Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 7b331398fd7932d3295a8fde51782f67 > files > 5

vdr-plugin-analogradio-0.1.3a-19mdv2010.0.i586.rpm

VDR Plugin 'analogradio' Revision History
-----------------------------------------

2005-10-23: Version 0.1.3a

- Added "#include" to fix compile errors with vdr >=1.3.32 (tested with 1.3.34)
- Destructor of cAnalogRadioDevice is now virtual (Now there should not be any
  more compiler warnings)

2005-08-01: Version 0.1.3

- Added support for Video4Linux2
  -> Added videodev2.h
  -> Using V4L1 if first V4L2 fails
- Reversed last change: Now including videodev.h again from own source to
  ensure that both V4L1 and V4L2 are included.
- Added support for RAW-audio devices
  -> Option -o/-oss replaced by -m/-mode
  -> Using 48 kHz, 16 Bit LE, Stereo
- Opening device only before switching to radio channel instead of keeping it
  open the whole time.
- Setup (in VDR: Setup->Plugins->analogradio)
  -> Opportunity to disable muting of the tuner when swiching back to tv
  -> Setting of tuner volume
- Added a script (tools/adr2vdr.sh) to convert your adr.conf to channels.conf
  entries.

2005-03-12: Version 0.1.2

- Minor preparations for future ALSA support
  -> Command line option -d/--devdsp is now -s/--devaudio
  -> Option -o/--oss added (without any functionality)
- Opportunity to explicitly force mono (Probably not supported by every driver)
- Support for ADR through Peter Schlaf's TechniSat TechniPC/MediaFocus driver
  (http://people.freenet.de/mediafocus/)
  -> Added support to tune ADR channels
  -> Added v4l_extension.h from his ADR implementation
- Including videodev.h from system <linux/videodev.h>

2005-02-19: Version 0.1.1

- Detecting additional dsp-modes:
  -> 48000 Hz, 44100* Hz, 32000 Hz
  -> Stereo, Mono*
  -> Signed 16 Bit: Little Endian, Big Endian*
  * not tested

2005-02-18: Version 0.1.0

- Initial release.