aboutsummaryrefslogtreecommitdiff
path: root/vp8
AgeCommit message (Expand)Author
2023-11-21ratectrl_rtc: Remove duplicated DropFrameReason enum classHirokazu Honda
2023-11-21Merge "vp8_dx_iface.c: add include for MAX_PARTITIONS" into mainJames Zern
2023-11-20vp8_dx_iface.c: add include for MAX_PARTITIONSJames Zern
2023-11-20vp8_ratectrl_rtc.h: fix a few typosJames Zern
2023-11-14rtc: Add frame dropper to VP8 external RCMarco Paniconi
2023-11-10Merge "Declare oxcf arg of vp8_create_compressor as const" into mainWan-Teh Chang
2023-11-09Merge "Fix float-cast-overflow in vp8_change_config()" into mainWan-Teh Chang
2023-11-09Declare oxcf arg of vp8_create_compressor as constWan-Teh Chang
2023-11-09Document the units of VP8 target_bandwidth/bitrateWan-Teh Chang
2023-11-09Fix float-cast-overflow in vp8_change_config()Wan-Teh Chang
2023-11-03Check fragments count before useJerome Jiang
2023-10-30calc_pframe_target_size: fix integer overflowXiahong Bao
2023-10-27Clear some clang-tidy complaints on header includesMarco Paniconi
2023-10-16Fix ubsan failure caused by left shift of negativeJerome Jiang
2023-10-07Declare some "VP8_CONFIG *oxcf" params as constWan-Teh Chang
2023-10-06VP8: allow thread count changesWan-Teh Chang
2023-10-04VP8: Allocate cpi->mt_current_mb_col array lazilyWan-Teh Chang
2023-10-03Clean up vp8cx_create/remove_encoder_threads()Wan-Teh Chang
2023-09-25VP8: disallow thread count changesJames Zern
2023-09-13loongarch: Fix bugs from vp8_sixtap_predict4x4/16x16_lsxyuanhecai
2023-08-18vp8,ratectrl.c: fix integer overflowJames Zern
2023-07-10vp8: remove missing prototypes from the rtcd headerL. E. Segovia
2023-06-28delete some dead codeJames Zern
2023-06-28Fix Clang -Wunreachable-code-aggressive warningsJames Zern
2023-06-27vp8_decode: fix keyframe resync after decode errorJames Zern
2023-06-26vp8_decode: only remove threads on thread create failureJames Zern
2023-06-26vp8_decode: clear stream info on decoder create failureJames Zern
2023-06-07Fix more typos (n/n)Jerome Jiang
2023-06-07Fix more typos (3/n)Jerome Jiang
2023-06-07Fix more typos (2/n)Jerome Jiang
2023-06-07Fix more typos (1/n)Jerome Jiang
2023-06-07Fix a few typosJerome Jiang
2023-05-09Merge "vp8_macros_msa.h: clear -Wshadow warnings" into mainJames Zern
2023-05-08vp8_macros_msa.h: clear -Wshadow warningsJames Zern
2023-05-08Merge changes Ie165d410,I6d9bb8da,I6858e574 into mainJames Zern
2023-05-08Unify implementation of CHECK_MEM_ERRORJerome Jiang
2023-05-05sixtap_filter_msa.c: clear -Wshadow warningsJames Zern
2023-05-05vp8_[cd]x_iface: clear setjmp flag on function exitJames Zern
2023-05-03s/__aarch64__/VPX_ARCH_AARCH64/James Zern
2023-04-19onyx_if,encode_frame_to_data_rate: rm unused varJames Zern
2023-04-18Merge "mr_dissim: clear -Wshadow warning" into mainJames Zern
2023-04-17mr_dissim: clear -Wshadow warningJames Zern
2023-04-17onyx_if: clear -Wshadow warningJames Zern
2023-04-13Add VP8RateControlRTC::GetLoopfilterLevelJerome Jiang
2023-03-22Merge "Change UpdateRateControl() to return bool" into mainWan-Teh Chang
2023-03-20sixtappredict_neon.c: remove redundant returnsJames Zern
2023-03-20sixtappredict_neon.c,cosmetics: fix a typoJames Zern
2023-03-20vp8_sixtap_predict16x16_neon: fix overreadJames Zern
2023-03-16Change UpdateRateControl() to return boolWan-Teh Chang
2023-03-03disable vp8_sixtap_predict16x16_neonJames Zern