Releases: ComunidadAylas/vorbis-rs
v0.5.4
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
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
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
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
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
This release adds a new VorbisEncoderBuilder
struct to construct VorbisEncoder
s 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
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
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
First public release.
Changelog: https://github.com/ComunidadAylas/vorbis-rs/blob/master/CHANGELOG.md