| Commit message (Expand) | Author | Age |
* | -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 |
* | GPCMD_SET_STREAMING command is 12 bytes large, not 16 | reimar | 2007-11-17 |
* | report why the dvd couldn't be opened. Patch by Jan Knutar jknutar+nic+fi | nicodvb | 2007-11-16 |
* | at the end of open() warn users that seeking won't work correctly if the cach... | nicodvb | 2007-11-10 |
* | implemented STREAM_CTRL_GET_ASPECT_RATIO | nicodvb | 2007-09-01 |
* | cosmetics: typo fix UNSUPORTED --> UNSUPPORTED | diego | 2007-08-28 |
* | in stream_control() remove redefinition of d in a case block, previously assi... | nicodvb | 2007-08-27 |
* | in open_s() unified failure code in fail: | nicodvb | 2007-08-27 |
* | Remove redundant variable declarations. | diego | 2007-08-25 |
* | Set DVD speed earlier to avoid drive spinup during open | reimar | 2007-08-21 |
* | Moved dvdtimetomsec to stream_dvd_common.c. | cehoyos | 2007-08-04 |
* | The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREAD | diego | 2007-07-03 |
* | Fix dvd:// subtitle handling to always report the MPEG stream id, because | reimar | 2007-06-24 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 |
* | fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mpl... | nicodvb | 2007-05-26 |
* | print the disc_id without using a buffer | nicodvb | 2007-03-04 |
* | 10000l; in previous commit I allocated a buffer 1 byte too short | nicodvb | 2007-03-03 |
* | replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com. | nicodvb | 2007-03-03 |
* | Simplify code by using separate variables for large common expressions. | reimar | 2007-02-15 |
* | at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer p... | nicodvb | 2007-01-16 |
* | replace call to UDFFindFile() (that is not part of the public API) with DVDOp... | nicodvb | 2006-12-23 |
* | support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se) | nicodvb | 2006-12-17 |
* | ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs. | reimar | 2006-12-10 |
* | consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME... | nicodvb | 2006-11-12 |
* | make fail STREAM_CTRLs related to seeking/fetching time/chapter when the cach... | nicodvb | 2006-11-11 |
* | idenfify now shows the timings of chapters of the chosen pgc | nicodvb | 2006-11-10 |