log stream/dvb_tune.c @ 37173:885a91949d89

age author description
Tue, 02 Mar 2010 19:57:17 +0000 diego Drop support for old-style DVB code.
Sun, 21 Feb 2010 21:00:08 +0000 diego Add header for exported DVB-related functions.
Sun, 21 Feb 2010 20:39:49 +0000 diego cosmetics: Move functions around to avoid forward declarations and #ifdefs.
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.
Wed, 05 Nov 2008 23:37:52 +0000 nicodvb set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn't defined; patch by Reimar
Tue, 04 Nov 2008 18:44:14 +0000 reimar Intialize unused fd variables to -1 (which is actually invalid) instead
Fri, 24 Oct 2008 09:13:04 +0000 diego Conditionally declare a conditionally used variable, fixes the warning:
Thu, 14 Aug 2008 15:54:53 +0000 diego Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
Sun, 03 Aug 2008 15:21:40 +0000 diego Change a bunch of video/audio-output-specific preprocessor directives from
Sun, 13 Apr 2008 10:23:54 +0000 nicodvb in preparation for multi-frontend patch replaced file-static device names with sprintf() calls in 2 functions
Sun, 13 Jan 2008 12:40:21 +0000 reimar dvb_demuxdev etc. are only used in dvb_tune.c so make them static
Sun, 13 Jan 2008 12:38:06 +0000 reimar Make several arrays const
Tue, 30 Oct 2007 22:30:15 +0000 nicodvb removed unused variables and parameters
Tue, 30 Oct 2007 08:44:15 +0000 diego Comment out unused variable, fixes the warning:
Sat, 13 Oct 2007 09:40:32 +0000 nicodvb removed useless inclusion of error.h
Tue, 09 Jan 2007 20:02:13 +0000 nicodvb removed static declaration before non-instantiated struct; patch by cehoyos ag or at
Sat, 06 Jan 2007 18:54:22 +0000 nicodvb reindented
Sat, 06 Jan 2007 18:51:01 +0000 nicodvb init to 0 feparams before tuning
Sat, 06 Jan 2007 11:59:33 +0000 nicodvb removed useless reporting code
Sat, 06 Jan 2007 11:43:44 +0000 nicodvb moved actual tuning code from check_status() to tune_it()
Sat, 30 Dec 2006 22:43:12 +0000 nicodvb reindentation
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux base libmpdemux/dvb_tune.c@635afe545bbd