summaryrefslogtreecommitdiff
path: root/vp9/simple_encode.cc
AgeCommit message (Expand)Author
2020-01-13Merge "Copy frame counts to the encode result."Cheng Chen
2020-01-10simple_encode*.cc: add missing copyrightJames Zern
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-12Add GetFramePixelCount to SimpleEncodeangiebird
2019-12-11Cosmetic changes for RATE_CTRL related functionsangiebird
2019-12-10Add GetNextEncodeFrameInfo ObserveGroupOfPictureangiebird
2019-12-06Add GetKeyFrameGroupSize()angiebird
2019-11-25Make GetCodingFrameNum const functionangiebird
2019-11-21Add trailing underscore to members of SimpleEncodeangiebird
2019-11-21Rename impl by EncodeImplangiebird
2019-11-20Fix a bug in free_encoder()angiebird
2019-11-20Use indicative mood in comments of SimpleEncodeangiebird
2019-11-20Rename pimpl by impl_ptr in SimpleEncodeangiebird
2019-11-20Move pimpl to the function body of SimpleEncodeangiebird
2019-11-20Add namespace vp9angiebird
2019-11-20Close the file that SimpleEncode opens in its ctor in its dtor.Angie Chen
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-18Rename frame_stats by first_pass_statsangiebird
2019-11-18Add SimpleEncode::GetCodingFrameNum()angiebird
2019-11-18Add SimpleEncode::EncodeFrame()angiebird
2019-11-18Add ComputeFirstPassStats()angiebird
2019-11-15Add simple_encode.cc/hangiebird