index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
apngdec.c
Age
Commit message (
Expand
)
Author
2018-07-02
avformat/apngdec: set pts to AV_NOPTS_VALUE
Marton Balint
2017-03-29
Fix all -Wformat warnings raised by DJGPP
Clément Bœsch
2017-03-29
lavf: fix usages of av_get_codec_tag_string()
Clément Bœsch
2017-03-21
avformat/apng: set max_fps to no limit by default
James Almer
2017-03-21
avformat/apng: fix setting frame delay when max_fps is set to no limit
James Almer
2016-11-18
Revert "apngdec: use side data to pass extradata to the decoder"
James Almer
2016-11-01
apngdec: use side data to pass extradata to the decoder
Andreas Cadhalpun
2016-04-10
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2015-12-04
avformat: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-07-27
Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'
Michael Niedermayer
2015-02-20
avformat/apngdec: Use 64bit for ret to avoid overflow
Michael Niedermayer
2015-02-20
avformat/apngdec: Use 64bit ret to avoid overflow
Michael Niedermayer
2014-12-20
avformat/apngdec: make tag_buf string larger
Clément Bœsch
2014-12-02
avformat/apngdec: exit probing when skipping is not possible.
Benoit Fouet
2014-12-02
apng: move shared header from avformat to avcodec.
Benoit Fouet
2014-11-26
avformat/apngdec: validate frame dimensions.
Benoit Fouet
2014-11-26
avformat/apngdec: use packet pts and duration instead of altering stream fram...
Benoit Fouet
2014-11-26
avformat/apngdec: account for blend and dispose operations.
Benoit Fouet
2014-11-24
avformat/apngdec: transmit all the chunks between consecutive fcTL ones.
Benoit Fouet
2014-11-23
lavf/apngdec: print currently unsupported in-stream tags in a more readable form
James Almer
2014-11-22
lavf: fix apngdec under msvc.
Matthew Oliver
2014-11-22
lavf/apngdec: properly skip currently unsupported in-stream tags
James Almer
2014-11-21
avformat/apngdec: add APNG demuxer.
Benoit Fouet