1. 59b969d fdct4x4_test: fix unsigned overflow by Yaowu Xu · 9 years ago
  2. 62b6cc0 Merge "Fix avx2 16x16/32x32 fwd txfm coeff output on HBD" into nextgenv2 by Yi Luo · 9 years ago
  3. 1a0f27a Fix avx2 16x16/32x32 fwd txfm coeff output on HBD by Yi Luo · 9 years ago
  4. ff6d890 Pass AV1_COMMON into get_scan by Angie Chiang · 9 years ago
  5. c76572a Merge changes Icfc16070,Ied47a248,I8af087d9,I322a1366,If04580af into nextgenv2 by Yaowu Xu · 9 years ago
  6. e4abb97 Merge "Fix the overflow of av1_fht32x32() in 2D DCT_DCT" into nextgenv2 by Yi Luo · 9 years ago
  7. 77853e5 Remove some useless casts by Urvang Joshi · 9 years ago
  8. d71a231 Add compiler warning flag -Wextra and fix related warnings. by Urvang Joshi · 9 years ago
  9. ec5a194 Merge changes I7d6394e4,Ia8ce1464,If20e8637,Ia9adc46b,I651db25b into nextgenv2 by Yaowu Xu · 9 years ago
  10. 9cce436 Merge "Fix for AV1.TestTell" into nextgenv2 by Debargha Mukherjee · 9 years ago
  11. 157e45a Fix the overflow of av1_fht32x32() in 2D DCT_DCT by Yi Luo · 9 years ago
  12. f994855 Fix for AV1.TestTell by Peter de Rivaz · 9 years ago
  13. 9ff4134 Renaming in filter-intra sse4 code by hui su · 9 years ago
  14. 5db9743 Seperate FILTER_INTRA from EXT_INTRA experiment by hui su · 9 years ago
  15. fc5176f sync avg_test.cc with aom/master by Yaowu Xu · 9 years ago
  16. 0a3284c Merge "Fix build issues when --enable-aom-qm" into nextgenv2 by Yaowu Xu · 9 years ago
  17. 2a813e4 Merge "Add unit test for delta-q (aq-mode=4)" into nextgenv2 by Yaowu Xu · 9 years ago
  18. 0dd0463 Fix build issues when --enable-aom-qm by Yaowu Xu · 9 years ago
  19. 870a72d Merge "Fix failing TestBitIO test with --enable-daala_ec." into nextgenv2 by Yaowu Xu · 9 years ago
  20. e94767a Merge "Change return type of tell and tell_frac to uint32_t." into nextgenv2 by Yaowu Xu · 9 years ago
  21. 9f28cb8 Add unit test for delta-q (aq-mode=4) by Arild Fuldseth (arilfuld) · 9 years ago
  22. 66b1fcc Merge changes I3922dea2,I3bab2848,I21f7478a,Ida5de713,Ib9f0eefe, ... into nextgenv2 by Urvang Joshi · 9 years ago
  23. e58781d Fix failing TestBitIO test with --enable-daala_ec. by Nathan E. Egge · 9 years ago
  24. b244f39 Change return type of tell and tell_frac to uint32_t. by Nathan E. Egge · 9 years ago
  25. d83fc3b Merge "Add av1_fdct64_new and av1_idct64_new" into nextgenv2 by Angie Chiang · 9 years ago
  26. 6048d05 Bit accounting. by Michael Bebenita · 9 years ago
  27. 88a03bb Fix warnings reported by -Wshadow: Part3: test/ directory by Urvang Joshi · 9 years ago
  28. 03f6fdc Fix warnings reported by -Wshadow: Part1b: scan_order struct and variable by Urvang Joshi · 9 years ago
  29. d7baf45 Adds ability to measure with a higher precision the number of bits by Michael Bebenita · 9 years ago
  30. 792519b Add av1_fdct64_new and av1_idct64_new by Angie Chiang · 9 years ago
  31. b60dfc2 Merge "Switch rANS to 15 bit precision, and adjust L_BASE." into nextgenv2 by Alex Converse · 9 years ago
  32. 62a94a6 Switch rANS to 15 bit precision, and adjust L_BASE. by Alex Converse · 9 years ago
  33. b100db7 Wrap palette code inside CONFIG_PALETTE flag. by Urvang Joshi · 9 years ago
  34. 8d510e2 Use "av1" as codec name by Yaowu Xu · 9 years ago
  35. 078856a Merge "Simplify 8x16 and 16x8 inverse transform tests" into nextgenv2 by Debargha Mukherjee · 9 years ago
  36. 089315f Merge "Enable test system to detect transforms misusing 'stride' parameter" into nextgenv2 by Debargha Mukherjee · 9 years ago
  37. a720f4b Merge "Add sse2 forward and inverse 16x32 and 32x16 transforms" into nextgenv2 by Debargha Mukherjee · 9 years ago
  38. a48764d Merge "Renamings for OBMC experiment" into nextgenv2 by Yue Chen · 9 years ago
  39. cb60b18 Renamings for OBMC experiment by Yue Chen · 9 years ago
  40. 4f803ef Simplify 8x16 and 16x8 inverse transform tests by David Barker · 9 years ago
  41. 7825022 Enable test system to detect transforms misusing 'stride' parameter by David Barker · 9 years ago
  42. cba3d1f AnsTest: Replace the dummy distribution by Alex Converse · 9 years ago
  43. fc4980e Merge changes Ic74d9d88,Ie93b474e,I544989ea,Ic273f7d9,Idfd2d2b3, ... into nextgenv2 by Alex Converse · 9 years ago
  44. 33231d4 Add sse2 forward and inverse 16x32 and 32x16 transforms by David Barker · 9 years ago
  45. 9ed1a2f Remove custom rans types by Alex Converse · 9 years ago
  46. e9f70f8 Remove the starting zero from ANS CDFs. by Alex Converse · 9 years ago
  47. fed8e1c Hybrid forward transform 32x32 AVX2 optimization by Yi Luo · 9 years ago
  48. 97aa09f LIBVPX_TEST_DATA_PATH -> LIBAOM_TEST_DATA_PATH by Yaowu Xu · 9 years ago
  49. 445ae93 Merge "y4m_test: fix segfault if test files are missing" into nextgenv2 by Yaowu Xu · 9 years ago
  50. 46940a8 y4m_test: fix segfault if test files are missing by Tristan Matthews · 9 years ago
  51. 5a9b51c Remove two files not in use by Yaowu Xu · 9 years ago
  52. 6116141 Fix typos in CLPF unit test by Steinar Midtskogen · 9 years ago
  53. 80eaf1a Merge "Extend CLPF to chroma." into nextgenv2 by Yaowu Xu · 9 years ago
  54. aaf64c4 Merge "Print correct info if CLPF unit tests fail." into nextgenv2 by Yaowu Xu · 9 years ago
  55. 038d410 Merge "Added high bit-depth support in CLPF." into nextgenv2 by Yaowu Xu · 9 years ago
  56. a2bbf62 Merge "Reduce memory footprint for CLPF decoding." into nextgenv2 by Yaowu Xu · 9 years ago
  57. 12fcf74 Merge "Use derived variable size for memcpy" into nextgenv2 by Yaowu Xu · 9 years ago
  58. 4960f7c Merge "Added generic SIMD support for CLPF." into nextgenv2 by Yaowu Xu · 9 years ago
  59. c648a9f Use derived variable size for memcpy by Yaowu Xu · 9 years ago
  60. ecf9a0c Extend CLPF to chroma. by Steinar Midtskogen · 9 years ago
  61. ee54e5f Print correct info if CLPF unit tests fail. by Steinar Midtskogen · 9 years ago
  62. 3dbd55a Added high bit-depth support in CLPF. by Steinar Midtskogen · 9 years ago
  63. e8224c7 Reduce memory footprint for CLPF decoding. by Steinar Midtskogen · 9 years ago
  64. be668e9 Added generic SIMD support for CLPF. by Steinar Midtskogen · 9 years ago
  65. 4d03d6f Add sse2 forward / inverse 4x8 and 8x4 transforms by David Barker · 9 years ago
  66. 3a8217f Merge "Hybrid forward transforms 16x16 AVX2 optimization" into nextgenv2 by Yi Luo · 9 years ago
  67. 609453e Merge "Added sse2 inverse 8x16 and 16x8 transforms" into nextgenv2 by Debargha Mukherjee · 9 years ago
  68. e8e8cd8 Hybrid forward transforms 16x16 AVX2 optimization by Yi Luo · 9 years ago
  69. 1baecfe Added sse2 inverse 8x16 and 16x8 transforms by Peter de Rivaz · 9 years ago
  70. ddb90bb decode_with_drops.sh : make sample test work for av1 by Jim Bankoski · 9 years ago
  71. a7c2e5c decode_with_drop.sh: vp8->aom by Yaowu Xu · 9 years ago
  72. 0d730f9 decode_to_md5_test: fixes and runs quick encode and checks decode by Jim Bankoski · 9 years ago
  73. 8982e20 decode_to_md5.sh: vp8->aom by Yaowu Xu · 9 years ago
  74. 57aa0f6 Merge changes Ideda50a6,Id2bced5f,If423eeb3 into nextgenv2 by Alex Converse · 9 years ago
  75. 4ee1f71 Merge "Update codec name in test enviroment to match decoder" into nextgenv2 by Debargha Mukherjee · 9 years ago
  76. 7fe2ae8 Port ANS from aom/master 25aaf40 by Alex Converse · 9 years ago
  77. 5d33cc4 Migrate aom/master ANS test from d311d02. by Alex Converse · 9 years ago
  78. 105fa6d Update codec name in test enviroment to match decoder by Peter de Rivaz · 9 years ago
  79. fda2f1b Merge "Add a TODO for aom_highbd_fdct16x16_1_sse2 tests" into nextgenv2 by Yi Luo · 9 years ago
  80. 0ad82c6 Rename av1_ans_test to match aom/master. by Alex Converse · 9 years ago
  81. acef60b Migrate bitreader to the interface from aom/master by Alex Converse · 9 years ago
  82. 71427df Merge "enums.h: Combine related #defines into packed enums." into nextgenv2 by Alex Converse · 9 years ago
  83. cb586f3 enums.h: Combine related #defines into packed enums. by Urvang Joshi · 9 years ago
  84. 080a2cc Migrate bitwriter to the interface in aom/master by Alex Converse · 9 years ago
  85. fbf5681 Add a TODO for aom_highbd_fdct16x16_1_sse2 tests by Yi Luo · 9 years ago
  86. 1ac1ae7 Move ANS to aom_dsp. by Alex Converse · 9 years ago
  87. 67948d3 apply clang-format by clang-format · 9 years ago
  88. f7f0437 aomdec.sh : Make this test create files if needed to test decoder. by Jim Bankoski · 9 years ago
  89. 5d105b4 simple_encoder: make it so we can run it in tests. by Jim Bankoski · 9 years ago
  90. e78a964 simple_decoder.sh: Support encoding in decode test scripts. by Jim Bankoski · 9 years ago
  91. ca38a67 Merge "twopass_encoder: sample and test script fixed." into nextgenv2 by Yaowu Xu · 9 years ago
  92. 250a52e Merge "set_maps: add back script and fix." into nextgenv2 by Yaowu Xu · 9 years ago
  93. 8e80f42 Merge "Add SSE2 versions of av1_fht8x16 and av1_fht16x8" into nextgenv2 by Debargha Mukherjee · 9 years ago
  94. a65e7be twopass_encoder: sample and test script fixed. by Jim Bankoski · 9 years ago
  95. a7a3909 set_maps: add back script and fix. by Jim Bankoski · 9 years ago
  96. 19a06bc resize_util.sh : resize util was removed. by Jim Bankoski · 9 years ago
  97. 23938a7 aomenc: Remove tests unsupported in av1. by Jim Bankoski · 9 years ago
  98. 3a45d57 vp8_multi_resolution_encoder.sh: remove file by Yaowu Xu · 9 years ago
  99. 1a800f6 Add SSE2 versions of av1_fht8x16 and av1_fht16x8 by Geza Lore · 9 years ago
  100. 81fb4cf simplify test code by Yaowu Xu · 9 years ago