log stream/tv.c @ 26157:64654d7bebbc

age author description
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
Tue, 18 Sep 2007 16:28:39 +0000 voroshil Implement setting gain control for video devices (usually webcams)
Thu, 13 Sep 2007 17:13:27 +0000 voroshil Fix missing reset/initialization (with tv parameters) of
Mon, 10 Sep 2007 17:09:35 +0000 voroshil Implementation of tv:// driver autodetection.
Tue, 28 Aug 2007 14:36:13 +0000 voroshil Move channels option parsing code into separate routine.
Thu, 23 Aug 2007 16:09:30 +0000 voroshil Automatic TV channels scanning ability for MPlayer.
Sun, 29 Jul 2007 17:55:28 +0000 voroshil Teletext support.
Sun, 29 Jul 2007 10:30:41 +0000 voroshil Removing global variables from tv://
Sun, 29 Jul 2007 10:22:39 +0000 voroshil Removing global variables from tv://
Sun, 29 Jul 2007 10:18:38 +0000 voroshil Removing global variables from tv://
Sun, 29 Jul 2007 03:55:12 +0000 voroshil Removing forward declarations of routines used only in tv.c
Sun, 29 Jul 2007 03:38:01 +0000 voroshil Cosmetics.
Sun, 29 Jul 2007 03:33:39 +0000 voroshil Cosmetics: move two routines up
Thu, 05 Jul 2007 22:01:07 +0000 reimar Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy