This website works better with JavaScript
6.3.0 (2023-02-22)
Features
Bug Fixes
6.2.0 (2022-07-08)
Features
add ID3 parsing for text, link, and APIC frames (#412 ) (5454bdd )
Bug Fixes
replace indexOf with typedArrayIndexOf for IE11 support (#417 ) (4e1b195 )
6.1.0 (2022-05-26)
Features
send ID3 tag even when a frame has malformed content (#408 ) (1da5d23 )
6.0.1 (2021-12-20)
Bug Fixes
6.0.0 (2021-11-29)
Features
use bigint for 64 bit ints if needed and available. (#383 ) (83779b9 )
Chores
BREAKING CHANGES
In some cases, mux.js will now be returning a BigInt rather than a regular Number value. This means that consumers of this library will need to add checks for BigInt for optimal operation.
5.14.1 (2021-10-14)
Bug Fixes
avoid mismatch with avc1 and hvc1 codec (#400 ) (8a58d6e )
prevent adding duplicate log listeners on every push after a flush (#402 ) (eb332c1 )
5.14.0 (2021-09-21)
Features
5.13.0 (2021-08-24)
Features
add firstSequenceNumber option to Transmuxer to start sequence somewhere other than zero (#395 ) (6ff42f4 )
Chores
5.12.2 (2021-07-14)
Bug Fixes
Do not scale width by sarRatio, let decoder handle it via the pasp box (#393 ) (9e9982f )
5.12.1 (2021-07-09)
Code Refactoring
rename warn event to log, change console logs to log events (#392 ) (4995603 )
5.12.0 (2021-07-02)
Features
add general error/warn/debug log events and log skipped adts data (#391 ) (6588d48 )
5.11.3 (2021-06-30)
Bug Fixes
Prevent skipping frames when we have garbage data between adts sync words (#390 ) (71bac64 )
5.11.2 (2021-06-24)
Bug Fixes
on flush if a pmt has not been emitted and we have one, emit it (#388 ) (67b4aab )
5.11.1 (2021-06-22)
Bug Fixes
inspect all program map tables for stream types (#386 ) (bac4da9 )
5.11.0 (2021-03-29)
Features
5.10.0 (2021-03-05)
Features
Bug Fixes
5.9.2 (2021-02-24)
Features
add a nodejs binary for transmux via command line (#366 ) (b87ed0f )
Bug Fixes
Chores
switch to rollup-plugin-data-files (#369 ) (0bb1556 )
update vjsverify to fix publish failure (cb06bb5 )
5.9.1 (2021-01-20)
Chores
5.9.0 (2021-01-20)
Features
CaptionStream: add flag to turn off 708 captions (#365 ) (8a7cdb6 )
Chores
update this project to use the generator (#352 ) (fa920a6 )