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-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
2022-11-12
LibAudio: Initialize enqueuer event loop to null pointer
kleines Filmröllchen
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-31
Userland: Use Threading::MutexLocker to lock/unlock mutexes
Oleg Kosenkov
2022-10-16
CMake+Userland: Use CMakeLists from Userland to build Lagom Libraries
Andrew Kaster
2022-10-14
LibAudio: Factorize stream initialisation to base class `LoaderPlugin`
Lucas CHOLLET
2022-10-14
LibAudio: Allow the MP3 plugin to be constructed from a byte buffer
Lucas CHOLLET
2022-10-14
LibAudio: Port the MP3 plugin to `Core::Stream`
Lucas CHOLLET
2022-10-14
LibAudio: Remove the last occurrence of `Core::File` in the Flac plugin
Lucas CHOLLET
2022-10-14
LibAudio: Remove the last occurrence of `Core::File` in the Wav plugin
Lucas CHOLLET
2022-10-14
LibAudio: Get rid of unused method `Loader::file()`
Lucas CHOLLET
2022-10-14
LibAudio: Fix 24-bit PCM rescaling
kleines Filmröllchen
2022-10-14
LibAudio: Correctly rescale 8-bit PCM samples
kleines Filmröllchen
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-08-14
Base: Launch AudioServer at session start-up
Lucas CHOLLET
2022-08-14
LibCore+LibIPC: Recognise %uid in path
Lucas CHOLLET
[next]