summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v1.8.2 Pekin Duckv1.8.2pekinJohann2019-12-095-5/+18
* Merge "Merge Timestamp TestVpxRollover tests for Vp8/Vp9"Debargha Mukherjee2019-12-071-9/+1
|\
| * Merge Timestamp TestVpxRollover tests for Vp8/Vp9Debargha Mukherjee2019-12-061-9/+1
* | Add GetKeyFrameGroupSize()angiebird2019-12-064-10/+26
* | configure.sh,darwin: fix asm conv w/external buildJames Zern2019-12-061-2/+2
|/
* Fix argv leak on Unrecognized input file type errWan-Teh Chang2019-12-061-0/+1
* Add missing typecast and re-enable timestamp testDebargha Mukherjee2019-12-052-2/+4
* remove init_motion_estimation from update_initial_widthJerome Jiang2019-12-041-3/+0
* Merge "Fix the encode inconsistency of SimpleEncode"Angie Chiang2019-12-042-8/+48
|\
| * Fix the encode inconsistency of SimpleEncodeangiebird2019-12-032-8/+48
* | Merge "Describe ObserveFirstPassStats with more details"Angie Chiang2019-12-041-1/+4
|\ \ | |/
| * Describe ObserveFirstPassStats with more detailsangiebird2019-12-031-1/+4
* | Merge "Avoid dividing by 0 in vp8 gf_group bits compute"Debargha Mukherjee2019-12-031-1/+2
|\ \
| * | Avoid dividing by 0 in vp8 gf_group bits computeDebargha Mukherjee2019-12-021-1/+2
* | | Fix SVC regression in webrtc tests.Jerome Jiang2019-12-021-1/+4
|/ /
* | Merge "Fix mutex free in multi-thread lpf"James Zern2019-12-023-42/+48
|\ \
| * | Fix mutex free in multi-thread lpfVenkatarama NG. Avadhani2019-11-273-42/+48
* | | Merge "fix __has_attribute in visual studio"Johann Koenig2019-11-261-4/+10
|\ \ \ | |_|/ |/| |
| * | fix __has_attribute in visual studioJohann2019-11-251-4/+10
* | | Make GetCodingFrameNum const functionangiebird2019-11-252-2/+2
* | | Add missing includes to simple_encode.hangiebird2019-11-251-0/+3
* | | Correct typo in simple_encode.hangiebird2019-11-251-5/+5
* | | Cosmetic change of GetBitrateInKbpsangiebird2019-11-251-1/+1
* | | Merge "Change vp9_get_encoder_config."Angie Chiang2019-11-252-38/+170
|\ \ \
| * | | Change vp9_get_encoder_config.angiebird2019-11-222-38/+170
* | | | Disable -ftrivial-auto-var-init= for hot codeVitaly Buka2019-11-231-2/+2
| |/ / |/| |
* | | Disable -ftrivial-auto-var-init= for hot codeVitaly Buka2019-11-232-6/+20
* | | Merge "Move buffer from extend_and_predict into TileWorkerData"Jerome Jiang2019-11-222-24/+28
|\ \ \ | |/ / |/| |
| * | Move buffer from extend_and_predict into TileWorkerDataVitaly Buka2019-11-142-24/+28
* | | Add trailing underscore to members of SimpleEncodeangiebird2019-11-212-65/+71
* | | Rename impl by EncodeImplangiebird2019-11-212-4/+4
* | | Cosmetic changes of SimpleEncode codeangiebird2019-11-213-22/+28
* | | Fix a bug related to use_external_quantize_indexangiebird2019-11-201-7/+10
* | | Fix a bug in free_encoder()angiebird2019-11-201-1/+4
* | | Use indicative mood in comments of SimpleEncodeangiebird2019-11-202-7/+7
* | | Rename pimpl by impl_ptr in SimpleEncodeangiebird2019-11-202-29/+32
* | | Move pimpl to the function body of SimpleEncodeangiebird2019-11-201-2/+2
* | | Fix a bug in EncodeFrame testangiebird2019-11-201-2/+2
* | | Add namespace vp9angiebird2019-11-203-3/+12
* | | Add copyright and header guard for simple_encode.hangiebird2019-11-201-0/+13
* | | Close the file that SimpleEncode opens in its ctor in its dtor.Angie Chen2019-11-201-1/+5
* | | Merge changes I32ab6829,If47867d4,I4442de01Angie Chiang2019-11-205-37/+115
|\ \ \
| * | | Add coding_data_bit_size to EncodeFrameResultangiebird2019-11-183-7/+23
| * | | Pass in infile_path to SimpleEncode()angiebird2019-11-183-39/+17
| * | | Add SimpleEncode::EncodeFrameWithQuantizeIndex()angiebird2019-11-185-0/+84
* | | | Merge "Use a better model for tune=ssim"Sai Deng2019-11-201-14/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Use a better model for tune=ssimsdeng2019-11-181-14/+4
* | | | Add quantize_index to EncodeFrameResultangiebird2019-11-184-6/+9
* | | | Add psnr and sse to EncodeFrameResultangiebird2019-11-185-12/+48
* | | | Add frame_type and show_idx to EncodeFrameResultangiebird2019-11-186-14/+83