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
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
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson
2003-09-25yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
2003-08-30stdin patch by (Charles Yates <charles dot yates at pandora dot be>)Charles Yates
2003-08-05yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias a...D Richard Felker III
2003-07-17removed warningsFabrice Bellard
2003-03-12per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-01-11extracted yuv4mpeg from img.c (untested)Fabrice Bellard