Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Zaggy1024
|
b33a71a35e
LibAudio: Remove unnecessary `m_bitstream` field from `MP3Loader`
|
1 year ago |
Zaggy1024
|
c1d4ff919a
LibAudio: Remove the `m_current_frame` field from `MP3Loader`
|
1 year ago |
Zaggy1024
|
88a9ff76b0
LibAudio: Read the full MP3 frame header when synchronizing to a frame
|
1 year ago |
Zaggy1024
|
cbdf49de30
LibAudio: Pass raw streams to MP3 `synchronize()` and `read_frame()`
|
1 year ago |
Zaggy1024
|
1847155b12
LibAudio: Make `MP3LoaderPlugin::read_header()` static
|
1 year ago |
Zaggy1024
|
49be09e5b2
LibAudio: Skip ID3 tags before synchronizing to MP3 frames
|
1 year ago |
kleines Filmröllchen
|
5f1dbbaaa6
LibAudio: Extract loader stream creation from the plugins
|
2 years ago |
kleines Filmröllchen
|
dfd48ab643
LibAudio: Extract MP3 synchronize to static helper function
|
2 years ago |
kleines Filmröllchen
|
27d9ed0224
LibAudio: Use new generic seek table for MP3
|
2 years ago |
kleines Filmröllchen
|
264cc76ab4
LibAudio: Move audio stream buffering into the loader
|
2 years ago |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 years ago |
MacDue
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 years ago |
Tim Schumacher
|
093cf428a3
AK: Move memory streams from `LibCore`
|
2 years ago |
Tim Schumacher
|
2470dd3bb5
AK: Move bit streams from `LibCore`
|
2 years ago |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 years ago |
Tim Schumacher
|
ae64b68717
AK: Deprecate the old `AK::Stream`
|
2 years ago |
Linus Groh
|
ee0297d9ec
LibAudio: Remove `try_` prefix from fallible LoaderPlugin methods
|
2 years ago |
Tim Schumacher
|
5896f8cf2b
LibAudio: Use `AllocatingMemoryStream` as the MP3 loader bit reservoir
|
2 years ago |
Tim Schumacher
|
4dcc26e940
LibAudio: Skip MP3 frames if not enough historic data is available
|
2 years ago |
Tim Schumacher
|
0bdbe27d6b
LibCore: Rename InputBitStream.h to BitStream.h
|
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 |
Lucas CHOLLET
|
c837a1a8de
LibAudio: Factorize stream initialisation to base class `LoaderPlugin`
|
2 years ago |
Lucas CHOLLET
|
754b129f4a
LibAudio: Allow the MP3 plugin to be constructed from a byte buffer
|
2 years ago |
Lucas CHOLLET
|
bb17ee8397
LibAudio: Port the MP3 plugin to `Core::Stream`
|
2 years ago |
Lucas CHOLLET
|
2d6124049a
LibAudio: Get rid of unused method `Loader::file()`
|
2 years ago |
kleines Filmröllchen
|
00e13b5b27
LibDSP: Rename library namespace to DSP
|
3 years ago |
kleines Filmröllchen
|
19a4b820c4
LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float
|
3 years ago |