Vanilagy
|
608c769a7e
|
Add explicit disposability to Inputs (#126)
|
2025-09-21 20:18:59 +02:00 |
|
Vanilagy
|
a3f4f7f4f7
|
Allow all Matroska AttachedFiles to be read & written via metadata tags
|
2025-09-19 20:12:29 +02:00 |
|
Vanilagy
|
eb1ce86187
|
Fix faulty MP3 bitrate and frame size calculation (fixes #134)
|
2025-09-19 13:20:36 +02:00 |
|
  
|
420423bc0f
|
feat: Add support for custom MP4 metadata with mdta format (#132)
* feat: Add support for custom MP4 metadata with mdta format
- Add metadataFormat option ('mdir' | 'mdta') to IsobmffOutputFormatOptions
- Implement complete mdta format with keys box generation
- Enable custom metadata fields readable by ffmpeg/ffprobe
- Maintain backward compatibility with default mdir format
* Refactor ISOBMFF metadata tag writing logic
* Autism
---------
Co-authored-by: tanfu <[email protected]>
Co-authored-by: Vanilagy <[email protected]>
|
2025-09-18 23:41:08 +02:00 |
|
Vanilagy
|
6d5bd58ae8
|
Add support for header removal content compression in Matroska
|
2025-09-17 23:09:04 +02:00 |
|
Vanilagy
|
fcec67645a
|
Allow object for tags field in conversion
|
2025-09-16 15:10:16 +02:00 |
|
Vanilagy
|
6f06631355
|
Use decoder information for resampler sample rate, fix Opus sample rate to 48 kHz everywhere
|
2025-09-10 23:03:20 +02:00 |
|
Vanilagy
|
b9f7ab2fa2
|
Skip HEVC RASL slices following a decoder reset
|
2025-09-09 13:09:41 +02:00 |
|
Vanilagy
|
f3613b7260
|
Fix null sample in encoder support checking logic in Conversion API (#90)
|
2025-09-06 12:00:46 +02:00 |
|
Vanilagy
|
bd99d8f28f
|
Add metadata tests, fix a few bugs
|
2025-09-05 21:42:26 +02:00 |
|
Vanilagy
|
034a7254d2
|
Merge branch 'main' into metadata
|
2025-09-03 21:12:16 +02:00 |
|
Vanilagy
|
ef95960e13
|
Add support for unsized sources, add ReadableStreamSource, fix WAVE packet lookup
|
2025-09-02 16:39:38 +02:00 |
|
Vanilagy
|
641cdd02e3
|
Add new slice-based reader system, port all demuxers to new reader system, add optimized BlobSource
|
2025-08-28 17:24:31 +02:00 |
|
Vanilagy
|
fb0c41aa09
|
Implement MP3 metadata (ID3v1/2) read & write
|
2025-08-25 17:43:40 +02:00 |
|
Vanilagy
|
803e58a0d2
|
Add internalCodecId field
|
2025-08-23 16:24:36 +02:00 |
|
Vanilagy
|
bb1b20afa7
|
Add track name support
|
2025-08-23 15:33:44 +02:00 |
|
Vanilagy
|
2d62395fc0
|
Fix faulty faulty lookup table logic (addresses #70)
|
2025-08-22 14:20:57 +02:00 |
|
Vanilagy
|
bb9554df60
|
Handle ISOBMFF boxes with no size
|
2025-08-20 15:12:25 +02:00 |
|
Vanilagy
|
f4b97c1731
|
Make mfra box lookup more resilient
|
2025-08-20 14:33:26 +02:00 |
|
Vanilagy
|
5782219941
|
Add Matroska resync logic for malformed files, add RVE sponsor
|
2025-08-20 13:38:54 +02:00 |
|
Vanilagy
|
e0a4169bf8
|
Handle missing starting key sample in ISOBMFF
|
2025-08-12 09:29:57 +02:00 |
|
Vanilagy
|
1492fd5c6f
|
Add workaround for Chromium range request caching bug
|
2025-08-11 18:14:02 +02:00 |
|
Vanilagy
|
47c955524f
|
Rework MP3 reading pattern
|
2025-08-11 02:50:13 +02:00 |
|
Vanilagy
|
56ae97f994
|
Fix decoded frame timestamps (#49)
|
2025-08-10 19:26:41 +02:00 |
|
Vanilagy
|
cbb2681d33
|
Create @mediabunny/mp3-encoder, restructure and extend build system
|
2025-08-10 00:45:30 +02:00 |
|
Vanilagy
|
597b68b299
|
Add support for Matroska lacing, fix packet lookup logic
|
2025-08-08 17:10:03 +02:00 |
|
Vanilagy
|
5e933d9362
|
Add packet type derivation logic, new verifyKeyPackets options, new determinePacketType method
|
2025-07-24 16:09:01 +02:00 |
|
Vanilagy
|
cf0bbe896a
|
Add longer variant to VideoSample.draw
|
2025-07-15 11:49:33 +02:00 |
|
Vanilagy
|
84c9d37cb7
|
Revise build step and dist structure for better Webpack, CJS and pnpm support
|
2025-07-09 11:53:19 +02:00 |
|
Vanilagy
|
f675966004
|
Metamuxer -> Mediabunny
|
2025-06-16 15:55:38 +02:00 |
|
Vanilagy
|
f5a56e1f62
|
Fix incorrectly processed timestamps for fragmented MP4
|
2025-06-07 18:54:19 +02:00 |
|
Vanilagy
|
8de25036b8
|
Automatically close new VideoFrames created by toCanvasImageSource, reduce clones in mediaSamplesAtTimestamps
|
2025-05-09 15:31:18 +02:00 |
|
Vanilagy
|
8bca9b0217
|
Rewrite mediaSamplesAtTimestamps to fix B-frame bug, fix incorrect timestamps when cloning samples
|
2025-05-09 14:20:29 +02:00 |
|
Vanilagy
|
94b797e227
|
TEMP timestamp iterator bugfix
|
2025-05-03 21:43:29 +02:00 |
|
Vanilagy
|
e527fe1484
|
Allow fractional frame rates in track metadata, document frameRate better, other small doc adjustments
|
2025-04-28 15:48:51 +02:00 |
|
Vanilagy
|
557314c640
|
digest -> add
|
2025-02-09 17:59:30 +01:00 |
|
Vanilagy
|
ffd0835e9a
|
Add support for custom encoders & decoders
|
2025-01-26 17:32:10 +01:00 |
|
Vanilagy
|
d3566305df
|
Implement MP3 muxer
|
2025-01-26 11:45:56 +01:00 |
|
Vanilagy
|
70b88332b2
|
Add media conversion utility function, fix fragment/cluster reading issues, expand color space logic, add qualitative bitrates, & many other fixes and improvements
|
2025-01-19 18:55:12 +01:00 |
|
Vanilagy
|
d323c2be8e
|
Add track count limit checking
|
2025-01-17 12:26:12 +01:00 |
|
Vanilagy
|
7b6567fcf0
|
Add language getter to InputTrack
|
2025-01-15 20:21:34 +01:00 |
|
Vanilagy
|
9af3e6eb66
|
Fix atTimestamps iterator
|
2025-01-14 21:23:37 +01:00 |
|
David Payr
|
b6b82084d4
|
Drain -> Sink
|
2025-01-08 14:26:49 +01:00 |
|
Vanilagy
|
7d5957957e
|
Add WAVE muxer
|
2025-01-07 21:37:55 +01:00 |
|
Vanilagy
|
48c9a225e2
|
Improve encoders and check availability
|
2025-01-06 21:22:15 +01:00 |
|
Vanilagy
|
00408c86ff
|
Add support for remaining audio codecs to Matroska muxer
|
2025-01-06 21:09:12 +01:00 |
|
Vanilagy
|
2625dc7662
|
Implement PCM encoders
|
2025-01-05 15:58:20 +01:00 |
|
Vanilagy
|
37820f1d4c
|
Replace ArrayBufferTarget with BufferTarget, now spitting out Uint8Array and using .resize
|
2025-01-05 14:24:06 +01:00 |
|
Vanilagy
|
ee81e1b674
|
Add support for all audio codecs in the ISOBMFF muxer (& some fixes)
|
2025-01-05 13:50:50 +01:00 |
|
Vanilagy
|
3487bae4fe
|
Add cslg box
|
2025-01-04 14:43:26 +01:00 |
|