]> git.sesse.net Git - ffmpeg/history - libavcodec/pngdec.c
lavc: add a wrapper for AVCodecContext.get_buffer().
[ffmpeg] / libavcodec / pngdec.c
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-04 Ronald S. Bultjepng: check bit depth for PAL8/Y400A pixel formats.
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-08 Ronald S. Bultjepng: convert to bytestream2 API.
2012-02-21 Paul B Maholpng: make .long_name more descriptive
2012-01-29 Ronald S. Bultjepng: move DSP functions to their own DSP context.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-20 Mans RullgardFix incorrect max_lowres values
2011-06-02 Mans RullgardRemove unused variables
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-07 Carl Eugen HoyosAdd new decoder property max_lowres and do not init...
2010-04-14 Andreas Ömanpngdec: Add support for PIX_FMT_Y400A
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