kleines Filmröllchen
|
0cd0565abc
LibAudio: Improve FLAC seeking
|
2 years ago |
kleines Filmröllchen
|
d8e8ddedf3
LibAudio: Add a generic audio metadata container
|
2 years ago |
kleines Filmröllchen
|
264cc76ab4
LibAudio: Move audio stream buffering into the loader
|
2 years ago |
Andrew Kaster
|
a5c47d0be3
LibAudio: Include missing AK/Stream.h in Loader.h
|
2 years ago |
kleines Filmröllchen
|
3c65c22728
LibAudio: Replace Result with ErrorOr
|
2 years ago |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 years ago |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 years ago |
Linus Groh
|
3a9225608a
LibAudio: Remove `try_` prefix from fallible LoaderPlugin methods
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Tim Schumacher
|
312a41fddf
LibAudio: Use `NonnullOwnPtr` to keep track of LoaderPlugin streams
|
2 years ago |
Tim Schumacher
|
c57be0f474
LibAudio: Switch LoaderPlugin to a more traditional constructor pattern
|
2 years ago |
Tim Schumacher
|
3cf93d0dd2
LibAudio: Stop passing `Bytes` by reference
|
2 years ago |
Lucas CHOLLET
|
7649feb26f
SoundPlayer: Load cover image from music files
|
2 years ago |
Lucas CHOLLET
|
2ddcfcb00f
LibAudio: Parse the picture metadata block
|
2 years ago |
Lucas CHOLLET
|
c837a1a8de
LibAudio: Factorize stream initialisation to base class `LoaderPlugin`
|
2 years ago |
Lucas CHOLLET
|
2d6124049a
LibAudio: Get rid of unused method `Loader::file()`
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
kleines Filmröllchen
|
ab49fcfb7c
LibAudio+Userland: Remove Audio::LegacyBuffer
|
3 years ago |
kleines Filmröllchen
|
49b087f3cd
LibAudio+Userland: Use new audio queue in client-server communication
|
3 years ago |
kleines Filmröllchen
|
cb0e95c928
LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBuffer
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Lenny Maiorani
|
f912a48315
Userland: Change static const variables to static constexpr
|
3 years ago |
Lenny Maiorani
|
2200eb761d
Libraries: Use default constructors/destructors in LibAudio
|
3 years ago |
kleines Filmröllchen
|
8a92573732
LibAudio: Convert FlacLoader to use new Core::Stream APIs :^)
|
3 years ago |
kleines Filmröllchen
|
54ac4ba8cc
LibAudio: Expose the format name from the loader plugins
|
3 years ago |
kleines Filmröllchen
|
96d02a3e75
LibAudio: New error propagation API in Loader and Buffer
|
3 years ago |
kleines Filmröllchen
|
8af97d0ce7
Audio: Fix code smells and issues found by static analysis
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
kleines Filmröllchen
|
488de12ed4
LibAudio: Make LoaderPlugin::error_string return String&
|
4 years ago |
Nick Miller
|
dec9ed066d
LibAudio: Avoid reading past the end of sample data
|
4 years ago |