summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibAudio/FlacLoader.cpp
AgeCommit message (Expand)Author
2022-02-06AK: Move integral log2 and exp to IntegerMath.hHendiadyoin1
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-22LibAudio: Convert FlacLoader to use new Core::Stream APIs :^)kleines Filmröllchen
2022-01-14Everywhere: Use my new serenityos.org e-mail :^)kleines Filmröllchen
2022-01-08AK+Everywhere: Make FixedArray OOM-safecreator1creeper1
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2022-01-02LibAudio: Remove frame-wise copys from FlacLoaderkleines Filmröllchen
2021-12-17LibAudio: Don't unnecessarily copy the passed decode bufferkleines Filmröllchen
2021-12-17LibAudio: Remove superflous commentkleines Filmröllchen
2021-12-17LibAudio: Add an adjustable buffer size to FlacLoaderkleines Filmröllchen
2021-11-28LibAudio: Optimize sample moves in FlacLoaderkleines Filmröllchen
2021-11-28LibAudio: New error propagation API in Loader and Bufferkleines Filmröllchen
2021-11-28LibAudio: Avoid frequent read() calls in FLAC residual decodekleines Filmröllchen
2021-11-15LibAudio: Add explanatory comments to the FlacLoaderkleines Filmröllchen
2021-11-15Audio: Fix code smells and issues found by static analysiskleines Filmröllchen
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibAudio: Rename Audio::Frame -> Audio::SampleDavid Isaksson
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-08-31LibAudio: Implement decoding verbatim blocks in FLACKarol Kosek
2021-08-27Userland+LibAudio: Make audio applications support dynamic sample ratekleines Filmröllchen
2021-08-18LibAudio: Resample FLAC audio datakleines Filmröllchen
2021-08-17LibAudio: Fix overflow on 24-bit FLAC LPC datakleines Filmröllchen
2021-08-17LibAudio: Rescale integer samples correctly in FLAC loaderkleines Filmröllchen
2021-08-17LibAudio: Use size_t in loopskleines Filmröllchen
2021-08-06LibAudio: Make playing lossy flacs more truthfulKarol Kosek
2021-08-06LibAudio: Fix calculation of wasted bits-per-sampleKarol Kosek
2021-08-06LibAudio: Make read samples signed when decoding fixed FLAC subframesKarol Kosek
2021-08-04LibAudio: Use an existing file stream when parsing a FLAC headerKarol Kosek
2021-08-04LibAudio: Initialize m_stream before parsing a FLAC headerKarol Kosek
2021-08-02LibAudio: Handle stream errors in FlacLoaderAndrew Kaster
2021-07-22LibAudio: Implement loaded_samples() in the FLAC LoaderKarol Kosek
2021-07-22LibAudio: Read custom block sizes and sample rates as big endianKarol Kosek
2021-07-22LibAudio: Don't read too much bytes in FLACKarol Kosek
2021-07-21LibAudio: Fix UTF-8 decoding logic in FLAC decoding :^)Karol Kosek
2021-07-21LibAudio: Check if zero-bit padding is actually zeroKarol Kosek
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-07-13LibAudio: Use new Vector formatterkleines Filmröllchen
2021-07-12LibAudio: Set variable type for decoding fixed subframes in FLACKarol Kosek
2021-06-25LibAudio: Implement a basic FLAC loaderkleines Filmröllchen