summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.c
AgeCommit message (Expand)Author
2017-10-13Corpus VBR tweak for undershoot.paulwilkins
2017-10-03Use adapt_partition for ARF in 1 pass.Marco
2017-09-28Set rc->high_source_sad = 0 before scene detection.Marco
2017-09-28Merge "vp9: Modification to adapt the ARF usage for 1 pass vbr"Marco Paniconi
2017-09-28vp9: Modification to adapt the ARF usage for 1 pass vbrMarco
2017-09-27Add use_svc condition to the scene detection in 1 pass.Marco
2017-09-27Revert "Remove the speed condition on scene detection in 1 pass code."Marco Paniconi
2017-09-27Remove the speed condition on scene detection in 1 pass code.Marco
2017-09-26Remove the speed condition in setting compute_source_sad.Marco
2017-09-21Merge "Comma-separate VP9 encoder tmp.stt output"Andrew Lewis
2017-09-14Merge "VP9 level targeting: add a new AUTO mode"Hui Su
2017-09-14VP9 level targeting: add a new AUTO modeHui Su
2017-09-13Comma-separate VP9 encoder tmp.stt outputAndrew Lewis
2017-09-05Remove get_filter_base() and get_filter_offset() in convolveLinfeng Zhang
2017-08-16Merge "Fix for encoder slowdown (for speeds >= 3)"Paul Wilkins
2017-08-16Fix for encoder slowdown (for speeds >= 3)paulwilkins
2017-08-15Merge "Clean up writing YUV files for debug purpose."Jerome Jiang
2017-08-15Clean up writing YUV files for debug purpose.Jerome Jiang
2017-08-15Merge "vp9: strip temporal filter code"Scott LaVarnway
2017-08-15Merge "Enable emergency fast Q adaptation for VBR test case."Paul Wilkins
2017-08-14vp9: strip temporal filter codeScott LaVarnway
2017-08-14Merge "vp9: strip mb graph code"Scott LaVarnway
2017-08-11vp9: strip mb graph codeScott LaVarnway
2017-08-11Merge "vp9 SVC: Fix the denoiser frame buffer management."Jerome Jiang
2017-08-10vp9 SVC: Fix the denoiser frame buffer management.Jerome Jiang
2017-08-03Enable emergency fast Q adaptation for VBR test case.paulwilkins
2017-08-02Force the bit exactness in the first passYunqing Wang
2017-08-01Merge "Respond more rapidly to excessive local overshoot."Paul Wilkins
2017-07-18vp9: Allocate alt-ref in denoiser for SVC.Jerome Jiang
2017-07-12Merge "remove vp9_firstpass.c w/CONFIG_REALTIME_ONLY"James Zern
2017-07-12Merge "vp9: Fix to SVC and denoising for fixed pattern case."Marco Paniconi
2017-07-11remove vp9_firstpass.c w/CONFIG_REALTIME_ONLYJames Zern
2017-07-11Merge "vp9: Move skinmap computation into multithreading loop."Jerome Jiang
2017-07-11vp9: Fix to SVC and denoising for fixed pattern case.Marco
2017-07-10vp9: Move skinmap computation into multithreading loop.Jerome Jiang
2017-07-10Merge "remove vp9_full_sad_search"Johann Koenig
2017-07-10Merge "vp9: Remove alt-ref from denoiser."Jerome Jiang
2017-07-10remove vp9_full_sad_searchJohann
2017-07-10vp9: Remove alt-ref from denoiser.Jerome Jiang
2017-07-06cosmetics,vp9/: normalize inv/fwd_txfm namingJames Zern
2017-07-05Respond more rapidly to excessive local overshoot.paulwilkins
2017-06-29cosmetics,vp9/encoder: s/txm/txfm/James Zern
2017-06-29vp9: Remove avg2x2 in skin detection and clean up.Jerome Jiang
2017-06-28Merge "vp9: compute skinmap only once before encoding."Jerome Jiang
2017-06-27vp9: compute skinmap only once before encoding.Jerome Jiang
2017-06-23vp9: Use scene detection for CBR mode.Marco
2017-06-09Remove duplication on vp8/9_write_yuv_frame.Jerome Jiang
2017-06-07Merge skin detection code in vp8/9.Jerome Jiang
2017-06-01Fix corruption in skin map debugging output yuv.Jerome Jiang
2017-05-30Merge "Fix vp8 race when build --enable-vp9-highbitdepth."Jerome Jiang