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>'.
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)
Mon, 03 Mar 2008 22:28:07 +0000 nicodvb search channels.conf in mplayer's instdir if all other searches fail; patch by foxcore gmail com
Sun, 13 Jan 2008 12:37:30 +0000 reimar Remove some unused extern variables
Sun, 13 Jan 2008 12:34:42 +0000 reimar stream_opts should be const
Sat, 15 Dec 2007 21:06:58 +0000 nicodvb 10l, in dvb_free_config() channels' names must be free individually
Sat, 15 Dec 2007 13:37:41 +0000 nicodvb removed the obscene priv->stream entry. Someone must have injected vodka in my milk when I wrote it
Sat, 15 Dec 2007 13:30:44 +0000 nicodvb get rid of the file-static dvb_config and free the config at close() . Patch by Andrew Calkin and me
Sat, 15 Dec 2007 13:05:06 +0000 nicodvb dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv (1000l to me)
Wed, 12 Dec 2007 22:54:20 +0000 nicodvb fix memleaks; patch by andrew calkin from gmail com
Sun, 02 Dec 2007 21:37:08 +0000 reimar stream_opts arrays should be const
Sun, 02 Dec 2007 21:26:23 +0000 reimar Make m_option_t arrays referenced by cfg-common.h const
Sun, 02 Dec 2007 13:22:53 +0000 reimar Mark all stream_info_t as const
Tue, 30 Oct 2007 22:30:15 +0000 nicodvb removed unused variables and parameters
Tue, 28 Aug 2007 22:38:45 +0000 diego cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
Tue, 28 Aug 2007 11:20:24 +0000 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
Thu, 05 Jul 2007 22:01:07 +0000 reimar Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
Sun, 24 Jun 2007 13:27:03 +0000 reimar get rid of useless *alloc casts
Fri, 08 Jun 2007 07:45:36 +0000 reimar Set errno to 0 after printing it, not before
Sat, 03 Mar 2007 13:10:31 +0000 nicodvb replaced 2 instances of sprintf() with snprintf() and one instance
Mon, 22 Jan 2007 08:02:06 +0000 diego Fix FSF address and otherwise broken license headers.
Sun, 07 Jan 2007 13:05:59 +0000 nicodvb in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaround some buggy driver)
Sat, 06 Jan 2007 11:09:27 +0000 nicodvb don't add pid 0 if it's already present in the list
Sun, 03 Dec 2006 21:18:59 +0000 aurel remove headers included twice
Sun, 03 Dec 2006 21:17:51 +0000 aurel use strchr() instead of index()
Sun, 26 Nov 2006 12:03:23 +0000 nicodvb match exactly card number N specified, rather than the N-th actually usable
Sun, 19 Nov 2006 12:06:28 +0000 nicodvb riformatted after previous commit
Sun, 19 Nov 2006 12:05:11 +0000 nicodvb if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
Sat, 04 Nov 2006 23:05:38 +0000 nicodvb use calloc() instead of malloc()
Sat, 04 Nov 2006 23:03:52 +0000 nicodvb nonsense removal: compare old and new frequency in order to skip tuning
Fri, 04 Aug 2006 17:01:29 +0000 ben proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
Thu, 03 Aug 2006 19:16:30 +0000 ben renamed dvbin.c to stream_dvb.c for consistency