mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
				synced 2023-10-10 17:16:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			129 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			129 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| @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: $
 | |
| 
 | |
| missing:
 | |
|     software deinterlace (yadif, ...)
 | |
|     software decoder with software deinterlace
 | |
|     zoom/fit-zoom 4:3 (SetVideoDisplayFormat, SetVideoFormat?)
 | |
|     ITU BT601, ITU BT709 (HD), RGB studio levels (16-235)?
 | |
|     suspend output / energie saver: stop and restart X11
 | |
|     Option deinterlace off / deinterlace force!
 | |
|     Make output drivers better modular (under construction).
 | |
| 
 | |
| crash:
 | |
|     AudioPlayHandlerThread -> pthread_cond_wait
 | |
| 
 | |
| video:
 | |
|     subtitle not cleared
 | |
|     subtitle could be asyncron
 | |
|     reduce warnings after channel switch
 | |
|     grab image with hardware and better scaling support
 | |
|     suspendoutput didn't show logo or black pictures
 | |
| 	(must detect video format to show image)
 | |
|     hard channel switch
 | |
|     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
 | |
|     OSD can only be shown after some stream could be shown
 | |
| 
 | |
| vdpau:
 | |
|     software decoder path not working
 | |
| 
 | |
| libva:
 | |
|     yaepghd (VaapiSetOutputPosition) support
 | |
|     can associate only displayed part of osd
 | |
|     grab image for va-api
 | |
|     still many: (workaround export NO_MPEG_HW=1)
 | |
|     [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
 | |
|     [drm:i915_wait_request] *ERROR* i915_wait_request returns -11 ...
 | |
| 
 | |
| libva: branch vaapi-ext
 | |
|     add support for vaapi-ext
 | |
| 
 | |
| libva-intel-driver:
 | |
|     1080i does no v-sync (sometimes correct working with vaapi-ext)
 | |
|     OSD has sometimes wrong size (workaround written)
 | |
|     sometimes software decoder deinterlace isn't working and 1080i channels
 | |
|     show artefacts
 | |
| 
 | |
| libva-vdpau-driver:
 | |
|     G210/GT520 OSD update too slow (needs hardware problem workaround)
 | |
|     hangup on exit (VaapiDelDecoder -> VaapiCleanup
 | |
| 	-> vaDestroyContext -> pthread_rwlock_wrlock)
 | |
|     with auto-crop OSD has wrong position
 | |
| 
 | |
| libva-xvba-driver:
 | |
|     with auto-crop OSD has wrong position
 | |
| 
 | |
| x11:
 | |
|     disable screensaver
 | |
| 
 | |
| 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.
 | |
|     software volume support
 | |
| 
 | |
| audio/alsa:
 | |
|     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
 | |
| 
 | |
| audio/oss:
 | |
|     alsa oss emulation mixer "pcm" not working
 | |
|     oss4 mixer channel not working
 | |
|     ring buffer overflow with alsa oss emulation
 | |
| 
 | |
| HDMI/SPDIF Passthrough:
 | |
|     only AC-3 written
 | |
|     Channels are wrong setup, if changing setting during operation.
 | |
|     support oss pass-through
 | |
| 
 | |
| playback of recording
 | |
|     pause is not reset, when replay exit
 | |
|     replay/pause need 100% cpu
 | |
| 
 | |
| setup:
 | |
|     Setup of decoder type.
 | |
|     Setup of output type.
 | |
|     Setup of display type.
 | |
|     Setup 4:3 zoom type
 | |
|     Some setup parameters are not used until restart.
 | |
| 	Can a notice be added to the setup menu?
 | |
| 
 | |
| unsorted:
 | |
|     Menu -> Setup -> Plugins -> skingenigmang -> General
 | |
| 	-> Try 8bpp single area: no, has missing parts.
 | |
|     stoping vdr while plugin is suspended opens and closes a window.
 | |
| 
 | |
| 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
 | |
|     pip support
 | |
| 
 | |
|     upmix stereo to AC-3
 |