Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-04dummy support for mpeg2 non linear quantBaptiste Coudurier
2007-03-01get rid of CODEC_FLAG_H263P_AIC with next major bumpBaptiste Coudurier
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-15Spelling fixMichel Bardiaux
2007-01-27Fix warnings and simplify/reorder the codeLuca Barbato
2007-01-26fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpgMichael Niedermayer
2007-01-24add hint for closed gop and sc threshold error messageBaptiste Coudurier
2007-01-24set last_picture for h.264 too, this significantly improves error concealment...Michael Niedermayer
2007-01-13some interlaced direct sanity checksMichael Niedermayer
2006-12-23skiprdMichael Niedermayer
2006-12-22more simplificationAurelien Jacobs
2006-12-2210lMichael Niedermayer
2006-12-21FIXME has already been fixed ages agoMichael Niedermayer
2006-12-21simplifyMichael Niedermayer
2006-12-21use qscale_table in adaptive quantMichael Niedermayer
2006-12-21skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...Michael Niedermayer
2006-12-21try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRDMichael Niedermayer
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-12-07ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer
2006-12-07use the standard INT64_C() macro for 64-bit constantsMåns Rullgård
2006-11-21fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probab...Michael Niedermayer
2006-11-21100l infinite loop fixMichael Niedermayer
2006-11-20Fix linking with H.261 support disabled.Tom Harper
2006-11-20infiinit loop fix for CBR + adaptive quantMichael Niedermayer
2006-11-20100l qprd fix 2nd tryMichael Niedermayer
2006-11-20testing all dquant for qp_rd fixes the qp runaway to 31 bugMichael Niedermayer
2006-11-16throw error if unsupported resolution is used with h261Baptiste Coudurier
2006-11-13add low delay forcing option for mpeg1/2 encodingBaptiste Coudurier
2006-11-13rename squareTbl -> ff_squareTblMåns Rullgård
2006-11-07add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-11-0210l (forgot ALT_SCAN)Michael Niedermayer
2006-11-02Rename SWAP macro to FFSWAP.Diego Biurrun
2006-11-01fix 1/0 b frames + CBR bugMichael Niedermayer
2006-10-28prevent overflow if lambda2 is "too" largeMichael Niedermayer
2006-10-28use lambda/lmax instead of qscale/qmax as end check for vbv retryMichael Niedermayer
2006-10-22prevent infinite loopMichael Niedermayer
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-05fix buffer underflows by reencoding the current frame with a higher QPMichael Niedermayer
2006-10-04mjpeg 4:2:2 encoding supportBaptiste Coudurier
2006-10-02approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt
2006-09-28return 0 from encode_picture() and estimate_qp() on successMåns Rullgård
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård
2006-09-27fix some signedness warningsMåns Rullgård
2006-09-26Handle possible failure of ff_eval.Panagiotis Issaris
2006-08-20SWAPMichael Niedermayer
2006-08-18Explicitly include fastmemcpy.h from libvo/.Diego Biurrun
2006-07-09remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer
2006-06-03Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey