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