aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_dvd.c
Commit message (Expand)AuthorAge
* Replace typeof by __typeof__, the former is a non-portable GNU extension.Gravatar diego2008-10-20
* With -identify, ID_DVD_VOLUME_ID is not shown on some systems.Gravatar diego2008-09-16
* Print DVD volume ID with -identify.Gravatar reimar2008-08-30
* in dvd streams the title part ranges from 1 to 99Gravatar nicodvb2008-07-12
* avoid unnecessary strdup(); patch by AurelGravatar nicodvb2008-07-06
* cosmetics: in ifo_stream_oped() aligned the prototype to the styleGravatar nicodvb2008-07-04
* in ifo_stream_open() propagate the device based on the dirname of stream->url...Gravatar nicodvb2008-07-04
* dvd_device must be handled exclusively by the option parser; it can't be chan...Gravatar nicodvb2008-07-04
* added support for the device part in the url; patch byGravatar nicodvb2008-07-04
* Add basic support for stream controls with cache enabled.Gravatar reimar2008-05-24
* -chapter is now handled uniformly calling demuxer_seek_chapter() insteadGravatar nicodvb2008-02-11
* stream_opts should be constGravatar reimar2008-01-13
* Make dvd_audio_stream_types and dvd_audio_stream_channels constGravatar reimar2008-01-13
* implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu Gravatar nicodvb2008-01-05
* fixed bug when playing multi-angle titles: the address field in the agli dataGravatar nicodvb2008-01-05
* Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.Gravatar diego2007-12-11
* stream_opts arrays should be constGravatar reimar2007-12-02
* Add appropriate const specifiers to some custom parse functions.Gravatar reimar2007-12-02
* Mark all stream_info_t as constGravatar reimar2007-12-02
* When IFO file is opened (detected by extension), set dvd-device to IFO file'sGravatar voroshil2007-12-02
* this variable was nothing but a useless memleakGravatar ben2007-11-30
* pgc->subp_control and pgc->audio_control are no more bitfields,Gravatar nicodvb2007-11-23
* Cleanup sg_io_hdr initialization a bitGravatar reimar2007-11-17
* We do not have any use for the sense data, so we don't need a buffer for it.Gravatar reimar2007-11-17
* Some more cosmeticsGravatar reimar2007-11-17
* Move the zeroing directly before the other initialization codeGravatar reimar2007-11-17
* Move everything that sets buffer values together.Gravatar reimar2007-11-17
* Another place that can use AV_WB32Gravatar reimar2007-11-17
* Some cosmetics in dvd_set_speedGravatar reimar2007-11-17
* Move the DVD speed factor -> KB/s conversion into the caseGravatar reimar2007-11-17
* Add a missing close() to dvd_set_speed functionGravatar reimar2007-11-17
* Open device file only right before we need it, so we do notGravatar reimar2007-11-17
* Do not print Ok message when setting speed limit failedGravatar reimar2007-11-17
* AV_WB16(..., 1000) more obviously represents one second that assigningGravatar reimar2007-11-17
* Use AV_WB32 instead of manual bit-fiddling when setting DVD speedGravatar reimar2007-11-17
* GPCMD_SET_STREAMING command is 12 bytes large, not 16Gravatar reimar2007-11-17
* report why the dvd couldn't be opened. Patch by Jan Knutar jknutar+nic+fiGravatar nicodvb2007-11-16
* at the end of open() warn users that seeking won't work correctly if the cach...Gravatar nicodvb2007-11-10
* implemented STREAM_CTRL_GET_ASPECT_RATIOGravatar nicodvb2007-09-01
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* in stream_control() remove redefinition of d in a case block, previously assi...Gravatar nicodvb2007-08-27
* in open_s() unified failure code in fail:Gravatar nicodvb2007-08-27
* 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