Skip to content

Releases: justjakka/reencoder

v0.2.7

13 Aug 18:52
v0.2.7
d767ab3
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

made indexing single-threaded - io bottlenecked + db panic

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

v0.2.1

02 Jul 14:52
Compare
Choose a tag to compare

completely removed all async code

Full Changelog: v0.2.0...v0.2.1

v0.2.0

02 Jul 11:45
Compare
Choose a tag to compare

code finally works!
code looks cleaner and ctrlc is finally handled properly
biggest change - ditching tokio and using parallelism for processing

Full Changelog: v0.1.2...v0.2.0

v0.1.2

19 Jun 19:29
Compare
Choose a tag to compare

added better bar handling, graceful shutdown, checking files before starting reencoding

Full Changelog: v0.1.1...v0.1.2