summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd.c
Commit message (Expand)AuthorAgeFilesLines
* print the disc_id without using a buffernicodvb2007-03-041-3/+3
* 10000l; in previous commit I allocated a buffer 1 byte too shortnicodvb2007-03-031-1/+1
* replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com.nicodvb2007-03-031-2/+3
* Simplify code by using separate variables for large common expressions.reimar2007-02-151-22/+26
* at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer p...nicodvb2007-01-161-0/+2
* replace call to UDFFindFile() (that is not part of the public API) with DVDOp...nicodvb2006-12-231-6/+6
* support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)nicodvb2006-12-171-0/+87
* ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.reimar2006-12-101-1/+1
* consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME...nicodvb2006-11-121-3/+2
* make fail STREAM_CTRLs related to seeking/fetching time/chapter when the cach...nicodvb2006-11-111-2/+9
* idenfify now shows the timings of chapters of the chosen pgcnicodvb2006-11-101-0/+26
* implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME (precis...nicodvb2006-11-071-0/+109
* Streamline and simplify internal vs external libdvdread handling.diego2006-11-031-5/+5
* gcc 2.95 fixods152006-10-111-1/+1
* added OSD audio switching visualizationptt2006-10-111-0/+13
* Print current DVD title as ID_DVD_CURRENT_TITLE.corey2006-10-061-0/+1
* implemented STREAM_CTRL_GET_NUM_CHAPTERSnicodvb2006-08-211-0/+6
* Print DVD audio channel and subtitle track information in non-verbose mode,diego2006-08-191-9/+9
* sanity check: since chapter is 0-based it can't exceed nr_of_ptts-1nicodvb2006-08-191-1/+1
* support for seeking to chapter and getting current playing chapternicodvb2006-08-181-1/+38
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+851