summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qffmpegencoder_p.h
Commit message (Expand)AuthorAgeFilesLines
* Make FFmpeg::Thread easier to readJøger Hansegård2023-10-101-8/+8
* MediaRecorder: Fix crash if output path contains whitespaceLars Sutterud2023-09-221-1/+1
* Prevent possible ffmpeg crash when media header writing failedArtem Dyomin2023-08-111-0/+2
* Fix a random crash on audio recording stoppingArtem Dyomin2023-08-091-2/+4
* Fix memory leak in audio encoderArtem Dyomin2023-08-021-3/+3
* Move VideoFrameEncoder::Data members to VideoFrameEncoderArtem Dyomin2023-08-021-4/+6
* Cleanup: use unique ptr for av packets in encoderArtem Dyomin2023-08-011-7/+9
* Limit VideoEncoder memory usage when encoder is unable to keep upJøger Hansegård2023-06-071-0/+2
* Prevent the race condition on encoders finalizationArtem Dyomin2023-03-241-3/+3
* Implement the base video source class for camera and screen capturingArtem Dyomin2023-03-221-6/+9
* Refactor VideoFrameEncoder construction and imrove codecs findingArtem Dyomin2023-03-111-0/+2
* Fix encoding time_base factorArtem Dyomin2023-03-101-1/+1
* Remove explicit sharing from HWAccel objectPiotr Srebrny2022-10-031-1/+1
* Enable dual video track recording with Camera as the primary trackPiotr Srebrny2022-06-241-2/+2
* Add basic screen capturing support using QScreen::grabWindowPiotr Srebrny2022-06-241-4/+5
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Don't open FFmpeg audio codec from the main threadPiotr Srebrny2022-06-071-0/+3
* Add error signaling from VideoEncoderPiotr Srebrny2022-05-181-0/+1
* Move finalization phase of video recording into a separate threadLars Knoll2022-04-091-0/+13
* Restructure video encoding supportLars Knoll2022-04-051-9/+6
* FFmpeg: Implement pause()/resume() for the media recorderLars Knoll2022-04-051-1/+16
* Properly set the meta data on recorded media filesLars Knoll2022-04-041-0/+3
* FFmpeg: Fix QMediaRecorder::durationLars Knoll2022-04-021-0/+8
* Further improvements to HW accelerated encodingLars Knoll2022-03-311-0/+2
* Restructure the HW codec supportLars Knoll2022-03-251-0/+3
* FFmpeg: First video recordedLars Knoll2022-01-201-5/+45
* FFmpeg: Restructure the encoder code baseLars Knoll2022-01-201-0/+151