log stream/tvi_dshow.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sat, 15 Oct 2011 13:20:52 +0000 ib Port to Wine.
Sun, 24 Jul 2011 23:55:34 +0000 diego Do not translate console messages of verbosity level MSGL_V and above.
Wed, 22 Jun 2011 13:48:51 +0000 diego tvi_dshow: Adjust mp_msg printf conversion specifier to avoid warnings.
Wed, 22 Jun 2011 13:48:31 +0000 diego tvi_dshow: Mark functions not used outside of the file as static.
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Mon, 13 Sep 2010 18:09:29 +0000 diego Move TV input new_handle static function to tv.c and make it non-static.
Sat, 11 Sep 2010 23:53:15 +0000 diego Move TV input free_handle static function to tv.c and make it non-static.
Sun, 13 Jun 2010 17:20:29 +0000 reimar Fix function pointer types in tvi_functions struct
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Sun, 17 Jan 2010 13:18:59 +0000 reimar Add hack to fix tvi_dshow compilation with 64-bit MinGW
Sun, 17 Jan 2010 11:41:54 +0000 reimar Change GUID declarations in tvi_dshow so they are not exported and thus
Sat, 02 Jan 2010 17:41:11 +0000 reimar Several hacks to fix compilation of tvi_dshow on MinGW64.
Sat, 07 Nov 2009 16:40:42 +0000 cehoyos Remove CONFIG_TV_TELETEXT.
Sat, 07 Nov 2009 12:31:05 +0000 cehoyos Separate teletext from tv support.
Thu, 29 Oct 2009 22:39:00 +0000 cehoyos Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
Thu, 29 Oct 2009 22:13:04 +0000 cehoyos Move teletext specific code from stream into libmpcodecs.
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.
Mon, 13 Oct 2008 15:25:34 +0000 diego Remove unused function, fixes the warning:
Wed, 24 Sep 2008 20:49:27 +0000 voroshil Add debug message about loaded frequency tables.
Wed, 24 Sep 2008 20:42:15 +0000 voroshil Make output messages of frequency selection code more useful by
Wed, 24 Sep 2008 20:30:06 +0000 voroshil Fix overflow in frequency conversion code inside tvi_dshow.
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