ladybird/Libraries/LibMedia/FFmpeg
Zaggy1024 dfbad09315 LibMedia: Set the time base in FFmpegVideoDecoder
Very minor change, which doesn't actually affect our output, since we
were already inputting and outputting microseconds, but it can't hurt
to give FFmpeg's decoder this information as well.
2025-10-27 17:28:49 -07:00
..
FFmpegDemuxer.cpp LibMedia: Make Demuxer atomically ref-counted 2025-10-27 17:28:49 -07:00
FFmpegDemuxer.h LibMedia: Make Demuxer atomically ref-counted 2025-10-27 17:28:49 -07:00
FFmpegForward.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
FFmpegHelpers.h LibMedia: Remove default cases when converting CodecID for FFmpeg 2025-09-19 13:01:00 +02:00
FFmpegIOContext.cpp LibMedia: Move FFmpegIOContext into it's own file 2025-03-13 19:33:44 +01:00
FFmpegIOContext.h LibMedia: Move FFmpegIOContext into it's own file 2025-03-13 19:33:44 +01:00
FFmpegVideoDecoder.cpp LibMedia: Set the time base in FFmpegVideoDecoder 2025-10-27 17:28:49 -07:00
FFmpegVideoDecoder.h LibMedia: Mark FFmpegVideoDecoder functions with virtual override 2025-09-22 19:34:48 +02:00