aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-02vp9 rc: Fix GetSegmentationData() crash in aq_mode=0Hirokazu Honda
2024-04-02Set priv->cx_data_sz to 0 if cx_data alloc failsWan-Teh Chang
2024-04-02encoder_encode: Assert pending_cx_data_sz is validWan-Teh Chang
2024-04-02Dont use VPX_CODEC_CORRUPT_FRAME in set_frame_sizeWan-Teh Chang
2024-04-02Add SVE2 implementation of vpx_highbd_convolve8_avgGerda Zsejke More
2024-04-02Merge horiz. and vert. passes in HBD SVE2 2D 4tap convolutionGerda Zsejke More
2024-03-30Update yv12_mb initializationJingning Han
2024-03-29Add invalid value to gop decision enumsJerome Jiang
2024-03-29Assert the return value of read_tx_mode() is < 5Wan-Teh Chang
2024-03-29Initialize yv12_mb arrayJingning Han
2024-03-28Perform bounds checks in vpx_write_bit_bufferWan-Teh Chang
2024-03-28vp9 rc: override GF_GROUP decisions using ext RCJerome Jiang
2024-03-28vp9: Fix to alloc for row_base_thresh_freq_facMarco Paniconi
2024-03-27Perform bounds checks in vpx_writerWan-Teh Chang
2024-03-27Fix a typo in comment: "it" -> "is"Wan-Teh Chang
2024-03-26Free row mt memory before freeing cpi->tile_dataWan-Teh Chang
2024-03-26Add 2D-specific highbd SVE2 horizontal convolution functionGerda Zsejke More
2024-03-26Add SVE2 implementation of vpx_highbd_convolve8Gerda Zsejke More
2024-03-25Replace "cpi->common." with "pc->"Wan-Teh Chang
2024-03-23Declare VP9BitstreamWorkerData dest_size as size_tWan-Teh Chang
2024-03-23Add the buffer_end field to the vpx_writer structWan-Teh Chang
2024-03-22rtcd.pl: add empty specialize() checkJames Zern
2024-03-21Pass output buffer size to vp9_pack_bitstream()Wan-Teh Chang
2024-03-21encodeframe.c: remove some unused includesJames Zern
2024-03-20VP8_COMMON: remove unused cpu_caps memberJames Zern
2024-03-20Save encode_tiles_buffer_alloc_size() resultWan-Teh Chang
2024-03-20aarch64_cpudetect: add missing includeJames Zern
2024-03-20vpx_scaled_convolve8_neon: add missing includeJames Zern
2024-03-20vp9 rc: Add ref frame list for each frame in GOPJerome Jiang
2024-03-20Remove vpx_rc_gop_info_tJerome Jiang
2024-03-20Add update type and ref update idx to gop decisionJerome Jiang
2024-03-19Remove TPL IO functionsJerome Jiang
2024-03-17vp9: fix to integer overflow testMarco Paniconi
2024-03-15Fix to buffer alloc for vp9_bitstream_worker_dataMarco Paniconi
2024-03-15Restrict ranges of duration,deadline to UINT32_MAXWan-Teh Chang
2024-03-14Replace timestamp_ratio by oxcf->g_timebase_in_tsWan-Teh Chang
2024-03-14Detect integer overflows related to pts & durationWan-Teh Chang
2024-03-13Add high bit depths, 4:2:2, 4:4:4 to VP9EncoderWan-Teh Chang
2024-03-13Disable SVE2 if compiler doesn't support arm_neon_sve_bridge.hJonathan Wright
2024-03-13neon: fix -Woverflow warningsJames Zern
2024-03-13Remove return statement after vpx_internal_error()Wan-Teh Chang
2024-03-12Ignore the pts parameter when flushing the encoderWan-Teh Chang
2024-03-11Move the local variable sd to the innermost scopeWan-Teh Chang
2024-03-11VP9RateControlRtcConfig: relocate some initializationsJames Zern
2024-03-11ratectrl_rtc.h: remove use of vp9_zero()James Zern
2024-03-11ratectrl_rtc.h: move some includes to .ccJames Zern
2024-03-11*ratectrl_rtc.h: remove unneeded 'public:'James Zern
2024-03-11vp8_ratectrl_rtc.cc: fix include orderJames Zern
2024-03-11Add SVE2 implementation of vpx_highbd_convolve8_avg_vertGerda Zsejke More
2024-03-11Add SVE implementation of vpx_highbd_convolve8_avg_horizGerda Zsejke More