1. 47cc255 Remove deadline by Sean DuBois · 7 years ago
  2. 8695e98 Revert "add scalability experiment" by Tom Finegan · 7 years ago
  3. 2eeadab add scalability experiment by Soo-Chul Han · 7 years ago
  4. 8ae64a9 ext_tile: Not to write large_scale_tile bit to bitstream by Yunqing Wang · 7 years ago
  5. e07a675 remove configure and Makefiles by Johann · 7 years ago
  6. f340fec No colorspace for mono-video f/ CICP compatibility by Debargha Mukherjee · 7 years ago
  7. 9e69463 CICP colorspace signaling by Andrey Norkin · 7 years ago
  8. 87d720f Make size_t -> unsigned int conversion explicit by Yaowu Xu · 7 years ago
  9. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  10. 5d149e1 Remove sub-4x4 block sizes by Debargha Mukherjee · 7 years ago
  11. b5def02 Clean up stray monochrome flags. by Imdad Sardharwalla · 7 years ago
  12. b041d8a Modify lightfield encoding example by Yunqing Wang · 7 years ago
  13. dcb3cff Don't send chroma data in monochrome mode by Rupert Swarbrick · 7 years ago
  14. 1aeee2e Remove experimental flag of CDEF by Frederic Barbier · 7 years ago
  15. b7301cd Remove smooth_hv experiment flag. by Urvang Joshi · 7 years ago
  16. 81d458b Revert "Turn on the max_tile experiment" by Yaowu Xu · 7 years ago
  17. 7a144cd Fix skip encoding in analyzer by Michael Bebenita · 7 years ago
  18. 9a50fec Update the encoder flags for reference frames using and updating by Yunqing Wang · 7 years ago
  19. ab8bb8b Turn on the max_tile experiment by Dominic Symes · 7 years ago
  20. 3bac992 Remove experimental flag of EXT_TX by Sebastien Alaiwan · 7 years ago
  21. 2b9ec2e Rename ZEROMV to GLOBALMV by Sarah Parker · 7 years ago
  22. b9f5256 Add missing frame ref enum to the inspector by Michael Bebenita · 7 years ago
  23. 4be87e0 Add segment_id support to inspector by Yushin Cho · 7 years ago
  24. c24351c Add delta_q support to inspector by Yushin Cho · 7 years ago
  25. 14e1b74 Make put_block_info more generic. by Michael Bebenita · 7 years ago
  26. f674157 Fix compile warnings with inspector by Yushin Cho · 7 years ago
  27. 9fa9623 Remove experimental flag of chroma_sub8x8 by Hui Su · 7 years ago
  28. 6e6b697 Add dual filter support to inspector etc. by Ankur Saxena · 7 years ago
  29. d8b93f5 Remove abandonned CHROMA_2X2 experiment by Sebastien Alaiwan · 7 years ago
  30. 365e644 Remove compile guards for CONFIG_EXT_REFS by Sebastien Alaiwan · 7 years ago
  31. 96d1c0a Rename TM_PRED --> PAETH_PRED. by Urvang Joshi · 7 years ago
  32. b275217 inspect.c: Update to include new tx size enums. by Urvang Joshi · 7 years ago
  33. 0bdea0d Remove compile guards for CONFIG_EXT_INTER by Sebastien Alaiwan · 7 years ago
  34. 2fa6e1c Add 32x128/128x32 block sizes by Rupert Swarbrick · 8 years ago
  35. a5fefa7 Add the lightfield encoder and decoder examples by Ryan Overbeck · 8 years ago
  36. a526375 Teach inspector about 4:1 block sizes by Rupert Swarbrick · 8 years ago
  37. 93b543a Remove ALT_INTRA flag. by Urvang Joshi · 8 years ago
  38. 497d195 Normalize set/get reference ctrls to use ref frame index. by Thomas Daede · 8 years ago
  39. 6e1cd78 [CFL] New UV_PREDICTION_MODE for CFL by Luc Trudeau · 8 years ago
  40. d6d9eee [CFL] UV_PREDICTION_MODE by Luc Trudeau · 8 years ago
  41. 3a1bd78 Remove nonprinting characters when escaping JSON. by Thomas Daede · 8 years ago
  42. 3623d03 Fix escaping backslashes in JSON in inspect.c. by Thomas Daede · 8 years ago
  43. 4aee17d analyzer: escape build config by Michael Bebenita · 8 years ago
  44. 86a6738 analyzer: support high bitdepth and low bitdepth by Tristan Matthews · 8 years ago
  45. 81ec261 cb4x4: Move sub-4X4 block sizes behind chroma flags. by Timothy B. Terriberry · 8 years ago
  46. bf1f9ee Expose image format to the analyzer by Michael Bebenita · 8 years ago
  47. fe67ed6 cb4x4: Move sub-4X4 TX sizes behind CONFIG_CHROMA_2X2. by Timothy B. Terriberry · 8 years ago
  48. b9f68d2 Remove references to deleted ext-inter modes by Sarah Parker · 8 years ago
  49. fea5f40 inspect.c: Add enums for SMOOTH_{H,V}_PRED by Urvang Joshi · 8 years ago
  50. 1e41275 Silence build warnings with --enable-inspection. by Nathan E. Egge · 8 years ago
  51. 9bab28b [CFL] Reduce arrays used in inspection by Luc Trudeau · 8 years ago
  52. a9bd85f [CFL] Rename cfl_alpha_ind to cfl_alpha_idx by Luc Trudeau · 8 years ago
  53. f89056a [CFL] Add CFL alphas to inspection data by Luc Trudeau · 8 years ago
  54. 93d3001 Reduce number of video frames in set_maps test by Yaowu Xu · 8 years ago
  55. a5e499f Inspection returns INTRA_INVALID for uv_mode in inter by Luc Trudeau · 8 years ago
  56. c798b14 Refactor hbd and lowbd versions of find_mismatch() by Urvang Joshi · 8 years ago
  57. bad6192 Refactor aom_find_mismatch. by Urvang Joshi · 8 years ago
  58. 09c293e Move image matching functions to common location. by Urvang Joshi · 8 years ago
  59. 83fbd57 [Code Cleanup] Move accounting.[ch] to decoder by Luc Trudeau · 8 years ago
  60. 8082614 Remove rt deadline. by Thomas Daede · 8 years ago
  61. f1207b6 Compress analyzer data using RLE. by Michael Bebenita · 8 years ago
  62. 0be435a Add uv_mode to inspection data by Luc Trudeau · 8 years ago
  63. 2c2e561 Add tile support to inspection API by Michael Bebenita · 8 years ago
  64. 4d5182c analyzer: show padding by Tristan Matthews · 8 years ago
  65. 0ec34d2 inspect: Fix build with CDEF disabled by Alex Converse · 8 years ago
  66. 0955881 Add CDEF support to inspection API by Michael Bebenita · 8 years ago
  67. 097fef9 examples: quiet -Wshorten-64-to-32 warnings by James Zern · 8 years ago
  68. 6eca835 Remove "best" deadline parameter from aomenc. by Thomas Daede · 8 years ago
  69. 2693ca5 Add frame inspection data to the analyzer. by Nathan E. Egge · 8 years ago
  70. 625bc26 Add filter on color plane ability to analyzer. by Nathan E. Egge · 8 years ago
  71. f4fa01e Port Daala stream analyzer to AV1. by Nathan E. Egge · 8 years ago
  72. f4f27fe Add inspect CLI tool and Emscripten build tools. by Michael Bebenita · 8 years ago
  73. 5bce3fe Further reduce number of frames used in test by Yaowu Xu · 8 years ago
  74. f8cb5a6 Reduce number of frames used in test by Yaowu Xu · 8 years ago
  75. bde4ac8 change to use AOMedia copyright notice by Yaowu Xu · 8 years ago
  76. d71a231 Add compiler warning flag -Wextra and fix related warnings. by Urvang Joshi · 9 years ago
  77. 5cb0a7a Replace {} with continue by Yaowu Xu · 8 years ago
  78. d3a7576 Add compiler flag -Wsign-compare by Urvang Joshi · 9 years ago
  79. 6e0d64c change to use aomedia copyright notice by Yaowu Xu · 8 years ago
  80. a65e7be twopass_encoder: sample and test script fixed. by Jim Bankoski · 9 years ago
  81. a7a3909 set_maps: add back script and fix. by Jim Bankoski · 9 years ago
  82. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  83. 890c4f2 aomcx_set_ref -> aom_cx_set_ref by Yaowu Xu · 9 years ago
  84. 9c01aa1 Change to use aom copyright notice by Yaowu Xu · 9 years ago
  85. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  86. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago
  87. 397d964 examples: apply clang-format by clang-format · 9 years ago
  88. 9df7c25 Merge "remove SVC" into nextgenv2 by James Zern · 9 years ago
  89. cc73e1f remove SVC by James Zern · 9 years ago
  90. 2c14c53 remove vp8cx_set_ref.c by James Zern · 9 years ago
  91. a3cff08 more cleanup of vp8 and vp9 by Yaowu Xu · 9 years ago
  92. 5eee907 Rename files with vp9_ prefix by Yaowu Xu · 9 years ago
  93. 2a5a3f6 Combine vpxcx_set_ref example for VP9 and VP10 by Yunqing Wang · 9 years ago
  94. 6fe07a2 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  95. 9d7eaf0 Merge "twopass_encoder: Add frame limit argument." by Tom Finegan · 9 years ago
  96. 7d6edc3 simple_encoder: Add a frame limit argument. by Tom Finegan · 9 years ago
  97. 9d47341 twopass_encoder: Add frame limit argument. by Tom Finegan · 9 years ago
  98. 1a53c0c vp9: Simplify the logic in denoiser SSE2 code. by JackyChen · 9 years ago
  99. 37241e6 Merge "Merge branch 'masterbase' into nextgenv2" into nextgenv2 by Yaowu Xu · 9 years ago
  100. 9aaa3c9 Make set_reference control API work in VP9 and VP10 by Yunqing Wang · 9 years ago