[go: up one dir, main page]

  1. 4c1801b fix Arm/SVE2 build w/--enable-realtime-only by James Zern · 5 hours ago main
  2. 8b09ebd Fix to issue with tile_rows by Marco Paniconi · 30 hours ago
  3. 6f23d1f Add SVE2 implementation of vpx_highbd_convolve12_horiz by Alex Davicenko · 2 days ago
  4. 0ca467e Fix transpose_concat_s16_4x4 result assignment bug by Alex Davicenko · 2 days ago
  5. 84a3c9d Fix left-shift overflow in mem_neon.h by David Benjamin · 5 days ago
  6. 6b7044b Move vpx_tbl2x*_s16 to neon_sve2 bridge header by Alex Davicenko · 8 days ago
  7. 88a1469 Remove duplicate Neon transpose_concat* helpers by Alex Davicenko · 8 days ago
  8. f32182f configure: Fix x86 SIMD flags detection w/Apple cross-compile by Yongseok Jeon · 2 weeks ago
  9. 2220672 Do not truncate long options in arg_show_usage() by Wan-Teh Chang · 3 weeks ago
  10. d18c34c vp9: Fix integer overflow in vp9_rc_regulate_q by Marco Paniconi · 3 weeks ago
  11. bee2c31 vp9: Add test to repro issue: 442105459 by Marco Paniconi · 4 weeks ago
  12. 30eb965 Guard installation of static-only library by Michał Janiszewski · 4 weeks ago
  13. 92cd6ff vp9_spatial_svc_encoder.c: remove use of vp9_encoder.h by James Zern · 4 weeks ago
  14. cfc53b8 iosbuild.sh: remove 32-bit targets by James Zern · 4 weeks ago
  15. 72f9f47 configure.sh: add missing ']' by James Zern · 4 weeks ago
  16. 81afb68 Add Neon implementation of vpx_highbd_convolve12 by Alex Davicenko · 5 weeks ago
  17. 69d6c37 Add Neon implementation of vpx_highbd_convolve12_vert by Alex Davicenko · 5 weeks ago
  18. 79df8ad Add Neon implementation of vpx_highbd_convolve12_horiz by Alex Davicenko · 5 weeks ago
  19. 63e918e Android.mk: correct include path in comments by James Zern · 5 weeks ago
  20. 84e8b23 vp9_receive_raw_frame: move error checks up by James Zern · 6 weeks ago
  21. 1e81f10 encode_api_test: fix EncodeAPI.Buganizer441668134 by James Zern · 6 weeks ago
  22. 7e6a326 DISABLED_Buganizer441668134 by Lin Zheng · 6 weeks ago
  23. 52cc656 vpx/*.h,cosmetics: fix a few typos by James Zern · 7 weeks ago
  24. 8d00aca vpx_image: add allocation guidance for vpx_img_wrap by James Zern · 7 weeks ago
  25. bbd70fe vpx_image: Fix comments about storage for the image by James Zern · 7 weeks ago
  26. ba9dad1 Fix to buffer overflow in vp9_pack_bitstream by Marco Paniconi · 7 weeks ago
  27. 7044671 calc_pframe_target_size: remove some dead code by James Zern · 7 weeks ago
  28. cfa0a9e vp9-svc: Pass the spatial_layer_id to the psnr by Marco Paniconi · 7 weeks ago
  29. b122dc0 Undo the ABI version change from 4040505 by Marco Paniconi · 8 weeks ago
  30. 4040505 vp9-svc: Allow for per-spatial-layer psnr packet by Marco Paniconi · 8 weeks ago
  31. 0c14a5f vp9-svc: Add --psnr to command line for vp9_spatial_svc_encoder by Marco Paniconi · 9 weeks ago
  32. 9272c3e Allow for generate psnr packet for SVC by Marco Paniconi · 9 weeks ago
  33. fa1f9af test/**.cc: use using instead of typedef by James Zern · 9 weeks ago
  34. ad204a2 vp9: Fix and test case for partitioning assert issue by Marco Paniconi · 9 weeks ago
  35. 40561f5 vp9/encoder: remove SOURCE_VAR_BASED_PARTITION by James Zern · 2 months ago
  36. fdf1db6 Implement pthread_mutex_t using SRWLOCK on Windows by Wan-Teh Chang · 3 months ago
  37. fed80e2 Remove unused vp9_update_compressor_with_img_fmt() by Wan-Teh Chang · 3 months ago
  38. 5566062 Remove spinning before calling pthread_mutex_lock by Wan-Teh Chang · 3 months ago
  39. 3789524 Allow per-frame calculation of PSNR by Philipp Hancke · 3 months ago
  40. a985e5e vp8_datarate_test: reset `denoiser_on_` in ResetModel by James Zern · 3 months ago
  41. fac40d2 apply clang-format-19 by clang-format · 3 months ago
  42. 19c4082 vp8: Reset cpi->ref_framerate for very low framerate by Marco Paniconi · 3 months ago
  43. ae32a47 rtc: Relax the max_qp setting on scene change for lower reslon by Marco Paniconi · 4 months ago
  44. 337f4bd Fix to division by zero crash in vpxenc by Marco Paniconi · 4 months ago
  45. 686bf6f Require C++17 by Wan-Teh Chang · 4 months ago
  46. fc79278 Merge tag 'v1.15.2' into merge-wigeon-2 by Jerome Jiang · 5 months ago
  47. 11aaa6d Replace VPXMIN+VPXMAX combos with clamp or fclamp by James Zern · 5 months ago
  48. 69396c5 Fix ClangTidy warning by Lin Zheng · 5 months ago
  49. d168454 Add changelog and update version for v1.15.2 by Jerome Jiang · 5 months ago wigeon v1.15.2 v1.15.2-rc1
  50. 865eaf6 vpx_codec_enc_init_multi: fix double free on init failure by James Zern · 5 months ago
  51. b84ca9b vp9: Check for invalid parameter for color space SRGB by Marco Paniconi · 5 months ago
  52. 37c2802 Add mr_free_mem_loc enc func to vpx_codec_iface_t by Wan-Teh Chang · 6 months ago
  53. e922e89 vp8_get_compressed_data: remove unused timer by James Zern · 6 months ago
  54. c2eada3 fix doxygen '\brief' syntax by James Zern · 6 months ago
  55. d29fa2f Fix comments for encoder and multi-encoder init by Wan-Teh Chang · 6 months ago
  56. 6bb2886 Replace memcpy() calls with struct assignments by Wan-Teh Chang · 6 months ago
  57. 1c75878 vpx_codec_enc_init_multi: fix double free on init failure by James Zern · 6 months ago
  58. b32e98f Check on fscanf in read_mask of vpx_temporal_svc_encoder by Marco Paniconi · 6 months ago
  59. 0874d08 Fix to tiny_ssim integer overflow by Marco Paniconi · 6 months ago
  60. 3f7bf83 Fix to mask procesing in vpx_temporal_svc_encoder by Marco Paniconi · 6 months ago
  61. ff1d193 Refactor x86_simd_caps by Jerome Jiang · 6 months ago
  62. 1c9202e Fix comment for avx512 detection by Jerome Jiang · 6 months ago
  63. 748eb83 tools.mk: Expose tiny_ssim.SRCS as tiny_ssim_srcs.txt by Hang Nguyen · 6 months ago
  64. a205704 Remove CONFIG_RATE_CTRL by Cheng Chen · 7 months ago
  65. 0ab8891 Merge tag 'v1.15.1' into main by Jerome Jiang · 7 months ago
  66. 7354f18 Change -march=armv9-a+sve2 to armv9-a+i8mm+sve2 by Wan-Teh Chang · 7 months ago
  67. d1186e5 Remove simple encode by Cheng Chen · 7 months ago
  68. 027bbee vp9: fix to tsan race for external resize by Marco Paniconi · 7 months ago
  69. 349820a vp[89]_encoder: move timers behind CONFIG_INTERNAL_STATS by James Zern · 7 months ago
  70. 7e78c71 examples.mk: Expose vpxdec.SRCS as vpxdec_srcs.txt by Hang Nguyen · 7 months ago
  71. b2a9197 Fix test VP8/9 encoder CTS failure by Feng, Feifei · 7 months ago
  72. 95afae3 rtc-vp9: Relax the max_qp setting on scene changes. by Marco Paniconi · 8 months ago
  73. fd7f378 AVX512 implementation of SAD64 by zuxy · 8 months ago
  74. 9514ab6 svc: Fix the force keyframe condition in encoder_set_config by Marco Paniconi · 8 months ago
  75. f8e4fc1 vp9-svc: Fix to reset in cyclic refresh for svc by Marco Paniconi · 8 months ago
  76. 8ff2d2e rtcd: fix unstable application of --require- by Jeremy Dorfman · 8 months ago
  77. 2bfb9f9 vp9: Fixes to allow for external resize with SVC by Marco Paniconi · 9 months ago
  78. 7b3fa81 Clean up stale TODO for RC by Jerome Jiang · 9 months ago
  79. ea8fdb7 vp9,set_encoder_config: rm VBR rc buf size override by James Zern · 9 months ago
  80. 05fb205 Update simple encode by Cheng Chen · 9 months ago
  81. c358ac4 README: clarify yasm note by James Zern · 9 months ago
  82. 95c4bf0 Update third_party/libwebm to commit b4f01ea by Wan-Teh Chang · 9 months ago
  83. 94a8a21 Check if uint64_t may possibly be > SIZE_MAX by Wan-Teh Chang · 9 months ago
  84. d699ef4 README: add NASM to list of prereqs by James Zern · 9 months ago
  85. f0e4bff Bump VPX_EXT_RATECTRL_ABI_VERSION by Jerome Jiang · 9 months ago
  86. 39e8b9d Bump VPX_EXT_RATECTRL_ABI_VERSION by Jerome Jiang · 10 months ago v1.15.1 v1.15.1-rc1
  87. 2f1ad02 Add changelog for v1.15.1 release by Jerome Jiang · 10 months ago
  88. 7a65480 fix aarch64 realtime-only build by James Zern · 10 months ago
  89. dbd0d11 Add Neon I8MM implementation of vpx_convolve12 by Jonathan Wright · 10 months ago
  90. bc04738 Add Neon I8MM implementation of vpx_convolve12_vert by Jonathan Wright · 10 months ago
  91. dd7f9e9 Add Neon I8MM implementation of vpx_convolve12_horiz by Jonathan Wright · 10 months ago
  92. 83d3411 Add Neon DotProd implementation of vpx_convolve12 by Jonathan Wright · 10 months ago
  93. 5da9ab1 Add Neon DotProd implementation of vpx_convolve12_vert by Jonathan Wright · 10 months ago
  94. 242ac58 Add Neon DotProd implementation of vpx_convolve12_horiz by Jonathan Wright · 10 months ago
  95. a8d3750 Add Neon implementation of vpx_convolve12 by Jonathan Wright · 10 months ago
  96. 63ced40 Add Neon implementation of vpx_convolve12_horiz by Jonathan Wright · 10 months ago
  97. d9e04ad Add Neon implementation of vpx_convolve12_vert by Jonathan Wright · 10 months ago
  98. ad06958 Remove unnecessary vpx_convolve12_copy* by Jonathan Wright · 10 months ago
  99. 59e1714 Refactor 12-tap subpel filter function names by Jonathan Wright · 10 months ago
  100. 69da847 Bump up version major by Jerome Jiang · 10 months ago