log stream/tvi_dshow.c @ 34187:fa92aa696903

age author description
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)