log stream/tvi_dshow.c @ 27473:ae5da477539e

age author description
Sun, 03 Aug 2008 15:21:40 +0000 diego Change a bunch of video/audio-output-specific preprocessor directives from
Fri, 16 May 2008 08:43:15 +0000 diego cosmetics: Remove useless parentheses from return statements.
Wed, 14 May 2008 17:20:42 +0000 diego Use standard license headers with standard formatting.
Sun, 13 Jan 2008 12:01:57 +0000 reimar Make all tvi_info_t const
Sat, 24 Nov 2007 07:51:31 +0000 voroshil Revert r25089 (Ignore video formats which are supported by device
Sat, 24 Nov 2007 07:28:05 +0000 voroshil Move requested format at top and shift all oters down
Sat, 24 Nov 2007 06:01:18 +0000 voroshil §³reate empty format arrays in case of error in init_chain_common.
Wed, 21 Nov 2007 13:55:39 +0000 voroshil Compilation fix (typo)
Wed, 21 Nov 2007 03:49:23 +0000 voroshil Sizes of arpmt and arStreamCaps must be equal.
Tue, 20 Nov 2007 19:33:27 +0000 voroshil Move code related to chain initialization and similar
Tue, 20 Nov 2007 17:19:16 +0000 voroshil Fix mplayer crash caused by r25116
Tue, 20 Nov 2007 10:02:19 +0000 voroshil Remove no more needed check
Tue, 20 Nov 2007 10:01:14 +0000 voroshil Fix totally wrong (due to mess of brackets) structures size check.
Tue, 20 Nov 2007 09:02:43 +0000 voroshil Replace several parameters for get_available_formats_stream
Mon, 19 Nov 2007 20:19:33 +0000 voroshil New routine for reconnecting two pins with new media type
Mon, 19 Nov 2007 19:49:17 +0000 voroshil Move pointer to SampleGrabber filter into chain structure.
Mon, 19 Nov 2007 19:45:01 +0000 voroshil Move common chain uninit code into separate routine.
Mon, 19 Nov 2007 19:33:53 +0000 voroshil pass chain structure instead of several variables to build_sub_graph
Mon, 19 Nov 2007 19:25:25 +0000 voroshil fix missed change
Mon, 19 Nov 2007 19:24:21 +0000 voroshil Add capture filter's pointer to vbi chain structure too.
Mon, 19 Nov 2007 19:15:36 +0000 voroshil Code unification: get rid of local variable arpmtVBI
Mon, 19 Nov 2007 19:02:09 +0000 voroshil Add major media type to chain structure
Mon, 19 Nov 2007 18:53:13 +0000 voroshil One step of code cleanup: move all variables, related
Mon, 19 Nov 2007 09:05:23 +0000 voroshil 100l: Fix long standing copy-paste error:
Sun, 18 Nov 2007 13:17:00 +0000 voroshil Add all passed to VID_SET_FORMAT formats to the end of
Sun, 18 Nov 2007 11:36:57 +0000 voroshil Ensure that when VID_GET_FORMAT ioctl is called,
Sun, 18 Nov 2007 11:15:14 +0000 voroshil (cosmetics) Indentation fix of previous commit.
Sun, 18 Nov 2007 11:13:28 +0000 voroshil New media format negotiation code:
Sun, 18 Nov 2007 10:55:51 +0000 voroshil Move setting media format code
Sun, 18 Nov 2007 10:51:22 +0000 voroshil Pass all available formats to chain building routine and
Sun, 18 Nov 2007 08:24:30 +0000 voroshil Ignore video formats which are supported by device
Sun, 18 Nov 2007 06:16:37 +0000 voroshil Fix crash when pin connection fails.
Sun, 18 Nov 2007 05:20:17 +0000 voroshil Prevent chains from building more than once.
Sun, 18 Nov 2007 05:07:51 +0000 voroshil Handle "out of memory" error.
Sun, 18 Nov 2007 05:02:49 +0000 voroshil Move chains building code into separate routines.
Sat, 17 Nov 2007 19:55:16 +0000 voroshil (cosmetics) Lookup table alignment.
Sat, 17 Nov 2007 19:51:46 +0000 voroshil Service routine for constructing AM_MEDIA_TYPE structure from
Sat, 17 Nov 2007 19:32:18 +0000 voroshil Disable terminating directshow chains with NullRenderer filter,
Sat, 17 Nov 2007 19:08:03 +0000 voroshil Fix bogus bits per pixel values in lookup table.
Sat, 17 Nov 2007 18:52:43 +0000 voroshil (cosmetics) Indentation fix
Fri, 16 Nov 2007 18:59:35 +0000 voroshil Make sure that mplayer will receive actual media type
Fri, 16 Nov 2007 17:57:12 +0000 voroshil Fix FPS from bitrate calculation (was 8 times larger than real value).
Wed, 14 Nov 2007 12:57:17 +0000 voroshil Not all cards supports changing country code.
Sat, 13 Oct 2007 17:14:39 +0000 voroshil DirectShow based tv:// driver for win32