summaryrefslogtreecommitdiffstats
path: root/libavformat/yuv4mpeg.c
Commit message (Expand)AuthorAgeFilesLines
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-18/+18
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-19/+19
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-4/+4
* kill a bunch of compiler warningsMåns Rullgård2005-08-141-1/+1
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-27/+27
* AVPacket.posMichael Niedermayer2005-05-261-8/+2
* switch to native time basesMichael Niedermayer2005-04-301-3/+2
* Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gus...Roine Gustafsson2005-04-261-3/+14
* Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users s...Roine Gustafsson2005-04-261-3/+3
* add luma only support to yuv4mpeg patch by (Roine Gustafsson <roine users.sou...Roine Gustafsson2005-01-191-3/+8
* - Writes correct unknown aspectRoine Gustafsson2005-01-041-15/+151
* do not call (av_)abort()Michael Niedermayer2004-10-011-1/+1
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-5/+5
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-4/+3
* yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>)Steven M. Schultz2004-04-011-1/+1
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-3/+3
* AVRationalMichael Niedermayer2003-10-201-15/+4
* bottom_field_first -> top_field_firstMichael Niedermayer2003-10-201-1/+1
* * providing MPEG codecs with a generic fields in AVFrame to use.Roman Shaposhnik2003-10-181-72/+62
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+4
* yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2003-09-251-1/+1
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-1/+1
* stdin patch by (Charles Yates <charles dot yates at pandora dot be>)Charles Yates2003-08-291-1/+2
* yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias a...D Richard Felker III2003-08-051-0/+97
* removed warningsFabrice Bellard2003-07-171-46/+50
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-6/+14
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-2/+2
* extracted yuv4mpeg from img.c (untested)Fabrice Bellard2003-01-111-0/+164
OpenPOWER on IntegriCloud