index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibAudio
/
FlacLoader.cpp
Age
Commit message (
Expand
)
Author
2022-02-06
AK: Move integral log2 and exp to IntegerMath.h
Hendiadyoin1
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-22
LibAudio: Convert FlacLoader to use new Core::Stream APIs :^)
kleines Filmröllchen
2022-01-14
Everywhere: Use my new serenityos.org e-mail :^)
kleines Filmröllchen
2022-01-08
AK+Everywhere: Make FixedArray OOM-safe
creator1creeper1
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-02
LibAudio: Remove frame-wise copys from FlacLoader
kleines Filmröllchen
2021-12-17
LibAudio: Don't unnecessarily copy the passed decode buffer
kleines Filmröllchen
2021-12-17
LibAudio: Remove superflous comment
kleines Filmröllchen
2021-12-17
LibAudio: Add an adjustable buffer size to FlacLoader
kleines Filmröllchen
2021-11-28
LibAudio: Optimize sample moves in FlacLoader
kleines Filmröllchen
2021-11-28
LibAudio: New error propagation API in Loader and Buffer
kleines Filmröllchen
2021-11-28
LibAudio: Avoid frequent read() calls in FLAC residual decode
kleines Filmröllchen
2021-11-15
LibAudio: Add explanatory comments to the FlacLoader
kleines Filmröllchen
2021-11-15
Audio: Fix code smells and issues found by static analysis
kleines Filmröllchen
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibAudio: Rename Audio::Frame -> Audio::Sample
David Isaksson
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-08-31
LibAudio: Implement decoding verbatim blocks in FLAC
Karol Kosek
2021-08-27
Userland+LibAudio: Make audio applications support dynamic sample rate
kleines Filmröllchen
2021-08-18
LibAudio: Resample FLAC audio data
kleines Filmröllchen
2021-08-17
LibAudio: Fix overflow on 24-bit FLAC LPC data
kleines Filmröllchen
2021-08-17
LibAudio: Rescale integer samples correctly in FLAC loader
kleines Filmröllchen
2021-08-17
LibAudio: Use size_t in loops
kleines Filmröllchen
2021-08-06
LibAudio: Make playing lossy flacs more truthful
Karol Kosek
2021-08-06
LibAudio: Fix calculation of wasted bits-per-sample
Karol Kosek
2021-08-06
LibAudio: Make read samples signed when decoding fixed FLAC subframes
Karol Kosek
2021-08-04
LibAudio: Use an existing file stream when parsing a FLAC header
Karol Kosek
2021-08-04
LibAudio: Initialize m_stream before parsing a FLAC header
Karol Kosek
2021-08-02
LibAudio: Handle stream errors in FlacLoader
Andrew Kaster
2021-07-22
LibAudio: Implement loaded_samples() in the FLAC Loader
Karol Kosek
2021-07-22
LibAudio: Read custom block sizes and sample rates as big endian
Karol Kosek
2021-07-22
LibAudio: Don't read too much bytes in FLAC
Karol Kosek
2021-07-21
LibAudio: Fix UTF-8 decoding logic in FLAC decoding :^)
Karol Kosek
2021-07-21
LibAudio: Check if zero-bit padding is actually zero
Karol Kosek
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-07-13
LibAudio: Use new Vector formatter
kleines Filmröllchen
2021-07-12
LibAudio: Set variable type for decoding fixed subframes in FLAC
Karol Kosek
2021-06-25
LibAudio: Implement a basic FLAC loader
kleines Filmröllchen