ladybird/Userland/Libraries/LibMedia
Alex Studer e8b398ca34 LibMedia: Add a stub implementation of FFmpegVideoDecoder for Android
We don't have ffmpeg available on Android, so provide a dummy
FFmpegVideoDecoder and disable linking against ffmpeg for Android.
2024-07-05 14:27:25 -06:00
..
Color LibMedia: Flush the video decoder when seeking 2024-06-24 12:41:32 -06:00
Containers/Matroska LibMedia: Hide Matroska debug message behind a flag 2024-06-25 19:25:34 +02:00
FFmpeg LibMedia: Add a stub implementation of FFmpegVideoDecoder for Android 2024-07-05 14:27:25 -06:00
CMakeLists.txt LibMedia: Add a stub implementation of FFmpegVideoDecoder for Android 2024-07-05 14:27:25 -06: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: Pass Matroska codec private data to the FFmpeg decoder 2024-06-24 12:41:32 -06:00
Forward.h LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
PlaybackManager.cpp LibMedia: Move VideoSampleData out of the Video namespace 2024-06-24 12:41:32 -06:00
PlaybackManager.h LibMedia: Flush the video decoder when seeking 2024-06-24 12:41:32 -06:00
Sample.h LibMedia: Move VideoSampleData out of the Video namespace 2024-06-24 12:41:32 -06: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: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
VideoDecoder.h LibMedia: Flush the video decoder when seeking 2024-06-24 12:41:32 -06:00
VideoFrame.cpp LibMedia: Give frame timestamps to FFmpeg decoders 2024-06-24 12:41:32 -06:00
VideoFrame.h LibMedia: Give frame timestamps to FFmpeg decoders 2024-06-24 12:41:32 -06:00
VideoSampleData.h LibMedia: Move VideoSampleData out of the Video namespace 2024-06-24 12:41:32 -06:00