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-08-31renaming ARCH_BFIN to HAVE_BFINMarc Hoffman
2007-08-01make grayscale only decoding checks in inner loops compiletime killableMichael Niedermayer
2007-07-31fix mem leakDaniel Kristjansson
2007-07-30 replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32Roman Shaposhnik
2007-07-12move ff_h263_round_chroma() to mpegvideo.h as static inlineMåns Rullgård
2007-07-10move init_vlc_rl from h263.c to mpegvideo.cAurelien Jacobs
2007-07-10move ff_set_qscale from h263.c to mpegvideo.cAurelien Jacobs
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-07-05make DCT_common_init() staticAurelien Jacobs
2007-07-05move mpeg encoder specific initialization in the encoder specific fileAurelien Jacobs
2007-07-03Description: split mpegvideo.cBenoit Fouet
2007-06-20move dct_quantize and denoise_dct function pointers initialization to CBenoit Fouet
2007-06-20remove unused constant definitionBenoit Fouet
2007-06-20aanscales is used only with CONFIG_ENCODERSBenoit Fouet
2007-06-14Simplify init preprocessor statements.Albert Lee
2007-06-12integrating MPV_common_init_bfin into the build system and mpegvideo.cMarc Hoffman
2007-06-12misc typo fixesDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-05-28Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun
2007-05-20use AV_LOG_ERROR instead of INFO for errorsMichael Niedermayer
2007-05-20sanity checks for bitrate tolerance and buffer size (= fail if a single frame...Michael Niedermayer
2007-05-19move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.cAurelien Jacobs
2007-05-19add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs
2007-05-19split ljpeg encoder out of mjpeg.cAurelien Jacobs
2007-05-14remove some unused mjpeg encoding variablesAurelien Jacobs
2007-05-13cosmetics: indentAurelien Jacobs
2007-05-13replace some #ifdef CONFIG_* by if(ENABLE_*)Aurelien Jacobs
2007-05-13cosmetics: indentationAurelien Jacobs
2007-05-13make compilation of mjpeg.c optionalAurelien Jacobs
2007-05-13jpegls never call this code, so those tests are uselessAurelien Jacobs
2007-05-11cosmetics: reindentAurelien Jacobs
2007-05-10disable reference to msmpeg4 and wmv2 code when those codecs are not compiled inAurelien Jacobs
2007-03-14kill av_mallocz_static() calls in init_rl()Michael Niedermayer
2007-03-14cosmeticMichael Niedermayer
2007-03-14remove silly static int done protecting the initalization of 32 elements to 1Michael Niedermayer
2007-03-14remove redundant memset()Michael Niedermayer
2007-03-14dont malloc() static mv_penalty arraysMichael Niedermayer
2007-03-04dummy support for mpeg2 non linear quantBaptiste Coudurier
2007-03-01get rid of CODEC_FLAG_H263P_AIC with next major bumpBaptiste Coudurier
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-15Spelling fixMichel Bardiaux
2007-01-27Fix warnings and simplify/reorder the codeLuca Barbato
2007-01-26fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpgMichael Niedermayer
2007-01-24add hint for closed gop and sc threshold error messageBaptiste Coudurier
2007-01-24set last_picture for h.264 too, this significantly improves error concealment...Michael Niedermayer
2007-01-13some interlaced direct sanity checksMichael Niedermayer
2006-12-23skiprdMichael Niedermayer
2006-12-22more simplificationAurelien Jacobs
2006-12-2210lMichael Niedermayer
2006-12-21FIXME has already been fixed ages agoMichael Niedermayer