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