Sat, 16 Mar 2013 13:38:34 +0000 |
reimar |
Fix previous commit, off_t must be replaced by int64_t
|
Sat, 16 Mar 2013 10:09:12 +0000 |
reimar |
Replace some uses of off_t by uint64_t.
|
Sun, 21 Oct 2012 14:56:50 +0000 |
ib |
Add new stream control command STREAM_CTRL_GET_CURRENT_TITLE for DVDs.
|
Thu, 18 Oct 2012 12:17:58 +0000 |
ib |
Get rid of global variable dvd_title in GUI.
|
Wed, 07 Mar 2012 20:37:11 +0000 |
ib |
Fix header file after r34793.
|
Sun, 04 Mar 2012 14:47:37 +0000 |
reimar |
Allow using a cache size of up to 4 TB.
|
Sun, 19 Feb 2012 13:15:41 +0000 |
reimar |
Code cleanup: Use a stream_control instead of global functions to
|
Thu, 19 Jan 2012 14:36:15 +0000 |
diego |
Move static keyword to the beginning of function declarations.
|
Sat, 31 Dec 2011 12:20:08 +0000 |
ib |
Add new stream control command STREAM_CTRL_GET_NUM_TITLES.
|
Fri, 21 Oct 2011 15:44:58 +0000 |
diego |
Employ correct off_t printf conversion specifiers; this time without typos.
|
Fri, 21 Oct 2011 08:49:48 +0000 |
cehoyos |
Fix compilation: Partly revert r34227.
|
Thu, 20 Oct 2011 21:49:30 +0000 |
diego |
Fix off_t printf conversion specifiers and related warnings.
|
Thu, 20 Oct 2011 14:42:14 +0000 |
diego |
Replace 'q' printf length modifier by 'll'.
|
Mon, 15 Aug 2011 20:32:26 +0000 |
reimar |
Convert stream_read_line function into more generic stream_read_until function.
|
Sat, 04 Jun 2011 09:30:42 +0000 |
reimar |
Make "Invalid seek to negative position" message more useful by
|
Mon, 21 Mar 2011 19:21:32 +0000 |
ib |
Remove unused variable vcd_track.
|
Sun, 12 Dec 2010 11:45:47 +0000 |
reimar |
Add validity check for stream_seek argument to avoid a integer overflow
|
Wed, 10 Nov 2010 17:21:28 +0000 |
reimar |
Make the file protocol read up to 64 kB at once when the cache is used,
|
Wed, 27 Oct 2010 19:04:04 +0000 |
reimar |
Add internal read and seek function to avoid a useless memcpy when using
|
Thu, 21 Oct 2010 18:19:30 +0000 |
diego |
Implement a basic capture feature, available through -capture.
|
Tue, 03 Aug 2010 16:26:50 +0000 |
reimar |
Add support for bd:// streams as a test for a part of the AACS algorithm.
|
Tue, 03 Aug 2010 16:01:40 +0000 |
reimar |
Add sanity-check for sector size to avoid strange crashes if it is
|
Sat, 17 Jul 2010 13:14:53 +0000 |
diego |
Rename network build system variable and command line option to networking.
|
Mon, 05 Jul 2010 17:04:46 +0000 |
ben |
Support for unencrypted Blu-ray playback through libbluray.
|
Wed, 30 Jun 2010 10:09:19 +0000 |
diego |
Move dvd_speed extern variable declaration from stream_dvd_common.h to stream.h.
|
Wed, 23 Jun 2010 16:39:16 +0000 |
diego |
Move rtsp_destination extern declaration to stream.h.
|
Mon, 21 Jun 2010 14:40:28 +0000 |
diego |
Move dvbin_opts_conf extern variable declaration to stream.h.
|
Mon, 21 Jun 2010 08:58:09 +0000 |
diego |
Move dvd_device extern declaration from stream_dvd_common.h to stream.h.
|
Sun, 20 Jun 2010 15:53:45 +0000 |
diego |
Add declarations for open.c externally used variables to stream.h.
|
Fri, 18 Jun 2010 16:36:39 +0000 |
reimar |
100l, never just ignore a backwards skip, even if the stream is not
|