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