aboutsummaryrefslogtreecommitdiff
path: root/vp8
AgeCommit message (Expand)Author
2022-10-18Fix to VP8 external RC for buffer levelsMarco Paniconi
2022-10-14Fix to VP8 external RC for dynamic update of layersMarco Paniconi
2022-09-12CHECK_MEM_ERROR: add an assert for a valid jmp targetJames Zern
2022-09-07vp8_decode: declare 2 variables volatileJames Zern
2022-08-23.clang-format: update to clang-format-11clang-format
2022-08-18use VPX_NO_UNSIGNED_SHIFT_CHECK with entropy functionsJames Zern
2022-08-16vp8,VP8_COMP: normalize segment_encode_breakout typeJames Zern
2022-07-27x86: normalize type with _mm_cvtsi128_si32James Zern
2022-07-27vp8,read_mb_modes_mv: fix implicit conversion warningsJames Zern
2022-07-27vp8_find_near_mvs: fix implicit conversion warningsJames Zern
2022-07-09vp8_macros_msa.h: avoid shadowing variables in definesJames Zern
2022-06-28Add vp8_ prefix for quantize_lsx.cJerome Jiang
2022-05-31vp8e_set_config: setjmp before calling vp8_change_configJames Zern
2022-05-25loongarch: Remove redundant codeyuanhecai
2022-05-20loongarch: Modify the representation of macrosyuanhecai
2022-05-17vp8[loongarch]: Optimize vp8_sixtap_predict4x4yuanhecai
2022-05-17vp8[loongarch]: Optimize fdct8x4/diamond_search_sadyuanhecai
2022-05-17vp8[loongarch]: Optimize vp8 encoding partial functionHao Chen
2022-04-19vp8_decode: free mt buffers early on resolution changeJames Zern
2022-04-15vp8,get_sub_mv_ref_prob: change arguments to uint32_tJames Zern
2022-04-15vp8: fix some implicit unsigned -> int conversionsJames Zern
2022-04-15Merge "Fix int overflow in intermediate calculation" into mainJerome Jiang
2022-04-14Fix int overflow in intermediate calculationJerome Jiang
2022-04-13vp8,define_gf_group: remove unused variableJames Zern
2022-04-05Merge changes I0b6520be,I1f006daa,I7ee8e367 into mainJames Zern
2022-03-31vp8[loongarch]: Optimize dequant_idct_add_y/uv_blockyuanhecai
2022-03-31loongarch: Fix bugsyuanhecai
2022-03-31remove unused vp8_encode_intra parameterJohann
2022-03-29remove sad x3,x8 specializationsJohann
2022-03-17vp8[loongarch]: Optimize idct_add, filter_bv/bhyuanhecai
2022-02-08vp8[loongarch]: Optimize vp8_loop/sixtap, vpx_dc with LSX.Lu Wang
2022-01-28libvpx[loongarch]: Add loongarch support.Jin Bo
2021-12-09vp[89]_initalize_enc(): protect against multiple invocationsJames Zern
2021-12-02clear -Wextra-semi/-Wextra-semi-stmt warningsJames Zern
2021-11-18Merge "replaced bsr() with get_msb() from bitops.h" into mainJohann Koenig
2021-11-18replaced bsr() with get_msb() from bitops.hIlya Kurdyukov
2021-11-17faster vp8_regular_quantize_b_sse4_1Ilya Kurdyukov
2021-11-10Merge changes I1425f12d,I1e9e9ffa,I6d8f676b,I92013086 into mainJames Zern
2021-11-08vp8 encoder: fix some integer overflowsJames Zern
2021-11-08mem_sse2.h: storeu_uint32 -> storeu_int32James Zern
2021-11-08vp8: fix some implicit signed -> unsigned conv warningsJames Zern
2021-11-08vp8,calc_pframe_target_size: fix integer overflowJames Zern
2021-11-08vp8_update_rate_correction_factors: fix integer overflowJames Zern
2021-10-04Merge changes If2ef4400,I345970b7 into mainJerome Jiang
2021-10-01{vp8,vp9}_set_roi_map: fix validation with INT_MINJames Zern
2021-10-01Merge "vp8: Condition decimation drop logic on drop_frames_allowed" into mainMarco Paniconi
2021-10-01vp8: Condition decimation drop logic on drop_frames_allowedMarco Paniconi
2021-10-01vp8: For screen mode: clip buffer from belowMarco Paniconi
2021-09-24vp8 rc: Clear system state at the end of callsJerome Jiang
2021-09-23Merge "vp8 rc: support temporal layers" into mainJerome Jiang