1. a790906 Allow --cpu= to work for x86. by Fritz Koenig · 15 years ago
  2. d73217a update structures by Johann · 15 years ago
  3. 93c32a5 Rework idct calling structure. by Fritz Koenig · 15 years ago
  4. b066045 Revert "Removed ssse3 sixtap code" by Jim Bankoski · 15 years ago
  5. 52852da cleanup simple loop filter by Johann · 15 years ago
  6. a522be2 Merge "fix armv6 simpleloop filter" by Johann · 15 years ago
  7. 467a0b9 fix armv6 simpleloop filter by Johann · 15 years ago
  8. 6ea5bb8 Removed ssse3 sixtap code by Scott LaVarnway · 15 years ago
  9. 496cf8c Merge "store more vars than we removed" by John Koleszar · 15 years ago
  10. c75f399 store more vars than we removed by Johann · 15 years ago
  11. 9aa498b arm: fix missing dependency with --enable-shared by John Koleszar · 15 years ago
  12. 80d3923 move segmentation_common to encoder by John Koleszar · 15 years ago
  13. 9602799 framework for assembly version of the detokenizer by Johann · 15 years ago
  14. 633646b update structure by Johann · 15 years ago
  15. 1ec7981 remove unused definition by Johann · 15 years ago
  16. 9c7a009 Removed unnecessary MB_MODE_INFO copies by Scott LaVarnway · 15 years ago
  17. f5615b6 Merge "Finished vp8_sixtap_predict4x4_ssse3 function" by Scott LaVarnway · 15 years ago
  18. d22e296 cosmetics: add missing 2D array braces by John Koleszar · 15 years ago
  19. 392a958 avoid negative array subscript warnings by John Koleszar · 15 years ago
  20. b07e5b6 Finished vp8_sixtap_predict4x4_ssse3 function by Scott LaVarnway · 15 years ago
  21. c0ba42d rename DETOK_[AL] by Johann · 15 years ago
  22. 99f46d6 Moved gf_active code to encoder only by Scott LaVarnway · 15 years ago
  23. c404fa4 Removed duplicate functions by Yaowu Xu · 15 years ago
  24. 3b95a46 Normalize quantizer's zero bin and rounding factors by Yaowu Xu · 15 years ago
  25. 8fa3809 Add trellis quantization. by Timothy B. Terriberry · 15 years ago
  26. e4fe866 Added ssse3 version of sixtap filters by Scott LaVarnway · 15 years ago
  27. ba2e107 First modification of multi-thread decoder by Yunqing Wang · 15 years ago
  28. 618c7d2 Mark loopfilter C functions as static by John Koleszar · 15 years ago
  29. cfb204e Merge "Issue 150: Fixing linker warning in extend.c." by John Koleszar · 15 years ago
  30. 4e6827a configure: support directories containing .o by John Koleszar · 15 years ago
  31. 0e8f108 nasm: avoid space before the :data symbol type. by Jan Kratochvil · 15 years ago
  32. 0327d3d nasm: end labels with colon (':') by Jan Kratochvil · 15 years ago
  33. c8134bc nasm: use OWORD vs DQWORD by Jan Kratochvil · 15 years ago
  34. 6752982 Merge "Replace pinsrw (SSE) with MMX instructions" by John Koleszar · 15 years ago
  35. 7d24370 Replace pinsrw (SSE) with MMX instructions by Philip Jägenstedt · 15 years ago
  36. 38a20e0 apple: include proper mach primatives by John Koleszar · 15 years ago
  37. c2a8d8b Merge "Enable the switch between two versions of quantizer" by Yaowu Xu · 15 years ago
  38. 062e6c1 Removed two unused global variables. by Frank Galligan · 15 years ago
  39. f95c80b Enable the switch between two versions of quantizer by Yaowu Xu · 15 years ago
  40. 23d68a5 configure: pass original arguments through to make dist by John Koleszar · 15 years ago
  41. aa82363 Merge "msvs: fix install of codec sources" by John Koleszar · 15 years ago
  42. a570bbd x86/sse2: disable asm quantizer by Johann · 15 years ago
  43. b9a038a Fix build w/o RTCD by Johann · 15 years ago
  44. d8009c0 neon: disable asm quantizer by John Koleszar · 15 years ago
  45. 1743f94 Merge "update arm idct functions" by Fritz Koenig · 15 years ago
  46. 3de8a95 Merge changes I896fe6f9,I90d8b167 by Fritz Koenig · 15 years ago
  47. 56f5a9a update arm idct functions by Johann · 15 years ago
  48. 1d8277f Issue 150: Fixing linker warning in extend.c. by Justin Lebar · 15 years ago
  49. 2add72d Don't dereference ctx->priv if it hasn't been setup correctly. by Fredrik Söderquist · 15 years ago
  50. eafcf91 Only touch ctx->priv if vp8_mmap_alloc succeeded. by Fredrik Söderquist · 15 years ago
  51. 98fcccf Change the x86 idct functions to do reconstruction at the same time by Jeff Muizelaar · 15 years ago
  52. b2fa74a Combine idct and reconstruction steps by Jeff Muizelaar · 15 years ago
  53. 0ce3901 Swap alt/gold/new/last frame buffer ptrs instead of copying. by Fritz Koenig · 15 years ago
  54. 68cf243 Merge commit 'refs/changes/51/351/1' of ssh://review.webmproject.org:29418/libvpx into KfRateBugMerged by Paul Wilkins · 15 years ago
  55. f5cf855 Merge "Make the quantizer exact." by Yaowu Xu · 15 years ago
  56. 9404c7d Rate control bug with long key frame interval. by Paul Wilkins · 15 years ago
  57. e04e293 Make the quantizer exact. by Timothy B. Terriberry · 15 years ago
  58. d576690 80 character line length on Arnr LUT by Paul Wilkins · 15 years ago
  59. 08eed04 Remove CONFIG_NEW_TOKENS files. by Fritz Koenig · 15 years ago
  60. 4d86ef3 msvs: fix install of codec sources by John Koleszar · 15 years ago
  61. b791dca Change devenv.com command line. by Tom Finegan · 15 years ago
  62. 72d4ba9 Add vs9 targets. by Tom Finegan · 15 years ago
  63. 160d671 Merge "limit range checking code for L[k] to CONFIG_DEBUG. patch by timeless@gmail.com" by Johann · 15 years ago
  64. 7a89d4c Merge "Improve the accuracy of forward walsh-hadamard transform" by Yaowu Xu · 15 years ago
  65. 0ba3263 ARNR Lookup Table. by Paul Wilkins · 15 years ago
  66. 02277b8 Parameter limit change. by Paul Wilkins · 15 years ago
  67. bf18069 Rate control fix for ARNR filtered frames. by Paul Wilkins · 15 years ago
  68. 7c938f4 Fix: Incorrect 'cols' calculation in temporal filter. by Paul Wilkins · 15 years ago
  69. 80f0e7a limit range checking code for L[k] to CONFIG_DEBUG. patch by timeless@gmail.com by Michael Kohler · 15 years ago
  70. fd0d7ff msvs: disable CRT deprecation warnings by John Koleszar · 15 years ago
  71. dbda863 Merge "Fix misspelled "paramter" in vpx_codec_internal.h" to "parameter"." by John Koleszar · 15 years ago
  72. 1624938 Merge "Fix misspelled "skiped" in onyxc_int.h to "skipped"." by John Koleszar · 15 years ago
  73. 3d0a1ed Fix a compiling error on armv6 by Yaowu Xu · 15 years ago
  74. efbfaf6 Fix misspelled "paramter" in vpx_codec_internal.h" to "parameter". by Michael Kohler · 15 years ago
  75. 1e23f45 Fix misspelled "skiped" in onyxc_int.h to "skipped". by Michael Kohler · 15 years ago
  76. 0618ff1 Fix bug in 1st pass motion compensation by Adrian Grange · 15 years ago
  77. 2e3d8d3 Merge "Further adjustment of RD behaviour with Q and Zbin." by Paul Wilkins · 15 years ago
  78. 3e9af0f Merge "ivfenc: correct fixed kf interval, --disable-kf" by John Koleszar · 15 years ago
  79. 63ffc1a Merge "ARM WinCE VS8 build update" by John Koleszar · 15 years ago
  80. b3eb3d2 Merge "Remove INLINE/FORCEINLINE" by John Koleszar · 15 years ago
  81. 308e867 Update loopfilter frame/filter/sharp info for multithread by John Koleszar · 15 years ago
  82. b2f7786 Merge "Add loopfilter initialization fix in multithreading code" by Yunqing Wang · 15 years ago
  83. 29d586b Add loopfilter initialization fix in multithreading code by Yunqing Wang · 15 years ago
  84. cf49034 Merge "Fixed buffer selection for UV in AltRef filtering" by Adrian Grange · 15 years ago
  85. bead039 Improve SSE2 loopfilter functions by Yunqing Wang · 15 years ago
  86. a23ec52 ARM WinCE VS8 build update by James Zern · 15 years ago
  87. 1ca39bf Further adjustment of RD behaviour with Q and Zbin. by Paul Wilkins · 15 years ago
  88. b62d093 Improve the accuracy of forward walsh-hadamard transform by Yaowu Xu · 15 years ago
  89. aa8fe0d Fixed buffer selection for UV in AltRef filtering by Adrian Grange · 15 years ago
  90. f1a3b1e Added first-pass sse2 version of Yaowu's new fdct. by Scott LaVarnway · 15 years ago
  91. d0dd01b Redo the forward 4x4 dct by Yaowu Xu · 15 years ago
  92. a590666 vp8cx : bestsad declared and initialized incorrectly. by Fritz Koenig · 15 years ago
  93. cecdd73 vp8cx : bestsad declared and initialized incorrectly. by Fritz Koenig · 15 years ago
  94. 5e34461 Remove INLINE/FORCEINLINE by John Koleszar · 15 years ago
  95. d1920de configure: remove postproc-generic by John Koleszar · 15 years ago
  96. b1e36f2 ivfenc: correct fixed kf interval, --disable-kf by John Koleszar · 15 years ago
  97. 3d5cd51 Merge "Remove deprecated `svnstat' rule from Makefile" by John Koleszar · 15 years ago
  98. a08df45 Fix breakout thresh computation for golden & AltRef frames by agrange · 15 years ago
  99. cee8f9f Remove deprecated `svnstat' rule from Makefile by Giuseppe Scrivano · 15 years ago
  100. daa5d0e Changed unary operator from ! to ~ by agrange · 15 years ago