summaryrefslogtreecommitdiff
path: root/device.c
AgeCommit message (Collapse)Author
2008-04-12Fixed handling the counter in detection of pre 1.3.19 PS dataKlaus Schmidinger
2008-04-12Re-implemented handling of DVB-S2Klaus Schmidinger
2008-03-09Fixed a typoKlaus Schmidinger
2008-03-07Fixed automatically selecting the preferred subtitle languageKlaus Schmidinger
2008-02-23Attempting to stay on the current channel in case of an upcoming recordingKlaus Schmidinger
2008-02-17Fixed setting the current subtitle track in Transfer-ModeKlaus Schmidinger
2008-02-16Implemented the cStatus, cDevice and cPlayer functions for setting subtitle ↵Klaus Schmidinger
tracks in plugins
2008-02-09The section handler is now stopped before the device is destroyedKlaus Schmidinger
2008-02-09Improved sending all frames to devices that can handle them in fast forward ↵Klaus Schmidinger
trick speeds, including subtitles
2008-02-08Revoked the switch to the "multiproto" driver in order to make a new stable ↵Klaus Schmidinger
version
2008-01-27Implemented handling of DVB-S2Klaus Schmidinger
2007-11-17Fixed stopping live subtitles when a player is attached to the deviceKlaus Schmidinger
2007-11-03Added a workaround for recovering from wrongfully interpreted "pre 1.3.19 ↵Klaus Schmidinger
PS1 packets"
2007-10-17Fixed checking compatibility mode for old subtitles pluginKlaus Schmidinger
2007-10-14Added cDevice::CloseFilter(); some fixes to PLUGINS.html1.5.10Klaus Schmidinger
2007-10-13Added a missing SetVolumeDevice() call in cDevice::SetPrimaryDevice()Klaus Schmidinger
2007-10-12Implemented handling DVB subtitlesKlaus Schmidinger
2007-08-26Fixed checking for ttDolbyLast in cDevice::SetCurrentAudioTrack()1.5.9Klaus Schmidinger
2007-06-16Replaced strncpy() and strn0cpy() with Utf8Strn0Cpy() where necessaryKlaus Schmidinger
2007-04-30Non-primary devices in Transfer mode are now also used for recordingKlaus Schmidinger
2007-01-13Added cDevice::HasCi() so that devices with Common Interface can be avoided ↵Klaus Schmidinger
when tuning to an FTA channel
2007-01-07CAM handling refactored; multiple recordings with one CAM; automatic CAM ↵1.5.0Klaus Schmidinger
selection
2006-09-03Fixed handling relative volume settings that unmute the audio in the call to ↵1.4.2-1Klaus Schmidinger
cStatus::MsgSetVolume()
2006-08-27Revoked the change to cDevice::GetDevice() that was introduced in version ↵1.4.2Klaus Schmidinger
1.4.1-2
2006-08-12Changed the way a device is selected for receiving in order to keep devices ↵Klaus Schmidinger
with CAMs better available
2006-07-29Fixed cDevice::ToggleMute()Klaus Schmidinger
2006-07-22cDevice::GetDevice() now prefers any device that's already receiving and ↵Klaus Schmidinger
doesn't require detatching receivers
2006-07-22Fixed handling relative volume settings in the call to cStatus::MsgSetVolume()Klaus Schmidinger
2006-06-15Added some comment to cDevice::GetDevice()Klaus Schmidinger
2006-05-27Fixed a typoKlaus Schmidinger
2006-05-27Modifed the device selection to better handle timer conflictsKlaus Schmidinger
2006-04-14The preferred audio language is now automatically selected when starting replayKlaus Schmidinger
2006-04-09Now avoiding the 'actual' device when starting a recording, so that a ↵Klaus Schmidinger
Transfer Mode for live tv isn't interrupted
2006-04-09Fixed VPS recording in case there is more than one timer in the VPS marginKlaus Schmidinger
2006-03-26The new function cDevice::ForceTransferMode() can be used to force the ↵Klaus Schmidinger
primary device into transfer mode
2006-02-24Fixed setting the audio language codes in 'Transfer-Mode'Klaus Schmidinger
2006-02-04Implemented cDevice::Transferring()Klaus Schmidinger
2006-02-04Added an 'Id' parameter to cDevice::PlayAudio() to allow plugins to easier ↵Klaus Schmidinger
process the audio data
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 ↵Klaus Schmidinger
descriptions regarding CICAM
2006-01-06Any cReceivers still attached to a cDevice when that device switches to a ↵Klaus Schmidinger
different transponder are now automatically detached
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; ↵Klaus Schmidinger
cDevice::GrabImageFile() grabs the image to a file
2005-11-26Implemented handling of the "CA PMT Reply" for CAMs; some preparations for ↵Klaus Schmidinger
being able to record several encrypted channels from the same transponder
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