summaryrefslogtreecommitdiff
path: root/device.c
AgeCommit message (Expand)Author
2013-08-21Support for cDevice::ScaleVideo()phintuka
2013-08-21Removed old compability stuff (vdr-1.7.33 is required)phintuka
2013-08-20Added missing }CVS: ---------------------------------------------------------...xineliboutput-1_1_0phintuka
2013-08-20CosmeticsCVS: ---------------------------------------------------------------...phintuka
2013-08-20Always synchronize data and control streams when trick speed mode changesphintuka
2012-12-09Updated for vdr-1.7.33.rofafor
2012-03-17Bind frontend to specific devicephintuka
2012-03-17Splitted InitDevice() from cXinelibDevice constructorphintuka
2012-03-13Removed deprecated setting (field_order)phintuka
2012-03-10Added support for vdr-1.7.26.rofafor
2012-01-18Fixed still images with vdpauphintuka
2011-11-13Detect mpeg-ts radio streams (PMT has no video pid)phintuka
2011-11-13Play(): Make sure still mode is resetedphintuka
2011-11-13SetReplayMode(): set TrickSpeed to -1phintuka
2011-03-20Added cXinelibDevice::SupportsTrueColorOSD()phintuka
2010-06-04Added support for vdr-1.6 TSPlay patch (Thanks to Udo Richter, patch #3011171)rofafor
2010-06-02ForcePrimaryDevice(): return true if switching is possible or we're currently...phintuka
2010-06-02local mode: log a warning if xineliboutput is not the primary devicephintuka
2010-05-30Added follow video stream resolution to OSD size optionsphintuka
2010-05-27Fixed TRACEF function namephintuka
2010-05-19Cosmetics (re-indent)phintuka
2010-05-19PlayTsVideo(): check if data is from video stream (PCR pid uses PlayTsVideo())phintuka
2010-03-15Fixed TS_BUFFER_LOCKphintuka
2010-03-15Properly lock m_TsBuf accessphintuka
2010-03-15PIP support (VDR side)phintuka
2010-03-13Play_PES() -> Play()phintuka
2010-02-28Removed m_h264phintuka
2010-02-28Rewrite PlayTs() to use cDevice::PatPmtParser() and removed m_PatPmtParser.phintuka
2010-02-28Ensure processing of control messages before sending still image dataphintuka
2010-02-27Moved TsBufferFlush() in DeviceStillPicture() to right placephintuka
2010-02-15Removed deprecated m_ac3Present and m_spuPresentphintuka
2010-02-10New backward trick speed mode for vdr-1.7.5+phintuka
2010-02-07Added support for upcoming paused DVB subtitles.rofafor
2010-02-03- Fixed mpeg-ts still imagesphintuka
2010-02-03m_TrickSpeedPts, m_TrickSpeedDelay and PlayTrickSpeed() not used with vdr-1.7.5+phintuka
2010-02-03Parse video size from ts streamphintuka
2010-02-01Splitted AcceptVideoPacket() and AcceptAudioPacket() from PlayVideo() and Pla...phintuka
2009-08-19Use frontend window size for OSDphintuka
2009-08-18Call cThread::Active() instead of cXinelibThread::IsFinished()phintuka
2009-08-18Removed calls to cXinelibThread::Stop()phintuka
2009-08-07Added OSD resolution enumsphintuka
2009-08-01Moved double clear check from cXinelibDevice to cXinelibThreadphintuka
2009-07-25vdr-1.7.8+: Reset PAT/PT parser PAT is received.phintuka
2009-06-24Killed warningphintuka
2009-06-24Fixed compilation with vdr-1.7.8phintuka
2009-06-04Reset PAT/PMT parser when switching channel.phintuka
2009-05-27Removed trick speed delay for vdr-1.7.5+phintuka
2009-05-06Improved mpeg-ts cachingphintuka
2009-05-06Removed m_PatPmtParser.Reset() from PlayTs()phintuka
2009-05-03vdr-1.7.7: GetVideoSize().phintuka