summaryrefslogtreecommitdiff
path: root/vp8/vp8_cx_iface.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Add NV12 supportJerome Jiang1-2/+5
2020-01-17add static_assert.hJames Zern1-18/+3
2019-12-05Add missing typecast and re-enable timestamp testDebargha Mukherjee1-2/+2
2019-06-18Fix timestamp overflow issuesYue Chen1-16/+52
2019-06-06vp8: fix leak in vp8e_mr_alloc_memJerome Jiang1-2/+3
2019-04-23Revert "Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enums"Sai Deng1-1/+1
2019-04-23Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enumssdeng1-1/+1
2019-03-14Merge "Enclose macro arguments in parentheses"Jerome Jiang1-4/+4
2019-03-14Enclose macro arguments in parenthesesJerome Jiang1-4/+4
2019-03-05vp9: map speed > 9 to speed 9.Jerome Jiang1-0/+3
2018-12-17Remove -Wextra suppression.Jerome Jiang1-2/+13
2018-11-05vpx_codec_enc_config_default: disable 'usage'Johann1-1/+1
2018-09-24clang-format v6.0.1Johann1-1/+1
2018-04-09vpx_image: remove unused image formatsJames Zern1-3/+1
2018-03-20vp9-svc: Improve frame dropper for spatial layers.Marco Paniconi1-1/+1
2018-03-15vp9-svc: Frame dropper for SVC.Marco Paniconi1-0/+1
2018-02-01Fix issue for 0 target bitrate in multi-res build.Jerome Jiang1-5/+9
2018-01-24Merge "Fix frame sizes in pkt to support spatial layers."Jerome Jiang1-2/+2
2018-01-22Fix frame sizes in pkt to support spatial layers.Jerome Jiang1-2/+2
2018-01-22Merge changes from topic "clang-format"Johann Koenig1-1/+4
2018-01-18clang-format v5.0.0 vp8/Johann1-1/+4
2018-01-18vp8: Fix to multi-res-encoder for skipping streams.Marco1-1/+10
2017-12-06Add frame width & height to frame pkt. Add test.Jerome Jiang1-0/+2
2017-11-08CVBR command line option.paulwilkins1-0/+1
2016-10-19vp8: Add control for gf boost for 1 pass cbr.Marco1-0/+11
2016-09-19vp8: convert some uses of unsigned long to size_tJames Zern1-1/+1
2016-09-01vp8_cx_iface: quiet -Wshorten-64-to-32 warningJames Zern1-1/+1
2016-07-19vp8: apply clang-tidy google-readability-braces-around-statementsclang-tidy1-26/+46
2016-07-18prepend ++ instead of post in for loops.Jim Bankoski1-1/+1
2016-07-15vp8: apply clang-formatclang-format1-1007/+861
2016-06-23vp8 realtime encoder: mark unused variableJohann1-0/+1
2016-06-17Output frames in first pass for VPX_DL_REALTIME.Tom Finegan1-1/+3
2016-06-16vp8_[cd]x_iface.c: Initialize structures to 0Johann1-3/+7
2016-06-14Make new_qc signedJohann1-1/+1
2016-01-26vp8_cx_iface: delete 3 unused functionsJames Zern1-25/+0
2015-10-16vp8cx: remove deprecated reference/entropy controlsJames Zern1-3/+0
2015-09-30vp8: change build_intra_predictors_mby_s to use vpx_dsp.Ronald S. Bultje1-0/+3
2015-09-08Remove some trailing whitespacesDebargha Mukherjee1-1/+1
2015-08-25vp8e_encode: check validate_config returnJames Zern1-1/+2
2015-07-29Fix a typoYaowu Xu1-1/+1
2015-06-01Adds subsecond frame rates to webmJohnny Klonaris1-1/+1
2015-05-19VP8: For high overshoot, force drop frame and max-out QP.Marco1-1/+1
2015-05-14vp8/rdopt.h+onyx_int.h: add some missing prototypesJames Zern1-2/+0
2015-05-06Move shared SAD code to vpx_dspJohann1-0/+2
2015-04-28vpx_mem: remove vpx_memcpyJames Zern1-2/+2
2015-04-15Reorganize *_rtcd() calling conventionsJohann1-1/+3
2015-03-26Remove duplicate code from mergeJohann1-3/+0
2015-03-20vp[89]_cx_iface.c: remove obsolete ABI checksJames Zern1-5/+0
2015-02-12Add missing initializer to VP8 codec interfaceAdrian Grange1-2/+3
2015-01-27vp8enc: Prevent out of bounds memory access.Alex Converse1-3/+8