1. cfa5fb4 Abstract error to AV1_PRIMARY and AV1Decoder by Tarundeep Singh · 3 years, 9 months ago
  2. 4243e62 Abstract seq_params to AV1_PRIMARY and AV1Decoder by Tarundeep Singh · 3 years, 9 months ago
  3. 055d1bb Allocate 8-bit buffer used in high-bd only for global motion by Chethan Kumar R E · 3 years, 11 months ago
  4. 708a34f Bugfix for encoder reported PSNR for superres. by Urvang Joshi · 4 years, 4 months ago
  5. afa7419 Add ssse3 optimization for general scaling. by Jerome Jiang · 4 years, 5 months ago
  6. c3505fb Correct an assertion by Yaowu Xu · 4 years, 7 months ago
  7. 3dddc32 Add 3/4 scaling Neon optimizations by Jerome Jiang · 4 years, 7 months ago
  8. c1b1126 Port 4:1 ssse3 optimizations by Jerome Jiang · 4 years, 7 months ago
  9. a2cc4b7 Add ssse3 optimization for 2:1 scaling by Jerome Jiang · 4 years, 7 months ago
  10. 790190e Add special C func to do 2 to 1 scale by Jerome Jiang · 4 years, 7 months ago
  11. 6237b88 Move more features from AV1_COMMON to FeatureFlags by Urvang Joshi · 4 years, 10 months ago
  12. 54ffae7 Refactor CommonTileParams from AV1_COMMON by Urvang Joshi · 4 years, 10 months ago
  13. ebba9c7 Exclude hbd functions in decoder and common. by Jerome Jiang · 5 years ago
  14. bb5c22e Move buffer_pool lock/unlock inside av1_superres_upscale by Harish Mahendrakar · 6 years ago
  15. 2ca790a resize.c: remove unnecessary __clang_analyzer__ checks by James Zern · 6 years ago
  16. ddb8060 De-duplicate references to current frame buffer by Jack Haughton · 6 years ago
  17. 81d087e Add upscale functions for floating point input by Sarah Parker · 6 years ago
  18. e3910fa Expose resize_plane functions by Sarah Parker · 6 years ago
  19. 0ce71ac Resize/Superres: clamp resized width/height to 16. by Urvang Joshi · 6 years ago
  20. d63e0af Dedup two identical filters. by Urvang Joshi · 6 years ago
  21. 20cf30e Move profile and color config to SequenceHeader. by Urvang Joshi · 7 years ago
  22. 09c83a5 Refactor:rename functions to avoid double negation by Cheng Chen · 7 years ago
  23. 44702c8 cmake: generate rtcd headers in config subdir. by Tom Finegan · 7 years ago
  24. 60e653d cmake: Output aom_config in config sub dir. by Tom Finegan · 7 years ago
  25. 1cd2825 get_down2_length: Remove incorrect assert. by Urvang Joshi · 7 years ago
  26. f81d77b Fix possible infinite loop in get_down2_steps(). by Urvang Joshi · 7 years ago
  27. 3cab623 Remove CONFIG_LOOPFILTERING_ACROSS_TILES by Yaowu Xu · 7 years ago
  28. 1203acf Refactor copying of buffer config. by Urvang Joshi · 7 years ago
  29. f2312b1 Make av1_superres_upscale copy all required params by Imdad Sardharwalla · 7 years ago
  30. 3a4959f Remove CONFIG_HORZONLY_FRAME_SUPERRES config flag by Debargha Mukherjee · 7 years ago
  31. b18f0e0 av1_superres_unscaled: Make it more accurate. by Urvang Joshi · 7 years ago
  32. 3db3f80 [superres, bugfix] Allow upscale to use all decoded pixels by David Barker · 7 years ago
  33. af8e264 Don't calculate chroma data in monochrome mode by Imdad Sardharwalla · 7 years ago
  34. 454697c SIMD implementation of horz superres by Imdad Sardharwalla · 7 years ago
  35. 1fee28b Harmonize superres + loop-restoration + lf-across-tiles by David Barker · 7 years ago
  36. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  37. 94ad370 Merge FRAME_SUPERRES into HORZONLY_FRAME_SUPERRES. by Urvang Joshi · 7 years ago
  38. 76c7800 Allow horzonly superres and striped loop restoration by Rupert Swarbrick · 7 years ago
  39. 7f8f1a9 Further cleanups of superres resize library by Debargha Mukherjee · 7 years ago
  40. 9713744 Move superres 1D convolve functions to convolve.c by Debargha Mukherjee · 7 years ago
  41. d365d3c Move and rename some macros for resize/upscale by Debargha Mukherjee · 7 years ago
  42. 138af6e Misc. fixes/cleanups in superres upscaling by Debargha Mukherjee · 7 years ago
  43. 0aa2eb2 Fix some formatting errors in resize.c by Debargha Mukherjee · 7 years ago
  44. 1e17d2a Implement 1D upscaler differently by Debargha Mukherjee · 7 years ago
  45. 26e0a69 Superres + loop restoration: Use 6 taps. by Urvang Joshi · 7 years ago
  46. 861f980 Refactor upscaling lib for horz superres support by Debargha Mukherjee · 7 years ago
  47. 69fde2e horzonly-frame-superres: Apply to superres only. by Urvang Joshi · 7 years ago
  48. 3d8bcb2 Make horzonly-frame-superres a config flag. by Urvang Joshi · 7 years ago
  49. e58b564 Add a macro SCALE_HORIZONTAL_ONLY. by Urvang Joshi · 7 years ago
  50. de71d14 FRAME_SUPERRES: Rework to use scale factor of 8/D by Urvang Joshi · 7 years ago
  51. b66894a Upscale frame correctly in foreach_rtile_in_tile by Rupert Swarbrick · 7 years ago
  52. 6ec3d6e Change 4-tap filter to be smoother by Debargha Mukherjee · 7 years ago
  53. 3897e2d Simple upscaler w/ frame superres + loop-rest by Debargha Mukherjee · 7 years ago
  54. 505f006 Fix frame scaling prediction by Fergus Simpson · 8 years ago
  55. 65b80fd Increase prec of resize library, correct offsets by Debargha Mukherjee · 8 years ago
  56. bfbf6a5 Unify resize and superres denominator constants by Fergus Simpson · 8 years ago
  57. 29e40a6 Unify and clean up resize arguments by Debargha Mukherjee · 8 years ago
  58. 2676235 Replace '#ifdef CONFIG_...' with '#if CONFIG_...' by David Barker · 8 years ago
  59. d2bcbb5 frame_superres: Post encode/decode upscaling by Fergus Simpson · 8 years ago
  60. 056732f resize-refactor: Check pixel dim instead of mb dim by Fergus Simpson · 8 years ago
  61. 090bb60 frame_superres: Move av1_scale_if_requrired to common by Fergus Simpson · 8 years ago
  62. 92400ab Enable build support for high-bitdepth by default by Sebastien Alaiwan · 8 years ago
  63. e4ba6aa Reduce variable scope by Sebastien Alaiwan · 8 years ago
  64. 0b95a6e Use AOMMAX and AOMMIN by Sebastien Alaiwan · 8 years ago
  65. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  66. d056500 frame-superres: Move resize from encoder to common by Fergus Simpson · 8 years ago[Renamed (99%) from av1/encoder/resize.c]
  67. 64d7ef6 Fix Wundef warnings inside the codec by Alex Converse · 8 years ago
  68. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 8 years ago
  69. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 8 years ago
  70. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 8 years ago[Renamed (99%) from vp10/encoder/resize.c]
  71. d9f9a34 vp10/encoder: apply clang-format by clang-format · 8 years ago
  72. 4aac819 Fix some static analysis issues with resize by Debargha Mukherjee · 9 years ago
  73. 345489c vp10/resize: add missing alloc checks by James Zern · 9 years ago
  74. 088b05f Use sizeof(variable) instead of sizeof(type) by hui su · 9 years ago
  75. 54d66ef Remove vp9_ prefix from vp10 files by Jingning Han · 9 years ago[Renamed (99%) from vp10/encoder/vp9_resize.c]
  76. 3ee6db6 Fork VP9 and VP10 codebase by Jingning Han · 9 years ago