aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
AgeCommit message (Expand)Author
2007-06-20move dct_quantize and denoise_dct function pointers initialization to CBenoit Fouet
2007-06-20remove unused constant definitionBenoit Fouet
2007-06-19aanscales 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-18move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.cAurelien Jacobs
2007-05-18add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs
2007-05-18split 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-12cosmetics: indentationAurelien Jacobs
2007-05-12make compilation of mjpeg.c optionalAurelien Jacobs
2007-05-12jpegls never call this code, so those tests are uselessAurelien Jacobs
2007-05-10cosmetics: 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-13cosmeticMichael Niedermayer
2007-03-13remove silly static int done protecting the initalization of 32 elements to 1Michael Niedermayer
2007-03-13remove redundant memset()Michael Niedermayer
2007-03-13dont 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-21more simplificationAurelien Jacobs
2006-12-2110lMichael Niedermayer
2006-12-21FIXME has already been fixed ages agoMichael Niedermayer
2006-12-21simplifyMichael Niedermayer
2006-12-21use qscale_table in adaptive quantMichael Niedermayer
2006-12-21skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...Michael Niedermayer
2006-12-20try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRDMichael Niedermayer
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-12-07ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer
2006-12-06use the standard INT64_C() macro for 64-bit constantsMåns Rullgård
2006-11-21fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probab...Michael Niedermayer
2006-11-21100l infinite loop fixMichael Niedermayer
2006-11-20Fix linking with H.261 support disabled.Tom Harper
2006-11-20infiinit loop fix for CBR + adaptive quantMichael Niedermayer