log stream/stream_dvb.c @ 26390:b2cc442c095d

age author description
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