summaryrefslogtreecommitdiff
path: root/dvbdevice.c
AgeCommit message (Expand)Author
2003-02-09Turning SI filtering off and on when switching channelsKlaus Schmidinger
2003-02-09Improved CAM supportKlaus Schmidinger
2003-02-02Improved CAM handling1.1.23Klaus Schmidinger
2003-01-06Implemented 'Link Layer' based CAM supportKlaus Schmidinger
2002-12-14No longer stopping/restarting the DMX when switching audio channelsKlaus Schmidinger
2002-12-13Fixed recording overlapping timers on the same channelKlaus Schmidinger
2002-12-08The actual tuning is now done in a separate threadKlaus Schmidinger
2002-11-16Fixed disabling multiple recordings on a single DVB cardKlaus Schmidinger
2002-11-15Fixed closing unused PID handlesKlaus Schmidinger
2002-11-10First step towards a 'unique channel ID'Klaus Schmidinger
2002-11-03Now checking the driver's DVB_API_VERSION1.1.15Klaus Schmidinger
2002-11-03Implemented audio plugin interfaceKlaus Schmidinger
2002-11-01Fixed handling audio tracks in cDvbDeviceKlaus Schmidinger
2002-11-01Completely switched to the HEAD driver versionKlaus Schmidinger
2002-10-26Fixed blocking replaying in case an encrypted channel is being recorded on th...Klaus Schmidinger
2002-10-26Fixed switching audio tracks in 'Transfer Mode' on the primary DVB device (co...Klaus Schmidinger
2002-10-26Fixed handling 'Transfer Mode' on single device systems when recording an enc...Klaus Schmidinger
2002-10-26Fixed switching audio tracks in 'Transfer Mode' on the primary DVB deviceKlaus Schmidinger
2002-10-20Frequency for DVB-C and DVB-T is now in MHz, kHz or HzKlaus Schmidinger
2002-10-19Fixed a small glitch when switching channelsKlaus Schmidinger
2002-10-12Reactivated full handling of second audio PID (even in 'Transfer Mode')Klaus Schmidinger
2002-10-11Adapted type names to the new HEAD version of the driverKlaus Schmidinger
2002-10-06Modified channel handling; full DiSEqC supportKlaus Schmidinger
2002-09-29Avoiding restarts due to 'panic level' when switching channels on the primary...1.1.11Klaus Schmidinger
2002-09-29Made remote controls plugin awareKlaus Schmidinger
2002-09-15Fixed opening /dev/video in cDvbDevice::GrabImage() in case of NEWSTRUCT driverKlaus Schmidinger
2002-09-15Fixed attaching a Transfer Mode to a recording on a non-primary card Ca channelKlaus Schmidinger
2002-09-15Starting Transfer Mode when recording current channelKlaus Schmidinger
2002-09-14Fixed clearing PIDsKlaus Schmidinger
2002-09-14Fixed setting PIDs for CA channelsKlaus Schmidinger
2002-09-14Fixed starting a recording of the current channel with only one DVB cardKlaus Schmidinger
2002-09-08Added play mode pmAudioOnlyBlack1.1.9Klaus Schmidinger
2002-09-08Implemented an SPU decoderKlaus Schmidinger
2002-09-08Implemented cTSBufferKlaus Schmidinger
2002-09-06Changed NeedsSwitchChannel to NeedsDetachReceiversKlaus Schmidinger
2002-09-04Implemented recording and replaying with a single DVB cardKlaus Schmidinger
2002-08-25Added cDevice::NewOsd() to allow a derived cDevice class to implement its own...Klaus Schmidinger
2002-08-16Always doing the 'special handling to return from PCM replay'Klaus Schmidinger
2002-08-16Using cPoller instead of NeedsDataKlaus Schmidinger
2002-08-15Implemented several replay modes to allow players that play only audioKlaus Schmidinger
2002-08-15Implemented cDevice::NeedsData()Klaus Schmidinger
2002-08-11Consistently using malloc/free and new/deleteKlaus Schmidinger
2002-08-10Adapted VDR to the NEWSTRUCT driverKlaus Schmidinger
2002-08-04Changed the cDevice class to allow plugins to implement their own devicesKlaus Schmidinger