1. 490477a EC_MULTISYMBOL: always send the EOB_TOKEN after a non-zero value. by Thomas Davies · 8 years ago
  2. ab78067 EC_MULTISYMBOL: Add block zero (CBP) counts and probs. by Thomas Davies · 8 years ago
  3. d091b80 Correlate od_compute_dist_8x8 with sum of squared error by David Michael Barr · 8 years ago
  4. 9b02b0e deblocking_across_tiles->loopfilter_across_tiles by Ryan Lei · 8 years ago
  5. e7a9133 palette: fix bug in float_comparer() by Joe Young · 8 years ago
  6. d978cd5 Misc global motion changes. by Debargha Mukherjee · 8 years ago
  7. 451e0f2 Bugfix: Fix an assert being triggered because of palette. by Urvang Joshi · 8 years ago
  8. 426a997 Fix ext-inter + compound-segment + supertx by David Barker · 8 years ago
  9. d803cb9 Fix segmentation fault when encoding all keyframes (kf-max-dist=0). by Urvang Joshi · 8 years ago
  10. c2d3871 Make global_motion work with ext_inter by Sarah Parker · 8 years ago
  11. c6733fb EC_MULTISYMBOL: Separate out tokenization loop. by Thomas Davies · 8 years ago
  12. f639032 EC_MULTISYMBOL: split off token packing. by Thomas Davies · 8 years ago
  13. 0ccefe2 EC_MULTISYMBOL: merge ZERO_TOKEN into coding scheme. by Thomas Davies · 8 years ago
  14. 23a6111 Palette code: add comments and rename some variables. by Urvang Joshi · 8 years ago
  15. 199a2f4 Palette: Don't use top-right pixel for context of color indices. by Urvang Joshi · 8 years ago
  16. 79c0f32 Remove DCT from od_compute_dist_8x8 by Jean-Marc Valin · 8 years ago
  17. dbfc4f9 TILE_GROUPS: code a single tile group more efficiently. by Thomas Davies · 8 years ago
  18. 1a0ae84 Fix OneByOneVideoTest for loop-restoration by Debargha Mukherjee · 8 years ago
  19. 9868c74 Fix crash with cb4x4 and warped-motion by Debargha Mukherjee · 8 years ago
  20. 83c2663 Refactor rd_pick_intra_sbuv_mode() by hui su · 8 years ago
  21. 006ff4b Change to initialize correct thread_data by Yaowu Xu · 8 years ago
  22. 56ba91b Palette: Don't store tokens for pixels outside image boundary. by Urvang Joshi · 8 years ago
  23. e1c0929 Convert PVQ skip variable to enum by ltrudeau · 8 years ago
  24. 8b61321 Fix mismatch w/ ext-inter/warped-motion/motion-var by Debargha Mukherjee · 8 years ago
  25. 78c611a Speed up palette keyframe encoding with model RD by hui su · 8 years ago
  26. 8f4cc0a Speed up filter-intra keyframe encoding with model RD by hui su · 8 years ago
  27. 0161a93 Cleanup for the entropy experiment by hui su · 8 years ago
  28. 9a416f5 Speed up ext-intra keyframe encoding with model RD by hui su · 8 years ago
  29. e2a703e av1_dct_test: fix duplicate symbol link error by James Zern · 8 years ago
  30. 839467f Make ext-inter use new rectangular intra predictor by David Barker · 8 years ago
  31. 61418bb Fix conflicts between ext-inter and cb4x4 modes by Jingning Han · 8 years ago
  32. 8d164de enable explicit temp mv prediction signaling by Fangwen Fu · 8 years ago
  33. 6b763c9 Fix issues in --enable-entropy and --enable-cb4x4 by Yaowu Xu · 8 years ago
  34. 01770b3 Rename NONE to NONE_FRAME. by Emil Keyder · 8 years ago
  35. 7a428ba Add a new experiment, DAALA_DIST by Yushin Cho · 8 years ago
  36. 48b1cb3 Support filter-intra in cb4x4 mode by Jingning Han · 8 years ago
  37. 561eb72 Fix a typo in a comment for ext-inter by David Barker · 8 years ago
  38. 3daa4fd Support rectangular tx size in cb4x4 mode by Jingning Han · 8 years ago
  39. b9b42a0 Fix mismatch when dual_filter daala-ec both are on by Angie Chiang · 8 years ago
  40. 09c0a5b Remove unused input in av1_encode_mv() by Yue Chen · 8 years ago
  41. 0f6a60a Add missing break statement in get_entropy_contexts_plane() by Jingning Han · 8 years ago
  42. 77c7c40 EC_ADAPT: use tile context for switchable filter. by Thomas Davies · 8 years ago
  43. 1de6c88 EC_ADAPT: use tile context for inter mode. by Thomas Davies · 8 years ago
  44. cef0962 EC_ADAPT: use tile context for TX size. by Thomas Davies · 8 years ago
  45. 472f63f Replace Skip with AC/DC coded in PVQ by ltrudeau · 8 years ago
  46. c2ec0e4 EC_ADAPT: use tile context for partition type. by Thomas Davies · 8 years ago
  47. 489dad8 EC_ADAPT: use tile context for coefficients. by Thomas Davies · 8 years ago
  48. 1bfb5ed EC_ADAPT: use tile context for intra mode syntax. by Thomas Davies · 8 years ago
  49. 2452329 EC_ADAPT: use tile context for MV data. by Thomas Davies · 8 years ago
  50. 58bc4cc Support ext-partition in cb4x4 mode by Jingning Han · 8 years ago
  51. b5bb244 Free up all the allocated mem space in cb4x4 by Jingning Han · 8 years ago
  52. 2e60488 Do masked motion search based on COMPOUND_TYPE by Sarah Parker · 8 years ago
  53. 7a266e2 ransac.c: define _POSIX_C_SOURCE for rand_r by James Zern · 8 years ago
  54. 308a639 Speed up keyframe encoding with model RD by hui su · 8 years ago
  55. eb780e7 Add a control to set the ANS window size by Alex Converse · 8 years ago
  56. 1e8e6b9 Miscellaneous cleaning up for loop-restoration by David Barker · 8 years ago
  57. f77d4ad EC_ADAPT: add per tile contexts. by Thomas Davies · 8 years ago
  58. 91f01fd Support non-causal obmc in the cb4x4 mode by Jingning Han · 8 years ago
  59. 25f2f7d Remove an outdated assertion by Jingning Han · 8 years ago
  60. eeacc4c Bug fix: determine tx_mode based on lossless mode of all segments by Yue Chen · 8 years ago
  61. f27b160 Add rd loop of NCOBMC by Yue Chen · 8 years ago
  62. 2615d6e Fix the transform size/type search condition by Yunqing Wang · 8 years ago
  63. feb925f Enable rectangular transforms for Intra also. by Urvang Joshi · 8 years ago
  64. 60a055b Fix compile errors with loop-restoration + highbd by David Barker · 8 years ago
  65. 9f45bc4 Pass ConvolveParams into prediction functions by Angie Chiang · 8 years ago
  66. 55c6bde Add unpoison_partition_ctx experiment by Alex Converse · 8 years ago
  67. 1edf9a3 Improvements on segment mask by Debargha Mukherjee · 8 years ago
  68. f07ddf3 Fix 32x32 hybrid transform AVX2 to match C by Yi Luo · 8 years ago
  69. 3b0b5f1 Fix 16x32, 32x16 rectangular transform SSE2 to match C by Yi Luo · 8 years ago
  70. ab9ecba Refactor end-node process in var-tx by Jingning Han · 8 years ago
  71. 8a63049 Fix a RD bug with palette mode by hui su · 8 years ago
  72. 9ab6d71 Separate mbmi coding and coeff coding+recon at sb level in NCOBMC by Yue Chen · 8 years ago
  73. de0c70a Refactor rd_pick_intra_sby_mode() by hui su · 8 years ago
  74. 203b1d3 Clean up redundant #if statements by Jingning Han · 8 years ago
  75. 64550b6 Refactor write_modes_b() and decode_block() by Yue Chen · 8 years ago
  76. 904fd18 Make av1_update_txb_coeff_cost() check condition support cb4x4 by Jingning Han · 8 years ago
  77. c7ea761 Make rd_debug aligned to var-tx by Jingning Han · 8 years ago
  78. cceac33 Don't include Daala EC headers directly. by Nathan E. Egge · 8 years ago
  79. 25007c8 Use aom_reader / aom_writer API to code rest. by Nathan E. Egge · 8 years ago
  80. f1e2fbd Use aom_reader / aom_writer API to code raw bits. by Nathan E. Egge · 8 years ago
  81. 8f11057 Use stable sort with PVQ. by David Michael Barr · 9 years ago
  82. 5d15721 Fix a memory leak by Debargha Mukherjee · 8 years ago
  83. b9f757c Refactor compound_segment to try different segmentation masks by Sarah Parker · 8 years ago
  84. ab44fd1 Rename encode_inter_mb_segment() by Yushin Cho · 8 years ago
  85. ee0af21 Correct the misleading codes in encode_inter_mb_segment() by Yushin Cho · 8 years ago
  86. 1a2df5e Fix wrong stride of dst buffer in intra4x4 by Yushin Cho · 8 years ago
  87. 994ccd7 Add tiled version of UV wiener restoration by Debargha Mukherjee · 8 years ago
  88. d748914 Refactor UV restoration to use same tilesize as Y by Debargha Mukherjee · 8 years ago
  89. 61dca1f Use 16-bit internal precision in fdct32 by Angie Chiang · 8 years ago
  90. 8e1d0f7 Change scales of fht 32x16 16x32 32x32 functions by Angie Chiang · 8 years ago
  91. 2ee81fe Fix num_4x4_blk scale in var-tx and cb4x4 mode by Jingning Han · 8 years ago
  92. 6ae7564 Fix frame boundary block distortion computation in var-tx by Jingning Han · 8 years ago
  93. 39051a7 Use aom_writer with od_encode_cdf_adapt(). by Nathan E. Egge · 8 years ago
  94. 140069e Use aom_writer with od_laplace_encode_special(). by Nathan E. Egge · 8 years ago
  95. 87d44dc Split aom_write_cdf() from aom_write_symbol(). by Nathan E. Egge · 8 years ago
  96. 482016d Rename the function rd_pick_best_sub8x8_mode() by Yushin Cho · 8 years ago
  97. 33f3bfd Optimize Wiener filter selection by David Barker · 8 years ago
  98. 09ad6d8 A mismatch fix in loop restoration by Debargha Mukherjee · 8 years ago
  99. 1733f6b Merge ext_interp and dual_filter by Angie Chiang · 8 years ago
  100. 581d169 Rework the txfm partition context to support cb4x4 mode by Jingning Han · 8 years ago