summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibAudio/Loader.cpp
AgeCommit message (Expand)Author
2023-03-13LibAudio: Move audio stream buffering into the loaderkleines Filmröllchen
2023-03-10LibAudio: Implement the Quite Okay Audio formatkleines Filmröllchen
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-28LibAudio: Remove `try_` prefix from fallible LoaderPlugin methodsLinus Groh
2023-01-28LibAudio: Remove `try_` prefix from fallible LoaderPlugin methodsLinus Groh
2022-12-05LibAudio: Use `NonnullOwnPtr` to keep track of LoaderPlugin streamsTim Schumacher
2022-12-05LibAudio: Switch LoaderPlugin to a more traditional constructor patternTim Schumacher
2022-12-05LibAudio: Stop passing `Bytes` by referenceTim Schumacher
2022-11-13LibAudio: Revert to using buffered file readingkleines Filmröllchen
2022-10-14LibAudio: Factorize stream initialisation to base class `LoaderPlugin`Lucas CHOLLET
2022-10-14LibAudio: Allow the MP3 plugin to be constructed from a byte bufferLucas CHOLLET
2022-02-26LibAudio: Add basic MP3 DecoderArne Elster
2022-01-22LibAudio: Convert FlacLoader to use new Core::Stream APIs :^)kleines Filmröllchen
2021-11-28LibAudio: New error propagation API in Loader and Bufferkleines Filmröllchen
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-06-25LibAudio: Implement a basic FLAC loaderkleines Filmröllchen
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling