mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Update documents.
This commit is contained in:
parent
9165052d5e
commit
c19b86411a
25
README.txt
25
README.txt
@ -20,23 +20,24 @@ $Id$
|
|||||||
|
|
||||||
A software and GPU emulated HD output device plugin for VDR.
|
A software and GPU emulated HD output device plugin for VDR.
|
||||||
|
|
||||||
o Video VA-API/VA-API (with intel, nvidia and amd backend supported)
|
o Video decoder CPU / VA-API / VDPAU
|
||||||
o Video CPU/VA-API
|
o Video output VA-API / VDPAU
|
||||||
o Video VDPAU/VDPAU
|
|
||||||
o Video CPU/VDPAU
|
|
||||||
o Audio FFMpeg / Alsa / Analog
|
o Audio FFMpeg / Alsa / Analog
|
||||||
o Audio FFMpeg / Alsa / Digital
|
o Audio FFMpeg / Alsa / Digital
|
||||||
o Audio FFMpeg / OSS / Analog
|
o Audio FFMpeg / OSS / Analog
|
||||||
o HDMI/SPDIF Passthrough
|
o HDMI/SPDIF pass-through
|
||||||
o VA-API bob software deinterlace
|
o YaepgHD support
|
||||||
o Auto-crop
|
o Software deinterlacer Bob (VA-API only)
|
||||||
|
o Autocrop
|
||||||
|
o Grab image (VDPAU only)
|
||||||
|
o Suspend
|
||||||
|
o Letterbox, Stretch and Center cut-out video display modes
|
||||||
|
|
||||||
o planned: Video VA-API/Opengl
|
o planned: Video decoder VA-API Branch: vaapi-ext/staging
|
||||||
o planned: Video VDPAU/Opengl
|
o planned: Video output XvBA / Opengl / Xv
|
||||||
o planned: Video CPU/Xv
|
o planned: VA-API grab image
|
||||||
o planned: Video CPU/Opengl
|
|
||||||
o planned: Improved Software Deinterlacer (yadif or/and ffmpeg filters)
|
o planned: Improved Software Deinterlacer (yadif or/and ffmpeg filters)
|
||||||
o planned: Video XvBA/XvBA
|
o planned: software volume, software channel resample
|
||||||
o planned: atmo light support
|
o planned: atmo light support
|
||||||
|
|
||||||
To compile you must have the 'requires' installed.
|
To compile you must have the 'requires' installed.
|
||||||
|
16
Todo
16
Todo
@ -19,28 +19,24 @@ GNU Affero General Public License for more details.
|
|||||||
$Id: $
|
$Id: $
|
||||||
|
|
||||||
missing:
|
missing:
|
||||||
software deinterlace (yadif, ...)
|
more software deinterlace (yadif, ...)
|
||||||
software decoder with software deinterlace
|
more software decoder with software deinterlace
|
||||||
suspend output / energie saver: stop and restart X11
|
suspend output / energie saver: stop and restart X11
|
||||||
suspend plugin didn't restore full-screen (is this wanted?)
|
suspend plugin didn't restore full-screen (is this wanted?)
|
||||||
Option deinterlace off / deinterlace force!
|
Option deinterlace off / deinterlace force!
|
||||||
ColorSpace aren't configurable with the gui.
|
ColorSpace aren't configurable with the gui.
|
||||||
Replay of old vdr 1.6 recordings.
|
|
||||||
works for me: restart vdr not working, when started x11 was killed.
|
works for me: restart vdr not working, when started x11 was killed.
|
||||||
|
|
||||||
crash:
|
|
||||||
AudioPlayHandlerThread -> pthread_cond_wait
|
|
||||||
|
|
||||||
video:
|
video:
|
||||||
subtitle not cleared
|
subtitle not cleared
|
||||||
subtitle could be asyncron
|
subtitle could be asyncron
|
||||||
reduce warnings after channel switch
|
|
||||||
grab image with hardware and better scaling support
|
grab image with hardware and better scaling support
|
||||||
hard channel switch
|
|
||||||
yaepghd changed position is lost on channel switch
|
yaepghd changed position is lost on channel switch
|
||||||
pause (live tv) has sometime problems with SAT1 HD Pro7 HD
|
pause (live tv) has sometime problems with SAT1 HD Pro7 HD
|
||||||
radio show black background
|
radio show black background
|
||||||
radio no need to wait on video buffers
|
radio no need to wait on video buffers
|
||||||
|
starting with radio and own X11 server, shows no video
|
||||||
|
some low-bandwidth tv channels have hiccups.
|
||||||
|
|
||||||
vdpau:
|
vdpau:
|
||||||
software decoder path not working
|
software decoder path not working
|
||||||
@ -54,8 +50,8 @@ libva:
|
|||||||
[drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
|
[drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
|
||||||
[drm:i915_wait_request] *ERROR* i915_wait_request returns -11 ...
|
[drm:i915_wait_request] *ERROR* i915_wait_request returns -11 ...
|
||||||
|
|
||||||
libva: branch vaapi-ext
|
libva: branch vaapi-ext / staging
|
||||||
add support for vaapi-ext
|
add support for vaapi-ext / staging
|
||||||
|
|
||||||
libva-intel-driver:
|
libva-intel-driver:
|
||||||
deinterlace only supported with vaapi-ext
|
deinterlace only supported with vaapi-ext
|
||||||
|
Loading…
Reference in New Issue
Block a user