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
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
2005-08-14kill a bunch of compiler warningsMåns Rullgård
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-27AVPacket.posMichael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2005-04-26Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gus...Roine Gustafsson
2005-04-26Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users s...Roine Gustafsson
2005-01-19add luma only support to yuv4mpeg patch by (Roine Gustafsson <roine users.sou...Roine Gustafsson
2005-01-04- Writes correct unknown aspectRoine Gustafsson
2004-10-01do not call (av_)abort()Michael Niedermayer
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2004-04-02yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>)Steven M. Schultz
2004-03-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-10-21AVRationalMichael Niedermayer
2003-10-20bottom_field_first -> top_field_firstMichael Niedermayer
2003-10-18 * providing MPEG codecs with a generic fields in AVFrame to use.Roman Shaposhnik