summaryrefslogtreecommitdiffstats
path: root/libavcodec/pngdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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