summaryrefslogtreecommitdiff
path: root/warnings.h
AgeCommit message (Collapse)Author
2018-09-15cosmetics: normalize include guardsJames Zern
use the recommended format [1] of: <PROJECT>_<PATH>_<FILE>_H_ [1] https://google.github.io/styleguide/cppguide.html#The__define_Guard "All header files should have #define guards to prevent multiple inclusion. The format of the symbol name should be <PROJECT>_<PATH>_<FILE>_H_." Change-Id: I2e8ab0b32fb23c30fa43cff5fec12d043c0d2037
2014-01-23top-level: add extern "C" to headersJames Zern
Change-Id: I5164df72aff84eca0ace56032c5373f04053c6a5
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-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