ladybird/Libraries/LibMedia
Timothy Flynn dfa727a4d4 LibMedia: Remove preprocessor chain when initializing audio streams
Instead of having to duplicate the audio stream backend conditions, just
define PlaybackStream::create in each audio backend implementation file.
We provide a weak definition in PlaybackStream.cpp as the fallback.
2024-12-25 12:00:43 +01:00
..
Audio LibMedia: Remove preprocessor chain when initializing audio streams 2024-12-25 12:00:43 +01:00
Color LibMedia: Clean up #include directives 2024-11-21 14:08:33 +01:00
Containers/Matroska LibMedia: Clean up #include directives 2024-11-21 14:08:33 +01:00
FFmpeg Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
CMakeLists.txt Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
CodecID.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
DecoderError.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Demuxer.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Forward.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PlaybackManager.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PlaybackManager.h LibMedia: Clean up #include directives 2024-11-21 14:08:33 +01:00
Sample.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Subsampling.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Track.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
VideoDecoder.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
VideoFrame.cpp LibMedia: Clean up #include directives 2024-11-21 14:08:33 +01:00
VideoFrame.h LibMedia: Clean up #include directives 2024-11-21 14:08:33 +01:00
VideoSampleData.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00