summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qffmpegaudiodecoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement audio resampler in the ffmpeg pluginArtem Dyomin2024-01-231-2/+2
* Add network connect cancellation support with FFmpeg media playerJøger Hansegård2023-10-231-1/+1
* Keep UI responsive while loading mediaJøger Hansegård2023-10-231-1/+9
* Implement looping for ffmpeg mediaplayer backendArtem Dyomin2023-03-051-1/+1
* Set Q_LOGGING_CATEGORY staticArtem Dyomin2023-01-181-1/+1
* Code cleanup: remove old ffmpeg decoderArtem Dyomin2022-12-221-3/+2
* Include moc_*.cpp files in QtMM ffmpeg pluginArtem Dyomin2022-12-131-0/+2
* Apply ffmpeg recoder redisign to AudioDecoderArtem Dyomin2022-10-181-124/+92
* Remove QFFmpegAudioDecoder and QFFmpegMediaPlayer from QFFmpeg::DecoderPiotr Srebrny2022-10-141-2/+25
* Move signals to classes that generate themPiotr Srebrny2022-09-271-0/+1
* Simplify logic for selecting streams when loading mediaPiotr Srebrny2022-09-261-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Fix race condition in the ffmpeg audio decoderLars Knoll2022-05-161-4/+4
* Fix build on Ubuntu, add override where it is missingPiotr Srebrny2022-04-061-1/+1
* Move the resampling code into a small class of it's ownLars Knoll2022-04-051-54/+4
* Fix issues with detecting the end of playbackLars Knoll2022-04-041-1/+1
* FFmpeg: allow using a QIODevice as the source for playbackLars Knoll2022-04-041-5/+5
* Ensure we decode the last frame as wellLars Knoll2022-04-041-1/+2
* Atomically set the paused state on the threadsLars Knoll2022-04-021-3/+3
* Simplify the clock handlingLars Knoll2022-04-011-2/+2
* FFmpeg: Improve thread safety of decoderLars Knoll2022-04-011-1/+1
* Add QAudioFormat::defaultChannelConfigForChannelCount()Lars Knoll2022-04-011-38/+2
* FFmpeg: Various fixes to the ffmpeg audio decoderLars Knoll2022-04-011-87/+111
* FFmpeg: Get the audio decoder workingLars Knoll2022-03-251-29/+179
* FFmpeg: Cleanup the Decoder::setAudio/VideoSink() codeLars Knoll2022-03-251-0/+21
* FFmpeg: Add a stub for the audio decoder backendLars Knoll2022-01-201-0/+167