Vanilagy
7b70756961
Remove superfluous end pos seeks, fix validation bug
2026-03-27 21:29:47 +01:00
Vanilagy
94678dd356
Add support for writing I-frame only tracks, fix track closing race conditions in other muxers
2026-03-27 18:48:27 +01:00
Vanilagy
e2e8aaab78
Refactor Target and Writer, add single-file HLS writing mode
2026-03-27 18:07:26 +01:00
Vanilagy
b8044cfa07
Add more segmentation tests
2026-03-27 14:27:30 +01:00
Vanilagy
17fac170c1
Add some HLS events, add configurable target duration, add public-API OutputTrack
2026-03-27 13:37:14 +01:00
Vanilagy
5bc1a31b8e
Rewrite HLS segmentation algo AGAIN, add a bunch of HLS segmentation tests, add VideoEncoder/AudioEncoder timing refinement logic, fix HLS output spec violations
2026-03-26 16:23:07 +01:00
Vanilagy
157582498f
Remove InputTrack.groupId, hide pairing mask, change HLS track merging behavior
2026-03-24 21:54:00 +01:00
Vanilagy
3e87d747e6
Add HLS master playlist generation, add multi-playlistadd output track grouping, add multi-playlist HLS files, add configurable playlist and segment names, add TrackDisposition.primary
2026-03-24 15:53:21 +01:00
Vanilagy
c91718cdba
Add SourceRef system to keep track of used Sources ( fixes #332 )
2026-03-20 14:46:12 +01:00
Vanilagy
587e98391e
Merge branch 'main' into hls
2026-03-19 16:52:00 +01:00
Vanilagy
92c7831cf4
Fix incorrect reading of PAT
2026-03-19 16:06:55 +01:00
Vanilagy
9e9240dfc3
Merge branch 'main' of https://github.com/Vanilagy/mediabunny
2026-03-19 15:08:30 +01:00
Vanilagy
fd39084e88
Simplify/fix 3d matrix rotation extraction ( #330 )
2026-03-19 15:08:29 +01:00
Vanilagy
0d50526ff6
Fix incorrectly-written video rotation metadata even when rotation is baked into the video ( fixes #329 )
2026-03-19 14:25:40 +01:00
Vanilagy
e693765d23
Fix failing test
2026-03-19 12:33:27 +01:00
Vanilagy
1da96f6d69
Add displayAspectWidth/displayAspectHeight only when they are necessary
2026-03-19 12:25:19 +01:00
Vanilagy
dd8621b6d5
Start work on HlsOutputFormat
2026-03-17 15:25:06 +01:00
Vanilagy
e42fc85f19
Merge branch 'main' into hls
2026-03-13 17:07:31 +01:00
Vanilagy
a9a455e132
Add metadata-based duration retrieval
2026-03-13 17:03:36 +01:00
Vanilagy
92ea645df4
Bump patch
2026-03-13 11:03:57 +01:00
Vanilagy
35e16ca23e
Fix incorrect GOP timestamp verification logic for first GOP ( fixes #321 )
2026-03-13 10:45:34 +01:00
Vanilagy
87ed3a1934
Fix faulty MPEG-2 detection ( fixes #322 )
2026-03-12 21:43:14 +01:00
Vanilagy
c43ca025d9
Add proper reference count-based source disposal system
2026-03-12 21:29:01 +01:00
Vanilagy
e8df451bf5
Add support for live HLS streams, add playlist refresh logic, add live input tracks
2026-03-12 15:54:19 +01:00
Vanilagy
0bfba89161
Bump patch
2026-03-11 16:29:54 +01:00
Vanilagy
93e9c256ab
Maybe this helps a little
2026-03-11 16:28:44 +01:00
Vanilagy
ff523c01c8
Add HLS reading tests, InputTrack.hasOnlyKeyPackets, faster whole-file reading
2026-03-10 13:32:52 +01:00
Vanilagy
c4bce00c4f
Bump minor
2026-03-09 20:04:57 +01:00
Vanilagy
05ae21e5ea
Add EncodedPacketSink.getFirstKeyPacket() (used to fix #314 )
2026-03-09 10:19:01 +01:00
Vanilagy
31594f1977
Bump patch
2026-03-07 09:38:02 +01:00
Vanilagy
397c464846
Change comment
2026-03-06 16:12:30 +01:00
Vanilagy
2087658eea
Add <video> element fallback case for MediaStreamVideoTrackSource, adding Firefox support
2026-03-06 16:11:59 +01:00
Vanilagy
c088a31384
Various fixes
2026-03-06 15:49:24 +01:00
Vanilagy
22716b1f83
Merge branch 'main' into hls
2026-03-06 10:59:24 +01:00
Vanilagy
472dc113e3
Uhm
2026-03-05 19:58:10 +01:00
Vanilagy
193dcf0f14
Bump minor
2026-03-05 19:57:45 +01:00
Vanilagy
f79834c3c1
Add frame rate-based sampling for MediaStreamVideoTrackSource, reducing the probability of files with wildly irregular FPS; add unthrottled timer primitives
2026-03-05 19:57:32 +01:00
Vanilagy
66185fed15
Clean up & clarify
2026-03-05 11:49:27 +01:00
Vanilagy
fa4a0b4806
Merge branch 'main' into hls
2026-03-04 21:49:51 +01:00
Vanilagy
4172f81aa0
Upload FLAC artifacts in release CI
2026-03-04 21:27:21 +01:00
Vanilagy
f37dd21947
Bump minor
2026-03-04 21:23:02 +01:00
Vanilagy
a15283eaa3
Add @mediabunny/flac-encoder extension, clean up some other code, fix incorrect top-level tsconfig
2026-03-04 21:21:52 +01:00
Vanilagy
365469e64e
Merge branch 'main' into hls
2026-03-04 17:33:16 +01:00
Vanilagy
e18da824ce
Make test more resilient
2026-03-04 17:12:40 +01:00
Vanilagy
506ad0c798
Bump minor
2026-03-04 17:08:02 +01:00
Vanilagy
c4398fb88c
Add @mediabunny/aac-encoder extension package
2026-03-04 17:05:34 +01:00
Vanilagy
dc4e557776
Read #EXT-X-PROGRAM-DATE-TIME, add Unix epoch-offset timestamps, parallelize HLS master playlist resolution
2026-03-04 11:08:42 +01:00
Vanilagy
6d5821aa74
Clean up some code, add new source getting for Input
2026-03-04 09:34:37 +01:00
Vanilagy
cfb5418fa0
Refactor HLS API: Get rid of specialized Manifest* classes, use Input instead. Add unhydrated InputTracks, InputTrack compatibility, InputTrack queries
2026-03-03 15:28:26 +01:00
Vanilagy
76e0703b13
Bump patch
2026-02-26 21:48:36 +01:00
Vanilagy
b0604150c1
Merge branch 'main' into hls
2026-02-26 15:53:46 +01:00
Vanilagy
adc2f125bf
Bump minor
2026-02-25 17:20:06 +01:00
Vanilagy
bb4749cd8d
Add support for reading/writing non-square pixel video frames ( fixes #309 )
2026-02-25 17:16:33 +01:00
Vanilagy
02484778d1
Oops
2026-02-24 20:29:23 +01:00
Vanilagy
9fd82c3448
Make maxWorkerCount strict, queue reads if no worker is free
2026-02-24 20:29:09 +01:00
Vanilagy
49994bf9ed
Remove hackiness in "moof"-starting mp4 segments
2026-02-24 15:22:21 +01:00
Vanilagy
a7dc2c198b
Bump patch
2026-02-24 13:13:34 +01:00
Vanilagy
89afa1e2a6
Make worker_threads dynamic imports direct and keep them in the bundle (externalized), & mark them as ignored for browser builds ( fixes #306 )
2026-02-24 13:11:16 +01:00
Vanilagy
48f9bda91a
Add Tella gold sponsor
2026-02-24 11:07:05 +01:00
Vanilagy
dd8a87c4a3
Merge remote-tracking branch 'origin/main' into hls
2026-02-20 19:56:40 +01:00
Vanilagy
68b3ae7155
A BUNCH of HLS (and related) progress
...
- Add support for fMP4 segments
- Add initInput (supported by ISOBMFF and MPEG-TS)
- Input.isSupported()
- Refactored file size retrieval logic, the file size can now be retrieved alongside the first read.
- Add support for unsized UrlSources
- Add support for multiple trun boxes in a row for the same track (as the spec literally says lol)
- Add support for more M3U8 features
- Fix faulty line reader
- MPEG-TS improvements: support video parameters not in first packet, support better key frame detection, support extension PES packets without PTS
- Fix reorder buffer being 1 element too small
2026-02-20 19:56:20 +01:00
Vanilagy
6a4e86698e
Bump patch
2026-02-17 12:35:49 +01:00
Vanilagy
317193452c
Fix Webpack erroring with worker_threads import, unref Worker so process can terminate
2026-02-17 12:34:45 +01:00
Vanilagy
4928779ba1
Add Screen Studio gold sponsor
2026-02-16 21:04:41 +01:00
Vanilagy
703858fc4e
Bump patch, fix broken remote resource link
2026-02-16 20:59:33 +01:00
Vanilagy
de84d78092
Merge branch 'main' into hls
2026-02-16 15:55:59 +01:00
Vanilagy
df5efa0442
Fix test
2026-02-16 15:34:42 +01:00
Vanilagy
ddc826e6e3
MPEG-TS muxer: Write out DTS for video tracks (fixes buggy QuickTime behavior)
2026-02-16 15:30:23 +01:00
Vanilagy
e3906a3e36
Bump patch AGAIN
2026-02-12 18:54:42 +01:00
Vanilagy
46bd70b880
Bump patch, add bunny
2026-02-12 18:50:00 +01:00
Vanilagy
31b278fbd4
Fix linting errors, fix test not creating bundle
2026-02-12 18:37:55 +01:00
Vanilagy
d3b737b183
Bump minor
2026-02-12 18:32:32 +01:00
Vanilagy
a97200f3f0
Add @mediabunny/ac3 extension package
2026-02-12 18:31:59 +01:00
Vanilagy
e3aa7108f5
Make test 150% faster
2026-02-12 12:22:25 +01:00
Vanilagy
b717cbf68c
Bump minor
2026-02-12 12:06:25 +01:00
Vanilagy
7cc26edacb
Add Mediabunny Codec Registry
2026-02-12 11:56:37 +01:00
Vanilagy
de9a4bbc23
Update codec soup
2026-02-11 16:03:57 +01:00
Vanilagy
4fae45ec40
Allow negative trim ranges for conversion, add OutputFormat.supportsTimestampedMediaData
2026-02-11 15:56:51 +01:00
Vanilagy
612642c5ad
Remove sponsor
2026-02-11 08:38:49 +01:00
Vanilagy
2298f4a8b3
Add jepcd sponsor
2026-02-10 17:07:57 +01:00
David P. and GitHub
a613a870c8
Merge pull request #296 from yonathan06/patch-1
...
Update gling.svg
2026-02-10 16:24:26 +01:00
Vanilagy
cacbc2a399
Fix assertion failure
2026-02-07 10:35:40 +01:00
Vanilagy
ab0fd6a8d8
Fix WAVE demuxer out of bounds reads
2026-02-07 10:28:14 +01:00
Vanilagy
6a099b4259
Bump minor
2026-02-04 18:28:34 +01:00
Vanilagy
172b4a1fd2
Add two new sponsors
2026-02-04 16:54:45 +01:00
David P. and GitHub
43c1ea7efd
Merge pull request #292 from fredrikj/parallelism
...
Add UrlSourceOptions.parallelism
2026-02-03 16:03:55 +01:00
Vanilagy
cab92c55ec
Fix a few things
2026-02-03 16:01:46 +01:00
Vanilagy
81bc9d7c44
Fix MP3 files with initial XING frame not being properly recognized ( fixes #294 )
2026-02-03 15:53:51 +01:00
Vanilagy
6004912f3d
Make computeDuration and getFirstTimestamp have the same implementations across the board
2026-01-27 16:49:25 +01:00
Vanilagy
2ffa692fdd
Merge branch 'main' into hls
2026-01-27 15:54:28 +01:00
Vanilagy
d16b1927ad
Conversion: compute duration using only the utilized tracks
2026-01-27 15:54:20 +01:00
Vanilagy
d1fbea3e19
[WIP] Add majority of logic for HLS reading support
2026-01-27 14:45:44 +01:00
Vanilagy
f620a328e5
Add ElevenLabs sponsor, bump minor
2026-01-27 14:36:02 +01:00
Vanilagy
7aa0fa465e
Add support for ID3 metadata in ADTS, make MPEG-TS demuxer more resilient
2026-01-27 14:32:16 +01:00
Vanilagy
cc5f7d8e8f
Fixed incorrect segment logic in MPEG-TS metadata extraction, remove unused code, make packetization not require a track backing
2026-01-23 18:05:32 +01:00
Vanilagy
7e1c93c331
Skip transparency tests for now
2026-01-23 13:50:18 +01:00
Vanilagy
5b88332cb8
Test again
2026-01-23 13:41:15 +01:00
Vanilagy
9a70ccbacd
Does this fix it?
2026-01-23 13:39:14 +01:00
Vanilagy
8c67872e83
Add double loading detection and warning, improve UrlSource abort signal documentation, bump minor
2026-01-23 13:31:59 +01:00
Vanilagy
7f4093fd43
Add cronischarles-del sponsor
2026-01-23 13:18:10 +01:00