Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-29lavf: fix usages of av_get_codec_tag_string()Clément Bœsch
2017-03-22avformat/apng: set max_fps to no limit by defaultJames Almer
2017-03-22avformat/apng: fix setting frame delay when max_fps is set to no limitJames Almer
2016-11-18Revert "apngdec: use side data to pass extradata to the decoder"James Almer
2016-11-01apngdec: use side data to pass extradata to the decoderAndreas Cadhalpun
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-02-20avformat/apngdec: Use 64bit for ret to avoid overflowMichael Niedermayer
2015-02-20avformat/apngdec: Use 64bit ret to avoid overflowMichael Niedermayer
2014-12-20avformat/apngdec: make tag_buf string largerClément Bœsch
2014-12-02avformat/apngdec: exit probing when skipping is not possible.Benoit Fouet
2014-12-02apng: move shared header from avformat to avcodec.Benoit Fouet
2014-11-27avformat/apngdec: validate frame dimensions.Benoit Fouet
2014-11-26avformat/apngdec: use packet pts and duration instead of altering stream fram...Benoit Fouet
2014-11-26avformat/apngdec: account for blend and dispose operations.Benoit Fouet
2014-11-24avformat/apngdec: transmit all the chunks between consecutive fcTL ones.Benoit Fouet
2014-11-23lavf/apngdec: print currently unsupported in-stream tags in a more readable formJames Almer
2014-11-22lavf: fix apngdec under msvc.Matthew Oliver
2014-11-22lavf/apngdec: properly skip currently unsupported in-stream tagsJames Almer
2014-11-21avformat/apngdec: add APNG demuxer.Benoit Fouet