log stream/stream_dvd.c @ 34936:b3adcb95213b

age author description
2012-06-02 reimar Use our own mp_dirname/mp_basename instead of system
2012-02-19 reimar Code cleanup: Use a stream_control instead of global functions to
2011-12-31 ib Add new stream control command STREAM_CTRL_GET_NUM_TITLES.
2011-06-12 reimar Fix dvd_get_current_time so the cell argument actually has a purpose.
2010-11-06 reimar Fix dvd:// fill_buffer function to actually write into the specified
2010-11-06 reimar Fix spelling.
2010-11-06 reimar 100l, add missing return.
2010-11-06 reimar Change code to something understandable (but equivalent).
2010-11-06 reimar Remove a pointless and stupid condition.
2010-10-27 cigaes stream_dvd: millisecond accuracy for chapters in -identify output.
2010-08-11 reimar Add const qualifiers to function string arguments as appropriate.
2010-08-01 diego dvd: Improve seeking by position.
2010-08-01 diego dvd: Improve seeking by chapters.
2010-08-01 diego Fix the incorrect assumption that the number of chapters of a DVD title
2010-02-16 diego stream: Mark functions not used outside of their files as static.
2010-01-30 diego Add license header to all files missing it in the stream subdirectory.
2009-11-22 reimar Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
2009-11-11 reimar Move headers related to setting dvd speed to dvd_common.
2009-11-10 reimar Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed
2009-11-10 reimar Move arrays used by both dvd and dvdnav to dvd_common.
2009-11-10 reimar Share dvd_device extern declaration between dvd and dvdnav.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-04-01 diego Remove unused variable along with the related warning.
2009-03-28 reimar 100l, revert r29082, I missed that the vts comparison should be case-insensitive.
2009-03-28 reimar Reindent
2009-03-28 reimar Simplify extracting title number from ifo name
2009-03-27 reimar Simplify detection of .ifo extension.
2009-01-01 reimar Fix DVD seek_to_chapter: the title number must be converted to a per-VTS
2008-12-31 reimar Work around a dvdread bug where DVDReadBlocks would return values < 0 on read error,
2008-10-20 diego Replace typeof by __typeof__, the former is a non-portable GNU extension.
2008-09-16 diego With -identify, ID_DVD_VOLUME_ID is not shown on some systems.
2008-08-30 reimar Print DVD volume ID with -identify.
2008-07-12 nicodvb in dvd streams the title part ranges from 1 to 99
2008-07-06 nicodvb avoid unnecessary strdup(); patch by Aurel
2008-07-04 nicodvb cosmetics: in ifo_stream_oped() aligned the prototype to the style
2008-07-04 nicodvb in ifo_stream_open() propagate the device based on the dirname of stream->url; patch by Mathieu SCHROETER mathieu.schroeter gamesover ch
2008-07-04 nicodvb dvd_device must be handled exclusively by the option parser; it can't be changed at will in ifo_stream_open()
2008-07-04 nicodvb added support for the device part in the url; patch by
2008-05-24 reimar Add basic support for stream controls with cache enabled.
2008-02-11 nicodvb -chapter is now handled uniformly calling demuxer_seek_chapter() instead
2008-01-13 reimar stream_opts should be const
2008-01-13 reimar Make dvd_audio_stream_types and dvd_audio_stream_channels const
2008-01-05 nicodvb implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu
2008-01-05 nicodvb fixed bug when playing multi-angle titles: the address field in the agli data
2007-12-11 diego Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.
2007-12-02 reimar stream_opts arrays should be const
2007-12-02 reimar Add appropriate const specifiers to some custom parse functions.
2007-12-02 reimar Mark all stream_info_t as const
2007-12-02 voroshil When IFO file is opened (detected by extension), set dvd-device to IFO file's
2007-11-30 ben this variable was nothing but a useless memleak
2007-11-23 nicodvb pgc->subp_control and pgc->audio_control are no more bitfields,
2007-11-17 reimar Cleanup sg_io_hdr initialization a bit
2007-11-17 reimar We do not have any use for the sense data, so we don't need a buffer for it.
2007-11-17 reimar Some more cosmetics
2007-11-17 reimar Move the zeroing directly before the other initialization code
2007-11-17 reimar Move everything that sets buffer values together.
2007-11-17 reimar Another place that can use AV_WB32
2007-11-17 reimar Some cosmetics in dvd_set_speed
2007-11-17 reimar Move the DVD speed factor -> KB/s conversion into the case
2007-11-17 reimar Add a missing close() to dvd_set_speed function