log stream/stream.h @ 30426:ce0122361a39

age author description
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
Fri, 18 Aug 2006 18:58:38 +0000 nicodvb new stream_ctrl to get currently playing chapter (needed for stream-driven relative chapter seeking)
Fri, 18 Aug 2006 16:44:24 +0000 nicodvb new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcd
Thu, 03 Aug 2006 19:43:02 +0000 ben added dedicated file for mf:// input
Thu, 03 Aug 2006 19:12:31 +0000 ben conversion from stream_null to stream_tv was missing stream type
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux base libmpdemux/stream.h@30ba0dded12b