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
|
Sat, 05 Jun 2010 15:57:57 +0000 |
reimar |
Do not make seek fail explicitly simply because eof was hit somewhen,
|
Fri, 28 May 2010 18:45:25 +0000 |
reimar |
Document time scale for stream_check_interrupt argument.
|
Thu, 27 May 2010 20:38:25 +0000 |
diego |
Drop pointless _st suffix from 'struct stream'.
|
Sat, 06 Mar 2010 07:24:41 +0000 |
komh |
Define O_BINARY in stream/stream.h unless it is defined yet, and use it
|
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,
|
Sun, 28 Feb 2010 12:54:12 +0000 |
reimar |
Simplify handling of 0-termination in stream_read_line
|
Thu, 25 Feb 2010 22:47:04 +0000 |
reimar |
Mark stream open filename parameter as const, the filename string is not
|
Mon, 22 Feb 2010 13:50:48 +0000 |
diego |
Declare functions from network.c in network.h.
|
Mon, 22 Feb 2010 13:27:58 +0000 |
diego |
Move struct streaming_control from network.h to stream.h, where it is used.
|
Sun, 21 Feb 2010 23:30:34 +0000 |
diego |
Declare stream_fill_buffer() and stream_seek_long() unconditionally.
|
Sat, 20 Feb 2010 18:53:07 +0000 |
reimar |
Do not discard stream buffer on eof, instead reuse it to slightly improve
|
Sat, 30 Jan 2010 22:26:47 +0000 |
diego |
Add license header to all files missing it in the stream subdirectory.
|
Mon, 04 Jan 2010 18:58:35 +0000 |
diego |
Add a few missing header #includes and #defines.
|
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:23:55 +0000 |
reimar |
Deobfuscate the special hack to disable cache for live555.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Mon, 16 Feb 2009 02:00:29 +0000 |
diego |
Replace double semicolon by single semicolon.
|
Tue, 21 Oct 2008 07:02:25 +0000 |
diego |
Determine default CD/DVD device in configure instead of using an #ifdef jungle.
|
Thu, 16 Oct 2008 18:28:38 +0000 |
diego |
Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.
|
Thu, 07 Aug 2008 12:20:50 +0000 |
diego |
Give a CONFIG_ prefix to preprocessor directives that lacked one and
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Wed, 09 Apr 2008 00:36:28 +0000 |
albeu |
Remove the need for code using stream to export an mp_input_check_interrupt()
|
Fri, 22 Feb 2008 09:09:46 +0000 |
diego |
Add MPLAYER_ prefix to multiple inclusion guards.
|
Sun, 13 Jan 2008 12:09:29 +0000 |
reimar |
stream_info_t opts and protocols point to constant data as well.
|
Sat, 05 Jan 2008 14:20:47 +0000 |
nicodvb |
NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTRL_SET_ANGLE
|
Tue, 01 Jan 2008 20:05:36 +0000 |
diego |
consistency cosmetics
|
Mon, 26 Nov 2007 00:41:21 +0000 |
ulion |
Support stream redirection from http to mms, fix bug #927.
|
Sat, 01 Sep 2007 15:50:52 +0000 |
nicodvb |
introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from the stream layer (if supported)
|
Tue, 28 Aug 2007 22:38:45 +0000 |
diego |
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
|
Sun, 19 Aug 2007 08:50:58 +0000 |
reimar |
Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.
|
Mon, 02 Jul 2007 22:34:45 +0000 |
diego |
Do not use leading underscores in multiple inclusion guards, they are reserved.
|
Tue, 13 Mar 2007 23:35:00 +0000 |
diego |
Fix live555 compilation when stream cache is disabled.
|
Mon, 18 Dec 2006 20:54:38 +0000 |
nicodvb |
new STREAM_CTRL_GET_SIZE to get size of output stream
|
Mon, 18 Dec 2006 20:50:31 +0000 |
nicodvb |
added member and definitions for output streams
|
Tue, 07 Nov 2006 22:46:35 +0000 |
nicodvb |
added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME
|
Mon, 28 Aug 2006 17:05:18 +0000 |
reimar |
Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
|
Mon, 21 Aug 2006 19:10:18 +0000 |
nicodvb |
added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the stream reader
|