summaryrefslogtreecommitdiffstats
path: root/libavcodec/pngdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-291-1/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* decode mng color decorrelationLoren Merritt2008-02-261-3/+33
* remove a memcpyLoren Merritt2008-02-251-2/+2
* simd and unroll png_filter_rowLoren Merritt2008-02-211-38/+77
* constMichael Niedermayer2008-02-011-4/+4
* typo fixesDiego Biurrun2007-07-171-1/+1
* hardly anything in PNGContext is shared; split itMåns Rullgård2007-07-151-6/+46
* separate en/decoder specific parts from png.cMåns Rullgård2007-07-151-0/+512
OpenPOWER on IntegriCloud