summaryrefslogtreecommitdiff
path: root/ivfdec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extra line in warnings in ivfdec.cJerome Jiang2018-05-101-4/+4
* top-level: apply clang-formatclang-format2016-07-191-6/+6
* ivfdec: tolerate invalid framerates (2)James Zern2016-06-031-1/+1
* ivfdec: tolerate invalid frameratesJames Zern2016-05-311-1/+1
* Reusing mem_get_le{16, 32} defined in vpx_ports/mem_opts.h.Dmitry Kovalev2014-02-261-0/+2
* Adding video reader/writer APIs.Dmitry Kovalev2014-02-051-65/+0
* Implementing simple API to read video files.Dmitry Kovalev2014-01-241-4/+71
* Cleaning up ivf-related code.Dmitry Kovalev2014-01-151-21/+21
* Removing VpxInputContext dependency from {ivf, raw}_read_frame().Dmitry Kovalev2014-01-131-8/+2
* Fix encoding Raw yv12 and i420 from a pipe.Alex Converse2014-01-061-5/+0
* Fix a bug in vpxenc reading raw input frameYaowu Xu2013-11-191-3/+4
* vpx[dec|enc]: Extract IVF support from the apps.Tom Finegan2013-11-151-0/+118
* rename ivf{enc,dec} to vpx{enc,dec}John Koleszar2010-10-251-898/+0
* ivfdec: support y4m output from raw inputJohn Koleszar2010-10-251-37/+69
* ivfdec: webm reader supportJohn Koleszar2010-10-251-31/+257
* Remove ivfenc usage message leading underscoresJohn Koleszar2010-10-111-1/+1
* Use WebM in copyright notice for consistencyJohn Koleszar2010-09-091-1/+1
* cosmetics: trim trailing whitespaceJohn Koleszar2010-06-181-2/+2
* Use public domain implementation for MD5 algorithmAndres Mejia2010-06-141-4/+4
* LICENSE: update with latest textJohn Koleszar2010-06-041-4/+5
* Add support for YUV4MPEG2 output.Timothy B. Terriberry2010-06-031-4/+50
* vpx_image: add VPX_ prefix to PLANE_*John Koleszar2010-05-241-6/+6
* install includes in DIST_DIR/include/vpx, move vpx_codec/ to vpx/John Koleszar2010-05-241-2/+2
* Initial WebM releasev0.9.0John Koleszar2010-05-181-0/+593