summaryrefslogtreecommitdiff
path: root/vp9/simple_encode.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-25Fix typos in simple_encode.hAngie Chiang1-1/+1
2020-11-20Allow user to set rc_mode and cq_level in SimpleEncodeAngie Chiang1-15/+26
2020-11-09Accumulate frame tpl stats and pass through rate control apiCheng Chen1-0/+30
2020-10-15vp9_extrc_get_encodeframe_decision()angiebird1-4/+4
2020-10-02Add SetEncodeConfig and DumpEncodeConfigsangiebird1-0/+31
2020-08-10Cosmetic changes in simple_encode.hangiebird1-3/+3
2020-08-10Correct the first pass motion vector scaleangiebird1-1/+2
2020-08-10Make target_frame_bits error margin configurable.angiebird1-2/+7
2020-08-07Add rq_history to encode_frame_resultangiebird1-0/+6
2020-08-03L2E: Add ObserveFirstPassMotionVectorCheng Chen1-4/+23
2020-07-20Add init version of EncodeFrameWithTargetFrameBits()angiebird1-0/+6
2020-07-15Add SetEncodeSpeed() to SimpleEncodeangiebird1-0/+10
2020-06-11Let SetExternalGroupOfPicturesMap use c-style arrangiebird1-1/+1
2020-05-28Add extra check / unit test to SetExternalGroupOfPicturesMap()angiebird1-2/+11
2020-05-26Add functions to compute/observe key frame mapangiebird1-3/+17
2020-05-26Make SetExternalGroupOfPicture support no arf modeangiebird1-7/+32
2020-03-16Add detail comments on valid_list in SimpleEncodeangiebird1-0/+1
2020-03-13Move member functions up in simple_encode.hangiebird1-11/+11
2020-03-03Add unit test for ref_frame_infoangiebird1-1/+4
2020-03-03Add key frame group info to SimpleEncodeangiebird1-2/+19
2020-03-03Add ref_frame_info to encode_frame_resultangiebird1-0/+2
2020-02-26Add RefFrameInfoangiebird1-17/+20
2020-02-25Keep ref frame coding indexes in SimpleEncodeangiebird1-1/+21
2020-02-24Make external arf consistent with vp9Cheng Chen1-3/+4
2020-02-24Add interface for external arf indexes.Cheng Chen1-0/+8
2020-02-21Rename values in RefFrameType and FrameTypeangiebird1-12/+14
2020-02-20Add kGoldenFrame and kOverlayFrame to FrameTypeangiebird1-4/+20
2020-02-10Set mv to zero if the second ref does not existCheng Chen1-0/+2
2020-02-06Replace NULL by nullptr in simple_encode.c/hangiebird1-1/+1
2020-02-06Sync simple_encode.hangiebird1-7/+6
2020-02-06Pass motion vector info to encode frame resultCheng Chen1-0/+38
2020-02-05Let SimpleEncode be able to output bitstreamangiebird1-2/+5
2020-02-05Add coded_frame to EncodeFrameResultsangiebird1-2/+12
2020-01-28Change partition_info to a vectorCheng Chen1-2/+6
2020-01-27Add some description about partition infoCheng Chen1-0/+14
2020-01-27Merge "l2e: cosmetic changes of multi-dimension arrays"Cheng Chen1-18/+23
2020-01-27Pass partition info to encode frame resultCheng Chen1-2/+19
2020-01-26l2e: cosmetic changes of multi-dimension arraysCheng Chen1-18/+23
2020-01-13Add comments to frame counts.Cheng Chen1-0/+37
2020-01-09Copy frame counts to the encode result.Cheng Chen1-0/+48
2019-12-16Rename encode_frame_indexangiebird1-5/+6
2019-12-16Add start_show_index/show_frame_countangiebird1-0/+5
2019-12-13Add detailed description about GroupOfPictureangiebird1-0/+11
2019-12-12Add GetFramePixelCount to SimpleEncodeangiebird1-0/+3
2019-12-10Add GetNextEncodeFrameInfo ObserveGroupOfPictureangiebird1-0/+20
2019-12-06Add GetKeyFrameGroupSize()angiebird1-0/+7
2019-12-03Describe ObserveFirstPassStats with more detailsangiebird1-1/+4
2019-11-25Make GetCodingFrameNum const functionangiebird1-1/+1
2019-11-25Add missing includes to simple_encode.hangiebird1-0/+3
2019-11-25Correct typo in simple_encode.hangiebird1-5/+5