1. f0b0b1f VP9: Add ssse3 version of vpx_idct32x32_135_add() by Scott LaVarnway · 9 years ago
  2. a8a08ce Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h by Alex Converse · 10 years ago
  3. 08a453b Replace vp9_ prefix with vpx_ prefix in vpx_dsp function names by Jingning Han · 10 years ago
  4. e8b133c Factor inverse transform functions into vpx_dsp by Jingning Han · 10 years ago
  5. 1d7ccd5 Relocate memory operations for common code by Johann · 10 years ago
  6. f58011a vpx_mem: remove vpx_memset by James Zern · 10 years ago
  7. 0ce2a27 Enable coefficient range checking for 10-/12-bit by Deb Mukherjee · 10 years ago
  8. 3a8c43a Refactored idct routines and headers by Peter de Rivaz · 10 years ago
  9. cc57c5e Iadst transforms to use internal low precision by Deb Mukherjee · 10 years ago
  10. 2c4fee1 Fix visual studio 2013 compiler warnings by Yaowu Xu · 10 years ago
  11. 1929c9b Rename highbitdepth functions to use highbd prefix by Deb Mukherjee · 10 years ago
  12. 12344f2 Add range check in inverse ADST 16x16 by Jingning Han · 10 years ago
  13. 3bcc2af Some data type changes in vp9_idct.c by Deb Mukherjee · 10 years ago
  14. d50716f Incorporate WRAPLOW macro into non-highbitdepth tx by Deb Mukherjee · 11 years ago
  15. 0829d2b Remove redundant header file declaration by Jingning Han · 11 years ago
  16. 10783d4 Adds high bitdepth transform functions and tests by Deb Mukherjee · 11 years ago
  17. 41a350a Change eob threshold for partial inverse 8x8 2D-DCT to 12 by Jingning Han · 11 years ago
  18. ff41764 Removing _1d suffix from transform names. by Dmitry Kovalev · 11 years ago
  19. 6debc44 Remove unnecessary eob checking. by hkuang · 11 years ago
  20. 7637387 Fix coding format in vp9_idct by Jingning Han · 11 years ago
  21. f88315c Add 32x32 idct function for eob<=34 case by Yunqing Wang · 11 years ago
  22. 65f118d Making input pointer of any inverse transform constant. by Dmitry Kovalev · 11 years ago
  23. ac468dd Consistent names for inverse hybrid transforms (2 of 2). by Dmitry Kovalev · 11 years ago
  24. 7ef5739 Consistent names for inverse hybrid transforms (1 of 2). by Dmitry Kovalev · 11 years ago
  25. 44195fd Adding const to the input argument of all 1D transforms. by Dmitry Kovalev · 11 years ago
  26. ddf1b76 Removing vp9_idct4_1d_sse2 function. by Dmitry Kovalev · 11 years ago
  27. 1e766b5 Giving consistent names to IDCT 32x32 functions. by Dmitry Kovalev · 11 years ago
  28. 419c3f6 Merge "Giving consistent names to IDCT 16x16 functions." by Dmitry Kovalev · 11 years ago
  29. 6594ca8 All zero coeff skip in IDCT 32x32 by Jingning Han · 11 years ago
  30. b096c5a Giving consistent names to IDCT 16x16 functions. by Dmitry Kovalev · 11 years ago
  31. c6ad70d Giving consistent names to IDCT 8x8 functions. by Dmitry Kovalev · 11 years ago
  32. 3a06025 Giving consistent names to IDCT/IWHT functions. by Dmitry Kovalev · 11 years ago
  33. be7eec7 Moving all idct/iht functions in one place. by Dmitry Kovalev · 12 years ago
  34. 548671d Removing vp9_add_constant_residual_{8x8, 16x16, 32x32} functions. by Dmitry Kovalev · 12 years ago
  35. 3fab212 Renaming vp9_short_idct10_8x8_add to vp9_short_idct8x8_10_add. by Dmitry Kovalev · 12 years ago
  36. 15a36a0 Renaming vp9_short_idct10_16x16 to vp9_short_idct16x16_10. by Dmitry Kovalev · 12 years ago
  37. 6037f17 Rename defined constants by Yaowu Xu · 12 years ago
  38. 67719ab Remove unused vp9_short_idct10_32x32_add by Jingning Han · 12 years ago
  39. a7c4de2 16x16 inverse 2D-DCT with DC only by Jingning Han · 12 years ago
  40. 325e0aa Special handle on DC only inverse 8x8 2D-DCT by Jingning Han · 12 years ago
  41. d2de1ca Merge vp9_dc_only_idct_add and vp9_short_idct4x4_1 by Jingning Han · 12 years ago
  42. bd6ce71 Remove unnecessary buffer copy in idct4x4. by hkuang · 12 years ago
  43. d05f66a SSE2 16x16 inverse ADST/DCT hybrid transform by Jingning Han · 12 years ago
  44. 4290709 Using vp9_copy and vp9_zero instead of custom code. by Dmitry Kovalev · 12 years ago
  45. 042e70e Changed to use a new variant of WHT by Yaowu Xu · 12 years ago
  46. 95339d6 Reduce WHT complexity. by Timothy B. Terriberry · 12 years ago
  47. a143152 Removed unused idct functions by Scott LaVarnway · 12 years ago
  48. ba48a11 WIP: 4x4 idct/recon merge by Scott LaVarnway · 12 years ago
  49. 794a7be WIP: 8x8 idct/recon merge by Scott LaVarnway · 12 years ago
  50. a272ff2 WIP: 16x16 idct/recon merge by Scott LaVarnway · 12 years ago
  51. 2cf0d4b WIP: 32x32 idct/recon merge by Scott LaVarnway · 12 years ago
  52. 0055526 removed reference to "LLM" and "x8" by Yaowu Xu · 12 years ago[Renamed (97%) from vp9/common/vp9_idctllm.c]
  53. 11ca81f Add vp9_idct4_1d_sse2 by Yunqing Wang · 12 years ago
  54. 111ca42 Make superblocks independent of macroblock code and data. by Ronald S. Bultje · 12 years ago
  55. c550bb3 Add eob<=10 case in idct32x32 by Yunqing Wang · 12 years ago
  56. 347f3a0 Code cleanup. by Dmitry Kovalev · 12 years ago
  57. 8092aaf Merge "Optimize vp9_dc_only_idct_add_c function" into experimental by Yunqing Wang · 12 years ago
  58. 35bc02c Optimize vp9_dc_only_idct_add_c function by Yunqing Wang · 12 years ago
  59. 9bf3f75 Changing pitch value meaning for fht and iht transforms. by Dmitry Kovalev · 12 years ago
  60. 9770d56 Code cleanup. by Dmitry Kovalev · 12 years ago
  61. 20b0cb5 Code cleanup. by Dmitry Kovalev · 12 years ago
  62. 77a3bec clean up forward and inverse hybrid transform by Jingning Han · 12 years ago
  63. 548b4dd Code cleanup. by Dmitry Kovalev · 12 years ago
  64. d262e26 Merge lossless experiment by Yaowu Xu · 12 years ago
  65. cd907b1 16x16 butterfly inverse ADST/DCT hybrid transform by Jingning Han · 12 years ago
  66. 46dff5d Remove some Y2-related code. by Ronald S. Bultje · 12 years ago
  67. f01b08c Merge "enable bitstream lossless support" into experimental by Yaowu Xu · 12 years ago
  68. 17db5d0 enable bitstream lossless support by Yaowu Xu · 12 years ago
  69. 649be94 Removal of Hybrid DWT/DCT experiment. by Paul Wilkins · 12 years ago
  70. 57e995f butterfly inverse 4x4 ADST by Jingning Han · 12 years ago
  71. e6ad9ab move dct/idct constants to a header file by Yaowu Xu · 12 years ago
  72. d15e1da Butterfly ADST based hybrid transform by Jingning Han · 12 years ago
  73. aac73df Use configure checks for various inline keywords. by Ronald S. Bultje · 12 years ago
  74. c9ae73b Merge "rewrite 4x4 idct and fdct" into experimental by Yaowu Xu · 12 years ago
  75. fa36981 rewrite 4x4 idct and fdct by Yaowu Xu · 12 years ago
  76. 5780c4c Added vp9_short_idct1_32x32_c by Scott LaVarnway · 12 years ago
  77. 1eb79dc re-write 8 point idct by Yaowu Xu · 12 years ago
  78. ccaaeb4 a couple of minor fixes by Yaowu Xu · 12 years ago
  79. 91e0e80 Changes 16 point idct by Yaowu Xu · 12 years ago
  80. 5149d7f A fix point implementation of 32x32 idct by Yaowu Xu · 12 years ago
  81. 516db21 Further enhancements/fixes on dct/dwt hybrid txfm by Deb Mukherjee · 12 years ago
  82. aa2effa Merge tx32x32 experiment. by Ronald S. Bultje · 12 years ago
  83. 4b7304e Adds 64x64 hybrid dct/dwt transform by Deb Mukherjee · 12 years ago
  84. 879cb7d Merge vp9-preview changes into experimental branch by John Koleszar · 12 years ago
  85. cc80247 Switch the order of calculating 2-D inverse transform by Yunqing Wang · 12 years ago
  86. 5ebe94f Build fixes to merge vp9-preview into master by John Koleszar · 12 years ago
  87. 4cca47b Use standard integer types for pixel values and coefficients. by Ronald S. Bultje · 12 years ago
  88. fd6f492 remove floating point inverse transforms by Yaowu Xu · 12 years ago
  89. 9c318ee Merge "Further improvements on the hybrid dwt/dct expt" into experimental by Deb Mukherjee · 12 years ago
  90. 210dc5b Further improvements on the hybrid dwt/dct expt by Deb Mukherjee · 12 years ago
  91. b575394 Improved vp9_ihtllm_c by Scott LaVarnway · 12 years ago
  92. 4d0ec7a Consistently use get_prob(), clip_prob() and newly added clip_pixel(). by Ronald S. Bultje · 12 years ago
  93. c456b35 32x32 transform for superblocks. by Ronald S. Bultje · 12 years ago
  94. 030e268 ihtllm moves to rtcd by Jim Bankoski · 12 years ago
  95. fcccbcb Add vp9_ prefix to all vp9 files by John Koleszar · 12 years ago[Renamed (99%) from vp9/common/idctllm.c]
  96. 510557e removed the idct rtcd idct calls by Jim Bankoski · 12 years ago
  97. e60478d Optimize 8x8 dequant and idct by Yunqing Wang · 12 years ago
  98. 6c17c9f Optimize 16x16 dequant and idct by Yunqing Wang · 12 years ago
  99. 4626faf Convert 16x16 dct/idct to integer forms by Yunqing Wang · 12 years ago
  100. 4b2c2b9 Rename vp8/ codec directory to vp9/. by Ronald S. Bultje · 12 years ago[Renamed (99%) from vp8/common/idctllm.c]