ladybird/Userland/Libraries/LibMedia/Audio
Jelle Raaijmakers 70b3936188 LibMedia: Handle EOF as end of stream in FFmpegLoader
We were dealing with EOF by returning a generic I/O error, but
Audio::Loader requires us to return empty chunks at the end of stream.
2024-10-14 11:59:23 -04:00
..
FFmpegLoader.cpp LibMedia: Handle EOF as end of stream in FFmpegLoader 2024-10-14 11:59:23 -04:00
FFmpegLoader.h LibMedia: Convert OggLoader into generic FFmpegLoader 2024-09-30 18:48:12 +02:00
Forward.h LibMedia+everywhere: Remove superfluous and unused audio code 2024-09-30 18:48:12 +02:00
Loader.cpp LibMedia: Mark ffmpeg as required, and reorganize CMakeLists 2024-10-02 16:03:33 -04:00
Loader.h LibMedia+everywhere: Remove superfluous and unused audio code 2024-09-30 18:48:12 +02:00
LoaderError.h
PlaybackStream.cpp
PlaybackStream.h
PlaybackStreamAudioUnit.cpp
PlaybackStreamAudioUnit.h
PlaybackStreamOboe.cpp
PlaybackStreamOboe.h
PlaybackStreamPulseAudio.cpp
PlaybackStreamPulseAudio.h
PulseAudioWrappers.cpp
PulseAudioWrappers.h
Sample.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SampleFormats.cpp LibMedia+everywhere: Remove superfluous and unused audio code 2024-09-30 18:48:12 +02:00
SampleFormats.h LibMedia+everywhere: Remove superfluous and unused audio code 2024-09-30 18:48:12 +02:00