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.h
Age
Commit message (
Expand
)
Author
2023-03-19
LibAudio: Use specified bit depth directly
kleines Filmröllchen
2023-03-19
LibAudio: Improve FLAC seeking
kleines Filmröllchen
2023-03-13
LibAudio: Detect and read FLAC metadata
kleines Filmröllchen
2023-03-13
LibAudio: Move audio stream buffering into the loader
kleines Filmröllchen
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move bit streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-28
LibAudio: Remove `try_` prefix from fallible LoaderPlugin methods
Linus Groh
2023-01-10
LibCore: Rename InputBitStream.h to BitStream.h
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-05
LibAudio: Use `NonnullOwnPtr` to keep track of LoaderPlugin streams
Tim Schumacher
2022-12-05
LibAudio: Switch LoaderPlugin to a more traditional constructor pattern
Tim Schumacher
2022-11-13
LibAudio: Make `FlacLoaderPlugin` destructor virtual
Lucas CHOLLET
2022-11-13
LibAudio: Parse the picture metadata block
Lucas CHOLLET
2022-10-14
LibAudio: Factorize stream initialisation to base class `LoaderPlugin`
Lucas CHOLLET
2022-10-14
LibAudio: Remove the last occurrence of `Core::File` in the Flac plugin
Lucas CHOLLET
2022-10-14
LibAudio: Get rid of unused method `Loader::file()`
Lucas CHOLLET
2022-06-23
LibAudio: Add spec comments to the FlacLoader
kleines Filmröllchen
2022-05-03
LibAudio+Userland: Remove Audio::LegacyBuffer
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-26
FlacLoader: Use seektable for performing seek operations
Max Trussell
2022-03-26
FlacLoader: Parse SEEKTABLE header
Max Trussell
2022-01-22
LibAudio: Convert FlacLoader to use new Core::Stream APIs :^)
kleines Filmröllchen
2022-01-14
LibAudio: Expose the format name from the loader plugins
kleines Filmröllchen
2022-01-14
Everywhere: Use my new serenityos.org e-mail :^)
kleines Filmröllchen
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: Add an adjustable buffer size to 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
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-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-02
LibAudio: Handle stream errors in FlacLoader
Andrew Kaster
2021-07-22
LibAudio: Implement loaded_samples() in the FLAC Loader
Karol Kosek
2021-06-25
LibAudio: Implement a basic FLAC loader
kleines Filmröllchen