vdr-plugin-softhddevice/Todo

84 lines
2.4 KiB
Plaintext
Raw Normal View History

2012-01-02 15:27:03 +01:00
@file Todo @brief A software HD output device for VDR
Copyright (c) 2011, 2012 by Johns. All Rights Reserved.
Contributor(s):
License: AGPLv3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
$Id: $
2011-12-17 19:25:08 +01:00
missing:
video out with xv
video out with opengl
2011-12-23 19:33:30 +01:00
software decoder for xv / opengl
2011-12-17 19:25:08 +01:00
software deinterlace
auto crop
atmolight
zoom/fit-zoom 4:3
multistream handling
2011-12-30 16:47:57 +01:00
HDMI/SPDIF Passthrough
disable screensaver
disable window cursor
2011-12-23 19:33:30 +01:00
vdpau:
2012-01-02 15:27:03 +01:00
1080i with temporal spatial and level 1 scaling too slow with GT 520
1080i with temporal spatial too slow with GT 520 on some channels
2011-12-29 00:55:57 +01:00
VdpPreemptionCallback handling
2011-12-23 19:33:30 +01:00
2011-12-06 18:36:57 +01:00
libva-intel-driver:
intel still has hangups most with 1080i
1080i does no v-sync (workaround written)
osd has sometimes wrong size (workaround written)
2011-12-06 18:36:57 +01:00
libva-vdpau-driver:
G210 osd update too slow (needs hardware problem workaround)
OSD update is too slow
2011-12-11 19:45:21 +01:00
hangup on exit (VaapiDelDecoder -> VaapiCleanup
-> vaDestroyContext -> pthread_rwlock_wrlock)
2011-12-06 18:36:57 +01:00
2011-12-17 19:25:08 +01:00
libva-xvba-driver:
x11:
support resize of x11 window
support fullscreen window
support fullscreen / window toggle
2011-12-14 18:01:03 +01:00
close window should send power button
2011-12-20 15:05:35 +01:00
disable cursor
audio/alsa:
2012-01-02 15:27:03 +01:00
done? video/audio asyncron
random crashes in av_parser_parse2, when switching channels
sometimes alsa hangs
2011-12-06 18:36:57 +01:00
2012-01-02 15:27:03 +01:00
better downmix of >2 channels on 2 channel hardware
remix support of unsupported sample rates
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.
2012-01-02 15:27:03 +01:00
audio/oss:
2012-01-04 16:59:48 +01:00
alsa oss emulation mixer "pcm" not working
ring buffer overflow with alsa oss emulation
2011-12-11 19:45:21 +01:00
playback of recording
2011-12-17 19:25:08 +01:00
play back is too fast
2011-12-14 18:01:03 +01:00
setup:
Setup of decoder type.
Setup of output type.
Setup of display type.
Setup 4:3 zoom type
2011-12-14 18:01:03 +01:00
Setup parameters are not used until restart.
Can a notice be added to the setup menu?