aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_radio.c
Commit message (Expand)AuthorAge
* stream_opts should be constGravatar reimar2008-01-13
* stream_opts arrays should be constGravatar reimar2007-12-02
* Mark all stream_info_t as constGravatar reimar2007-12-02
* Don't wait for filling entire audio ringbuffer at each call to grab_audio_frame.Gravatar voroshil2007-10-25
* Add missing call to audio_in_start_capture.Gravatar voroshil2007-10-25
* Fix compilation with enabled radio capture and disabled OSS audio.Gravatar voroshil2007-09-24
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* Fix warning: too many arguments for formatGravatar cehoyos2007-08-08
* Replacing global variables in radio:// withGravatar voroshil2007-07-29
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* Fix compiler warnings.Gravatar voroshil2007-06-08
* Rework of *BSD BT848 detection for radio://Gravatar voroshil2007-04-11
* Fix typo in r22772 which causes compilation error under *BSD.Gravatar voroshil2007-04-08
* Radio driver loading rework.Gravatar voroshil2007-03-21
* new slave command: radio_step_freqGravatar voroshil2006-11-19
* Add *BSD BT848 radio supportGravatar voroshil2006-11-18
* add public wrapper for get_frequencyGravatar voroshil2006-11-17
* Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"Gravatar voroshil2006-11-17
* Add missed 'break'.Gravatar voroshil2006-11-09
* Move non driver-specific block to non-driver specific procedure, to avoidGravatar voroshil2006-11-09
* Adding ability to check allowed frequency range.Gravatar voroshil2006-11-08
* Replace enneccesery O_RDWR with O_RDONLYGravatar voroshil2006-11-07
* Restoring volume level of radio card on exit.Gravatar voroshil2006-11-07
* ability to pass channel name (not only number) to radio_set_channelGravatar voroshil2006-09-11
* Remove stray and superflous #ifdef checks.Gravatar diego2006-09-01
* Check for requirements at configure-time, not at run-time.Gravatar diego2006-08-31
* Do not cast calloc/malloc resultsGravatar reimar2006-08-31
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)Gravatar reimar2006-08-28