summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd.c
Commit message (Expand)AuthorAgeFilesLines
* Add appropriate const specifiers to some custom parse functions.reimar2007-12-021-1/+1
* Mark all stream_info_t as constreimar2007-12-021-2/+2
* When IFO file is opened (detected by extension), set dvd-device to IFO file'svoroshil2007-12-021-0/+43
* this variable was nothing but a useless memleakben2007-11-301-3/+1
* pgc->subp_control and pgc->audio_control are no more bitfields,nicodvb2007-11-231-20/+0
* Cleanup sg_io_hdr initialization a bitreimar2007-11-171-2/+1
* We do not have any use for the sense data, so we don't need a buffer for it.reimar2007-11-171-4/+1
* Some more cosmeticsreimar2007-11-171-5/+3
* Move the zeroing directly before the other initialization codereimar2007-11-171-3/+3
* Move everything that sets buffer values together.reimar2007-11-171-2/+4
* Another place that can use AV_WB32reimar2007-11-171-4/+2
* Some cosmetics in dvd_set_speedreimar2007-11-171-4/+6
* Move the DVD speed factor -> KB/s conversion into the casereimar2007-11-171-4/+3
* Add a missing close() to dvd_set_speed functionreimar2007-11-171-0/+1
* Open device file only right before we need it, so we do notreimar2007-11-171-5/+5
* Do not print Ok message when setting speed limit failedreimar2007-11-171-1/+1
* AV_WB16(..., 1000) more obviously represents one second that assigningreimar2007-11-171-2/+3
* Use AV_WB32 instead of manual bit-fiddling when setting DVD speedreimar2007-11-171-4/+4
* GPCMD_SET_STREAMING command is 12 bytes large, not 16reimar2007-11-171-1/+1
* report why the dvd couldn't be opened. Patch by Jan Knutar jknutar+nic+finicodvb2007-11-161-3/+5
* at the end of open() warn users that seeking won't work correctly if the cach...nicodvb2007-11-101-0/+2
* implemented STREAM_CTRL_GET_ASPECT_RATIOnicodvb2007-09-011-0/+5
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-14/+14
* in stream_control() remove redefinition of d in a case block, previously assi...nicodvb2007-08-271-1/+0
* in open_s() unified failure code in fail:nicodvb2007-08-271-20/+11
* Remove redundant variable declarations.diego2007-08-251-4/+0
* Set DVD speed earlier to avoid drive spinup during openreimar2007-08-211-1/+1
* Moved dvdtimetomsec to stream_dvd_common.c.cehoyos2007-08-041-22/+6
* The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREADdiego2007-07-031-13/+0
* Fix dvd:// subtitle handling to always report the MPEG stream id, becausereimar2007-06-241-7/+13
* Remove some unused variables, patch by timwoj ieee org.diego2007-05-281-1/+1
* fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mpl...nicodvb2007-05-261-2/+2
* 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