1. 9f21776 Cleanup get_energy_distribution_fine by Alex Converse · 8 years ago
  2. ed29ea2 A small code clean on ext-inter by Zoe Liu · 8 years ago
  3. 06c372d bitstream,mem_put_varsize: quiet warning in assert by James Zern · 8 years ago
  4. 6c5d698 Scale up exhaustive_search_thresh to work with 128x128 partitions by Alex Converse · 8 years ago
  5. 6eeea0e Enable ext-refs as default by Zoe Liu · 8 years ago
  6. bd343f4 Common Identity 16x8 transform: forward and reverse. by Urvang Joshi · 8 years ago
  7. c92c6e9 highpass_filter: Refactor the highbd and lowbd versions. by Urvang Joshi · 8 years ago
  8. 8cd0e7e warp_affine_c: Refactor highbd and lowbd versions. by Urvang Joshi · 8 years ago
  9. 88b4e7d global_motion: Make symbols not used in other files static by Alex Converse · 8 years ago
  10. f77fd0b Lowercase cpi->Source and cpi->Last_Source by Alex Converse · 8 years ago
  11. e78b6f4 quantize_b_c: Refactor highbd and lowbd versions. by Urvang Joshi · 8 years ago
  12. f7ba647 Always use above predictor in under 8x8 chroma obmc by Yue Chen · 8 years ago
  13. c6a48a2 Drop support for CONFIG_EMULATE_HARDWARE by Sebastien Alaiwan · 8 years ago
  14. 2874430 intrabc: Add initial skeleton by Alex Converse · 8 years ago
  15. de8f8f7 NEW_TOKENSET: speed up decoder loop. by Thomas Davies · 8 years ago
  16. 1b5bd00 Fix ext-inter decode mem access by Jingning Han · 8 years ago
  17. e04abf7 Fix the build failure combining ext-refs and xiphrc by Zoe Liu · 8 years ago
  18. 453aef6 Fix the build failure combining ext-refs and tempmv-signaling by Zoe Liu · 8 years ago
  19. b28b78c Bugfix: Insert missing bracket by Jonathan Matthews · 8 years ago
  20. 4483e3d Fix daala-dist in sub8x8 inter rdo without cb4x4 by Yushin Cho · 8 years ago
  21. 3dfba99 Harmonize ext-inter and ref-mv by David Barker · 8 years ago
  22. d13c24a palette-delta-encoding experiment by hui su · 8 years ago
  23. d8cd55f ext_tile: add 2 tile encoding modes by Yunqing Wang · 8 years ago
  24. 7a84fd8 Initialize the reference vector list by Frederic Barbier · 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. 1994429 Don't export kMinCompressedSize. by Ralph Giles · 8 years ago
  30. c81ea6e unify the intra prediction angle options for different block sizes by Ryan Lei · 8 years ago
  31. 2ed03a3 Redo txfm/quant in av1_txk_search by Angie Chiang · 8 years ago
  32. cd9b03f Add txk_sel exp by Angie Chiang · 8 years ago
  33. f6c807c ec_smallmul: Convert CDFs to iCDFs. by Timothy B. Terriberry · 8 years ago
  34. f8e87b4 Deliver the eob threshold to inverse transform by Yi Luo · 8 years ago
  35. 8082614 Remove rt deadline. by Thomas Daede · 8 years ago
  36. 350a9b7 bitstream-dbg: Add missing include to decodeframe by Fergus Simpson · 8 years ago
  37. 3666192 Avoid exiting tx size search when tx-size is square by Sarah Parker · 8 years ago
  38. b5bf51e Fix inspection mi grid size. by Michael Bebenita · 8 years ago
  39. a631722 Fix build for motion-var and ext-inter by Yaowu Xu · 8 years ago
  40. f0dfc03 Changes for chroma u8x8 obmc by Yue Chen · 8 years ago
  41. c2ebfbf Turn on tx_type search when sb_type < BLOCK_8X8 by Angie Chiang · 8 years ago
  42. 3ca0e67 Fix enc/dec mismatch in global motion by Jingning Han · 8 years ago
  43. 041c67b Singularity handling in Gaussian elimination by Jingning Han · 8 years ago
  44. 8c41024 Reduce prec of matrices/vectors for warp estimate by Debargha Mukherjee · 8 years ago
  45. cf50989 Fix rd bug in av1_search_txk_type by Angie Chiang · 8 years ago
  46. 0591787 Correct the tx_type cost for lv_map exp by Angie Chiang · 8 years ago
  47. b6d770c get_tx_type after av1_read_coeffs_txb_facade by Angie Chiang · 8 years ago
  48. 39b06eb Add plane to tx_type read/write/update functions by Angie Chiang · 8 years ago
  49. de58e49 Decode tx_type in av1_read_coeffs_txb() by Angie Chiang · 8 years ago
  50. d4e3c21 Fix EOB threshold array size by Yi Luo · 8 years ago
  51. 6ae588f Reduce array sizes for Wiener update steps by Debargha Mukherjee · 8 years ago
  52. 5b4a726 pvq: Remove non-dyadic CDF initialization. by Timothy B. Terriberry · 8 years ago
  53. 033e536 daala_ec: Remove non-dyadic functions. by Timothy B. Terriberry · 8 years ago
  54. dd6fa06 update parallel_deblocking experiment with more filter tap options by Ryan Lei · 8 years ago
  55. c3571bc Adjust encoder rate allocations for ext-refs by Zoe Liu · 8 years ago
  56. 4c10a3c Refactor gm/wm/obmc for cleaner warping interactions by Sarah Parker · 8 years ago
  57. 97f5664 [optimize-b] Use a greedy search method by Dake He · 8 years ago
  58. e5728a9 Simplify coefficient range checking by Sebastien Alaiwan · 8 years ago
  59. a9f9a31 Modify av1_read_tx_type for lv_map exp by Angie Chiang · 8 years ago
  60. 1628fcc Write/update tx_type per txb in lv_map exp by Angie Chiang · 8 years ago
  61. b14b73f Add av1_update_tx_type_count() by Angie Chiang · 8 years ago
  62. c31ea68 Modify av1_write_tx_type for lv_map experiment by Angie Chiang · 8 years ago
  63. 550a117 Fix loop-filter in ALT_INTRA by Frederic Barbier · 8 years ago
  64. 70f0e5e Only filter the blocks we need to filter (rather than use threshold=0) by Jean-Marc Valin · 8 years ago
  65. 29f1568 Use int16_t for warp parameters by Yaowu Xu · 8 years ago
  66. 18c6634 Fix CONFIG_FILTER_INTRA in the cmake build. by Tom Finegan · 8 years ago
  67. f1880e1 Add breaking rule in the while loop of read_golomb by Angie Chiang · 8 years ago
  68. 8d6bc80 Use max_block_wide/high in av1_write_coeffs_mb by Angie Chiang · 8 years ago
  69. 85c7e90 Reduce the bandwidth requirement of sub8x8 chroma obmc by Yue Chen · 8 years ago
  70. d148c96 Add mips32 support to the cmake build. by Tom Finegan · 8 years ago
  71. 16056f5 Adds option to use 1/32 subpel precision for gm/wm by Debargha Mukherjee · 8 years ago
  72. cfe0fed Add EOB threshold calculation for ADAPT_SCAN by Yi Luo · 8 years ago
  73. 9f07be1 Align frame_context to 16 bytes in TileData by Jingning Han · 8 years ago
  74. 7b069a5 CDEF: Optionally filter 8x8 skip blocks by Steinar Midtskogen · 8 years ago
  75. 87c24a1 Can't skip deringing on threshold=0 because chroma needs direction by Jean-Marc Valin · 8 years ago
  76. a036d86 Disable neighbor warping for gm + obmc by Sarah Parker · 8 years ago
  77. c670e82 A temporary fix on the RAM issue for upsampled referencing by Zoe Liu · 8 years ago
  78. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  79. f6214b9 Properly release the memory space in encode_frame_to_data_rate() by Jingning Han · 8 years ago
  80. d2f12ba rdopt.c,cosmetics: fix comments for av1_dist_block() by hui su · 8 years ago
  81. 65113f3 Fix cross tile buffer access in encoder process by Jingning Han · 8 years ago
  82. 00491e0 Avoid redundant tx_type search by Angie Chiang · 8 years ago
  83. 65a39bb Calculate coeff cost in av1_search_txk_type by Angie Chiang · 8 years ago
  84. 44bb6d0 pvq: Remove support for disabling nodesync. by Timothy B. Terriberry · 8 years ago
  85. 281def7 Avoid out of bound read by Yaowu Xu · 8 years ago
  86. c8ab0bc Avoid out of bound read by Yaowu Xu · 8 years ago
  87. 4330e1b Fix out-of-bound access in filter intra by Jingning Han · 8 years ago
  88. b1cc1f9 Fix a bug for high-bit-depth in av1_dist_block() by hui su · 8 years ago
  89. 18ad894 Fix invalid tx_type returned by get_tx_type by Angie Chiang · 8 years ago
  90. f1cb075 Modify choose_tx_size_type_from_rd for lv_map exp by Angie Chiang · 8 years ago
  91. e50f3ec Call av1_search_txk_type in block_rd_txfm by Angie Chiang · 8 years ago
  92. ca7ec4b Simplify has_top_right() and has_bottom_left(). by Urvang Joshi · 8 years ago
  93. 52617b2 Reset x->skip flag in the ref-mv search loop by Jingning Han · 8 years ago
  94. b8eed01 Use scale_chroma_bsize() function predict_square_intra_block() by Jingning Han · 8 years ago
  95. a876495 Avoiding extra runs through skip flags by Jean-Marc Valin · 8 years ago
  96. e3bc0da Change parameter limit to be <1, not <=1. This saves a bit. by Sean Purser-Haskell · 8 years ago
  97. 6e1c7d7 Clip 128s from warped_filter, so that all taps fit into 8 bits. by Sean Purser-Haskell · 8 years ago
  98. 2d2dac2 Fix YUV444 lossless mode unit test by Jingning Han · 8 years ago
  99. 6520156 Add tx_type_cost() by Angie Chiang · 8 years ago
  100. 2b58a62 Modify get_tx_type for lv_map experiment by Angie Chiang · 8 years ago