summaryrefslogtreecommitdiffstats
path: root/libavformat/yuv4mpeg.c
Commit message (Expand)AuthorAgeFilesLines
* yuv4mpeg: do not use deprecated functionsLuca Barbato2013-01-091-2/+4
* yuv4mpeg: reject unsupported codecsLuca Barbato2012-10-281-0/+5
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-29/+29
* yuv4mpeg: return proper error codes.Anton Khirnov2012-10-061-7/+15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-2/+2
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1
* yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace.Mike Melanson2012-01-301-0/+3
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* yuv4mpeg: cosmetics: pretty-printingChris Berov2011-12-041-115/+133
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-15/+15
* Remove unused variablesMans Rullgard2011-06-021-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-1/+1
* 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
OpenPOWER on IntegriCloud