log stream/tv.c @ 30942:2c04ca7b638c

age author description
Tue, 16 Feb 2010 16:32:38 +0000 diego stream: Mark functions not used outside of their files as static.
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Mon, 11 Jan 2010 20:27:52 +0000 reimar Add support for distinguishing between little- and big-endian SPDIF AC3
Tue, 10 Nov 2009 11:24:29 +0000 reimar Set demuxer->teletext to NULL when closing the TV interface,
Sat, 07 Nov 2009 12:31:05 +0000 cehoyos Separate teletext from tv support.
Thu, 29 Oct 2009 22:13:04 +0000 cehoyos Move teletext specific code from stream into libmpcodecs.
Thu, 08 Oct 2009 11:25:01 +0000 diego cosmetics: Remove some pointless parentheses from return calls.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 16 Mar 2009 17:12:29 +0000 reimar Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,
Sun, 03 Aug 2008 15:21:40 +0000 diego Change a bunch of video/audio-output-specific preprocessor directives from
Thu, 19 Jun 2008 07:13:50 +0000 diego Reorder some functions to avoid implicit declaration warnings.
Sat, 14 Jun 2008 09:14:16 +0000 voroshil Ability for specifying TV standard individually for each TV channel.
Fri, 16 May 2008 08:43:15 +0000 diego cosmetics: Remove useless parentheses from return statements.
Sun, 13 Jan 2008 12:01:57 +0000 reimar Make all tvi_info_t const
Sun, 13 Jan 2008 11:59:50 +0000 reimar Make some tvi_functions_t pointers const that I forgot to change before
Sun, 13 Jan 2008 11:54:13 +0000 reimar Remove useless ifdefs
Sun, 13 Jan 2008 11:53:35 +0000 reimar Add type to extern declaration
Mon, 26 Nov 2007 10:04:18 +0000 voroshil Add missing '\n' in tv scanner results output.
Mon, 05 Nov 2007 16:34:15 +0000 voroshil Fix memory leak.
Mon, 05 Nov 2007 16:33:29 +0000 voroshil Fix segmentation fault after audio initialization failure in tv driver.
Mon, 15 Oct 2007 17:46:17 +0000 voroshil Disable channel scanner when no tuner is present.
Sun, 14 Oct 2007 07:20:24 +0000 voroshil Remove unnecessary curly braces.
Sun, 14 Oct 2007 06:28:51 +0000 voroshil 8 bytes buffer is not enough for at least SECAM-DK.
Sun, 14 Oct 2007 05:56:17 +0000 voroshil Replace duplicated code with call to routine
Sun, 14 Oct 2007 05:45:20 +0000 voroshil 10l: routine sets norm from parameter, but prints value of tv norm option
Sun, 14 Oct 2007 05:18:32 +0000 voroshil (cosmetics) indentation fix of my previous commit and small readability
Sun, 14 Oct 2007 05:15:51 +0000 voroshil Remove driver-dependent #ifdef from norm_from_string routine.
Sun, 14 Oct 2007 04:56:01 +0000 voroshil (cosmetics) remove trailing whitespace
Sat, 13 Oct 2007 19:57:51 +0000 iive 10l fix compilation with v4l2
Sat, 13 Oct 2007 17:14:39 +0000 voroshil DirectShow based tv:// driver for win32