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
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
2008-07-24cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-29Remove leading whitespace in long codec name that was committed in r13017Robert Swain
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-04-28Add long names to some AVCodec declarations.Stefano Sabatini
2008-04-17Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them.Alexander Strange
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-03-05Avoid linking with h263 and mpeg4 find_frame_end()Aurelien Jacobs
2008-02-01constMichael Niedermayer
2007-12-02spellingVitor Sessak
2007-11-10intrax8 decoder patch by "someone"Michael Niedermayer
2007-06-13Workaround adjustments for DivX 6.1 and laterLord
2007-06-12misc spelling fixesDiego Biurrun
2007-05-10disable reference to msmpeg4 and wmv2 code when those codecs are not compiled inAurelien Jacobs
2007-05-10move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs
2007-05-08Move H.263 parser to its own file.Diego Biurrun
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
2007-03-08Corrections so that builds with DEBUG workMichel Bardiaux
2007-01-231/0 fixMichael Niedermayer
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMå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-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-0410l in r6412Loren Merritt
2006-10-02approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt
2006-08-05printf -> av_log, only occurs in DEBUG casesMike Melanson
2006-07-09--enable/disable parsers. Warning: some combinations are broken.Måns Rullgård
2006-06-29Fix initialization of vc1_decoder (the same as wmv3_decoder).Reimar Döffinger
2006-03-10cleanup picture / debug output codeMichael Niedermayer
2006-03-08(f)printf --> av_log conversionSteve L'Homme
2006-02-19RMP4 ("xvid fork") decoding supportMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-21also autodetect xvid idct if bitexact is usedMichael Niedermayer
2005-12-18fix custom matrix permutation if xvid idct is autoselected and you have bad luckMichael Niedermayer
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-10select xvid idct for xvid files if possibleMichael Niedermayer
2005-07-15skip_idctMichael Niedermayer
2005-06-17spelling fixesDiego Biurrun
2005-04-25avoid unneeded clear_blocks()Michael Niedermayer
2005-04-24Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson
2005-03-07AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer
2005-01-30In that patch:anonymous
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2005-01-05fix decoding of http://mplayerhq.hu/~diego/problem.movMichael Niedermayer
2004-11-13automatic workaround for another padding bugMichael Niedermayer
2004-10-15xvid fake divx version workaroundMichael Niedermayer