Mon, 15 Aug 2011 20:32:26 +0000 |
reimar |
Convert stream_read_line function into more generic stream_read_until function.
|
Mon, 04 Jul 2011 19:23:03 +0000 |
reimar |
Reindent, add empty lines.
|
Mon, 04 Jul 2011 19:21:59 +0000 |
reimar |
Improve checks for when to try reconnecting to be more thorough and readable.
|
Mon, 04 Jul 2011 19:14:06 +0000 |
reimar |
Pass streaming_ctrl eof on.
|
Wed, 11 May 2011 11:35:38 +0000 |
ib |
Make stream messages translatable.
|
Sat, 26 Mar 2011 21:02:34 +0000 |
reimar |
Add ugly hack to compensate DVDNAV's ugly hacks and fix seeking.
|
Sun, 27 Feb 2011 14:32:24 +0000 |
reimar |
Improve stream reset on read error, should now fix bug #1841 in more
|
Wed, 23 Feb 2011 22:39:03 +0000 |
reimar |
100l, fix incorrect len when retrying read.
|
Tue, 22 Feb 2011 22:27:01 +0000 |
reimar |
When reading from a stream fails, try one more time after a reset.
|
Thu, 10 Feb 2011 21:25:38 +0000 |
ranma |
Fix stream_write_buffer to make sure all requested bytes are written
|
Sun, 07 Nov 2010 12:47:40 +0000 |
diego |
Remove some useless NULL pointer checks before invoking free() on the pointer.
|
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.
|
Mon, 13 Sep 2010 18:19:25 +0000 |
diego |
build system: Merge all FFmpeg library checks into a single FFmpeg check.
|
Sat, 21 Aug 2010 10:08:29 +0000 |
reimar |
Make sure we return an "empty" line on eof, to make sure we get
|
Tue, 03 Aug 2010 16:26:50 +0000 |
reimar |
Add support for bd:// streams as a test for a part of the AACS algorithm.
|
Sat, 17 Jul 2010 13:14:53 +0000 |
diego |
Rename network build system variable and command line option to networking.
|
Sat, 10 Jul 2010 08:07:27 +0000 |
reimar |
Fix compilation broken due to GET_UTF8 being undefined.
|
Mon, 05 Jul 2010 17:04:46 +0000 |
ben |
Support for unencrypted Blu-ray playback through libbluray.
|
Sun, 27 Jun 2010 14:49:35 +0000 |
reimar |
Add missing include for usec_sleep.
|
Fri, 28 May 2010 18:49:02 +0000 |
reimar |
stream_check_interrupt should sleep even if no callback is set.
|
Wed, 26 May 2010 18:23:43 +0000 |
reimar |
Retry reading even if we hit eof before.
|
Sat, 03 Apr 2010 14:40:08 +0000 |
diego |
Remove commented-out #include of a non-existing file.
|
Sun, 28 Feb 2010 15:24:30 +0000 |
reimar |
Extend stream_read_line to support reading lines from UTF-16 encoded files
|
Sun, 28 Feb 2010 13:54:55 +0000 |
reimar |
Move stream_read_line implementation from stream.h to stream.c,
|
Thu, 25 Feb 2010 22:47:04 +0000 |
reimar |
Mark stream open filename parameter as const, the filename string is not
|
Sat, 20 Feb 2010 18:53:07 +0000 |
reimar |
Do not discard stream buffer on eof, instead reuse it to slightly improve
|
Tue, 16 Feb 2010 16:32:38 +0000 |
diego |
stream: Mark functions not used outside of their files as static.
|
Sat, 30 Jan 2010 22:26:47 +0000 |
diego |
Add license header to all files missing it in the stream subdirectory.
|
Sat, 23 Jan 2010 12:21:07 +0000 |
reimar |
Call cache-uninit unconditionally, it should always be safe to call.
|
Sun, 22 Nov 2009 15:18:21 +0000 |
reimar |
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
|
Tue, 17 Nov 2009 19:14:42 +0000 |
reimar |
Merge malloc+memset -> calloc
|
Tue, 17 Nov 2009 18:08:18 +0000 |
reimar |
Enable the read-based forward seek fallback also when CONFIG_NETWORK is
|
Tue, 17 Nov 2009 18:05:54 +0000 |
reimar |
Use fill_buffer if available also for STREAMTYPE_STREAM
|
Tue, 17 Nov 2009 16:09:17 +0000 |
reimar |
Add preliminary support for streaming via FFmpeg's URProtocol functions.
|
Mon, 09 Nov 2009 14:12:14 +0000 |
reimar |
The code for the non-networking case is the same whether networking
|
Mon, 09 Nov 2009 14:08:35 +0000 |
reimar |
Factor out triplicated break statement.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Sun, 01 Feb 2009 13:42:27 +0000 |
diego |
Convert HAVE_WINSOCK2_H into a 0/1 definition.
|
Mon, 01 Sep 2008 07:31:57 +0000 |
diego |
Move '#define closesocket close' preprocessor directive to a common place
|
Sun, 31 Aug 2008 13:59:54 +0000 |
diego |
Revert moving closesocket definition and network headers to network.h.
|
Fri, 29 Aug 2008 22:55:39 +0000 |
diego |
Move duplicated '#define closesocket close' into network.h along with
|
Fri, 29 Aug 2008 20:05:08 +0000 |
diego |
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
|
Thu, 07 Aug 2008 12:20:50 +0000 |
diego |
Give a CONFIG_ prefix to preprocessor directives that lacked one and
|
Thu, 07 Aug 2008 08:58:07 +0000 |
diego |
Rename a bunch of miscellaneous preprocessor directives.
|
Sun, 03 Aug 2008 15:21:40 +0000 |
diego |
Change a bunch of video/audio-output-specific preprocessor directives from
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Sat, 05 Jul 2008 14:22:57 +0000 |
diego |
Surround stream cache specific code by an appropriate #ifdef; fixes linking
|
Sat, 24 May 2008 07:48:35 +0000 |
reimar |
Add basic support for stream controls with cache enabled.
|
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().
|