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
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-01-17Replace idiotic (what moron wrote that code?) "buffer overflow" message byMichael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2006-11-03kill AVImageFormatBaptiste Coudurier
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-02Do not set the codec's pixel format in the format's write_header()Luca Abeni
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-07-09remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer
2006-06-17Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner
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-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-06-18Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)Todd Kirby
2005-05-01switch to native time basesMichael Niedermayer
2004-12-29common.h -> common.h/bitstream.hMichael Niedermayer
2004-07-29 * fixing a buffer overrun in gif.cRoman Shaposhnik
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2003-12-06removing unused var & converting 64->32bitMichael Niedermayer
2003-10-13init_put_bits changedAlex Beregszaszi
2003-09-1164 bit pts for writing - more const usageFabrice 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-02-09added 8 bit palette support for non animated GIFFabrice Bellard
2003-02-04added primitive image GIF encoder based on animated gif encoderFabrice Bellard
2003-02-02added animated GIF decoder (pts and various disposal handling are missing)Fabrice Bellard
2002-11-25renamed libav to libavformatFabrice Bellard