log stream/stream_dvb.c @ 37195:ac6c37d85d65 default tip

age author description
Fri, 29 Nov 2013 12:34:21 +0000 ib Add new stream control command STREAM_CTRL_GET_CURRENT_CHANNEL.
Sun, 24 Nov 2013 00:44:44 +0000 ib Remove unused definitions.
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
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>'.