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