- 522e042 Add missing allocation checks in realloc_frame_buffer_aligned by Satheesh Kumar · 1 year, 2 months ago
- 5ed9ce5 Use crop region for global motion estimation by Rachel Barker · 2 years, 1 month ago
- 2722ce6 Cache corner list for each frame buffer by Rachel Barker · 2 years, 1 month ago
- 674eaa0 Revert "Revert "Replace y_buffer_8bit with a downsampling pyramid"" by Rachel Barker · 2 years, 1 month ago
- db56a4e Revert "Replace y_buffer_8bit with a downsampling pyramid" by Wan-Teh Chang · 2 years, 1 month ago
- cfb46c7 Replace y_buffer_8bit with a downsampling pyramid by Rachel Barker · 2 years, 1 month ago
- a8c8841 Avoid an unnecessary allocation by Rachel Barker · 2 years, 1 month ago
- cb496e9 remove mips optimizations by James Zern · 2 years, 4 months ago
- aeee77c Multi-thread recon frame padding by Deepa K G · 2 years, 8 months ago
- d3b1571 Facilitate luma plane only allocation in alloc/realloc functions by Cherma Rajan A · 2 years, 9 months ago
- ce095f1 Revert "Allocate TPL buffers only when required" by James Zern · 2 years, 9 months ago
- bd904b4 Don't chain assignments of vars of different types by Wan-Teh Chang · 2 years, 9 months ago
- 6b150b7 Allocate TPL buffers only when required by Aasaipriya · 2 years, 9 months ago
- ef92b60 Simplify extend_plane() and extend_plane_high() by Wan-Teh Chang · 3 years ago
- dba4f0f Allocate scaled source buffers on the fly by Jayasanker J · 3 years, 6 months ago
- d1d5aa0 Allintra: Reduce border_in_pixels for frame buffers by Jayasanker J · 3 years, 5 months ago
- d5779aa Detect chroma subsampling more directly by Wan-Teh Chang · 3 years, 6 months ago
- 055d1bb Allocate 8-bit buffer used in high-bd only for global motion by Chethan Kumar R E · 3 years, 10 months ago
- 5209fa5 SUPERRES_AUTO: don't save/restore cur_frame->buf. by Urvang Joshi · 4 years, 2 months ago
- b53d238 SUPERRES_AUTO: enable dual search for q mode by Urvang Joshi · 4 years, 3 months ago
- b17bfa4 Add tpl_bsize in TplParams by Yunqing Wang · 4 years, 5 months ago
- edf0f4a Resolve frame buffer type reference. by Paul Wilkins · 4 years, 6 months ago
- 4dcbd92 Optimize memory in tpl frame buffer by Jayasanker J · 4 years, 6 months ago
- cab4d39 Prevent copying already allocated metadata by Daniel Max Valenzuela · 4 years, 6 months ago
- a40d9e8 Simplify the lookahead buffer allocation by Yunqing Wang · 4 years, 11 months ago
- 49e25be Consolidate the frame buffer border by Yunqing Wang · 4 years, 11 months ago
- 55db7b6 cmake: Build static libaom in shared configs. by Tom Finegan · 5 years ago
- 62eab67 Adds support for HDR static metadata encode/decode by Daniel Max Valenzuela · 5 years ago
- cc6cf05 Fix: Obtain aom_image metadata on decode by Daniel Max Valenzuela · 5 years ago
- d3c7ed9 Declare the arr parameter as const. by Wan-Teh Chang · 5 years ago
- 7a3853e Have metadata remove/free functions return void. by Wan-Teh Chang · 5 years ago
- 6b855be Adds metadata container for aom_image by Daniel Max Valenzuela · 5 years ago
- 53ca342 exclude hbd in aom_scale from CONFIG_AV1_HIGHBITDEPTH. by Jerome Jiang · 5 years ago
- 74b7c58 Add the aom_align_addr macro. by Wan-Teh Chang · 6 years ago
- aef42fb aom_free_frame_buffer should return 0 on success. by Wan-Teh Chang · 6 years ago
- 02affeb Return error code for buffer allocation. by Jerome Jiang · 6 years ago
- c480d82 Cosmetic changes. by Jerome Jiang · 6 years ago
- 13cccf2 Update border for ref buffer to allow scaled pred by Debargha Mukherjee · 6 years ago
- 47f68f8 Correct some typos throughout the codebase by Sarah Parker · 6 years ago
- 7a7239b Reduce lookahead buffer padding size for encoder by Satish Kumar Suman · 6 years ago
- 916d896 Code restructuring of function aom_realloc_frame_buffer(). by Satish Kumar Suman · 6 years ago
- 16ad7f5 cmake: Hook up dsp and scale dependencies in the proper places. by Tom Finegan · 6 years ago
- 1c27527 Revert decoder frame buffer padding to 64 by Satish Kumar Suman · 6 years ago
- b465421 Change AOM_DEC_BORDER_IN_PIXELS back to 288. by Wan-Teh Chang · 6 years ago
- c5cecb8 Remove CONFIG_REDUCED_ENCODER_BORDER by Yunqing Wang · 6 years ago
- 2ca900e Fix definitions with CONFIG_REDUCED_ENCODER_BORDER enabled by Sarah Parker · 6 years ago
- 2fd0077 Reduce frame buffer padding size for decoder by Satish Kumar Suman · 6 years ago
- 174e7ce Reset buffer_alloc_sz after freeing buffer_alloc. by Wan-Teh Chang · 6 years ago
- 2990996 Reduce frame buffer padding size for encoder by Satish Kumar Suman · 6 years ago
- 76537ca Consistenly use uint8_t for monochrome flag by Yaowu Xu · 6 years ago
- 6ff4809 ext-tile: output decoded tiles in output frame by Yunqing Wang · 6 years ago
- 304901f No need to cast ybf->buffer_alloc_sz to size_t. by Wan-Teh Chang · 6 years ago
- 2860b3a Validate the |border| parameter earlier. by Wan-Teh Chang · 6 years ago
- f1570f0 Remove alpha channel references (unsupported) by elliottk · 6 years ago
- c613fd4 Zero frame buffers on sequence header change. by Wan-Teh Chang · 6 years ago
- d63da28 Zero-initialize the frame buffer. by Wan-Teh Chang · 6 years ago
- e1cbb13 cosmetics: normalize include guards by James Zern · 6 years ago
- 3e24bb8 Properly reallocate buffers when bit depth changes by Yaowu Xu · 6 years ago
- aae2183 Bound the total allocated memory of frame buffers. by Wan-Teh Chang · 6 years ago
- b22759d Add a macro to reduce border extension. by Urvang Joshi · 6 years ago
- d799c5d Move CONFIG_SIZE_LIMIT check in yv12config.c. by Wan-Teh Chang · 6 years ago
- ebc2714 Check size limit in aom_realloc_frame_buffer. by Wan-Teh Chang · 6 years ago
- 5396c55 Rename 'once' to 'aom_once'. by Wan-Teh Chang · 7 years ago
- 870462d Fix typo on use_external_reference_buffers by Frederic Barbier · 7 years ago
- f42d00d cmake: Use list(APPEND) instead of set() in aom_scale.cmake by Tom Finegan · 7 years ago
- 93730f6 Facilitate multi-threading in loop restoration by Ravi Chaudhary · 7 years ago
- 9a7278f Remove CONFIG_AV1 preproc symbol. by Tom Finegan · 7 years ago
- 44702c8 cmake: generate rtcd headers in config subdir. by Tom Finegan · 7 years ago
- 60e653d cmake: Output aom_config in config sub dir. by Tom Finegan · 7 years ago
- 589bae8 cmake: apply cmake-format by Johann · 7 years ago
- 29a5973 cmake: change include guard by Johann · 7 years ago
- 4450c76 Modify the decoder AV1_SET_REFERENCE API by Yunqing Wang · 7 years ago
- 2ccf4b9 Remove CONFIG_EXT_PARTITION config flag by Debargha Mukherjee · 7 years ago
- 103991e Remove CONFIG_CICP compile flag by Debargha Mukherjee · 7 years ago
- 123e8a6 adopt some clang 5.0.0 formatting by Johann · 7 years ago
- af8e264 Don't calculate chroma data in monochrome mode by Imdad Sardharwalla · 7 years ago
- e07a675 remove configure and Makefiles by Johann · 7 years ago
- f340fec No colorspace for mono-video f/ CICP compatibility by Debargha Mukherjee · 7 years ago
- 9e69463 CICP colorspace signaling by Andrey Norkin · 7 years ago
- d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
- aecbba6 add copyright to rtcd files by Johann · 7 years ago
- 902000d Increase border when CONFIG_EXT_PARTITION==1 by Pavel Frolov · 7 years ago
- 4879580 Remove experimental flag of GLOBAL_MOTION by Sebastien Alaiwan · 7 years ago
- 5433fa4 Fix mv clamping when superres is used by Debargha Mukherjee · 7 years ago
- 82529d2 Make yv12_buffer_config more uniform by Rupert Swarbrick · 7 years ago
- 1512fa9 cosmetics,*rtcd*.pl: reindent by James Zern · 7 years ago
- db724cf Fix CMake mips32 build with DSPR2 enabled. by Tom Finegan · 7 years ago
- 01d43e1 Make CONFIG_COLORSPACE_HEADERS public API changes unconditional. by Tom Finegan · 7 years ago
- 9b0f703 Prevent redundant down converting operation by Yaowu Xu · 7 years ago
- 43778572 Move buffer allocation to aom_scale by Yaowu Xu · 7 years ago
- 78516fc Build static libaom without internal deps in CMake. by Tom Finegan · 8 years ago
- 84f2d79 Add shared library support to the CMake build. by Tom Finegan · 8 years ago
- 76fb126 Experiment: adding the source video information signaling (Netflix) by anorkin · 8 years ago
- 17ccaec Add include guards to CMake files used as includes. by Tom Finegan · 8 years ago
- d148c96 Add mips32 support to the cmake build. by Tom Finegan · 8 years ago
- 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
- 5ddac0a RTCD defs: Remove empty specialize statements once and for all. by Urvang Joshi · 8 years ago
- f0d1444 Move aom_scale cmake commands to aom_scale/aom_scale.cmake. by Tom Finegan · 8 years ago
- a43a2d9 Add UV wiener loop restoration by Debargha Mukherjee · 8 years ago
- 08bfd25 Remove an unused VP8 define by Alex Converse · 8 years ago