1. d51fafc vpx_image,img_alloc_helper: verify vpx_img_fmt_t by James Zern · 3 days ago main
  2. 915643b vp[89] encoders: reject unequal UV strides by James Zern · 3 days ago
  3. 3894fcc vp9,encoder_encode: fix validate_img() check by James Zern · 3 days ago
  4. 42d5802 encode_api_test: add repro for b/488585490 by James Zern · 5 days ago
  5. e1dd149 y4minput: fix integer overflow in buffer size calculations by CodeByMoriarty · 9 days ago
  6. e7d2040 y4minput.c: Set alpha plane to NULL, stride to 0 by Wan-Teh Chang · 10 days ago
  7. 3068fa0 vp9-svc: validate spatial_layer_id by Marco Paniconi · 11 days ago
  8. 9a2d3d1 vp9_scale_references: fail if no free buffer is available by James Zern · 3 weeks ago
  9. ab5ec7a vp9_pick_inter_mode: fix buf offsets w/scaled refs by James Zern · 3 weeks ago
  10. 4fcebea yuv_video_source: fix stride/width check w/16bpp by James Zern · 3 weeks ago
  11. bb9e8fa yuv_video_source: fix reading files w/odd widths by James Zern · 3 weeks ago
  12. 6845d72 add support for msvc v145 / VS 2026 by Andrey Filipenkov · 4 weeks ago
  13. 30f3852 encode_api_test: disable OssFuzz471723682 by James Zern · 4 weeks ago
  14. 3ac9995 vpx_enc_fuzzer: condition max frames on deadline by James Zern · 4 weeks ago
  15. 73b417d Make direct calls to Neon variance paths in Neon subpel variance by Li Zhang · 4 weeks ago
  16. 3c8cd52 Add Armv8.4 Neon DotProd subpel variance paths by Li Zhang · 4 weeks ago
  17. 6837859 Remove Armv8.4 Neon DotProd 4x4 variance kernel by Li Zhang · 4 weeks ago
  18. db312f0 vp8,calc_pframe_target_size: fix integer overflow by James Zern · 4 weeks ago
  19. 3115db7 examples/*.c: fix incorrect die_codec() usage by James Zern · 4 weeks ago
  20. 1bb63ff **README.libvpx: add missing fields / sync w/libaom by James Zern · 5 weeks ago
  21. 66cbb01 vp8_decode_frame: improve header / partition 0 check by James Zern · 5 weeks ago
  22. eccfce5 rtcd.pl: use a fixed year for *rtcd.h Copyright by James Zern · 5 weeks ago
  23. ad17f61 vp8_decode_frame: validate partition 0 size by James Zern · 5 weeks ago
  24. dcf4253 vpx_enc_fuzzer: limit number of encoded frames by James Zern · 6 weeks ago
  25. a0ac06f Revert "Increase alignment for wider SIMD optimization" by James Zern · 6 weeks ago
  26. 11eb734 Revert "vpxdsp: [x86] AVX2 and AVX512 for tm intra predictor" by James Zern · 6 weeks ago
  27. 99e542a vpxdsp: [x86] small tweak to vpx_highbd_tm_predictor_4x4_sse2 by zuxy · 6 weeks ago
  28. 473c807 vpxdsp: [x86] AVX2 and AVX512 for tm intra predictor by zuxy · 6 weeks ago
  29. 27b08ed Increase alignment for wider SIMD optimization by zuxy · 6 weeks ago
  30. a56f868 vpx_enc_fuzzer: add missing break statements by James Zern · 6 weeks ago
  31. f84e792 Test for ioc: use more general rounding by Jerome Jiang · 6 weeks ago
  32. 80b0b05 builtin_assume range of token values by Florian Mayer · 7 weeks ago
  33. 0f5732b Test that tokens are within range by Florian Mayer · 7 weeks ago
  34. d4c26ba Also builtin_assume value of ctx_cur by Florian Mayer · 7 weeks ago
  35. 1801b96 cleanup: remove unnecessary copy of ctx by Florian Mayer · 7 weeks ago
  36. 53b5de7 Avoid ioc in intermediate step by Jingning Han · 7 weeks ago
  37. 75d62e8 builtin_assume energy values are within bounds by Florian Mayer · 7 weeks ago
  38. 0fe8cfa Add test for maximum value of vp9_pt_energy_class by Florian Mayer · 7 weeks ago
  39. e83e25f __builtin_assume that scan values are in range by Florian Mayer · 8 weeks ago
  40. c6144e1 configure: add --disable-x86-asm by James Zern · 8 weeks ago
  41. 754659a vpxdsp [x86]: AVX2 for 16x16 high bd d207 and d63 intra pred by zuxy · 8 weeks ago
  42. 952c4d8 vp8: fix use_dc_pred condition in mb_activity_measure by Marco Paniconi · 8 weeks ago
  43. 5de804c Add test that all scan values are <= MAX_SCAN_VALUE by Florian Mayer · 8 weeks ago
  44. d5f35ac write_superframe_index: return 0 if buffer is full by Wan-Teh Chang · 8 weeks ago
  45. f4ed22f highbd_variance64: use unsigned math w/sse calculation by James Zern · 8 weeks ago
  46. 0986335 vpxdsp: [x86] vpx_highbd_d207_predictor_32x32 for AVX2 and AVX512 by zuxy · 8 weeks ago
  47. 92be056 update_level_info: Declare `size` param as size_t by Wan-Teh Chang · 8 weeks ago
  48. 8786a5a Merge tag 'v1.16.0' by Jerome Jiang · 8 weeks ago
  49. 807c698 vp9_postproc: fix limits allocation size by James Zern · 9 weeks ago
  50. dea485b Fix size of token cache by Florian Mayer · 9 weeks ago
  51. 5af0083 vp9_ext_ratectrl_test: fix test w/CONFIG_VP9_DECODER=0 by James Zern · 9 weeks ago
  52. 4b77b98 Add "edx" to x86_readtsc()'s clobber list by zuxy · 9 weeks ago
  53. 7900df4 vpxdsp: [x86] vpx_highbd_d63_predictor_32x32 for AVX2 and AVX512 by zuxy · 9 weeks ago
  54. 9298695 vp9: Fix to heap overflow for postproc with resize by Marco Paniconi · 9 weeks ago
  55. 02ff212 fastssim.c: remove ';' from #define by James Zern · 9 weeks ago
  56. 6aa37df vpx_{encod,decod}er.h: clarify vpx_codec_*_init_ver comment by James Zern · 10 weeks ago
  57. f72b9f6 vp9: Fixes for CONFIG_REALTIME_ONLY by Marco Paniconi · 10 weeks ago
  58. 1a400b8 Revert "vp9: Fixes for CONFIG_REALTIME_ONLY" by Marco Paniconi · 2 months ago
  59. b21ac87 vp9_end_to_end_test: fix -Wunused-const-variable warning by James Zern · 2 months ago
  60. 3383144 vp9: Fixes for CONFIG_REALTIME_ONLY by Marco Paniconi · 2 months ago
  61. 1024874 Update CHANGELOG for xenonetta by Jerome Jiang · 2 months ago v1.16.0 v1.16.0-rc1
  62. b0be221 fix tests w/CONFIG_REALTIME_ONLY by James Zern · 2 months ago
  63. e1bd87f Update AUTHORS and version for release by Jerome Jiang · 2 months ago
  64. ce95ea7 init_vpx_test: sync append_negative_gtest_filter w/libaom by James Zern · 2 months ago
  65. 98f6c83 Check for pthread_setname_np during configure by Darryl Pogue · 2 months ago
  66. 4078082 Ext RC: Bump ABI versions by Jerome Jiang · 2 months ago
  67. 1a3634a Ext RC: Bump ABI versions by Jerome Jiang · 2 months ago
  68. d5399cd Optimize Neon HBD sadx4d and sad_skipx4d functions by Alex Davicenko · 3 months ago
  69. 61902a3 Add unit test for a 4x2 test video by Jerome Jiang · 3 months ago
  70. dca6330 Clear a first pass motion search corner case by Jingning Han · 3 months ago
  71. 53cb0b4 vp9-postproc: memset the post_proc_buffer by Marco Paniconi · 3 months ago
  72. cdd9b1e vp9: fix integer overflow in vp9_highbd_post_proc by Marco Paniconi · 3 months ago
  73. ddf807a vp9: fix to heap buffer overflow in vp9_deblock by Marco Paniconi · 3 months ago
  74. 363aa07 vp9: fix to heap buffer overflow in vp9_post_proc_frame by Marco Paniconi · 3 months ago
  75. 70a4f20 vp8-postproc: Fix use-of-uninitialized-value in mfqe by Marco Paniconi · 3 months ago
  76. d98e708 Optimize Neon HBD sad_avg functions by Alex Davicenko · 3 months ago
  77. c4c48fd Optimize Neon HBD sad and sad_skip functions by Alex Davicenko · 3 months ago
  78. d6e5cd7 Fix out of bounds in log_tile_cols_from_picsize_level by Florian Mayer · 3 months ago
  79. b98c796 configure: add support for darwin25 (macOS 26.x) by Jonathan Wright · 3 months ago
  80. df44a8b fuzz: include string.h in encoder target by Philippe Antoine · 3 months ago
  81. 0b92ea9 fuzz: disable nalloc when memory sanitizer is on by Philippe Antoine · 3 months ago
  82. 98a119c Improve Arm highbd_convolve8_8tap_vert_sve2 by Alex Davicenko · 4 months ago
  83. 8dcb56f fuzz: include assert.h in encoder target by Philippe Antoine · 4 months ago
  84. 1ec7b38 fuzz: encoder target by Philippe Antoine · 4 months ago
  85. 9a7674e fuzz: decode with postproc by Philippe Antoine · 5 months ago
  86. cb5a578 Fix to the test Buganizer442105459_4RowTiles by Marco Paniconi · 5 months ago
  87. dfebb0e Disable the test Buganizer442105459_4RowTiles by Marco Paniconi · 5 months ago
  88. 66fe343 Add SVE2 implementation of vpx_highbd_convolve12 by Alex Davicenko · 5 months ago
  89. e21e962 Add SVE2 implementation of vpx_highbd_convolve12_vert by Alex Davicenko · 5 months ago
  90. 764fbf9 Fix to Buganizer442105459_2/4RowTiles in encode_api_test by Marco Paniconi · 5 months ago
  91. 410e907 fuzz: add allocation failures injection by Philippe Antoine · 5 months ago
  92. 1738997 convolve_test: remove vpx_convolve12_horiz_sve2 ref by James Zern · 5 months ago
  93. 4c1801b fix Arm/SVE2 build w/--enable-realtime-only by James Zern · 5 months ago
  94. 8b09ebd Fix to issue with tile_rows by Marco Paniconi · 5 months ago
  95. 6f23d1f Add SVE2 implementation of vpx_highbd_convolve12_horiz by Alex Davicenko · 5 months ago
  96. 0ca467e Fix transpose_concat_s16_4x4 result assignment bug by Alex Davicenko · 5 months ago
  97. 84a3c9d Fix left-shift overflow in mem_neon.h by David Benjamin · 5 months ago
  98. 6b7044b Move vpx_tbl2x*_s16 to neon_sve2 bridge header by Alex Davicenko · 5 months ago
  99. 88a1469 Remove duplicate Neon transpose_concat* helpers by Alex Davicenko · 5 months ago
  100. f32182f configure: Fix x86 SIMD flags detection w/Apple cross-compile by Yongseok Jeon · 6 months ago