1. a40d9e8 Simplify the lookahead buffer allocation by Yunqing Wang · 5 years ago
  2. 49e25be Consolidate the frame buffer border by Yunqing Wang · 5 years ago
  3. 55db7b6 cmake: Build static libaom in shared configs. by Tom Finegan · 5 years ago
  4. 62eab67 Adds support for HDR static metadata encode/decode by Daniel Max Valenzuela · 5 years ago
  5. cc6cf05 Fix: Obtain aom_image metadata on decode by Daniel Max Valenzuela · 5 years ago
  6. d3c7ed9 Declare the arr parameter as const. by Wan-Teh Chang · 5 years ago
  7. 7a3853e Have metadata remove/free functions return void. by Wan-Teh Chang · 5 years ago
  8. 6b855be Adds metadata container for aom_image by Daniel Max Valenzuela · 6 years ago
  9. 53ca342 exclude hbd in aom_scale from CONFIG_AV1_HIGHBITDEPTH. by Jerome Jiang · 5 years ago
  10. 74b7c58 Add the aom_align_addr macro. by Wan-Teh Chang · 6 years ago
  11. aef42fb aom_free_frame_buffer should return 0 on success. by Wan-Teh Chang · 6 years ago
  12. 02affeb Return error code for buffer allocation. by Jerome Jiang · 6 years ago
  13. c480d82 Cosmetic changes. by Jerome Jiang · 6 years ago
  14. 13cccf2 Update border for ref buffer to allow scaled pred by Debargha Mukherjee · 6 years ago
  15. 47f68f8 Correct some typos throughout the codebase by Sarah Parker · 6 years ago
  16. 7a7239b Reduce lookahead buffer padding size for encoder by Satish Kumar Suman · 6 years ago
  17. 916d896 Code restructuring of function aom_realloc_frame_buffer(). by Satish Kumar Suman · 6 years ago
  18. 16ad7f5 cmake: Hook up dsp and scale dependencies in the proper places. by Tom Finegan · 6 years ago
  19. 1c27527 Revert decoder frame buffer padding to 64 by Satish Kumar Suman · 6 years ago
  20. b465421 Change AOM_DEC_BORDER_IN_PIXELS back to 288. by Wan-Teh Chang · 6 years ago
  21. c5cecb8 Remove CONFIG_REDUCED_ENCODER_BORDER by Yunqing Wang · 6 years ago
  22. 2ca900e Fix definitions with CONFIG_REDUCED_ENCODER_BORDER enabled by Sarah Parker · 6 years ago
  23. 2fd0077 Reduce frame buffer padding size for decoder by Satish Kumar Suman · 6 years ago
  24. 174e7ce Reset buffer_alloc_sz after freeing buffer_alloc. by Wan-Teh Chang · 6 years ago
  25. 2990996 Reduce frame buffer padding size for encoder by Satish Kumar Suman · 6 years ago
  26. 76537ca Consistenly use uint8_t for monochrome flag by Yaowu Xu · 6 years ago
  27. 6ff4809 ext-tile: output decoded tiles in output frame by Yunqing Wang · 6 years ago
  28. 304901f No need to cast ybf->buffer_alloc_sz to size_t. by Wan-Teh Chang · 6 years ago
  29. 2860b3a Validate the |border| parameter earlier. by Wan-Teh Chang · 6 years ago
  30. f1570f0 Remove alpha channel references (unsupported) by elliottk · 6 years ago
  31. c613fd4 Zero frame buffers on sequence header change. by Wan-Teh Chang · 7 years ago
  32. d63da28 Zero-initialize the frame buffer. by Wan-Teh Chang · 7 years ago
  33. e1cbb13 cosmetics: normalize include guards by James Zern · 7 years ago
  34. 3e24bb8 Properly reallocate buffers when bit depth changes by Yaowu Xu · 7 years ago
  35. aae2183 Bound the total allocated memory of frame buffers. by Wan-Teh Chang · 7 years ago
  36. b22759d Add a macro to reduce border extension. by Urvang Joshi · 7 years ago
  37. d799c5d Move CONFIG_SIZE_LIMIT check in yv12config.c. by Wan-Teh Chang · 7 years ago
  38. ebc2714 Check size limit in aom_realloc_frame_buffer. by Wan-Teh Chang · 7 years ago
  39. 5396c55 Rename 'once' to 'aom_once'. by Wan-Teh Chang · 7 years ago
  40. 870462d Fix typo on use_external_reference_buffers by Frederic Barbier · 7 years ago
  41. f42d00d cmake: Use list(APPEND) instead of set() in aom_scale.cmake by Tom Finegan · 7 years ago
  42. 93730f6 Facilitate multi-threading in loop restoration by Ravi Chaudhary · 7 years ago
  43. 9a7278f Remove CONFIG_AV1 preproc symbol. by Tom Finegan · 7 years ago
  44. 44702c8 cmake: generate rtcd headers in config subdir. by Tom Finegan · 7 years ago
  45. 60e653d cmake: Output aom_config in config sub dir. by Tom Finegan · 7 years ago
  46. 589bae8 cmake: apply cmake-format by Johann · 7 years ago
  47. 29a5973 cmake: change include guard by Johann · 7 years ago
  48. 4450c76 Modify the decoder AV1_SET_REFERENCE API by Yunqing Wang · 7 years ago
  49. 2ccf4b9 Remove CONFIG_EXT_PARTITION config flag by Debargha Mukherjee · 7 years ago
  50. 103991e Remove CONFIG_CICP compile flag by Debargha Mukherjee · 7 years ago
  51. 123e8a6 adopt some clang 5.0.0 formatting by Johann · 7 years ago
  52. af8e264 Don't calculate chroma data in monochrome mode by Imdad Sardharwalla · 7 years ago
  53. e07a675 remove configure and Makefiles by Johann · 7 years ago
  54. f340fec No colorspace for mono-video f/ CICP compatibility by Debargha Mukherjee · 7 years ago
  55. 9e69463 CICP colorspace signaling by Andrey Norkin · 7 years ago
  56. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  57. aecbba6 add copyright to rtcd files by Johann · 7 years ago
  58. 902000d Increase border when CONFIG_EXT_PARTITION==1 by Pavel Frolov · 7 years ago
  59. 4879580 Remove experimental flag of GLOBAL_MOTION by Sebastien Alaiwan · 7 years ago
  60. 5433fa4 Fix mv clamping when superres is used by Debargha Mukherjee · 7 years ago
  61. 82529d2 Make yv12_buffer_config more uniform by Rupert Swarbrick · 7 years ago
  62. 1512fa9 cosmetics,*rtcd*.pl: reindent by James Zern · 7 years ago
  63. db724cf Fix CMake mips32 build with DSPR2 enabled. by Tom Finegan · 8 years ago
  64. 01d43e1 Make CONFIG_COLORSPACE_HEADERS public API changes unconditional. by Tom Finegan · 8 years ago
  65. 9b0f703 Prevent redundant down converting operation by Yaowu Xu · 8 years ago
  66. 43778572 Move buffer allocation to aom_scale by Yaowu Xu · 8 years ago
  67. 78516fc Build static libaom without internal deps in CMake. by Tom Finegan · 8 years ago
  68. 84f2d79 Add shared library support to the CMake build. by Tom Finegan · 8 years ago
  69. 76fb126 Experiment: adding the source video information signaling (Netflix) by anorkin · 8 years ago
  70. 17ccaec Add include guards to CMake files used as includes. by Tom Finegan · 8 years ago
  71. d148c96 Add mips32 support to the cmake build. by Tom Finegan · 8 years ago
  72. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  73. 5ddac0a RTCD defs: Remove empty specialize statements once and for all. by Urvang Joshi · 8 years ago
  74. f0d1444 Move aom_scale cmake commands to aom_scale/aom_scale.cmake. by Tom Finegan · 8 years ago
  75. a43a2d9 Add UV wiener loop restoration by Debargha Mukherjee · 8 years ago
  76. 08bfd25 Remove an unused VP8 define by Alex Converse · 8 years ago
  77. 557ce7b Enable global motion in high bit depth mode by David Barker · 8 years ago
  78. d650f27 Vertical scalers: Use signed int for src/dst pitch in parameters. by Urvang Joshi · 8 years ago
  79. dc1813f Fix unsigned type error in gen_scaler.c by Angie Chiang · 8 years ago
  80. 10ab157 Fix unsigned type error in aom_scale.c by Angie Chiang · 8 years ago
  81. b42827f Rewrite some loops to avoid -Wunsafe-loop-optimizations warnings. by Urvang Joshi · 9 years ago
  82. 671f2bd Rename AOM_ENC/DEC_BORDER_IN_PIXELS by Yaowu Xu · 8 years ago
  83. 99c6637 Merge "Remove unused buffer allocation functions" into nextgenv2 by Yunqing Wang · 9 years ago
  84. 8aa2280 Remove unused buffer allocation functions by Yunqing Wang · 9 years ago
  85. 9c01aa1 Change to use aom copyright notice by Yaowu Xu · 9 years ago
  86. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  87. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago