summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd.c
Commit message (Expand)AuthorAgeFilesLines
* 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