summaryrefslogtreecommitdiff
path: root/ivfdec.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-26Reusing mem_get_le{16, 32} defined in vpx_ports/mem_opts.h.Dmitry Kovalev1-0/+2
2014-02-05Adding video reader/writer APIs.Dmitry Kovalev1-65/+0
2014-01-24Implementing simple API to read video files.Dmitry Kovalev1-4/+71
2014-01-15Cleaning up ivf-related code.Dmitry Kovalev1-21/+21
2014-01-13Removing VpxInputContext dependency from {ivf, raw}_read_frame().Dmitry Kovalev1-8/+2
2014-01-06Fix encoding Raw yv12 and i420 from a pipe.Alex Converse1-5/+0
2013-11-19Fix a bug in vpxenc reading raw input frameYaowu Xu1-3/+4
2013-11-15vpx[dec|enc]: Extract IVF support from the apps.Tom Finegan1-0/+118
2010-10-25rename ivf{enc,dec} to vpx{enc,dec}John Koleszar1-898/+0
2010-10-25ivfdec: support y4m output from raw inputJohn Koleszar1-37/+69
2010-10-25ivfdec: webm reader supportJohn Koleszar1-31/+257
2010-10-11Remove ivfenc usage message leading underscoresJohn Koleszar1-1/+1
2010-09-09Use WebM in copyright notice for consistencyJohn Koleszar1-1/+1
2010-06-18cosmetics: trim trailing whitespaceJohn Koleszar1-2/+2
2010-06-14Use public domain implementation for MD5 algorithmAndres Mejia1-4/+4
2010-06-04LICENSE: update with latest textJohn Koleszar1-4/+5
2010-06-03Add support for YUV4MPEG2 output.Timothy B. Terriberry1-4/+50
2010-05-24vpx_image: add VPX_ prefix to PLANE_*John Koleszar1-6/+6
2010-05-24install includes in DIST_DIR/include/vpx, move vpx_codec/ to vpx/John Koleszar1-2/+2
2010-05-18Initial WebM releasev0.9.0John Koleszar1-0/+593