summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
2020-01-10trivial: fix spelling errorsJohann
2020-01-07Avoid reloads in vp9_read_mode_info.Clement Courbet
2019-12-17Merge "trivial: remove reference to error correction"Johann Koenig
2019-12-16Rename encode_frame_indexangiebird
2019-12-16Add start_show_index/show_frame_countangiebird
2019-12-13Cosmetic change of update_encode_frame_result()angiebird
2019-12-13Move psnr/sse computation under RATE_CTRL flagangiebird
2019-12-13Add detailed description about GroupOfPictureangiebird
2019-12-12Cosmetic change of vp9_get_gop_coding_frame_countangiebird
2019-12-12Add GetFramePixelCount to SimpleEncodeangiebird
2019-12-11Cosmetic changes for RATE_CTRL related functionsangiebird
2019-12-10Rename parameter two_pass to twopass.angiebird
2019-12-10Add GetNextEncodeFrameInfo ObserveGroupOfPictureangiebird
2019-12-09Set frames_since_key in vp9_get_coding_frame_numangiebird
2019-12-09Add vp9_get_gop_coding_frame_count()angiebird
2019-12-06Add GetKeyFrameGroupSize()angiebird
2019-12-04trivial: remove reference to error correctionJohann
2019-12-04remove init_motion_estimation from update_initial_widthJerome Jiang
2019-12-04Merge "Fix the encode inconsistency of SimpleEncode"Angie Chiang
2019-12-04Merge "Describe ObserveFirstPassStats with more details"Angie Chiang
2019-12-03Fix the encode inconsistency of SimpleEncodeangiebird
2019-12-03Describe ObserveFirstPassStats with more detailsangiebird
2019-12-02Fix SVC regression in webrtc tests.Jerome Jiang
2019-12-02Merge "Fix mutex free in multi-thread lpf"James Zern
2019-11-27Fix mutex free in multi-thread lpfVenkatarama NG. Avadhani
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-25Merge "Change vp9_get_encoder_config."Angie Chiang
2019-11-23Disable -ftrivial-auto-var-init= for hot codeVitaly Buka
2019-11-22Merge "Move buffer from extend_and_predict into TileWorkerData"Jerome Jiang
2019-11-22Change vp9_get_encoder_config.angiebird
2019-11-21Add trailing underscore to members of SimpleEncodeangiebird
2019-11-21Rename impl by EncodeImplangiebird
2019-11-21Cosmetic changes of SimpleEncode codeangiebird
2019-11-20Fix a bug related to use_external_quantize_indexangiebird
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-20Add copyright and header guard for simple_encode.hangiebird
2019-11-20Close the file that SimpleEncode opens in its ctor in its dtor.Angie Chen
2019-11-20Merge changes I32ab6829,If47867d4,I4442de01Angie Chiang
2019-11-20Merge "Use a better model for tune=ssim"Sai Deng
2019-11-18Use a better model for tune=ssimsdeng
2019-11-18Add coding_data_bit_size to EncodeFrameResultangiebird
2019-11-18Add quantize_index to EncodeFrameResultangiebird
2019-11-18Pass in infile_path to SimpleEncode()angiebird
2019-11-18Add psnr and sse to EncodeFrameResultangiebird