aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
40 hoursAssert a vpx_img_set_rect call always succeedupstream-mainWan-Teh Chang
3 daysvpx_dec_fuzzer: add vpx_codec_peek_stream_info coverageJames Zern
3 daysvp9 rc: also run tpl for GOPs without ARFJerome Jiang
4 daysvpx_ext_ratectrl.h,cosmetics: Correspondent -> CorrespondsJames Zern
9 daysencode_api_test.cc: assert encoder is initializedJames Zern
9 daysFix a rare memory overflow bugYunqing Wang
9 daysvp9_pack_bitstream: remove a dead storeJames Zern
10 daysconfigure: Do more elaborate test of whether SVE can be compiledJames Zern
10 daysvp9_ethread_test: move 'best' mode to a Large testJames Zern
10 daysAdd several utility functions to set gf_groupAngie Chiang
10 daysRemove vpx_ports/msvc.hWan-Teh Chang
10 daysvpx_ext_ratectrl.h: make rate_ctrl_log_path constJames Zern
10 daysBetter format comments for vpx_ext_ratectrl.hJerome Jiang
10 daysFix comments in vpx_ext_ratectrl.hJerome Jiang
11 daysInclude <stdio.h> or <cstdio> for *printf()Wan-Teh Chang
11 daysencode_api_test.cc: apply iwyuJames Zern
11 daysvpx_ext_ratectrl.h: fix doxygen commentsJames Zern
11 daysPrint gop_index in ENCODE_FRAME_RESULTAngie Chiang
2024-04-26vp9_rdopt.c: make init_frame_mv staticJames Zern
2024-04-25VP9: add vpx_codec_get_global_headers() supportJames Zern
2024-04-19Add VPX_RC_NONEAngie Chiang
2024-04-19vp9_encoder.c: fix printf format stringJames Zern
2024-04-18vpx_image_test.cc: add missing stdint includeJames Zern
2024-04-17Add rate_ctrl_log_pathAngie Chiang
2024-04-16Initialize 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