log stream/stream_radio.c @ 23890:4587edae1790

age author description
Sun, 29 Jul 2007 12:20:25 +0000 voroshil Replacing global variables in radio:// with
Thu, 05 Jul 2007 22:01:07 +0000 reimar Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
Fri, 08 Jun 2007 06:08:51 +0000 voroshil Fix compiler warnings.
Wed, 11 Apr 2007 05:39:09 +0000 voroshil Rework of *BSD BT848 detection for radio://
Sun, 08 Apr 2007 15:30:01 +0000 voroshil Fix typo in r22772 which causes compilation error under *BSD.
Wed, 21 Mar 2007 18:39:57 +0000 voroshil Radio driver loading rework.
Sun, 19 Nov 2006 16:15:05 +0000 voroshil new slave command: radio_step_freq
Sat, 18 Nov 2006 06:53:33 +0000 voroshil Add *BSD BT848 radio support
Fri, 17 Nov 2006 14:36:13 +0000 voroshil add public wrapper for get_frequency
Fri, 17 Nov 2006 13:42:46 +0000 voroshil Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"
Thu, 09 Nov 2006 19:03:35 +0000 voroshil Add missed 'break'.
Thu, 09 Nov 2006 13:09:48 +0000 voroshil Move non driver-specific block to non-driver specific procedure, to avoid
Wed, 08 Nov 2006 07:02:43 +0000 voroshil Adding ability to check allowed frequency range.
Tue, 07 Nov 2006 18:39:38 +0000 voroshil Replace enneccesery O_RDWR with O_RDONLY
Tue, 07 Nov 2006 18:27:40 +0000 voroshil Restoring volume level of radio card on exit.