| Commit message (Expand) | Author | Age | Files | Lines |
* | command, dvd: add property which returns list of DVD titles | wm4 | 2014-12-13 | 1 | -0/+12 |
* | Do not call strerror() | wm4 | 2014-11-26 | 1 | -3/+6 |
* | stream_dvd: better .ifo probing | wm4 | 2014-09-25 | 1 | -20/+22 |
* | Revert "Remove DVD and Bluray support" | wm4 | 2014-07-15 | 1 | -0/+968 |
* | Remove DVD and Bluray support | wm4 | 2014-07-14 | 1 | -968/+0 |
* | build: include <strings.h> for strcasecmp() | wm4 | 2014-07-10 | 1 | -0/+1 |
* | stream: remove now unused STREAM_CTRL_GET_START_TIME | wm4 | 2014-07-06 | 1 | -5/+0 |
* | dvd, bluray, cdda: add demux_disc containing all related hacks | wm4 | 2014-07-05 | 1 | -2/+2 |
* | Audit and replace all ctype.h uses | wm4 | 2014-07-01 | 1 | -1/+0 |
* | stream: minor cleanups | wm4 | 2014-06-22 | 1 | -0/+7 |
* | stream_dvd, stream_dvdnav: map dvd:// to dvdnav | wm4 | 2014-06-20 | 1 | -2/+2 |
* | stream_dvd: fix potential endless loop on seeking | wm4 | 2014-06-20 | 1 | -1/+2 |
* | Add more const | wm4 | 2014-06-11 | 1 | -3/+3 |
* | stream_dvd: minor cleanups | wm4 | 2014-06-11 | 1 | -68/+44 |
* | stream_dvd, stream_dvdnav, stream_bluray: remove global option variables | wm4 | 2014-06-11 | 1 | -36/+38 |
* | stream: remove chaos related to writeable streams | wm4 | 2014-05-24 | 1 | -3/+3 |
* | stream: kill start_pos, remove --sb option | wm4 | 2014-05-24 | 1 | -1/+0 |
* | options: remove deprecated --identify | Martin Herkt | 2014-05-04 | 1 | -61/+0 |
* | stream_dvd: fix seeking regression | wm4 | 2014-04-17 | 1 | -8/+48 |
* | Kill all tabs | wm4 | 2014-04-13 | 1 | -4/+4 |
* | stream_dvd, cache: hack seeking with --cache + dvd:// back into working | wm4 | 2014-04-09 | 1 | -40/+0 |
* | stream: remove old chapter handling code | wm4 | 2014-03-25 | 1 | -56/+0 |
* | stream_dvd/stream_dvdnav: make disc-title for DVDs start from 0 | xylosper | 2014-03-17 | 1 | -17/+17 |
* | command: set 'media-title' property for bluray disc with meta-data | xylosper | 2014-03-13 | 1 | -1/+1 |
* | dvd: treat missing volume ID as "unsupported", not error | wm4 | 2014-02-23 | 1 | -2/+2 |
* | dvd: check for empty DVD volume ID | wm4 | 2014-02-23 | 1 | -2/+4 |
* | command: use DVD volume ID for media-title property | xylosper | 2014-02-23 | 1 | -0/+9 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 1 | -2/+2 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 1 | -78/+74 |
* | Reduce recursive config.h inclusions in headers | wm4 | 2013-12-18 | 1 | -0/+1 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 1 | -19/+19 |
* | Reduce stheader.h includes, move stream types to mp_common.h | wm4 | 2013-11-23 | 1 | -1/+0 |
* | stream_dvd: prevent segmentation fault with some broken files | Stefano Pigozzi | 2013-09-14 | 1 | -2/+2 |
* | stream: fix url_options field, make protocols field not fixed length | wm4 | 2013-08-26 | 1 | -10/+10 |
* | stream: don't require streams to set s->pos in seek callback | wm4 | 2013-08-22 | 1 | -2/+2 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -2/+2 |
* | stream: parse URL escapes for file:// | wm4 | 2013-08-02 | 1 | -0/+4 |
* | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 | 1 | -45/+32 |
* | stream_dvd: fix .ifo redirection | wm4 | 2013-07-30 | 1 | -2/+1 |
* | stream: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -7/+3 |
* | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -3/+4 |
* | stream: remove weird STREAMTYPE_STREAM special handling | wm4 | 2013-07-07 | 1 | -1/+1 |
* | stream_dvd: remove some deadly insane code | wm4 | 2013-06-09 | 1 | -15/+0 |
* | core: use STREAM_CTRL instead of accessing stream_dvd internals | wm4 | 2013-06-09 | 1 | -0/+8 |
* | demux: fix "-demuxer mpegps", don't force demuxer in stream_dvd | wm4 | 2013-06-02 | 1 | -1/+0 |
* | stream: report chapter times, use time seeks for DVD chapters | wm4 | 2013-05-06 | 1 | -5/+33 |
* | stream: add start time reporting | wm4 | 2013-05-05 | 1 | -0/+5 |
* | core: don't report byte-based playback position with dvd | wm4 | 2013-05-05 | 1 | -0/+2 |
* | stream_dvd: fix angle math | Rudolf Polzer | 2012-12-22 | 1 | -8/+7 |
* | stream_dvd: add a stream_seek() call | Rudolf Polzer | 2012-12-07 | 1 | -0/+2 |
* | stream: fix dvd:// + cache crashing | wm4 | 2012-11-20 | 1 | -1/+1 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 1 | -10/+10 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -4/+4 |
* | stream: add STREAM_CTRL_GET_CURRENT_TITLE | ib | 2012-10-30 | 1 | -0/+5 |
* | Rename to "mpv" | wm4 | 2012-10-12 | 1 | -1/+1 |
* | core: fix DVD subtitle selection | wm4 | 2012-09-18 | 1 | -2/+2 |
* | commands, dvd, dvdnav, bluray: cleanup sub/audio track language display | mplayer-svn | 2012-08-03 | 1 | -2/+20 |
* | stream: add new stream control command STREAM_CTRL_GET_NUM_TITLES | mplayer-svn | 2012-08-03 | 1 | -0/+5 |
* | stream_dvd: fix dvd_get_current_time() | reimar | 2011-07-06 | 1 | -5/+5 |
* | options: change -alang and -slang to use string list type | Clément Bœsch | 2011-04-20 | 1 | -14/+9 |
* | stream_dvd: fill_buffer(): use given buffer, not stream's default | reimar | 2010-11-08 | 1 | -2/+5 |
* | stream_dvd: minor cleanup | reimar | 2010-11-08 | 1 | -7/+4 |
* | stream_dvd: millisecond accuracy for chapters in -identify output | cigaes | 2010-11-07 | 1 | -3/+2 |
* | stream_dvd[nav]: Add const qualifiers to string arguments | reimar | 2010-11-02 | 1 | -2/+2 |
* | stream_dvd: Improve seeking by position | diego | 2010-11-02 | 1 | -15/+8 |
* | stream_dvd: Improve seeking by chapters | diego | 2010-11-02 | 1 | -5/+12 |
* | stream_dvd: fix incorrect assumption about chapter count | diego | 2010-11-02 | 1 | -10/+38 |
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf" | Uoti Urpala | 2010-05-29 | 1 | -3/+6 |
* | options: move -chapter values to option struct | Uoti Urpala | 2010-04-25 | 1 | -38/+0 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | Merge svn changes up to r30475 | Uoti Urpala | 2010-03-09 | 1 | -1/+17 |
|\ |
|
| * | Add license header to all files missing it in the stream subdirectory. | diego | 2010-01-30 | 1 | -1/+17 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 1 | -1/+1 |
|\| |
|
| * | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many | reimar | 2009-11-22 | 1 | -1/+1 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 1 | -91/+0 |
|\| |
|
| * | Move headers related to setting dvd speed to dvd_common. | reimar | 2009-11-11 | 1 | -14/+0 |
| * | Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed | reimar | 2009-11-10 | 1 | -73/+0 |
| * | Move arrays used by both dvd and dvdnav to dvd_common. | reimar | 2009-11-10 | 1 | -3/+0 |
| * | Share dvd_device extern declaration between dvd and dvdnav. | reimar | 2009-11-10 | 1 | -1/+0 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -9/+9 |
* | | Replace libavutil internal header #includes with MPlayer copies | Uoti Urpala | 2009-07-26 | 1 | -1/+1 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -9/+9 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -28/+28 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -28/+28 |
* | | Merge svn changes up to r29134 | Uoti Urpala | 2009-04-02 | 1 | -1/+0 |
|\| |
|
| * | Remove unused variable along with the related warning. | diego | 2009-04-01 | 1 | -1/+0 |
* | | Merge svn changes up to r29117 | Uoti Urpala | 2009-04-01 | 1 | -2/+2 |
|\| |
|
| * | 100l, revert r29082, I missed that the vts comparison should be case-insensit... | reimar | 2009-03-28 | 1 | -1/+5 |
| * | Reindent | reimar | 2009-03-28 | 1 | -2/+2 |
| * | Simplify extracting title number from ifo name | reimar | 2009-03-28 | 1 | -5/+1 |
| * | Simplify detection of .ifo extension. | reimar | 2009-03-27 | 1 | -2/+2 |
* | | Merge svn changes up to r28310 | Uoti Urpala | 2009-01-15 | 1 | -1/+11 |
|\| |
|
| * | Fix DVD seek_to_chapter: the title number must be converted to a per-VTS | reimar | 2009-01-01 | 1 | -0/+9 |
| * | Work around a dvdread bug where DVDReadBlocks would return values < 0 on read... | reimar | 2008-12-31 | 1 | -1/+2 |
* | | Merge svn changes up to 27824 | Uoti Urpala | 2008-10-25 | 1 | -1/+1 |
|\| |
|
| * | Replace typeof by __typeof__, the former is a non-portable GNU extension. | diego | 2008-10-20 | 1 | -1/+1 |
* | | Merge svn changes up to r27649 | Uoti Urpala | 2008-09-20 | 1 | -1/+1 |
|\| |
|
| * | With -identify, ID_DVD_VOLUME_ID is not shown on some systems. | diego | 2008-09-16 | 1 | -1/+1 |
* | | Merge svn changes up to r27514 | Uoti Urpala | 2008-09-03 | 1 | -0/+3 |
|\| |
|
| * | Print DVD volume ID with -identify. | reimar | 2008-08-30 | 1 | -0/+3 |
* | | Make various functions static | Uoti Urpala | 2008-08-12 | 1 | -3/+3 |
|/ |
|
* | in dvd streams the title part ranges from 1 to 99 | nicodvb | 2008-07-12 | 1 | -1/+1 |
* | avoid unnecessary strdup(); patch by Aurel | nicodvb | 2008-07-06 | 1 | -1/+1 |
* | cosmetics: in ifo_stream_oped() aligned the prototype to the style | nicodvb | 2008-07-04 | 1 | -9/+8 |
* | in ifo_stream_open() propagate the device based on the dirname of stream->url... | nicodvb | 2008-07-04 | 1 | -0/+1 |
* | dvd_device must be handled exclusively by the option parser; it can't be chan... | nicodvb | 2008-07-04 | 1 | -2/+0 |
* | added support for the device part in the url; patch by | nicodvb | 2008-07-04 | 1 | -8/+17 |
* | Add basic support for stream controls with cache enabled. | reimar | 2008-05-24 | 1 | -7/+0 |
* | -chapter is now handled uniformly calling demuxer_seek_chapter() instead | nicodvb | 2008-02-11 | 1 | -23/+2 |
* | stream_opts should be const | reimar | 2008-01-13 | 1 | -1/+1 |
* | Make dvd_audio_stream_types and dvd_audio_stream_channels const | reimar | 2008-01-13 | 1 | -2/+2 |
* | implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu | nicodvb | 2008-01-05 | 1 | -0/+19 |
* | fixed bug when playing multi-angle titles: the address field in the agli data | nicodvb | 2008-01-05 | 1 | -1/+2 |
* | Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate. | diego | 2007-12-11 | 1 | -2/+2 |
* | stream_opts arrays should be const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Add appropriate const specifiers to some custom parse functions. | reimar | 2007-12-02 | 1 | -1/+1 |
* | Mark all stream_info_t as const | reimar | 2007-12-02 | 1 | -2/+2 |
* | When IFO file is opened (detected by extension), set dvd-device to IFO file's | voroshil | 2007-12-02 | 1 | -0/+43 |
* | this variable was nothing but a useless memleak | ben | 2007-11-30 | 1 | -3/+1 |
* | pgc->subp_control and pgc->audio_control are no more bitfields, | nicodvb | 2007-11-23 | 1 | -20/+0 |
* | Cleanup sg_io_hdr initialization a bit | reimar | 2007-11-17 | 1 | -2/+1 |
* | We do not have any use for the sense data, so we don't need a buffer for it. | reimar | 2007-11-17 | 1 | -4/+1 |
* | Some more cosmetics | reimar | 2007-11-17 | 1 | -5/+3 |
* | Move the zeroing directly before the other initialization code | reimar | 2007-11-17 | 1 | -3/+3 |
* | Move everything that sets buffer values together. | reimar | 2007-11-17 | 1 | -2/+4 |
* | Another place that can use AV_WB32 | reimar | 2007-11-17 | 1 | -4/+2 |
* | Some cosmetics in dvd_set_speed | reimar | 2007-11-17 | 1 | -4/+6 |
* | Move the DVD speed factor -> KB/s conversion into the case | reimar | 2007-11-17 | 1 | -4/+3 |
* | Add a missing close() to dvd_set_speed function | reimar | 2007-11-17 | 1 | -0/+1 |
* | Open device file only right before we need it, so we do not | reimar | 2007-11-17 | 1 | -5/+5 |
* | Do not print Ok message when setting speed limit failed | reimar | 2007-11-17 | 1 | -1/+1 |
* | AV_WB16(..., 1000) more obviously represents one second that assigning | reimar | 2007-11-17 | 1 | -2/+3 |
* | Use AV_WB32 instead of manual bit-fiddling when setting DVD speed | reimar | 2007-11-17 | 1 | -4/+4 |
* | GPCMD_SET_STREAMING command is 12 bytes large, not 16 | reimar | 2007-11-17 | 1 | -1/+1 |
* | report why the dvd couldn't be opened. Patch by Jan Knutar jknutar+nic+fi | nicodvb | 2007-11-16 | 1 | -3/+5 |
* | at the end of open() warn users that seeking won't work correctly if the cach... | nicodvb | 2007-11-10 | 1 | -0/+2 |
* | implemented STREAM_CTRL_GET_ASPECT_RATIO | nicodvb | 2007-09-01 | 1 | -0/+5 |
* | cosmetics: typo fix UNSUPORTED --> UNSUPPORTED | diego | 2007-08-28 | 1 | -14/+14 |
* | in stream_control() remove redefinition of d in a case block, previously assi... | nicodvb | 2007-08-27 | 1 | -1/+0 |
* | in open_s() unified failure code in fail: | nicodvb | 2007-08-27 | 1 | -20/+11 |
* | Remove redundant variable declarations. | diego | 2007-08-25 | 1 | -4/+0 |
* | Set DVD speed earlier to avoid drive spinup during open | reimar | 2007-08-21 | 1 | -1/+1 |
* | Moved dvdtimetomsec to stream_dvd_common.c. | cehoyos | 2007-08-04 | 1 | -22/+6 |
* | The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREAD | diego | 2007-07-03 | 1 | -13/+0 |
* | Fix dvd:// subtitle handling to always report the MPEG stream id, because | reimar | 2007-06-24 | 1 | -7/+13 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 | 1 | -1/+1 |
* | fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mpl... | nicodvb | 2007-05-26 | 1 | -2/+2 |
* | print the disc_id without using a buffer | nicodvb | 2007-03-04 | 1 | -3/+3 |
* | 10000l; in previous commit I allocated a buffer 1 byte too short | nicodvb | 2007-03-03 | 1 | -1/+1 |
* | replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com. | nicodvb | 2007-03-03 | 1 | -2/+3 |
* | Simplify code by using separate variables for large common expressions. | reimar | 2007-02-15 | 1 | -22/+26 |
* | at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer p... | nicodvb | 2007-01-16 | 1 | -0/+2 |
* | repla |