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:
|