1. 9b02b0e deblocking_across_tiles->loopfilter_across_tiles by Ryan Lei · 8 years ago
  2. 3eb713e Fix loopfilter for rectangular transforms by Debargha Mukherjee · 8 years ago
  3. a98ceea add a minor clarification in comment by Yaowu Xu · 8 years ago
  4. 7386eda Add an experiment to disable lpf on tile boundaries by Ryan Lei · 8 years ago
  5. ed8f396 Refactor loop filter frame border condition by Jingning Han · 8 years ago
  6. 01c472d Refactor loop filter implementation by Jingning Han · 8 years ago
  7. 7bc61a6 Correct loopfilter for non420 streams by Peter de Rivaz · 8 years ago
  8. f1702dd Add 2x2 block unit syntax by Jingning Han · 8 years ago
  9. 5a488a6 Some fixes related to 64x64 tx, ext-tx, supertx by Debargha Mukherjee · 8 years ago
  10. fe45b21 Deprecated the separate handle on rectangular tx_size in var_tx by Jingning Han · 8 years ago
  11. 48c410a Loopfilter extension to cover 64x64 txfms by Debargha Mukherjee · 8 years ago
  12. 9fb1d69 Use the actual transform block size for loop filter selection by Jingning Han · 8 years ago
  13. 18ee02b Merge "Fix two bugs in parallel_deblocking experiment" into nextgenv2 by Yaowu Xu · 8 years ago
  14. 9edd600 Merge "fix filtering of uv int4x4 for odd rows" into nextgenv2 by Yaowu Xu · 8 years ago
  15. d5723e6 Merge "Add parallel-deblocking experiment" into nextgenv2 by Yaowu Xu · 8 years ago
  16. 607fa6a Support potential 2x2 transform block unit by Jingning Han · 8 years ago
  17. 6f8c1a7 Fix two bugs in parallel_deblocking experiment by Ryan Lei · 8 years ago
  18. e8a3dbc fix filtering of uv int4x4 for odd rows by Janne Salonen · 9 years ago
  19. 1514948 Add parallel-deblocking experiment by Ryan Lei · 8 years ago
  20. 130ca4d Remove the has_no_coeffs corner case by Peter de Rivaz · 8 years ago
  21. 454280d Fix warnings reported by -Wshadow: Part2: av1 directory by Urvang Joshi · 8 years ago
  22. 5cd2ab9 Enable tile-adaptive restoration by Debargha Mukherjee · 9 years ago
  23. a1e48dc Make RECT_TX(>=8x8) work with VAR_TX by Yue Chen · 9 years ago
  24. 2f12340 Enable rectangular transforms for UV by Debargha Mukherjee · 9 years ago
  25. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  26. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  27. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (99%) from vp10/common/loopfilter.c]
  28. e57b1a5 Make rectangular txfm in EXT_TX work with VAR_TX by Yue Chen · 9 years ago
  29. 4402685 Various rect-tx fixes by Debargha Mukherjee · 9 years ago
  30. 7feae8e vp10/common: apply clang-format by clang-format · 9 years ago
  31. 1af28f0 Code refactoring on Macros related to ref frame numbers by Zoe Liu · 9 years ago
  32. e5848de Rectangular transforms 4x8 & 8x4 by Debargha Mukherjee · 9 years ago
  33. 44b91a0 Select segment based loopfilter strength for supertx blocks. by Geza Lore · 9 years ago
  34. 7ff7943 Brings back near-near compound mode into ext-inter by Debargha Mukherjee · 9 years ago
  35. 004c7fa Fix out-of-bound memory access in loop filter by Jingning Han · 9 years ago
  36. 454989f Make superblock size variable at the frame level. by Geza Lore · 9 years ago
  37. f7457f5 Loopfilter fix by Debargha Mukherjee · 9 years ago
  38. 10232ed Refactor loopfilter level arrays to 2D. by Geza Lore · 9 years ago
  39. 511da8c Rename MI_BLOCK_SIZE and MI_MASK macros. by Geza Lore · 9 years ago
  40. 552d5cd Extend superblock size fo 128x128 pixels. by Geza Lore · 9 years ago
  41. 5cce322 Porting ext_partition experiment from nextgen by Julia Robson · 9 years ago
  42. efe7d4e Refactor mbmi->inter_tx_size to 2D array. by Geza Lore · 9 years ago
  43. aa6c754 Merge remote-tracking branch 'webm/master' into nextgenv2 by Yaowu Xu · 9 years ago
  44. 110d377 remove loopfilter 'count' param TODOs by James Zern · 9 years ago
  45. 9b44d9d split vpx_highbd_lpf_horizontal_16 in two by James Zern · 9 years ago
  46. 1b519fb split vpx_lpf_horizontal_16 in two by James Zern · 9 years ago
  47. e7a23d7 vpx_highbd_lpf_horizontal_4: remove unused count param by James Zern · 9 years ago
  48. 5171857 vpx_highbd_lpf_horizontal_8: remove unused count param by James Zern · 9 years ago
  49. 3c1019e vpx_highbd_lpf_vertical_4: remove unused count param by James Zern · 9 years ago
  50. 72a9f06 vpx_highbd_lpf_vertical_8: remove unused count param by James Zern · 9 years ago
  51. b1e97c6 vpx_lpf_horizontal_4: remove unused count param by James Zern · 9 years ago
  52. bd5a5bb vpx_lpf_horizontal_8: remove unused count param by James Zern · 9 years ago
  53. 109a47b vpx_lpf_vertical_4: remove unused count param by James Zern · 9 years ago
  54. 3722574 vpx_lpf_vertical_8: remove unused count param by James Zern · 9 years ago
  55. f0a4485 Refactor to separate restoration from loop filter by Debargha Mukherjee · 9 years ago
  56. 3eb10fc Cosmetic changes to loop restoration by Debargha Mukherjee · 9 years ago
  57. 968bbc7 Adding new compound modes to EXT_INTER experiment by Yue Chen · 9 years ago
  58. 84ca7a9 Loop restoration filter by Debargha Mukherjee · 9 years ago
  59. 1ac8587 EXT_INTER experiment by Yue Chen · 9 years ago
  60. 3787b17 Super transform - ported from nextgen branch by Debargha Mukherjee · 9 years ago
  61. 66f2f65 Merge MISC_FIXES by hui su · 9 years ago
  62. 94266f4 Make loop filter support recursive transform block partitioning by Jingning Han · 9 years ago
  63. 6727943 Refactor loop filter mask by Jingning Han · 9 years ago
  64. 7c514e2 Merged branch 'master' into nextgenv2 by Yaowu Xu · 10 years ago
  65. 034c28b vp10: split UV int4x4 loopfilter flag in one for each covered edge. by Ronald S. Bultje · 10 years ago
  66. a5d930e vp10: don't reset contextual skip flag if block has no coefficients. by Ronald S. Bultje · 10 years ago
  67. c5f1191 Include vpx_dsp_common.h when using VPXMIN/MAX by Johann · 10 years ago
  68. 5e16d39 vpx_dsp_common: add VPX prefix to MIN/MAX by James Zern · 10 years ago
  69. afb6b4b VP9Common -> VP10Common by Yaowu Xu · 10 years ago
  70. fc7cbd1 VP9_COMMON -> VP10->COMMON by Yaowu Xu · 10 years ago
  71. 54d66ef Remove vp9_ prefix from vp10 files by Jingning Han · 10 years ago[Renamed (99%) from vp10/common/vp9_loopfilter.c]
  72. 3ee6db6 Fork VP9 and VP10 codebase by Jingning Han · 10 years ago