aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_radio.c
Commit message (Expand)AuthorAge
* Remove BSD legacy TV/radio support (BT848 stuff)Gravatar wm42013-02-06
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* stream: remove V4L TV input and V4L radio supportGravatar wm42012-08-02
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* Remove #warning preprocessor directivesGravatar diego2010-11-02
* stream_radio.c: fix corrupt line from e3061749Gravatar Uoti Urpala2010-06-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
* Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\
| * Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.Gravatar diego2008-08-06
| * Rename some audio-output-related preprocessor directives.Gravatar diego2008-08-05
| * Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Use standard license headers with standard formatting.Gravatar diego2008-05-14
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* typo fix: inited --> initializedGravatar diego2008-02-14
* 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