summaryrefslogtreecommitdiff
path: root/libavcodec/pngdec.c
Commit message (Expand)AuthorAge
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Fix incorrect max_lowres valuesMans Rullgard2011-07-20
* Remove unused variablesMans Rullgard2011-06-02
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-07
* pngdec: Add support for PIX_FMT_Y400AAndreas Öman2010-04-14
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* pngdec.c : release allocated buffers.Jai Menon2009-12-01
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-30
* Support RGB48 PNG decodingKostya Shishkov2009-06-30
* png decoder use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* Fix unaligned dsputil call.Vitor Sessak2009-05-24
* Add support to CorePNG P-frames.Thilo Borgmann2009-04-10
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* 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
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-29
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* decode mng color decorrelationLoren Merritt2008-02-26
* remove a memcpyLoren Merritt2008-02-25
* simd and unroll png_filter_rowLoren Merritt2008-02-21
* constMichael Niedermayer2008-02-01
* typo fixesDiego Biurrun2007-07-17
* 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