]> git.sesse.net Git - ffmpeg/history - libavcodec/pngdec.c
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
[ffmpeg] / libavcodec / pngdec.c
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