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_dvd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
at the end of open() warn users that seeking won't work correctly if the cach...
nicodvb
2007-11-10
1
-0
/
+2
*
implemented STREAM_CTRL_GET_ASPECT_RATIO
nicodvb
2007-09-01
1
-0
/
+5
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
1
-14
/
+14
*
in stream_control() remove redefinition of d in a case block, previously assi...
nicodvb
2007-08-27
1
-1
/
+0
*
in open_s() unified failure code in fail:
nicodvb
2007-08-27
1
-20
/
+11
*
Remove redundant variable declarations.
diego
2007-08-25
1
-4
/
+0
*
Set DVD speed earlier to avoid drive spinup during open
reimar
2007-08-21
1
-1
/
+1
*
Moved dvdtimetomsec to stream_dvd_common.c.
cehoyos
2007-08-04
1
-22
/
+6
*
The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREAD
diego
2007-07-03
1
-13
/
+0
*
Fix dvd:// subtitle handling to always report the MPEG stream id, because
reimar
2007-06-24
1
-7
/
+13
*
Remove some unused variables, patch by timwoj ieee org.
diego
2007-05-28
1
-1
/
+1
*
fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mpl...
nicodvb
2007-05-26
1
-2
/
+2
*
print the disc_id without using a buffer
nicodvb
2007-03-04
1
-3
/
+3
*
10000l; in previous commit I allocated a buffer 1 byte too short
nicodvb
2007-03-03
1
-1
/
+1
*
replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com.
nicodvb
2007-03-03
1
-2
/
+3
*
Simplify code by using separate variables for large common expressions.
reimar
2007-02-15
1
-22
/
+26
*
at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer p...
nicodvb
2007-01-16
1
-0
/
+2
*
replace call to UDFFindFile() (that is not part of the public API) with DVDOp...
nicodvb
2006-12-23
1
-6
/
+6
*
support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
nicodvb
2006-12-17
1
-0
/
+87
*
ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.
reimar
2006-12-10
1
-1
/
+1
*
consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME...
nicodvb
2006-11-12
1
-3
/
+2
*
make fail STREAM_CTRLs related to seeking/fetching time/chapter when the cach...
nicodvb
2006-11-11
1
-2
/
+9
*
idenfify now shows the timings of chapters of the chosen pgc
nicodvb
2006-11-10
1
-0
/
+26
*
implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME (precis...
nicodvb
2006-11-07
1
-0
/
+109
*
Streamline and simplify internal vs external libdvdread handling.
diego
2006-11-03
1
-5
/
+5
*
gcc 2.95 fix
ods15
2006-10-11
1
-1
/
+1
*
added OSD audio switching visualization
ptt
2006-10-11
1
-0
/
+13
*
Print current DVD title as ID_DVD_CURRENT_TITLE.
corey
2006-10-06
1
-0
/
+1
*
implemented STREAM_CTRL_GET_NUM_CHAPTERS
nicodvb
2006-08-21
1
-0
/
+6
*
Print DVD audio channel and subtitle track information in non-verbose mode,
diego
2006-08-19
1
-9
/
+9
*
sanity check: since chapter is 0-based it can't exceed nr_of_ptts-1
nicodvb
2006-08-19
1
-1
/
+1
*
support for seeking to chapter and getting current playing chapter
nicodvb
2006-08-18
1
-1
/
+38
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31
1
-0
/
+851