summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-25Merge "Optimize vp9_get_sub_block_energy."James Zern
2020-03-21vp8/{ratectrl,onyx_if}: fix some signed integer overflowsJames Zern
2020-03-21vp9_ratectrl: fix some signed integer overflowsJames Zern
2020-03-20Optimize vp9_get_sub_block_energy.Clement Courbet
2020-03-17Merge changes I8a14fcad,Iad7ca261,I2063c592,I9c5c74abAngie Chiang
2020-03-17Correct time_base of ivf header in SimpleEncodeangiebird
2020-03-16Add detail comments on valid_list in SimpleEncodeangiebird
2020-03-16Add missing Copyright to python filesangiebird
2020-03-13vpx_codec_enc_config_default: rm unnecessary loopJames Zern
2020-03-13Move member functions up in simple_encode.hangiebird
2020-03-13fix minor spelling errorsJohann
2020-03-05Merge changes Ie7c70a1d,I2c5abbe2,If41a1ea6,Id6ba4664,I156308bcAngie Chiang
2020-03-04rtc: Update svc test for resizeMarco Paniconi
2020-03-03vp9-svc: Allow for dynamic resize for single layer SVCMarco Paniconi
2020-03-03Add unit test for ref_frame_infoangiebird
2020-03-03Add key frame group info to SimpleEncodeangiebird
2020-03-03Add ref_frame_info to encode_frame_resultangiebird
2020-03-02Add init/update_frame_indexes()angiebird
2020-03-02Add GetVectorData()angiebird
2020-02-26Add RefFrameInfoangiebird
2020-02-25Keep ref frame coding indexes in SimpleEncodeangiebird
2020-02-24Make external arf consistent with vp9Cheng Chen
2020-02-24Allow external arf to determine gop sizeCheng Chen
2020-02-24Add interface for external arf indexes.Cheng Chen
2020-02-21Rename values in RefFrameType and FrameTypeangiebird
2020-02-20Use ref_frame[0] to determine mv_countangiebird
2020-02-20Consistency test for GroupOfPictureangiebird
2020-02-20Use ObserveGroupOfPicture() in EncodeFrame testangiebird
2020-02-20Add kGoldenFrame and kOverlayFrame to FrameTypeangiebird
2020-02-19Merge "x86_simd_caps: make mask value unsigned"James Zern
2020-02-19Merge "vp9-rtc: Increase partition threshold to 8x8 for high Q"Marco Paniconi
2020-02-18Merge "Cap delta_q_uv to -15..15"Jerome Jiang
2020-02-18vp9-rtc: Increase partition threshold to 8x8 for high QMarco Paniconi
2020-02-18Cap delta_q_uv to -15..15Jerome Jiang
2020-02-18vp9-rtc: Set enable_adaptive_subpel_force_stop to 0Marco Paniconi
2020-02-14vp8_decode: add missing vpx_clear_system_stateJames Zern
2020-02-14vp8,GetSigned: silence unsigned int overflow warningJames Zern
2020-02-14move common attribute defs to compiler_attributes.hJames Zern
2020-02-14x86_simd_caps: make mask value unsignedJames Zern
2020-02-11Merge "Set mv to zero if the second ref does not exist"Cheng Chen
2020-02-11Merge "Add a unit test to check partition info"Cheng Chen
2020-02-10Add a unit test to check partition infoCheng Chen
2020-02-10Set mv to zero if the second ref does not existCheng Chen
2020-02-10Do save/restore_encode_params when rate_ctrl is onangiebird
2020-02-06Replace NULL by nullptr in simple_encode.c/hangiebird
2020-02-06Sync simple_encode.hangiebird
2020-02-06Rename inverse_vpx_rational to invert_vpx_rationalangiebird
2020-02-06Consistency test for motion vector infoCheng Chen
2020-02-06Pass motion vector info to encode frame resultCheng Chen
2020-02-05Let SimpleEncode be able to output bitstreamangiebird