Skip to content

Releases: Vanilagy/mediabunny

v1.17.0

18 Sep 21:46
e88bc15

Choose a tag to compare

  • Added read & write support for FLAC files (#95). Huge thanks to @JonnyBurger for knocking this one out!
  • Added a new metadataFormat option to IsobmffOutputFormatOptions for controlling exactly how metadata tags are written (#120)

v1.16.1

18 Sep 08:00
407dd05

Choose a tag to compare

  • Optimized Matroska block decoding

v1.16.0

17 Sep 21:13
f13a81b

Choose a tag to compare

  • Added a new fastStart: 'reserve' option to IsobmffOutputFormatOptions, allowing you to reserve space for the moov box at the start of the file (#119)
  • Added support for header removal content compression when parsing Matroska files
  • Fixed invalid Vorbis decoder descriptions in Ogg demuxer

v1.15.2

16 Sep 21:15
7d725d0

Choose a tag to compare

  • Fixed Webpack bundling errors (#118)
  • Fixed 0-duration frames causing encoder errors (#116)
  • Fixed glitched frames in Firefox (#117)
  • Allow direct object (no function) for tags field in Conversion API
  • Improved ISOBMFF "track" metadata parsing

v1.15.1

12 Sep 15:16
8fb08f1

Choose a tag to compare

  • Fixed a deployment issue

v1.15.0

12 Sep 15:00
bc90a6d

Choose a tag to compare

This update is all about cropping!

  • Added a new crop option to the Conversion API for selecting a subrectangle of the input video (#97)
  • Added a crop option to CanvasSink
  • Added a crop option to VideoSample.drawWithFit()

v1.14.4

10 Sep 21:04
6f06631

Choose a tag to compare

  • Fixed audio resampling causing strange artifacts for some files (internal sample rate mismatch)
  • Ensured Opus tracks always have a locked sample rate of 48 kHz

v1.14.3

09 Sep 11:11
b9f7ab2

Choose a tag to compare

  • Added logic to skip HEVC RASL_N and RASL_R slices when starting a fresh decode (fixes #58, fixes #90)

v1.14.2

07 Sep 20:37
cb9f4e0

Choose a tag to compare

  • Fixed occassional conversion progress non-monotonicity

v1.14.1

06 Sep 10:01
f3613b7

Choose a tag to compare

  • Fixed null sample issue when checking encoder support in Conversion API (#90)