Tim Schumacher
|
c57be0f474
LibAudio: Switch LoaderPlugin to a more traditional constructor pattern
|
2 years ago |
Lucas CHOLLET
|
2ddcfcb00f
LibAudio: Parse the picture metadata block
|
2 years ago |
Lucas CHOLLET
|
706638a0d0
LibAudio: Explicitly support Application metadata block type
|
2 years ago |
Lucas CHOLLET
|
95968705ce
LibAudio: Explicitly support Padding metadata block type
|
2 years ago |
Lucas CHOLLET
|
c837a1a8de
LibAudio: Factorize stream initialisation to base class `LoaderPlugin`
|
2 years ago |
Lucas CHOLLET
|
597a614ce6
LibAudio: Remove the last occurrence of `Core::File` in the Flac plugin
|
2 years ago |
Karol Kosek
|
fe60459353
LibAudio: Seek to the first frame on reset in FLAC
|
3 years ago |
Karol Kosek
|
2878ad681e
LibAudio: Read FLAC Metadata blocks larger than the buffer size
|
3 years ago |
sin-ack
|
e5f09ea170
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
3 years ago |
kleines Filmröllchen
|
cb8e37d436
LibAudio: Add spec comments to the FlacLoader
|
3 years ago |
kleines Filmröllchen
|
19a4b820c4
LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float
|
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 |
Sam Atkins
|
3b1e063d30
LibCore+Everywhere: Make Core::Stream::read() return Bytes
|
3 years ago |
Max Trussell
|
034c57f1f9
FlacLoader: Use seektable for performing seek operations
|
3 years ago |
Max Trussell
|
346696ffbb
FlacLoader: Parse SEEKTABLE header
|
3 years ago |
Lenny Maiorani
|
d3893a73fb
Libraries: Change enums to enum classes in LibAudio
|
3 years ago |
Hendiadyoin1
|
fbb798f98c
AK: Move integral log2 and exp to IntegerMath.h
|
3 years ago |
Sam Atkins
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
3 years ago |
kleines Filmröllchen
|
8a92573732
LibAudio: Convert FlacLoader to use new Core::Stream APIs :^)
|
3 years ago |
kleines Filmröllchen
|
be6418cc50
Everywhere: Use my new serenityos.org e-mail :^)
|
3 years ago |
creator1creeper1
|
3c05261611
AK+Everywhere: Make FixedArray OOM-safe
|
3 years ago |
mjz19910
|
3102d8e160
Everywhere: Fix many spelling errors
|
3 years ago |
kleines Filmröllchen
|
b48badc3b6
LibAudio: Remove frame-wise copys from FlacLoader
|
3 years ago |
kleines Filmröllchen
|
982529a948
LibAudio: Don't unnecessarily copy the passed decode buffer
|
3 years ago |
kleines Filmröllchen
|
0d28b6d236
LibAudio: Remove superflous comment
|
3 years ago |
kleines Filmröllchen
|
9fa3aa84e1
LibAudio: Add an adjustable buffer size to FlacLoader
|
3 years ago |
kleines Filmröllchen
|
8608cd11e4
LibAudio: Optimize sample moves in FlacLoader
|
3 years ago |
kleines Filmröllchen
|
96d02a3e75
LibAudio: New error propagation API in Loader and Buffer
|
3 years ago |