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