summaryrefslogtreecommitdiffstats
path: root/libavcodec/pngdec.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* png: read and write stereo3d frame side data informationKirill Gavrilov2015-10-301-0/+18
* png: Be more informative regarding signature errorsLuca Barbato2015-08-021-3/+17
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* png: Set the color range as full rangewm42015-05-091-0/+2
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-3/+3
* png: improve signature checkVittorio Giovara2015-01-141-3/+4
* png: support reading gray+alpha at 16 bitsVittorio Giovara2014-08-041-0/+3
* png: disable broken MMX/SIMD code for bpp <= 2Vittorio Giovara2014-08-041-1/+1
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-041-1/+1
* pngdec: correctly indent macrosVittorio Giovara2014-08-011-17/+17
* png: K&R formatting cosmeticsVittorio Giovara2014-03-161-104/+117
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* pngdec: Stop trying to decode once inflate returns Z_STREAM_ENDMartin Storsjö2013-09-291-0/+4
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-24/+15
* pngdec: cosmetics, reformat.Anton Khirnov2013-01-261-73/+77
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-8/+8
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* png: check bit depth for PAL8/Y400A pixel formats.Ronald S. Bultje2012-05-041-2/+4
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* png: convert to bytestream2 API.Ronald S. Bultje2012-03-081-39/+30
* png: make .long_name more descriptivePaul B Mahol2012-02-211-1/+1
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-291-5/+5
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-10/+8
* Fix incorrect max_lowres valuesMans Rullgard2011-07-201-1/+0
* Remove unused variablesMans Rullgard2011-06-021-7/+6
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Replace dprintf with av_dlogLuca Barbato2011-01-291-3/+3
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-071-0/+1
* pngdec: Add support for PIX_FMT_Y400AAndreas Öman2010-04-141-0/+2
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* pngdec.c : release allocated buffers.Jai Menon2009-12-011-1/+13
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-301-16/+10
* Support RGB48 PNG decodingKostya Shishkov2009-06-301-0/+10
* png decoder use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-1/+1
* Fix unaligned dsputil call.Vitor Sessak2009-05-241-3/+8
* Add support to CorePNG P-frames.Thilo Borgmann2009-04-101-5/+29
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Remove useless casts.avcoder2008-07-101-5/+5
OpenPOWER on IntegriCloud