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
2022-03-19avcodec/pngenc: Use ff_deflate_init/end() wrappersAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-07-22Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt
2014-03-17Merge commit 'c598b569fb3d1f4b6c4868fe64f6989254df5186'Michael Niedermayer
2014-03-17png: K&R formatting cosmeticsVittorio Giovara
2013-03-13Merge commit '6327c10702922eabcb1c6170abd3f03d23ce4c51'Michael Niedermayer
2013-03-08png: use av_mallocz_array() for the zlib zalloc functionJustin Ruggles
2012-06-15Remove duplicated png and mng signatures.Paul B Mahol
2012-03-23png: make ff_png_pass_mask local to pngdec.Clément Bœsch
2012-01-22pngdec: Fix masks for interlaced decodingMichael Niedermayer
2012-01-17lavc: remove unused headersPaul B Mahol
2011-01-26Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-02-26decode mng color decorrelationLoren Merritt
2007-07-15hardly anything in PNGContext is shared; split itMåns Rullgård
2007-07-15separate en/decoder specific parts from png.cMåns Rullgård
2007-06-05spellingDiego Biurrun
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-05-23Remove duplicate bytestream functionsRamiro Polla
2007-02-13consistency renaming: rgba32 --> rgb32Diego Biurrun
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2007-01-22remove useless #ifdef CONFIG_ZLIBMåns Rullgård
2006-10-24PNG 16-bit gray decoding supportKostya Shishkov
2006-10-14Make PNG produce correct 8-bit picturesKostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-03-08(f)printf --> av_log conversionSteve L'Homme
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-05-11a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2004-11-12When bswap_32 is a macro, png images fail to decode properly, patch by (Milan...Milan Cutka
2004-11-10porting png support from -f image to -f image2Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-25Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò