aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/pngdec.c
AgeCommit message (Expand)Author
2009-04-10Add support to CorePNG P-frames.Thilo Borgmann
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-07-10Remove useless casts.avcoder
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-29Add long names to some AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-26decode mng color decorrelationLoren Merritt
2008-02-25remove a memcpyLoren Merritt
2008-02-21simd and unroll png_filter_rowLoren Merritt
2008-02-01constMichael Niedermayer
2007-07-17typo fixesDiego Biurrun
2007-07-15hardly anything in PNGContext is shared; split itMåns Rullgård
2007-07-15separate en/decoder specific parts from png.cMåns Rullgård