1. a9ebbcc convolve: support larger blocks, fix asm saturation bug by John Koleszar · 12 years ago
  2. 67d0600 Replacing vp9_read, vp9_read_literal, vp9_read_bit macros with functions. by Dmitry Kovalev · 12 years ago
  3. 672b75a Convert inv_tile_order to control interface by John Koleszar · 12 years ago
  4. 771fc83 Merge branch 'master' into experimental by John Koleszar · 12 years ago
  5. 449f136 VP9/ResizeInternalTest: adjust passing threshold by John Koleszar · 12 years ago
  6. 26cec5c Basic encryption feature for libvpx. by Dmitry Kovalev · 12 years ago
  7. 0055526 removed reference to "LLM" and "x8" by Yaowu Xu · 12 years ago
  8. bd9cd9a fix superframe index marker masks by John Koleszar · 12 years ago
  9. 0a18228 Merge "Add 'superframe' index" into experimental by John Koleszar · 12 years ago
  10. 93e10c8 Update ResizeInternalTest threshold by John Koleszar · 12 years ago
  11. 522d4bf Add 'superframe' index by John Koleszar · 12 years ago
  12. 2d3e879 Merge changes If5896507,I06b5ba5c,I2712f99e into experimental by John Koleszar · 12 years ago
  13. 1cfc86e Add unit test for x4 multi-SAD functions by John Koleszar · 12 years ago
  14. 6b653cb Add VP9 1 block SAD functions to unit test by John Koleszar · 12 years ago
  15. e189edf Initialize pass variable in tile test. by Ronald S. Bultje · 12 years ago
  16. 69c67c9 Merge master branch into experimental by John Koleszar · 12 years ago
  17. 04c2407 convolve test: validate 1D filters are 1D by John Koleszar · 12 years ago
  18. 557a1b2 Run all filters through convolve test by John Koleszar · 12 years ago
  19. 9615fd8 Merge "Test upscaling as well as downscaling" into experimental by John Koleszar · 12 years ago
  20. d8e68bd Merge changes I922f8602,I0ac3343d into experimental by John Koleszar · 12 years ago
  21. b683eec Test upscaling as well as downscaling by John Koleszar · 12 years ago
  22. 6fd7dd1 Use 256-byte aligned filter tables by John Koleszar · 12 years ago
  23. 103d83c Merge "Enable 32x32 dct tests" into experimental by Yaowu Xu · 12 years ago
  24. eb939f4 Spatial resamping of ZEROMV predictors by John Koleszar · 12 years ago
  25. 6a4f708 Refactor inter recon functions to support scaling by John Koleszar · 12 years ago
  26. 3dbc78b Enable 32x32 dct tests by Yaowu Xu · 12 years ago
  27. 499fe05 optimize forward 16x16 DCT for accuracy by Yaowu Xu · 12 years ago
  28. 22012ee optimize 8x8 fdct rounding for accuracy by Yaowu Xu · 12 years ago
  29. 1711cf2 add vp8 variance test by James Zern · 12 years ago
  30. 540997a sixtap_predict_test: fix sizes passed to memset by James Zern · 12 years ago
  31. 4e2697f changes related fdct/idct tests by Yaowu Xu · 12 years ago
  32. 649be94 Removal of Hybrid DWT/DCT experiment. by Paul Wilkins · 12 years ago
  33. f496f60 Add tile column size limits (256 pixels min, 4096 pixels max). by Ronald S. Bultje · 12 years ago
  34. 6dfc95f Merge changes Icd1a2a5a,I204d17a1,I3ed92117 into experimental by John Koleszar · 12 years ago
  35. 3de8ee6 Merge changes Ife0d8147,I7d469716,Ic9a5615f into experimental by John Koleszar · 12 years ago
  36. 88f99f4 Adds a test for the VP8E_SET_SCALEMODE control by John Koleszar · 12 years ago
  37. 29d47ac Restore SSSE3 subpixel filters in new convolve framework by John Koleszar · 12 years ago
  38. 1407bdc [WIP] Add column-based tiling. by Ronald S. Bultje · 12 years ago
  39. 5ca6a36 Add 8-tap generic convolver by John Koleszar · 12 years ago
  40. 77f889b fix a build issue with MSVC on windows by Yaowu Xu · 12 years ago
  41. ebd5808 enable 16x16 iDCT unit test by Yaowu Xu · 12 years ago
  42. f8b9f11 Tweak DropFramesWithoutRecovery params by John Koleszar · 12 years ago
  43. 01cafaa Adds an error-resilient mode with test by Deb Mukherjee · 12 years ago
  44. 706cafe Support multiple codecs in test infrastructure by John Koleszar · 12 years ago
  45. 55657aa Fix wrong pitch argument in dct32x32 unit test. by Ronald S. Bultje · 12 years ago
  46. aa2effa Merge tx32x32 experiment. by Ronald S. Bultje · 12 years ago
  47. 879cb7d Merge vp9-preview changes into experimental branch by John Koleszar · 12 years ago
  48. 16810c1 Merge branch 'vp9-preview' of review:webm/libvpx by John Koleszar · 12 years ago
  49. 5ebe94f Build fixes to merge vp9-preview into master by John Koleszar · 12 years ago
  50. c681887 fixed build issue with round() by Yaowu Xu · 12 years ago
  51. 6f014dc libvpx_test: ensure rtcd init functions are called by John Koleszar · 12 years ago
  52. c456b35 32x32 transform for superblocks. by Ronald S. Bultje · 12 years ago
  53. 434336b libvpx_test: ensure rtcd init functions are called by John Koleszar · 12 years ago
  54. c202100 Enable unit tests to build with MSVC by Yaowu Xu · 12 years ago
  55. eebb648 tests: add xmm register check for win64 targets by James Zern · 12 years ago
  56. 1760c39 Revert "make: flatten object file directories" by John Koleszar · 12 years ago
  57. fcccbcb Add vp9_ prefix to all vp9 files by John Koleszar · 12 years ago
  58. 89d62e3 remove the dependency on idct.h by Yaowu Xu · 12 years ago
  59. 510557e removed the idct rtcd idct calls by Jim Bankoski · 12 years ago
  60. a9c7597 support building vp8 and vp9 into a single lib by John Koleszar · 12 years ago
  61. b72373d make: flatten object file directories by John Koleszar · 12 years ago
  62. cd7f684 Update to datarate_test. by Marco Paniconi · 12 years ago
  63. 8959c8b Merge with upstream experimental changes (2) by John Koleszar · 12 years ago
  64. 2c08c28 Merge with upstream experimental changes by John Koleszar · 12 years ago
  65. 7b8dfcb Rough merge of master into experimental by John Koleszar · 12 years ago
  66. 9847344 Fix variance (signed integer) overflow by James Zern · 12 years ago
  67. 2e3e685 fix test builds by James Zern · 12 years ago
  68. 4b2c2b9 Rename vp8/ codec directory to vp9/. by Ronald S. Bultje · 12 years ago
  69. 533470c add unit test for datarate control by Jim Bankoski · 12 years ago
  70. 65d7388 Minor tweaks to video source frameworks by Jim Bankoski · 13 years ago
  71. 15dffcf Add unit test for decoder test_vector_test by Yunqing Wang · 13 years ago
  72. a7333b0 Merge of the TX_16X16 experiment by Deb Mukherjee · 13 years ago
  73. 8b698e8 Merge "post-proc: deblock filter optimization" by Yunqing Wang · 13 years ago
  74. 4c53bac post-proc: deblock filter optimization by Yunqing Wang · 13 years ago
  75. 55cff37 Merge "Unit Test for Error Resilience Mode" by Adrian Grange · 13 years ago
  76. 1a89bc0 Add a unit test for CQ mode. by Ronald S. Bultje · 13 years ago
  77. eb8e9f8 Merge "Added handler for PSNR packets to EncoderTest class" by Adrian Grange · 13 years ago
  78. 85b27a1 Merge "Add initialization and per frame flag members" by Adrian Grange · 13 years ago
  79. cc017ca Unit Test for Error Resilience Mode by Adrian Grange · 13 years ago
  80. e6109db Added handler for PSNR packets to EncoderTest class by Adrian Grange · 13 years ago
  81. 4206c6d Add initialization and per frame flag members by Adrian Grange · 13 years ago
  82. f199bab Merge "Added Reset method to TwopassStatsStore" by Adrian Grange · 13 years ago
  83. 30f58b5 Added Reset method to TwopassStatsStore by Adrian Grange · 13 years ago
  84. ea90cee Merge "Added unit test for subtract functions" by John Koleszar · 13 years ago
  85. 6f35b19 Disable keyframe in real time that's placed one frame after a cut. by Jim Bankoski · 13 years ago
  86. 96f7066 Added unit test for subtract functions by Scott LaVarnway · 13 years ago
  87. c953aea added encode/decode matching validation to tests by Yaowu Xu · 13 years ago
  88. 10f8b36 msvs/tests: fix data alignment for asm tests by James Zern · 13 years ago
  89. 95ee7f1 change to properly account for coef scaling in unit tests by Yaowu Xu · 13 years ago
  90. 8bec177 Merge "sad_test: fix msvc build" by James Zern · 13 years ago
  91. 12ddb75 sad_test: fix msvc build by James Zern · 13 years ago
  92. e57394a sixtap_predict_test: fix msvc build by James Zern · 13 years ago
  93. 429743c fix timestamp calculation rollover w/altref by James Zern · 13 years ago
  94. 51ebb9a EncoderTest: check that timestamps are monotonic by James Zern · 13 years ago
  95. 3c37e7d Merge "tests: fix Continue() signatures" by John Koleszar · 13 years ago
  96. 336ca9a Merge "keyframe_test: use a fixed speed step for realtime" by John Koleszar · 13 years ago
  97. a9a1eac tests: fix Continue() signatures by James Zern · 13 years ago
  98. 0b17ea6 A bit of temporary relief on encoder slowness by Yaowu Xu · 13 years ago
  99. fed8a18 16x16 DCT blocks. by Daniel Kang · 13 years ago
  100. 1161055 Be consistent with SAD values by Johann · 13 years ago