summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
...
* 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
* Handle possible failure of ff_eval.Panagiotis Issaris2006-09-26
* SWAPMichael Niedermayer2006-08-19
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-18
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-09
* Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey2006-06-03
* Make b_frame_strategy not fail on pass 2, but still print a notice.Corey Hickey2006-05-29
* h264: MBAFF interlaced decodingLoren Merritt2006-05-28
* MPEG-2 4:2:2 encoding supportBaptiste Coudurier2006-05-16
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-13
* allow insane gop sizes if the user doesnt care about playable streams (doesnt...Michael Niedermayer2006-05-09
* clip_uint8 now return an uint8_t so no need to &0xFFAurelien Jacobs2006-05-01
* missmatch control for mpeg2 intra dequantization if bitexact=1Michael Niedermayer2006-04-28
* 10l in h264 vismb/vismv (broke on 2006-03-09)Loren Merritt2006-04-21
* remove mpegvideo.c img resample dependancyMichael Niedermayer2006-03-31
* prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decodi...Loren Merritt2006-03-23
* kill some warningsMåns Rullgård2006-02-25
* 1 goto 1 fixMichael Niedermayer2006-02-06
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* simplifyMichael Niedermayer2006-02-04
* faster find_startcode()Michael Niedermayer2006-02-04
* fix crash on height < 16 pixels.Loren Merritt2006-01-28
* Add a newline to b_frame_strategy error message.Corey Hickey2006-01-27
* fixing bframe strategy 2Michael Niedermayer2006-01-27
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* H.263: more descriptive error messageTom Joseph2006-01-04
* second try of improved lambda/qp guessing for motion estimation RD in first passMichael Niedermayer2005-12-29
* support downscaling frames for dynamic b frame decissionMichael Niedermayer2005-12-25
* b frame strategy 2Michael Niedermayer2005-12-25
* better f_code guessing in 2nd passMichael Niedermayer2005-12-22
* improved lambda/qp guessing for motion estimation RD in first passMichael Niedermayer2005-12-22
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* use correct qp & lambda for ME on the second passMichael Niedermayer2005-12-19
* forgotMichael Niedermayer2005-12-19
* fix q=0 bugMichael Niedermayer2005-12-18
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17