1. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  2. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  3. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (99%) from vpx_dsp/loopfilter.c]
  4. 1214cee vpx_dsp/: apply clang-format by clang-format · 9 years ago
  5. 297c752 vpx_dsp/*.[hc]: add missing vpx_dsp_rtcd.h include by James Zern · 9 years ago
  6. 9b44d9d split vpx_highbd_lpf_horizontal_16 in two by James Zern · 9 years ago
  7. 1b519fb split vpx_lpf_horizontal_16 in two by James Zern · 9 years ago
  8. e7a23d7 vpx_highbd_lpf_horizontal_4: remove unused count param by James Zern · 9 years ago
  9. 5171857 vpx_highbd_lpf_horizontal_8: remove unused count param by James Zern · 9 years ago
  10. 3c1019e vpx_highbd_lpf_vertical_4: remove unused count param by James Zern · 9 years ago
  11. 72a9f06 vpx_highbd_lpf_vertical_8: remove unused count param by James Zern · 9 years ago
  12. b1e97c6 vpx_lpf_horizontal_4: remove unused count param by James Zern · 9 years ago
  13. bd5a5bb vpx_lpf_horizontal_8: remove unused count param by James Zern · 9 years ago
  14. 109a47b vpx_lpf_vertical_4: remove unused count param by James Zern · 9 years ago
  15. 3722574 vpx_lpf_vertical_8: remove unused count param by James Zern · 9 years ago
  16. 7186a2d Code refactor on InterpKernel by Zoe Liu · 10 years ago
  17. 2992739 Rename loop filter function from vp9_ to vpx_ by Jingning Han · 10 years ago
  18. 50adfdf Migrate loop filter functions from vp9/ to vpx_dsp/ by Jingning Han · 10 years ago[Renamed (98%) from vp9/common/vp9_loopfilter_filters.c]
  19. db8e731 Add vpx_dsp_common.h file by Jingning Han · 10 years ago
  20. 3fe83cd Remove redundant header files in vp9_loopfilter_filers.c by Jingning Han · 10 years ago
  21. 1d7ccd5 Relocate memory operations for common code by Johann · 10 years ago
  22. 1929c9b Rename highbitdepth functions to use highbd prefix by Deb Mukherjee · 10 years ago
  23. 931ed51 High bit-depth loop/arf/postproc filter functions by Deb Mukherjee · 11 years ago
  24. 0c5575f Merge "Moving hev mask calculation into filter4() function." by Dmitry Kovalev · 11 years ago
  25. b720ba1 rename loop filter functions by Jim Bankoski · 11 years ago
  26. 4821084 Moving hev mask calculation into filter4() function. by Dmitry Kovalev · 11 years ago
  27. 2b95a05 Removing duplicated C code from vp9_loopfilter_filters.c file. by Dmitry Kovalev · 11 years ago
  28. ed36720 Do vertical loopfiltering in parallel by Yunqing Wang · 11 years ago
  29. 64f728c Do horizontal loopfiltering in parallel by Yunqing Wang · 11 years ago
  30. 6249a5b cpplint issue with vp9_loopfilter_filters.c by Jim Bankoski · 11 years ago
  31. 2de3c8d Loop filter code cleanup. by Dmitry Kovalev · 12 years ago
  32. e973b4e Consistent naming for loop-filter filters. by Dmitry Kovalev · 12 years ago
  33. 64f7a4d Wide loopfilter 16 pix at a time by John Koleszar · 12 years ago
  34. 26496c5 Quick modifications to wide loopfilter intrinsic functions by Scott LaVarnway · 12 years ago
  35. 44db42c Merge the new loopfilter experiment by John Koleszar · 12 years ago
  36. 043d348 Reimplementation of loop filter by John Koleszar · 12 years ago
  37. 1c43e64 Removing simple loopfilter and code duplication from loopfilter code. by Dmitry Kovalev · 12 years ago
  38. effaa32 Removing unused simple loopfilter code. by Dmitry Kovalev · 12 years ago
  39. 2e3f3e4 Using ROUND_POWER_OF_TWO macro inside vp9_loopfilter_filters.c. by Dmitry Kovalev · 12 years ago
  40. 50e54c1 Code cleanup. by Dmitry Kovalev · 12 years ago
  41. d7209b3 Cleaning up loopfilter code. by Dmitry Kovalev · 12 years ago
  42. aac73df Use configure checks for various inline keywords. by Ronald S. Bultje · 12 years ago
  43. b95ed68 a minor change to a portion of loop filtering by Yaowu Xu · 12 years ago
  44. f7dab60 Merge experiment "widerlpf" by Yaowu Xu · 12 years ago
  45. bbe1c92 Merge "Add loop filtering for UV plane" into experimental by Yaowu Xu · 12 years ago
  46. 9a1d73d Add loop filtering for UV plane by Yaowu Xu · 12 years ago
  47. 4987c0f Initial sse2 version of the wide loopfilters by Scott LaVarnway · 12 years ago
  48. d5a8b62 Merge "Reduce the usage of widerlpf" into experimental by Yaowu Xu · 12 years ago
  49. 9431536 rtcd for new wider loop filters by Jim Bankoski · 12 years ago
  50. 6c9fb22 Reduce the usage of widerlpf by Yaowu Xu · 12 years ago
  51. 51bae95 experiment a wider loop filter for MB border by Yaowu Xu · 12 years ago
  52. 4cca47b Use standard integer types for pixel values and coefficients. by Ronald S. Bultje · 12 years ago
  53. c678739 fixed includes to be fully specified by Jim Bankoski · 12 years ago
  54. fcccbcb Add vp9_ prefix to all vp9 files by John Koleszar · 12 years ago[Renamed (99%) from vp9/common/loopfilter_filters.c]
  55. 4b2c2b9 Rename vp8/ codec directory to vp9/. by Ronald S. Bultje · 12 years ago[Renamed from vp8/common/loopfilter_filters.c]
  56. 6c280c2 Adjust style to match Google Coding Style a little more closely. by Ronald S. Bultje · 12 years ago
  57. 6a4b1e5 Remove vp8 in local symbols. by Ronald S. Bultje · 12 years ago
  58. 9bc5f3e Change common vp8_ public symbol prefixes to vp9_. by Ronald S. Bultje · 12 years ago
  59. 085433c sse2 intrinsic version of vp8_mbloop_filter_vertical_edge() by Scott LaVarnway · 12 years ago
  60. 992b5e2 sse2 intrinsic version of vp8_mbloop_filter_horizontal_edge() by Scott LaVarnway · 12 years ago
  61. 15ce6bd Removed the loopfilter rtcd invoke macro code by Scott LaVarnway · 12 years ago
  62. c6b9039 Restyle code by John Koleszar · 13 years ago
  63. 6035da5 WebM Experimental Codec Branch Snapshot by Yaowu Xu · 13 years ago
  64. 6229584 New loop filter interface by Attila Nagy · 14 years ago
  65. c4d7e5e Eliminate more warnings. by Timothy B. Terriberry · 14 years ago
  66. 7fed383 Remove dead code by Johann · 15 years ago
  67. c2140b8 Use WebM in copyright notice for consistency by John Koleszar · 15 years ago
  68. 618c7d2 Mark loopfilter C functions as static by John Koleszar · 15 years ago
  69. 94c52e4 cosmetics: trim trailing whitespace by John Koleszar · 15 years ago
  70. 09202d8 LICENSE: update with latest text by John Koleszar · 15 years ago
  71. 0ea50ce Initial WebM release by John Koleszar · 15 years ago