summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qffmpegcodecstorage.cpp
Commit message (Expand)AuthorAgeFilesLines
* FFmpeg: 7.2 compile fixTim Blechmann2025-06-021-0/+2
* Use UTF-16 stringsPavel Dubsky2025-02-041-3/+3
* Only call avcodec_get_supported_config if codec type supports configJøger Hansegård2024-12-041-34/+36
* Document isCodecValid function implementationJøger Hansegård2024-11-261-8/+7
* Remove inter-layer findAVCodec functionJøger Hansegård2024-11-251-27/+14
* Remove unused findAVEncoder functionJøger Hansegård2024-11-251-6/+0
* Replace hwConfig(int) with a new hwConfigs() function to QFFmpeg::CodecJøger Hansegård2024-11-251-2/+3
* Return optional from findBestAVValue when predicate is not fulfilledJøger Hansegård2024-11-201-1/+1
* Return QSpan instead of raw pointers from Codec classJøger Hansegård2024-11-201-11/+11
* Use std::optional to represent invalid/nullptr codecsJøger Hansegård2024-11-191-8/+10
* Extend Codec class, and switch to using Codec class where applicableJøger Hansegård2024-11-191-52/+50
* Introduce Codec class convert free functions into member functionsJøger Hansegård2024-11-191-3/+3
* Retrieve codec capabilities via avcodec_get_supported_configPavel Dubsky2024-10-151-9/+12
* JNI: clean up JNI class declarationsVolker Hilsheimer2024-07-111-5/+1
* Move functions of finding AVEncoder/AVDecoder to a separate fileArtem Dyomin2024-07-041-0/+429