summaryrefslogtreecommitdiff
path: root/libavformat/yuv4mpeg.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER,Diego Biurrun2008-07-11
* remove useless close funcBaptiste Coudurier2008-06-19
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* ENOMEM is better, yes ...Michael Niedermayer2008-05-29
* Null pointer check / CID26.Michael Niedermayer2008-05-28
* uselessMichael Niedermayer2008-05-28
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* remove empty write trailer functionsVitor Sessak2007-06-27
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-17
* Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.Colin Ward2006-02-08
* Correctly set the interlaced_frame and top_field_first fields.Luca Abeni2006-02-08
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* AVPacket.posMichael Niedermayer2005-05-26
* switch to native time basesMichael Niedermayer2005-04-30
* Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gus...Roine Gustafsson2005-04-26
* Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users s...Roine Gustafsson2005-04-26
* add luma only support to yuv4mpeg patch by (Roine Gustafsson <roine users.sou...Roine Gustafsson2005-01-19
* - Writes correct unknown aspectRoine Gustafsson2005-01-04
* do not call (av_)abort()Michael Niedermayer2004-10-01
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>)Steven M. Schultz2004-04-01
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* AVRationalMichael Niedermayer2003-10-20
* bottom_field_first -> top_field_firstMichael Niedermayer2003-10-20
* * providing MPEG codecs with a generic fields in AVFrame to use.Roman Shaposhnik2003-10-18
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2003-09-25
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
* stdin patch by (Charles Yates <charles dot yates at pandora dot be>)Charles Yates2003-08-29
* yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias a...D Richard Felker III2003-08-05
* removed warningsFabrice Bellard2003-07-17
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* extracted yuv4mpeg from img.c (untested)Fabrice Bellard2003-01-11