1. 342a368 Do sub-pixel motion search in up-sampled reference frames by Yunqing Wang · 9 years ago
  2. d1d11fc Unify frame border extension operation by Jingning Han · 9 years ago
  3. 29b9461 yv12config.c: remove dead CONFIG_ALPHA code by James Zern · 9 years ago
  4. fcb4646 vpx_scale: fix the issue in msan test. by jackychen · 9 years ago
  5. 5684295 Add a new enum type vpx_color_range_t by Yaowu Xu · 9 years ago
  6. 812945a vp9/10: improve support for render_width/height. by Ronald S. Bultje · 10 years ago
  7. eeb5ef0 Add support for color-range. by Ronald S. Bultje · 10 years ago
  8. bbb9ca4 Merge "Change vp9_ prefix function names in vpx_scale to vpx_" by Jingning Han · 10 years ago
  9. 89af744 Change vp9_ prefix function names in vpx_scale to vpx_ by Jingning Han · 10 years ago
  10. 72889a2 Remove vp10's build dependency on vp9 by Yaowu Xu · 10 years ago
  11. 3ee6db6 Fork VP9 and VP10 codebase by Jingning Han · 10 years ago
  12. ad8bae3 vpx_scale: add missing rtcd + vpx_scale includes by James Zern · 10 years ago
  13. 1d7ccd5 Relocate memory operations for common code by Johann · 10 years ago
  14. f58011a vpx_mem: remove vpx_memset by James Zern · 10 years ago
  15. f274c21 vpx_mem: remove vpx_memcpy by James Zern · 10 years ago
  16. 14ef4ae Reorganize *_rtcd() calling conventions by Johann · 10 years ago
  17. af7484a Remove unused scaleopt.cpp by Johann · 10 years ago
  18. 08acc34 Remove last remnants of obj_int_extract by Johann · 10 years ago
  19. dd27307 Prevent VP8 encoding crash by Yaowu Xu · 10 years ago
  20. 4bca73b Correct the miscalculation in uv dimensions by Yaowu Xu · 10 years ago
  21. 6b223fc Enable decoder to pass through color space info by Yaowu Xu · 10 years ago
  22. c4f7079 Revert "Revert "Add support for setting byte alignment."" by Frank Galligan · 10 years ago
  23. 91471d6 Revert "Add support for setting byte alignment." by Paul Wilkins · 10 years ago
  24. 399823b Add support for setting byte alignment. by Frank Galligan · 10 years ago
  25. 0e8cc9a fix building with --disable-spatial-resampling by James Zern · 10 years ago
  26. 6eec73a Remove asm offset dependencies by Johann · 11 years ago
  27. a0ce226 yv12config: fix highbitdepth build by James Zern · 10 years ago
  28. a0befb9 Fix subsampling check for images 1 pixel wide/tall by Alex Converse · 11 years ago
  29. 175d9df Remove memset of every external frame buffer. by Frank Galligan · 11 years ago
  30. b932c6c BITSTREAM CLARIFICATION: Forbid referencing across color spaces. by Alex Converse · 11 years ago
  31. 5acfafb Adds config opt for highbitdepth + misc. vpx by Deb Mukherjee · 11 years ago
  32. a7ba80f Remove copy frame neon by Johann · 11 years ago
  33. c7e1d25 Remove unused copy src frame function by Johann · 11 years ago
  34. 62c6411 Remove neon version of vp8 extend borders by Johann · 11 years ago
  35. e956c00 Set and use uv_crop_[width|height] by Johann · 11 years ago
  36. 597ce31 Fix visual studio build failure by Yunqing Wang · 11 years ago
  37. 1a01194 fail allocation of buffers if size_t < frame_size by Jim Bankoski · 11 years ago
  38. e26adb8 Add non420 support to vp9_extend_frame_borders. by Alex Converse · 11 years ago
  39. ce23931 Only build neon assembly for armv7 targets by Johann · 11 years ago
  40. b933205 Remove test against NULL before freeing memory by Adrian Grange · 11 years ago
  41. 1f75589 Remove the vp8_vpxyv12_copy_y_neon. by hkuang · 11 years ago
  42. 4b70544 Disable the neon version vpx_yv12_copy_y. by hkuang · 11 years ago
  43. 805078a build: convert rtcd.sh to perl by James Zern · 11 years ago
  44. 0fa4d89 Fix unused parameters in vp9_extend_frame_borders by Yaowu Xu · 11 years ago
  45. 67a996d vpx_scale_rtcd.sh: fix conditional by James Zern · 11 years ago
  46. 9bd76da cosmetics: yv12config.h: remove extra indent by James Zern · 11 years ago
  47. 4c53c8c Adding explicit casts in yv12config.c. by Dmitry Kovalev · 11 years ago
  48. e8e1527 Add get release decoder frame buffer functions. by Frank Galligan · 11 years ago
  49. b1c72b6 Revert external frame buffer code. by Frank Galligan · 11 years ago
  50. 437004c Seperate the border size for encoder and decoder. by hkuang · 11 years ago
  51. 59fa8cf mips dsp-ase r2 vp9 decoder fixed bug in extend frame module (seg fault) by Parag Salasakar · 11 years ago
  52. 66c6f7b Fix Issue #679: vp9 C loop filter produces valgrind warning. by hkuang · 11 years ago
  53. 0f51278 {,vpx_scale}: normalize include guards by James Zern · 11 years ago
  54. 332169d Avoid mixed comparison by Johann · 11 years ago
  55. 10f8916 Add support to pass in external frame buffers. by Frank Galligan · 11 years ago
  56. d427fab Fix bug in extend_frame chroma extended too far by Adrian Grange · 11 years ago
  57. 38144ed fix scalling bug by buffer auto-reallocation by Adrian Grange · 11 years ago
  58. b6c5dbe mips dsp-ase r2 vp9 decoder extend module optimizations by Jim Bankoski · 12 years ago
  59. 8b970da cosmetics: yv12extend add some const by James Zern · 12 years ago
  60. 5724b7e yv12extend: name variables consistently by James Zern · 12 years ago
  61. 735b3a7 vpx_scale: correct pixel spelling by James Zern · 12 years ago
  62. 79f4c1b Fixed typos and formatting by Adrian Grange · 12 years ago
  63. 6a7a4ba renamed vp8_yv12_copy_y to vpx_yv12_copy_y by Yaowu Xu · 12 years ago
  64. b30a06b9 Cleanup typos, remove unnecessary lines, replace switch by Adrian Grange · 12 years ago
  65. a8f9b9c added missed replacement by Yaowu Xu · 12 years ago
  66. 3a7c266 Merge "yv12config: remove YUV_TYPE" by James Zern · 12 years ago
  67. 5b915eb Change to extend full border only when needed by Yaowu Xu · 12 years ago
  68. b02c4d3 Increase border size from 96 to 160. by Ronald S. Bultje · 12 years ago
  69. 4fc6c88 yv12config: remove YUV_TYPE by James Zern · 12 years ago
  70. 450c7b5 Only do metrics on cropped (visible) area of picture. by Ronald S. Bultje · 12 years ago
  71. 71701f3 Align frame size to 8 instead of 16. by Ronald S. Bultje · 12 years ago
  72. 679e4ab Initial version of alpha channel support by John Koleszar · 12 years ago
  73. 418564e Add vp9_extend_frame_borders by John Koleszar · 12 years ago
  74. b7a4f8a Adding alpha plane to YV12_BUFFER_CONFIG structure. by Dmitry Kovalev · 12 years ago
  75. da58436 Subsampling aware allocs and bitstream by John Koleszar · 12 years ago
  76. 9f5fd31 Expand UMV border to 96 pixels by John Koleszar · 12 years ago
  77. f800085 vp8: set y_crop_{width,height} by John Koleszar · 12 years ago
  78. 9b7be88 Fix pulsing issue with scaling by John Koleszar · 12 years ago
  79. c03d45d Avoid allocating memory when resizing frames by John Koleszar · 12 years ago
  80. 879cb7d Merge vp9-preview changes into experimental branch by John Koleszar · 12 years ago
  81. 5ebe94f Build fixes to merge vp9-preview into master by John Koleszar · 12 years ago
  82. 4cca47b Use standard integer types for pixel values and coefficients. by Ronald S. Bultje · 12 years ago
  83. a36d9a4 Move vp8_scale_frame to vpx namespace by Johann · 12 years ago
  84. 11a84b2 Remove last duck_ functions by Johann · 12 years ago
  85. 1009f76 Use 'vpx_scale' consistently by Johann · 12 years ago
  86. 52d350f Begin to refactor vpx_scale usage in VP9 by Johann · 12 years ago
  87. 4a9b954 Update ARM for vpx_scale changes by Johann · 12 years ago
  88. d138262 Merge "Begin to refactor vpx_scale usage in VP9" into experimental by Johann · 12 years ago
  89. 514e1c9 Merge "Update ARM for vpx_scale changes" into experimental by Johann · 12 years ago
  90. c6bd29e Begin to refactor vpx_scale usage in VP9 by Johann · 12 years ago
  91. 0d793cc Update ARM for vpx_scale changes by Johann · 12 years ago
  92. 5f9e0ca Rename vpx_scale/rtcd.c to vpx_scale/vpx_scale_rtcd.c by Frank Galligan · 12 years ago
  93. a9c7597 support building vp8 and vp9 into a single lib by John Koleszar · 12 years ago
  94. b90df36 Build / make problem by Paul Wilkins · 12 years ago
  95. 06f3e51 vpx_scale: sync from master by John Koleszar · 12 years ago
  96. 0ebf548 Merging and bug-fix in enhanced_interp experiment by Deb Mukherjee · 13 years ago
  97. c6b9039 Restyle code by John Koleszar · 13 years ago
  98. 6035da5 WebM Experimental Codec Branch Snapshot by Yaowu Xu · 13 years ago
  99. 9f41a8b Merge "Replace vpx_ports/config.h with vpx_config.h" by Johann · 14 years ago
  100. 1a7d25a Replace vpx_ports/config.h with vpx_config.h by Attila Nagy · 14 years ago