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
/
stream
/
stream_dvdnav.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs()
nicodvb
2006-12-02
1
-0
/
+11
*
cosmetical reformatting
nicodvb
2006-11-27
1
-13
/
+14
*
feed the content of NAV_PACKET to the demuxer
nicodvb
2006-11-27
1
-0
/
+3
*
keep nav highlight event in dvdnav priv structure
ben
2006-11-25
1
-11
/
+14
*
support for comma-separated language codes in -slang
nicodvb
2006-11-25
1
-1
/
+6
*
better nav highlight handling
ben
2006-11-25
1
-4
/
+7
*
removed unused members and variables
nicodvb
2006-11-25
1
-8
/
+0
*
COSMETICS: consistently reformatted after ben's mess
nicodvb
2006-11-25
1
-6
/
+4
*
added code to identify subs language and count; needed for forthcoming suppor...
nicodvb
2006-11-25
1
-0
/
+28
*
support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot...
ben
2006-11-25
1
-0
/
+48
*
consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME...
nicodvb
2006-11-12
1
-1
/
+1
*
one more deuglification
nicodvb
2006-11-09
1
-1
/
+2
*
COSMETICS: renamed dvdnav_priv to priv
nicodvb
2006-11-09
1
-56
/
+56
*
changed ugly sizeof(*type_ptr) width sizeof(type)
nicodvb
2006-11-08
1
-1
/
+1
*
COSMETICS: reformatted this ugly mess in a consistent manner
nicodvb
2006-11-08
1
-70
/
+71
*
support for -dvdangle
nicodvb
2006-11-08
1
-0
/
+3
*
support for -chapter option (same semanthics as for dvd://)
nicodvb
2006-10-23
1
-0
/
+16
*
simplified code to handle titleset transition (removed useless assignment)
nicodvb
2006-10-23
1
-2
/
+1
*
spell fix
nicodvb
2006-10-23
1
-1
/
+1
*
don't play any other title other than N when N is specified (with dvdnav://N)
nicodvb
2006-10-23
1
-0
/
+8
*
warn the user to disable the cache when playing dvdnav streams
nicodvb
2006-10-04
1
-0
/
+2
*
made file-static new_dvdnav_stream() and dvdnav_stream_read()
nicodvb
2006-09-20
1
-2
/
+2
*
introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);
nicodvb
2006-09-19
1
-0
/
+12
*
removed dead code
nicodvb
2006-09-19
1
-117
/
+0
*
Іnitial button value is -1. Only (button>0) is a correct button selection.
jonas
2006-09-19
1
-1
/
+1
*
permit seeking to 0: there's no reason to prevent it
nicodvb
2006-09-18
1
-6
/
+3
*
in the previous commit I forgot to set s->end_pos=0
nicodvb
2006-09-18
1
-0
/
+1
*
at titleset change call update_title_len() to reset stream->end_pos
nicodvb
2006-09-18
1
-0
/
+4
*
don't seek until dvdnav_get_position() returns something meaningful
nicodvb
2006-09-18
1
-1
/
+8
*
report mouse coordinates after movement to dvdnav; this permits to enable but...
nicodvb
2006-09-16
1
-0
/
+14
*
at start, when not playing a specific titleset, try to call the Title menu (a...
nicodvb
2006-09-15
1
-1
/
+3
*
in mp_dvdnav_handle_input() update current button only if the status of the p...
nicodvb
2006-09-15
1
-1
/
+2
*
dvdnav_stream_reset() should be called on dvdnav_priv->dvdnav not on dvdnav_p...
nicodvb
2006-09-15
1
-1
/
+1
*
removed code that propagated the slave command dvdnav_event that hasn't been ...
nicodvb
2006-09-15
1
-12
/
+0
*
when cmd == MP_CMD_DVDNAV_SELECT set reset=1 only if dvdnav_button_activate()...
nicodvb
2006-09-15
1
-1
/
+1
*
at start, reset dvdnav at the beginning of the stream after the first read (t...
nicodvb
2006-09-10
1
-0
/
+1
*
try to start from the root menu skipping all intros when playing dvdnav://-1;...
nicodvb
2006-09-10
1
-1
/
+3
*
permit to select previous dvdnav menu, in the order chapter->title->root
nicodvb
2006-09-10
1
-0
/
+15
*
in mp_dvdnav_handle_input() assign the currently selected button, shown in th...
nicodvb
2006-09-09
1
-1
/
+3
*
added mp_dvdnav_handle_input to handle user's input (revived from the reposit...
nicodvb
2006-09-09
1
-0
/
+40
*
if no track number specified play the whole disc, or the menus can't be shown...
nicodvb
2006-09-09
1
-1
/
+4
*
implemented STREAM_CTRL_GET_NUM_CHAPTERS
nicodvb
2006-08-21
1
-0
/
+11
*
corrected _very_ misleading comment
nicodvb
2006-08-19
1
-1
/
+1
*
implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)
nicodvb
2006-08-19
1
-0
/
+14
*
removed #if-0 code that dereferenced dvdnav_t's internal members, violating ...
nicodvb
2006-08-19
1
-11
/
+0
*
10l: misplaced brace in a switch
nicodvb
2006-08-19
1
-1
/
+1
*
implemented seeking to chapter
nicodvb
2006-08-19
1
-0
/
+29
*
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...
ben
2006-08-04
1
-1
/
+1
*
renamed dvdnav_stream to stream_dvdnav for consistency
ben
2006-08-03
1
-0
/
+396