summaryrefslogtreecommitdiff
path: root/device.c
AgeCommit message (Collapse)Author
2009-09-14Merge:phintuka
revision 1.90 Use frontend window size for OSD revision 1.89 Call cThread::Active() instead of cXinelibThread::IsFinished() revision 1.88 Removed calls to cXinelibThread::Stop() revision 1.87 Added OSD resolution enums revision 1.86 Moved double clear check from cXinelibDevice to cXinelibThread revision 1.83 Added GetOsdSize() with default values
2009-06-08Merged revision 1.65phintuka
Added TimeoutMs to PlayFile()
2009-06-08Merged revision 1.60phintuka
When requested, forward DVB SPU data to clients/xine-lib instead of VDR SPU decoder
2009-06-08Merged revision 1.64phintuka
date: 2009/01/08 11:58:33; author: rofafor; state: Exp; lines: +5 -5 Added sharpness and noise reduction setup options for VDPAU.
2009-06-08Merged revision 1.62phintuka
Call base class MakePrimaryDevice()
2009-06-08Merged 1.59:phintuka
int -> size_t
2009-06-07Merged revision 1.73phintuka
2009-02-12Fixed default grab quality (Thanks to Jochen Dolze, patch #2454827)phintuka
2008-12-10Query CDDA track count before starting playbackphintuka
2008-12-10Added TimeoutMs to PlayFileCtrl()phintuka
2008-09-261.0.2: Backported bugfixes from CVS trunkphintuka
Fixed smooth trickspeed setup menu entry with VDR-1.5.10+ (Thanks to 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