1. 1330dfd Refactoring/simplification of buffers used for sgr by Debargha Mukherjee · 8 years ago
  2. e168a78 Reduce/Eliminate line buffer for loop-restoration. by Debargha Mukherjee · 8 years ago
  3. 22bbe4c Reduce line buffer size for Wiener filter. by Debargha Mukherjee · 8 years ago
  4. 7380b25 Round up subsampled frame size in av1_loop_restoration_corners_in_sb by Rupert Swarbrick · 8 years ago
  5. 7a5587a Make loop-restoration use 64x64 processing units by Debargha Mukherjee · 8 years ago
  6. 6c54521 Move loop restoration coefficients to within the frame by Rupert Swarbrick · 8 years ago
  7. 76be32d Use only up to 5x5 windows for sgr in loop-rest. by Debargha Mukherjee · 8 years ago
  8. 9cd57cf Make loop-restoration compatible w/ frame_superres by Fergus Simpson · 8 years ago
  9. 2dd982e Make loop-restoration compatible w/ frame_superres by Debargha Mukherjee · 8 years ago
  10. 28d15c7 Experimental high precision convolve for Wiener by Debargha Mukherjee · 8 years ago
  11. 0c45941 Revert "highpass_filter: Refactor the highbd and lowbd versions." by Urvang Joshi · 8 years ago
  12. c92c6e9 highpass_filter: Refactor the highbd and lowbd versions. by Urvang Joshi · 8 years ago
  13. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  14. eed824e Vectorize new highpass filter for loop-restoration by David Barker · 8 years ago
  15. b7bb097 Replace one self guided filter with highpass by Debargha Mukherjee · 8 years ago
  16. 4d2af5d Add SSE4.1 highbitdepth self-guided filter by David Barker · 8 years ago
  17. 4bfd72e Clean up unused code in loop-restoration by Debargha Mukherjee · 8 years ago
  18. 1008c1e Add restoration tilesize to frame header by Debargha Mukherjee · 8 years ago
  19. 506eb72 Make encoder use vectorized self-guided filter by David Barker · 8 years ago
  20. cff43bb Fix a bug in the C selfguided filter by David Barker · 8 years ago
  21. 1511ea1 loop_restoration: Prevent some wild memory access by Alex Converse · 8 years ago
  22. ce110cc Vectorize self-guided filter by David Barker · 8 years ago
  23. 7dcd7f5 Remove double rounding in selfguided filter by David Barker · 8 years ago
  24. 7f094f1 Remove aom_realloc() by Alex Converse · 8 years ago
  25. 232e384 loop_restoration: Cleanup allocations by Alex Converse · 8 years ago
  26. 9198d13 Rearrange self-guided filter for vectorization by David Barker · 8 years ago
  27. 4be1262 Replace division in self-guided filter by Debargha Mukherjee · 8 years ago
  28. b3c43bc Add a macro to control use of domain txfm filter by Debargha Mukherjee · 8 years ago
  29. befcc42 Fix segfault with loop-restoration on x86. by David Barker · 8 years ago
  30. 1a0ae84 Fix OneByOneVideoTest for loop-restoration by Debargha Mukherjee · 8 years ago
  31. 0b04e9b Bring highbd loop restoration filters in line with lowbd ones by David Barker · 8 years ago
  32. 1e8e6b9 Miscellaneous cleaning up for loop-restoration by David Barker · 8 years ago
  33. 60a055b Fix compile errors with loop-restoration + highbd by David Barker · 8 years ago
  34. 8a70919 Expand the parameter set for sgrproj restoration by Debargha Mukherjee · 8 years ago
  35. 994ccd7 Add tiled version of UV wiener restoration by Debargha Mukherjee · 8 years ago
  36. d748914 Refactor UV restoration to use same tilesize as Y by Debargha Mukherjee · 8 years ago
  37. 33f3bfd Optimize Wiener filter selection by David Barker · 8 years ago
  38. 6928a5d Various loop-restoration optimizations by David Barker · 8 years ago
  39. a43a2d9 Add UV wiener loop restoration by Debargha Mukherjee · 8 years ago
  40. 3a0df18 Simplify buffer management for self-guided restoration filter by David Barker · 8 years ago
  41. be6cc07 Add new convolve variant for loop-restoration by David Barker · 8 years ago
  42. 136cfe4 Remove copy_border from loop restoration filters by David Barker · 8 years ago
  43. 519dbcf Further optimizations of loop restoration by Debargha Mukherjee · 8 years ago
  44. 999d2f6 More cleanups / fixes on loop-restoration buffers by Debargha Mukherjee · 8 years ago
  45. 874d36d Misc cleanups and enhancements on loop restoration by Debargha Mukherjee · 8 years ago
  46. bf1d62d Move large buffers from stack to heap by Yaowu Xu · 8 years ago
  47. 025b254 Change Wiener filter in loop-restoration by David Barker · 8 years ago
  48. 9666e75 Remove feedback between tiles in loop-restoration by David Barker · 8 years ago
  49. 818e42a Disable filtering for Cb and Cr components by Debargha Mukherjee · 8 years ago
  50. 0e67b25 Replace bilateral filter with domain transform RF by Debargha Mukherjee · 8 years ago
  51. 1ee98b6 Modify boxnum to fix degenerate size videos by Debargha Mukherjee · 8 years ago
  52. 3981be9 Add domain transform recursive filter by Debargha Mukherjee · 8 years ago
  53. e166e25 Fix a crash due to a large stack allocation by Debargha Mukherjee · 8 years ago
  54. aa229d6 Add missing initialization for highbd Wiener by Debargha Mukherjee · 8 years ago
  55. 8f209a8 Add guided projection filter to loop restoration by Debargha Mukherjee · 8 years ago
  56. c57924c Fix bilateral filter asan error for highbitdepth by Debargha Mukherjee · 8 years ago
  57. 1a16a98 Fix an integer overflow issue in restoration by Debargha Mukherjee · 8 years ago
  58. 671f2bd Rename AOM_ENC/DEC_BORDER_IN_PIXELS by Yaowu Xu · 9 years ago
  59. 5d89a63 Misc. refactoring of loop restoration by Debargha Mukherjee · 9 years ago
  60. bda8d61 apply clang-format after 5cd2ab9 by clang-format · 9 years ago
  61. 4c80804 Merge "Enable tile-adaptive restoration" into nextgenv2 by Debargha Mukherjee · 9 years ago
  62. 5cd2ab9 Enable tile-adaptive restoration by Debargha Mukherjee · 9 years ago
  63. 67948d3 apply clang-format by clang-format · 9 years ago
  64. 035c5f3 Parameter adjustments to loop restoration by Debargha Mukherjee · 9 years ago
  65. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  66. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  67. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (99%) from vp10/common/restoration.c]
  68. e40e6e5 Tiling in loop restoration + cosmetics by Aamir Anis · 9 years ago
  69. 7feae8e vp10/common: apply clang-format by clang-format · 9 years ago
  70. d4c4724 Cherry pick renaming changes from AOMedia branch by Yaowu Xu · 9 years ago
  71. 8b0a5b8 Adding loop wiener restoration by Debargha Mukherjee · 9 years ago
  72. 4d90ae4 Fixed warnings of unused functions by Yaowu Xu · 9 years ago
  73. f0a4485 Refactor to separate restoration from loop filter by Debargha Mukherjee · 9 years ago