Commit Graph
15 Commits
Author SHA1 Message Date
Vanilagy f0a2bbae37 Various small fixes and adjustments 2026-07-09 14:35:25 +02:00
Vanilagy 4d00b1bc7e Merge branch 'main' into v2 2026-07-07 21:00:13 +02:00
Vanilagy 51b9de1c6f Move PacketReader elsewhere 2025-12-30 12:31:33 +01:00
Vanilagy eed49ee1d0 Remove media sinks, adapt conversion code and computePacketStats to use cursors, remove setTimestamp, setDuration and setDuration on samples, add sample clone override options, optimize async mutex 2025-12-28 17:50:01 +01:00
Vanilagy 3fa95cb449 Update media player example to use cursors, fix some cursor bugs, add more cursor tests 2025-12-20 21:46:24 +01:00
Vanilagy de82f6f3c9 SampleCursor code cleanup & couple of more fixes 2025-12-18 20:51:44 +01:00
Vanilagy 75af91f7b7 Validate nextKey behavior for audio tracks 2025-12-18 18:02:35 +01:00
Vanilagy 8815eab4a6 Add nextKey, better define waitUntilIdle, fix some bugs 2025-12-18 17:04:40 +01:00
Vanilagy 8267d0191c Rename and extract function 2025-12-17 17:47:55 +01:00
Vanilagy 3bd227bd66 Change pump reuse rule: enforce queued commands are resolved in the order in which they are queued 2025-12-17 17:44:52 +01:00
Vanilagy d44b8bdbd3 Clone samples when reused with autoClose: false 2025-12-15 18:35:36 +01:00
Vanilagy f045e5988c Implement sample cursor reset() 2025-12-15 17:07:22 +01:00
Vanilagy 9222d943ad Make cursor initialization instant, fix some code 2025-12-15 01:31:35 +01:00
Vanilagy 0f015d8e98 Add AudioSampleCursor, make sample cursor error behavior more explicit, add sample mapping, and a bunch of extra shit I forgot 2025-12-14 23:24:50 +01:00
Vanilagy f86294b802 BIG cursor progress
- Add extensive tests for packet cursor, sample cursor, and call serialization
- Major PacketCursor refactor
- Add PacketReader
- Many SampleCursor fixes, harden the behavior
- Typo fixes and various other small things
2025-11-27 16:26:46 +01:00