aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
4 daysvp9_rdopt.c: make init_frame_mv staticupstream-mainJames Zern
5 daysVP9: add vpx_codec_get_global_headers() supportJames Zern
11 daysAdd VPX_RC_NONEAngie Chiang
11 daysvp9_encoder.c: fix printf format stringJames Zern
12 daysvpx_image_test.cc: add missing stdint includeJames Zern
13 daysAdd rate_ctrl_log_pathAngie Chiang
14 daysInitialize frame_mv in rd pick interJerome Jiang
2024-04-13Add 10 and 12b ranges to vpx_color_range_t commentWan-Teh Chang
2024-04-13Clarify comment about buf_align in vpx_img_wrap.Wan-Teh Chang
2024-04-13Introduce local vars uv_x,uv_y in vpx_img_set_rectWan-Teh Chang
2024-04-12Fix a bug in alloc_size for high bit depthsWan-Teh Chang
2024-04-11Apply stride_align to byte count, not pixel countWan-Teh Chang
2024-04-11Avoid wasted calc of stride_in_bytes if !img_dataWan-Teh Chang
2024-04-11Avoid integer overflows in arithmetic operationsWan-Teh Chang
2024-04-10Fix integer overflows in calc of stride_in_bytesWan-Teh Chang
2024-04-10Add test/vpx_image_test.ccWan-Teh Chang
2024-04-04Define the MAX_NUM_THREADS macro in vp9_ethread.hWan-Teh Chang
2024-04-04Add missing header for EBUSY on mingwChun-Min Chang
2024-04-04Fix GCC -Wmissing-braces warningsWan-Teh Chang
2024-04-03Add missing configuration includesCasey Smalley
2024-04-03Unit test config changes for ChromiumCasey Smalley
2024-04-03Compare ctx->pending_cx_data with NULLWan-Teh Chang
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