diff options
author | Johns <johns98@gmx.net> | 2012-01-12 18:55:07 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-12 18:55:07 +0100 |
commit | 30d8e8afe9a32ec6f2f0fee7a01ed0ac8d6e55f4 (patch) | |
tree | 8beb22ef7a76f1a836a71f2bb47a6f6d04c9552f /Todo | |
parent | 19a37bb0bf64be87d39e0a5d1d398ae4958ba888 (diff) | |
download | vdr-plugin-softhddevice-30d8e8afe9a32ec6f2f0fee7a01ed0ac8d6e55f4.tar.gz vdr-plugin-softhddevice-30d8e8afe9a32ec6f2f0fee7a01ed0ac8d6e55f4.tar.bz2 |
Fix subtitle position.
Diffstat (limited to 'Todo')
-rw-r--r-- | Todo | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -29,7 +29,8 @@ missing: multistream handling ITU BT601, ITU BT709 (HD), RGB studio levels (16-235)? suspend output / energie saver: stop audio, stop video, configurable - Subtitle have the wrong position + Option deinterlace off / deinterlace force! + Make output drivers better moduluar. vdpau: 1080i with temporal spatial and level 1 scaling too slow with my GT 520 @@ -38,6 +39,7 @@ vdpau: Improve OSD handling, show only what is used. Big OSD costs performance VdpPreemptionCallback handling hard channel switch + suspendoutput didn't show logo or black picture. libva: hard channel switch @@ -66,6 +68,8 @@ audio/alsa: done? video/audio asyncron random crashes in av_parser_parse2, when switching channels sometimes alsa hangs + snd_pcm_state: Assertion `pcm' failed. while switching channels + (thread problem) better downmix of >2 channels on 2 channel hardware remix support of unsupported sample rates @@ -73,6 +77,9 @@ audio/alsa: ffmpeg didn't support resample of 5 to 2 channels CodecAudioOpen can fail "can't open audio codec" and does Fatal exit. +audio: + write TS -> PES parser, which feeds audio before the next start packet + audio/oss: alsa oss emulation mixer "pcm" not working ring buffer overflow with alsa oss emulation |