aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
AgeCommit message (Collapse)Author
2007-06-20move dct_quantize and denoise_dct function pointers initialization to CBenoit Fouet
functions after arch dependant initializations Originally committed as revision 9375 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-20remove unused constant definitionBenoit Fouet
Originally committed as revision 9372 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-19aanscales is used only with CONFIG_ENCODERSBenoit Fouet
Originally committed as revision 9370 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-14Simplify init preprocessor statements.Albert Lee
patch by Albert Lee, trisk+xine acm.jhu edu Originally committed as revision 9307 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-12integrating MPV_common_init_bfin into the build system and mpegvideo.cMarc Hoffman
Originally committed as revision 9294 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-12misc typo fixesDiego Biurrun
Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-12misc spelling fixesDiego Biurrun
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-28Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun
Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-20use AV_LOG_ERROR instead of INFO for errorsMichael Niedermayer
Originally committed as revision 9078 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-20sanity checks for bitrate tolerance and buffer size (= fail if a single ↵Michael Niedermayer
frame at the requested bitrate would be bigger than the buffer size) Originally committed as revision 9077 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-18move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.cAurelien Jacobs
Originally committed as revision 9059 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-18add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs
Originally committed as revision 9058 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-18split ljpeg encoder out of mjpeg.cAurelien Jacobs
Originally committed as revision 9057 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-14remove some unused mjpeg encoding variablesAurelien Jacobs
(they were always set to a constant value) Originally committed as revision 9023 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-13cosmetics: indentAurelien Jacobs
Originally committed as revision 9014 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-13replace some #ifdef CONFIG_* by if(ENABLE_*)Aurelien Jacobs
Originally committed as revision 9013 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-12cosmetics: indentationAurelien Jacobs
Originally committed as revision 9012 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-12make compilation of mjpeg.c optionalAurelien Jacobs
Originally committed as revision 9011 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-12jpegls never call this code, so those tests are uselessAurelien Jacobs
Originally committed as revision 9009 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-10cosmetics: reindentAurelien Jacobs
Originally committed as revision 8986 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-10disable reference to msmpeg4 and wmv2 code when those codecs are not compiled inAurelien Jacobs
Originally committed as revision 8975 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-14kill av_mallocz_static() calls in init_rl()Michael Niedermayer
Originally committed as revision 8402 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-13cosmeticMichael Niedermayer
Originally committed as revision 8392 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-13remove silly static int done protecting the initalization of 32 elements to 1Michael Niedermayer
Originally committed as revision 8391 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-13remove redundant memset()Michael Niedermayer
Originally committed as revision 8390 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-13dont malloc() static mv_penalty arraysMichael Niedermayer
Originally committed as revision 8389 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-04dummy support for mpeg2 non linear quantBaptiste Coudurier
Originally committed as revision 8215 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-01get rid of CODEC_FLAG_H263P_AIC with next major bumpBaptiste Coudurier
Originally committed as revision 8167 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-15Spelling fixMichel Bardiaux
Originally committed as revision 7988 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-27Fix warnings and simplify/reorder the codeLuca Barbato
Originally committed as revision 7726 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-26fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpgMichael Niedermayer
Originally committed as revision 7718 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-24add hint for closed gop and sc threshold error messageBaptiste Coudurier
Originally committed as revision 7692 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-24set last_picture for h.264 too, this significantly improves error ↵Michael Niedermayer
concealment quality, i hope it doesnt break anything as last_picture_ptr was always NULL for h.264 Originally committed as revision 7686 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-13some interlaced direct sanity checksMichael Niedermayer
Originally committed as revision 7442 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-23skiprdMichael Niedermayer
Originally committed as revision 7365 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-21more simplificationAurelien Jacobs
Originally committed as revision 7352 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-2110lMichael Niedermayer
Originally committed as revision 7351 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-21FIXME has already been fixed ages agoMichael Niedermayer
Originally committed as revision 7348 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-21simplifyMichael Niedermayer
Originally committed as revision 7347 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-21use qscale_table in adaptive quantMichael Niedermayer
some PSNR/bitrate improvement for adaptive quant Originally committed as revision 7346 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-21skip motion estimation and encoding of non direct-0,0 MBs if the next MB is ↵Michael Niedermayer
skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome) Originally committed as revision 7343 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-20try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRDMichael Niedermayer
Originally committed as revision 7336 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-07ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer
Originally committed as revision 7249 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-06use the standard INT64_C() macro for 64-bit constantsMåns Rullgård
Originally committed as revision 7240 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-21fix b frames + -mbd rd without -psnr (yes that was seriously buggy and ↵Michael Niedermayer
probably hasnt been noticed as everyone who tested stuff used -psnr) Originally committed as revision 7148 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-21100l infinite loop fixMichael Niedermayer
Originally committed as revision 7147 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-20Fix linking with H.261 support disabled.Tom Harper
patch by Tom Harper, d.thomas.harper gmail com Originally committed as revision 7134 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-20infiinit loop fix for CBR + adaptive quantMichael Niedermayer
Originally committed as revision 7133 to svn://svn.ffmpeg.org/ffmpeg/trunk