- Aug 22, 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
-
- 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
-
- Aug 02, 2018
-
-
- Jul 31, 2018
-
-
This affects all intra prediction modes in rav1e except DC_PRED.
-
-
- Jul 26, 2018
-
-
- Jul 17, 2018
-
-
- Jul 16, 2018
-
-
Previously we built encoder objects directly in build.rs with cc, but now build them with CMake just like the common and decoder objects. This also removes the duplicate aom_build/*.h files.
-
- Jul 15, 2018
-
-
- Jul 13, 2018
-
-
Format.
-
-
- Jun 20, 2018
-
-
- Jun 14, 2018
-
-
- Jun 07, 2018
-
-
Yushin Cho authored
The most notable cause was level map always use the old inter mode scan order as default.
-
- Jun 01, 2018
-
-
* Add Paeth predictor and tests * Update submodule hash * Fix native Paeth prediction function name in bench
-
- May 11, 2018
-
-
There is a change in the algorithm of lv_map from Feb to May, i.e. the sign coding is done toghether with extra magnitude after base range coding in May version. Hence, we will need update lv_map code once libaom reaches that time point.
-
- May 07, 2018
-
-
This adds support for CONFIG_CFL.
-
- Apr 26, 2018
-
-
-
This commit disables H_PRED and V_PRED. Reconstruction of chroma on horizontal and vertical image boundaries with these predictors is broken after this change, and I can't find the cause. At this point it's more important to update the code than for this to work.
-
- Apr 19, 2018
-
-
- Apr 17, 2018
-
-
Thomas Daede authored
-
Thomas Daede authored
-
- Apr 16, 2018
-
-
- Apr 09, 2018
-
-
- Apr 02, 2018
-
-
Thomas Daede authored
-
-
- Mar 30, 2018
-
-
- Mar 23, 2018
-
-
- Mar 20, 2018
-
-
Thomas Daede authored
This reverts commit 9556d85f.
-
- Mar 19, 2018
-
-
- Feb 24, 2018
-
-
- Feb 13, 2018
-
-
- Feb 12, 2018
-
-
Also updates to Dec 14, and fixes build on gcc 7.
-
- Feb 08, 2018
-
-
Thomas Daede authored
-
Thomas Daede authored
-
- Feb 07, 2018
-
-
smooth_hv must be implemented to progress further.
-
- Feb 06, 2018
-
-
Thomas Daede authored
-
Luc Trudeau authored
Wraps the libaom highbd_v_predictor
-