]> git.sesse.net Git - ffmpeg/history - libavcodec/pngdec.c
nvenc: Allow different const qps for I, P and B frames
[ffmpeg] / libavcodec / pngdec.c
2017-02-09 Derek Buitenhuisavcodec: Mark some codecs with threadsafe init as such
2016-12-23 Diego BiurrunUse correct printf conversion specifiers for POSIX...
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2015-10-30 Kirill Gavrilovpng: read and write stereo3d frame side data information
2015-08-02 Luca Barbatopng: Be more informative regarding signature errors
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-05-09 wm4png: Set the color range as full range
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-01-14 Vittorio Giovarapng: improve signature check
2014-08-04 Vittorio Giovarapng: support reading gray+alpha at 16 bits
2014-08-04 Vittorio Giovarapng: disable broken MMX/SIMD code for bpp <= 2
2014-08-04 Vittorio Giovaraavutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8
2014-08-01 Vittorio Giovarapngdec: correctly indent macros
2014-03-16 Vittorio Giovarapng: K&R formatting cosmetics
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-29 Martin Storsjöpngdec: Stop trying to decode once inflate returns...
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-01-26 Anton Khirnovpngdec: cosmetics, reformat.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
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