Wed, 09 Apr 2008 00:36:28 +0000 |
albeu |
Remove the need for code using stream to export an mp_input_check_interrupt()
|
Wed, 20 Feb 2008 08:51:53 +0000 |
diego |
Remove pointless #ifdefs around extern declarations.
|
Wed, 09 Jan 2008 01:17:49 +0000 |
uau |
Remove unnecessary <signal.h> includes
|
Wed, 19 Dec 2007 01:28:00 +0000 |
ulion |
Protocol name should be case insensitive.
|
Sun, 02 Dec 2007 13:22:53 +0000 |
reimar |
Mark all stream_info_t as const
|
Sun, 02 Dec 2007 13:13:02 +0000 |
voroshil |
When IFO file is opened (detected by extension), set dvd-device to IFO file's
|
Sun, 02 Dec 2007 13:07:35 +0000 |
reimar |
Make auto_open_streams array itself const
|
Sat, 01 Dec 2007 16:31:49 +0000 |
reimar |
auto_open_streams should have const type, fix also the places where it is used
|
Fri, 30 Nov 2007 19:51:30 +0000 |
ben |
this local variable can be static
|
Mon, 26 Nov 2007 00:41:21 +0000 |
ulion |
Support stream redirection from http to mms, fix bug #927.
|
Thu, 08 Nov 2007 23:07:19 +0000 |
cehoyos |
Fix possible null-pointer-dereference in stream_fill_buffer().
|
Tue, 28 Aug 2007 22:38:45 +0000 |
diego |
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
|
Wed, 28 Feb 2007 23:40:39 +0000 |
nicodvb |
cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->sector_size
|
Mon, 18 Dec 2006 20:56:24 +0000 |
nicodvb |
support functions for writing to streams
|
Tue, 05 Dec 2006 18:30:48 +0000 |
reimar |
Make sure invalid protocols are rejected instead of treated
|