platform/upstream/libvpx.git
2022-07-27 Scott LaVarnwayMerge "VPX: Add vpx_highbd_quantize_b_32x32_avx2()...
2022-07-27 James Zernhighbd_temporal_filter_sse4: remove unused function...
2022-07-26 Scott LaVarnwayVPX: Add vpx_highbd_quantize_b_32x32_avx2().
2022-07-25 Scott LaVarnwayVPX: Add vpx_highbd_quantize_b_avx2().
2022-07-25 Scott LaVarnwayMerge "VPX: Add vpx_quantize_b_32x32_avx2()." into...
2022-07-22 Cheng ChenMerge "L2E: Add more unit tests for GOP API" into main
2022-07-22 Cheng ChenL2E: Add more unit tests for GOP API
2022-07-20 James Zernavg_intrin_avx2: rm dead store in highbd_hadamard_8x8
2022-07-20 James Zernpp_filter_test: quiet static analysis warning
2022-07-19 James Zernencode_api_test: quiet static analysis warning
2022-07-19 Scott LaVarnwayVPX: Add vpx_quantize_b_32x32_avx2().
2022-07-19 James Zernavg_intrin_{sse2,avg2}: rm dead store in hadamard_8x8
2022-07-19 James Zernvpx_int_pro_row_c: add an assert for height
2022-07-14 Cheng ChenL2E: Update the description of allow_alt_ref
2022-07-14 James Zernvpxenc: fix --disable-loopfilter help alignment
2022-07-13 Konstantinos... Actually include the fix for commit 8f4d1890c.
2022-07-11 Scott LaVarnwayMerge "VPX: Add vpx_quantize_b_avx2()." into main
2022-07-11 James ZernMerge "vp8_macros_msa.h: avoid shadowing variables...
2022-07-11 Scott LaVarnwayVPX: Add vpx_quantize_b_avx2().
2022-07-11 James ZernMerge "Revert "Revert "[NEON] Optimize vp9_diamond_sear...
2022-07-09 James Zernvp8_macros_msa.h: avoid shadowing variables in defines
2022-07-08 Konstantinos... Revert "Revert "[NEON] Optimize vp9_diamond_search_sad...
2022-07-07 Scott LaVarnwayMerge "VPX: Add quantize speed test for ref vs opt...
2022-07-07 Scott LaVarnwayVPX: Add quantize speed test for ref vs opt.
2022-07-06 James ZernRevert "Fix bug with smaller width bigger size"
2022-07-01 Jerome JiangMerge "Fix bug with smaller width bigger size" into...
2022-06-30 Jerome JiangFix bug with smaller width bigger size
2022-06-30 Jerome JiangABI compatibility to CHANGELOG for prev releases.
2022-06-29 Marco Paniconirtc: Add svc test for profile 2 10/12 bit
2022-06-29 Marco Paniconirtc-svc: Fix to make SVC work for Profile 1
2022-06-28 Jerome JiangMerge "Merge tag 'v1.12.0' into main" into main
2022-06-28 Jerome JiangAdd vp8_ prefix for quantize_lsx.c
2022-06-28 Jerome JiangMerge tag 'v1.12.0' into main
2022-06-28 Jerome JiangReplace date with version and release from README upstream/torrent v1.12.0
2022-06-27 Cheng ChenL2E: Distinguish fixed and active gf_interval
2022-06-21 James Zernvp9_encode_sb_row: remove a branch w/CONFIG_REALTIME_ONLY
2022-06-21 James Zernvp9_cx_iface: set default cpu_used=5 w/CONFIG_REALTIME_ONLY
2022-06-21 Jerome JiangUpdate CHANGELOG for L2E
2022-06-17 Jerome JiangUpdate CHANGELOG and version info v1.12.0-rc1
2022-06-17 James Zernvp9_encode_sb_row: remove a branch w/CONFIG_REALTIME_ONLY
2022-06-17 James Zernvp9_cx_iface: set default cpu_used=5 w/CONFIG_REALTIME_ONLY
2022-06-14 James ZernMerge "vp9,encoder: fix some integer sanitizer warnings...
2022-06-13 Jerome JiangRestore backward compatibility
2022-06-13 Jerome JiangUpdate AUTHORS
2022-06-13 Jerome JiangRestore backward compatibility
2022-06-10 Wan-Teh ChangConvert EncoderTest::last_pts_ to a local variable
2022-06-07 Cheng ChenL2E: Use libvpx's default q in case of invalid external...
2022-06-07 Cheng ChenL2E: rename 'gop_index' to 'gop_global_index'
2022-06-06 Cheng ChenL2E: send first pass stats before gop decisions
2022-06-06 Cheng ChenL2E: Use bit mask to represent control type
2022-06-03 James ZernMerge "libs.mk,build/make/Makefile: make test targets...
2022-06-03 James Zernvp9_change_config: check vp9_alloc_loop_filter return
2022-06-03 James Zernvp9e_set_config: setjmp before calling vp9_change_config
2022-06-03 James Zernvp8e_set_config: setjmp before calling vp8_change_config
2022-06-03 James Zernlibs.mk,build/make/Makefile: make test targets ordinary...
2022-06-03 James ZernMerge ".gitignore: add android studio / vscode folders...
2022-06-02 James ZernMerge changes I4cba67a5,I1dd1eca9,Ib7fbf4af into main
2022-06-02 James Zerntest/*: normalize use of nullptr
2022-06-02 James Zern.gitignore: add android studio / vscode folders
2022-06-02 Cheng ChenMerge "L2E: Return error when GOP model is not set...
2022-06-02 Cheng ChenL2E: Return error when GOP model is not set
2022-06-02 James Zernvp9,encoder: fix some integer sanitizer warnings
2022-06-01 James Zernvp9_change_config: check vp9_alloc_loop_filter return
2022-06-01 James Zernvp9e_set_config: setjmp before calling vp9_change_config
2022-06-01 James Zernvp8e_set_config: setjmp before calling vp8_change_config
2022-06-01 James Zernresize_test: add TODO for ResizeTest instantiation...
2022-05-31 James Zernresize_test: add TODO for test failure
2022-05-31 James Zernlibs.doxy_template: remove some obsolete variables
2022-05-31 Cheng ChenMerge "L2E: Add vp9 GOP decision helper function" into...
2022-05-31 Cheng ChenMerge "L2E: Add control type for the external rate...
2022-05-28 James Zerntest/*: normalize use of nullptr
2022-05-27 Cheng ChenL2E: Add vp9 GOP decision helper function
2022-05-27 Cheng ChenL2E: Add control type for the external rate control API
2022-05-26 Jerome JiangRevert "[NEON] Optimize vp9_diamond_search_sad() for...
2022-05-26 James ZernMerge changes Iecb26f38,Ib3ee9b59 into main
2022-05-26 James ZernGetTempOutFile(): use testing::TempDir()
2022-05-25 yuanhecailoongarch: Remove redundant code
2022-05-25 James Zerny4m_test: check temp file ptr
2022-05-23 James Zerntools/*.py: update to python3
2022-05-20 yuanhecailoongarch: Modify the representation of macros
2022-05-19 yuanhecailoongarch: Reduce the number of instructions
2022-05-18 yuanhecaivp9[loongarch]: Optimize vpx_quantize_b/b_32x32
2022-05-17 yuanhecaivp8[loongarch]: Optimize vp8_sixtap_predict4x4
2022-05-17 yuanhecaivp8[loongarch]: Optimize fdct8x4/diamond_search_sad
2022-05-17 yuanhecaivp8[loongarch]: Optimize sub_pixel_variance8x8/16x16
2022-05-17 Hao Chenvp8[loongarch]: Optimize vp8 encoding partial function
2022-05-16 Marco Paniconivp9-rtc: Fix to usage of active_maps when aq_mode=0
2022-05-13 James ZernMerge changes I7d68c7f2,If283fc08,I3b1e0a2c into main
2022-05-13 yuanhecaivp9[loongarch]: Optimize avg_variance64x64/variance8x8
2022-05-13 yuanhecaivp9[loongarch]: Optimize fdct4x4/8x8_lsx
2022-05-13 yuanhecaivp9[loongarch]: Optimize vpx_hadamard_16x16/8x8
2022-05-13 Jerome JiangAdd aq mode 0 and 3 to active map test
2022-05-13 Marco Paniconivp9-rtc: Fix to interp_filter for segment skip
2022-05-09 James ZernMerge "[NEON] Optimize vp9_diamond_search_sad() for...
2022-05-07 Konstantinos... [NEON] Optimize vp9_diamond_search_sad() for NEON
2022-05-06 James Zernadd some missing realloc checks
2022-05-06 James Zernvp8[cd]x.h: document vpx_codec_vp[89]_[cd]x*
2022-05-03 Jerome Jiangvp9 svc sample: set fps from y4m file
2022-04-29 James Zernexamples: add missing argv_dup alloc checks
2022-04-28 James ZernMerge changes I99ee0ef3,Ie087e8be,I6b19d016,I6fb7771d...
next