1. 2ed03a3 Redo txfm/quant in av1_txk_search by Angie Chiang · 8 years ago
  2. cd9b03f Add txk_sel exp by Angie Chiang · 8 years ago
  3. f6c807c ec_smallmul: Convert CDFs to iCDFs. by Timothy B. Terriberry · 8 years ago
  4. f8e87b4 Deliver the eob threshold to inverse transform by Yi Luo · 8 years ago
  5. 8082614 Remove rt deadline. by Thomas Daede · 8 years ago
  6. 350a9b7 bitstream-dbg: Add missing include to decodeframe by Fergus Simpson · 8 years ago
  7. 3666192 Avoid exiting tx size search when tx-size is square by Sarah Parker · 8 years ago
  8. b5bf51e Fix inspection mi grid size. by Michael Bebenita · 8 years ago
  9. a631722 Fix build for motion-var and ext-inter by Yaowu Xu · 8 years ago
  10. f0dfc03 Changes for chroma u8x8 obmc by Yue Chen · 8 years ago
  11. c2ebfbf Turn on tx_type search when sb_type < BLOCK_8X8 by Angie Chiang · 8 years ago
  12. 3ca0e67 Fix enc/dec mismatch in global motion by Jingning Han · 8 years ago
  13. 041c67b Singularity handling in Gaussian elimination by Jingning Han · 8 years ago
  14. 8c41024 Reduce prec of matrices/vectors for warp estimate by Debargha Mukherjee · 8 years ago
  15. cf50989 Fix rd bug in av1_search_txk_type by Angie Chiang · 8 years ago
  16. 0591787 Correct the tx_type cost for lv_map exp by Angie Chiang · 8 years ago
  17. b6d770c get_tx_type after av1_read_coeffs_txb_facade by Angie Chiang · 8 years ago
  18. 39b06eb Add plane to tx_type read/write/update functions by Angie Chiang · 8 years ago
  19. de58e49 Decode tx_type in av1_read_coeffs_txb() by Angie Chiang · 8 years ago
  20. d4e3c21 Fix EOB threshold array size by Yi Luo · 8 years ago
  21. 6ae588f Reduce array sizes for Wiener update steps by Debargha Mukherjee · 8 years ago
  22. 5b4a726 pvq: Remove non-dyadic CDF initialization. by Timothy B. Terriberry · 8 years ago
  23. 033e536 daala_ec: Remove non-dyadic functions. by Timothy B. Terriberry · 8 years ago
  24. dd6fa06 update parallel_deblocking experiment with more filter tap options by Ryan Lei · 8 years ago
  25. c3571bc Adjust encoder rate allocations for ext-refs by Zoe Liu · 8 years ago
  26. 4c10a3c Refactor gm/wm/obmc for cleaner warping interactions by Sarah Parker · 8 years ago
  27. 97f5664 [optimize-b] Use a greedy search method by Dake He · 8 years ago
  28. e5728a9 Simplify coefficient range checking by Sebastien Alaiwan · 8 years ago
  29. a9f9a31 Modify av1_read_tx_type for lv_map exp by Angie Chiang · 8 years ago
  30. 1628fcc Write/update tx_type per txb in lv_map exp by Angie Chiang · 8 years ago
  31. b14b73f Add av1_update_tx_type_count() by Angie Chiang · 8 years ago
  32. c31ea68 Modify av1_write_tx_type for lv_map experiment by Angie Chiang · 8 years ago
  33. 550a117 Fix loop-filter in ALT_INTRA by Frederic Barbier · 8 years ago
  34. 70f0e5e Only filter the blocks we need to filter (rather than use threshold=0) by Jean-Marc Valin · 8 years ago
  35. 29f1568 Use int16_t for warp parameters by Yaowu Xu · 8 years ago
  36. 18c6634 Fix CONFIG_FILTER_INTRA in the cmake build. by Tom Finegan · 8 years ago
  37. f1880e1 Add breaking rule in the while loop of read_golomb by Angie Chiang · 8 years ago
  38. 8d6bc80 Use max_block_wide/high in av1_write_coeffs_mb by Angie Chiang · 8 years ago
  39. 85c7e90 Reduce the bandwidth requirement of sub8x8 chroma obmc by Yue Chen · 8 years ago
  40. d148c96 Add mips32 support to the cmake build. by Tom Finegan · 8 years ago
  41. 16056f5 Adds option to use 1/32 subpel precision for gm/wm by Debargha Mukherjee · 8 years ago
  42. cfe0fed Add EOB threshold calculation for ADAPT_SCAN by Yi Luo · 8 years ago
  43. 9f07be1 Align frame_context to 16 bytes in TileData by Jingning Han · 8 years ago
  44. 7b069a5 CDEF: Optionally filter 8x8 skip blocks by Steinar Midtskogen · 8 years ago
  45. 87c24a1 Can't skip deringing on threshold=0 because chroma needs direction by Jean-Marc Valin · 8 years ago
  46. a036d86 Disable neighbor warping for gm + obmc by Sarah Parker · 8 years ago
  47. c670e82 A temporary fix on the RAM issue for upsampled referencing by Zoe Liu · 8 years ago
  48. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  49. f6214b9 Properly release the memory space in encode_frame_to_data_rate() by Jingning Han · 8 years ago
  50. d2f12ba rdopt.c,cosmetics: fix comments for av1_dist_block() by hui su · 8 years ago
  51. 65113f3 Fix cross tile buffer access in encoder process by Jingning Han · 8 years ago
  52. 00491e0 Avoid redundant tx_type search by Angie Chiang · 8 years ago
  53. 65a39bb Calculate coeff cost in av1_search_txk_type by Angie Chiang · 8 years ago
  54. 44bb6d0 pvq: Remove support for disabling nodesync. by Timothy B. Terriberry · 8 years ago
  55. 281def7 Avoid out of bound read by Yaowu Xu · 8 years ago
  56. c8ab0bc Avoid out of bound read by Yaowu Xu · 8 years ago
  57. 4330e1b Fix out-of-bound access in filter intra by Jingning Han · 8 years ago
  58. b1cc1f9 Fix a bug for high-bit-depth in av1_dist_block() by hui su · 8 years ago
  59. 18ad894 Fix invalid tx_type returned by get_tx_type by Angie Chiang · 8 years ago
  60. f1cb075 Modify choose_tx_size_type_from_rd for lv_map exp by Angie Chiang · 8 years ago
  61. e50f3ec Call av1_search_txk_type in block_rd_txfm by Angie Chiang · 8 years ago
  62. ca7ec4b Simplify has_top_right() and has_bottom_left(). by Urvang Joshi · 8 years ago
  63. 52617b2 Reset x->skip flag in the ref-mv search loop by Jingning Han · 8 years ago
  64. b8eed01 Use scale_chroma_bsize() function predict_square_intra_block() by Jingning Han · 8 years ago
  65. a876495 Avoiding extra runs through skip flags by Jean-Marc Valin · 8 years ago
  66. e3bc0da Change parameter limit to be <1, not <=1. This saves a bit. by Sean Purser-Haskell · 8 years ago
  67. 6e1c7d7 Clip 128s from warped_filter, so that all taps fit into 8 bits. by Sean Purser-Haskell · 8 years ago
  68. 2d2dac2 Fix YUV444 lossless mode unit test by Jingning Han · 8 years ago
  69. 6520156 Add tx_type_cost() by Angie Chiang · 8 years ago
  70. 2b58a62 Modify get_tx_type for lv_map experiment by Angie Chiang · 8 years ago
  71. 808d859 Add search_txk_type by Angie Chiang · 8 years ago
  72. bc2288c Add av1_inverse_transform_block_facade by Angie Chiang · 8 years ago
  73. 0be435a Add uv_mode to inspection data by Luc Trudeau · 8 years ago
  74. 7f24e1b Remove the single ref inter mode NEWFROMNEARMV by Zoe Liu · 8 years ago
  75. 9923d1b Fix valgrind error caused by NONE_FRAME in ref list by Sarah Parker · 8 years ago
  76. d056500 frame-superres: Move resize from encoder to common by Fergus Simpson · 8 years ago
  77. 27f6e66 Reduce precision of shear parameters to 16 bits by Debargha Mukherjee · 8 years ago
  78. 27f3f98 Turn on SEPARATE_GLOBAL_MOTION by default by Sarah Parker · 8 years ago
  79. fc59389 scaling: Avoid SSSE3 convolution instructions when scaling by Fergus Simpson · 8 years ago
  80. 752ccce Use block_idx rather than block_raster_idx by Angie Chiang · 8 years ago
  81. 6a9dbef Fix high bit-depth distortion computation by Jingning Han · 8 years ago
  82. e832d57 Make global model acceptance depend on params cost by Debargha Mukherjee · 8 years ago
  83. 52ece88 Temporarily disable multi-thread loop filter in cb4x4 by Jingning Han · 8 years ago
  84. d49c5c4 Reduce max mv allowed for local warp by Debargha Mukherjee · 8 years ago
  85. 6fc515e Make choose_partitioning support cb4x4 by Jingning Han · 8 years ago
  86. 228cc18 Replace dist_has_residue by enum OUTPUT_STATUS by Angie Chiang · 8 years ago
  87. 1e6e130 Add clamping to local warp parameters by Debargha Mukherjee · 8 years ago
  88. 29cdf70 new_multisymbol: Fix another illegal CDF value. by Timothy B. Terriberry · 8 years ago
  89. 95a2f86 Make CDEF handle 4:2:2 and 4:4:0 properly by Steinar Midtskogen · 8 years ago
  90. 40c6ffc Fixes mi_wide_l2 vs mi_high_l2 errors by Jean-Marc Valin · 8 years ago
  91. 4937856 Add extended partition size in txfm_partition_context() by Yi Luo · 8 years ago
  92. 5890555 Fix intra boundary condition for YUV444 in cb4x4 by Jingning Han · 8 years ago
  93. f178329 Add gm parameter coding based on ref parameters by Sarah Parker · 8 years ago
  94. 9d53302 Fix active map setting in cb4x4 mode by Jingning Han · 8 years ago
  95. 65bd6da Minor change in shifting for warp affine int by Debargha Mukherjee · 8 years ago
  96. 62e54cd Expand av1_encode_block_intra in block_rd_txfm by Angie Chiang · 8 years ago
  97. 749c057 Fix pvq for ext-tile by Yushin Cho · 8 years ago
  98. 982d985 Remove an obsolete comment about intra mode tree. by Urvang Joshi · 8 years ago
  99. ff61610 Simply calculation of sample projections in WM+GM by Yue Chen · 8 years ago
  100. 604d846 Do not warp for warped-motion neighbors with obmc by Debargha Mukherjee · 8 years ago