summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-03-12Merge commit '6327c10702922eabcb1c6170abd3f03d23ce4c51'Michael Niedermayer3-4/+10
2013-03-08png: use av_mallocz_array() for the zlib zalloc functionJustin Ruggles1-3/+1
2012-06-15Remove duplicated png and mng signatures.Paul B Mahol5-13/+10
2012-03-22png: make ff_png_pass_mask local to pngdec.Clément Bœsch3-9/+6
2012-01-21pngdec: Fix masks for interlaced decodingMichael Niedermayer2-2/+2
2012-01-17lavc: remove unused headersPaul B Mahol4-4/+0
2011-01-26Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò2-8/+2
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-02-26decode mng color decorrelationLoren Merritt4-3/+37
2007-07-15hardly anything in PNGContext is shared; split itMåns Rullgård4-56/+71
2007-07-15separate en/decoder specific parts from png.cMåns Rullgård5-861/+947
2007-06-04spellingDiego Biurrun2-3/+3
2007-06-02Use AV_xx throughout libavcodecRamiro Polla28-157/+79
2007-05-23Remove duplicate bytestream functionsRamiro Polla5-113/+59
2007-02-12consistency renaming: rgba32 --> rgb32Diego Biurrun3-32/+32
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun25-114/+105
2007-01-21remove useless #ifdef CONFIG_ZLIBMåns Rullgård1-2/+0
2006-10-24PNG 16-bit gray decoding supportKostya Shishkov1-0/+3
2006-10-14Make PNG produce correct 8-bit picturesKostya Shishkov1-1/+1
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård15-29/+102
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner16-48/+50
2006-03-08(f)printf --> av_log conversionSteve L'Homme11-51/+51
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-05-10a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson5-0/+18
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer35-148/+24
2005-01-12various security fixes and precautionary checksMichael Niedermayer36-89/+314
2004-11-12When bswap_32 is a macro, png images fail to decode properly, patch by (Milan...Milan Cutka1-1/+3
2004-11-09porting png support from -f image to -f image2Michael Niedermayer6-3/+953
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-25Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò2-8/+2