index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
png.c
Age
Commit message (
Expand
)
Author
2014-03-17
Merge commit 'c598b569fb3d1f4b6c4868fe64f6989254df5186'
Michael Niedermayer
2014-03-16
png: K&R formatting cosmetics
Vittorio Giovara
2013-03-12
Merge commit '6327c10702922eabcb1c6170abd3f03d23ce4c51'
Michael Niedermayer
2013-03-08
png: use av_mallocz_array() for the zlib zalloc function
Justin Ruggles
2012-06-15
Remove duplicated png and mng signatures.
Paul B Mahol
2012-03-22
png: make ff_png_pass_mask local to pngdec.
Clément Bœsch
2012-01-22
pngdec: Fix masks for interlaced decoding
Michael Niedermayer
2012-01-17
lavc: remove unused headers
Paul B Mahol
2011-01-26
Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.
Diego Elio Pettenò
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-02-26
decode mng color decorrelation
Loren Merritt
2007-07-15
hardly anything in PNGContext is shared; split it
Måns Rullgård
2007-07-15
separate en/decoder specific parts from png.c
Måns Rullgård
2007-06-04
spelling
Diego Biurrun
2007-06-02
Use AV_xx throughout libavcodec
Ramiro Polla
2007-05-23
Remove duplicate bytestream functions
Ramiro Polla
2007-02-12
consistency renaming: rgba32 --> rgb32
Diego Biurrun
2007-02-07
Replace deprecated PIX_FMT names by the newer variants.
Diego Biurrun
2007-01-21
remove useless #ifdef CONFIG_ZLIB
Måns Rullgård
2006-10-24
PNG 16-bit gray decoding support
Kostya Shishkov
2006-10-14
Make PNG produce correct 8-bit pictures
Kostya Shishkov
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-27
add some #ifdef CONFIG_ENCODERS/DECODERS
Måns Rullgård
2006-06-18
Add const to (mostly) char* and make some functions static, which aren't used
Stefan Huehner
2006-03-08
(f)printf --> av_log conversion
Steve L'Homme
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-05-10
a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...
Roine Gustafsson
2005-01-23
avoid buf_size == 0 checks in every decoder
Michael Niedermayer
2005-01-12
various security fixes and precautionary checks
Michael Niedermayer
2004-11-12
When bswap_32 is a macro, png images fail to decode properly, patch by (Milan...
Milan Cutka
2004-11-09
porting png support from -f image to -f image2
Michael Niedermayer
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-25
Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.
Diego Elio Pettenò