summaryrefslogtreecommitdiff
path: root/dvbdevice.c
AgeCommit message (Expand)Author
2011-05-22Fixed a possible race condition in cDiseqc::Execute()Klaus Schmidinger
2010-05-01Fixed modulation checkKlaus Schmidinger
2010-04-25Now handling 'turbo fec' transpondersKlaus Schmidinger
2010-04-11The various modulation types are now taken into account when selecting a deviceKlaus Schmidinger
2010-04-10Added check for FE_CAN_PSK_8Klaus Schmidinger
2010-04-05Extended modulation check for all frontend typesKlaus Schmidinger
2010-04-04cDvbDevice::ProvidesTransponder() now checks the modulation capabilities of t...Klaus Schmidinger
2010-03-07Changed the polarization characters in cDvbSourceParam::GetOsdItem() to upper...Klaus Schmidinger
2010-03-06Fixed editing channel parametersKlaus Schmidinger
2010-03-06Added support for ATSC devicesKlaus Schmidinger
2010-02-28Added plugin-defined sourcesKlaus Schmidinger
2010-02-07Fixed rev. 2.27Klaus Schmidinger
2010-02-06Added device definitions to the diseqc.conf file formatKlaus Schmidinger
2010-02-06Implemented cDevice::GetCurrentlyTunedTransponder()Klaus Schmidinger
2010-02-06Implemented cDeviceHookKlaus Schmidinger
2010-01-04Added support for DVB cards with multiple fontendsKlaus Schmidinger
2009-12-31Moved support for full featured DVB cards of the TT/FuSi design into the new ...Klaus Schmidinger
2009-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2009-06-06Using different names for the Aspect parameterKlaus Schmidinger
2009-06-01Improved cDvbDevice::GetOsdSize()Klaus Schmidinger
2009-06-01Fixed handling the length of DiSEqC command sequencesKlaus Schmidinger
2009-05-15Removed unnecessary checksKlaus Schmidinger
2009-05-10Checking fd_video in cDvbDevice::GetVideoSize() to avoid error messages on sy...Klaus Schmidinger
2009-05-09Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined o...Klaus Schmidinger
2009-05-03OSD sizes in percent; automatic update of OSD sizeKlaus Schmidinger
2009-04-10Added missing AUDIO_PAUSE/AUDIO_CONTINUE calls to cDvbDeviceKlaus Schmidinger
2009-04-05Fixed a crash when jumping to an editing mark in an audio recordingKlaus Schmidinger
2009-01-16The full-featured DVB cards are now given the TS data directly for replayKlaus Schmidinger
2009-01-06Removed the '#define FE_CAN_2ND_GEN_MODULATION'Klaus Schmidinger
2009-01-06cDvbDevice now uses the FE_CAN_2G_MODULATION flag1.7.3Klaus Schmidinger
2009-01-06The recording format is now Transport StreamKlaus Schmidinger
2008-12-28Added a poll to cDvbDevice::PlayVideo() and cDvbDevice::PlayAudio() to avoid ...Klaus Schmidinger
2008-12-22Changed cDvbDevice::GrabImage() to use V4L2Klaus Schmidinger
2008-12-13Improved handling PES video packets with zero length when converting from TS ...Klaus Schmidinger
2008-12-13Switched to the new S2API driver API; cDvbTuner::IsTunedTo()now also checks t...Klaus Schmidinger
2008-08-15First step towards switching to TS (Transport Stream) as recording formatKlaus Schmidinger
2008-04-19Adapted the tuning code to the new DVBFE_SET_DELSYS APIKlaus Schmidinger
2008-04-13Fixed formattingKlaus Schmidinger
2008-04-12Re-implemented handling of DVB-S2Klaus Schmidinger
2008-02-09The section handler is now stopped before the device is destroyedKlaus 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-10-14Added cDevice::CloseFilter(); some fixes to PLUGINS.html1.5.10Klaus Schmidinger
2007-10-13Only creating a new cDvbOsdProvider in cDvbDevice::MakePrimaryDevice() if 'On...Klaus Schmidinger
2007-08-17Some optimizations in cDvbDevice::SetChannelDevice()Klaus Schmidinger
2007-02-25Simplified the error handling in cDvbTuner::GetFrontendStatus()Klaus Schmidinger
2007-02-24Fixed handling error status in cDvbTuner::GetFrontendStatus()Klaus 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-08-14Fixed setting additional audio PIDs in CAMsKlaus Schmidinger