1. 29d586b Add loopfilter initialization fix in multithreading code by Yunqing Wang · 15 years ago
  2. bead039 Improve SSE2 loopfilter functions by Yunqing Wang · 15 years ago
  3. f1a3b1e Added first-pass sse2 version of Yaowu's new fdct. by Scott LaVarnway · 15 years ago
  4. d0dd01b Redo the forward 4x4 dct by Yaowu Xu · 15 years ago
  5. a590666 vp8cx : bestsad declared and initialized incorrectly. by Fritz Koenig · 15 years ago
  6. cecdd73 vp8cx : bestsad declared and initialized incorrectly. by Fritz Koenig · 15 years ago
  7. d1920de configure: remove postproc-generic by John Koleszar · 15 years ago
  8. 3d5cd51 Merge "Remove deprecated `svnstat' rule from Makefile" by John Koleszar · 15 years ago
  9. a08df45 Fix breakout thresh computation for golden & AltRef frames by agrange · 15 years ago
  10. cee8f9f Remove deprecated `svnstat' rule from Makefile by Giuseppe Scrivano · 15 years ago
  11. daa5d0e Changed unary operator from ! to ~ by agrange · 15 years ago
  12. d4b99b8 Moved DOUBLE_DIVIDE_CHECK to denominator (was on numerator) by agrange · 15 years ago
  13. 9f81463 Fix a linker error on x86-64 Linux when not using a version script. by Timothy B. Terriberry · 15 years ago
  14. 220daa0 vp8_block_error_xmm: remove unnecessary instructions by Jim Bankoski · 15 years ago
  15. 9484bf7 Merge "cosmetics: trim trailing whitespace" by John Koleszar · 15 years ago
  16. 9d8a1c0 Merge "Add x86_64-linux-icc target to build VP8 with icc" by Yunqing Wang · 15 years ago
  17. 7630e36 Add x86_64-linux-icc target to build VP8 with icc by Yunqing Wang · 15 years ago
  18. 94c52e4 cosmetics: trim trailing whitespace by John Koleszar · 15 years ago
  19. c65e8e8 Merge "Change bitreader to use a larger window." by John Koleszar · 15 years ago
  20. b46a1f9 CHANGELOG: 0.9.1 by John Koleszar · 15 years ago
  21. 51ae606 Update AUTHORS by John Koleszar · 15 years ago
  22. f84f949 Generate AUTHORS file with a script by John Koleszar · 15 years ago
  23. d024d98 Merge "Avoid encoding garbage when ivfenc encounters an unsupported Y4M file." by John Koleszar · 15 years ago
  24. 1114183 Merge "gen_scalers: fix 64-bit integer promotion bug" by John Koleszar · 15 years ago
  25. e703af9 Avoid encoding garbage when ivfenc encounters an unsupported Y4M file. by Tom Finegan · 15 years ago
  26. bbfeefc gen_scalers: fix 64-bit integer promotion bug by John Koleszar · 15 years ago
  27. c17b62e Change bitreader to use a larger window. by Timothy B. Terriberry · 15 years ago
  28. 9fdfb8e Merge "More on "some XMM registers are non-volatile on windows x64 ABI"" by Yunqing Wang · 15 years ago
  29. 397aad3 More on "some XMM registers are non-volatile on windows x64 ABI" by Yunqing Wang · 15 years ago
  30. ec18715 VisualStudio projects: asm tool updates by James Zern · 15 years ago
  31. 89c8b3d vp8_cx_iface: set default cpu used to 0 by John Koleszar · 15 years ago
  32. 5a72620 Fix compiler warnings by Guillermo Ballester Valor · 15 years ago
  33. 48c84d1 sse2 version of vp8_regular_quantize_b by Scott LaVarnway · 15 years ago
  34. 99c5745 Merge "Use local pointer to pbi->common." by Paul Wilkins · 15 years ago
  35. 55d86c4 Merge "platform autodetect: accept amd64 as a synonym for x86_64" by John Koleszar · 15 years ago
  36. a0d04ea Remove useless 500 frame limit by Fabio Pedretti · 15 years ago
  37. 6f47a34 Merge "ivfenc: fix two-pass support of raw files" by John Koleszar · 15 years ago
  38. 1856f22 Use public domain implementation for MD5 algorithm by Andres Mejia · 15 years ago
  39. df2c62d ivfenc: fix two-pass support of raw files by John Koleszar · 15 years ago
  40. 900d054 Merge "Make this/next iiratio unsigned." by John Koleszar · 15 years ago
  41. 5ef25a9 Merge "Tuning of baseline Rd equation to improve behavior at the" by Paul Wilkins · 15 years ago
  42. b99d89d Merge "Incorrect comment." by Paul Wilkins · 15 years ago
  43. cd475da Make this/next iiratio unsigned. by John Koleszar · 15 years ago
  44. 00d566e Merge "require --enable-psnr to build ssim" by John Koleszar · 15 years ago
  45. 3245d46 ivfenc: support reading/writing from a pipe by John Koleszar · 15 years ago
  46. db0f26c Merge "Enable vp8_sad16x16x4d_sse3 in non-RTCD case" by John Koleszar · 15 years ago
  47. 6601fa0 Merge "Change preprocessor check to _WIN32" by Yaowu Xu · 15 years ago
  48. 59c5096 Enable vp8_sad16x16x4d_sse3 in non-RTCD case by John Koleszar · 15 years ago
  49. 9099fc0 require --enable-psnr to build ssim by John Koleszar · 15 years ago
  50. b7c5d80 platform autodetect: accept amd64 as a synonym for x86_64 by John Koleszar · 15 years ago
  51. 63ea870 some XMM registers are non-volatile on windows x64 ABI by Makoto Kato · 15 years ago
  52. 20f7332 Incorrect comment. by Paul Wilkins · 15 years ago
  53. 7a81b29 Use local pointer to pbi->common. by Paul Wilkins · 15 years ago
  54. f6a58d6 Tuning of baseline Rd equation to improve behavior at the by Paul Wilkins · 15 years ago
  55. 3419e4d Change preprocessor check to _WIN32 by Frank Galligan · 15 years ago
  56. 8389f19 Merge "Improve vp8_sixtap_predict functions" by Yunqing Wang · 15 years ago
  57. fb220d2 replace while(0) construct with if/else by John Koleszar · 15 years ago
  58. 05c6eca Fix new MV clamping scheme for chroma MVs. by Timothy B. Terriberry · 15 years ago
  59. 317a666 Remove reference to 'vpx Technologies' by John Koleszar · 15 years ago
  60. 330dd67 Fix MinGW toolchain detection by John Koleszar · 15 years ago
  61. 8873a93 Improve vp8_sixtap_predict functions by Yunqing Wang · 15 years ago
  62. f5aeef6 Merge "Detect toolchain based on gcc -dumpmachine" by John Koleszar · 15 years ago
  63. ffd5b58 Detect toolchain based on gcc -dumpmachine by Philip Jägenstedt · 15 years ago
  64. 10ae99c Merge "Adjust to avoid long line" by Paul Wilkins · 15 years ago
  65. a04ed23 Adjust to avoid long line by Paul Wilkins · 15 years ago
  66. cd715fa Merge "Correct comment" by Paul Wilkins · 15 years ago
  67. ae244ef Merge "Fix RD bug." by Paul Wilkins · 15 years ago
  68. f6f0ffe Merge "Remove secondary mv clamping from decode stage" by John Koleszar · 15 years ago
  69. c97a9fc Merge "Make shared object use extralibs" by John Koleszar · 15 years ago
  70. 3085025 Remove secondary mv clamping from decode stage by John Koleszar · 15 years ago
  71. 3225b89 minor cleanup of quantizer and fdct code by Yaowu Xu · 15 years ago
  72. 4bb895e fix a typo by Yaowu Xu · 15 years ago
  73. 6702a40 Correct comment by Paul Wilkins · 15 years ago
  74. 28de670 Fix RD bug. by Paul Wilkins · 15 years ago
  75. 0dd78af remove unreferenced variable i by Philip Jägenstedt · 15 years ago
  76. 6025479 Merge "Remove duplicate and unused functions" by Yaowu Xu · 15 years ago
  77. 854c007 Remove duplicate and unused functions by Yaowu Xu · 15 years ago
  78. 8916fa2 Make shared object use extralibs by Luca Barbato · 15 years ago
  79. 7aa97a3 shared library support (.so) by John Koleszar · 15 years ago
  80. 9a27722 Remove some bashism from the shell scripts. by Alex Converse · 15 years ago
  81. 09202d8 LICENSE: update with latest text by John Koleszar · 15 years ago
  82. 7f9db41 Add support for YUV4MPEG2 output. by Timothy B. Terriberry · 15 years ago
  83. 44d8949 Add support for reading YUV4MPEG2 files to ivfenc. by Timothy B. Terriberry · 15 years ago
  84. cbf12db Merge "Remove un-necessary memory initialization" by Yaowu Xu · 15 years ago
  85. d33bf3d Remove costly memory reads/writes in vp8_reset_mb_tokens_context() by Yunqing Wang · 15 years ago
  86. 66f9864 Remove un-necessary memory initialization by Yaowu Xu · 15 years ago
  87. 1689564 Merge "expose vp8_deblock" by John Koleszar · 15 years ago
  88. 0d71965 configure: update script headers by John Koleszar · 15 years ago
  89. e7876ab expose vp8_deblock by Luca Barbato · 15 years ago
  90. a7bb336 Fix stats format and correct data size and bit rate output by Yaowu Xu · 15 years ago
  91. 8caa5c2 Increase the size of output packet list by Yaowu Xu · 15 years ago
  92. 670af3a configure: support --prefix, --libdir by John Koleszar · 15 years ago
  93. c3c870e x86: tell gnu ld that we don't require an executable stack by John Koleszar · 15 years ago
  94. e80d569 Conditionally build enc/dec specific API sources by James Zern · 15 years ago
  95. 57d59f6 Merge "Correct bit allocation when the alternative reference frame" by Paul Wilkins · 15 years ago
  96. 4071d16 Merge "examples: use I420 input for encoders" by John Koleszar · 15 years ago
  97. 0270a79 Merge "vpx_image: add VPX_ prefix to PLANE_*" by John Koleszar · 15 years ago
  98. c601db9 Merge "configure: detect toolchain if not specified" by John Koleszar · 15 years ago
  99. 98058bc configure: detect toolchain if not specified by John Koleszar · 15 years ago
  100. 4c627f5 remove references to vp8/vp8.h by John Koleszar · 15 years ago