summaryrefslogtreecommitdiffstats
path: root/stream/stream_radio.c
Commit message (Expand)AuthorAgeFilesLines
* Remove BSD legacy TV/radio support (BT848 stuff)wm42013-02-061-136/+0
* Rename directories, move files (step 2 of 2)wm42012-11-121-4/+4
* stream: remove V4L TV input and V4L radio supportwm42012-08-021-138/+0
* cleanup: don't check for NULL before free()diego2010-11-081-4/+2
* Remove #warning preprocessor directivesdiego2010-11-021-1/+0
* stream_radio.c: fix corrupt line from e3061749Uoti Urpala2010-06-021-1/+1
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-14/+13
* Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-64/+64
* Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-64/+64
* Merge svn changes up to r27441Uoti Urpala2008-08-081-17/+17
|\
| * Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.diego2008-08-061-3/+3
| * Rename some audio-output-related preprocessor directives.diego2008-08-051-3/+3
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-14/+14
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-12/+12
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-12/+12
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-20/+21
|\|
| * Use standard license headers with standard formatting.diego2008-05-141-20/+21
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-9/+9
|/
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* stream_opts should be constreimar2008-01-131-1/+1
* stream_opts arrays should be constreimar2007-12-021-1/+1
* Mark all stream_info_t as constreimar2007-12-021-1/+1
* Don't wait for filling entire audio ringbuffer at each call to grab_audio_frame.voroshil2007-10-251-1/+1
* Add missing call to audio_in_start_capture.voroshil2007-10-251-0/+1
* Fix compilation with enabled radio capture and disabled OSS audio.voroshil2007-09-241-2/+3
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-2/+2
* Fix warning: too many arguments for formatcehoyos2007-08-081-1/+1
* Replacing global variables in radio:// withvoroshil2007-07-291-64/+50
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-051-1/+2
* Fix compiler warnings.voroshil2007-06-081-1/+2
* Rework of *BSD BT848 detection for radio://voroshil2007-04-111-8/+11
* Fix typo in r22772 which causes compilation error under *BSD.voroshil2007-04-081-8/+8
* Radio driver loading rework.voroshil2007-03-211-133/+86
* new slave command: radio_step_freqvoroshil2006-11-191-0/+21
* Add *BSD BT848 radio supportvoroshil2006-11-181-1/+152
* add public wrapper for get_frequencyvoroshil2006-11-171-0/+15
* Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"voroshil2006-11-171-1/+1
* Add missed 'break'.voroshil2006-11-091-0/+2
* Move non driver-specific block to non-driver specific procedure, to avoidvoroshil2006-11-091-17/+15
* Adding ability to check allowed frequency range.voroshil2006-11-081-2/+17
* Replace enneccesery O_RDWR with O_RDONLYvoroshil2006-11-071-1/+1
* Restoring volume level of radio card on exit.voroshil2006-11-071-0/+3
* ability to pass channel name (not only number) to radio_set_channelvoroshil2006-09-111-1/+16
* Remove stray and superflous #ifdef checks.diego2006-09-011-5/+0
* Check for requirements at configure-time, not at run-time.diego2006-08-311-5/+1
* Do not cast calloc/malloc resultsreimar2006-08-311-5/+5
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)reimar2006-08-281-0/+1108