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-01-18 15:15:37 +01:00
|
|
|
software deinterlace (yadif, ...)
|
|
|
|
software decoder with software deinterlace
|
2012-01-11 18:01:18 +01:00
|
|
|
zoom/fit-zoom 4:3 (SetVideoDisplayFormat, SetVideoFormat?)
|
2012-01-05 17:20:44 +01:00
|
|
|
ITU BT601, ITU BT709 (HD), RGB studio levels (16-235)?
|
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-01-21 15:56:45 +01:00
|
|
|
Make output drivers better modular (under construction).
|
2011-12-08 20:50:32 +01:00
|
|
|
|
2012-01-25 15:31:49 +01:00
|
|
|
crash:
|
|
|
|
AudioPlayHandlerThread -> pthread_cond_wait
|
|
|
|
|
2012-01-16 15:42:17 +01:00
|
|
|
video:
|
|
|
|
subtitle not cleared
|
|
|
|
subtitle could be asyncron
|
2012-01-21 15:56:45 +01:00
|
|
|
reduce warnings after channel switch
|
2012-01-24 22:25:33 +01:00
|
|
|
grab image with hardware and better scaling support
|
2012-01-22 17:07:08 +01:00
|
|
|
suspendoutput didn't show logo or black pictures
|
|
|
|
(must detect video format to show image)
|
2012-01-26 15:00:49 +01:00
|
|
|
hard channel switch
|
2012-01-29 11:28:10 +01:00
|
|
|
skip lines not configurable from setup menu.
|
|
|
|
software decoder path didn't support auto-crop
|
|
|
|
software decoder path didn't support correct 4:3 16:9
|
2012-01-29 19:28:46 +01:00
|
|
|
OSD can only be shown after some stream could be shown
|
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-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
|
|
|
|
|
|
|
libva: branch vaapi-ext
|
|
|
|
add support for vaapi-ext
|
2011-12-23 19:33:30 +01:00
|
|
|
|
2011-12-06 18:36:57 +01:00
|
|
|
libva-intel-driver:
|
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-01-23 15:40:59 +01:00
|
|
|
with auto-crop OSD has wrong position
|
2011-12-06 18:36:57 +01:00
|
|
|
|
2011-12-17 19:25:08 +01:00
|
|
|
libva-xvba-driver:
|
2012-01-23 15:40:59 +01:00
|
|
|
with auto-crop OSD has wrong position
|
2011-12-17 19:25:08 +01:00
|
|
|
|
2011-12-08 20:50:32 +01:00
|
|
|
x11:
|
2012-01-10 15:53:54 +01:00
|
|
|
disable screensaver
|
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:
|
|
|
|
write TS -> PES parser, which feeds audio before the next start packet
|
|
|
|
Combine alsa+oss ringbuffer code.
|
|
|
|
Make alsa thread/polled and oss thread/polled output module runtime
|
|
|
|
selectable.
|
2012-01-26 15:00:49 +01:00
|
|
|
software volume support
|
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
|
|
|
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
|
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
|
2012-01-07 22:36:06 +01:00
|
|
|
Channels are wrong setup, if changing setting during operation.
|
2012-01-16 15:42:17 +01:00
|
|
|
support oss pass-through
|
2012-01-07 13:21:27 +01:00
|
|
|
|
2011-12-11 19:45:21 +01:00
|
|
|
playback of recording
|
2012-01-05 17:20:44 +01:00
|
|
|
pause is not reset, when replay exit
|
2012-01-08 21:46:00 +01:00
|
|
|
replay/pause need 100% cpu
|
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:
|
|
|
|
Menu -> Setup -> Plugins -> skingenigmang -> General
|
|
|
|
-> Try 8bpp single area: no, has missing parts.
|
2012-01-28 13:32:12 +01:00
|
|
|
stoping vdr while plugin is suspended opens and closes a window.
|
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
|
|
|
|
atmolight support
|
|
|
|
multistream handling
|
2012-01-21 15:56:45 +01:00
|
|
|
pip support
|
2012-01-13 16:31:29 +01:00
|
|
|
|
|
|
|
upmix stereo to AC-3
|