summaryrefslogtreecommitdiff
path: root/device.c
AgeCommit message (Collapse)Author
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
(Patch #3474167, thanks to grueni75)
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 ↵phintuka
currently the primary device
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
(Thanks to Juergen Lock)
2010-05-27Fixed TRACEF function namephintuka
(Thanks to Helmar Gerloni)
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
Dropped support for vdr-1.7.1 ... 1.7.10.
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
- Add H.264 end-of-sequence NAL to still images
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 ↵phintuka
PlayAudio(). Use the new functions also in mpeg-ts mode.
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
(fixes h.264 detection) mpeg-ts: Set HD buffering mode for h.264 video (should use bandwidth ...) Reduced PAT/PMT logging
2009-06-24Killed warningphintuka
2009-06-24Fixed compilation with vdr-1.7.8phintuka
- changed GetVideoSize(), vdr-1.7.7 not supported anymore Added GetOsdSize() with default values
2009-06-04Reset PAT/PMT parser when switching channel.phintuka
(Thanks to jlac) https://sourceforge.net/forum/forum.php?thread_id=3277603&forum_id=540656
2009-05-27Removed trick speed delay for vdr-1.7.5+phintuka
(forward trick speeds should now work. Backward trickspeeds won't work yet)
2009-05-06Improved mpeg-ts cachingphintuka
2009-05-06Removed m_PatPmtParser.Reset() from PlayTs()phintuka
2009-05-03vdr-1.7.7: GetVideoSize().phintuka
Replace default size with 720x576.
2009-05-03Simnplifyphintuka
2009-04-20Quickfix for vdr-1.7.5 TS replayphintuka