summaryrefslogtreecommitdiff
path: root/dvbdevice.c
AgeCommit message (Collapse)Author
2005-01-07Fixed the default quality value when grabbing a JPEG imageKlaus Schmidinger
2005-01-06Fixed handling preferred audio language when switching via Channels menu to ↵Klaus Schmidinger
the same channel
2005-01-06Implemented left/right/stereo selectionKlaus Schmidinger
2005-01-04Moved setting available tracks to cDeviceKlaus Schmidinger
2005-01-02Implemented audio track menuKlaus Schmidinger
2004-12-17Added support for AC3 replay over the DVB deviceKlaus Schmidinger
2004-11-27Fixed a possible race condition in generating the DVB device namesKlaus Schmidinger
2004-11-20Now setting the VPID before the APID in live mode to avoid unnecessary ↵Klaus Schmidinger
overhead in the firmware
2004-11-07Fixed a short glitch when starting a recording on the primary device while ↵Klaus Schmidinger
in replay or transfer mode
2004-11-06Fixed handling of pmAudioOnlyBlackKlaus Schmidinger
2004-10-30No longer explicitly waiting for a tuner lock when switching channelsKlaus Schmidinger
2004-10-30Added more checks and polling when getting frontend eventsKlaus Schmidinger
2004-10-24Added cCondWait::Sleep() and using it to replace all usleep() callsKlaus Schmidinger
2004-10-24Not waiting for transponder lock for EITScannerKlaus Schmidinger
2004-10-23Fixed detecting transponder lock; removed WAIT_FOR_LOCK_AFTER_TUNING; added ↵Klaus Schmidinger
some missing 'const' to cChannel
2004-10-17Refined formula for making volume control more linearKlaus Schmidinger
2004-10-16Made volume control more linearKlaus Schmidinger
2004-10-16Moved the initialization of aPid1 and aPid2 to the beginning of ↵Klaus Schmidinger
cDvbDevice::cDvbDevice()
2004-10-16Improved buffer handlingKlaus Schmidinger
2004-06-19Fixed switching channels while an encrypted channel is being recorded (cont'd)1.3.11Klaus Schmidinger
2004-06-19Added cDevice::Flush()Klaus Schmidinger
2004-06-12Fixed switching channels while an encrypted channel is being recordedKlaus Schmidinger
2004-06-12Revisited the "Fixed missing audio after replaying a DVD" changeKlaus Schmidinger
2004-06-06Fixed missing audio after replaying a DVDKlaus Schmidinger
2004-06-05Fixed a typoKlaus Schmidinger
2004-06-05No longer setting lnb voltage if the frontend is not DVB-SKlaus Schmidinger
2004-05-23Added play mode pmVideoOnlyKlaus Schmidinger
2004-05-22Fixed freezing picture when a recording starts on a system that always uses ↵Klaus Schmidinger
'Transfer Mode'
2004-05-16Implemented 'skins' and 'themes'Klaus Schmidinger
2004-03-14Now explicitly turning on the LNB power at startup1.3.6Klaus Schmidinger
2004-02-24Disabled 'preliminary fix for UPT error'Klaus Schmidinger
2004-02-08Enabled switching to a channel even if it has no Vpid or Apid setKlaus Schmidinger
2004-02-08Preliminary fix for the "Unknown picture type error"Klaus Schmidinger
2004-01-25Fixed frequency handling when setting the CA descriptors in cDvbTuner::Action()Klaus Schmidinger
2004-01-10Added %m to error messageKlaus Schmidinger
2004-01-05Fixed a crash in case there is no DVB hardware presentKlaus Schmidinger
2004-01-04Implemented automatic PID switching and channel detectionKlaus Schmidinger
2003-12-24Now the CA descriptors are sent to the CAM in the 'program' or 'ES level' ↵Klaus Schmidinger
sections
2003-12-23Added 'StreamType' setting to CAM communicationKlaus Schmidinger
2003-12-22Changed section handling; replaced 'libdtv' with 'libsi'Klaus Schmidinger
2003-11-09Fixed handling Priority -1 in cDvbDevice::ProvidesChannel()Klaus Schmidinger
2003-11-07Added cDevice::GetSTC()Klaus Schmidinger
2003-10-24Improved cDvbDevice::StillPicture() (cont'd)Klaus Schmidinger
2003-10-19Improved cDvbDevice::StillPicture()Klaus Schmidinger
2003-10-18The cThread class now accepts a 'Description' parameterKlaus Schmidinger
2003-10-17Fixed a typoKlaus Schmidinger
2003-10-17Fixed extracting the ES data and added MPEG1 handling to ↵Klaus Schmidinger
cDvbDevice::StillPicture()
2003-10-04Fixed detecting the /dev/videoN devices for GRAB in case there are others ↵Klaus Schmidinger
before the DVB devices
2003-09-06The DVB devices no longer send CA descriptors to the CAM while the EPG ↵Klaus Schmidinger
scanner is active
2003-08-30Fixed displaying still pictures, now using the driver's VIDEO_STILLPICTURE ↵Klaus Schmidinger
call directly