summaryrefslogtreecommitdiffstats
path: root/libavcodec/pngenc.c
Commit message (Expand)AuthorAgeFilesLines
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Remove useless casts.avcoder2008-07-101-3/+3
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* dsputil.h is not a system header, use "" when #including it.Diego Biurrun2008-05-091-1/+1
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-291-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* simplifyLoren Merritt2008-02-261-1/+1
* png filtersLoren Merritt2008-02-251-25/+139
* Allow to override zlib compression level in PNG encoder via avctx->compressio...Reimar Döffinger2007-10-091-1/+5
* hardly anything in PNGContext is shared; split itMåns Rullgård2007-07-151-4/+25
* separate en/decoder specific parts from png.cMåns Rullgård2007-07-151-0/+309
OpenPOWER on IntegriCloud