diff options
author | Johns <johns98@gmx.net> | 2012-01-03 21:31:03 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-03 21:42:39 +0100 |
commit | c8e70ec0fe3cda6f9421d45cf180c6ed3d1d052c (patch) | |
tree | 9da896eaa684fd53131006ef8c0f2c6ff95b0bba /Todo | |
parent | 5546354cc7051c2d01d153d69e472c609b3e33ab (diff) | |
download | vdr-plugin-softhddevice-c8e70ec0fe3cda6f9421d45cf180c6ed3d1d052c.tar.gz vdr-plugin-softhddevice-c8e70ec0fe3cda6f9421d45cf180c6ed3d1d052c.tar.bz2 |
Audio update.
Alsa: report needed down sampling of 3/5/6 to 2 channels.
Moved alsa code into alsa module.
Initial OSS output support.
Diffstat (limited to 'Todo')
-rw-r--r-- | Todo | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -27,7 +27,6 @@ missing: atmolight zoom/fit-zoom 4:3 multistream handling - audio out with oss/oss4 HDMI/SPDIF Passthrough disable screensaver disable window cursor @@ -67,10 +66,8 @@ audio/alsa: libav supports only resample of mono to 2 channels ffmpeg didn't support resample of 5 to 2 channels CodecAudioOpen can fail "can't open audio codec" and does Fatal exit. - insufficient thread locking around avcodec_open/close() audio/oss: - add and write oss support playback of recording play back is too fast |