index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stream
/
stream_radio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
typo fix: inited --> initialized
diego
2008-02-14
1
-3
/
+3
*
stream_opts should be const
reimar
2008-01-13
1
-1
/
+1
*
stream_opts arrays should be const
reimar
2007-12-02
1
-1
/
+1
*
Mark all stream_info_t as const
reimar
2007-12-02
1
-1
/
+1
*
Don't wait for filling entire audio ringbuffer at each call to grab_audio_frame.
voroshil
2007-10-25
1
-1
/
+1
*
Add missing call to audio_in_start_capture.
voroshil
2007-10-25
1
-0
/
+1
*
Fix compilation with enabled radio capture and disabled OSS audio.
voroshil
2007-09-24
1
-2
/
+3
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
1
-2
/
+2
*
Fix warning: too many arguments for format
cehoyos
2007-08-08
1
-1
/
+1
*
Replacing global variables in radio:// with
voroshil
2007-07-29
1
-64
/
+50
*
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
reimar
2007-07-05
1
-1
/
+2
*
Fix compiler warnings.
voroshil
2007-06-08
1
-1
/
+2
*
Rework of *BSD BT848 detection for radio://
voroshil
2007-04-11
1
-8
/
+11
*
Fix typo in r22772 which causes compilation error under *BSD.
voroshil
2007-04-08
1
-8
/
+8
*
Radio driver loading rework.
voroshil
2007-03-21
1
-133
/
+86
*
new slave command: radio_step_freq
voroshil
2006-11-19
1
-0
/
+21
*
Add *BSD BT848 radio support
voroshil
2006-11-18
1
-1
/
+152
*
add public wrapper for get_frequency
voroshil
2006-11-17
1
-0
/
+15
*
Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"
voroshil
2006-11-17
1
-1
/
+1
*
Add missed 'break'.
voroshil
2006-11-09
1
-0
/
+2
*
Move non driver-specific block to non-driver specific procedure, to avoid
voroshil
2006-11-09
1
-17
/
+15
*
Adding ability to check allowed frequency range.
voroshil
2006-11-08
1
-2
/
+17
*
Replace enneccesery O_RDWR with O_RDONLY
voroshil
2006-11-07
1
-1
/
+1
*
Restoring volume level of radio card on exit.
voroshil
2006-11-07
1
-0
/
+3
*
ability to pass channel name (not only number) to radio_set_channel
voroshil
2006-09-11
1
-1
/
+16
*
Remove stray and superflous #ifdef checks.
diego
2006-09-01
1
-5
/
+0
*
Check for requirements at configure-time, not at run-time.
diego
2006-08-31
1
-5
/
+1
*
Do not cast calloc/malloc results
reimar
2006-08-31
1
-5
/
+5
*
Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
reimar
2006-08-28
1
-0
/
+1108