log stream/stream_dvb.c @ 33604:0556f833f44f

age author description
Sun, 01 May 2011 18:07:59 +0000 iive Increase the maximum value of the DVB timeout to 240 seconds.
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Sat, 31 Jul 2010 16:43:20 +0000 diego Initialize conf_file variable to kill the warning:
Sat, 20 Mar 2010 23:38:27 +0000 diego Rename get_path.[ch] --> path.[ch].
Tue, 02 Mar 2010 19:57:17 +0000 diego Drop support for old-style DVB code.
Sat, 20 Feb 2010 18:39:26 +0000 reimar Replace misuse of stream_reset to set stream pos to 0 by more appropriate code.
Fri, 30 Oct 2009 10:03:54 +0000 cehoyos Support ISDB-Tb tunning in Brazil
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
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:42:46 +0000 reimar Fix condition broken in r27401 which incorrectly caused stdin to be closed after playing DVB.
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
Sat, 12 Apr 2008 20:36:57 +0000 nicodvb removed useless parameter :type from -dvbin (the frontend type is reported by the card)
Sat, 12 Apr 2008 20:30:36 +0000 nicodvb removed defunct options :vid and :aid from -dvbin (they were useless from the start)