summaryrefslogtreecommitdiffstats
path: root/libavformat/subtitles.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud