1. 1a70994 Remove code for CONFIG_FAST_SGR=2 and cleanup by Debargha Mukherjee · 7 years ago
  2. d051e56 SSE4 and AVX2 implementations of updated FAST_SGR by Imdad Sardharwalla · 7 years ago
  3. f7d1ff4 Don't use extra lines for r=2 guided filter by Debargha Mukherjee · 7 years ago
  4. 5105f7a Merge in STRIPED_LOOP_RESTORATION flag by Debargha Mukherjee · 7 years ago
  5. fdaad4d Add an alt FAST_SGR that subsamples horizontally by Debargha Mukherjee · 7 years ago
  6. ed5e967 Add a config flag/code for fast sgr computation by Debargha Mukherjee · 7 years ago
  7. af8e264 Don't calculate chroma data in monochrome mode by Imdad Sardharwalla · 7 years ago
  8. b08544d Fix Valgrind warning in av1_pick_filter_restoration by Imdad Sardharwalla · 7 years ago
  9. 21f4307 loop-restoration: Only use upscaled height by David Barker · 7 years ago
  10. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  11. 7bb501d add new experiment loopfiltering_across_tiles_ext by Lei · 7 years ago
  12. 43e30f4 Replace aom_malloc with aom_memalign by Yaowu Xu · 7 years ago
  13. 1392786 Refactor to allow optimization in SGR code by Rupert Swarbrick · 7 years ago
  14. 625e50b Get rid of the highbd versions of the SGR code by Rupert Swarbrick · 7 years ago
  15. 7cf6096 Remove unused highpass filter from SGR code by Rupert Swarbrick · 7 years ago
  16. 9cf9e28 striped-loop-restoration: Use consistent frame height by David Barker · 7 years ago
  17. 35bcd51 Fix some loop-restoration valgrind errors by Debargha Mukherjee · 7 years ago
  18. 921b334 striped-loop-restoration: Respect tile experiments by Rupert Swarbrick · 7 years ago
  19. dee00eb Correct striped-loop-restoration with multiple tile rows by Rupert Swarbrick · 7 years ago
  20. cb493d8 Get rid of RestorationInfo::procunit_height and width by Rupert Swarbrick · 7 years ago
  21. bfbd8b3 Refactor search_selfguided_restoration by David Barker · 7 years ago
  22. 5b40136 Refactor border treatment in loop restoration by Rupert Swarbrick · 7 years ago
  23. bcb65fe Stop loop rest units from straddling tile boundaries by Rupert Swarbrick · 7 years ago
  24. 33ed9e6 Define av1_foreach_rest_unit_in_frame by Rupert Swarbrick · 7 years ago
  25. 1a96c3f Simplify the search in pickrst.c by Rupert Swarbrick · 7 years ago
  26. 2ec2a6f Make pickrst.c more efficient by Rupert Swarbrick · 7 years ago
  27. dd6f09a Expose av1_loop_restoration_filter_unit in restoration.h by Rupert Swarbrick · 7 years ago
  28. a3d4fe5 Enable switchable restoration for chroma by Debargha Mukherjee · 8 years ago
  29. d3d0615 General tidy-ups in loop restoration code by Rupert Swarbrick · 7 years ago
  30. 146a060 Remove partial_frame support from loop restoration by Rupert Swarbrick · 7 years ago
  31. f88bc04 Remove RestorationInternal from AV1_COMMON by Rupert Swarbrick · 7 years ago
  32. 64b8bbd Don't compute rtile width/height in av1_get_rest_ntiles by Rupert Swarbrick · 7 years ago
  33. bc732ef Use cdfs for loop-restoration types by Debargha Mukherjee · 7 years ago
  34. 69fde2e horzonly-frame-superres: Apply to superres only. by Urvang Joshi · 7 years ago
  35. 0c65e0a Consistently use int64_t for tile costs for lr by Debargha Mukherjee · 7 years ago
  36. de71d14 FRAME_SUPERRES: Rework to use scale factor of 8/D by Urvang Joshi · 7 years ago
  37. b66894a Upscale frame correctly in foreach_rtile_in_tile by Rupert Swarbrick · 7 years ago
  38. a1a1e36 Resolve some static analysis warnings by Debargha Mukherjee · 7 years ago
  39. c27f542 Fix for issue 844 by Dominic Symes · 7 years ago
  40. 1b4ccc2 Fix a bug in loop restoration switchable search by Debargha Mukherjee · 8 years ago
  41. 1e7f2d0 Add striped_loop_restoration experiment by Ola Hugosson · 8 years ago
  42. 5d2e729 Simplify av1_get_rest_tile_limits by Rupert Swarbrick · 8 years ago
  43. 1330dfd Refactoring/simplification of buffers used for sgr by Debargha Mukherjee · 8 years ago
  44. e168a78 Reduce/Eliminate line buffer for loop-restoration. by Debargha Mukherjee · 8 years ago
  45. 50c62ee Make force_restore_type static in pickrst.c. by Tom Finegan · 8 years ago
  46. 8af64ae Silence logical-op warnings in av1/encoder/pickrst.c by Tom Finegan · 8 years ago
  47. 22bbe4c Reduce line buffer size for Wiener filter. by Debargha Mukherjee · 8 years ago
  48. 069cc31 Silent compiler warning of unused variable by Yaowu Xu · 8 years ago
  49. 7a5587a Make loop-restoration use 64x64 processing units by Debargha Mukherjee · 8 years ago
  50. 1c8cdef Fix argument to finer_search_pixel_proj_error by Rupert Swarbrick · 8 years ago
  51. 32d150b Fix loop-restoration with 8-bit data on highbd path by Rupert Swarbrick · 8 years ago
  52. 09b5b16 Encode loop restoration coefficients per tile by Rupert Swarbrick · 8 years ago
  53. 1cb757c Adds the option to use 5x5 Wiener for chroma by Debargha Mukherjee · 8 years ago
  54. b23d00a Move mode costs that can be updated inside a frame to MACROBLOCK by Yue Chen · 8 years ago
  55. 6f0566e Fix some valgrind errors in loop-restoration by Debargha Mukherjee · 8 years ago
  56. 70006e4 Remove 'rddiv' member from various structs. by Urvang Joshi · 8 years ago
  57. 2dd982e Make loop-restoration compatible w/ frame_superres by Debargha Mukherjee · 8 years ago
  58. 749f5cd Add refinement search for sgrproj filter by Debargha Mukherjee · 8 years ago
  59. d48f573 Cleans ups and refactoring by Debargha Mukherjee · 8 years ago
  60. d23ceea Extend color restoration to support guided filters by Debargha Mukherjee · 8 years ago
  61. 0c18b2c Improve refinement search for Wiener filter by Debargha Mukherjee · 8 years ago
  62. e39e2ee Add finer search for wiener filter parameters by Debargha Mukherjee · 8 years ago
  63. 7ae7aea Redo / refactor affine and rot-zoom least squares by Debargha Mukherjee · 8 years ago
  64. cfc12f3 Differential coding of Wiener/Sgrproj parameters by Debargha Mukherjee · 8 years ago
  65. 865a6f2 Fix a bug in loop-restoration by Debargha Mukherjee · 8 years ago
  66. 041c67b Singularity handling in Gaussian elimination by Jingning Han · 8 years ago
  67. 6ae588f Reduce array sizes for Wiener update steps by Debargha Mukherjee · 8 years ago
  68. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  69. fdbe3f7 Allow both Wiener or sgrproj to be forced on by Debargha Mukherjee · 8 years ago
  70. 1b3dbf0 Add a macro to use only Wiener loop-restoration by Debargha Mukherjee · 8 years ago
  71. eed824e Vectorize new highpass filter for loop-restoration by David Barker · 8 years ago
  72. b7bb097 Replace one self guided filter with highpass by Debargha Mukherjee · 8 years ago
  73. 4d2af5d Add SSE4.1 highbitdepth self-guided filter by David Barker · 8 years ago
  74. 4bfd72e Clean up unused code in loop-restoration by Debargha Mukherjee · 8 years ago
  75. 1008c1e Add restoration tilesize to frame header by Debargha Mukherjee · 8 years ago
  76. 506eb72 Make encoder use vectorized self-guided filter by David Barker · 8 years ago
  77. ce110cc Vectorize self-guided filter by David Barker · 8 years ago
  78. 00c5433 Remove unnecessary filtering and buffer copies by Debargha Mukherjee · 8 years ago
  79. b3c43bc Add a macro to control use of domain txfm filter by Debargha Mukherjee · 8 years ago
  80. 17ce8b1 Remove file base name collisions. by Tom Finegan · 8 years ago
  81. 1e8e6b9 Miscellaneous cleaning up for loop-restoration by David Barker · 8 years ago
  82. 60a055b Fix compile errors with loop-restoration + highbd by David Barker · 8 years ago
  83. 994ccd7 Add tiled version of UV wiener restoration by Debargha Mukherjee · 8 years ago
  84. d748914 Refactor UV restoration to use same tilesize as Y by Debargha Mukherjee · 8 years ago
  85. 33f3bfd Optimize Wiener filter selection by David Barker · 8 years ago
  86. 09ad6d8 A mismatch fix in loop restoration by Debargha Mukherjee · 8 years ago
  87. a43a2d9 Add UV wiener loop restoration by Debargha Mukherjee · 8 years ago
  88. 3a0df18 Simplify buffer management for self-guided restoration filter by David Barker · 8 years ago
  89. 519dbcf Further optimizations of loop restoration by Debargha Mukherjee · 8 years ago
  90. 999d2f6 More cleanups / fixes on loop-restoration buffers by Debargha Mukherjee · 8 years ago
  91. 874d36d Misc cleanups and enhancements on loop restoration by Debargha Mukherjee · 8 years ago
  92. bf1d62d Move large buffers from stack to heap by Yaowu Xu · 8 years ago
  93. 9666e75 Remove feedback between tiles in loop-restoration by David Barker · 8 years ago
  94. 0e67b25 Replace bilateral filter with domain transform RF by Debargha Mukherjee · 8 years ago
  95. 3981be9 Add domain transform recursive filter by Debargha Mukherjee · 8 years ago
  96. bde4ac8 change to use AOMedia copyright notice by Yaowu Xu · 8 years ago
  97. 8f209a8 Add guided projection filter to loop restoration by Debargha Mukherjee · 8 years ago
  98. 368fbc9 Fix warnings reported by -Wshadow: Part2b: more from av1 directory by Urvang Joshi · 8 years ago
  99. 5d89a63 Misc. refactoring of loop restoration by Debargha Mukherjee · 9 years ago
  100. 5cd2ab9 Enable tile-adaptive restoration by Debargha Mukherjee · 9 years ago