aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/apngdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
* avformat/apngdec: Use 64bit for ret to avoid overflowMichael Niedermayer2015-02-201-1/+2
* avformat/apngdec: Use 64bit ret to avoid overflowMichael Niedermayer2015-02-201-1/+1
* 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