summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/recordingengine/qffmpegaudioencoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add the property QMediaRecorder::autoStopArtem Dyomin3 days1-1/+5
* Implement support of different input audio buffer size in the recorderArtem Dyomin3 days1-43/+130
* Fix requesting of the first frame by the media recorderArtem Dyomin10 days1-0/+1
* Update audio resampler in the audio encoderArtem Dyomin11 days1-8/+15
* Skip invalid frames upon adding them to queueArtem Dyomin11 days1-2/+4
* Implement QPlatfromVideoFrameInput and QPlatfromAudioBufferInputArtem Dyomin12 days1-0/+2
* Prepare the recording engine for adding custom media inputsArtem Dyomin12 days1-6/+5
* Add boolean flag 'canPushFrame' to media encodersArtem Dyomin2024-05-161-6/+27
* Fix mutex usage in encoders of the FFmpeg recorderArtem Dyomin2024-04-301-3/+2
* Cleanup in the RecordingEngineArtem Dyomin2024-04-291-7/+7
* Improve encapsulation in RecordingEngineJøger Hansegård2024-04-011-1/+1
* Move FFmpeg AudioEncoder class to its own filesJøger Hansegård2024-04-011-0/+221