index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
stream_radio.c
Commit message (
Expand
)
Author
Age
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
diego
2008-08-06
*
Rename some audio-output-related preprocessor directives.
diego
2008-08-05
*
Change a bunch of video/audio-output-specific preprocessor directives from
diego
2008-08-03
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
Use standard license headers with standard formatting.
diego
2008-05-14
*
typo fix: inited --> initialized
diego
2008-02-14
*
stream_opts should be const
reimar
2008-01-13
*
stream_opts arrays should be const
reimar
2007-12-02
*
Mark all stream_info_t as const
reimar
2007-12-02
*
Don't wait for filling entire audio ringbuffer at each call to grab_audio_frame.
voroshil
2007-10-25
*
Add missing call to audio_in_start_capture.
voroshil
2007-10-25
*
Fix compilation with enabled radio capture and disabled OSS audio.
voroshil
2007-09-24
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
*
Fix warning: too many arguments for format
cehoyos
2007-08-08
*
Replacing global variables in radio:// with
voroshil
2007-07-29
*
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
reimar
2007-07-05
*
Fix compiler warnings.
voroshil
2007-06-08
*
Rework of *BSD BT848 detection for radio://
voroshil
2007-04-11
*
Fix typo in r22772 which causes compilation error under *BSD.
voroshil
2007-04-08
*
Radio driver loading rework.
voroshil
2007-03-21
*
new slave command: radio_step_freq
voroshil
2006-11-19
*
Add *BSD BT848 radio support
voroshil
2006-11-18
*
add public wrapper for get_frequency
voroshil
2006-11-17
*
Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"
voroshil
2006-11-17
*
Add missed 'break'.
voroshil
2006-11-09
*
Move non driver-specific block to non-driver specific procedure, to avoid
voroshil
2006-11-09
*
Adding ability to check allowed frequency range.
voroshil
2006-11-08
*
Replace enneccesery O_RDWR with O_RDONLY
voroshil
2006-11-07
*
Restoring volume level of radio card on exit.
voroshil
2006-11-07
*
ability to pass channel name (not only number) to radio_set_channel
voroshil
2006-09-11
*
Remove stray and superflous #ifdef checks.
diego
2006-09-01
*
Check for requirements at configure-time, not at run-time.
diego
2006-08-31
*
Do not cast calloc/malloc results
reimar
2006-08-31
*
Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
reimar
2006-08-28