1. 09c83a5 Refactor:rename functions to avoid double negation by Cheng Chen · 7 years ago
  2. 44702c8 cmake: generate rtcd headers in config subdir. by Tom Finegan · 7 years ago
  3. 60e653d cmake: Output aom_config in config sub dir. by Tom Finegan · 7 years ago
  4. 1cd2825 get_down2_length: Remove incorrect assert. by Urvang Joshi · 7 years ago
  5. f81d77b Fix possible infinite loop in get_down2_steps(). by Urvang Joshi · 7 years ago
  6. 3cab623 Remove CONFIG_LOOPFILTERING_ACROSS_TILES by Yaowu Xu · 7 years ago
  7. 1203acf Refactor copying of buffer config. by Urvang Joshi · 7 years ago
  8. f2312b1 Make av1_superres_upscale copy all required params by Imdad Sardharwalla · 7 years ago
  9. 3a4959f Remove CONFIG_HORZONLY_FRAME_SUPERRES config flag by Debargha Mukherjee · 7 years ago
  10. b18f0e0 av1_superres_unscaled: Make it more accurate. by Urvang Joshi · 7 years ago
  11. 3db3f80 [superres, bugfix] Allow upscale to use all decoded pixels by David Barker · 7 years ago
  12. af8e264 Don't calculate chroma data in monochrome mode by Imdad Sardharwalla · 7 years ago
  13. 454697c SIMD implementation of horz superres by Imdad Sardharwalla · 7 years ago
  14. 1fee28b Harmonize superres + loop-restoration + lf-across-tiles by David Barker · 7 years ago
  15. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  16. 94ad370 Merge FRAME_SUPERRES into HORZONLY_FRAME_SUPERRES. by Urvang Joshi · 7 years ago
  17. 76c7800 Allow horzonly superres and striped loop restoration by Rupert Swarbrick · 7 years ago
  18. 7f8f1a9 Further cleanups of superres resize library by Debargha Mukherjee · 7 years ago
  19. 9713744 Move superres 1D convolve functions to convolve.c by Debargha Mukherjee · 7 years ago
  20. d365d3c Move and rename some macros for resize/upscale by Debargha Mukherjee · 7 years ago
  21. 138af6e Misc. fixes/cleanups in superres upscaling by Debargha Mukherjee · 7 years ago
  22. 0aa2eb2 Fix some formatting errors in resize.c by Debargha Mukherjee · 7 years ago
  23. 1e17d2a Implement 1D upscaler differently by Debargha Mukherjee · 7 years ago
  24. 26e0a69 Superres + loop restoration: Use 6 taps. by Urvang Joshi · 7 years ago
  25. 861f980 Refactor upscaling lib for horz superres support by Debargha Mukherjee · 7 years ago
  26. 69fde2e horzonly-frame-superres: Apply to superres only. by Urvang Joshi · 7 years ago
  27. 3d8bcb2 Make horzonly-frame-superres a config flag. by Urvang Joshi · 7 years ago
  28. e58b564 Add a macro SCALE_HORIZONTAL_ONLY. by Urvang Joshi · 7 years ago
  29. de71d14 FRAME_SUPERRES: Rework to use scale factor of 8/D by Urvang Joshi · 7 years ago
  30. b66894a Upscale frame correctly in foreach_rtile_in_tile by Rupert Swarbrick · 7 years ago
  31. 6ec3d6e Change 4-tap filter to be smoother by Debargha Mukherjee · 8 years ago
  32. 3897e2d Simple upscaler w/ frame superres + loop-rest by Debargha Mukherjee · 8 years ago
  33. 505f006 Fix frame scaling prediction by Fergus Simpson · 8 years ago
  34. 65b80fd Increase prec of resize library, correct offsets by Debargha Mukherjee · 8 years ago
  35. bfbf6a5 Unify resize and superres denominator constants by Fergus Simpson · 8 years ago
  36. 29e40a6 Unify and clean up resize arguments by Debargha Mukherjee · 8 years ago
  37. 2676235 Replace '#ifdef CONFIG_...' with '#if CONFIG_...' by David Barker · 8 years ago
  38. d2bcbb5 frame_superres: Post encode/decode upscaling by Fergus Simpson · 8 years ago
  39. 056732f resize-refactor: Check pixel dim instead of mb dim by Fergus Simpson · 8 years ago
  40. 090bb60 frame_superres: Move av1_scale_if_requrired to common by Fergus Simpson · 8 years ago
  41. 92400ab Enable build support for high-bitdepth by default by Sebastien Alaiwan · 8 years ago
  42. e4ba6aa Reduce variable scope by Sebastien Alaiwan · 8 years ago
  43. 0b95a6e Use AOMMAX and AOMMIN by Sebastien Alaiwan · 8 years ago
  44. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  45. d056500 frame-superres: Move resize from encoder to common by Fergus Simpson · 8 years ago[Renamed (99%) from av1/encoder/resize.c]
  46. 64d7ef6 Fix Wundef warnings inside the codec by Alex Converse · 8 years ago
  47. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  48. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  49. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (99%) from vp10/encoder/resize.c]
  50. d9f9a34 vp10/encoder: apply clang-format by clang-format · 9 years ago
  51. 4aac819 Fix some static analysis issues with resize by Debargha Mukherjee · 9 years ago
  52. 345489c vp10/resize: add missing alloc checks by James Zern · 9 years ago
  53. 088b05f Use sizeof(variable) instead of sizeof(type) by hui su · 10 years ago
  54. 54d66ef Remove vp9_ prefix from vp10 files by Jingning Han · 10 years ago[Renamed (99%) from vp10/encoder/vp9_resize.c]
  55. 3ee6db6 Fork VP9 and VP10 codebase by Jingning Han · 10 years ago