summaryrefslogtreecommitdiff
path: root/warnings.c
AgeCommit message (Collapse)Author
2016-07-19top-level: apply clang-formatclang-format
Change-Id: Ibd5395bf8956a80f7c0df4d539c7a42c927a1fc7
2016-07-18vp9: Allow usage of lookahead for real-time, 1 pass vbr.Marco
Allow usage of lookahead for VBR in real-time mode, for 1 pass vbr. Current usage is for fast checking of future scene cuts/changes, and adjusting rate control (gf interval and active_worst/target size). Added unittests (datarate) for 1 pass vbr mode, with non-zero lag. Added an experimental option to limit QP based on lookahead. Overall positive gain in metrics on ytlive set: avgPNSR/SSIM up on average ~1-3%; several clips up by 5, 7%. Change-Id: I960d57dfc89de121c4824b9a9bf88d2814e74b56
2014-02-08add_warning(): remove dead storeJames Zern
Change-Id: I5cfc0aa9c436c7ba1b49337d06a0181f7cda920f
2014-01-14vpxenc: Warn on lagged encoding with real time.Tom Finegan
Restore warning when attempting to use lagged encoding with real time mode. Change-Id: I109026db64566906f288f42d2686084ae5c13500
2014-01-06Added placeholder for real time modeYaowu Xu
Change-Id: I203d10f76c7ca78d875eaae15557cd765c6240d1
2013-12-06Disable warning for intentional lossless codingYaowu Xu
For VP9, lossless coding is enabled by passing 0 for both min_q and max_q. This is a valid configuration, and should not be warned. Change-Id: Idd117579cd89cd14c0723b1d7e482067ac12b401
2013-11-25vpxenc: Move config check code into its own source files.Tom Finegan
- Add command line args that allow display of warnings without prompting for user input. - Extend warning code to make it somewhat scalable. Change-Id: I2bad8f9315f6eed120c2e1bbe0a2a5ede15fbf35