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