log pngdec.c @ 12501:b3f9612d4ea7 libavcodec

age author description
Tue, 07 Sep 2010 19:15:29 +0000 stefano Use new imgutils.h API names, fix deprecation warnings. libavcodec
Fri, 06 Aug 2010 09:37:04 +0000 stefano Remove use of the deprecated function avcodec_check_dimensions(), use libavcodec
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavcodec
Wed, 07 Jul 2010 21:23:36 +0000 cehoyos Add new decoder property max_lowres and do not init decoder if requested value is higher. libavcodec
Wed, 14 Apr 2010 20:15:50 +0000 andoma pngdec: Add support for PIX_FMT_Y400A libavcodec
Wed, 31 Mar 2010 12:29:58 +0000 cehoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Tue, 01 Dec 2009 11:38:37 +0000 jai_menon pngdec.c : release allocated buffers. libavcodec
Thu, 30 Jul 2009 21:00:08 +0000 diego Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. libavcodec
Tue, 30 Jun 2009 03:37:20 +0000 kostya Support RGB48 PNG decoding libavcodec
Fri, 05 Jun 2009 08:32:41 +0000 bcoudurier png decoder use get_buffer, set CODEC_CAP_DR1 libavcodec
Sun, 24 May 2009 12:44:54 +0000 vitor Fix unaligned dsputil call. libavcodec
Fri, 10 Apr 2009 17:16:19 +0000 stefano Add support to CorePNG P-frames. libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Thu, 10 Jul 2008 11:52:51 +0000 benoit Remove useless casts. libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Tue, 29 Apr 2008 21:31:21 +0000 diego Add long names to some AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Tue, 26 Feb 2008 10:21:33 +0000 lorenm decode mng color decorrelation libavcodec
Mon, 25 Feb 2008 05:46:53 +0000 lorenm remove a memcpy libavcodec
Thu, 21 Feb 2008 07:10:46 +0000 lorenm simd and unroll png_filter_row libavcodec
Fri, 01 Feb 2008 14:00:31 +0000 michael const libavcodec
Tue, 17 Jul 2007 12:57:50 +0000 diego typo fixes libavcodec
Sun, 15 Jul 2007 19:23:55 +0000 mru hardly anything in PNGContext is shared; split it libavcodec
Sun, 15 Jul 2007 18:24:26 +0000 mru separate en/decoder specific parts from png.c libavcodec base png.c@72c04d495938