Skip to content

Releases: doujincafe/reencoder

v0.3.3

Choose a tag to compare

@justjakka justjakka released this 05 Oct 10:55
7f9aa7d

updated deps, most notably libflac-sys and rusqlite
edited readme

Full Changelog: v0.3.1...v0.3.3

v0.3.1

Choose a tag to compare

@justjakka justjakka released this 30 Sep 14:16
b9dfa39

minor code refactor

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@justjakka justjakka released this 27 Sep 13:55
9e47965

removed my hacky claxon fork and metaflac in favor of flac_codec - big props to the dev

Full Changelog: v0.2.7...v0.3.0

v0.2.7

Choose a tag to compare

@justjakka justjakka released this 13 Aug 18:52
d767ab3

various small code fixes and optimizations

Full Changelog: v0.2.6...v0.2.7

v0.2.6-fix

Choose a tag to compare

@justjakka justjakka released this 21 Jul 18:28
9f1adf5

quick fix for bad encoder tag string matching

Full Changelog: v0.2.6...v0.2.6-fix

v0.2.6

Choose a tag to compare

@justjakka justjakka released this 17 Jul 16:18
9b52bcd

dropped rayon in favor of manual thread handling. minor code improvements

Full Changelog: v0.2.5...v0.2.6

v0.2.5

Choose a tag to compare

@justjakka justjakka released this 11 Jul 08:59
336a0b8

better encoding loop - doesnt allocate the whole files samples into buffer but reusing the buffer for block after block decoding
removed hashing since its not really needed - if the original file is intact, the sum will stay the same

Full Changelog: v0.2.4...v0.2.5

v0.2.4

Choose a tag to compare

@justjakka justjakka released this 07 Jul 18:44
482d268

minor code cleanup, binaries rebuilt with newer rust version

Full Changelog: v0.2.3...v0.2.4

v0.2.3

Choose a tag to compare

@justjakka justjakka released this 07 Jul 11:09

dropped db pool deps, minor fixes

Full Changelog: v0.2.2...v0.2.3

v0.2.2

Choose a tag to compare

@justjakka justjakka released this 02 Jul 16:42

made indexing single-threaded - io bottlenecked + db panic

Full Changelog: v0.2.1...v0.2.2