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
Age
Commit message (
Expand
)
Author
2023-05-18
LibAudio: Compute and verify FLAC frame header checksums
kleines Filmröllchen
2023-05-09
AK: Add the `Input` word to input-only buffered streams
Lucas CHOLLET
2023-04-26
LibAudio: Wait for enqueuer thread to start before poking its event loop
Andreas Kling
2023-04-25
LibAudio: Make `WavWriter` check if a file was set during destruction
Jelle Raaijmakers
2023-04-25
LibCore: Remove awkward EventLoop::wake_once() API
Andreas Kling
2023-04-12
LibAudio: Use `read_until_filled` to fill a buffer from a Stream
Tim Schumacher
2023-04-09
Piano+LibAudio: Port to `Core::File`
Cameron Youell
2023-03-19
LibAudio: Support FLAC files with unknown amount of samples
kleines Filmröllchen
2023-03-19
LibAudio: Use specified bit depth directly
kleines Filmröllchen
2023-03-19
LibAudio: Use new generic seek table for MP3
kleines Filmröllchen
2023-03-19
LibAudio: Improve FLAC seeking
kleines Filmröllchen
2023-03-13
LibAudio: Update stream APIs used when reading audio metadata
Timothy Flynn
2023-03-13
LibAudio: Detect and read FLAC metadata
kleines Filmröllchen
2023-03-13
LibAudio: Add a generic audio metadata container
kleines Filmröllchen
2023-03-13
LibAudio: Add a formatter for LoaderError
kleines Filmröllchen
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
LibAudio: Read FLAC MD5 directly into the class member
Tim Schumacher
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-13
LibAudio+Piano: Correct header style
kleines Filmröllchen
2023-03-13
LibAudio: Use symbolic constants for MP3 frame and granule size
kleines Filmröllchen
2023-03-13
LibAudio: Move audio stream buffering into the loader
kleines Filmröllchen
2023-03-10
LibAudio: Include missing AK/Stream.h in Loader.h
Andrew Kaster
2023-03-10
LibAudio: Implement the Quite Okay Audio format
kleines Filmröllchen
2023-03-10
LibAudio: Replace Result with ErrorOr
kleines Filmröllchen
2023-03-05
AK+LibAudio: Remove UFixedBigInt::my_size
Dan Klishch
2023-02-27
LibAudio: Use the proper functions to read WAV samples
Tim Schumacher
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-10
AK+Everywhere: Do not implicitly copy variables in TRY macros
Timothy Flynn
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `BigEndianInputBitStream`
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-29
AK: Move `Handle` from `LibCore` and name it `MaybeOwned`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-28
LibAudio: Remove `try_` prefix from fallible LoaderPlugin methods
Linus Groh
2023-01-28
LibAudio: Remove `try_` prefix from fallible LoaderPlugin methods
Linus Groh
2023-01-28
LibCore: Remove `try_` prefix from fallible SharedCircularQueue methods
Linus Groh
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-21
AK: Remove `InputBitStream` and `OutputBitStream`
Tim Schumacher
2023-01-20
LibAudio: Use `AllocatingMemoryStream` as the MP3 loader bit reservoir
Tim Schumacher
2023-01-19
LibAudio: Skip MP3 frames if not enough historic data is available
Tim Schumacher
2023-01-19
LibAudio: Clear the MP3 bit stream when seeking
Tim Schumacher
2023-01-15
Everywhere: Fully qualify IsLvalueReference in TRY() macros
Andrew Kaster
[next]