Age | Commit message (Expand) | Author |
2012-04-26 | Fixed cDevice::StillPicture(), making sure it doesn't call the derived class'... | Klaus Schmidinger |
2012-04-04 | The new function cDevice::DeviceType() returns a string identifying the type ... | Klaus Schmidinger |
2012-03-13 | The new function cDevice::DeviceName() returns a string identifying the name ... | Klaus Schmidinger |
2012-03-07 | Removed the obsolete function cEITScanner::UsesDevice(); added new parameter ... | Klaus Schmidinger |
2012-03-06 | Fixed switching devices to the transponders of VPS recordings in case there a... | Klaus Schmidinger |
2012-03-03 | Moved the call to cStatus::MsgChannelSwitch(this, 0) to the beginning of cDev...1.7.25 | Klaus Schmidinger |
2012-03-02 | Replaced min(max()) calls with the new function constrain() | Klaus Schmidinger |
2012-03-02 | Added a Query parameter to cDevice::GetDevice(), so that devices can be queri... | Klaus Schmidinger |
2012-03-02 | Revised priority handling to allow receivers with a priority that is lower th... | Klaus Schmidinger |
2012-02-28 | Added support for automatically selecting subtitles when playing old PES reco... | Klaus Schmidinger |
2012-02-25 | Removed the "PrimaryLimit" | Klaus Schmidinger |
2012-02-15 | Removed superfluous calls to SetVideoFormat() from device constructors | Klaus Schmidinger |
2012-02-15 | Fixed handling the PrimaryLimit when requesting a device for live viewing | Klaus Schmidinger |
2012-02-12 | Fixed a possible crash when canceling VDR while displaying subtitles, and the... | Klaus Schmidinger |
2012-01-18 | Fixed a crash in a plugin using cDeviceHook when VDR ends | Klaus Schmidinger |
2012-01-17 | Fixed asserting there is a live programme if the primary device is bonded wit... | Klaus Schmidinger |
2011-12-04 | Implemented "Device Bonding" | Klaus Schmidinger |
2011-10-16 | Implemented 'occupied' for devices | Klaus Schmidinger |
2011-08-26 | Implemented cDevice::ProvidesEIT() | Klaus Schmidinger |
2011-06-02 | Implemented signal strength and quality handling | Klaus Schmidinger |
2011-05-22 | Better avoiding the primary device for recording | Klaus Schmidinger |
2011-05-21 | The primary device is now only avoided for recording if it is an old SD full ... | Klaus Schmidinger |
2011-02-25 | Now checking the result of all realloc() calls | Klaus Schmidinger |
2010-06-03 | Fixed a wrong error message | Klaus Schmidinger |
2010-04-11 | The various modulation types are now taken into account when selecting a device | Klaus Schmidinger |
2010-02-07 | Keeping subtitles visible when pausing replay | Klaus Schmidinger |
2010-02-06 | Implemented cDevice::GetCurrentlyTunedTransponder() | Klaus Schmidinger |
2010-02-06 | Implemented cDeviceHook | Klaus Schmidinger |
2010-01-30 | The PCR pid is now recorded for channels where this is different from the vid... | Klaus Schmidinger |
2010-01-01 | Fixed compiler warnings "format not a string literal and no format arguments"... | Klaus Schmidinger |
2010-01-01 | Fixed stopping subtitle display when switching the primary device | Klaus Schmidinger |
2009-12-25 | cDevice::AddPid() now stores the stream type of the given pid | Klaus Schmidinger |
2009-12-24 | cDevice now logs the device number when a new device is created | Klaus Schmidinger |
2009-12-06 | Several code modifications to avoid compiler warnings | Klaus Schmidinger |
2009-11-22 | Added the audio id to the call of PlayAudio() in cDevice::PlayTsAudio() | Klaus Schmidinger |
2009-08-16 | Fixed cDevice::PlayTsVideo() and cDevice::PlayTsAudio() in case only part of ... | Klaus Schmidinger |
2009-06-21 | Fixed cDevice::PlayTsVideo() and cDevice::PlayTsAudio() in case only part of ... | Klaus Schmidinger |
2009-06-06 | Fixed unwanted track modifications when parsing PAT/PMT for recording | Klaus Schmidinger |
2009-06-06 | Using different names for the Aspect parameter | Klaus Schmidinger |
2009-06-01 | Removed obsolete constant | Klaus Schmidinger |
2009-06-01 | Improved cDvbDevice::GetOsdSize() | Klaus Schmidinger |
2009-05-09 | Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined o... | Klaus Schmidinger |
2009-05-08 | Fixed a typo in aspect ratio 2.21:1 | Klaus Schmidinger |
2009-05-03 | OSD sizes in percent; automatic update of OSD size | Klaus Schmidinger |
2009-04-18 | No longer resetting the patPmtParser in cDevice::PlayTs() (cont'd) | Klaus Schmidinger |
2009-04-13 | No longer resetting the patPmtParser in cDevice::PlayTs() | Klaus Schmidinger |
2009-04-13 | cDevice::PlayTs() now syncs on the TS packet sync bytes | Klaus Schmidinger |
2009-04-05 | cDevice::PlayTs() now plays as many TS packets as possible in one call | Klaus Schmidinger |
2009-01-30 | Fixed a hangup when replaying a TS recording with subtitles activated | Klaus Schmidinger |
2009-01-25 | Improved fast-forward/-rewind for audio recordings | Klaus Schmidinger |