]> git.sesse.net Git - ffmpeg/history - libavcodec/pngdec.c
DCA: ARM/NEON optimised lfe_fir
[ffmpeg] / libavcodec / pngdec.c
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-12-01 Jai Menonpngdec.c : release allocated buffers.
2009-07-30 Diego BiurrunChange av_log() calls surrounded by '#ifdef DEBUG'...
2009-06-30 Kostya ShishkovSupport RGB48 PNG decoding
2009-06-05 Baptiste Coudurierpng decoder use get_buffer, set CODEC_CAP_DR1
2009-05-24 Vitor SessakFix unaligned dsputil call.
2009-04-10 Thilo BorgmannAdd support to CorePNG P-frames.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-07-10 avcoderRemove useless casts.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-26 Loren Merrittdecode mng color decorrelation
2008-02-25 Loren Merrittremove a memcpy
2008-02-21 Loren Merrittsimd and unroll png_filter_row
2008-02-01 Michael Niedermayerconst
2007-07-17 Diego Biurruntypo fixes
2007-07-15 Måns Rullgårdhardly anything in PNGContext is shared; split it
2007-07-15 Måns Rullgårdseparate en/decoder specific parts from png.c