Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-18yuv4mpeg: split the demuxer and muxer into separate filesAnton Khirnov
2014-01-17yuv4mpeg: set average frame rateAnton Khirnov
2013-09-16lavf: Don't explicitly flush after each written packet in muxersClément Bœsch
2013-07-07yuv4mpeg: Correctly round chroma up for odd luma sizesRonald S. Bultje
2013-01-10yuv4mpeg: do not use deprecated functionsLuca Barbato
2012-10-28yuv4mpeg: reject unsupported codecsLuca Barbato
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-06yuv4mpeg: return proper error codes.Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-01-30yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace.Mike Melanson
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-05yuv4mpeg: cosmetics: pretty-printingChris Berov
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-06-02Remove unused variablesMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-02Fix a floating point exception for invalid framerate, fixes issue 2470.Daniel Kang
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-05-11Use chroma_sample_location in reading/writing yuv4mpegDavid Conrad
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-08-24convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs
2008-07-11Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER,Diego Biurrun
2008-06-20remove useless close funcBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-29ENOMEM is better, yes ...Michael Niedermayer
2008-05-28Null pointer check / CID26.Michael Niedermayer
2008-05-28uselessMichael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-06-27remove empty write trailer functionsVitor Sessak
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-17Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner
2006-02-08Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.Colin Ward
2006-02-08Correctly set the interlaced_frame and top_field_first fields.Luca Abeni
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun