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-04-28Add long names to some AVCodec declarations.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13010 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-22cosmetics: typo fixesDiego Biurrun
Originally committed as revision 12554 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 more useless mpegvideo.h includesAurelien Jacobs
Originally committed as revision 12323 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-01Replace get32() by AV_RL32().Michael Niedermayer
Originally committed as revision 11755 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-01constMichael Niedermayer
Originally committed as revision 11754 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-31cast to dest type, fix warning: 4xm.c:304: warning: initialization from ↵Baptiste Coudurier
incompatible pointer type Originally committed as revision 11676 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05fix decoding of dracula.4xm before diego complainsMichael Niedermayer
Originally committed as revision 10393 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05fix segfault with dracula.4xmMichael Niedermayer
closes issue132 Originally committed as revision 10392 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-28Change 4xm demuxer and video decoder to pass the video format version inRoberto Togni
extradata instead of codec_tag. Originally committed as revision 10253 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-13use bytestream_get_le*() this also fixes a big endian bugMichael Niedermayer
Originally committed as revision 10104 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-13fix type 3 aka skipped blocks for old versionMichael Niedermayer
Originally committed as revision 10097 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-13fix motion vectors for old versionMichael Niedermayer
Originally committed as revision 10096 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-13set pix_fmt properly depending on versionMichael Niedermayer
Originally committed as revision 10095 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-13use version instead of some random 32bit value to switch between 16 andMichael Niedermayer
32bit versions (this is more reliable, the old code failed on some files) Originally committed as revision 10094 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-13replace vlc_type by version and set that from codec_tag which contains theMichael Niedermayer
4xm video version from the demuxer Originally committed as revision 10093 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-12support ifr2 from Toy-Story2_better-image-quality.4xaMichael Niedermayer
Originally committed as revision 10091 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-12add second vlc tableMichael Niedermayer
pfr* of Toy-Story2_better-image-quality.4xa are decoded now without bitstream errors Originally committed as revision 10089 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos
patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM Originally committed as revision 9155 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-14Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger
attribute_unused and attribute_used respectively to ease compiling on non-gcc. Originally committed as revision 9024 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-19Remove some old disabled debugging outputMichel Bardiaux
Originally committed as revision 8027 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-27fix some signedness warningsMåns Rullgård
Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-13sanity checks, some might have been exploitable ...Michael Niedermayer
Originally committed as revision 5369 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-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-04-24Ministry of English Composition, reporting for duty (and the word is ↵Mike Melanson
"skipped", not "skiped"; "skiped" would rhyme with "hyped") Originally committed as revision 4153 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-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-04-07unknown format charsAlex Beregszaszi
Originally committed as revision 2974 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-03-25warning patrolFalk Hüffner
Originally committed as revision 2925 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-11forgot to commit, i hope its correctMichael Niedermayer
Originally committed as revision 2357 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-23Fix compilation with cccFalk Hüffner
Originally committed as revision 2298 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-10remove warningsFabrice Bellard
Originally committed as revision 2245 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-01fix 4xm yuv->rgb565 transformMichael Niedermayer
Originally committed as revision 1925 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-0110l (array[-1] ...)Michael Niedermayer
Originally committed as revision 1924 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-014xm codecMichael Niedermayer
Originally committed as revision 1923 to svn://svn.ffmpeg.org/ffmpeg/trunk