]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/pngdec.c
ensure first pts is set, according to specs
[frescor/ffmpeg.git] / libavcodec / pngdec.c
2009-04-10 stefanoAdd support to CorePNG P-frames.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-07-10 benoitRemove useless casts.
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-29 diegoAdd long names to some AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-26 lorenmdecode mng color decorrelation
2008-02-25 lorenmremove a memcpy
2008-02-21 lorenmsimd and unroll png_filter_row
2008-02-01 michaelconst
2007-07-17 diegotypo fixes
2007-07-15 mruhardly anything in PNGContext is shared; split it
2007-07-15 mruseparate en/decoder specific parts from png.c