1. 51c4f9e Avoid multiple test for same lvl in auto filter lvl pick by Attila Nagy · 13 years ago
  2. c4aeff9 Merge "vpx_integer.h: fix incorrect type emulation" by John Koleszar · 13 years ago
  3. 20573f0 Merge "Fix incorrect PROC/ENDP match" by Johann · 13 years ago
  4. 41e3da3 Fix incorrect PROC/ENDP match by Johann · 13 years ago
  5. 72af533 Merge "Align image buffer in multiple-resolution encoder" by Yunqing Wang · 13 years ago
  6. 153eec4 Align image buffer in multiple-resolution encoder by Yunqing Wang · 13 years ago
  7. 6b2792b Merge "vp8e - entropy stats per frame type" by Jim Bankoski · 13 years ago
  8. afa1b66 Merge "Improved mmx/sse2 versions of iwalsh" by Scott LaVarnway · 13 years ago
  9. 6de67cd vp8e - entropy stats per frame type by Jim Bankoski · 13 years ago
  10. a4e410a vpx_integer.h: fix incorrect type emulation by John Koleszar · 13 years ago
  11. 9fa6132 Improved mmx/sse2 versions of iwalsh by Scott LaVarnway · 13 years ago
  12. a69810b Merge "Reduce mem copies in encoder loopfilter level picking" by Johann · 13 years ago
  13. e570b040 Reduce mem copies in encoder loopfilter level picking by Attila Nagy · 13 years ago
  14. 254889c Merge "Allow aligning the raw image buffer" by Yunqing Wang · 13 years ago
  15. be5bbc9 Allow aligning the raw image buffer by Yunqing Wang · 13 years ago
  16. aa7335e Multiple-resolution encoder by Yunqing Wang · 13 years ago
  17. 6127af6 Merge "Speed selection support for disabled reference frames" by John Koleszar · 13 years ago
  18. bdd60a7 Merge "bugfix: all vpxenc arguments were not parsed under all conditions" by John Koleszar · 13 years ago
  19. 16e101b bugfix: all vpxenc arguments were not parsed under all conditions by James Berry · 13 years ago
  20. 06fc0f8 Populate q_index in multi-thread encoding by Yunqing Wang · 13 years ago
  21. 34d7c8b Added vp8_dequant_idct_add_y_block_sse2 setup by Scott LaVarnway · 13 years ago
  22. f46e17f Merge "Modified the inverse walsh to output directly" by Scott LaVarnway · 13 years ago
  23. 4a91541 Modified the inverse walsh to output directly by Scott LaVarnway · 13 years ago
  24. e2bacd5 Merge "Move shared data to shared location" by Johann · 13 years ago
  25. 15ea268 Merge "Fix encoder partitioned output on ARM" by Johann · 13 years ago
  26. 97259b4 Fix encoder partitioned output on ARM by Attila Nagy · 13 years ago
  27. b79879c Merge "Decoder fixes to better support reference picture selection." by John Koleszar · 13 years ago
  28. 640ddca Merge "Validate encoder buffer writes for single token partition" by Johann · 13 years ago
  29. b5ee7b1 Decoder fixes to better support reference picture selection. by Stefan Holmer · 13 years ago
  30. f2cd4de Move shared data to shared location by Johann · 13 years ago
  31. e55974b Speed selection support for disabled reference frames by John Koleszar · 13 years ago
  32. c84d42f Validate encoder buffer writes for single token partition by Attila Nagy · 13 years ago
  33. c5434ab ads2gas translates PRESERVE8, REQUIRE8 and ARM directives by Attila Nagy · 13 years ago
  34. 3c75557 Merge "Added predictor stride argument(s) to subtract functions" by Scott LaVarnway · 13 years ago
  35. 120a464 Merge "avoid resetting framerate during vpx_codec_enc_config_set()" by Johann · 13 years ago
  36. edd98b7 Added predictor stride argument(s) to subtract functions by Scott LaVarnway · 13 years ago
  37. 3cad694 Add x86_64-win64-gcc to supported targets by Rafaël Carré · 13 years ago
  38. 7b0feac Update LICENSE to reflect WebM authors by John Koleszar · 13 years ago
  39. bdd35c1 avoid resetting framerate during vpx_codec_enc_config_set() by John Koleszar · 13 years ago
  40. 2a6daa7 Merge "vpxdec: avoid redefining fileno() on mingw" by Johann · 13 years ago
  41. 3a98555 vpxdec: avoid redefining fileno() on mingw by James Zern · 13 years ago
  42. 87953d11 vpxenc: use off64_t for mingw by James Zern · 14 years ago
  43. 9532bda Merge "Relocated idct/add calls for encoder" by Scott LaVarnway · 13 years ago
  44. ea2229b Merge "ARMv6 optimized Intra4x4 prediction" by Johann · 13 years ago
  45. 2999ca3 Merge "Reset FPU state after calc_plane_error()" by John Koleszar · 13 years ago
  46. 3fcf0e3 Merge "Compiler warning fix for const array." by John Koleszar · 13 years ago
  47. 82e8884 Merge "Remove unused file recon.c" by John Koleszar · 13 years ago
  48. 861ed6a Relocated idct/add calls for encoder by Scott LaVarnway · 13 years ago
  49. 5a2fd63 ARMv6 optimized Intra4x4 prediction by Tero Rintaluoma · 13 years ago
  50. 9d60506 threading: avoid defining _WIN32_WINNT by James Zern · 13 years ago
  51. f89e109 Remove unused file recon.c by John Koleszar · 13 years ago
  52. 4c14efd Fix checks in MB quantizer initialization by Yunqing Wang · 13 years ago
  53. aa6afc0 Merge "Third set of checks of buffer level against maximum buffer size" by Adrian Grange · 13 years ago
  54. c954a33 Merge "Additional clipping of buffer level to maximum buffer size" by Adrian Grange · 13 years ago
  55. cbf574ce Merge "win64: use -f x64 in asflags instead of -f win64" by Johann · 13 years ago
  56. b615a6d Third set of checks of buffer level against maximum buffer size by Adrian Grange · 13 years ago
  57. fa25a31 Additional clipping of buffer level to maximum buffer size by Adrian Grange · 13 years ago
  58. 7534019 win64: use -f x64 in asflags instead of -f win64 by Rafaël Carré · 13 years ago
  59. 9dc95b0 Added check to make sure maximum buffer size not exceeded by Adrian Grange · 13 years ago
  60. f89ea34 fix file permissions by James Zern · 13 years ago
  61. f0c0141 Compiler warning fix for const array. by Fritz Koenig · 13 years ago
  62. 07c71ef Add unit test support via google test by James Berry · 13 years ago
  63. e1a55b5 Merge "Add checks in MB quantizer initialization" by Yunqing Wang · 13 years ago
  64. 44b5f76 Merge "Fix issue 374: eob read incorrectly" by Scott LaVarnway · 13 years ago
  65. 7ca6c91 Merge "Changing decoder input partition API to input fragments." by John Koleszar · 13 years ago
  66. d497ec6 Fix issue 374: eob read incorrectly by Tero Rintaluoma · 13 years ago
  67. 4663956 Merge "Change use of eob in the encoder" by Scott LaVarnway · 13 years ago
  68. e4f2ec7 Change use of eob in the encoder by Tero Rintaluoma · 13 years ago
  69. 8002c31 Merge "added code to clear 2nd order block when appropriate" by Yaowu Xu · 13 years ago
  70. 63bf108 Merge "Fix: Increase default cx_data_size" by John Koleszar · 13 years ago
  71. c60cb01 Merge "vpxenc: fix crash w/empty input file" by John Koleszar · 13 years ago
  72. 1427205 Changing decoder input partition API to input fragments. by Stefan Holmer · 14 years ago
  73. e44720a Add checks in MB quantizer initialization by Yunqing Wang · 13 years ago
  74. e88f9e6 vpxenc: fix crash w/empty input file by James Zern · 13 years ago
  75. 9bf3bc9 Correct SPLITMV clamping by John Koleszar · 13 years ago
  76. 88e24f0 added code to clear 2nd order block when appropriate by Yaowu Xu · 13 years ago
  77. e0309e1 Merge "Improved decode_split_mv()" by Scott LaVarnway · 13 years ago
  78. cd1ef53 Merge "Fix ARM build problem introduced by CL I3fab6f2b" by Johann · 13 years ago
  79. 6064384 Improved decode_split_mv() by Scott LaVarnway · 13 years ago
  80. 0db5599 Merge "Improved mv_bias" by Scott LaVarnway · 13 years ago
  81. 9452dce Fix ARM build problem introduced by CL I3fab6f2b by Attila Nagy · 13 years ago
  82. 294777b Merge "Reduce partial frame copy in encoder's pick_filter_level_fast" by Johann · 13 years ago
  83. 21970d1 Improved mv_bias by Scott LaVarnway · 13 years ago
  84. efa69d2 Merge "Improved read_mb_modes_mv()" by Scott LaVarnway · 13 years ago
  85. ff1d170 Improved read_mb_modes_mv() by Scott LaVarnway · 13 years ago
  86. de82809 Reduce partial frame copy in encoder's pick_filter_level_fast by Attila Nagy · 13 years ago
  87. f9dba66 Merge "remove uninitialized variable warning" by Johann · 13 years ago
  88. e03330b Merge "Improved token decoder" by Scott LaVarnway · 13 years ago
  89. 9409af2 remove uninitialized variable warning by Johann · 13 years ago
  90. 3579baa Merge "Removed read_mv_ref" by Scott LaVarnway · 13 years ago
  91. 2b5e6de Merge "remove unused variable warning" by James Zern · 13 years ago
  92. a82cc02 remove unused variable warning by Johann · 13 years ago
  93. 062864f Fix incorrect pointer definition by Johann · 13 years ago
  94. 49ea2bc Removed read_mv_ref by Scott LaVarnway · 13 years ago
  95. f182376 Moved the split motion vector decode by Scott LaVarnway · 13 years ago
  96. 2313399 Merge "Removed redundant mv clamps for nearmv and nearestmv" by Scott LaVarnway · 13 years ago
  97. bac6c22 Fix: Increase default cx_data_size by James Berry · 13 years ago
  98. a99c20c Removed redundant mv clamps for nearmv and nearestmv by Scott LaVarnway · 13 years ago
  99. e59d53e Merge "Remove unused DETOK structure" by Scott LaVarnway · 13 years ago
  100. bdb4fb8 Remove unused DETOK structure by Tero Rintaluoma · 13 years ago