1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Userland
Zaggy1024 a112e2f8c5 LibAudio: Add a seek point at the first sample in MP3Loader
A previous commit made it so that SeekTable doesn't provide a seek
point from `seek_point_before()` if there is not a seek point before
the requested sample index. However, MP3Loader was only setting a seek
point after the first 10 frames, meaning that it would do nothing when
seeking back to 0.

To fix this, add a seek point at byte 0 for the first sample, so that
`seek_point_before()` will never fail.
2023-08-04 08:53:19 +01:00
..
Applets Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Applications Mail: Fetch mailbox contents with BODY.PEEK[] type instead of BODY[] 2023-08-02 11:21:03 +01:00
BuggieBox Userland: Teach the file utility about zip files 2023-07-11 17:48:57 +01:00
Demos LibGUI+Userland: Port StatusBar::text() and set_text functions to String 2023-06-15 13:53:22 +01:00
DevTools Profiler: Correct the event names for 'malloc' and 'free' 2023-07-31 05:31:33 +02:00
DynamicLoader Everywhere: Resolve conflicts with LibC and libc++ 2023-06-27 12:40:38 +02:00
Games Snake: Update snake skin color interactively while picking 2023-07-24 11:30:54 +03:30
Libraries LibAudio: Add a seek point at the first sample in MP3Loader 2023-08-04 08:53:19 +01:00
Services LibWeb+headless-browser: Include paint tree in layout test output 2023-08-03 13:21:26 +02:00
Shell AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
Utilities watch: Use alternate buffer to display output 2023-08-04 05:25:44 +02:00
CMakeLists.txt