aboutsummaryrefslogtreecommitdiff
path: root/vp9/simple_encode.cc
AgeCommit message (Expand)Author
2024-05-14Pass output buffer size to vp9_pack_bitstream()Wan-Teh Chang
2023-06-28Fix Clang -Wunreachable-code-aggressive warningsJames Zern
2023-06-08Replace NONE with NO_REF_FRAMEJerome Jiang
2022-08-15simple_encode.cc: clear -Wextra-semi-stmt warningsJames Zern
2022-04-26simple_encode,init_encoder: check buffer_pool allocJames Zern
2022-03-30L2E: Make SimpleEncode take vp9 level as an inputCheng Chen
2021-06-21Add use_simple_encode_api to oxcfAngie Chiang
2021-06-21Fix flaky assertions in SimpleEncodeAngie Chiang
2021-06-09simple_encode: fix some -Wsign-compare warningsJames Zern
2021-06-07L2E: properly init two pass rc parametersCheng Chen
2021-05-26Fix simple encodeCheng Chen
2021-04-06Fix compilation for CONFIG_RATE_CTRLCheng Chen
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