index
:
qt/qtmultimedia.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/qt6
Qt Multimedia
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
multimedia
/
ffmpeg
/
qffmpegcodecstorage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
FFmpeg: 7.2 compile fix
Tim Blechmann
2025-06-02
1
-0
/
+2
*
Use UTF-16 strings
Pavel Dubsky
2025-02-04
1
-3
/
+3
*
Only call avcodec_get_supported_config if codec type supports config
Jøger Hansegård
2024-12-04
1
-34
/
+36
*
Document isCodecValid function implementation
Jøger Hansegård
2024-11-26
1
-8
/
+7
*
Remove inter-layer findAVCodec function
Jøger Hansegård
2024-11-25
1
-27
/
+14
*
Remove unused findAVEncoder function
Jøger Hansegård
2024-11-25
1
-6
/
+0
*
Replace hwConfig(int) with a new hwConfigs() function to QFFmpeg::Codec
Jøger Hansegård
2024-11-25
1
-2
/
+3
*
Return optional from findBestAVValue when predicate is not fulfilled
Jøger Hansegård
2024-11-20
1
-1
/
+1
*
Return QSpan instead of raw pointers from Codec class
Jøger Hansegård
2024-11-20
1
-11
/
+11
*
Use std::optional to represent invalid/nullptr codecs
Jøger Hansegård
2024-11-19
1
-8
/
+10
*
Extend Codec class, and switch to using Codec class where applicable
Jøger Hansegård
2024-11-19
1
-52
/
+50
*
Introduce Codec class convert free functions into member functions
Jøger Hansegård
2024-11-19
1
-3
/
+3
*
Retrieve codec capabilities via avcodec_get_supported_config
Pavel Dubsky
2024-10-15
1
-9
/
+12
*
JNI: clean up JNI class declarations
Volker Hilsheimer
2024-07-11
1
-5
/
+1
*
Move functions of finding AVEncoder/AVDecoder to a separate file
Artem Dyomin
2024-07-04
1
-0
/
+429