aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_dvd.c
Commit message (Expand)AuthorAge
* Remove redundant variable declarations.Gravatar diego2007-08-25
* Set DVD speed earlier to avoid drive spinup during openGravatar reimar2007-08-21
* Moved dvdtimetomsec to stream_dvd_common.c.Gravatar cehoyos2007-08-04
* The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREADGravatar diego2007-07-03
* Fix dvd:// subtitle handling to always report the MPEG stream id, becauseGravatar reimar2007-06-24
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mpl...Gravatar nicodvb2007-05-26
* print the disc_id without using a bufferGravatar nicodvb2007-03-04
* 10000l; in previous commit I allocated a buffer 1 byte too shortGravatar nicodvb2007-03-03
* replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com.Gravatar nicodvb2007-03-03
* Simplify code by using separate variables for large common expressions.Gravatar reimar2007-02-15
* at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer p...Gravatar nicodvb2007-01-16
* replace call to UDFFindFile() (that is not part of the public API) with DVDOp...Gravatar nicodvb2006-12-23
* support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)Gravatar nicodvb2006-12-17
* ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.Gravatar reimar2006-12-10
* consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME...Gravatar nicodvb2006-11-12
* make fail STREAM_CTRLs related to seeking/fetching time/chapter when the cach...Gravatar nicodvb2006-11-11
* idenfify now shows the timings of chapters of the chosen pgcGravatar nicodvb2006-11-10
* implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME (precis...Gravatar nicodvb2006-11-07
* Streamline and simplify internal vs external libdvdread handling.Gravatar diego2006-11-03
* gcc 2.95 fixGravatar ods152006-10-11
* added OSD audio switching visualizationGravatar ptt2006-10-11
* Print current DVD title as ID_DVD_CURRENT_TITLE.Gravatar corey2006-10-06
* implemented STREAM_CTRL_GET_NUM_CHAPTERSGravatar nicodvb2006-08-21
* Print DVD audio channel and subtitle track information in non-verbose mode,Gravatar diego2006-08-19
* sanity check: since chapter is 0-based it can't exceed nr_of_ptts-1Gravatar nicodvb2006-08-19
* support for seeking to chapter and getting current playing chapterGravatar nicodvb2006-08-18
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31