summaryrefslogtreecommitdiff
path: root/vp9/simple_encode.cc
AgeCommit message (Expand)Author
2020-11-24Merge "Revert "Close out file in EndEncode()""Angie Chiang
2020-11-24Revert "Close out file in EndEncode()"Angie Chiang
2020-11-24Merge "Close out file in EndEncode()"Angie Chiang
2020-11-20Allow user to set rc_mode and cq_level in SimpleEncodeAngie Chiang
2020-11-09Accumulate frame tpl stats and pass through rate control apiCheng Chen
2020-10-02Add SetEncodeConfig and DumpEncodeConfigsangiebird
2020-08-10Close out file in EndEncode()angiebird
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-07Fix ObserveFirstPassMotionVectors()angiebird
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-06-08Fix assertion error in simple_encode.ccangiebird
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-05-26Add GOP_COMMANDangiebird
2020-03-17Correct time_base of ivf header in SimpleEncodeangiebird
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 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-20Add kGoldenFrame and kOverlayFrame to FrameTypeangiebird
2020-02-06Replace NULL by nullptr in simple_encode.c/hangiebird
2020-02-06Rename inverse_vpx_rational to invert_vpx_rationalangiebird
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-27Pass partition info to encode frame resultCheng Chen
2020-01-24Store frame partition infoCheng Chen
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