aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/pngenc.c
AgeCommit message (Expand)Author
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-07-10Add av_ prefix to bswap macrosMåns Rullgård
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-07-10Remove useless casts.avcoder
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-11Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-05-09dsputil.h is not a system header, use "" when #including it.Diego Biurrun
2008-04-29Add long names to some AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-26simplifyLoren Merritt
2008-02-25png filtersLoren Merritt
2007-10-09Allow to override zlib compression level in PNG encoder via avctx->compressio...Reimar Döffinger
2007-07-15hardly anything in PNGContext is shared; split itMåns Rullgård
2007-07-15separate en/decoder specific parts from png.cMåns Rullgård