summaryrefslogtreecommitdiffstats
path: root/libavformat/apngdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/apngdec: make tag_buf string largerClément Bœsch2014-12-201-1/+1
* avformat/apngdec: exit probing when skipping is not possible.Benoit Fouet2014-12-021-1/+1
* apng: move shared header from avformat to avcodec.Benoit Fouet2014-12-021-1/+1
* avformat/apngdec: validate frame dimensions.Benoit Fouet2014-11-261-1/+5
* avformat/apngdec: use packet pts and duration instead of altering stream fram...Benoit Fouet2014-11-261-3/+12
* avformat/apngdec: account for blend and dispose operations.Benoit Fouet2014-11-261-1/+5
* avformat/apngdec: transmit all the chunks between consecutive fcTL ones.Benoit Fouet2014-11-241-10/+24
* lavf/apngdec: print currently unsupported in-stream tags in a more readable formJames Almer2014-11-231-1/+6
* lavf: fix apngdec under msvc.Matthew Oliver2014-11-221-1/+1
* lavf/apngdec: properly skip currently unsupported in-stream tagsJames Almer2014-11-221-0/+1
* avformat/apngdec: add APNG demuxer.Benoit Fouet2014-11-211-0/+409
OpenPOWER on IntegriCloud