summaryrefslogtreecommitdiff
path: root/libavformat/subtitles.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/subtitles: Honour ff_subtitles_read_line() documentationAndreas Rheinhardt2021-10-021-0/+1
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-251-2/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close)Andreas Rheinhardt2021-07-181-0/+21
* avformat/subtitles: Check pts difference before useMichael Niedermayer2021-06-181-1/+1
* avformat/subtitles: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-32/+37
* avformat/subtitles: Don't increment packet counter prematurelyAndreas Rheinhardt2020-03-221-1/+2
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-2/+3
* avformat/subtitles: Check nb_subs in ff_subtitles_queue_finalize()Michael Niedermayer2019-10-061-0/+3
* avformat/subtitles: ignore extra '\r' at line endingsPaul B Mahol2019-04-271-1/+1
* avformat: replace all uses of av_copy_packet()James Almer2017-09-251-1/+1
* avformat/subtitles: treat negative duration like unknown durationwm42015-12-231-1/+1
* all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde2015-11-031-6/+3
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-2/+2
* avformat/subtitles: make dropping duplicate events optionalwm42015-09-211-1/+2
* avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch2015-09-101-6/+5
* avformat/subtitles: make sure we don't drop "duplicated" events from differen...Clément Bœsch2015-09-101-0/+1
* avformat/subtitles: drop duplicated eventsClément Bœsch2015-09-101-0/+29
* avformat/subtitles: Use size_t for lenMichael Niedermayer2015-05-111-2/+2
* avformat/subtitles: reduce log level of UTF-16 warningwm42014-10-291-1/+1
* Print a warning if a subtitle demuxer changes utf16 to utf8.Carl Eugen Hoyos2014-10-291-2/+5
* avformat/realtextdec: UTF-16 supportwm42014-09-051-9/+0
* avformat/samidec: UTF-16 supportwm42014-09-051-3/+12
* avformat/srtdec: UTF-16 supportwm42014-09-051-2/+51
* avformat/assdec: UTF-16 supportwm42014-09-051-0/+63
* avformat/vobsub: fix several issues.Clément Bœsch2013-10-041-2/+16
* avformat/subtitles: support standalone CR (MacOS).Clément Bœsch2013-09-081-2/+3
* avformat/subtitles: binary search seeking.Clément Bœsch2013-09-081-14/+36
* avformat/subtitles: check lower bound for duration overlap seeking.Clément Bœsch2013-09-081-1/+2
* avformat/vobsub: fix seeking.Clément Bœsch2013-09-081-2/+14
* vformat/subtitles: check av_copy_packets return codeMichael Niedermayer2013-08-301-1/+3
* Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer2013-03-081-3/+4
* Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-2/+2
* lavf: move stream==-1 handling from ff_subtitles_queue_seek() to avformat_see...Michael Niedermayer2013-01-021-10/+0
* lavf: move srtdec:read_chunk() to subtitles utils.Clément Bœsch2012-12-301-0/+46
* lavf/subtitles: seek a little more backward when necessary.Clément Bœsch2012-12-021-0/+11
* lavf/subtitles: add ff_subtitles_queue_seek().Clément Bœsch2012-12-021-0/+38
* lavf/subtitles: add some SMIL helpers.Clément Bœsch2012-06-291-0/+44
* lavf: add internal demuxer helpers for subtitles.Clément Bœsch2012-06-291-0/+101