Age | Commit message (Expand) | Author |
2009-01-16 | The full-featured DVB cards are now given the TS data directly for replay | Klaus Schmidinger |
2009-01-06 | Removed the '#define FE_CAN_2ND_GEN_MODULATION' | Klaus Schmidinger |
2009-01-06 | cDvbDevice now uses the FE_CAN_2G_MODULATION flag1.7.3 | Klaus Schmidinger |
2009-01-06 | The recording format is now Transport Stream | Klaus Schmidinger |
2008-12-28 | Added a poll to cDvbDevice::PlayVideo() and cDvbDevice::PlayAudio() to avoid ... | Klaus Schmidinger |
2008-12-22 | Changed cDvbDevice::GrabImage() to use V4L2 | Klaus Schmidinger |
2008-12-13 | Improved handling PES video packets with zero length when converting from TS ... | Klaus Schmidinger |
2008-12-13 | Switched to the new S2API driver API; cDvbTuner::IsTunedTo()now also checks t... | Klaus Schmidinger |
2008-08-15 | First step towards switching to TS (Transport Stream) as recording format | Klaus Schmidinger |
2008-04-19 | Adapted the tuning code to the new DVBFE_SET_DELSYS API | Klaus Schmidinger |
2008-04-13 | Fixed formatting | Klaus Schmidinger |
2008-04-12 | Re-implemented handling of DVB-S2 | Klaus Schmidinger |
2008-02-09 | The section handler is now stopped before the device is destroyed | Klaus Schmidinger |
2008-02-08 | Revoked the switch to the "multiproto" driver in order to make a new stable v... | Klaus Schmidinger |
2008-01-27 | Implemented handling of DVB-S2 | Klaus Schmidinger |
2007-10-14 | Added cDevice::CloseFilter(); some fixes to PLUGINS.html1.5.10 | Klaus Schmidinger |
2007-10-13 | Only creating a new cDvbOsdProvider in cDvbDevice::MakePrimaryDevice() if 'On... | Klaus Schmidinger |
2007-08-17 | Some optimizations in cDvbDevice::SetChannelDevice() | Klaus Schmidinger |
2007-02-25 | Simplified the error handling in cDvbTuner::GetFrontendStatus() | Klaus Schmidinger |
2007-02-24 | Fixed handling error status in cDvbTuner::GetFrontendStatus() | Klaus Schmidinger |
2007-01-13 | Added cDevice::HasCi() so that devices with Common Interface can be avoided w... | Klaus Schmidinger |
2007-01-07 | CAM handling refactored; multiple recordings with one CAM; automatic CAM sele...1.5.0 | Klaus Schmidinger |
2006-08-14 | Fixed setting additional audio PIDs in CAMs | Klaus Schmidinger |
2006-06-11 | Reduced logging for the SVDRP GRAB command1.4.1 | Klaus Schmidinger |
2006-05-28 | Removed all the compatibility '#if APIVERSNUM...' stuff and instead increased... | Klaus Schmidinger |
2006-05-20 | Fixed handling Transfer Mode when replaying Dolby Digital audio and the optio... | Klaus Schmidinger |
2006-04-09 | Fixed VPS recording in case there is more than one timer in the VPS margin | Klaus Schmidinger |
2006-03-26 | The new function cDevice::ForceTransferMode() can be used to force the primar... | Klaus Schmidinger |
2006-03-19 | Fixed cDvbDevice::SetAudioBypass() in case setTransferModeForDolbyDigital is ... | Klaus Schmidinger |
2006-02-19 | Fixed handling DPID when deciding whether to switch to 'Transfer Mode' | Klaus Schmidinger |
2006-02-04 | Added an 'Id' parameter to cDevice::PlayAudio() to allow plugins to easier pr... | Klaus Schmidinger |
2006-01-28 | Changed DVBS_TUNE_TIMEOUT and DVBC_TUNE_TIMEOUT to 9000ms to avoid problems w... | Klaus Schmidinger |
2006-01-14 | Made the log messages regarding lost lock of devices "info" instead of "error" | Klaus Schmidinger |
2006-01-07 | Adapted c(Dvb)Device::ProvidesCa() to the dynamic CA handling | Klaus Schmidinger |
2006-01-07 | The file 'ca.conf' is obsolete and has been removed; revised all descriptions... | Klaus Schmidinger |
2006-01-05 | Improved tuner timeout handling (cont'd) | Klaus Schmidinger |
2006-01-04 | Now using FE_READ_STATUS to read the current frontend status | Klaus Schmidinger |
2006-01-03 | Improved tuner timeout handling | Klaus Schmidinger |
2006-01-01 | The DVB devices now retune (and, if applicable, resend the DiSEqC data) if th... | Klaus Schmidinger |
2005-12-29 | cDevice::GrabImage() now returns a pointer to the image in memory; cDevice::G... | Klaus Schmidinger |
2005-12-29 | Converting a grabbed image to JPEG is now done with the new function RgbToJpeg() | Klaus Schmidinger |
2005-12-28 | Revoked the check for low symbol rates on FF cards (some actually can do this) | Klaus Schmidinger |
2005-12-03 | Now checking the channel's symbol rate in order to avoid problems on full fea... | Klaus Schmidinger |
2005-12-03 | Fixed handling second audio and Dolby Digital PIDs for encrypted channels (wa... | Klaus Schmidinger |
2005-11-26 | Implemented handling of the "CA PMT Reply" for CAMs; some preparations for be... | Klaus Schmidinger |
2005-11-11 | Modified switching to Dolby Digital audio in live mode | Klaus Schmidinger |
2005-08-21 | Fixed cDvbTuner to avoid lockups on NPTL systems | Klaus Schmidinger |
2005-08-21 | Now waiting at startup until all DVB devices are ready | Klaus Schmidinger |
2005-08-15 | Removed the VIDEO_STILLPICTURE_WORKS_WITH_VDR_FRAMES stuff from cDvbDevice::S...1.3.29 | Klaus Schmidinger |
2005-08-14 | Changed cThread Active() vs. Running() | Klaus Schmidinger |