summaryrefslogtreecommitdiff
path: root/vp9/simple_encode.h
AgeCommit message (Expand)Author
2020-08-10Cosmetic changes in simple_encode.hangiebird
2020-08-10Correct the first pass motion vector scaleangiebird
2020-08-10Make target_frame_bits error margin configurable.angiebird
2020-08-07Add rq_history to encode_frame_resultangiebird
2020-08-03L2E: Add ObserveFirstPassMotionVectorCheng Chen
2020-07-20Add init version of EncodeFrameWithTargetFrameBits()angiebird
2020-07-15Add SetEncodeSpeed() to SimpleEncodeangiebird
2020-06-11Let SetExternalGroupOfPicturesMap use c-style arrangiebird
2020-05-28Add extra check / unit test to SetExternalGroupOfPicturesMap()angiebird
2020-05-26Add functions to compute/observe key frame mapangiebird
2020-05-26Make SetExternalGroupOfPicture support no arf modeangiebird
2020-03-16Add detail comments on valid_list in SimpleEncodeangiebird
2020-03-13Move member functions up in simple_encode.hangiebird
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-02-26Add RefFrameInfoangiebird
2020-02-25Keep ref frame coding indexes in SimpleEncodeangiebird
2020-02-24Make external arf consistent with vp9Cheng Chen
2020-02-24Add interface for external arf indexes.Cheng Chen
2020-02-21Rename values in RefFrameType and FrameTypeangiebird
2020-02-20Add kGoldenFrame and kOverlayFrame to FrameTypeangiebird
2020-02-10Set mv to zero if the second ref does not existCheng Chen
2020-02-06Replace NULL by nullptr in simple_encode.c/hangiebird
2020-02-06Sync simple_encode.hangiebird
2020-02-06Pass motion vector info to encode frame resultCheng Chen
2020-02-05Let SimpleEncode be able to output bitstreamangiebird
2020-02-05Add coded_frame to EncodeFrameResultsangiebird
2020-01-28Change partition_info to a vectorCheng Chen
2020-01-27Add some description about partition infoCheng Chen
2020-01-27Merge "l2e: cosmetic changes of multi-dimension arrays"Cheng Chen
2020-01-27Pass partition info to encode frame resultCheng Chen
2020-01-26l2e: cosmetic changes of multi-dimension arraysCheng Chen
2020-01-13Add comments to frame counts.Cheng Chen
2020-01-09Copy frame counts to the encode result.Cheng Chen
2019-12-16Rename encode_frame_indexangiebird
2019-12-16Add start_show_index/show_frame_countangiebird
2019-12-13Add detailed description about GroupOfPictureangiebird
2019-12-12Add GetFramePixelCount to SimpleEncodeangiebird
2019-12-10Add GetNextEncodeFrameInfo ObserveGroupOfPictureangiebird
2019-12-06Add GetKeyFrameGroupSize()angiebird
2019-12-03Describe ObserveFirstPassStats with more detailsangiebird
2019-11-25Make GetCodingFrameNum const functionangiebird
2019-11-25Add missing includes to simple_encode.hangiebird
2019-11-25Correct typo in simple_encode.hangiebird
2019-11-21Add trailing underscore to members of SimpleEncodeangiebird
2019-11-21Rename impl by EncodeImplangiebird
2019-11-21Cosmetic changes of SimpleEncode codeangiebird
2019-11-20Use indicative mood in comments of SimpleEncodeangiebird
2019-11-20Rename pimpl by impl_ptr in SimpleEncodeangiebird