ladybird/Libraries/LibMedia/FFmpeg
Zaggy1024 ae7f82591b LibMedia: Separate file duration from track duration in Demuxer
Most users will only care about the total file duration, and shouldn't
be required to determine the file duration from multiple track
durations. To facilitate that, add a total_duration() function that
returns the demuxer's duration not associated to any particular track.
2025-09-12 11:23:47 +02:00
..
FFmpegDemuxer.cpp LibMedia: Separate file duration from track duration in Demuxer 2025-09-12 11:23:47 +02:00
FFmpegDemuxer.h LibMedia: Separate file duration from track duration in Demuxer 2025-09-12 11:23:47 +02:00
FFmpegForward.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
FFmpegHelpers.h LibMedia: Allow demuxers to specify a preferred track 2025-09-12 11:23:47 +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: Format switch statements consistently in FFmpegVideoDecoder 2025-09-11 18:41:58 -05:00
FFmpegVideoDecoder.h LibMedia: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-24 12:58:27 -06:00