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-07-10Split ff_set_mpeg4_time() and move the non mpeg4 specific partAurelien Jacobs
2007-07-09trivial warning fixesMåns Rullgård
2007-07-06move ff_copy_bits to bitstream.cAurelien Jacobs
2007-07-05make DCT_common_init() staticAurelien Jacobs
2007-06-12misc spelling fixesDiego Biurrun
2007-05-19split ljpeg encoder out of mjpeg.cAurelien Jacobs
2007-05-14remove some unused mjpeg encoding variablesAurelien Jacobs
2007-05-05add a ff_ prefix to the now exported mpeg1_find_frame_end() functionAurelien Jacobs
2007-05-05move mpegvideo_parser in it's own fileAurelien Jacobs
2007-04-07typos/grammarDiego Biurrun
2007-04-01Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier
2007-03-14move RLTable stuff to its own headerMichael Niedermayer
2006-12-23skiprdMichael Niedermayer
2006-12-21skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...Michael Niedermayer
2006-11-16throw error if unsupported resolution is used with h261Baptiste Coudurier
2006-11-07add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier
2006-11-06move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier
2006-10-28lambda* should be unsignedMichael Niedermayer
2006-10-09Fixes:Dominik Mierzejewski
2006-10-09Fixes:Dominik Mierzejewski
2006-10-09Fixes:Dominik Mierzejewski
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-09-29Move the ratecontrol related code from mpegvideo.h to a separate header file.Panagiotis Issaris
2006-09-29Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there andPanagiotis Issaris
2006-09-28dc_val should be signedMåns Rullgård
2006-09-27fix some signedness warningsMåns Rullgård
2006-09-27Make ratecontrol use ff_eval2().Panagiotis Issaris
2006-08-15Compile fix (for GCC<3.3) when encoders are disabledGuillaume Poirier
2006-05-26fix mbd bits bug, finallyBaptiste Coudurier
2006-05-16MPEG-2 4:2:2 encoding supportBaptiste Coudurier
2006-04-28use previous qscale for intra_dc_threshold checkMichael Niedermayer
2006-04-032x faster ff_mpeg4_set_direct_mvLoren Merritt
2006-03-19various fixes for xvid_rcMichael Niedermayer
2006-02-05MSVC-compatible __align8/__align16 declarationSteve L'Homme
2006-02-04faster find_startcode()Michael Niedermayer
2006-01-27fixing bframe strategy 2Michael Niedermayer
2006-01-26warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun
2006-01-25xvid ratecontrol supportMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-29second try of improved lambda/qp guessing for motion estimation RD in first passMichael Niedermayer
2005-12-23better f_code guessing in 2nd passMichael Niedermayer
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-19use correct qp & lambda for ME on the second passMichael Niedermayer
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-24fix user data parsing code so it suppors pre1 and cvsMichael Niedermayer
2005-06-17spelling fixesDiego Biurrun
2005-06-02adding a few constMichael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2005-04-24Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson