platform/upstream/libvpx.git
2023-10-03 Jerome JiangInclude vpx_config.h for macros
2023-10-03 Jerome JiangFactor out common code used in test binaries
2023-10-02 Wan-Teh ChangUse big cfg.g_w in ConfigResizeChangeThreadCount
2023-10-02 James ZernMerge "Merge tag 'v1.13.1'" into main
2023-09-29 Wan-Teh ChangDisable vpx_highbd_8_mse16x16_neon_dotprod, etc.
2023-09-29 James ZernMerge tag 'v1.13.1'
2023-09-29 James Zernupdate CHANGELOG
2023-09-29 James Zernupdate version to 1.13.1
2023-09-29 Jerome JiangFix bug with smaller width bigger size
2023-09-29 James Zernvp9_alloccommon: clear allocation sizes on free
2023-09-29 Wan-Teh ChangUpdate 32-bit version of horizontal_add_uint32x2
2023-09-29 Cheng ChenProperly determine end of sequence
2023-09-28 Wan-Teh ChangMerge "vp9_c_vs_simd_encode: Restore cwd at end of...
2023-09-28 Jerome JiangMerge "Fix bug with smaller width bigger size" into...
2023-09-28 Wan-Teh Changvp9_c_vs_simd_encode: Restore cwd at end of test
2023-09-27 Wan-Teh ChangSkip the y4m_360p_10bit_input clip for armv8
2023-09-27 Yunqing WangMerge "Modify vp9_c_vs_simd_enc_test script" into main
2023-09-27 Jerome JiangFix bug with smaller width bigger size
2023-09-27 James ZernVP8: disallow thread count changes
2023-09-27 James Zernencode_api_test: add ConfigResizeChangeThreadCount
2023-09-26 Yunqing WangModify vp9_c_vs_simd_enc_test script
2023-09-26 James ZernVP8: disallow thread count changes
2023-09-26 James Zernencode_api_test: add ConfigResizeChangeThreadCount
2023-09-21 Jerome JiangDo not call WebM RC for new GOP at the end of seq
2023-09-18 Martin Storsjoaarch64: Generalize Windows cpu detection to any Window...
2023-09-14 Jerome JiangAdd max/min_gf_interval to vpx_rc_config_t
2023-09-14 Jerome JiangFix ref frame buffer in TPL stats for RC
2023-09-14 Jerome JiangSet frame width height for 1st TPL GOP frame
2023-09-13 yuanhecailoongarch: Fix bugs from vp8_sixtap_predict4x4/16x16_lsx
2023-09-13 yuanhecailoongarch: simplify vpx_quantize_b/b_32x32_lsx args
2023-09-12 Jerome JiangAdd missing headers for clang-tidy warnings
2023-09-03 Jonathan WrightUse run-time feature detection for Neon DotProd HBD MSE
2023-09-03 Jonathan WrightUse run-time feature detection for Neon DotProd special...
2023-09-03 Jonathan WrightUse run-time feature detection for Neon DotProd variance
2023-09-03 Jonathan WrightUse run-time CPU feature detection for Neon DotProd...
2023-09-03 Jonathan WrightUse run-time CPU feature detection for Neon DotProd SAD
2023-09-03 Jonathan WrightUse run-time CPU feature detection for vpx_convolve8_neon
2023-09-01 Jonathan WrightRefactor and extend run-time CPU feature detection...
2023-08-31 Jonathan WrightSimplify Neon MSE helper function params/return values
2023-08-29 Marco Paniconivp9 svc: fix interger overflow
2023-08-25 Jerome JiangDo not call ext rc functions when they're null
2023-08-21 James ZernMerge "vp9_calc_pframe_target_size_one_pass_cbr: fix...
2023-08-21 James ZernMerge "vp8,ratectrl.c: fix integer overflow" into main
2023-08-21 James ZernMerge "fdct4x4_neon: fix compile w/cl" into main
2023-08-21 Jerome Jiangvp9 ext rc: copy under/overshoot% for all RC modes
2023-08-18 James Zernvp9_calc_pframe_target_size_one_pass_cbr: fix int overflow
2023-08-18 James Zernvp8,ratectrl.c: fix integer overflow
2023-08-18 James Zernvp9_cx_iface: fix code compatibility
2023-08-17 Jerome JiangMerge "vp9 ext rc: Assign over/undershoot % for CQ...
2023-08-17 Jerome Jiangvp9 ext rc: Assign over/undershoot % for CQ mode
2023-08-17 Jerome JiangMerge "Extend ext RC mode to have CQ mode" into main
2023-08-16 Jerome JiangExtend ext RC mode to have CQ mode
2023-08-16 James ZernMerge "tools_common,die_codec(): output to stderr"...
2023-08-16 James Zerntools_common,die_codec(): output to stderr
2023-08-15 Jerome JiangAdd RC mode to vpx external RC interface
2023-08-11 James Zernfdct4x4_neon: fix compile w/cl
2023-08-11 James Zern*quantize*.c: fix visual studio warnings
2023-08-10 Jonathan WrightFix bug and re-enable vpx_int_pro_row/col_neon
2023-08-08 Yunqing WangMerge "Enable arm test in c vs SIMD bit-exactness test...
2023-08-08 Yunqing WangMerge "Disable vpx_int_pro_row/col neon SIMD functions...
2023-08-07 Yunqing WangEnable arm test in c vs SIMD bit-exactness test
2023-08-07 Yunqing WangDisable vpx_int_pro_row/col neon SIMD functions
2023-08-07 Jerome JiangVP9 RC: Add pixel row/col of a TPL block
2023-08-07 Jerome JiangFix more clang-tidy warnings
2023-08-04 Jerome JiangFix some clang-tidy warnings
2023-08-04 Jerome JiangFix include path fpr vpx_tpl.h,vpx_ext_ratectrl.h
2023-08-03 Jerome JiangMerge "vp9_quantize_fp_neon: Same params name as in...
2023-08-03 Jerome JiangMerge "vp9 ext rc: Add callback for tpl stats" into...
2023-08-03 Jerome Jiangvp9_quantize_fp_neon: Same params name as in decl
2023-08-03 Jerome Jiangvp9 ext rc: Add callback for tpl stats
2023-08-03 Anupam PandeyAdd test to check bit exactness of C and SIMD in VP9...
2023-08-02 Yunqing WangAdd a 10-bit test file
2023-07-28 Johannnormalize *const in rtcd
2023-07-28 Johannremove incorrect (void)
2023-07-28 Johannquantize_fp: reduce parameters
2023-07-28 Johannquantize: reduce parameters
2023-07-28 James Zernresize_test: prefer 'override' to 'virtual'
2023-07-28 James Zerntest/*.h: prefer 'override' to 'virtual'
2023-07-28 James Zernencode_test_driver.h: use bool literal
2023-07-25 James Zerntest/**.cc: use bool literals
2023-07-25 James Zerntest/decode_perf_test.cc: use nullptr
2023-07-25 James Zerntest/*.cc: use '= default'
2023-07-25 James ZernMerge changes I71e1b442,Ibbfb949b into main
2023-07-25 James Zerntest/*.cc: prefer 'override' to 'virtual'
2023-07-25 James Zerntest,AbstractBench: fix -Wnon-virtual-dtor
2023-07-24 Jerome JiangAdd new_mv_count to ext rate control interface
2023-07-24 Jerome Jiangcleanup: _pt -> _ptr in vp9 external RC interface
2023-07-13 James Zernvp9_rdopt,handle_inter_mode: fix -Wmaybe-uninitialized...
2023-07-11 James ZernMerge "vp8: remove missing prototypes from the rtcd...
2023-07-10 L. E. Segoviavp8: remove missing prototypes from the rtcd header
2023-07-10 James Zernvpx_free_tpl_gop_stats: normalize param name
2023-07-06 James ZernMerge "delete some dead code" into main
2023-06-29 James Zernmfqe_partition: fix -Wunreachable-code
2023-06-28 Wan-Teh ChangFix a bug in vpx_highbd_hadamard_32x32_neon().
2023-06-28 James Zerndelete some dead code
2023-06-28 James ZernMerge "Fix Clang -Wunreachable-code-aggressive warnings...
2023-06-28 James ZernFix Clang -Wunreachable-code-aggressive warnings
2023-06-28 Jerome Jiangvp9 firstpass stats in a separate header
2023-06-28 James ZernMerge changes I1c17302f,Ic084894b,I9867f5fc,Ie3faf7b3...
2023-06-27 James Zernvp8_decode: fix keyframe resync after decode error
next