summaryrefslogtreecommitdiff
path: root/device.c
AgeCommit message (Expand)Author
2012-11-19In order to be able to play TS recordings from other sources, in which there ...Klaus Schmidinger
2012-11-13Using PATPID macroKlaus Schmidinger
2012-09-22The new class cIoThrottle is used to allow I/O intense threads to temporarily...Klaus Schmidinger
2012-09-02Changed the semantics of the cReceiver::Activate() function (it is now called...Klaus Schmidinger
2012-08-31Fixed a race condition when zapping in transfer mode (cont'd)Klaus Schmidinger
2012-08-26Added cDevice::HasInternalCam()Klaus Schmidinger
2012-08-26Added cDevice::ReadFilter()Klaus Schmidinger
2012-08-25Fixed detecting transfer mode on full featured DVB cardsKlaus Schmidinger
2012-06-10Fixed handling recording with more than two bonded devicesKlaus Schmidinger
2012-06-09Fixed several spelling errorsKlaus Schmidinger
2012-04-26Fixed cDevice::StillPicture(), making sure it doesn't call the derived class'...Klaus Schmidinger
2012-04-04The new function cDevice::DeviceType() returns a string identifying the type ...Klaus Schmidinger
2012-03-13The new function cDevice::DeviceName() returns a string identifying the name ...Klaus Schmidinger
2012-03-07Removed the obsolete function cEITScanner::UsesDevice(); added new parameter ...Klaus Schmidinger
2012-03-06Fixed switching devices to the transponders of VPS recordings in case there a...Klaus Schmidinger
2012-03-03Moved the call to cStatus::MsgChannelSwitch(this, 0) to the beginning of cDev...1.7.25Klaus Schmidinger
2012-03-02Replaced min(max()) calls with the new function constrain()Klaus Schmidinger
2012-03-02Added a Query parameter to cDevice::GetDevice(), so that devices can be queri...Klaus Schmidinger
2012-03-02Revised priority handling to allow receivers with a priority that is lower th...Klaus Schmidinger
2012-02-28Added support for automatically selecting subtitles when playing old PES reco...Klaus Schmidinger
2012-02-25Removed the "PrimaryLimit"Klaus Schmidinger
2012-02-15Removed superfluous calls to SetVideoFormat() from device constructorsKlaus Schmidinger
2012-02-15Fixed handling the PrimaryLimit when requesting a device for live viewingKlaus Schmidinger
2012-02-12Fixed a possible crash when canceling VDR while displaying subtitles, and the...Klaus Schmidinger
2012-01-18Fixed a crash in a plugin using cDeviceHook when VDR endsKlaus Schmidinger
2012-01-17Fixed asserting there is a live programme if the primary device is bonded wit...Klaus Schmidinger
2011-12-04Implemented "Device Bonding"Klaus Schmidinger
2011-10-16Implemented 'occupied' for devicesKlaus Schmidinger
2011-08-26Implemented cDevice::ProvidesEIT()Klaus Schmidinger
2011-06-02Implemented signal strength and quality handlingKlaus Schmidinger
2011-05-22Better avoiding the primary device for recordingKlaus Schmidinger
2011-05-21The primary device is now only avoided for recording if it is an old SD full ...Klaus Schmidinger
2011-02-25Now checking the result of all realloc() callsKlaus Schmidinger
2010-06-03Fixed a wrong error messageKlaus Schmidinger
2010-04-11The various modulation types are now taken into account when selecting a deviceKlaus Schmidinger
2010-02-07Keeping subtitles visible when pausing replayKlaus Schmidinger
2010-02-06Implemented cDevice::GetCurrentlyTunedTransponder()Klaus Schmidinger
2010-02-06Implemented cDeviceHookKlaus Schmidinger
2010-01-30The PCR pid is now recorded for channels where this is different from the vid...Klaus Schmidinger
2010-01-01Fixed compiler warnings "format not a string literal and no format arguments"...Klaus Schmidinger
2010-01-01Fixed stopping subtitle display when switching the primary deviceKlaus Schmidinger
2009-12-25cDevice::AddPid() now stores the stream type of the given pidKlaus Schmidinger
2009-12-24cDevice now logs the device number when a new device is createdKlaus Schmidinger
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