summaryrefslogtreecommitdiff
path: root/vp9/simple_encode.cc
Commit message (Expand)AuthorAgeFilesLines
* simple_encode.cc: clear -Wextra-semi-stmt warningsJames Zern2022-08-151-4/+6
* simple_encode,init_encoder: check buffer_pool allocJames Zern2022-04-261-0/+1
* L2E: Make SimpleEncode take vp9 level as an inputCheng Chen2022-03-301-12/+14
* Add use_simple_encode_api to oxcfAngie Chiang2021-06-211-0/+1
* Fix flaky assertions in SimpleEncodeAngie Chiang2021-06-211-2/+1
* simple_encode: fix some -Wsign-compare warningsJames Zern2021-06-091-2/+3
* L2E: properly init two pass rc parametersCheng Chen2021-06-071-9/+16
* Fix simple encodeCheng Chen2021-05-261-23/+25
* Fix compilation for CONFIG_RATE_CTRLCheng Chen2021-04-061-7/+7
* Merge "Revert "Close out file in EndEncode()""Angie Chiang2020-11-241-4/+0
|\
| * Revert "Close out file in EndEncode()"Angie Chiang2020-11-241-4/+0
* | Merge "Close out file in EndEncode()"Angie Chiang2020-11-241-0/+4
|\ \ | |/
| * Close out file in EndEncode()angiebird2020-08-101-0/+4
* | Allow user to set rc_mode and cq_level in SimpleEncodeAngie Chiang2020-11-201-0/+10
* | Accumulate frame tpl stats and pass through rate control apiCheng Chen2020-11-091-2/+28
* | Add SetEncodeConfig and DumpEncodeConfigsangiebird2020-10-021-12/+98
|/
* Correct the first pass motion vector scaleangiebird2020-08-101-7/+10
* Make target_frame_bits error margin configurable.angiebird2020-08-101-2/+3
* Add rq_history to encode_frame_resultangiebird2020-08-071-0/+14
* Fix ObserveFirstPassMotionVectors()angiebird2020-08-071-3/+2
* L2E: Add ObserveFirstPassMotionVectorCheng Chen2020-08-031-2/+15
* Add init version of EncodeFrameWithTargetFrameBits()angiebird2020-07-201-0/+8
* Add SetEncodeSpeed() to SimpleEncodeangiebird2020-07-151-4/+9
* Let SetExternalGroupOfPicturesMap use c-style arrangiebird2020-06-111-2/+5
* Fix assertion error in simple_encode.ccangiebird2020-06-081-3/+4
* Add extra check / unit test to SetExternalGroupOfPicturesMap()angiebird2020-05-281-1/+31
* Add functions to compute/observe key frame mapangiebird2020-05-261-0/+25
* Make SetExternalGroupOfPicture support no arf modeangiebird2020-05-261-9/+13
* Add GOP_COMMANDangiebird2020-05-261-6/+45
* Correct time_base of ivf header in SimpleEncodeangiebird2020-03-171-8/+8
* Add unit test for ref_frame_infoangiebird2020-03-031-8/+22
* Add key frame group info to SimpleEncodeangiebird2020-03-031-4/+36
* Add ref_frame_info to encode_frame_resultangiebird2020-03-031-0/+8
* Add GetVectorData()angiebird2020-03-021-3/+12
* Add RefFrameInfoangiebird2020-02-261-14/+44
* Keep ref frame coding indexes in SimpleEncodeangiebird2020-02-251-7/+79
* Make external arf consistent with vp9Cheng Chen2020-02-241-5/+6
* Allow external arf to determine gop sizeCheng Chen2020-02-241-1/+2
* Add interface for external arf indexes.Cheng Chen2020-02-241-0/+10
* Rename values in RefFrameType and FrameTypeangiebird2020-02-211-16/+32
* Use ref_frame[0] to determine mv_countangiebird2020-02-201-8/+7
* Add kGoldenFrame and kOverlayFrame to FrameTypeangiebird2020-02-201-11/+32
* Replace NULL by nullptr in simple_encode.c/hangiebird2020-02-061-9/+9
* Rename inverse_vpx_rational to invert_vpx_rationalangiebird2020-02-061-2/+2
* Pass motion vector info to encode frame resultCheng Chen2020-02-061-0/+35
* Let SimpleEncode be able to output bitstreamangiebird2020-02-051-10/+41
* Add coded_frame to EncodeFrameResultsangiebird2020-02-051-28/+134
* Change partition_info to a vectorCheng Chen2020-01-281-4/+2
* Pass partition info to encode frame resultCheng Chen2020-01-271-0/+28
* Store frame partition infoCheng Chen2020-01-241-1/+1