- Aug 14, 2018
-
-
- Aug 13, 2018
-
-
* Attempt to process 10-bit Y4M input Currently compiles, encodes and decodes with desynchronization * Use high bit depth quantization tables * Move context::clamp() to util.rs * Fix partition context initialization for high bit depth * Enable and test 10-bit input * Add 10- and 12-bit test clips to build.sh Commented out by default, to enable as needed for local testing. * Use the same bit depth as y4m_dec for y4m_enc * Fix benchmark module compilation * Fix high bit depth test encoding in 8-bit * Fix header syntax for 12-bit 4:2:0 input * Enable and test 12-bit input * Reflect 12-bit support in README.md * Keep the default C420jpeg color space in y4m_encoder * Do not allow reconstruction output at high bit depths * Fix reconstruction output at high bit depths * Clean up reconstruction copy to frame buffers
-
Monty Montgomery authored
Add a check for reconstructed vs decoded image difference on each build in build.sh
-
- Aug 10, 2018
-
-
This reverts commit 8c545350.
-
- Aug 09, 2018
-
-
* Attempt to process 10-bit Y4M input Currently compiles, encodes and decodes with desynchronization * Use high bit depth quantization tables * Move context::clamp() to util.rs * Fix partition context initialization for high bit depth * Enable and test 10-bit input * Add 10- and 12-bit test clips to build.sh Commented out by default, to enable as needed for local testing. * Use the same bit depth as y4m_dec for y4m_enc * Fix benchmark module compilation * Fix high bit depth test encoding in 8-bit * Fix header syntax for 12-bit 4:2:0 input * Enable and test 12-bit input * Reflect 12-bit support in README.md
-
- Jul 16, 2018
-
-
Fixes ./build.sh since README.md now includes more references to cmake.
-
- Jun 21, 2018
-
-
Raphaël Zumer authored
* Clean the build on submodule updates * Clean up and refactor RDO functions and data Move RDO decision functions to rdo.rs, extract rd_cost computation function, move some data to appropriate locations. * Remove redundant variable in partitioning decision * Simplify top-down partitioning decision
-
- Jun 15, 2018
-
-
Enabled at s=0, min_partition_size adjusted at higher speed levels
-
- May 22, 2018
-
-
- May 01, 2018
-
-
-
This is an edge case, e.g., when trying to run ./build.sh after an incomplete build.
-
- Apr 26, 2018
-
-
- Mar 27, 2018
-
-
The largest transform that fits into the partition is used (up to 8x8).
-
- Feb 08, 2018
-
-
Tristan Matthews authored
-
Some parts will be merged in build.rs at some point
-