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