1. 4264c93 Renaming INTERPOLATION_TYPE to INTERP_FILTER. by Dmitry Kovalev · 11 years ago
  2. 0940c9c vp9/common: add extern "C" to headers by James Zern · 11 years ago
  3. 0f76ba5 Convert filter kernel choice to lookup by Yaowu Xu · 11 years ago
  4. ad867fe Renaming INTERPOLATIONFILTERTYPE to INTERPOLATION_TYPE. by Dmitry Kovalev · 11 years ago
  5. 77cd8db Moving FILTER_BITS constant from vp9_convolve.h to vp9_filter.h. by Dmitry Kovalev · 11 years ago
  6. 9500587 Fix MSVC warning. by Paul Wilkins · 11 years ago
  7. 9ec0970 Adding vp9_get_filter_kernel() function. by Dmitry Kovalev · 11 years ago
  8. 11cf0c3 cpplint issues in vp9_filter.h by Jim Bankoski · 12 years ago
  9. c8ba8c5 cosmetics: strip 'VP9_' from defines in vp9 only code by James Zern · 12 years ago
  10. d19ac4b vp9_filter.{h, c} cleanup + adding SUBPEL_TAPS constant. by Dmitry Kovalev · 12 years ago
  11. 2612b99 Adding VP9_FILTER_BITS constant. by Dmitry Kovalev · 12 years ago
  12. 1c552e7 Using only one scale function in scale_factors struct. by Dmitry Kovalev · 12 years ago
  13. 6fd7dd1 Use 256-byte aligned filter tables by John Koleszar · 12 years ago
  14. eb939f4 Spatial resamping of ZEROMV predictors by John Koleszar · 12 years ago
  15. 7a07eea Convert subpixel filters to use convolve framework by John Koleszar · 12 years ago
  16. 7d6b542 New prediction filter by Adrian Grange · 12 years ago
  17. 4cca47b Use standard integer types for pixel values and coefficients. by Ronald S. Bultje · 12 years ago
  18. 2b8dc06 google style guide include guards by Jim Bankoski · 12 years ago
  19. fcccbcb Add vp9_ prefix to all vp9 files by John Koleszar · 12 years ago[Renamed from vp9/common/filter.h]
  20. 4b2c2b9 Rename vp8/ codec directory to vp9/. by Ronald S. Bultje · 12 years ago[Renamed from vp8/common/filter.h]
  21. 6a4b1e5 Remove vp8 in local symbols. by Ronald S. Bultje · 12 years ago
  22. 43da8f1 Change non-function symbol vp8_ prefixes to vp9_. by Ronald S. Bultje · 12 years ago
  23. 7d06565 Merging in the sixteenth subpel uv experiment by Deb Mukherjee · 13 years ago
  24. c6b9039 Restyle code by John Koleszar · 13 years ago
  25. 475d5d5 Making subpel filters switchable at frame level by Deb Mukherjee · 13 years ago
  26. fb472c5 Clean ups and minor changes in high precision mv with 8-tap interpolation by Deb Mukherjee · 13 years ago
  27. 18e90d7 Supporting high precision 1/8-pel motion vectors by Deb Mukherjee · 13 years ago
  28. ef8ade1 Adjusting 8-tap filter + prelim edge pixel filter code. by Deb Mukherjee · 13 years ago
  29. 6fa47a5 Adds support for enhanced interpolation for subpel motion using an 8-tap filter. by Deb Mukherjee · 13 years ago
  30. e5aaac2 clean up bilinear filter by Johann · 14 years ago