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
2012-12-08gifdec: port to bytestream2 APIPaul B Mahol
2012-11-23replace av_log(0, by av_log(NULL,Michael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-04-15lzw: check for overreadMichael Niedermayer
2012-03-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-29lzw: fix potential integer overflow.Ronald S. Bultje
2012-03-29lzw: prevent buffer overreads.Ronald S. Bultje
2012-03-28lzw(gif): Fix overreadMichael Niedermayer
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-02Fix misspelled parameter names in Doxygen documentation.Diego Biurrun
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-07-14check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough andReimar Döffinger
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constsMichael Niedermayer
2007-03-26factorize &Michael Niedermayer
2007-03-26simplifyMichael Niedermayer
2007-03-26check input validity, this prevents a few variables from reachin odd values w...Michael Niedermayer
2007-03-26simplifyMichael Niedermayer
2007-03-25move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, a...Michael Niedermayer
2007-03-25simplifyMichael Niedermayer
2007-03-25factorizeMichael Niedermayer
2007-03-25simplifyMichael Niedermayer
2007-03-25fix indentationBaptiste Coudurier
2007-03-25break if eob is reached to avoid reading one too much byteBaptiste Coudurier
2006-10-26LZW decoder as separate module plus TIFF LZW supportKostya Shishkov