summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-12-08gifdec: port to bytestream2 APIPaul B Mahol3-58/+46
2012-11-23replace av_log(0, by av_log(NULL,Michael Niedermayer16-22/+22
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-04-15lzw: check for overreadMichael Niedermayer1-0/+4
2012-03-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer7-140/+223
2012-03-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer5-36/+41
2012-03-29lzw: fix potential integer overflow.Ronald S. Bultje1-1/+1
2012-03-29lzw: prevent buffer overreads.Ronald S. Bultje1-3/+8
2012-03-28lzw(gif): Fix overreadMichael Niedermayer1-1/+1
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-156/+198
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun13-29/+17
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-07-02Fix misspelled parameter names in Doxygen documentation.Diego Biurrun16-26/+26
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-07-13check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough andReimar Döffinger1-1/+1
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng145-288/+296
2008-02-01constsMichael Niedermayer33-89/+89
2007-03-26factorize &Michael Niedermayer1-3/+3
2007-03-26simplifyMichael Niedermayer1-10/+1
2007-03-25check input validity, this prevents a few variables from reachin odd values w...Michael Niedermayer1-3/+4
2007-03-25simplifyMichael Niedermayer1-16/+6
2007-03-25move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, a...Michael Niedermayer1-11/+8
2007-03-25simplifyMichael Niedermayer1-4/+3
2007-03-25factorizeMichael Niedermayer1-11/+5
2007-03-25simplifyMichael Niedermayer1-10/+4
2007-03-24fix indentationBaptiste Coudurier1-1/+1
2007-03-24break if eob is reached to avoid reading one too much byteBaptiste Coudurier1-0/+1
2006-10-26LZW decoder as separate module plus TIFF LZW supportKostya Shishkov6-174/+342