summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* 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
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer2006-12-07
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
* fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probab...Michael Niedermayer2006-11-21
* 100l infinite loop fixMichael Niedermayer2006-11-21
* Fix linking with H.261 support disabled.Tom Harper2006-11-20
* infiinit loop fix for CBR + adaptive quantMichael Niedermayer2006-11-20
* 100l qprd fix 2nd tryMichael Niedermayer2006-11-20
* testing all dquant for qp_rd fixes the qp runaway to 31 bugMichael Niedermayer2006-11-19
* throw error if unsupported resolution is used with h261Baptiste Coudurier2006-11-16
* add low delay forcing option for mpeg1/2 encodingBaptiste Coudurier2006-11-13
* rename squareTbl -> ff_squareTblMåns Rullgård2006-11-12
* add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier2006-11-07
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* 10l (forgot ALT_SCAN)Michael Niedermayer2006-11-01
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-01
* fix 1/0 b frames + CBR bugMichael Niedermayer2006-10-31
* prevent overflow if lambda2 is "too" largeMichael Niedermayer2006-10-28
* use lambda/lmax instead of qscale/qmax as end check for vbv retryMichael Niedermayer2006-10-28
* prevent infinite loopMichael Niedermayer2006-10-21
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix buffer underflows by reencoding the current frame with a higher QPMichael Niedermayer2006-10-05
* mjpeg 4:2:2 encoding supportBaptiste Coudurier2006-10-04
* approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt2006-10-01
* return 0 from encode_picture() and estimate_qp() on successMåns Rullgård2006-09-27
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
* fix some signedness warningsMåns Rullgård2006-09-27