log stream/tv.c @ 34042:89ad6c0928cf

age author description
Sun, 24 Jul 2011 23:55:34 +0000 diego Do not translate console messages of verbosity level MSGL_V and above.
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.
Sun, 12 Sep 2010 13:01:05 +0000 reimar Replace sizoef(type) by sizeof(*ptrvar).
Sat, 11 Sep 2010 23:53:15 +0000 diego Move TV input free_handle static function to tv.c and make it non-static.
Sat, 10 Jul 2010 18:53:08 +0000 reimar Fix compilation of tv support.
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
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
Thu, 21 Jun 2007 08:18:51 +0000 voroshil Revert r23530.
Sun, 10 Jun 2007 00:06:12 +0000 voroshil Teletext support for tv:// (v4l and v4l2 only)
Fri, 08 Jun 2007 06:08:51 +0000 voroshil Fix compiler warnings.
Thu, 31 May 2007 17:49:51 +0000 voroshil New "automute" tv:// option.
Sun, 27 May 2007 21:14:32 +0000 reimar More fastmemcpy.h removal
Fri, 13 Apr 2007 14:34:38 +0000 voroshil cosmetics. restore empty line removed in r22985.
Fri, 13 Apr 2007 13:31:54 +0000 voroshil Move translatable strings from tv.c to help_mp*
Mon, 19 Mar 2007 15:31:25 +0000 voroshil Add missing bogus norm warning for v4l2
Mon, 19 Mar 2007 12:28:53 +0000 voroshil Make sure bogus parameter will not be ignored by user.
Sat, 17 Mar 2007 11:51:17 +0000 voroshil New slave command: tv_step_freq <offset in MHz>
Fri, 16 Mar 2007 19:42:41 +0000 voroshil Allow to specify frequencies in channels option.