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
*
stream: remove useless author/comment fields
wm4
2013-07-12
1
-4
/
+1
*
core: change open_stream and demux_open signature
wm4
2013-07-12
1
-2
/
+3
*
stream_radio: fix build
wm4
2013-07-08
1
-0
/
+4
*
cache: make the stream cache a proper stream that wraps other streams
wm4
2013-06-16
1
-13
/
+0
*
Remove BSD legacy TV/radio support (BT848 stuff)
wm4
2013-02-06
1
-136
/
+0
*
Rename directories, move files (step 2 of 2)
wm4
2012-11-12
1
-4
/
+4
*
stream: remove V4L TV input and V4L radio support
wm4
2012-08-02
1
-138
/
+0
*
cleanup: don't check for NULL before free()
diego
2010-11-08
1
-4
/
+2
*
Remove #warning preprocessor directives
diego
2010-11-02
1
-1
/
+0
*
stream_radio.c: fix corrupt line from e3061749
Uoti Urpala
2010-06-02
1
-1
/
+1
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
1
-1
/
+0
*
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
1
-14
/
+13
*
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
1
-64
/
+64
*
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
1
-64
/
+64
*
Merge svn changes up to r27441
Uoti Urpala
2008-08-08
1
-17
/
+17
|
\
|
*
Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
diego
2008-08-06
1
-3
/
+3
|
*
Rename some audio-output-related preprocessor directives.
diego
2008-08-05
1
-3
/
+3
|
*
Change a bunch of video/audio-output-specific preprocessor directives from
diego
2008-08-03
1
-14
/
+14
*
|
Merge svn changes up to r27374
Uoti Urpala
2008-07-30
1
-12
/
+12
|
\
|
|
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
1
-12
/
+12
*
|
Merge svn changes up to r26783
Uoti Urpala
2008-05-15
1
-20
/
+21
|
\
|
|
*
Use standard license headers with standard formatting.
diego
2008-05-14
1
-20
/
+21
*
|
Remove _s/_st suffix from some struct names
Uoti Urpala
2008-04-25
1
-9
/
+9
|
/
*
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