ladybird/Libraries/LibMedia/Containers/Matroska
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
..
Document.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00
MatroskaDemuxer.cpp LibMedia: Separate file duration from track duration in Demuxer 2025-09-12 11:23:47 +02:00
MatroskaDemuxer.h LibMedia: Separate file duration from track duration in Demuxer 2025-09-12 11:23:47 +02:00
Reader.cpp LibMedia: Clean up #include directives 2024-11-21 14:08:33 +01:00
Reader.h LibMedia: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-24 12:58:27 -06:00