ladybird/Libraries/LibMedia/FFmpeg
Zaggy1024 3b7c1810e6 LibMedia+Tests: Refer to raw audio frames/samples consistently
Previously, we weren't too consistent about the definition of frame and
sample when it relates to raw audio data. This brings all the usages in
the context of raw data in line (hopefully), with samples referring to
a single PCM value, and frames referring to the multiple samples that
make up an instant's audio across all channels.
2026-05-13 02:05:35 -05:00
..
FFmpegAudioConverter.cpp LibMedia+Tests: Refer to raw audio frames/samples consistently 2026-05-13 02:05:35 -05:00
FFmpegAudioConverter.h LibMedia+Tests: Refer to raw audio frames/samples consistently 2026-05-13 02:05:35 -05:00
FFmpegAudioDecoder.cpp LibMedia+Tests: Refer to raw audio frames/samples consistently 2026-05-13 02:05:35 -05:00
FFmpegAudioDecoder.h LibMedia: Set the AVCodecContext's sample rate and channel layout 2025-12-15 18:03:03 -06:00
FFmpegDemuxer.cpp LibMedia+LibWeb: Speculatively find keyframes near fast seek targets 2026-05-13 02:05:35 -05:00
FFmpegDemuxer.h LibMedia+LibWeb: Speculatively find keyframes near fast seek targets 2026-05-13 02:05:35 -05:00
FFmpegForward.h LibMedia: Implement audio conversion in AudioDataProvider 2025-12-13 08:58:26 +01:00
FFmpegHelpers.cpp LibMedia: Fix multi-channel decode for dumb containers (like WAV) 2026-02-13 17:57:19 -06:00
FFmpegHelpers.h LibMedia: Add WAV PCM codecs to CodecID 2025-12-15 18:03:03 -06:00
FFmpegIOContext.cpp LibMedia: Deal with aborts in FFmpegDemuxer instead of the IO context 2026-02-24 16:55:40 -06:00
FFmpegIOContext.h LibMedia: Abstract the interface of IncrementallyPopulatedStream 2026-01-30 10:02:00 -06:00
FFmpegVideoDecoder.cpp LibMedia+LibWeb: Store decoded YUV data in video frames 2026-05-05 14:39:17 -05:00
FFmpegVideoDecoder.h LibMedia: Make video frames ref-counted 2026-05-05 14:39:17 -05:00