summaryrefslogtreecommitdiff
path: root/ivfdec.c
AgeCommit message (Expand)Author
2018-05-10Remove extra line in warnings in ivfdec.cJerome Jiang
2016-07-19top-level: apply clang-formatclang-format
2016-06-03ivfdec: tolerate invalid framerates (2)James Zern
2016-05-31ivfdec: tolerate invalid frameratesJames Zern
2014-02-26Reusing mem_get_le{16, 32} defined in vpx_ports/mem_opts.h.Dmitry Kovalev
2014-02-05Adding video reader/writer APIs.Dmitry Kovalev
2014-01-24Implementing simple API to read video files.Dmitry Kovalev
2014-01-15Cleaning up ivf-related code.Dmitry Kovalev
2014-01-13Removing VpxInputContext dependency from {ivf, raw}_read_frame().Dmitry Kovalev
2014-01-06Fix encoding Raw yv12 and i420 from a pipe.Alex Converse
2013-11-19Fix a bug in vpxenc reading raw input frameYaowu Xu
2013-11-15vpx[dec|enc]: Extract IVF support from the apps.Tom Finegan
2010-10-25rename ivf{enc,dec} to vpx{enc,dec}John Koleszar
2010-10-25ivfdec: support y4m output from raw inputJohn Koleszar
2010-10-25ivfdec: webm reader supportJohn Koleszar
2010-10-11Remove ivfenc usage message leading underscoresJohn Koleszar
2010-09-09Use WebM in copyright notice for consistencyJohn Koleszar
2010-06-18cosmetics: trim trailing whitespaceJohn Koleszar
2010-06-14Use public domain implementation for MD5 algorithmAndres Mejia
2010-06-04LICENSE: update with latest textJohn Koleszar
2010-06-03Add support for YUV4MPEG2 output.Timothy B. Terriberry
2010-05-24vpx_image: add VPX_ prefix to PLANE_*John Koleszar
2010-05-24install includes in DIST_DIR/include/vpx, move vpx_codec/ to vpx/John Koleszar
2010-05-18Initial WebM releaseJohn Koleszar