summaryrefslogtreecommitdiff
path: root/device.c
AgeCommit message (Collapse)Author
2010-04-04This commit was manufactured by cvs2svn to create tag 'libbluray-r103'.libbluray-r103cvs2svn
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
2009-03-19Fixed typophintuka
2009-03-19Pass header (PAT+PMT) to server for cachingphintuka
2009-02-16include tools/mpeg.h (video_size_t)phintuka
2009-02-06Fixes to PlayTs:phintuka
- always call cDevice::PlayTs() (fixes channel switching and audio track selection) - reset PMT PID and flush cache when Data==NULL
2009-02-04Silenced a compile time warning.rofafor
2009-02-04Fixed PAT/PMT parsing with vdr-1.7.4phintuka
2009-02-04Enable PlayFileCtrl() when there is no media file playing.phintuka
This should fix problems with CDDA track count query.
2009-02-01Fixed compilation under vdr-1.6.x.rofafor
2009-01-31Pass TS data to xine-libphintuka
2009-01-26Forward PAT/PMT to xine-libphintuka
2009-01-26Added TimeoutMs to PlayFile()phintuka
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