index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
player
/
sub.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
player: change license of most core files to LGPL
wm4
2017-06-23
1
-7
/
+7
*
player: enable no-video subtitle display on coverart too
wm4
2016-10-31
1
-1
/
+1
*
player: don't try updating subtitles while playback PTS doesn't progress
wm4
2016-10-30
1
-2
/
+2
*
player: show subtitles on VO if --force-window is used
wm4
2016-10-26
1
-0
/
+13
*
player: fix instant subtitle refresh on track switches
wm4
2016-09-24
1
-0
/
+3
*
osd: cleanup: make OSDTYPE_ constants private to OSD code
wm4
2016-03-08
1
-4
/
+2
*
sub: make preloading more robust
wm4
2016-03-06
1
-7
/
+4
*
sub: pass all attachments to the subtitle decoder
wm4
2016-03-03
1
-1
/
+25
*
demux: remove relative seeking
wm4
2016-02-28
1
-1
/
+1
*
player: slightly simplify how demuxer streams are enabled/disabled
wm4
2016-02-25
1
-1
/
+0
*
sub: change when/how subtitles are read completely
wm4
2016-01-22
1
-12
/
+8
*
player: refactor: eliminate MPContext.d_video
wm4
2016-01-17
1
-1
/
+2
*
player: refactor: eliminate MPContext.d_sub
wm4
2016-01-17
1
-35
/
+55
*
video: decouple filtering/decoding slightly more
wm4
2016-01-14
1
-2
/
+2
*
video: refactor: handle video format fixups closer to decoder
wm4
2016-01-14
1
-1
/
+1
*
demux: merge sh_video/sh_audio/sh_sub
wm4
2016-01-12
1
-3
/
+3
*
mpv_talloc.h: rename from talloc.h
Dmitrij D. Czarkoff
2016-01-11
1
-1
/
+1
*
sub: change how subtitles are read
wm4
2015-12-29
1
-54
/
+16
*
sub: refactor initialization
wm4
2015-12-27
1
-16
/
+20
*
sub: minor refactor how video FPS for MicroDVD is set
wm4
2015-12-27
1
-4
/
+4
*
sub: destroy/recreate ASS_Renderer when disabling/enablings subs
wm4
2015-12-26
1
-0
/
+2
*
sub: always recreate ASS_Renderer on subtitle decoder reinit
wm4
2015-12-26
1
-98
/
+1
*
sub: cache subtitle state per track instead of per demuxer stream
wm4
2015-12-26
1
-24
/
+10
*
demux: remove weird tripple-buffering for the sh_stream list
wm4
2015-12-23
1
-2
/
+2
*
sub: remove unused video width/height headers
wm4
2015-12-18
1
-3
/
+0
*
sub: allow feeding bitmap subs in advance
wm4
2015-12-05
1
-2
/
+2
*
player: remove OSD subtitle render path
wm4
2015-11-17
1
-46
/
+7
*
player: use demuxer ts offset to simplify timeline ts handling
wm4
2015-11-16
1
-3
/
+1
*
sub: call ass_set_fonts() only once
wm4
2015-07-13
1
-10
/
+3
*
sub: protect ASS_Renderer state
wm4
2015-07-06
1
-1
/
+4
*
Update license headers
Marcin Kurczewski
2015-04-13
1
-5
/
+4
*
build: fix warnings with --disable-libass
wm4
2015-03-04
1
-2
/
+2
*
player: enable cache and demuxer thread for subtitles too
wm4
2015-02-18
1
-0
/
+2
*
player: fix crash wtih --secondary-sid
wm4
2015-01-13
1
-2
/
+3
*
player: fix random crashes on uninitialization
wm4
2014-12-27
1
-0
/
+1
*
player: cosmetics: rename a function
wm4
2014-12-27
1
-4
/
+4
*
sub: reset sub decoder correctly when cycling subtitles
wm4
2014-12-21
1
-3
/
+1
*
player: cosmetics: move code around
wm4
2014-12-21
1
-15
/
+15
*
build: fix --disable-libass
wm4
2014-12-08
1
-2
/
+2
*
sub: remove assertion
wm4
2014-12-07
1
-2
/
+1
*
player: don't crash when using sub_seek without subtitles
wm4
2014-11-23
1
-2
/
+0
*
sub: workaround braindead libass API
wm4
2014-11-15
1
-7
/
+14
*
sub: remove osd_get_sub()
wm4
2014-11-01
1
-4
/
+4
*
sub: be more flexible about changes to how subtitles are rendered
wm4
2014-10-31
1
-20
/
+32
*
player: move some libass setup code to sub.c
wm4
2014-10-03
1
-0
/
+94
*
player: remove central uninit_player() function and flags mess
wm4
2014-10-03
1
-24
/
+27
*
sub: approximate subtitle display in no-video mode
wm4
2014-09-25
1
-0
/
+3
*
sub: fix possible deadlock with --no-sub-ass and similar
wm4
2014-09-06
1
-6
/
+1
*
player: use virtual time for --audio-file with ordered chapters
wm4
2014-08-15
1
-8
/
+1
*
sub: add option to workaround broken mkv files
wm4
2014-08-14
1
-1
/
+3
*
sub: call sub_reset() on seeks only
wm4
2014-08-14
1
-2
/
+0
*
sub: fix subtitle timing for TS
wm4
2014-08-04
1
-2
/
+6
*
sub: don't read packets if video and audio are disabled
wm4
2014-08-04
1
-1
/
+1
*
player: split seek_reset()
wm4
2014-07-30
1
-0
/
+6
*
player: fix desync when seeking and switching external tracks
wm4
2014-07-29
1
-4
/
+1
*
sub: offset subtitle timing to video start PTS
wm4
2014-07-22
1
-1
/
+2
*
dvd, bluray, cdda: add demux_disc containing all related hacks
wm4
2014-07-05
1
-41
/
+0
*
sub: fix undefined behavior with dvd://
wm4
2014-06-28
1
-1
/
+1
*
video: handle colorspace and aspect overrides separately
wm4
2014-05-02
1
-1
/
+2
*
sub: uglify OSD code path with locking
wm4
2014-01-18
1
-17
/
+21
*
sub: uglify sub decoder with locking
wm4
2014-01-17
1
-1
/
+6
*
Fix subtitle delay inversion
Martin Herkt
2014-01-06
1
-1
/
+1
*
player: add --secondary-sid for displaying a second subtitle stream
wm4
2013-12-24
1
-45
/
+80
*
player: add infrastructure to select multiple tracks at once
wm4
2013-12-24
1
-2
/
+2
*
player: redo demuxer stream selection
wm4
2013-12-24
1
-5
/
+5
*
sub/osd: mp_msg conversions
wm4
2013-12-21
1
-1
/
+1
*
player: replace some overlooked mp_msgs
wm4
2013-12-19
1
-5
/
+3
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
1
-2
/
+2
*
Move options/config related files from mpvcore/ to options/
wm4
2013-12-17
1
-1
/
+1
*
Rename mp_core.h to core.h
wm4
2013-12-17
1
-1
/
+1
*
Move mpvcore/player/ to player/
wm4
2013-12-17
1
-0
/
+233