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

age author description
Sun, 26 Jan 2014 04:14:23 +0000 al Do not use non-literal arguments for mp_msg format string
Sun, 24 Jul 2011 23:55:34 +0000 diego Do not translate console messages of verbosity level MSGL_V and above.
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Mon, 11 Oct 2010 12:33:57 +0000 diego Remove #warning preprocessor directives or replace them by suitable comments.
Sat, 29 May 2010 10:13:39 +0000 diego misc cosmetics: K&R style nits, #include placement, indentation
Thu, 27 May 2010 20:38:25 +0000 diego Drop pointless _st suffix from 'struct stream'.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 06 Aug 2008 23:19:29 +0000 diego Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
Tue, 05 Aug 2008 16:32:47 +0000 diego Rename some audio-output-related preprocessor directives.
Sun, 03 Aug 2008 15:21:40 +0000 diego Change a bunch of video/audio-output-specific preprocessor directives from
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Wed, 14 May 2008 17:20:42 +0000 diego Use standard license headers with standard formatting.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Sun, 13 Jan 2008 12:34:42 +0000 reimar stream_opts should be const
Sun, 02 Dec 2007 21:37:08 +0000 reimar stream_opts arrays should be const
Sun, 02 Dec 2007 13:22:53 +0000 reimar Mark all stream_info_t as const
Thu, 25 Oct 2007 15:04:33 +0000 voroshil Don't wait for filling entire audio ringbuffer at each call to grab_audio_frame.
Thu, 25 Oct 2007 14:57:17 +0000 voroshil Add missing call to audio_in_start_capture.
Mon, 24 Sep 2007 16:48:08 +0000 voroshil Fix compilation with enabled radio capture and disabled OSS audio.
Tue, 28 Aug 2007 22:38:45 +0000 diego cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
Wed, 08 Aug 2007 22:30:51 +0000 cehoyos Fix warning: too many arguments for format
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.
Mon, 11 Sep 2006 18:41:14 +0000 voroshil ability to pass channel name (not only number) to radio_set_channel
Fri, 01 Sep 2006 18:20:29 +0000 diego Remove stray and superflous #ifdef checks.
Thu, 31 Aug 2006 19:00:09 +0000 diego Check for requirements at configure-time, not at run-time.
Thu, 31 Aug 2006 18:43:41 +0000 reimar Do not cast calloc/malloc results
Mon, 28 Aug 2006 17:05:18 +0000 reimar Radio support, patch by Vladimir Voroshilov (voroshil gmail com)