summaryrefslogtreecommitdiff
path: root/device.c
AgeCommit message (Expand)Author
2006-01-08Cleaned up some trailing white spaceKlaus Schmidinger
2006-01-08Added a mutex to synchronize cDevice::PlayPesPacket() and SetCurrentAudioTrack()Klaus Schmidinger
2006-01-07Adapted c(Dvb)Device::ProvidesCa() to the dynamic CA handlingKlaus Schmidinger
2006-01-07The file 'ca.conf' is obsolete and has been removed; revised all descriptions...Klaus Schmidinger
2006-01-06Any cReceivers still attached to a cDevice when that device switches to a dif...Klaus Schmidinger
2006-01-06Fixed a typoKlaus Schmidinger
2005-12-30Changed all "illegal" to "invalid" in error messagesKlaus Schmidinger
2005-12-30New option '-g'; fixed security hole CAN-2005-0071 when grabbing to fileKlaus Schmidinger
2005-12-29cDevice::GrabImage() now returns a pointer to the image in memory; cDevice::G...Klaus Schmidinger
2005-11-26Implemented handling of the "CA PMT Reply" for CAMs; some preparations for be...Klaus Schmidinger
2005-11-05The EPG scan no longer disturbs players that have also set live PIDsKlaus Schmidinger
2005-09-17Removed obsolete 'shift' code in device.[hc]Klaus Schmidinger
2005-09-04Changed the audio PID language codes to hold up to two 3 letter codes; automa...Klaus Schmidinger
2005-09-02Re-introduced the code that waits for a tuner lock in VDR/device.cKlaus Schmidinger
2005-08-27Removed the TUNER_LOCK_TIMEOUT in cDevice::AttachReceiver() since it caused m...Klaus Schmidinger
2005-08-21Now waiting at startup until all DVB devices are readyKlaus Schmidinger
2005-08-14Changed cThread Active() vs. Running()Klaus Schmidinger
2005-08-13Centralized 'thread active' handlingKlaus Schmidinger
2005-06-12Modified cEITScanner::Process() so that it works on systems with only budget ...Klaus Schmidinger
2005-06-05A device can now detach all receivers for a given PIDKlaus Schmidinger
2005-05-07Now preferring budget cards when selecting a DVB device for recordingKlaus Schmidinger
2005-05-05Fixed handling fragments of less than 3 byte in cPesAssemblerKlaus Schmidinger
2005-02-27Keeping the track language codes and descriptions in Transfer ModeKlaus Schmidinger
2005-02-27Revisited 'Fixed calling cStatus::MsgChannelSwitch() in cDevice::SetChannel()...Klaus Schmidinger
2005-02-27Improved automatic audio track selectionKlaus Schmidinger
2005-02-26Fixed ensuring there is a current audio track in case there is only one trackKlaus Schmidinger
2005-02-20Implemented setup option "DVB/Video display format"Klaus Schmidinger
2005-02-20Added support for setting the video display modeKlaus Schmidinger
2005-02-19Fixed calling cStatus::MsgChannelSwitch() in cDevice::SetChannel()Klaus Schmidinger
2005-02-13cAudio::Play() now also gets the 0xC0...0xDF audioKlaus Schmidinger
2005-02-12Making sure the first audio packet is not dropped when switching to "pre 1.3....Klaus Schmidinger
2005-02-12Added 'uchar Id' to cAudio::Play()'Klaus Schmidinger
2005-02-08Restricted the "setting audio track" log message to automatic changes during ...Klaus Schmidinger
2005-02-08Fixed a possible freeze in pause mode in case a device's PlayPesPacket() func...Klaus Schmidinger
2005-02-06Added MPEG1 replay capability to cPesAssembler1.3.20Klaus Schmidinger
2005-02-06Calling pesAssembler->Reset() in cDevice::AttachPlayer() to avoid problems wi...Klaus Schmidinger
2005-02-06Fixed the "pre 1.3.19" compatibility mode for old Dolby Digital recordingsKlaus Schmidinger
2005-02-06Making sure the "Mute" and "Volume+/-" keys don't interfere with digital audioKlaus Schmidinger
2005-02-06Removed 'flags' from tTrackIdKlaus Schmidinger
2005-02-06Making sure the current audio track is actually one of the ones available in ...Klaus Schmidinger
2005-01-30Moved the call to SetAudioChannel(0) into cDevice::ClrAvailableTracks()Klaus Schmidinger
2005-01-30Fixed masking SubStreamType in cDevice::PlayPesPacket()Klaus Schmidinger
2005-01-25Now setting primaryDevice = NULL before deleting the devices in cDevice::Shut...Klaus Schmidinger
2005-01-23Fixed DTS detectionKlaus Schmidinger
2005-01-23Recording and Transfer Mode can now handle up to 8 Dolby Digital tracksKlaus Schmidinger
2005-01-16Falling back to 'stereo' when switching channelsKlaus Schmidinger
2005-01-16Fixed a possible race condition in cDevice::Action() and cTSBuffer::Action()Klaus Schmidinger
2005-01-16Recording and Transfer Mode now handle more than 2 audio PIDsKlaus Schmidinger
2005-01-09Changed 'Recording/Record Dobly Digital' to 'DVB/Use Dolby Digital' and using...Klaus Schmidinger
2005-01-08Implemented Setup.CurrentDolbyKlaus Schmidinger