aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-5/+5
* ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer2006-12-071-0/+6
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-061-3/+3
* fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probab...Michael Niedermayer2006-11-211-1/+1
* 100l infinite loop fixMichael Niedermayer2006-11-211-1/+1
* Fix linking with H.261 support disabled.Tom Harper2006-11-201-0/+2
* infiinit loop fix for CBR + adaptive quantMichael Niedermayer2006-11-201-0/+5
* 100l qprd fix 2nd tryMichael Niedermayer2006-11-201-2/+3
* testing all dquant for qp_rd fixes the qp runaway to 31 bugMichael Niedermayer2006-11-191-10/+5
* throw error if unsupported resolution is used with h261Baptiste Coudurier2006-11-161-0/+4
* add low delay forcing option for mpeg1/2 encodingBaptiste Coudurier2006-11-131-2/+13
* rename squareTbl -> ff_squareTblMåns Rullgård2006-11-121-1/+1
* add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier2006-11-071-2/+2
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-1/+1
* 10l (forgot ALT_SCAN)Michael Niedermayer2006-11-011-1/+1
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-011-4/+4
* fix 1/0 b frames + CBR bugMichael Niedermayer2006-10-311-0/+4
* prevent overflow if lambda2 is "too" largeMichael Niedermayer2006-10-281-1/+1
* use lambda/lmax instead of qscale/qmax as end check for vbv retryMichael Niedermayer2006-10-281-1/+1
* prevent infinite loopMichael Niedermayer2006-10-211-1/+1
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-15/+15
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix buffer underflows by reencoding the current frame with a higher QPMichael Niedermayer2006-10-051-8/+38
* mjpeg 4:2:2 encoding supportBaptiste Coudurier2006-10-041-8/+9
* approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt2006-10-011-3/+2
* return 0 from encode_picture() and estimate_qp() on successMåns Rullgård2006-09-271-0/+2
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-4/+4
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
* Handle possible failure of ff_eval.Panagiotis Issaris2006-09-261-7/+13
* SWAPMichael Niedermayer2006-08-191-5/+5
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-181-1/+1
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-091-4/+0
* Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey2006-06-031-1/+1
* Make b_frame_strategy not fail on pass 2, but still print a notice.Corey Hickey2006-05-291-2/+2
* h264: MBAFF interlaced decodingLoren Merritt2006-05-281-2/+2
* MPEG-2 4:2:2 encoding supportBaptiste Coudurier2006-05-161-35/+90
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-131-0/+6
* allow insane gop sizes if the user doesnt care about playable streams (doesnt...Michael Niedermayer2006-05-091-1/+1
* clip_uint8 now return an uint8_t so no need to &0xFFAurelien Jacobs2006-05-011-1/+1
* missmatch control for mpeg2 intra dequantization if bitexact=1Michael Niedermayer2006-04-281-0/+37
* 10l in h264 vismb/vismv (broke on 2006-03-09)Loren Merritt2006-04-211-1/+1