summaryrefslogtreecommitdiff
path: root/vp9/simple_encode.h
AgeCommit message (Expand)Author
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
2019-11-20Add namespace vp9angiebird
2019-11-20Add copyright and header guard for simple_encode.hangiebird
2019-11-18Add coding_data_bit_size to EncodeFrameResultangiebird
2019-11-18Pass in infile_path to SimpleEncode()angiebird
2019-11-18Add SimpleEncode::EncodeFrameWithQuantizeIndex()angiebird
2019-11-18Add quantize_index to EncodeFrameResultangiebird
2019-11-18Add psnr and sse to EncodeFrameResultangiebird
2019-11-18Add frame_type and show_idx to EncodeFrameResultangiebird
2019-11-18Add EncodeFrameResultsangiebird
2019-11-18Add SimpleEncode::GetCodingFrameNum()angiebird
2019-11-18Add SimpleEncode::EncodeFrame()angiebird