1. e9efe03 vp9-svc: Avoid write_superframe for empty superframe by Marco Paniconi · 3 days ago main
  2. 7cdde9f vp9_cx_iface.c: fix signed/unsigned warning by James Zern · 3 days ago
  3. bd81e7b Fix buffer overflow in set_mb_ssim_rdmult_scaling by Marco Paniconi · 4 days ago
  4. c1ffdaa configure: add arm64/win32 VS18 targets by James Zern · 5 days ago
  5. f38b9de Use g_bit_depth during input validation by Ram Mohan M · 8 days ago
  6. 68ea923 Revert "Remove spinning before calling pthread_mutex_lock" by James Zern · 9 days ago
  7. e441325 Replace NULL with nullptr in .cc files by Jerome Jiang · 10 days ago
  8. 54fc407 Fix clang-tidy warnings in libvpx by Jerome Jiang · 10 days ago
  9. 7747d79 vp9_int_pro_motion_estimation: fix stride w/scaled ref by James Zern · 10 days ago
  10. 76b0802 vp9: fix to buffer overflow under resolution change by Marco Paniconi · 11 days ago
  11. 27ed0d5 vpxenc: add --validate-hbd-input option by James Zern · 12 days ago
  12. 6d4fc5a add test coverage for VP9E_SET_VALIDATE_HBD_INPUT by James Zern · 12 days ago
  13. 5ab243b vp9-svc: Set consistent value for temporal_layering_mode by Marco Paniconi · 12 days ago
  14. 03b2a50 rename VP9E_SET_VALIDATE_INPUT_HBD -> VALIDATE_HBD_INPUT by James Zern · 2 weeks ago
  15. 640d4ce vp9: wrap size check in #if INT64_MAX > SIZE_MAX by Jerome Jiang · 2 weeks ago
  16. 01e5052 Cast tokens to size_t when allocating by Jerome Jiang · 2 weeks ago
  17. 474d8db vp9: replace heavy token alloc test with unit test by Jerome Jiang · 2 weeks ago
  18. 5850e33 Fix VP9 float-to-int overflow in validate_config by Jerome Jiang · 2 weeks ago
  19. 5f596ad Fix VP8 decoder crash on flush with no fragments by Jerome Jiang · 2 weeks ago
  20. eb7e4ae Fix overflow in get_token_alloc leading to OOM by Jerome Jiang · 2 weeks ago
  21. 8f73473 Fix VP9 highbitdepth encoder format mismatch by Jerome Jiang · 3 weeks ago
  22. 11d5225 Fix VP8 signed overflow in vp8_encode_frame by Jerome Jiang · 3 weeks ago
  23. 21785f4 vp9: fix to negative quantizer with force_frame_boost by Marco Paniconi · 3 weeks ago
  24. 24fa174 Fix VP9 float-to-int overflow with zero bitrate by Jerome Jiang · 3 weeks ago
  25. d9311b5 vp9: Add unittest for svc issue: 505665613 by Marco Paniconi · 3 weeks ago
  26. 0e406ee vp8: Clamp vp8_set_static_threshold by Marco Paniconi · 3 weeks ago
  27. 5197d83 vp9-svc: fix integer overflow in get layer resolution by Marco Paniconi · 3 weeks ago
  28. fe1e272 vp9-svc: follow-up to disallow svc for 2pass by Marco Paniconi · 3 weeks ago
  29. 08c9f70 Add null checks to _set/get_reference for vp8/vp9. by Marco Paniconi · 3 weeks ago
  30. 08ae245 vp9-svc: fix issue with svc.duration overflow by Marco Paniconi · 3 weeks ago
  31. 1a3dbc9 vp9-svc: Constrain per-layer speed to be >=5 for realtime build by Marco Paniconi · 3 weeks ago
  32. 615154f vp9-svc: condition scale_references on use_nonrd_pick_mode by Marco Paniconi · 3 weeks ago
  33. 282717f Check on baseline_gf_interval for gf_cbr_boost_pct by Marco Paniconi · 3 weeks ago
  34. 6c5123a vp9-svc: Disallow svc for 2 pass encoding. by Marco Paniconi · 3 weeks ago
  35. f1d0a5c vp9-svc: range checks to the layer max/min_quantizers by Marco Paniconi · 3 weeks ago
  36. 3c456eb vp9: fix to cyclic_refresh_setup with svc dynamic layers by Marco Paniconi · 4 weeks ago
  37. c7c57b76 LoongArch: Defer filter pointer retrieval to fix out-of-bounds by yuanhecai · 5 weeks ago
  38. e353aa8 vpx_temporal_svc_encoder: remove unused global by James Zern · 5 weeks ago
  39. b1f431c decode_api_test.cc: fix visual studio warnings by James Zern · 5 weeks ago
  40. a5e2e65 vp8_de_alloc_frame_buffers: more cleanup by Wan-Teh Chang · 5 weeks ago
  41. 0226b95 vp8_de_alloc_frame_buffers: clear mi/postproc_state by Jan-Ivar Bruaroey · 5 weeks ago
  42. e914ae9 Change asm volatile to __asm__ __volatile__ by Wan-Teh Chang · 6 weeks ago
  43. db2e248 vp9_decodeframe.c: move ref frame index check earlier by James Zern · 6 weeks ago
  44. 606b96d Enable the ISO C11 standard by Wan-Teh Chang · 6 weeks ago
  45. 7074f15 {vp9_cx_iface,vp9_decoder}.c: add some missing includes by James Zern · 6 weeks ago
  46. 47ac1ec vp9_decodeframe: promote row-mt calcs to size_t by James Zern · 6 weeks ago
  47. c18b190 test/android/Android.mk: build tests w/-std=c++17 by James Zern · 7 weeks ago
  48. d9a548c vp9: fix for out-of-bounds write in decode coeffs by Marco Paniconi · 7 weeks ago
  49. 59d0c76 gen_msvs_vcxproj: set C++ language standard to C++17 by James Zern · 7 weeks ago
  50. f14de9d Update to GoogleTest 1.17.0 by Wan-Teh Chang · 7 weeks ago
  51. d20e271 vp9; move source input check to validate_img by Marco Paniconi · 7 weeks ago
  52. 97a59b0 Allow patch files to have trailing spaces by Wan-Teh Chang · 7 weeks ago
  53. 4d868e2 encoder_encode: Omit two res == VPX_CODEC_OK tests by Wan-Teh Chang · 7 weeks ago
  54. 8cf7442 Remove bit_depth member of struct TestSSEFuncs by Wan-Teh Chang · 7 weeks ago
  55. 15dca2f README: update bug tracker link by James Zern · 7 weeks ago
  56. 090dd8b vp9: Add check to validate source input by Marco Paniconi · 7 weeks ago
  57. 3fce57e encode_api_test: replace kHeight w/kWidth for stride by James Zern · 8 weeks ago
  58. d51fafc vpx_image,img_alloc_helper: verify vpx_img_fmt_t by James Zern · 8 weeks ago
  59. 915643b vp[89] encoders: reject unequal UV strides by James Zern · 8 weeks ago
  60. 3894fcc vp9,encoder_encode: fix validate_img() check by James Zern · 8 weeks ago
  61. 42d5802 encode_api_test: add repro for b/488585490 by James Zern · 9 weeks ago
  62. e1dd149 y4minput: fix integer overflow in buffer size calculations by CodeByMoriarty · 9 weeks ago
  63. e7d2040 y4minput.c: Set alpha plane to NULL, stride to 0 by Wan-Teh Chang · 10 weeks ago
  64. 3068fa0 vp9-svc: validate spatial_layer_id by Marco Paniconi · 10 weeks ago
  65. 9a2d3d1 vp9_scale_references: fail if no free buffer is available by James Zern · 3 months ago
  66. ab5ec7a vp9_pick_inter_mode: fix buf offsets w/scaled refs by James Zern · 3 months ago
  67. 4fcebea yuv_video_source: fix stride/width check w/16bpp by James Zern · 3 months ago
  68. bb9e8fa yuv_video_source: fix reading files w/odd widths by James Zern · 3 months ago
  69. 6845d72 add support for msvc v145 / VS 2026 by Andrey Filipenkov · 3 months ago
  70. 30f3852 encode_api_test: disable OssFuzz471723682 by James Zern · 3 months ago
  71. 3ac9995 vpx_enc_fuzzer: condition max frames on deadline by James Zern · 3 months ago
  72. 73b417d Make direct calls to Neon variance paths in Neon subpel variance by Li Zhang · 3 months ago
  73. 3c8cd52 Add Armv8.4 Neon DotProd subpel variance paths by Li Zhang · 3 months ago
  74. 6837859 Remove Armv8.4 Neon DotProd 4x4 variance kernel by Li Zhang · 3 months ago
  75. db312f0 vp8,calc_pframe_target_size: fix integer overflow by James Zern · 3 months ago
  76. 3115db7 examples/*.c: fix incorrect die_codec() usage by James Zern · 3 months ago
  77. 1bb63ff **README.libvpx: add missing fields / sync w/libaom by James Zern · 3 months ago
  78. 66cbb01 vp8_decode_frame: improve header / partition 0 check by James Zern · 3 months ago
  79. eccfce5 rtcd.pl: use a fixed year for *rtcd.h Copyright by James Zern · 3 months ago
  80. ad17f61 vp8_decode_frame: validate partition 0 size by James Zern · 3 months ago
  81. dcf4253 vpx_enc_fuzzer: limit number of encoded frames by James Zern · 3 months ago
  82. a0ac06f Revert "Increase alignment for wider SIMD optimization" by James Zern · 3 months ago
  83. 11eb734 Revert "vpxdsp: [x86] AVX2 and AVX512 for tm intra predictor" by James Zern · 3 months ago
  84. 99e542a vpxdsp: [x86] small tweak to vpx_highbd_tm_predictor_4x4_sse2 by zuxy · 3 months ago
  85. 473c807 vpxdsp: [x86] AVX2 and AVX512 for tm intra predictor by zuxy · 3 months ago
  86. 27b08ed Increase alignment for wider SIMD optimization by zuxy · 3 months ago
  87. a56f868 vpx_enc_fuzzer: add missing break statements by James Zern · 3 months ago
  88. f84e792 Test for ioc: use more general rounding by Jerome Jiang · 3 months ago
  89. 80b0b05 builtin_assume range of token values by Florian Mayer · 3 months ago
  90. 0f5732b Test that tokens are within range by Florian Mayer · 3 months ago
  91. d4c26ba Also builtin_assume value of ctx_cur by Florian Mayer · 3 months ago
  92. 1801b96 cleanup: remove unnecessary copy of ctx by Florian Mayer · 3 months ago
  93. 53b5de7 Avoid ioc in intermediate step by Jingning Han · 4 months ago
  94. 75d62e8 builtin_assume energy values are within bounds by Florian Mayer · 4 months ago
  95. 0fe8cfa Add test for maximum value of vp9_pt_energy_class by Florian Mayer · 4 months ago
  96. e83e25f __builtin_assume that scan values are in range by Florian Mayer · 4 months ago
  97. c6144e1 configure: add --disable-x86-asm by James Zern · 4 months ago
  98. 754659a vpxdsp [x86]: AVX2 for 16x16 high bd d207 and d63 intra pred by zuxy · 4 months ago
  99. 952c4d8 vp8: fix use_dc_pred condition in mb_activity_measure by Marco Paniconi · 4 months ago
  100. 5de804c Add test that all scan values are <= MAX_SCAN_VALUE by Florian Mayer · 4 months ago