Vanilagy
c0da28fb6c
Floor Matroska default packet duration ( fixes #170 )
2025-11-10 16:14:25 +01:00
Vanilagy
fd8c74d4db
Fix invalid encoder AAC description on WebKit ( fixes #206 )
2025-11-10 14:44:35 +01:00
Vanilagy
d969266662
Simplify isWebKit, get rid of isSafari
2025-11-10 11:30:26 +01:00
hex
e0dda582b1
fix webkit video conversion bug
2025-11-07 16:58:20 -07:00
Vanilagy
5aabf6350a
Clarify docs
2025-11-06 16:31:02 +01:00
Jonny Burger and GitHub
3c8d503158
Merge pull request #209 from JonnyBurger/flac-consecutive-headers
...
Ensure FLAC headers are consecutive
2025-11-06 10:00:37 +01:00
Vanilagy
3217490d81
Fix read worker abort bugs ( fixes #197 )
2025-11-02 14:03:54 +01:00
Vanilagy
5039c730bf
Fix MediaStreamTracks not being stopped inside of the worker ( fixes #204 )
2025-11-02 13:00:38 +01:00
Vanilagy
c7b45eabf0
Explanatory comment
2025-10-21 16:27:27 +02:00
Vanilagy
8629709cd7
< 8
2025-10-21 16:27:04 +02:00
David P. and GitHub
754af6f90f
Merge pull request #186 from JonnyBurger/fix-185
...
Make Mediabunny more resilient against `data` boxes ending abruptly
2025-10-21 16:24:02 +02:00
Vanilagy
e676de4129
Terminate reading a cluster early if another cluster is encountered ( fixes #164 )
2025-10-21 16:18:48 +02:00
Vanilagy
0c4c13cea2
Perform conversion API resampling even with process is set
2025-10-20 16:13:05 +02:00
Jonny Burger and GitHub
c27042b24d
Merge branch 'main' into fix-185
2025-10-18 11:24:44 +02:00
JonnyBurger
f8cd66727c
Make Mediabunny more resilient against data boxes ending abruptly
2025-10-18 11:23:44 +02:00
Vanilagy
e880f54553
Add custom processing to Conversion API
2025-10-17 14:52:13 +02:00
jlim
1143984021
BT.2100 PQ should be "pq", not "pg"
2025-10-15 18:08:29 -07:00
Vanilagy
f2f9b2f0c3
Add FilePathTarget
2025-10-02 15:59:46 +02:00
Vanilagy
203c0f307e
Ignore read data after source disposal
2025-10-02 15:42:44 +02:00
David P. and GitHub
08658e7728
Merge branch 'main' into stop-retrying-on-cors-error
2025-10-02 10:59:54 +02:00
Vanilagy
088d1f1701
Adjust Matroska cue point distribution logic, ensure no duplicate timestamps in cue points, fixing infinite recursion issue
2025-10-02 10:44:01 +02:00
Vanilagy
7accface7b
A few cleanups
2025-10-01 22:23:05 +02:00
AJ Funk
dcd1f242b4
add keyFrameInterval to ConversionVideoOptions
2025-10-01 09:28:06 -07:00
JonnyBurger
26c1debb7a
Update docs for getRetryDelay()
2025-09-30 15:03:29 +02:00
JonnyBurger
548ca74c93
getRetryDelay() takes src as well
2025-09-30 14:59:48 +02:00
JonnyBurger
249d9444ce
remove extra newline added
2025-09-30 14:11:48 +02:00
JonnyBurger
d58b638277
Stop retrying UrlSource if CORS error is suspected
2025-09-30 14:11:17 +02:00
Vanilagy
7d747ae6d9
Dedent
2025-09-29 20:37:10 +02:00
Vanilagy
198928088b
Make cluster/fragment lookup operations almost stateless, fix high Matroska memory, allow more maxCacheSizes
2025-09-29 20:36:37 +02:00
Vanilagy
a1008b8088
Fix invalid crop region for rotated video samples ( fixes #151 )
2025-09-26 16:31:24 +02:00
Vanilagy
be151d3494
Add isValid field to Conversion if output track counts haven't been reached, improve error messages to be more clear ( closes #148 )
2025-09-26 13:11:35 +02:00
Vanilagy
1b8e4f9f4b
Add alpha option to Conversion API
2025-09-26 11:12:48 +02:00
Vanilagy
4819bf6755
Fix udta string box being read when the field was non-string, fix out of bounds string read ( fixes #150 )
2025-09-26 10:01:20 +02:00
Vanilagy
3f03eb8fbb
Small adjustments
2025-09-25 14:49:09 +02:00
Vanilagy
537119357d
Add strict slice range validation, fix RF64 reading error ( fixes #146 )
2025-09-25 10:26:44 +02:00
Vanilagy
a043f410fd
Make samples disposable
2025-09-24 21:41:52 +02:00
David P. and GitHub
fa4e064345
Transparent video read/write support ( #145 )
...
* Add support for reading transparent Matroska and implement alpha side data & decode
* Few fixes
* Implement alpha encoding
* Gracefully handle inability to acquire WebGL context, properly clean up WebGL contexts
* Improve touch device detection
* Test test
* Test test #2
* Test test 3
* Test test 4
* Test test 5
* Test test 6
* Test test 7
* Test test 8
* Test test 9
* Test test 10
* Test test 11
* Test test 12
* Test test 13
* Test test 14
* Test test 15
* Test test 16
* Test test 17
* Test test 18
* Test test 19
* Test test 20
* Fix type errors, improve MetadataTags docs
* Do a bunch of docs work
* Test test?
* "Unexpected only modifier 🤓 "
* Add InputVideoTrack.canBeTransparent()
* Some clean-up
* Adjust CI to be less spammy in PRs
* Fix broken license headers
2025-09-24 21:20:14 +02:00
Vanilagy
0878dd2ca9
Make stripped Node.js import more resilient
2025-09-24 11:41:48 +02:00
Vanilagy
f9a7735aae
Explicitly throw for odd video dimensions for AVC and HEVC ( closes #142 )
2025-09-22 15:37:31 +02:00
6aee4e6a6a
Fix WAV files with embedded ID3 metadata returning empty tags ( #110 )
...
* Read ID3v2 tags from WAV file
* remove js import
Co-authored-by: David P. <[email protected] >
* revert slicing in wave-demuxer.ts and add id3.ts for further sharing
* Add `writeId3Tag` to the `WavOutputFormat` constructor options
* add more context in private and public APIs that it's non-standard
* compare actual values in the test with real file
* remove unnecesarry double slice requesting
* trim test audio file (i tried my best to preserve ID3, including artwork)
* Couple of code cleanups
* const -> using
* Fix linting errors
---------
Co-authored-by: David P. <[email protected] >
2025-09-22 14:06:06 +02:00
Vanilagy
15db099caf
Add fetchFn to UrlSourceOptions, allow Request as UrlSource input, pass error message to getRetryDelay, add fallback for Blob.stream()
2025-09-22 11:10:39 +02:00
Vanilagy
63145c9ced
Improve docs
2025-09-21 23:41:10 +02:00
Vanilagy
608c769a7e
Add explicit disposability to Inputs ( #126 )
2025-09-21 20:18:59 +02:00
Vanilagy
d855038fd4
Fix incorrect MP3 frame size calculation ( fixes #140 )
2025-09-21 17:42:31 +02:00
Vanilagy
9e1a23aefd
Generate random BigInts instead of doubles
2025-09-19 23:21:36 +02:00
Vanilagy
a3f4f7f4f7
Allow all Matroska AttachedFiles to be read & written via metadata tags
2025-09-19 20:12:29 +02:00
Vanilagy
e28c34cb7a
Properly merge different forms of headers in UrlSource ( #126 )
2025-09-19 18:04:02 +02:00
Vanilagy
a46e9ee9ec
Fix flaky FLAC metadata reading
2025-09-19 14:29:41 +02:00
Vanilagy
88f9b64331
Fix faultily written Xing frame
2025-09-19 14:03:46 +02:00
Vanilagy
eb1ce86187
Fix faulty MP3 bitrate and frame size calculation ( fixes #134 )
2025-09-19 13:20:36 +02:00