ladybird/Libraries/LibMedia
Zaggy1024 e5d5ff952c LibMedia: Remove an unused debug variable from AudioDataProvider
Fixes the ENABLE_ALL_THE_DEBUG_MACROS build.
2025-10-27 23:03:01 -07:00
..
Audio LibMedia+LibWeb: Never return errors when getting PlaybackStream time 2025-10-27 17:28:49 -07:00
Color LibMedia: Support BT.470 System B/G color primaries 2025-10-16 05:12:29 -05:00
Containers/Matroska LibMedia: Return whether a demuxer seek moved the stream position 2025-10-27 17:28:49 -07:00
FFmpeg LibMedia: Export FFmpegDemuxer to allow direct use of data providers 2025-10-27 17:28:49 -07:00
PlaybackStates LibMedia: Implement media seeking 2025-10-27 17:28:49 -07:00
Providers LibMedia: Remove an unused debug variable from AudioDataProvider 2025-10-27 23:03:01 -07:00
Sinks LibMedia: Sync AudioMixingSink::set_time onto the stream thread 2025-10-27 17:28:49 -07:00
AudioBlock.h LibMedia: Play audio through PlaybackManager using Providers/Sinks 2025-10-27 17:28:49 -07:00
AudioDecoder.h LibMedia: Play audio through PlaybackManager using Providers/Sinks 2025-10-27 17:28:49 -07:00
CMakeLists.txt LibMedia: Implement media seeking 2025-10-27 17:28:49 -07:00
CodecID.h LibMedia: Support playing FLAC 2025-10-27 17:28:49 -07:00
CodedAudioFrameData.h LibMedia: Support coded audio frames in our demuxers 2025-10-27 17:28:49 -07:00
CodedFrame.h LibMedia: Store whether a CodedFrame is a keyframe 2025-10-27 17:28:49 -07:00
CodedVideoFrameData.h LibMedia: Refer to demuxer outputs as coded frames 2025-09-22 12:04:29 -05:00
DecoderError.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00
Demuxer.h LibMedia: Return whether a demuxer seek moved the stream position 2025-10-27 17:28:49 -07:00
Forward.h LibMedia: Play audio through PlaybackManager using Providers/Sinks 2025-10-27 17:28:49 -07:00
FrameFlags.h LibMedia: Store whether a CodedFrame is a keyframe 2025-10-27 17:28:49 -07:00
MutexedDemuxer.h LibMedia: Return whether a demuxer seek moved the stream position 2025-10-27 17:28:49 -07:00
PlaybackManager.cpp LibMedia: Allow FFmpegDemuxer to grab samples from multiple streams 2025-10-27 17:28:49 -07:00
PlaybackManager.h LibMedia: Clamp PlaybackManager::current_time() to the duration 2025-10-27 17:28:49 -07:00
SeekMode.h LibMedia: Implement media seeking 2025-10-27 17:28:49 -07:00
Subsampling.h
TimedImage.h LibMedia: Implement media seeking 2025-10-27 17:28:49 -07:00
Track.h LibMedia: Store a name and language in Media::Track 2025-10-27 17:28:49 -07:00
VideoDecoder.h LibMedia+Tests: Call decoder input samples "coded data" for clarity 2025-09-22 12:04:29 -05:00
VideoFrame.cpp LibMedia: Port to Windows 2025-02-11 04:07:24 -07:00
VideoFrame.h LibMedia: Clean up #include directives 2024-11-21 14:08:33 +01:00