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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-21avformat/jacosubdec: Fix timeres to 1/100 units convertion overflowMichael Niedermayer
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2019-02-20lavf/jacosubdec: compute subtitle duration correctlyAdam Sampson
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2015-09-29Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes
2015-09-10avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2014-11-25avformat/jacosubdec: Cleanup when avpriv_bprint_to_extradata() failsMichael Niedermayer
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2013-11-19avformat/jacosubdec: make probing less tolerant.Clément Bœsch
2013-09-08avformat/subtitles: add a next line jumper and use it.Clément Bœsch
2013-05-05avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer
2013-01-02lavf: remove generic index flag from text subtitles.Clément Bœsch
2012-12-3110l: export ff_bprint_to_extradata between libs using avpriv_ prefix.Clément Bœsch
2012-12-31lavc: add ff_bprint_to_extradata() helper and use it.Clément Bœsch
2012-12-02lavf: use ff_subtitles_queue_seek() for text subtitles demuxers.Clément Bœsch
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-06-29lavf/jacosubdec: fix FPE in case timeres is badly set.Clément Bœsch
2012-06-29lavf/jacosubdec: use subtitles queue API.Clément Bœsch
2012-06-01jacosub_probe: slightly increase the score to limit misdetection.Clément Bœsch
2012-05-31jacosub_probe: speedup by making only one call to sscanfClément Bœsch
2012-05-03JACOsub demuxer, decoder and muxer.Clément Bœsch