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 (Collapse)Author
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Use full path for #includes from another directory.Diego Biurrun
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
Originally committed as revision 13069 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-17Replace idiotic (what moron wrote that code?) "buffer overflow" message byMichael Niedermayer
abort() Originally committed as revision 11546 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-03kill AVImageFormatBaptiste Coudurier
Originally committed as revision 6875 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-02Do not set the codec's pixel format in the format's write_header()Luca Abeni
Originally committed as revision 5887 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-09remove STATS code (probably hasnt been used for years ..., and its not ↵Michael Niedermayer
completely clear what it was good for anyway) Originally committed as revision 5689 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-17Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner
used and 'const char*' should be, plus make some function declarations static if they aren't used outside their declaring source file. patch by Stefan Huehner stefan%%at%%huehner%%dot%%org Originally committed as revision 5492 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer
AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-06-18Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)Todd Kirby
Originally committed as revision 4383 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-01switch to native time basesMichael Niedermayer
Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-29common.h -> common.h/bitstream.hMichael Niedermayer
Originally committed as revision 3778 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-07-29 * fixing a buffer overrun in gif.cRoman Shaposhnik
Originally committed as revision 3363 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-12-06removing unused var & converting 64->32bitMichael Niedermayer
Originally committed as revision 2567 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-13init_put_bits changedAlex Beregszaszi
Originally committed as revision 2369 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
Originally committed as revision 2255 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-12per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer
sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-09added 8 bit palette support for non animated GIFFabrice Bellard
Originally committed as revision 1562 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-04added primitive image GIF encoder based on animated gif encoderFabrice Bellard
Originally committed as revision 1540 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-02added animated GIF decoder (pts and various disposal handling are missing)Fabrice Bellard
Originally committed as revision 1533 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-25renamed libav to libavformatFabrice Bellard
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk