Skip to content

Releases: ComunidadAylas/vorbis-rs

v0.5.4

10 Dec 15:21
c2d2a3a
Compare
Choose a tag to compare

This release bumps low-level binding crate versions accordingly to make vorbis_rs actually use the latest fixes as intended, and updates their documentation and package metadata. There are no other changes from v0.5.3.

Changelog from v0.5.3: https://github.com/ComunidadAylas/vorbis-rs/blob/master/CHANGELOG.md#054---2023-12-10

v0.5.3

10 Dec 13:55
a2b0325
Compare
Choose a tag to compare

This release fixes another errata in the libvorbis patch for the v0.5.1 stack overflow fix, improves the documentation of a related vorbis-rs encoding method to represent the tradeoffs of different block sizes, and brings some minor tidyups to the codebase.

Changelog from v0.5.2: https://github.com/ComunidadAylas/vorbis-rs/blob/master/CHANGELOG.md#053---2023-12-10

v0.5.2

25 Nov 21:28
5abfc4e
Compare
Choose a tag to compare

This release hotfixes an errata in the libvorbis patch for the v0.5.1 crash (stack overflow) fix. There are no other changes from that version.

Changelog from v0.5.1: https://github.com/ComunidadAylas/vorbis-rs/blob/master/CHANGELOG.md#052---2023-11-25

v0.5.1

25 Nov 20:08
5cf7380
Compare
Choose a tag to compare

This release fixes a crash when encoding large sample buffers and brings some other minor tidyups.

Changelog from v0.5.0: https://github.com/ComunidadAylas/vorbis-rs/blob/master/CHANGELOG.md#051---2023-11-25

v0.5.0

06 Aug 18:24
7559854
Compare
Choose a tag to compare

This release changes the receiver of the VorbisEncoderBuilder::build method to be more ergonomic and to support building multiple encoders with the same builder.

Changelog from v0.4.0: https://github.com/ComunidadAylas/vorbis-rs/blob/master/CHANGELOG.md#050---2023-08-06

v0.4.0

04 Aug 12:43
a8d6d97
Compare
Choose a tag to compare

This release adds a new VorbisEncoderBuilder struct to construct VorbisEncoders more ergonomically, adds functionality to automatically generate stream serials, and makes some other minor changes and improvements.

Changelog from v0.3.0: https://github.com/ComunidadAylas/vorbis-rs/blob/master/CHANGELOG.md#040---2023-07-29

v0.3.0

14 Apr 14:43
69ba064
Compare
Choose a tag to compare

This release modifies the VorbisEncoder::finish method to move ownership of the sink it uses back to the caller, and includes some minor codebase cleanups.

Changelog from v0.2.0: https://github.com/ComunidadAylas/vorbis-rs/blob/master/CHANGELOG.md#030---2023-04-14

v0.2.0

08 Feb 19:21
2c6155d
Compare
Choose a tag to compare

This release introduces breaking changes that fix code safety hazards, improve error handling and representation, and enhance documentation. No new decoding or encoding features were added. Migration from v0.1.0 should be straightforward. Users are encouraged to upgrade as soon as possible.

Changelog from v0.1.0: https://github.com/ComunidadAylas/vorbis-rs/blob/master/CHANGELOG.md#020---2023-02-08

v0.1.0

22 Oct 11:17
Compare
Choose a tag to compare