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-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
2023-01-13
AK+Everywhere: Disallow returning a reference from a fallible expression
Timothy Flynn
2023-01-12
LibAudio: Don't assume that a non-full span means EOF
Tim Schumacher
2023-01-10
LibCore: Rename InputBitStream.h to BitStream.h
Tim Schumacher
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2022-12-31
LibAudio: Prevent int overflow in the user buffer queue
Alex Chronopoulos
2022-12-31
LibAudio: Tolerate a file sample rate lower than the AudioServer's
Andrew Kaster
2022-12-31
LibAudio: Only join the background enqueuer thread if has been started
Andrew Kaster
2022-12-15
LibCore: Rename `MemoryStream` to `FixedMemoryStream`
Tim Schumacher
2022-12-15
LibAudio: Allow resampling into existing buffer
kleines Filmröllchen
2022-12-15
LibAudio: Expose blocking realtime enqueue to audio clients
kleines Filmröllchen
2022-12-15
LibAudio: Make resampling fallible
kleines Filmröllchen
2022-12-12
LibCore: Use the new `Handle` type for the `BitStream` types
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-12-05
LibAudio: Stop passing `Bytes` by reference
Tim Schumacher
2022-11-25
LibAudio: Set asynchronous audio enqueuer thread to maximum priority
kleines Filmröllchen
2022-11-13
SoundPlayer: Load cover image from music files
Lucas CHOLLET
2022-11-13
LibAudio: Make `FlacLoaderPlugin` destructor virtual
Lucas CHOLLET
2022-11-13
LibAudio: Parse the picture metadata block
Lucas CHOLLET
2022-11-13
LibAudio: Explicitly support Application metadata block type
Lucas CHOLLET
2022-11-13
LibAudio: Explicitly support Padding metadata block type
Lucas CHOLLET
2022-11-13
LibAudio: Revert to using buffered file reading
kleines Filmröllchen
2022-11-12
LibAudio: Restore exact audio enqueuer thread mutex behavior
kleines Filmröllchen
[next]