1. 3579baa Merge "Removed read_mv_ref" by Scott LaVarnway · 13 years ago
  2. 2b5e6de Merge "remove unused variable warning" by James Zern · 14 years ago
  3. a82cc02 remove unused variable warning by Johann · 14 years ago
  4. 062864f Fix incorrect pointer definition by Johann · 14 years ago
  5. 49ea2bc Removed read_mv_ref by Scott LaVarnway · 14 years ago
  6. f182376 Moved the split motion vector decode by Scott LaVarnway · 14 years ago
  7. 2313399 Merge "Removed redundant mv clamps for nearmv and nearestmv" by Scott LaVarnway · 14 years ago
  8. a99c20c Removed redundant mv clamps for nearmv and nearestmv by Scott LaVarnway · 14 years ago
  9. e59d53e Merge "Remove unused DETOK structure" by Scott LaVarnway · 14 years ago
  10. bdb4fb8 Remove unused DETOK structure by Tero Rintaluoma · 14 years ago
  11. 8b153a5 Merge "Add license text to configure generated files." by John Koleszar · 14 years ago
  12. 2c0b4a2 Merge "Fix: check cx_data buffer prior to write" by John Koleszar · 14 years ago
  13. 3d9c3f4 Add license text to configure generated files. by Tom Finegan · 14 years ago
  14. bc71511 Fix: check cx_data buffer prior to write by James Berry · 14 years ago
  15. 7cdc986 Don't copy borders for loop_filter_pick by Johann · 14 years ago
  16. c6fb97a Merge "Fix: NEON copy/extend frame for small sizes" by Johann · 14 years ago
  17. f382173 Merge "enc: save entropy probs only when needed for refresh" by Johann · 14 years ago
  18. 63a77cb Merge "Remove usage of predict buffer for decode" by Scott LaVarnway · 14 years ago
  19. efa17ef vpxenc: fix rollover in status output by James Zern · 14 years ago
  20. ed9c66f Remove usage of predict buffer for decode by Scott LaVarnway · 14 years ago
  21. 8d00562 Merge "Fix: vp8cx_pack_tokens_into_partitions_armv5 crash" by Johann · 14 years ago
  22. 664d992 Fix: NEON copy/extend frame for small sizes by Attila Nagy · 14 years ago
  23. 4341e5a add 32bit darwin10 (10.6) target by Johann · 14 years ago
  24. 2f9e51b allow building for older platforms by Johann · 14 years ago
  25. 2d5c7f6 Merge "vpxdec updated to use !feof() instead of *buf_sz in readframe()" by John Koleszar · 14 years ago
  26. a5cd42f Fix: vp8cx_pack_tokens_into_partitions_armv5 crash by Attila Nagy · 14 years ago
  27. 6505adf Bump ABI version number for temporal scalability by John Koleszar · 14 years ago
  28. 04182a1 Merge "Added rate-targeted temporal scalability" by Adrian Grange · 14 years ago
  29. 217591f Added rate-targeted temporal scalability by Adrian Grange · 14 years ago
  30. 05bde9d bug fix - starting/optimal/max and buffer_level changed from int to int64_t by James Berry · 14 years ago
  31. c0de35b enc: save entropy probs only when needed for refresh by Attila Nagy · 14 years ago
  32. af12c23 Merge "Improved tokenize" by Scott LaVarnway · 14 years ago
  33. 8f8b526 Merge "Fix uninitialized new_mv_count in first pass file" by John Koleszar · 14 years ago
  34. 538865d Merge "Multithreaded encoder, late sync loopfilter" by Yunqing Wang · 14 years ago
  35. 86712c5 Fix uninitialized new_mv_count in first pass file by John Koleszar · 14 years ago
  36. 016a38b Merge "makefile: fix target 'all'" by John Koleszar · 14 years ago
  37. 2aa4085 Merge "Reduce computational complexity of generic C loop filter." by Johann · 14 years ago
  38. 48b1917 Merge "combine loopfilter data access" by Johann · 14 years ago
  39. ab00d20 Improved tokenize by Scott LaVarnway · 14 years ago
  40. 3556dea combine loopfilter data access by Johann · 14 years ago
  41. 7bce513 Call vp8_find_near_mvs lazily by Alpha Lam · 14 years ago
  42. a572ac8 Merge "CQ and two pass rate control." by Paul Wilkins · 14 years ago
  43. b6e27d5 CQ and two pass rate control. by Paul Wilkins · 14 years ago
  44. 69aa303 Reduce computational complexity of generic C loop filter. by Aaron Watry · 14 years ago
  45. 22ea859 makefile: fix target 'all' by John Koleszar · 14 years ago
  46. 380d64e Multithreaded encoder, late sync loopfilter by Attila Nagy · 14 years ago
  47. 9b85079 vpxdec updated to use !feof() instead of *buf_sz in readframe() by James Berry · 14 years ago
  48. 6f9457e Merge "clamp_mvs() using the wrong motion vector information" by John Koleszar · 14 years ago
  49. 3c85c53 Merge changes Ie650e9b8,I2427e494 by John Koleszar · 14 years ago
  50. fa3e530 vpxenc: get version string programatically by John Koleszar · 14 years ago
  51. 9f41a8b Merge "Replace vpx_ports/config.h with vpx_config.h" by Johann · 14 years ago
  52. 4a6ac72 Install missing default_coef_probs.h by John Koleszar · 14 years ago
  53. 1a7d25a Replace vpx_ports/config.h with vpx_config.h by Attila Nagy · 14 years ago
  54. 17c754f Reduce grep match when generating offset files. by Fritz Koenig · 14 years ago
  55. bd0c340 Move neon only arm functions under arm/neon. by Fritz Koenig · 14 years ago
  56. 6829e62 Merge "NEON FDCT updated to match current C code" by Johann · 14 years ago
  57. 86e0752 Merge "NEON walsh transform updated to match C" by Johann · 14 years ago
  58. 3a16276 Merge "Updated ARMv6 forward transforms to match C" by Johann · 14 years ago
  59. fdd5182 Merge "Fixed armv5te multiplications" by Johann · 14 years ago
  60. 0c2529a NEON FDCT updated to match current C code by Tero Rintaluoma · 14 years ago
  61. 3c19bc3 Fixed armv5te multiplications by Tero Rintaluoma · 14 years ago
  62. e529a82 Fix necessary for input partitions iface to match the RTP profile by Stefan Holmer · 14 years ago
  63. 4c3ad66 Updated ARMv6 forward transforms to match C by Tero Rintaluoma · 14 years ago
  64. 2a4b2a0 NEON walsh transform updated to match C by Tero Rintaluoma · 14 years ago
  65. 35ce4eb Merge "Fixes the boundary checks for extrapolated and interpolated MVs." by John Koleszar · 14 years ago
  66. c0ee870 clamp_mvs() using the wrong motion vector information by Scott LaVarnway · 14 years ago
  67. b854bbd Fixes the boundary checks for extrapolated and interpolated MVs. by Stefan Holmer · 14 years ago
  68. e47306e Merge "Fix odd-sized image support in decoder examples" by John Koleszar · 14 years ago
  69. 6aea309 Fix odd-sized image support in decoder examples by John Koleszar · 14 years ago
  70. 5bc7b3a Fixed encoder crash by Scott LaVarnway · 14 years ago
  71. c4b9089 Merge "Skip computation of distortion in vp8_pick_inter_mode if active_map is used" by Scott LaVarnway · 14 years ago
  72. 222c72e Merge "Removed bmi copy to/from BLOCKD" by Scott LaVarnway · 14 years ago
  73. 0e05f2c Skip computation of distortion in vp8_pick_inter_mode if active_map is used by Alpha Lam · 14 years ago
  74. 800b70a Merge "Recalculate zbin_extra only if regular quantizer is being used" by John Koleszar · 14 years ago
  75. bc9293b Recalculate zbin_extra only if regular quantizer is being used by Alpha Lam · 14 years ago
  76. 1f20202 Minor modification on key frame decision by Yunqing Wang · 14 years ago
  77. 4797a97 Quiet warning by removing unused variable. by Fritz Koenig · 14 years ago
  78. b870947 Removed bmi copy to/from BLOCKD by Scott LaVarnway · 14 years ago
  79. 112bd4e Fix naming of sse2 idct functions. by Fritz Koenig · 14 years ago
  80. 1de5da8 Merge "Faster vp8_default_coef_probs" by Scott LaVarnway · 14 years ago
  81. 85358d0 Fix data accesses for simple loopfilters by Johann · 14 years ago
  82. c5f890a Use local labels for jumps/loops in x86 assembly. by Fritz Koenig · 14 years ago
  83. 694d4e7 Reclassify optimized ssim calculations as SSE2. by Fritz Koenig · 14 years ago
  84. b7a6f1d Merge "Revert "Reclasify optimized ssim calculations as SSE2."" by Fritz Koenig · 14 years ago
  85. 734b1b2 Revert "Reclasify optimized ssim calculations as SSE2." by Fritz Koenig · 14 years ago
  86. f8e3d23 Merge "Reclasify optimized ssim calculations as SSE2." by Fritz Koenig · 14 years ago
  87. 2f964ba tools: author_first_release.sh by John Koleszar · 14 years ago
  88. 0137685 Reclasify optimized ssim calculations as SSE2. by Fritz Koenig · 14 years ago
  89. edec5eb Merge "Copy less when active map is in use" by John Koleszar · 14 years ago
  90. 4e8d35a Copy less when active map is in use by Alpha Lam · 14 years ago
  91. 744f482 Small boost to every other frame. by Paul Wilkins · 14 years ago
  92. 19987dc Faster vp8_default_coef_probs by Scott LaVarnway · 14 years ago
  93. 9cc1611 Merge v0.9.7-p1 release int 'origin/master' by John Koleszar · 14 years ago
  94. 20307c7 Update CHANGELOG for v0.9.7-p1 by John Koleszar · 14 years ago
  95. 99d870a Don't set the bmi mode when doing error concealment by Stefan Holmer · 14 years ago
  96. ff35649 Don't set the bmi mode when doing error concealment by Stefan Holmer · 14 years ago
  97. 5e562c7 Generate libvpx_srcs.txt from current configuration by John Koleszar · 14 years ago
  98. e961317 Revert "Improved 1-pass CBR rate control" by John Koleszar · 14 years ago
  99. a4c2211 Propagate macroblock MV to subblocks for error concealment by John Koleszar · 14 years ago
  100. a609be5 Disable error concealment until first key frame is decoded by Stefan Holmer · 14 years ago