1. 08ad7e4 Correctly initialize "ones" value in neon quantize by Johann · 10 years ago
  2. 6eec73a Remove asm offset dependencies by Johann · 11 years ago
  3. c4b3625 Merge "Remove pair quantization" by Johann · 10 years ago
  4. 412eaaf Merge "vp8 quantization -> intrinsics" by Johann · 10 years ago
  5. b495723 Avoid divide-by-zero in vp8 initialization by Johann · 10 years ago
  6. 2134eb2 Remove pair quantization by Johann · 10 years ago
  7. 7ae75c3 vp8 quantization -> intrinsics by Johann · 10 years ago
  8. fe2fd37 vp8: Updates to noise level estimate. by Marco · 10 years ago
  9. 897500b Merge "vp9_denoiser_sse2.c: improve code style." by JackyChen · 10 years ago
  10. 5cba651 vp9_denoiser_sse2.c: improve code style. by JackyChen · 11 years ago
  11. d166be6 vp8: Update to computation of noise level. by Marco · 10 years ago
  12. 6f77bff Updates to aggressive denoising mode. by Marco · 11 years ago
  13. a349ee3 Resolves some lint errors by Deb Mukherjee · 11 years ago
  14. 3b789d3 vp8: Suppress denoising with respect to old reference frames. by Marco · 11 years ago
  15. 587ff64 Fix build failure with Android NDK by Johann · 11 years ago
  16. d174f27 Merge "Clarify GCC version check" by Johann · 11 years ago
  17. f6be2f3 Clarify GCC version check by Johann · 11 years ago
  18. e616504 Fix IOCs by Yaowu Xu · 11 years ago
  19. 06fce6b vp8: Update to the adaptive denoising mode. by Marco · 11 years ago
  20. 6d44dad Merge "vp8: common: postproc: fix signed overflow of statement of (X +c) >= X when '-Werror=strict-overflow' is set." by Johann · 11 years ago
  21. 1220b49 arm: Fix building vp8_mse16x16_neon.c with MSVC by Scott LaVarnway · 11 years ago
  22. 8caba85 Merge "vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER' bit to vpx_ports/mem.h. fix compiling warning." by Johann · 11 years ago
  23. fe2cc87 VP8 encoder for ARMv8 by using NEON intrinsics 1 by Scott LaVarnway · 11 years ago
  24. 0ae866b vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER' bit to vpx_ports/mem.h. by Jia Jia · 11 years ago
  25. f265dde vp8: common: postproc: fix signed overflow of statement of (X +c) >= X when '-Werror=strict-overflow' is set. by Jia Jia · 11 years ago
  26. 4bfdc33 Merge "Remove unused vp8_strict_quantize" by Johann · 11 years ago
  27. ad4edc0 Merge "Remove unused vp8 quantize functions" by Johann · 11 years ago
  28. f1f7bcd Remove unused vp8_strict_quantize by Johann · 11 years ago
  29. 47380c3 Fix the bug which made VP8 denoiser not bit-exact between C code and SSE code. by JackyChen · 11 years ago
  30. 619951a Merge "vp8: Updates for adaptive denoiser mode." by Marco · 11 years ago
  31. 0c7a992 vp8: Updates for adaptive denoiser mode. by Marco · 11 years ago
  32. 23bed46 Move vp8_variance_halfpixvar16x16_*_neon definitions by Johann · 11 years ago
  33. 395f2e8 vp8 encoder: remove vp8_yv12_copy_partial_frame_neon by Jia Jia · 11 years ago
  34. c97f5e8 vp8 common: change 'HAVE_NEON_ASM' to 'HAVE_NEON' for compiling functions of NEON intrinsics. by Jia Jia · 11 years ago
  35. 35fadf1 bilinearpredict_neon: fix type conversion warnings by James Zern · 11 years ago
  36. 91998e6 Removing sz member from vpx_codec_priv. by Dmitry Kovalev · 11 years ago
  37. f61e00c Merge "arm: Fix building vp8_subpixelvariance_neon.c with MSVC" by James Zern · 11 years ago
  38. ec94967 Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 10"" by Scott LaVarnway · 11 years ago
  39. a51704d vp8 common: change 'HAVE_NEON_ASM' to 'HAVE_NEON' for compiling idct_blk_neon.c. by Jia Jia · 11 years ago
  40. 0002da3 arm: Fix building vp8_subpixelvariance_neon.c with MSVC by Martin Storsjo · 11 years ago
  41. 3820f56 Merge "Consistent allocation of vpx_codec_alg_priv_t." by Dmitry Kovalev · 11 years ago
  42. 01d9023 Merge "Make process_denoise_mode_change function cond-compiled." by Marco · 11 years ago
  43. dcbfacb Neon version of vp8_build_intra_predictors_mby_s() and by Scott LaVarnway · 11 years ago
  44. 9293d26 VP8 for ARMv8 by using NEON intrinsics 17 by Scott LaVarnway · 11 years ago
  45. 5b788c0 Merge "Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 06" This reverts commit 81ad047ee57ecb0e2c1ee4dcebda54a44ea54ae9. Revert "VP8 for ARMv8 by using NEON intrinsics 15" This reverts commit 727af7cebe3698b8493ba6c1360b0a6606c310fb."" by Johann · 11 years ago
  46. 842454d Make process_denoise_mode_change function cond-compiled. by Marco · 11 years ago
  47. b08fab8 Consistent allocation of vpx_codec_alg_priv_t. by Dmitry Kovalev · 11 years ago
  48. a4ef1a0 Merge "Adds config opt for highbitdepth + misc. vpx" by Deb Mukherjee · 11 years ago
  49. 5acfafb Adds config opt for highbitdepth + misc. vpx by Deb Mukherjee · 11 years ago
  50. 6b649a0 Merge "Updates to adaptive/aggressive denoiser mode." by Marco · 11 years ago
  51. 54575d6 Updates to adaptive/aggressive denoiser mode. by Marco · 11 years ago
  52. 4d10506 Merge "Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 08""" by Johann · 11 years ago
  53. 652ef29 Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 08"" by Scott LaVarnway · 11 years ago
  54. 73edeb0 Removing alg_priv from vpx_codec_priv struct. by Dmitry Kovalev · 11 years ago
  55. f010b77 vp8 fix: deallocate denoiser->yv12_last_source by Marco · 11 years ago
  56. 7982b27 Merge "Removing extraconfig_map from vp8_cx_iface.c." by Dmitry Kovalev · 11 years ago
  57. f9fb3b8 Replacing 'struct vpx_fixed_buf' with 'vpx_fixed_buf_t’. by Dmitry Kovalev · 11 years ago
  58. 48274c6 Removing extraconfig_map from vp8_cx_iface.c. by Dmitry Kovalev · 11 years ago
  59. eafa712 Merge "Replacing NOT_IMPLMENTED with NULL." by Dmitry Kovalev · 11 years ago
  60. da63d29 Merge "VP8 encoder for ARMv8 by using NEON intrinsics 6" by Johann · 11 years ago
  61. cd6d984 Replacing NOT_IMPLMENTED with NULL. by Dmitry Kovalev · 11 years ago
  62. f2e6523 Removing iface pointer from vpx_codec_priv. by Dmitry Kovalev · 11 years ago
  63. a19035e Merge "VP8 encoder for ARMv8 by using NEON intrinsics 3" by Johann · 11 years ago
  64. 6642efa Merge "VP8 encoder for ARMv8 by using NEON intrinsics 2" by Johann · 11 years ago
  65. 4eb8a85 Merge "Fixes to adaptive denoiser mode." by Marco · 11 years ago
  66. d2274ed Bugfix for vp8 aggressive denoiser mode. by Marco · 11 years ago
  67. aa88e32 Fixes to adaptive denoiser mode. by Marco · 11 years ago
  68. 911e96a Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 06" This reverts commit 81ad047ee57ecb0e2c1ee4dcebda54a44ea54ae9. Revert "VP8 for ARMv8 by using NEON intrinsics 15" This reverts commit 727af7cebe3698b8493ba6c1360b0a6606c310fb." by Johann · 11 years ago
  69. eed005b VP8 encoder for ARMv8 by using NEON intrinsics 6 by James Yu · 11 years ago
  70. 6d6fdd9 VP8 encoder for ARMv8 by using NEON intrinsics 3 by James Yu · 11 years ago
  71. 8013aaa VP8 encoder for ARMv8 by using NEON intrinsics 2 by Scott LaVarnway · 11 years ago
  72. 8609048 vp8: Add check on noise_sensitivity/denoiser on. by Marco · 11 years ago
  73. 69dc876 Set uv_crop_height/width in all the places by Johann · 11 years ago
  74. 715bab6 Merge "Add an adaptive denoising mode." by Marco Paniconi · 11 years ago
  75. 8db245b Add an adaptive denoising mode. by Marco Paniconi · 11 years ago
  76. 21a0dad vp8: Modify to use closest reference in zero_mv bias. by Marco · 11 years ago
  77. c2c03f2 Remove unused vp8 quantize functions by Johann · 11 years ago
  78. 80b6c9c Merge "VP8D_GET_FRAME_CORRUPTED: check frame pointer" by James Zern · 11 years ago
  79. 7d9da93 VP8D_GET_FRAME_CORRUPTED: check frame pointer by James Zern · 11 years ago
  80. 1d9e2b5 Merge "remove unused fields from BOOL_CODER / vp9_writer" by James Zern · 11 years ago
  81. 136a022 [spatial svc]Remove CONFIG_SPATIAL_SVC for ss_enable_auto_alt_ref in vpx_codec_enc_cfg to fix heap-overflow issue in asan config by Minghai Shang · 11 years ago
  82. 354a2e6 vp8: Code cleanup for control of denoiser mode. by Marco Paniconi · 11 years ago
  83. 9a4cd41 Merge "Removing legacy XMA features from libvpx." by Dmitry Kovalev · 11 years ago
  84. 84ba62d vp8: for spatial resize, reallocate denoiser in vp8_allocate_comp. by Marco Paniconi · 11 years ago
  85. a95758c Merge "Make the api behavior conform to api spec." by Hangyu Kuang · 11 years ago
  86. 8450b41 vp8 bugfix: Reallocate denoiser when spatially resizing. by Marco Paniconi · 11 years ago
  87. 7050074 Make the api behavior conform to api spec. by Hangyu Kuang · 11 years ago
  88. 8c3886d remove unused fields from BOOL_CODER / vp9_writer by James Zern · 11 years ago
  89. a42b5c2 Removing legacy XMA features from libvpx. by Dmitry Kovalev · 11 years ago
  90. bd72aa7 Merge "Changes interface to avoid uninitialized warnings in vp9_cx_iface.c." by James Zern · 11 years ago
  91. 8a774e1 Changes interface to avoid uninitialized warnings in vp9_cx_iface.c. by Jim Bankoski · 11 years ago
  92. fbaa4b8 Fix to Visual Studio build error. by Marco Paniconi · 11 years ago
  93. 9180117 vp8: Add an aggressive denoising mode. by Marco Paniconi · 11 years ago
  94. 64db43d vp8: reduce refresh_max_mbs_perframe with fewer layers. by Marco Paniconi · 11 years ago
  95. 7788c62 Fix clang compiler warning in denoising_neon. by Marco Paniconi · 11 years ago
  96. a9b30b3 Merge "vp8: Set default denoiser_decision to copy for UV channel." by Marco Paniconi · 11 years ago
  97. f2f69dd Merge "[spatial svc]Use #if instead of #ifdef on macro CONFIG_SPATIAL_SVC" by Minghai Shang · 11 years ago
  98. aa2ba46 Merge "vp8 denoiser fix: Update denoised altref on key frame." by Marco Paniconi · 11 years ago
  99. daed770 vp8: Set default denoiser_decision to copy for UV channel. by Marco Paniconi · 11 years ago
  100. 24c9d6a [spatial svc]Use #if instead of #ifdef on macro CONFIG_SPATIAL_SVC by Minghai Shang · 11 years ago