Commit Graph

17 Commits

Author SHA1 Message Date
voroshil fe5f586f11 Rework of *BSD BT848 detection for radio://
to reuse recently added BT848 interface headers detection
code.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22966 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 05:39:09 +00:00
voroshil 77a15dd6d3 Fix typo in r22772 which causes compilation error under *BSD.
Slightly modified patch from Bernd Ernesti.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22946 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-08 15:30:01 +00:00
voroshil c846e0a734 Radio driver loading rework.
Available interfaces are showed in verbose mode.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22772 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-21 18:39:57 +00:00
voroshil f41cff8360 new slave command: radio_step_freq
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21058 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-19 16:15:05 +00:00
voroshil c9b485e94c Add *BSD BT848 radio support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21001 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 06:53:33 +00:00
voroshil acce4eff13 add public wrapper for get_frequency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20984 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-17 14:36:13 +00:00
voroshil c4c48f002a Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"
message in stream_radio.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20983 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-17 13:42:46 +00:00
voroshil 3843d10a5e Add missed 'break'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20822 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-09 19:03:35 +00:00
voroshil cb6497bd3c Move non driver-specific block to non-driver specific procedure, to avoid
unnecceduplicating code.
Avoid calling set_volume on no-initialized radio device in close_s.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20812 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-09 13:09:48 +00:00
voroshil 09621fb285 Adding ability to check allowed frequency range.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20774 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-08 07:02:43 +00:00
voroshil b3667eaa56 Replace enneccesery O_RDWR with O_RDONLY
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20754 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-07 18:39:38 +00:00
voroshil 506cc511a7 Restoring volume level of radio card on exit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20753 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-07 18:27:40 +00:00
voroshil e409a93e36 ability to pass channel name (not only number) to radio_set_channel
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19799 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-11 18:41:14 +00:00
diego 3b4e87616d Remove stray and superflous #ifdef checks.
patch by Vladimir Voroshilov, voroshil [at] gmail [dot] com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19624 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-01 18:20:29 +00:00
diego 63a2e5b07f Check for requirements at configure-time, not at run-time.
patch by Vladimir Voroshilov, voroshil <at> gmail <dot> com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19614 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-31 19:00:09 +00:00
reimar ecb187ef22 Do not cast calloc/malloc results
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19612 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-31 18:43:41 +00:00
reimar acf654cf8f Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19574 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-28 17:05:18 +00:00