1. c92c6e9 highpass_filter: Refactor the highbd and lowbd versions. by Urvang Joshi · 8 years ago
  2. 8cd0e7e warp_affine_c: Refactor highbd and lowbd versions. by Urvang Joshi · 8 years ago
  3. 88b4e7d global_motion: Make symbols not used in other files static by Alex Converse · 8 years ago
  4. f77fd0b Lowercase cpi->Source and cpi->Last_Source by Alex Converse · 8 years ago
  5. e78b6f4 quantize_b_c: Refactor highbd and lowbd versions. by Urvang Joshi · 8 years ago
  6. f7ba647 Always use above predictor in under 8x8 chroma obmc by Yue Chen · 8 years ago
  7. c6a48a2 Drop support for CONFIG_EMULATE_HARDWARE by Sebastien Alaiwan · 8 years ago
  8. 2874430 intrabc: Add initial skeleton by Alex Converse · 8 years ago
  9. de8f8f7 NEW_TOKENSET: speed up decoder loop. by Thomas Davies · 8 years ago
  10. 1b5bd00 Fix ext-inter decode mem access by Jingning Han · 8 years ago
  11. e04abf7 Fix the build failure combining ext-refs and xiphrc by Zoe Liu · 8 years ago
  12. 453aef6 Fix the build failure combining ext-refs and tempmv-signaling by Zoe Liu · 8 years ago
  13. b28b78c Bugfix: Insert missing bracket by Jonathan Matthews · 8 years ago
  14. 374a5907 Fix encoder use of 16-bit operating path by Sebastien Alaiwan · 8 years ago
  15. 4483e3d Fix daala-dist in sub8x8 inter rdo without cb4x4 by Yushin Cho · 8 years ago
  16. 3dfba99 Harmonize ext-inter and ref-mv by David Barker · 8 years ago
  17. d13c24a palette-delta-encoding experiment by hui su · 8 years ago
  18. d8cd55f ext_tile: add 2 tile encoding modes by Yunqing Wang · 8 years ago
  19. 7a84fd8 Initialize the reference vector list by Frederic Barbier · 8 years ago
  20. f9687c5 use storage.googleapis for testdata download by James Zern · 8 years ago
  21. 829dbf2 Revert "Enable ext-refs as default" by James Zern · 8 years ago
  22. 2f905d2 bitstream-debug: Merge queue_pop and queue_push by Fergus Simpson · 8 years ago
  23. 8625112 test-data: restrict large yuv to perf tests by James Zern · 8 years ago
  24. acbb5df Enable ext-refs as default by Zoe Liu · 8 years ago
  25. cb03dc3 Fix some rdopt bugs in ext-inter by David Barker · 8 years ago
  26. fade463 Retune CDEF dering threshold adjustment by Steinar Midtskogen · 8 years ago
  27. 0c966a5 Signal CDEF damping in the frame header by Steinar Midtskogen · 8 years ago
  28. efacce9 Fix CDEF SIMD code for cb4x4 by Michael Bebenita · 8 years ago
  29. a57f77f Fix array bounds overflow in warped test. by Sean Purser-Haskell · 8 years ago
  30. 576f065 intrabc: Add experiment by Alex Converse · 8 years ago
  31. 1994429 Don't export kMinCompressedSize. by Ralph Giles · 8 years ago
  32. 2d422fb Set palette_throughput experiment default on. by Fangwen Fu · 8 years ago
  33. c81ea6e unify the intra prediction angle options for different block sizes by Ryan Lei · 8 years ago
  34. 2ed03a3 Redo txfm/quant in av1_txk_search by Angie Chiang · 8 years ago
  35. cd9b03f Add txk_sel exp by Angie Chiang · 8 years ago
  36. f6c807c ec_smallmul: Convert CDFs to iCDFs. by Timothy B. Terriberry · 8 years ago
  37. f8e87b4 Deliver the eob threshold to inverse transform by Yi Luo · 8 years ago
  38. a4d8799 Move width branch out of height loop by Yi Luo · 8 years ago
  39. 1c25c75 enable mv_compress by default by zhipin deng · 8 years ago
  40. 8082614 Remove rt deadline. by Thomas Daede · 8 years ago
  41. 350a9b7 bitstream-dbg: Add missing include to decodeframe by Fergus Simpson · 8 years ago
  42. 3666192 Avoid exiting tx size search when tx-size is square by Sarah Parker · 8 years ago
  43. 27acc47 Skip adding zero siginal to prediction with DC only idct by Yushin Cho · 8 years ago
  44. b5bf51e Fix inspection mi grid size. by Michael Bebenita · 8 years ago
  45. f1207b6 Compress analyzer data using RLE. by Michael Bebenita · 8 years ago
  46. a631722 Fix build for motion-var and ext-inter by Yaowu Xu · 8 years ago
  47. f0dfc03 Changes for chroma u8x8 obmc by Yue Chen · 8 years ago
  48. c2ebfbf Turn on tx_type search when sb_type < BLOCK_8X8 by Angie Chiang · 8 years ago
  49. 3ca0e67 Fix enc/dec mismatch in global motion by Jingning Han · 8 years ago
  50. 041c67b Singularity handling in Gaussian elimination by Jingning Han · 8 years ago
  51. 8c41024 Reduce prec of matrices/vectors for warp estimate by Debargha Mukherjee · 8 years ago
  52. cf50989 Fix rd bug in av1_search_txk_type by Angie Chiang · 8 years ago
  53. 0591787 Correct the tx_type cost for lv_map exp by Angie Chiang · 8 years ago
  54. b6d770c get_tx_type after av1_read_coeffs_txb_facade by Angie Chiang · 8 years ago
  55. 39b06eb Add plane to tx_type read/write/update functions by Angie Chiang · 8 years ago
  56. de58e49 Decode tx_type in av1_read_coeffs_txb() by Angie Chiang · 8 years ago
  57. d4e3c21 Fix EOB threshold array size by Yi Luo · 8 years ago
  58. 3dfe608 Enable ext_intra by default by hui su · 8 years ago
  59. 6ae588f Reduce array sizes for Wiener update steps by Debargha Mukherjee · 8 years ago
  60. 5b4a726 pvq: Remove non-dyadic CDF initialization. by Timothy B. Terriberry · 8 years ago
  61. d5b89d0 ec_smallmul: Simplify binary read/write. by Timothy B. Terriberry · 8 years ago
  62. ead5287 daala_ec: Convert the decoder to use iCDFs by Timothy B. Terriberry · 8 years ago
  63. 881f109 daala_ec: Invert the internal state of the decoder by Timothy B. Terriberry · 8 years ago
  64. 41b4f75 daala_ec: Convert the encoder to use iCDFs by Timothy B. Terriberry · 8 years ago
  65. 033e536 daala_ec: Remove non-dyadic functions. by Timothy B. Terriberry · 8 years ago
  66. dd6fa06 update parallel_deblocking experiment with more filter tap options by Ryan Lei · 8 years ago
  67. c3571bc Adjust encoder rate allocations for ext-refs by Zoe Liu · 8 years ago
  68. 4c10a3c Refactor gm/wm/obmc for cleaner warping interactions by Sarah Parker · 8 years ago
  69. 97f5664 [optimize-b] Use a greedy search method by Dake He · 8 years ago
  70. e5728a9 Simplify coefficient range checking by Sebastien Alaiwan · 8 years ago
  71. a9f9a31 Modify av1_read_tx_type for lv_map exp by Angie Chiang · 8 years ago
  72. 1628fcc Write/update tx_type per txb in lv_map exp by Angie Chiang · 8 years ago
  73. b14b73f Add av1_update_tx_type_count() by Angie Chiang · 8 years ago
  74. c31ea68 Modify av1_write_tx_type for lv_map experiment by Angie Chiang · 8 years ago
  75. 550a117 Fix loop-filter in ALT_INTRA by Frederic Barbier · 8 years ago
  76. 70f0e5e Only filter the blocks we need to filter (rather than use threshold=0) by Jean-Marc Valin · 8 years ago
  77. 29f1568 Use int16_t for warp parameters by Yaowu Xu · 8 years ago
  78. de45e15 Fix cmake build. by Tom Finegan · 8 years ago
  79. 6c86ace Fix CONFIG_HIGHBITDEPTH in cmake. by Tom Finegan · 8 years ago
  80. 18c6634 Fix CONFIG_FILTER_INTRA in the cmake build. by Tom Finegan · 8 years ago
  81. 8b370b6 Add mips64 support to the cmake build. by Tom Finegan · 8 years ago
  82. f1880e1 Add breaking rule in the while loop of read_golomb by Angie Chiang · 8 years ago
  83. 8d6bc80 Use max_block_wide/high in av1_write_coeffs_mb by Angie Chiang · 8 years ago
  84. 85c7e90 Reduce the bandwidth requirement of sub8x8 chroma obmc by Yue Chen · 8 years ago
  85. 5b55c88 Add compound-singleref (compound mode using single ref) by Zoe Liu · 8 years ago
  86. d148c96 Add mips32 support to the cmake build. by Tom Finegan · 8 years ago
  87. 16056f5 Adds option to use 1/32 subpel precision for gm/wm by Debargha Mukherjee · 8 years ago
  88. cfe0fed Add EOB threshold calculation for ADAPT_SCAN by Yi Luo · 8 years ago
  89. 9f07be1 Align frame_context to 16 bytes in TileData by Jingning Han · 8 years ago
  90. 43edb7b Avoid invalid parameter combinations in CLPF test by Steinar Midtskogen · 8 years ago
  91. 7b069a5 CDEF: Optionally filter 8x8 skip blocks by Steinar Midtskogen · 8 years ago
  92. 1b2b739 Add s8 -> s16 unpack instrinsics by Steinar Midtskogen · 8 years ago
  93. 87c24a1 Can't skip deringing on threshold=0 because chroma needs direction by Jean-Marc Valin · 8 years ago
  94. a036d86 Disable neighbor warping for gm + obmc by Sarah Parker · 8 years ago
  95. c670e82 A temporary fix on the RAM issue for upsampled referencing by Zoe Liu · 8 years ago
  96. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  97. f6214b9 Properly release the memory space in encode_frame_to_data_rate() by Jingning Han · 8 years ago
  98. d2f12ba rdopt.c,cosmetics: fix comments for av1_dist_block() by hui su · 8 years ago
  99. b1c5760 Add ec_smallmul experiment. by Timothy B. Terriberry · 8 years ago
  100. 7e32a4c Fix high bit-depth transform unit test failure by Jingning Han · 8 years ago