summaryrefslogtreecommitdiff
path: root/libavformat/srtdec.c
Commit message (Expand)AuthorAge
* avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close)Andreas Rheinhardt2021-07-18
* avformat/srtdec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-08
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/srtdec: Fix memleak upon read header failureAndreas Rheinhardt2020-06-15
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* lavf/srtdec: fix indentRodger Combs2016-06-25
* lavf/srtdec: fix probing files with negative first timestampsRodger Combs2016-06-25
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | lavf/srtdec: do not be strict wrt timing digit lengthsClément Bœsch2016-03-18
* | lavf/srtdec: rewrite parsing logicClément Bœsch2016-01-01
* | avformat/srtdec: make sure we probe a numberClément Bœsch2015-10-09
* | avformat/srtdec: more lenient first line probingClément Bœsch2015-10-01
* | avformat/srtdec: fix number check for the first characterClément Bœsch2015-10-01
* | avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch2015-09-10
* | Print a warning if a subtitle demuxer changes utf16 to utf8.Carl Eugen Hoyos2014-10-29
* | avformat/srtdec: simpler and more lenient probingClément Bœsch2014-09-26
* | avformat/srtdec: speed up probingwm42014-09-05
* | avformat/srtdec: UTF-16 supportwm42014-09-05
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | avformat/subtitles: add a next line jumper and use it.Clément Bœsch2013-09-08
* | avformat/srtdec: skip initial random line breaks.Clément Bœsch2013-09-08
* | avformat/srtdec: Fix pointer corruptionMichael Niedermayer2013-05-14
* | lavf/srtdec: do not try to queue empty subtitle chunks.Clément Bœsch2013-01-27
* | lavf: remove generic index flag from text subtitles.Clément Bœsch2013-01-02
* | lavf: move srtdec:read_chunk() to subtitles utils.Clément Bœsch2012-12-30
* | lavf/srtdec: remove line break hack.Clément Bœsch2012-12-30
* | srt_probe: make buffer pointer constMichael Niedermayer2012-12-25
* | lavf/srtdec: reindent after previous commits.Clément Bœsch2012-12-20
* | lavf/srtdec: switch to FFDemuxSubtitlesQueue API.Clément Bœsch2012-12-20
* | lavf/srtdec: trim line break event separators from packet.Clément Bœsch2012-11-20
* | lavf/srtdec: recognize subtitles starting at event index 0.Clément Bœsch2012-11-05
* | srt: make the demuxer output SubRip packets.Clément Bœsch2012-10-25
* | lavf/srtdec: simplify start/end computation.Clément Bœsch2012-10-24
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | avformat/srtdec: Write duration into packet from srt demuxer.Philip Langdale2012-08-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-30
|\|
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* | lavf/{srt,microdvd}: correctly raise error on avformat_new_stream() error.Clément Bœsch2012-06-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\|
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * avio: deprecate url_feofAnton Khirnov2011-03-07
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04