summaryrefslogtreecommitdiff
path: root/device.c
AgeCommit message (Expand)Author
2009-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2009-11-22Added the audio id to the call of PlayAudio() in cDevice::PlayTsAudio()Klaus Schmidinger
2009-08-16Fixed cDevice::PlayTsVideo() and cDevice::PlayTsAudio() in case only part of ...Klaus Schmidinger
2009-06-21Fixed cDevice::PlayTsVideo() and cDevice::PlayTsAudio() in case only part of ...Klaus Schmidinger
2009-06-06Fixed unwanted track modifications when parsing PAT/PMT for recordingKlaus Schmidinger
2009-06-06Using different names for the Aspect parameterKlaus Schmidinger
2009-06-01Removed obsolete constantKlaus Schmidinger
2009-06-01Improved cDvbDevice::GetOsdSize()Klaus Schmidinger
2009-05-09Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined o...Klaus Schmidinger
2009-05-08Fixed a typo in aspect ratio 2.21:1Klaus Schmidinger
2009-05-03OSD sizes in percent; automatic update of OSD sizeKlaus Schmidinger
2009-04-18No longer resetting the patPmtParser in cDevice::PlayTs() (cont'd)Klaus Schmidinger
2009-04-13No longer resetting the patPmtParser in cDevice::PlayTs()Klaus Schmidinger
2009-04-13cDevice::PlayTs() now syncs on the TS packet sync bytesKlaus Schmidinger
2009-04-05cDevice::PlayTs() now plays as many TS packets as possible in one callKlaus Schmidinger
2009-01-30Fixed a hangup when replaying a TS recording with subtitles activatedKlaus Schmidinger
2009-01-25Improved fast-forward/-rewind for audio recordingsKlaus Schmidinger
2009-01-24The PAT/PMT is now only processed if its version changesKlaus Schmidinger
2009-01-24Fixed cDevice::PlayTsAudio() and made cDevice::PlayTsVideo() return 0 if Play...Klaus Schmidinger
2009-01-23Checking the pointer field in cPatPmtParser::ParsePmt() only in 'payload star...Klaus Schmidinger
2009-01-18Added checking mutexCurrentAudioTrack to cDevice::PlayTs()Klaus Schmidinger
2009-01-16Added clearing the TS buffers in cDevice::Detach()Klaus Schmidinger
2009-01-06The recording format is now Transport StreamKlaus Schmidinger
2008-12-13Improved handling PES video packets with zero length when converting from TS ...Klaus Schmidinger
2008-08-15First step towards switching to TS (Transport Stream) as recording formatKlaus Schmidinger
2008-04-12Fixed handling the counter in detection of pre 1.3.19 PS dataKlaus Schmidinger
2008-04-12Re-implemented handling of DVB-S2Klaus Schmidinger
2008-03-09Fixed a typoKlaus Schmidinger
2008-03-07Fixed automatically selecting the preferred subtitle languageKlaus Schmidinger
2008-02-23Attempting to stay on the current channel in case of an upcoming recordingKlaus Schmidinger
2008-02-17Fixed setting the current subtitle track in Transfer-ModeKlaus Schmidinger
2008-02-16Implemented the cStatus, cDevice and cPlayer functions for setting subtitle t...Klaus Schmidinger
2008-02-09The section handler is now stopped before the device is destroyedKlaus Schmidinger
2008-02-09Improved sending all frames to devices that can handle them in fast forward t...Klaus Schmidinger
2008-02-08Revoked the switch to the "multiproto" driver in order to make a new stable v...Klaus Schmidinger
2008-01-27Implemented handling of DVB-S2Klaus Schmidinger
2007-11-17Fixed stopping live subtitles when a player is attached to the deviceKlaus Schmidinger
2007-11-03Added a workaround for recovering from wrongfully interpreted "pre 1.3.19 PS1...Klaus Schmidinger
2007-10-17Fixed checking compatibility mode for old subtitles pluginKlaus Schmidinger
2007-10-14Added cDevice::CloseFilter(); some fixes to PLUGINS.html1.5.10Klaus Schmidinger
2007-10-13Added a missing SetVolumeDevice() call in cDevice::SetPrimaryDevice()Klaus Schmidinger
2007-10-12Implemented handling DVB subtitlesKlaus Schmidinger
2007-08-26Fixed checking for ttDolbyLast in cDevice::SetCurrentAudioTrack()1.5.9Klaus Schmidinger
2007-06-16Replaced strncpy() and strn0cpy() with Utf8Strn0Cpy() where necessaryKlaus Schmidinger
2007-04-30Non-primary devices in Transfer mode are now also used for recordingKlaus Schmidinger
2007-01-13Added cDevice::HasCi() so that devices with Common Interface can be avoided w...Klaus Schmidinger
2007-01-07CAM handling refactored; multiple recordings with one CAM; automatic CAM sele...1.5.0Klaus Schmidinger
2006-09-03Fixed handling relative volume settings that unmute the audio in the call to ...1.4.2-1Klaus Schmidinger
2006-08-27Revoked the change to cDevice::GetDevice() that was introduced in version 1.4...1.4.2Klaus Schmidinger
2006-08-12Changed the way a device is selected for receiving in order to keep devices w...Klaus Schmidinger