1. b1f431c decode_api_test.cc: fix visual studio warnings by James Zern · 5 days ago main
  2. a5e2e65 vp8_de_alloc_frame_buffers: more cleanup by Wan-Teh Chang · 5 days ago
  3. 0226b95 vp8_de_alloc_frame_buffers: clear mi/postproc_state by Jan-Ivar Bruaroey · 5 days ago
  4. e914ae9 Change asm volatile to __asm__ __volatile__ by Wan-Teh Chang · 6 days ago
  5. db2e248 vp9_decodeframe.c: move ref frame index check earlier by James Zern · 7 days ago
  6. 606b96d Enable the ISO C11 standard by Wan-Teh Chang · 10 days ago
  7. 7074f15 {vp9_cx_iface,vp9_decoder}.c: add some missing includes by James Zern · 11 days ago
  8. 47ac1ec vp9_decodeframe: promote row-mt calcs to size_t by James Zern · 12 days ago
  9. c18b190 test/android/Android.mk: build tests w/-std=c++17 by James Zern · 13 days ago
  10. d9a548c vp9: fix for out-of-bounds write in decode coeffs by Marco Paniconi · 13 days ago
  11. 59d0c76 gen_msvs_vcxproj: set C++ language standard to C++17 by James Zern · 14 days ago
  12. f14de9d Update to GoogleTest 1.17.0 by Wan-Teh Chang · 2 weeks ago
  13. d20e271 vp9; move source input check to validate_img by Marco Paniconi · 2 weeks ago
  14. 97a59b0 Allow patch files to have trailing spaces by Wan-Teh Chang · 2 weeks ago
  15. 4d868e2 encoder_encode: Omit two res == VPX_CODEC_OK tests by Wan-Teh Chang · 2 weeks ago
  16. 8cf7442 Remove bit_depth member of struct TestSSEFuncs by Wan-Teh Chang · 2 weeks ago
  17. 15dca2f README: update bug tracker link by James Zern · 2 weeks ago
  18. 090dd8b vp9: Add check to validate source input by Marco Paniconi · 3 weeks ago
  19. 3fce57e encode_api_test: replace kHeight w/kWidth for stride by James Zern · 3 weeks ago
  20. d51fafc vpx_image,img_alloc_helper: verify vpx_img_fmt_t by James Zern · 4 weeks ago
  21. 915643b vp[89] encoders: reject unequal UV strides by James Zern · 4 weeks ago
  22. 3894fcc vp9,encoder_encode: fix validate_img() check by James Zern · 4 weeks ago
  23. 42d5802 encode_api_test: add repro for b/488585490 by James Zern · 4 weeks ago
  24. e1dd149 y4minput: fix integer overflow in buffer size calculations by CodeByMoriarty · 5 weeks ago
  25. e7d2040 y4minput.c: Set alpha plane to NULL, stride to 0 by Wan-Teh Chang · 5 weeks ago
  26. 3068fa0 vp9-svc: validate spatial_layer_id by Marco Paniconi · 5 weeks ago
  27. 9a2d3d1 vp9_scale_references: fail if no free buffer is available by James Zern · 6 weeks ago
  28. ab5ec7a vp9_pick_inter_mode: fix buf offsets w/scaled refs by James Zern · 6 weeks ago
  29. 4fcebea yuv_video_source: fix stride/width check w/16bpp by James Zern · 7 weeks ago
  30. bb9e8fa yuv_video_source: fix reading files w/odd widths by James Zern · 7 weeks ago
  31. 6845d72 add support for msvc v145 / VS 2026 by Andrey Filipenkov · 7 weeks ago
  32. 30f3852 encode_api_test: disable OssFuzz471723682 by James Zern · 7 weeks ago
  33. 3ac9995 vpx_enc_fuzzer: condition max frames on deadline by James Zern · 7 weeks ago
  34. 73b417d Make direct calls to Neon variance paths in Neon subpel variance by Li Zhang · 7 weeks ago
  35. 3c8cd52 Add Armv8.4 Neon DotProd subpel variance paths by Li Zhang · 7 weeks ago
  36. 6837859 Remove Armv8.4 Neon DotProd 4x4 variance kernel by Li Zhang · 8 weeks ago
  37. db312f0 vp8,calc_pframe_target_size: fix integer overflow by James Zern · 8 weeks ago
  38. 3115db7 examples/*.c: fix incorrect die_codec() usage by James Zern · 8 weeks ago
  39. 1bb63ff **README.libvpx: add missing fields / sync w/libaom by James Zern · 8 weeks ago
  40. 66cbb01 vp8_decode_frame: improve header / partition 0 check by James Zern · 8 weeks ago
  41. eccfce5 rtcd.pl: use a fixed year for *rtcd.h Copyright by James Zern · 8 weeks ago
  42. ad17f61 vp8_decode_frame: validate partition 0 size by James Zern · 9 weeks ago
  43. dcf4253 vpx_enc_fuzzer: limit number of encoded frames by James Zern · 9 weeks ago
  44. a0ac06f Revert "Increase alignment for wider SIMD optimization" by James Zern · 9 weeks ago
  45. 11eb734 Revert "vpxdsp: [x86] AVX2 and AVX512 for tm intra predictor" by James Zern · 9 weeks ago
  46. 99e542a vpxdsp: [x86] small tweak to vpx_highbd_tm_predictor_4x4_sse2 by zuxy · 10 weeks ago
  47. 473c807 vpxdsp: [x86] AVX2 and AVX512 for tm intra predictor by zuxy · 10 weeks ago
  48. 27b08ed Increase alignment for wider SIMD optimization by zuxy · 10 weeks ago
  49. a56f868 vpx_enc_fuzzer: add missing break statements by James Zern · 10 weeks ago
  50. f84e792 Test for ioc: use more general rounding by Jerome Jiang · 10 weeks ago
  51. 80b0b05 builtin_assume range of token values by Florian Mayer · 10 weeks ago
  52. 0f5732b Test that tokens are within range by Florian Mayer · 10 weeks ago
  53. d4c26ba Also builtin_assume value of ctx_cur by Florian Mayer · 10 weeks ago
  54. 1801b96 cleanup: remove unnecessary copy of ctx by Florian Mayer · 10 weeks ago
  55. 53b5de7 Avoid ioc in intermediate step by Jingning Han · 2 months ago
  56. 75d62e8 builtin_assume energy values are within bounds by Florian Mayer · 3 months ago
  57. 0fe8cfa Add test for maximum value of vp9_pt_energy_class by Florian Mayer · 3 months ago
  58. e83e25f __builtin_assume that scan values are in range by Florian Mayer · 3 months ago
  59. c6144e1 configure: add --disable-x86-asm by James Zern · 3 months ago
  60. 754659a vpxdsp [x86]: AVX2 for 16x16 high bd d207 and d63 intra pred by zuxy · 3 months ago
  61. 952c4d8 vp8: fix use_dc_pred condition in mb_activity_measure by Marco Paniconi · 3 months ago
  62. 5de804c Add test that all scan values are <= MAX_SCAN_VALUE by Florian Mayer · 3 months ago
  63. d5f35ac write_superframe_index: return 0 if buffer is full by Wan-Teh Chang · 3 months ago
  64. f4ed22f highbd_variance64: use unsigned math w/sse calculation by James Zern · 3 months ago
  65. 0986335 vpxdsp: [x86] vpx_highbd_d207_predictor_32x32 for AVX2 and AVX512 by zuxy · 3 months ago
  66. 92be056 update_level_info: Declare `size` param as size_t by Wan-Teh Chang · 3 months ago
  67. 8786a5a Merge tag 'v1.16.0' by Jerome Jiang · 3 months ago
  68. 807c698 vp9_postproc: fix limits allocation size by James Zern · 3 months ago
  69. dea485b Fix size of token cache by Florian Mayer · 3 months ago
  70. 5af0083 vp9_ext_ratectrl_test: fix test w/CONFIG_VP9_DECODER=0 by James Zern · 3 months ago
  71. 4b77b98 Add "edx" to x86_readtsc()'s clobber list by zuxy · 3 months ago
  72. 7900df4 vpxdsp: [x86] vpx_highbd_d63_predictor_32x32 for AVX2 and AVX512 by zuxy · 3 months ago
  73. 9298695 vp9: Fix to heap overflow for postproc with resize by Marco Paniconi · 3 months ago
  74. 02ff212 fastssim.c: remove ';' from #define by James Zern · 3 months ago
  75. 6aa37df vpx_{encod,decod}er.h: clarify vpx_codec_*_init_ver comment by James Zern · 3 months ago
  76. f72b9f6 vp9: Fixes for CONFIG_REALTIME_ONLY by Marco Paniconi · 3 months ago
  77. 1a400b8 Revert "vp9: Fixes for CONFIG_REALTIME_ONLY" by Marco Paniconi · 3 months ago
  78. b21ac87 vp9_end_to_end_test: fix -Wunused-const-variable warning by James Zern · 3 months ago
  79. 3383144 vp9: Fixes for CONFIG_REALTIME_ONLY by Marco Paniconi · 3 months ago
  80. 1024874 Update CHANGELOG for xenonetta by Jerome Jiang · 3 months ago v1.16.0 v1.16.0-rc1
  81. b0be221 fix tests w/CONFIG_REALTIME_ONLY by James Zern · 3 months ago
  82. e1bd87f Update AUTHORS and version for release by Jerome Jiang · 3 months ago
  83. ce95ea7 init_vpx_test: sync append_negative_gtest_filter w/libaom by James Zern · 3 months ago
  84. 98f6c83 Check for pthread_setname_np during configure by Darryl Pogue · 3 months ago
  85. 4078082 Ext RC: Bump ABI versions by Jerome Jiang · 3 months ago
  86. 1a3634a Ext RC: Bump ABI versions by Jerome Jiang · 3 months ago
  87. d5399cd Optimize Neon HBD sadx4d and sad_skipx4d functions by Alex Davicenko · 4 months ago
  88. 61902a3 Add unit test for a 4x2 test video by Jerome Jiang · 4 months ago
  89. dca6330 Clear a first pass motion search corner case by Jingning Han · 4 months ago
  90. 53cb0b4 vp9-postproc: memset the post_proc_buffer by Marco Paniconi · 4 months ago
  91. cdd9b1e vp9: fix integer overflow in vp9_highbd_post_proc by Marco Paniconi · 4 months ago
  92. ddf807a vp9: fix to heap buffer overflow in vp9_deblock by Marco Paniconi · 4 months ago
  93. 363aa07 vp9: fix to heap buffer overflow in vp9_post_proc_frame by Marco Paniconi · 4 months ago
  94. 70a4f20 vp8-postproc: Fix use-of-uninitialized-value in mfqe by Marco Paniconi · 4 months ago
  95. d98e708 Optimize Neon HBD sad_avg functions by Alex Davicenko · 4 months ago
  96. c4c48fd Optimize Neon HBD sad and sad_skip functions by Alex Davicenko · 4 months ago
  97. d6e5cd7 Fix out of bounds in log_tile_cols_from_picsize_level by Florian Mayer · 4 months ago
  98. b98c796 configure: add support for darwin25 (macOS 26.x) by Jonathan Wright · 4 months ago
  99. df44a8b fuzz: include string.h in encoder target by Philippe Antoine · 4 months ago
  100. 0b92ea9 fuzz: disable nalloc when memory sanitizer is on by Philippe Antoine · 4 months ago