summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* move ff_h263_round_chroma() to mpegvideo.h as static inlineMåns Rullgård2007-07-11
* move init_vlc_rl from h263.c to mpegvideo.cAurelien Jacobs2007-07-10
* move ff_set_qscale from h263.c to mpegvideo.cAurelien Jacobs2007-07-09
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* make DCT_common_init() staticAurelien Jacobs2007-07-05
* move mpeg encoder specific initialization in the encoder specific fileAurelien Jacobs2007-07-05
* Description: split mpegvideo.cBenoit Fouet2007-07-03
* move dct_quantize and denoise_dct function pointers initialization to CBenoit Fouet2007-06-20
* remove unused constant definitionBenoit Fouet2007-06-20
* aanscales is used only with CONFIG_ENCODERSBenoit Fouet2007-06-19
* Simplify init preprocessor statements.Albert Lee2007-06-14
* integrating MPV_common_init_bfin into the build system and mpegvideo.cMarc Hoffman2007-06-12
* misc typo fixesDiego Biurrun2007-06-12
* misc spelling fixesDiego Biurrun2007-06-12
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-28
* use AV_LOG_ERROR instead of INFO for errorsMichael Niedermayer2007-05-20
* sanity checks for bitrate tolerance and buffer size (= fail if a single frame...Michael Niedermayer2007-05-20
* move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.cAurelien Jacobs2007-05-18
* add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs2007-05-18
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-18
* remove some unused mjpeg encoding variablesAurelien Jacobs2007-05-14
* cosmetics: indentAurelien Jacobs2007-05-13
* replace some #ifdef CONFIG_* by if(ENABLE_*)Aurelien Jacobs2007-05-13
* cosmetics: indentationAurelien Jacobs2007-05-12
* make compilation of mjpeg.c optionalAurelien Jacobs2007-05-12
* jpegls never call this code, so those tests are uselessAurelien Jacobs2007-05-12
* cosmetics: reindentAurelien Jacobs2007-05-10
* disable reference to msmpeg4 and wmv2 code when those codecs are not compiled inAurelien Jacobs2007-05-10
* kill av_mallocz_static() calls in init_rl()Michael Niedermayer2007-03-14
* cosmeticMichael Niedermayer2007-03-13
* remove silly static int done protecting the initalization of 32 elements to 1Michael Niedermayer2007-03-13
* remove redundant memset()Michael Niedermayer2007-03-13
* dont malloc() static mv_penalty arraysMichael Niedermayer2007-03-13
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-04
* get rid of CODEC_FLAG_H263P_AIC with next major bumpBaptiste Coudurier2007-03-01
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* Spelling fixMichel Bardiaux2007-02-15
* Fix warnings and simplify/reorder the codeLuca Barbato2007-01-27
* fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpgMichael Niedermayer2007-01-26
* add hint for closed gop and sc threshold error messageBaptiste Coudurier2007-01-24
* set last_picture for h.264 too, this significantly improves error concealment...Michael Niedermayer2007-01-24
* some interlaced direct sanity checksMichael Niedermayer2007-01-13
* skiprdMichael Niedermayer2006-12-23
* more simplificationAurelien Jacobs2006-12-21
* 10lMichael Niedermayer2006-12-21
* FIXME has already been fixed ages agoMichael Niedermayer2006-12-21
* simplifyMichael Niedermayer2006-12-21
* use qscale_table in adaptive quantMichael Niedermayer2006-12-21
* skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...Michael Niedermayer2006-12-21
* try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRDMichael Niedermayer2006-12-20