index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
subtitles.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat: replace all uses of av_copy_packet()
James Almer
2017-09-25
1
-1
/
+1
*
avformat/subtitles: treat negative duration like unknown duration
wm4
2015-12-23
1
-1
/
+1
*
all: use FFDIFFSIGN to resolve possible undefined behavior in comparators
Ganesh Ajjanagadde
2015-11-03
1
-6
/
+3
*
Replace remaining occurances of av_free_packet with av_packet_unref
Hendrik Leppkes
2015-10-27
1
-2
/
+2
*
avformat/subtitles: make dropping duplicate events optional
wm4
2015-09-21
1
-1
/
+2
*
avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...
Clément Bœsch
2015-09-10
1
-6
/
+5
*
avformat/subtitles: make sure we don't drop "duplicated" events from differen...
Clément Bœsch
2015-09-10
1
-0
/
+1
*
avformat/subtitles: drop duplicated events
Clément Bœsch
2015-09-10
1
-0
/
+29
*
avformat/subtitles: Use size_t for len
Michael Niedermayer
2015-05-11
1
-2
/
+2
*
avformat/subtitles: reduce log level of UTF-16 warning
wm4
2014-10-29
1
-1
/
+1
*
Print a warning if a subtitle demuxer changes utf16 to utf8.
Carl Eugen Hoyos
2014-10-29
1
-2
/
+5
*
avformat/realtextdec: UTF-16 support
wm4
2014-09-05
1
-9
/
+0
*
avformat/samidec: UTF-16 support
wm4
2014-09-05
1
-3
/
+12
*
avformat/srtdec: UTF-16 support
wm4
2014-09-05
1
-2
/
+51
*
avformat/assdec: UTF-16 support
wm4
2014-09-05
1
-0
/
+63
*
avformat/vobsub: fix several issues.
Clément Bœsch
2013-10-04
1
-2
/
+16
*
avformat/subtitles: support standalone CR (MacOS).
Clément Bœsch
2013-09-08
1
-2
/
+3
*
avformat/subtitles: binary search seeking.
Clément Bœsch
2013-09-08
1
-14
/
+36
*
avformat/subtitles: check lower bound for duration overlap seeking.
Clément Bœsch
2013-09-08
1
-1
/
+2
*
avformat/vobsub: fix seeking.
Clément Bœsch
2013-09-08
1
-2
/
+14
*
vformat/subtitles: check av_copy_packets return code
Michael Niedermayer
2013-08-30
1
-1
/
+3
*
Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'
Michael Niedermayer
2013-03-08
1
-3
/
+4
*
Remove incorrect use of ctype.h functions.
Reimar Döffinger
2013-03-03
1
-2
/
+2
*
lavf: move stream==-1 handling from ff_subtitles_queue_seek() to avformat_see...
Michael Niedermayer
2013-01-02
1
-10
/
+0
*
lavf: move srtdec:read_chunk() to subtitles utils.
Clément Bœsch
2012-12-30
1
-0
/
+46
*
lavf/subtitles: seek a little more backward when necessary.
Clément Bœsch
2012-12-02
1
-0
/
+11
*
lavf/subtitles: add ff_subtitles_queue_seek().
Clément Bœsch
2012-12-02
1
-0
/
+38
*
lavf/subtitles: add some SMIL helpers.
Clément Bœsch
2012-06-29
1
-0
/
+44
*
lavf: add internal demuxer helpers for subtitles.
Clément Bœsch
2012-06-29
1
-0
/
+101