1. e4c52b5 remove extra end of line by Jim Bankoski · 13 years ago
  2. 1b16e74 Dll build of libvpx by Jim Bankoski · 13 years ago
  3. 6f68568 fixed a compiling issue by Yaowu Xu · 13 years ago
  4. 9824230 Adds hybrid transform by Jingning Han · 13 years ago
  5. 6fd0929 Merge "removed floating point version 8x8 fdct" into experimental by Yaowu Xu · 13 years ago
  6. df35f6b Merge "cleanup experiments in configure" into experimental by Yaowu Xu · 13 years ago
  7. 84d2298 Don't auto-default to comp-pred unless content is static. by Ronald S. Bultje · 13 years ago
  8. d632bf8 removed floating point version 8x8 fdct by Yaowu Xu · 13 years ago
  9. 11e23e6 cleanup experiments in configure by Yaowu Xu · 13 years ago
  10. c6b9039 Restyle code by John Koleszar · 13 years ago
  11. 8697c6e Merge "Fix bug in reference frame counting." into experimental by Ronald S. Bultje · 13 years ago
  12. 821307a Merge "Add missing mv_{col,row}_{min,max}_sb variables to MACROBLOCK struct." into experimental by Tim Terriberry · 13 years ago
  13. cb1e60f Fix bug in reference frame counting. by Ronald S. Bultje · 13 years ago
  14. e65f598 Simplify vp8_decode_mb_tokens_8x8. by Daniel Kang · 13 years ago
  15. 6a92df2 Simplify vp8_decode_mb_tokens. by Daniel Kang · 13 years ago
  16. da8159a Add missing mv_{col,row}_{min,max}_sb variables to MACROBLOCK struct. by Ronald S. Bultje · 13 years ago
  17. 6c0b21c Use 8x8 transform for all 16x16 intra prediction modes in keyframes. by Ronald S. Bultje · 13 years ago
  18. 1f889ad Keep statistics for chosen intra modes in keyframes also. by Ronald S. Bultje · 13 years ago
  19. a81baae change to enable encoder to clamp UV motion vector by Yaowu Xu · 13 years ago
  20. 5a5ced3 Get rid of some cast. by Christian Duvivier · 13 years ago
  21. c5b7037 Fix warnings. by Christian Duvivier · 13 years ago
  22. e44ee38 Add lossless compression mode. by Hui Su · 13 years ago
  23. bbc926d Added Prediction Filter to Mode Selection by Adrian Grange · 13 years ago
  24. f3dff40 Continued adaptive entropy coding by Deb Mukherjee · 13 years ago
  25. 9c9d674 Sign-extend input argument so it can be used in pointer arithmetic. by Ronald S. Bultje · 13 years ago
  26. 2936a14 Merge "Add comments to intra prediction probability tables." into experimental by Ronald S. Bultje · 13 years ago
  27. e0a338c Fix a bunch of warnings. by Christian Duvivier · 13 years ago
  28. 31fd84d x86inc: Move x86inc to the correct location. by Daniel Kang · 13 years ago
  29. 65a32cb Add comments to intra prediction probability tables. by Ronald S. Bultje · 13 years ago
  30. 1fe85a3 Adaptive entropy coding of coefficients, modes, mv. by Deb Mukherjee · 13 years ago
  31. 378ba61 Merge "Adds x86inc.asm and update idct/dequant mmx" into experimental by Daniel Kang · 13 years ago
  32. 7a00071 Adds x86inc.asm and update idct/dequant mmx by Daniel Kang · 13 years ago
  33. 074a38b changed to use a fixed number for update probabity by Yaowu Xu · 13 years ago
  34. bb25083 Added the ability to accumulate coef stats across encodings by Yaowu Xu · 13 years ago
  35. 36fe973 Merge "Merge of further two pass rc clean up and adjustments." into experimental by Paul Wilkins · 13 years ago
  36. 9b2c63e Merge "Key frame and GF sizing changes." into experimental by Paul Wilkins · 13 years ago
  37. 7eb66d8 Merge of further two pass rc clean up and adjustments. by Paul Wilkins · 13 years ago
  38. 0cb4985 Key frame and GF sizing changes. by Paul Wilkins · 13 years ago
  39. 04fa2ec Fixed bug where invalid pointer is dereferenced by Adrian Grange · 13 years ago
  40. b8c3690 Rate control fix. by Paul Wilkins · 13 years ago
  41. 09a9701 Merge "fixed one more compiling issue with VC" into experimental by Paul Wilkins · 13 years ago
  42. f66747f Remove "est_max_qcorrection_factor" by Paul Wilkins · 13 years ago
  43. 2722cfb fixed one more compiling issue with VC by Yaowu Xu · 13 years ago
  44. ea0e4f1 fixed a number of compiling issues by Yaowu Xu · 13 years ago
  45. 289be52 Merge "Experimental change to two pass prediction decay calculation." into experimental by Paul Wilkins · 13 years ago
  46. e9818bb changed the way that default probs for 8x8 is set. by Yaowu Xu · 13 years ago
  47. 6c8fb82 Merge "Further firstpass.c changes." into experimental by Paul Wilkins · 13 years ago
  48. f63894f Experimental change to two pass prediction decay calculation. by Paul Wilkins · 13 years ago
  49. a29a4e2 Merge "Move / re-factor some of boost calculation code." into experimental by Paul Wilkins · 13 years ago
  50. 0b8a95a Rewrite reference frame costing in the RD loop. by Ronald S. Bultje · 13 years ago
  51. acf3c72 Further firstpass.c changes. by Paul Wilkins · 13 years ago
  52. c5ddb7f Adds new Directional Intra prediction modes. by Deb Mukherjee · 13 years ago
  53. 520a7a2 Merge "Firstpass.c refactoring" into experimental by Paul Wilkins · 13 years ago
  54. 545bc72 Merge "Two pass refactoring continued." into experimental by Paul Wilkins · 13 years ago
  55. a1680ad Merge "Two pass rc refactoring." into experimental by Paul Wilkins · 13 years ago
  56. b22cc55 Changed to use integer 8x8 dct by Yaowu Xu · 13 years ago
  57. ae989ae Move / re-factor some of boost calculation code. by Paul Wilkins · 13 years ago
  58. 0529320 Firstpass.c refactoring by Paul Wilkins · 13 years ago
  59. 3536ad5 Merge "First pass overhaul preparatory change." into experimental by Paul Wilkins · 13 years ago
  60. 023304e Merge "Reversible WHT pair" into experimental by Yaowu Xu · 13 years ago
  61. 5cf8a32 Merge "Don't use compound prediction for golden frames based on alt-ref frames." into experimental by Ronald S. Bultje · 13 years ago
  62. e237fd7 Two pass refactoring continued. by Paul Wilkins · 13 years ago
  63. 59a5c7d Two pass rc refactoring. by Paul Wilkins · 13 years ago
  64. 959b296 Don't use compound prediction for golden frames based on alt-ref frames. by Ronald S. Bultje · 13 years ago
  65. 3535832 First pass overhaul preparatory change. by Paul Wilkins · 13 years ago
  66. 7968d29 Reversible WHT pair by Yaowu Xu · 13 years ago
  67. 5f320d0 Improved index remapping for prob updates. by Deb Mukherjee · 13 years ago
  68. 54cf1d9 a number of fixes to entropy stats collection by Yaowu Xu · 13 years ago
  69. 813c6c3 Expanding the coefficient encoding contexts by Deb Mukherjee · 13 years ago
  70. 3b909a6 chagned the decoder band to match the encoder by Yaowu Xu · 13 years ago
  71. bd69b7d slight adjustment to coef band definition by Yaowu Xu · 13 years ago
  72. 0f68789 Fix inversion of probability and value in calls to vp8_cost_bit(). by Ronald S. Bultje · 13 years ago
  73. c0d5951 Turning off filter search for now to improve encode speed. by Deb Mukherjee · 13 years ago
  74. fc1a7bd Minor cleanup in tokenize.h by Deb Mukherjee · 13 years ago
  75. 87b6f21 Merge "Removed MV costing from ARNR filtering" into experimental by Adrian Grange · 13 years ago
  76. 393440d Removed MV costing from ARNR filtering by Adrian Grange · 13 years ago
  77. acdda50 Adds search option for best interpolation filter. by Deb Mukherjee · 13 years ago
  78. a16608a Merge QIMODE experiment by Yaowu Xu · 13 years ago
  79. c1814d2 Merge UVINTRA experiment by Yaowu Xu · 13 years ago
  80. ad06c9f Merge "Differential encoding of probability updates" into experimental by Deb Mukherjee · 13 years ago
  81. 29f8cbc Remove unused header files. by Ronald S. Bultje · 13 years ago
  82. c6f1bf4 Differential encoding of probability updates by Deb Mukherjee · 13 years ago
  83. 2210767 Hide some code behind CONFIG_COMP_INTRA_PRED. by Ronald S. Bultje · 13 years ago
  84. ade43d9 change to allow 8x8 transform always by Yaowu Xu · 13 years ago
  85. ecc28cd added reset of rate estimates for each mode by Yaowu Xu · 13 years ago
  86. 1259b0b2 Fix splitmv/compound prediction when eightpel is enabled. by Ronald S. Bultje · 13 years ago
  87. 18433ae Compound prediction for splitmv macroblocks. by Ronald S. Bultje · 13 years ago
  88. 1cc406a Added update of mode context pointers in decoder by Adrian Grange · 13 years ago
  89. 1ea2ad1 Merge "Added save coding context & modified MV bounds" into experimental by Adrian Grange · 13 years ago
  90. bd49603 Merge "Added intra mode probabilites into coding_context" into experimental by Yaowu Xu · 13 years ago
  91. 31afc77 Added intra mode probabilites into coding_context by Yaowu Xu · 13 years ago
  92. bb4ed8d Bug fix introduced from a recent refactoring of skip coding. by Deb Mukherjee · 13 years ago
  93. fa589ad Added save coding context & modified MV bounds by Adrian Grange · 13 years ago
  94. 237718d Turning off interpolation filter selection by Deb Mukherjee · 13 years ago
  95. 636b2f3 a set of minor fixes by Yaowu Xu · 13 years ago
  96. d6f4b71 Adjust the key frame placement condition by Yaowu Xu · 13 years ago
  97. d56acae changed function prototype for macro_block_yrd by Yaowu Xu · 13 years ago
  98. d6ac213 Delete unused function. by Paul Wilkins · 13 years ago
  99. 13c6d1a Refactoring of encode loop and bitstream packing by Paul Wilkins · 13 years ago
  100. f2ec452 Changes to costing of skip. by Paul Wilkins · 13 years ago