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:
|
2012-04-05 15:42:48 +02:00
|
|
|
more software deinterlace (yadif, ...)
|
|
|
|
more software decoder with software deinterlace
|
2012-01-26 15:00:49 +01:00
|
|
|
suspend output / energie saver: stop and restart X11
|
2012-01-30 15:58:21 +01:00
|
|
|
suspend plugin didn't restore full-screen (is this wanted?)
|
2012-01-12 18:55:07 +01:00
|
|
|
Option deinterlace off / deinterlace force!
|
2012-02-13 14:13:24 +01:00
|
|
|
ColorSpace aren't configurable with the gui.
|
2012-03-09 12:08:56 +01:00
|
|
|
works for me: restart vdr not working, when started x11 was killed.
|
2011-12-08 20:50:32 +01:00
|
|
|
|
2012-01-16 15:42:17 +01:00
|
|
|
video:
|
|
|
|
subtitle not cleared
|
|
|
|
subtitle could be asyncron
|
2012-01-24 22:25:33 +01:00
|
|
|
grab image with hardware and better scaling support
|
2012-02-06 20:54:20 +01:00
|
|
|
yaepghd changed position is lost on channel switch
|
2012-02-11 18:22:48 +01:00
|
|
|
pause (live tv) has sometime problems with SAT1 HD Pro7 HD
|
2012-02-24 15:42:32 +01:00
|
|
|
radio show black background
|
|
|
|
radio no need to wait on video buffers
|
2012-04-05 15:42:48 +02:00
|
|
|
starting with radio and own X11 server, shows no video
|
|
|
|
some low-bandwidth tv channels have hiccups.
|
2012-04-20 16:05:40 +02:00
|
|
|
check start with 24Hz display rate
|
2012-05-21 15:34:33 +02:00
|
|
|
crash with ffmpeg without vaapi and vdpau.
|
2012-01-16 15:42:17 +01:00
|
|
|
|
2011-12-23 19:33:30 +01:00
|
|
|
vdpau:
|
2012-01-29 23:57:22 +01:00
|
|
|
software decoder path not working
|
2012-01-05 17:20:44 +01:00
|
|
|
|
|
|
|
libva:
|
2012-01-07 23:47:07 +01:00
|
|
|
yaepghd (VaapiSetOutputPosition) support
|
2012-01-27 21:08:37 +01:00
|
|
|
can associate only displayed part of osd
|
2012-01-21 15:56:45 +01:00
|
|
|
grab image for va-api
|
2012-02-01 23:12:45 +01:00
|
|
|
remove stderr output of libva init
|
2012-01-29 11:28:10 +01:00
|
|
|
still many: (workaround export NO_MPEG_HW=1)
|
2012-01-23 20:04:15 +01:00
|
|
|
[drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
|
|
|
|
[drm:i915_wait_request] *ERROR* i915_wait_request returns -11 ...
|
2012-01-21 15:56:45 +01:00
|
|
|
|
2012-04-05 15:42:48 +02:00
|
|
|
libva: branch vaapi-ext / staging
|
|
|
|
add support for vaapi-ext / staging
|
2011-12-23 19:33:30 +01:00
|
|
|
|
2011-12-06 18:36:57 +01:00
|
|
|
libva-intel-driver:
|
2012-02-02 16:01:38 +01:00
|
|
|
deinterlace only supported with vaapi-ext
|
2012-01-26 15:00:49 +01:00
|
|
|
1080i does no v-sync (sometimes correct working with vaapi-ext)
|
2012-01-18 15:15:37 +01:00
|
|
|
OSD has sometimes wrong size (workaround written)
|
2012-01-29 11:28:10 +01:00
|
|
|
sometimes software decoder deinterlace isn't working and 1080i channels
|
|
|
|
show artefacts
|
2011-12-08 20:50:32 +01:00
|
|
|
|
2011-12-06 18:36:57 +01:00
|
|
|
libva-vdpau-driver:
|
2012-01-18 15:15:37 +01:00
|
|
|
G210/GT520 OSD update too slow (needs hardware problem workaround)
|
2011-12-11 19:45:21 +01:00
|
|
|
hangup on exit (VaapiDelDecoder -> VaapiCleanup
|
|
|
|
-> vaDestroyContext -> pthread_rwlock_wrlock)
|
2012-02-02 16:01:38 +01:00
|
|
|
OSD still has some problems with auto-crop and 4:3 zoom.
|
2011-12-06 18:36:57 +01:00
|
|
|
|
2011-12-17 19:25:08 +01:00
|
|
|
libva-xvba-driver:
|
|
|
|
|
2011-12-08 20:50:32 +01:00
|
|
|
x11:
|
2012-01-30 15:58:21 +01:00
|
|
|
skip multiple configure-notify, handle only the last one.
|
|
|
|
support embedded mode
|
2011-12-08 20:50:32 +01:00
|
|
|
|
2012-01-16 15:42:17 +01:00
|
|
|
audio:
|
|
|
|
Make alsa thread/polled and oss thread/polled output module runtime
|
|
|
|
selectable.
|
2012-02-10 15:47:52 +01:00
|
|
|
Mute should do a real mute and not only set volume to zero.
|
|
|
|
Starting suspended and muted, didn't register the mute.
|
2012-02-24 15:42:32 +01:00
|
|
|
Relaxed audio sync checks at end of packet and already in sync
|
2012-02-27 23:13:53 +01:00
|
|
|
samplerate problem resume/suspend.
|
2012-03-03 18:47:07 +01:00
|
|
|
only wait for video start, if video is running.
|
|
|
|
Not primary device, don't use and block audio/video.
|
2012-03-07 15:31:43 +01:00
|
|
|
multiple open of audio device, reduce them.
|
2012-04-20 16:05:40 +02:00
|
|
|
Not all channel conversions are written (f.e. 2->3 ... 5->6 ...)
|
2011-12-06 18:36:57 +01:00
|
|
|
|
2012-01-16 15:42:17 +01:00
|
|
|
audio/alsa:
|
2012-01-02 15:27:03 +01:00
|
|
|
remix support of unsupported sample rates
|
2012-01-12 18:55:07 +01:00
|
|
|
|
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
|
2012-01-29 11:28:10 +01:00
|
|
|
oss4 mixer channel not working
|
2012-01-04 16:59:48 +01:00
|
|
|
ring buffer overflow with alsa oss emulation
|
2011-12-11 19:45:21 +01:00
|
|
|
|
2012-01-07 13:21:27 +01:00
|
|
|
HDMI/SPDIF Passthrough:
|
|
|
|
only AC-3 written
|
|
|
|
|
2011-12-11 19:45:21 +01:00
|
|
|
playback of recording
|
2012-02-21 20:55:28 +01:00
|
|
|
pause is not reset, when replay exit (fixed?)
|
|
|
|
replay/pause need 100% cpu (fixed?)
|
|
|
|
|
|
|
|
plugins:
|
2012-03-20 16:36:42 +01:00
|
|
|
mp3 plugin needs 100% cpu (bad ::Poll)
|
2011-12-14 18:01:03 +01:00
|
|
|
|
|
|
|
setup:
|
2011-12-29 13:43:12 +01:00
|
|
|
Setup of decoder type.
|
|
|
|
Setup of output type.
|
|
|
|
Setup of display type.
|
|
|
|
Setup 4:3 zoom type
|
2012-01-13 16:31:29 +01:00
|
|
|
Some setup parameters are not used until restart.
|
2011-12-14 18:01:03 +01:00
|
|
|
Can a notice be added to the setup menu?
|
2012-01-13 16:31:29 +01:00
|
|
|
|
2012-01-16 15:42:17 +01:00
|
|
|
unsorted:
|
2012-01-28 13:32:12 +01:00
|
|
|
stoping vdr while plugin is suspended opens and closes a window.
|
2012-03-20 16:36:42 +01:00
|
|
|
svdrp prim: support plugin names for device numbers.
|
2012-01-16 15:42:17 +01:00
|
|
|
|
2012-01-13 16:31:29 +01:00
|
|
|
future features (not planed for 1.0 - 1.5)
|
|
|
|
|
|
|
|
video out with xv
|
|
|
|
video out with opengl
|
|
|
|
video out with xvba
|
|
|
|
software decoder for xv / opengl
|
|
|
|
multistream handling
|
2012-01-21 15:56:45 +01:00
|
|
|
pip support
|
2012-02-01 16:50:48 +01:00
|
|
|
save and use auto-crop with channel zapping
|
2012-01-13 16:31:29 +01:00
|
|
|
|
2012-02-13 14:13:24 +01:00
|
|
|
upmix stereo to AC-3 (supported by alsa plugin)
|