| Commit message (Expand) | Author | Age |
* | stream: Mark functions not used outside of their files as static. | diego | 2010-02-16 |
* | Add license header to all files missing it in the stream subdirectory. | diego | 2010-01-30 |
* | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many | reimar | 2009-11-22 |
* | Move headers related to setting dvd speed to dvd_common. | reimar | 2009-11-11 |
* | Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed | reimar | 2009-11-10 |
* | Move arrays used by both dvd and dvdnav to dvd_common. | reimar | 2009-11-10 |
* | Share dvd_device extern declaration between dvd and dvdnav. | reimar | 2009-11-10 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Remove unused variable along with the related warning. | diego | 2009-04-01 |
* | 100l, revert r29082, I missed that the vts comparison should be case-insensit... | reimar | 2009-03-28 |
* | Reindent | reimar | 2009-03-28 |
* | Simplify extracting title number from ifo name | reimar | 2009-03-28 |
* | Simplify detection of .ifo extension. | reimar | 2009-03-27 |
* | Fix DVD seek_to_chapter: the title number must be converted to a per-VTS | reimar | 2009-01-01 |
* | Work around a dvdread bug where DVDReadBlocks would return values < 0 on read... | reimar | 2008-12-31 |
* | Replace typeof by __typeof__, the former is a non-portable GNU extension. | diego | 2008-10-20 |
* | With -identify, ID_DVD_VOLUME_ID is not shown on some systems. | diego | 2008-09-16 |
* | Print DVD volume ID with -identify. | reimar | 2008-08-30 |
* | in dvd streams the title part ranges from 1 to 99 | nicodvb | 2008-07-12 |
* | avoid unnecessary strdup(); patch by Aurel | nicodvb | 2008-07-06 |
* | cosmetics: in ifo_stream_oped() aligned the prototype to the style | nicodvb | 2008-07-04 |
* | in ifo_stream_open() propagate the device based on the dirname of stream->url... | nicodvb | 2008-07-04 |
* | dvd_device must be handled exclusively by the option parser; it can't be chan... | nicodvb | 2008-07-04 |
* | added support for the device part in the url; patch by | nicodvb | 2008-07-04 |
* | Add basic support for stream controls with cache enabled. | reimar | 2008-05-24 |
* | -chapter is now handled uniformly calling demuxer_seek_chapter() instead | nicodvb | 2008-02-11 |
* | stream_opts should be const | reimar | 2008-01-13 |
* | Make dvd_audio_stream_types and dvd_audio_stream_channels const | reimar | 2008-01-13 |
* | implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu | nicodvb | 2008-01-05 |
* | fixed bug when playing multi-angle titles: the address field in the agli data | nicodvb | 2008-01-05 |
* | Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate. | diego | 2007-12-11 |
* | stream_opts arrays should be const | reimar | 2007-12-02 |
* | Add appropriate const specifiers to some custom parse functions. | reimar | 2007-12-02 |
* | Mark all stream_info_t as const | reimar | 2007-12-02 |
* | When IFO file is opened (detected by extension), set dvd-device to IFO file's | voroshil | 2007-12-02 |
* | this variable was nothing but a useless memleak | ben | 2007-11-30 |
* | pgc->subp_control and pgc->audio_control are no more bitfields, | nicodvb | 2007-11-23 |
* | Cleanup sg_io_hdr initialization a bit | reimar | 2007-11-17 |
* | We do not have any use for the sense data, so we don't need a buffer for it. | reimar | 2007-11-17 |
* | Some more cosmetics | reimar | 2007-11-17 |
* | Move the zeroing directly before the other initialization code | reimar | 2007-11-17 |
* | Move everything that sets buffer values together. | reimar | 2007-11-17 |
* | Another place that can use AV_WB32 | reimar | 2007-11-17 |
* | Some cosmetics in dvd_set_speed | reimar | 2007-11-17 |
* | Move the DVD speed factor -> KB/s conversion into the case | reimar | 2007-11-17 |
* | Add a missing close() to dvd_set_speed function | reimar | 2007-11-17 |
* | Open device file only right before we need it, so we do not | reimar | 2007-11-17 |
* | Do not print Ok message when setting speed limit failed | reimar | 2007-11-17 |
* | AV_WB16(..., 1000) more obviously represents one second that assigning | reimar | 2007-11-17 |
* | Use AV_WB32 instead of manual bit-fiddling when setting DVD speed | reimar | 2007-11-17 |