summaryrefslogtreecommitdiff
path: root/device.c
AgeCommit message (Collapse)Author
2009-01-08Added sharpness and noise reduction setup options for VDPAU.rofafor
2008-11-20Removed backwards compatibility.rofafor
2008-11-18Call base class MakePrimaryDevice()phintuka
2008-11-18Added optional timeout to PlayFileCtrlphintuka
2008-06-11When requested, forward DVB SPU data to clients/xine-lib instead of VDR SPU ↵phintuka
decoder
2008-05-19int -> size_tphintuka
2008-05-18Enable smooth trick speed setup menu option for vdr >= 1.5.10phintuka
(Patch from Timo Eskola)
2008-04-14Signal unscaled OSD configuration options in xine_osd_command_t flagsphintuka
2008-04-12Remove option to disable OSD downscaling (useless ...?)phintuka
2008-04-10Fix the case when watching image files and the first one just flashes andphelin
gets replaced by black image.
2008-03-16Use defines for special suptitle "tracks" auto and nonephintuka
Implement vdr>=1.5.15 SetSubtitleTrackDevice
2008-02-20vdr-1.5.15 subtitle track seletion replaces our own onephintuka
-> removed preferred SPU languages
2008-02-19Eliminate compiler warning "suggest explicit braces to avoid ambiguous ↵phintuka
‘else’"
2008-02-19Added the possibility to select the aspect ratio of the video.phelin
2008-02-05Adapt to recent changes in pes.hphintuka
2008-01-24Use larger buffers for H.264phintuka
2008-01-10Add setup menu for Media player. Options for enabling or disabling metainfo ↵phelin
types, metainfo scanner and metainfo caching.
2008-01-06Added PlayMode to PlayFile()phintuka
2007-11-25Re-enable IBP-trickspeed for VDR version 1.5.10 since no more patching is ↵phelin
necessary.
2007-10-15Remove vdr-1.3.x compability code (it won't work anyway)phintuka
2007-10-14Disable DVD SPUs for vdr-1.5.10phintuka
2007-09-30Setup option to limit trick speedphintuka
2007-09-30Own macro for trickspeed logging/debugging (remove #ifdef ... #endif 's)phintuka
2007-09-30Increase local frontend initialization timeout (Thanks to Mikko Vartiainen)phintuka
Start local frontend and remote server in paraller
2007-09-17Smooth fast forward trick speed mode (Patch from Timo Eskola)phintuka
Requires patching VDR with patches/vdr-1.4.6-Smooth_FastForward.patch
2007-09-17Fix logging of some int64 valuesphintuka
Comments -> C++/VDR style
2007-06-17Select first SPU track if automatic SPU track selection is on and none of ↵phintuka
track languages matches
2007-04-12Remove (unused) decoder priority settingphintuka
2007-03-28Initialization timeoutsphintuka
2007-03-14Preferred SPU languagesphintuka
2007-01-26Detach frontends from VDR before shutdownphintuka
2007-01-24LAzy polling (queue amount of free buffers)phintuka
2007-01-14Drop frames if still images are coming in too fastphintuka
2007-01-06New trickspeed handlingphintuka
2006-12-24Clear old metainfo when starting new replayphintuka
2006-12-19Fix incorrect "no video" message in SetPlayModephintuka
2006-12-17load/configure audiochannel post plugin only when audio channel is changedphintuka
Get/Set metainfo
2006-12-15Force polling before every frame.phintuka
This should fix rest of queue overflow problems in remote modes.
2006-10-23Code cleanupphintuka
Use tTrackId to store seen DVD SPU tracks Prevent audio visualization plugin startup when starting replay, plugin is started only if there is no video
2006-10-18Disable audio track changed -message as it is not usedphintuka
Fix DVD SPU selection
2006-10-18Allow setting currrent DVD SPU track while setting available tracksphintuka
2006-10-13DVD SPU languagesphintuka
2006-09-09Double blank display removedphintuka
2006-09-06Implemented audio channel selectionxineliboutput-1_0_0pre4phintuka
2006-09-06HD content detectionphintuka
Execution time tracking
2006-09-04Reduced loggingphintuka
2006-09-03Removed some logging (force primary device)phintuka
Added buffer clear to play mode change
2006-08-25Fixed returning from pmAudioOnlyBlack playmode (audio visualization pluginphintuka
was never closed)
2006-08-25Added overscan optionphintuka
2006-08-24Execute primary device switching in main thread contextphintuka