1. d803cb9 Fix segmentation fault when encoding all keyframes (kf-max-dist=0). by Urvang Joshi · 8 years ago
  2. c2d3871 Make global_motion work with ext_inter by Sarah Parker · 8 years ago
  3. c6733fb EC_MULTISYMBOL: Separate out tokenization loop. by Thomas Davies · 8 years ago
  4. f639032 EC_MULTISYMBOL: split off token packing. by Thomas Davies · 8 years ago
  5. 0583c98 EC_MULTISYMBOL: reconfigure coefficient decoding loop. by Thomas Davies · 8 years ago
  6. 0ccefe2 EC_MULTISYMBOL: merge ZERO_TOKEN into coding scheme. by Thomas Davies · 8 years ago
  7. 23a6111 Palette code: add comments and rename some variables. by Urvang Joshi · 8 years ago
  8. d0d3bcc Fix conflicts between cb4x4 and warped_motion by Yue Chen · 8 years ago
  9. 1992af1 Make cb4x4 work with daala-ec by Jingning Han · 8 years ago
  10. cdbe708 Palette Optimization: O(1) context lookup. by Urvang Joshi · 8 years ago
  11. 199a2f4 Palette: Don't use top-right pixel for context of color indices. by Urvang Joshi · 8 years ago
  12. 79c0f32 Remove DCT from od_compute_dist_8x8 by Jean-Marc Valin · 8 years ago
  13. 86e2779 Fix ext-partition/type in cb4x4 mode by Jingning Han · 8 years ago
  14. 4bab6e4 Adjust WIENER_FILT_TAP2_MIDV value to fix convolve by Debargha Mukherjee · 8 years ago
  15. 6d69ba0 Bugfix: decode_palette_tokens inverting stride and width. by Jonathan Matthews · 8 years ago
  16. cda0b5e highbitdepth + loop restoration: fix build on x86 32 bit by Johann · 8 years ago
  17. efd55bd cmake: Add some more utility functions. by Tom Finegan · 8 years ago
  18. dbfc4f9 TILE_GROUPS: code a single tile group more efficiently. by Thomas Davies · 8 years ago
  19. 1a0ae84 Fix OneByOneVideoTest for loop-restoration by Debargha Mukherjee · 8 years ago
  20. 04305c6 Add unit tests for v64 intrinsics by Steinar Midtskogen · 8 years ago
  21. 822513c ans: Support a larger state range in reverse serialization by Alex Converse · 8 years ago
  22. 9868c74 Fix crash with cb4x4 and warped-motion by Debargha Mukherjee · 8 years ago
  23. 83c2663 Refactor rd_pick_intra_sbuv_mode() by hui su · 8 years ago
  24. 006ff4b Change to initialize correct thread_data by Yaowu Xu · 8 years ago
  25. ff59b6a Fix mismtach with ref-mv and ext-partition-types by Debargha Mukherjee · 8 years ago
  26. 086c9db Remove "Large" from most of AV1FrameSizeTests by Alex Converse · 8 years ago
  27. 56ba91b Palette: Don't store tokens for pixels outside image boundary. by Urvang Joshi · 8 years ago
  28. e1c0929 Convert PVQ skip variable to enum by ltrudeau · 8 years ago
  29. 25d9a14 configure: only add -std=c99 for non-visual studio builds by James Zern · 8 years ago
  30. af0c102 ans: Add a final state serialization test by Alex Converse · 8 years ago
  31. 8b61321 Fix mismatch w/ ext-inter/warped-motion/motion-var by Debargha Mukherjee · 8 years ago
  32. 1c4a878 configure,cmake: remove -Wdeclaration-after-statement by James Zern · 8 years ago
  33. 78c611a Speed up palette keyframe encoding with model RD by hui su · 8 years ago
  34. 8f4cc0a Speed up filter-intra keyframe encoding with model RD by hui su · 8 years ago
  35. 0161a93 Cleanup for the entropy experiment by hui su · 8 years ago
  36. 9a416f5 Speed up ext-intra keyframe encoding with model RD by hui su · 8 years ago
  37. 54e1977 pvq: skip gshift calculation in float pvq case by Tristan Matthews · 8 years ago
  38. e2a703e av1_dct_test: fix duplicate symbol link error by James Zern · 8 years ago
  39. e75f735 Increase stack size a bit to silence warning by Debargha Mukherjee · 8 years ago
  40. 63131ea Silence a compiler warning by Debargha Mukherjee · 8 years ago
  41. bca73c4 Make ALT_INTRA work with CB4X4. by Urvang Joshi · 8 years ago
  42. 839467f Make ext-inter use new rectangular intra predictor by David Barker · 8 years ago
  43. a93e65e Fix a couple of typos by Yaowu Xu · 8 years ago
  44. c71d613 Fix bitstream error when entropy and adapt_scan on by Angie Chiang · 8 years ago
  45. 61418bb Fix conflicts between ext-inter and cb4x4 modes by Jingning Han · 8 years ago
  46. 2f97339 Add data file needed for perf test by Yaowu Xu · 8 years ago
  47. 7ba9ba8 Add test support to the cmake build. by Tom Finegan · 8 years ago
  48. 8d164de enable explicit temp mv prediction signaling by Fangwen Fu · 8 years ago
  49. 6b763c9 Fix issues in --enable-entropy and --enable-cb4x4 by Yaowu Xu · 8 years ago
  50. 01770b3 Rename NONE to NONE_FRAME. by Emil Keyder · 8 years ago
  51. 1379746 Warp filter improvements by David Barker · 8 years ago
  52. 7a428ba Add a new experiment, DAALA_DIST by Yushin Cho · 8 years ago
  53. 48b1cb3 Support filter-intra in cb4x4 mode by Jingning Han · 8 years ago
  54. 5429419 Fix segmentation fault of dual_filter in hbd mode by Angie Chiang · 8 years ago
  55. 561eb72 Fix a typo in a comment for ext-inter by David Barker · 8 years ago
  56. 6870051 Update md5 for 308a639 by hui su · 8 years ago
  57. 758b2ce Make adapt-scan support rectangular transform block sizes by Jingning Han · 8 years ago
  58. 07ef967 Resolve coding failure in var-tx by Jingning Han · 8 years ago
  59. 3daa4fd Support rectangular tx size in cb4x4 mode by Jingning Han · 8 years ago
  60. 9303b94 aom_subpixel_8t_intrin_avx2: tolerate unversioned clang by James Zern · 9 years ago
  61. b9b42a0 Fix mismatch when dual_filter daala-ec both are on by Angie Chiang · 8 years ago
  62. 09c0a5b Remove unused input in av1_encode_mv() by Yue Chen · 8 years ago
  63. a1f6432 Add decoder controls for getting last quantizer. by Peter Boström · 8 years ago
  64. 80a15c9 Set default warped motion model to rotation-zoom by Yue Chen · 8 years ago
  65. 0f6a60a Add missing break statement in get_entropy_contexts_plane() by Jingning Han · 8 years ago
  66. f4e097b Fix rectangular tables in cb4x4 mode by Jingning Han · 8 years ago
  67. 3eb713e Fix loopfilter for rectangular transforms by Debargha Mukherjee · 8 years ago
  68. caa9e5a Refactor av1_convolve by Angie Chiang · 8 years ago
  69. 117aa0d Add CONVOLVE_POST_ROUNDING flag by Angie Chiang · 8 years ago
  70. 0b3af1c EC_ADAPT: re-enable tests using tiles. by Thomas Davies · 8 years ago
  71. 77c7c40 EC_ADAPT: use tile context for switchable filter. by Thomas Davies · 8 years ago
  72. 1de6c88 EC_ADAPT: use tile context for inter mode. by Thomas Davies · 8 years ago
  73. cef0962 EC_ADAPT: use tile context for TX size. by Thomas Davies · 8 years ago
  74. 472f63f Replace Skip with AC/DC coded in PVQ by ltrudeau · 8 years ago
  75. c2ec0e4 EC_ADAPT: use tile context for partition type. by Thomas Davies · 8 years ago
  76. 489dad8 EC_ADAPT: use tile context for coefficients. by Thomas Davies · 8 years ago
  77. 1bfb5ed EC_ADAPT: use tile context for intra mode syntax. by Thomas Davies · 8 years ago
  78. 2452329 EC_ADAPT: use tile context for MV data. by Thomas Davies · 8 years ago
  79. 456e086 Fix enc/dec mismatch due to ext-partition-type in cb4x4 mode by Jingning Han · 8 years ago
  80. d9c24a3 Fix intra block coding order in ext-partition-type by Jingning Han · 8 years ago
  81. 58bc4cc Support ext-partition in cb4x4 mode by Jingning Han · 8 years ago
  82. 6f345c6 Use OD_ILOG_NZ in OD_DIVU_SMALL_CONSTS by Alex Converse · 8 years ago
  83. b5bb244 Free up all the allocated mem space in cb4x4 by Jingning Han · 8 years ago
  84. e6044fe Change the warp filter to use real 8-tap by Debargha Mukherjee · 8 years ago
  85. a89fe0e Add support for aomdec and aomenc to the cmake build. by Tom Finegan · 8 years ago
  86. 92ca095 Fix compile error in generic mode. by Tom Finegan · 8 years ago
  87. 5b29d8d Fix cmake build. by Tom Finegan · 8 years ago
  88. 2e60488 Do masked motion search based on COMPOUND_TYPE by Sarah Parker · 8 years ago
  89. 8770f08 configure/cmake: force -std=c99 by James Zern · 8 years ago
  90. 7a266e2 ransac.c: define _POSIX_C_SOURCE for rand_r by James Zern · 8 years ago
  91. 1a52232 odintrin.h: define M_PI fallback by James Zern · 8 years ago
  92. b643036 Fix compile warnings for target=armv7-android-gcc by James Zern · 8 years ago
  93. a417d60 aomdx.h: remove circular aom_decrypt_init typedef by James Zern · 8 years ago
  94. 308a639 Speed up keyframe encoding with model RD by hui su · 8 years ago
  95. 2f6bdd8 Add a unit test for AV1E_SET_ANS_WINDOW_SIZE_LOG2 by Alex Converse · 8 years ago
  96. eb780e7 Add a control to set the ANS window size by Alex Converse · 8 years ago
  97. 838367d Add correctness tests for the SSE2 warp filter by David Barker · 8 years ago
  98. 1b888f2 Optimize SSE2 warp filter by David Barker · 8 years ago
  99. 0b04e9b Bring highbd loop restoration filters in line with lowbd ones by David Barker · 8 years ago
  100. 1e8e6b9 Miscellaneous cleaning up for loop-restoration by David Barker · 8 years ago