summaryrefslogtreecommitdiff
path: root/libavcodec/pngdec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* png: read and write stereo3d frame side data informationKirill Gavrilov2015-10-30
* png: Be more informative regarding signature errorsLuca Barbato2015-08-02
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* png: Set the color range as full rangewm42015-05-09
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* png: improve signature checkVittorio Giovara2015-01-14
* png: support reading gray+alpha at 16 bitsVittorio Giovara2014-08-04
* png: disable broken MMX/SIMD code for bpp <= 2Vittorio Giovara2014-08-04
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-04
* pngdec: correctly indent macrosVittorio Giovara2014-08-01
* png: K&R formatting cosmeticsVittorio Giovara2014-03-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* pngdec: Stop trying to decode once inflate returns Z_STREAM_ENDMartin Storsjö2013-09-29
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* pngdec: cosmetics, reformat.Anton Khirnov2013-01-26
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* png: check bit depth for PAL8/Y400A pixel formats.Ronald S. Bultje2012-05-04
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* png: convert to bytestream2 API.Ronald S. Bultje2012-03-08
* png: make .long_name more descriptivePaul B Mahol2012-02-21
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-29
* 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