Releases: awxkee/yuvutils-rs
Releases · awxkee/yuvutils-rs
0.7.0
What's Changed
- Moved big-endian YUV to a feature, Adding YUV16 -> RGBAF16 by @awxkee in #54
- Dropping useless methods, refactoring by @awxkee in #55
- Reformat to default formats by @awxkee in #56
- Continuing refactoring methods by @awxkee in #57
- Adding 14 bit YUV by @awxkee in #58
- Adding 16 bit YUV by @awxkee in #59
- Reworking YCgCo -> RGB by @awxkee in #60
Full Changelog: 0.6.0...0.7.0
Release 0.6.0
What's Changed
- Adding rotating, mirroring, encoding improvements by @awxkee in #45
- F16 converter, NV12/21 bugfix by @awxkee in #46
- Refactor and improvements by @awxkee in #47
- Refactor and improvements by @awxkee in #48
- Adding fast encoding mode by @awxkee in #49
- AVX extracted as a feature, separate fuzzing SSE and AVX by @awxkee in #50
- Adding professional encoding mode by @awxkee in #51
- Relaxed AR30 requirements by @awxkee in #52
- P210, P010 To AB30 by @awxkee in #53
Full Changelog: 0.5.14...0.6.0
Release 0.5.14
What's Changed
- x86 Improvements by @awxkee in #34
- Added special path AVX2, AVX512 for YUV422 -> RGB by @awxkee in #35
- Doc improvements by @awxkee in #36
- Added channel shuffling by @awxkee in #37
- Added SSE4.1 YUV 4:2:2 exclusive path by @awxkee in #38
- Added SSE4.1, AVX2, AVX-512 YUV NV16 exclusive path by @awxkee in #39
- Added NEON channels reshuffling by @awxkee in #40
- Avx2 shuffling by @awxkee in #41
- README.md by @awxkee in #43
- AVX-512 high bit depth encoding fix by @awxkee in #44
Full Changelog: 0.5.13...0.5.14
Release 0.5.13
Encoding improvements, increasing precision in decoding, improvements on AVX-512
Release 0.5.12
High bit depth improvements
Release 0.5.11
AVX improvements, YUY2 fixes, YUV420 encoding SSE/AVX improvements
Release 0.5.10
Fixed bugs in BiPlanar discovered by fuzzer
Release 0.5.9
GBR improvements, YUV 4:0:0 improvements
Release 0.5.8
Odd-sized images improvements, precision improvements, sharp yuv odd sized improvements
Release 0.5.7
Speed improvements, refactor, benchmarking