aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_dvd.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\
| * Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Move headers related to setting dvd speed to dvd_common.Gravatar reimar2009-11-11
| * Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speedGravatar reimar2009-11-10
| * Move arrays used by both dvd and dvdnav to dvd_common.Gravatar reimar2009-11-10
| * Share dvd_device extern declaration between dvd and dvdnav.Gravatar reimar2009-11-10
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29134Gravatar Uoti Urpala2009-04-02
|\|
| * Remove unused variable along with the related warning.Gravatar diego2009-04-01
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * 100l, revert r29082, I missed that the vts comparison should be case-insensit...Gravatar reimar2009-03-28
| * ReindentGravatar reimar2009-03-28
| * Simplify extracting title number from ifo nameGravatar reimar2009-03-28
| * Simplify detection of .ifo extension.Gravatar reimar2009-03-27
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * Fix DVD seek_to_chapter: the title number must be converted to a per-VTSGravatar reimar2009-01-01
| * Work around a dvdread bug where DVDReadBlocks would return values < 0 on read...Gravatar reimar2008-12-31
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Replace typeof by __typeof__, the former is a non-portable GNU extension.Gravatar diego2008-10-20
* | Merge svn changes up to r27649Gravatar Uoti Urpala2008-09-20
|\|
| * With -identify, ID_DVD_VOLUME_ID is not shown on some systems.Gravatar diego2008-09-16
* | Merge svn changes up to r27514Gravatar Uoti Urpala2008-09-03
|\|
| * Print DVD volume ID with -identify.Gravatar reimar2008-08-30
* | Make various functions staticGravatar Uoti Urpala2008-08-12
|/
* 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