Skip to content

Releases: doujincafe/reencoder

v0.3.3

05 Oct 10:55
v0.3.3
7f9aa7d

Choose a tag to compare

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

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

v0.3.1

30 Sep 14:16
v0.3.1
b9dfa39

Choose a tag to compare

minor code refactor

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

v0.3.0

27 Sep 13:55
v0.3.0
9e47965

Choose a tag to compare

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

13 Aug 18:52
v0.2.7
d767ab3

Choose a tag to compare

various small code fixes and optimizations

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

v0.2.6-fix

21 Jul 18:28
v0.2.6-fix
9f1adf5

Choose a tag to compare

quick fix for bad encoder tag string matching

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

v0.2.6

17 Jul 16:18
9b52bcd

Choose a tag to compare

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

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

v0.2.5

11 Jul 08:59
336a0b8

Choose a tag to compare

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

07 Jul 18:44
v0.2.4
482d268

Choose a tag to compare

minor code cleanup, binaries rebuilt with newer rust version

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

v0.2.3

07 Jul 11:09

Choose a tag to compare

dropped db pool deps, minor fixes

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

v0.2.2

02 Jul 16:42

Choose a tag to compare

made indexing single-threaded - io bottlenecked + db panic

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