ladybird/Libraries/LibMedia/FFmpeg
Zaggy1024 cae14c763d LibMedia: Convert FFmpeg time units to AK::Duration with integer math
The existing conversion was rounding to the nearest millisecond, which
is much less precision than most videos will want. Instead, use only
integer math to directly convert the presentation time to seconds and
nanoseconds for our AK::Duration to represent accurately.
2025-09-08 13:29:04 -05:00
..
FFmpegDemuxer.cpp LibMedia: Convert FFmpeg time units to AK::Duration with integer math 2025-09-08 13:29:04 -05:00
FFmpegDemuxer.h LibMedia: Convert FFmpeg time units to AK::Duration with integer math 2025-09-08 13:29:04 -05:00
FFmpegForward.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
FFmpegHelpers.h LibMedia: Demux videos with FFmpeg 2025-03-13 19:33:44 +01: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 Everywhere: Fix typos - act III 2025-06-16 14:20:48 +01:00
FFmpegVideoDecoder.h LibMedia: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-24 12:58:27 -06:00