ladybird/Userland/Libraries/LibMedia
Andrew Kaster 994457d7af LibMedia: Use build-time rather than configure-time check for avcodec
Rather than checking the avcodec version in CMake, check it using the
avcodec version macros in the only source file that needs to know about
the AVFrame API/ABI change in version 59.24.100. This is friendlier to
other build systems that would rather avoid configure time checks.
2024-09-27 06:45:32 -04:00
..
Audio LibMedia: Use build-time rather than configure-time check for avcodec 2024-09-27 06:45:32 -04:00
Color LibMedia: Support videos with BT470BG color matrix 2024-07-07 07:39:07 +02:00
Containers/Matroska LibMedia: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
FFmpeg LibMedia: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
CMakeLists.txt LibMedia: Add ogg/vorbis support 2024-09-12 10:01:19 +02:00
CodecID.h LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
DecoderError.h LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
Demuxer.h LibMedia: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
Forward.h LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
PlaybackManager.cpp LibMedia: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
PlaybackManager.h LibMedia: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
Sample.h LibMedia: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
Subsampling.h LibMedia: Store YUV planes as byte arrays with no padding for 8-bit 2024-06-24 12:41:32 -06:00
Track.h LibMedia: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
VideoDecoder.h LibMedia: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
VideoFrame.cpp LibMedia: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
VideoFrame.h LibMedia: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
VideoSampleData.h LibMedia: Move VideoSampleData out of the Video namespace 2024-06-24 12:41:32 -06:00