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 (Collapse)Author
2022-03-19avcodec/pngenc: Use ff_deflate_init/end() wrappersAndreas Rheinhardt
They return nicer error messages. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
They do the same. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2021-07-22Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt
Also remove other unnecessary headers and include headers directly while at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2014-03-17Merge commit 'c598b569fb3d1f4b6c4868fe64f6989254df5186'Michael Niedermayer
* commit 'c598b569fb3d1f4b6c4868fe64f6989254df5186': png: K&R formatting cosmetics Conflicts: libavcodec/png.c libavcodec/pngdec.c libavcodec/pngenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-17png: K&R formatting cosmeticsVittorio Giovara
2013-03-13Merge commit '6327c10702922eabcb1c6170abd3f03d23ce4c51'Michael Niedermayer
* commit '6327c10702922eabcb1c6170abd3f03d23ce4c51': atomic: fix CAS with armcc. png: use av_mallocz_array() for the zlib zalloc function libmp3lame: use the correct remaining buffer size when flushing Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-08png: use av_mallocz_array() for the zlib zalloc functionJustin Ruggles
Fixes valgrind uninitialized memory errors when decoding png. CC:libav-stable@libav.org
2012-06-15Remove duplicated png and mng signatures.Paul B Mahol
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-03-23png: make ff_png_pass_mask local to pngdec.Clément Bœsch
2012-01-22pngdec: Fix masks for interlaced decodingMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-17lavc: remove unused headersPaul B Mahol
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-01-26Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit f2e246f576cd53e75b3696e1db418be98fbda76f)
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-26decode mng color decorrelationLoren Merritt
Originally committed as revision 12228 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-15hardly anything in PNGContext is shared; split itMåns Rullgård
Originally committed as revision 9689 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-15separate en/decoder specific parts from png.cMåns Rullgård
Originally committed as revision 9686 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-05spellingDiego Biurrun
Originally committed as revision 9221 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
Originally committed as revision 9169 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-23Remove duplicate bytestream functionsRamiro Polla
Originally committed as revision 9108 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-13consistency renaming: rgba32 --> rgb32Diego Biurrun
Originally committed as revision 7957 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22remove useless #ifdef CONFIG_ZLIBMåns Rullgård
Originally committed as revision 7623 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-24PNG 16-bit gray decoding supportKostya Shishkov
Originally committed as revision 6779 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-14Make PNG produce correct 8-bit picturesKostya Shishkov
Originally committed as revision 6689 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård
Originally committed as revision 6356 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-08(f)printf --> av_log conversionSteve L'Homme
taken from a patch by Steve L'Homme Originally committed as revision 5127 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-11a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine ↵Roine Gustafsson
users.sourceforge net] Originally committed as revision 4213 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
Originally committed as revision 3872 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-12various security fixes and precautionary checksMichael Niedermayer
Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-12When bswap_32 is a macro, png images fail to decode properly, patch by ↵Milan Cutka
(Milan Cutka <cutka>at<szm>dot<sk>) Originally committed as revision 3672 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-10porting png support from -f image to -f image2Michael Niedermayer
Originally committed as revision 3665 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-25Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>