summaryrefslogtreecommitdiff
path: root/libavcodec/pngenc.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Remove useless casts.avcoder2008-07-10
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* dsputil.h is not a system header, use "" when #including it.Diego Biurrun2008-05-09
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-29
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* simplifyLoren Merritt2008-02-26
* png filtersLoren Merritt2008-02-25
* Allow to override zlib compression level in PNG encoder via avctx->compressio...Reimar Döffinger2007-10-09
* hardly anything in PNGContext is shared; split itMåns Rullgård2007-07-15
* separate en/decoder specific parts from png.cMåns Rullgård2007-07-15