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.h
Age
Commit message (
Expand
)
Author
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-30
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-04-27
Move png mmx functions into x86/png_mmx.c, remove them from DSPContext.
Baptiste Coudurier
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-26
Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.
Diego Elio Pettenò
2011-01-25
Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.
Diego Elio Pettenò
2010-03-06
Move some prototypes from dsputil.c to reasonable header files
Måns Rullgård
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-12-03
Delete unnecessary 'extern' keywords.
Diego Biurrun
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-02-26
decode mng color decorrelation
Loren Merritt
2008-02-25
png filters
Loren Merritt
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-07-15
remove superfluous #include
Måns Rullgård
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