summaryrefslogtreecommitdiff
path: root/libavformat/yuv4mpeg.c
Commit message (Expand)AuthorAgeFilesLines
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-5/+5
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-2/+2
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-2/+2
* Fix a floating point exception for invalid framerate, fixes issue 2470.Daniel Kang2011-01-021-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Use chroma_sample_location in reading/writing yuv4mpegDavid Conrad2009-05-111-5/+12
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-2/+2
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-231-3/+3
* Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER,Diego Biurrun2008-07-111-1/+1
* remove useless close funcBaptiste Coudurier2008-06-191-6/+0
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-2/+2
* ENOMEM is better, yes ...Michael Niedermayer2008-05-291-1/+1
* Null pointer check / CID26.Michael Niedermayer2008-05-281-0/+2
* uselessMichael Niedermayer2008-05-281-1/+0
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-4/+4
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-4/+4
* remove empty write trailer functionsVitor Sessak2007-06-271-6/+0
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-13/+4
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-171-1/+1
* Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.Colin Ward2006-02-081-2/+2
* Correctly set the interlaced_frame and top_field_first fields.Luca Abeni2006-02-081-7/+21
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* 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