summaryrefslogtreecommitdiff
path: root/ivfdec.h
Commit message (Collapse)AuthorAgeFilesLines
* cosmetics: normalize include guardsJames Zern2018-09-151-3/+3
| | | | | | | | | | | | 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
* top-level: apply clang-formatclang-format2016-07-191-3/+3
| | | | Change-Id: Ibd5395bf8956a80f7c0df4d539c7a42c927a1fc7
* Adding video reader/writer APIs.Dmitry Kovalev2014-02-051-28/+0
| | | | | | | Right now only IVF format is supported which is enough for example code. Other formats like y4m, webm, raw yuv will be supported later. Change-Id: I34c6f20731c1851947587ca5c589d7856b675164
* Implementing simple API to read video files.Dmitry Kovalev2014-01-241-0/+28
| | | | | | | New API is supposed to be used from example code. Current implementation only supports IVF containers (will be extended to Y4M). Change-Id: Ib7da87237690b1a28297bdf03bc41c6836a84b7e
* Removing VpxInputContext dependency from {ivf, raw}_read_frame().Dmitry Kovalev2014-01-131-4/+2
| | | | | | | File type check inside ivf_read_frame() is not necessary (it is done before this function get called). Change-Id: Iede8feb358d25878b340473d85c3b01d701fc624
* {,vpx_scale}: normalize include guardsJames Zern2013-12-161-1/+1
| | | | Change-Id: Ib8aafeee30d59521ee256dc1801e0db6b4b8a371
* vpx[dec|enc]: Extract IVF support from the apps.Tom Finegan2013-11-151-0/+30
- Move IVF reading support into ivfdec.c and ivfdec.h - Move IVF writing support into ivfenc.c and ivfenc.h - Removed IVF writing code from the SVC example in favor of ivfenc. Change-Id: I70adf6240d0320fdd232d8546ed573f0f68dd793