summaryrefslogtreecommitdiff
path: root/libavformat/apngdec.c
Commit message (Expand)AuthorAge
* avformat/apngdec: make tag_buf string largerClément Bœsch2014-12-20
* avformat/apngdec: exit probing when skipping is not possible.Benoit Fouet2014-12-02
* apng: move shared header from avformat to avcodec.Benoit Fouet2014-12-02
* avformat/apngdec: validate frame dimensions.Benoit Fouet2014-11-26
* avformat/apngdec: use packet pts and duration instead of altering stream fram...Benoit Fouet2014-11-26
* avformat/apngdec: account for blend and dispose operations.Benoit Fouet2014-11-26
* avformat/apngdec: transmit all the chunks between consecutive fcTL ones.Benoit Fouet2014-11-24
* lavf/apngdec: print currently unsupported in-stream tags in a more readable formJames Almer2014-11-23
* lavf: fix apngdec under msvc.Matthew Oliver2014-11-22
* lavf/apngdec: properly skip currently unsupported in-stream tagsJames Almer2014-11-22
* avformat/apngdec: add APNG demuxer.Benoit Fouet2014-11-21