log stream/stream_radio.c @ 23977:534bd164baaa

age author description
2007-07-29 voroshil Replacing global variables in radio:// with
2007-07-05 reimar Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
2007-06-08 voroshil Fix compiler warnings.
2007-04-11 voroshil Rework of *BSD BT848 detection for radio://
2007-04-08 voroshil Fix typo in r22772 which causes compilation error under *BSD.
2007-03-21 voroshil Radio driver loading rework.
2006-11-19 voroshil new slave command: radio_step_freq
2006-11-18 voroshil Add *BSD BT848 radio support
2006-11-17 voroshil add public wrapper for get_frequency
2006-11-17 voroshil Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"
2006-11-09 voroshil Add missed 'break'.
2006-11-09 voroshil Move non driver-specific block to non-driver specific procedure, to avoid
2006-11-08 voroshil Adding ability to check allowed frequency range.
2006-11-07 voroshil Replace enneccesery O_RDWR with O_RDONLY
2006-11-07 voroshil Restoring volume level of radio card on exit.
2006-09-11 voroshil ability to pass channel name (not only number) to radio_set_channel
2006-09-01 diego Remove stray and superflous #ifdef checks.
2006-08-31 diego Check for requirements at configure-time, not at run-time.
2006-08-31 reimar Do not cast calloc/malloc results
2006-08-28 reimar Radio support, patch by Vladimir Voroshilov (voroshil gmail com)