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-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-29Add ASUS V1/V2 decoder codec long names.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13529 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13130 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13005 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-08Increase alignment for DCT block arrays from 8 to 16Alexander Strange
Patch by Alexander Strange ( astrange ithinksw com ) Originally committed as revision 12767 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-05remove #include "mpegvideo.h" where it is not neededAurelien Jacobs
Originally committed as revision 12321 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-01constMichael Niedermayer
Originally committed as revision 11715 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-21asv1.c directly uses Put/GetBitContext, so it should include bitstream.hAurelien Jacobs
Originally committed as revision 10169 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-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård
Originally committed as revision 6356 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-21set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer
Originally committed as revision 6303 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-10add assert to clarify that we know what we are doingMichael Niedermayer
Originally committed as revision 5138 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-05MSVC-compatible __align8/__align16 declarationSteve L'Homme
patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr Originally committed as revision 4942 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-26warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun
Originally committed as revision 4898 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-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-07ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net)Roine Gustafsson
Originally committed as revision 4199 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-04-25PIX_FMT_NONE and related fixesMichael Niedermayer
Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-27make reverse[] non staticMichael Niedermayer
Originally committed as revision 4084 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
Originally committed as revision 3872 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-12av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)Kurosu
Originally committed as revision 3830 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-12various security fixes and precautionary checksMichael Niedermayer
Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-27Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ↵Burkhard Plaum
de>) Originally committed as revision 3717 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-21data_size = 0 cleanupMichael Niedermayer
Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-30cleanup & memleak fixMichael Niedermayer
Originally committed as revision 3095 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-02-06get_bit_count -> put_bits_countAlex Beregszaszi
Originally committed as revision 2752 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-13removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi
Originally committed as revision 2366 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-01asv2 encodingMichael Niedermayer
Originally committed as revision 2187 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-01ASV2 decoderMichael Niedermayer
Originally committed as revision 2186 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-22CONFIG_ENCODERS cleanupMichael Niedermayer
Originally committed as revision 1984 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-20some warning fixesAlex Beregszaszi
Originally committed as revision 1977 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-05-20CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>)Wolfgang Hesseler
Originally committed as revision 1892 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-05-19ASV1 codecMichael Niedermayer
with postprocessing support :) Originally committed as revision 1891 to svn://svn.ffmpeg.org/ffmpeg/trunk