summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-27Moved cMenuEditTimer and cMenuEvent to menu.h so that plugins can use itKlaus Schmidinger
2005-08-27Fixed detecting short channel names for "Kabel Deutschland"Klaus Schmidinger
2005-08-27Added missing bracesKlaus Schmidinger
2005-08-27Removed the TUNER_LOCK_TIMEOUT in cDevice::AttachReceiver() since it caused ↵Klaus Schmidinger
more trouble than it fixed
2005-08-26Fixed the EPG scan, so that it doesn't use the primary device if that is ↵Klaus Schmidinger
currently in Transfer-Mode from itself
2005-08-26Updated the Danish OSD textsKlaus Schmidinger
2005-08-26Modified handling of audio packets for radio channels in remux.cKlaus Schmidinger
2005-08-26Implemented cAudioRepackerKlaus Schmidinger
2005-08-26The Setup/CICAM menu now only contains the devices that actually have a CI ↵Klaus Schmidinger
and dynamically detects the number of slots a CI provides
2005-08-21Added missing German OSD texts for 'Audio language'Klaus Schmidinger
2005-08-21Fixed a typoKlaus Schmidinger
2005-08-21Replaced the get/put_unaligned() macros from <asm/unaligned.h> with own ↵1.3.30Klaus Schmidinger
inline functions
2005-08-21channels.confKlaus Schmidinger
2005-08-21Adjusted 'Custom services' description to the actual implementation (cont'd)Klaus Schmidinger
2005-08-21Adjusted 'Custom services' description to the actual implementationKlaus Schmidinger
2005-08-21Added 'Service' functions to the plugin interfaceKlaus Schmidinger
2005-08-21Fixed cDvbTuner to avoid lockups on NPTL systemsKlaus Schmidinger
2005-08-21Fixed cVideoRepacker to better handle errors in dataKlaus Schmidinger
2005-08-21Now waiting at startup until all DVB devices are readyKlaus Schmidinger
2005-08-20Removed some outdated textKlaus Schmidinger
2005-08-20Added handling of the 'Close MMI' tagKlaus Schmidinger
2005-08-20Improved responsiveness inside CAM menusKlaus Schmidinger
2005-08-16Added credits for Klaus HeppenheimerKlaus Schmidinger
2005-08-15Removed the VIDEO_STILLPICTURE_WORKS_WITH_VDR_FRAMES stuff from ↵1.3.29Klaus Schmidinger
cDvbDevice::StillPicture(), since apparently the VIDEO_STILLPICTURE call works
2005-08-15channels.confKlaus Schmidinger
2005-08-15Some missed places where cThread::Running() should be usedKlaus Schmidinger
2005-08-15Avoiding unnecessary OSD draw operations caused by the audio track ↵Klaus Schmidinger
description display in the ST:TNG skin's channel display
2005-08-14Pressing Ok while entering a channel number now immediately switches to that ↵Klaus Schmidinger
channel, without waiting for further input
2005-08-14Now discarding any previous numerical input to switch channels if Up, Down, ↵Klaus Schmidinger
Channel+, Channel-, Left or Right is pressed
2005-08-14Added credits for Wayne KeerKlaus Schmidinger
2005-08-14Fixed handling the frame number display if '7' is pressed before the first ↵Klaus Schmidinger
editing mark, or '9' after the last one
2005-08-14Changed the title of the recording info menuKlaus Schmidinger
2005-08-14Added some 'mkdir -p' to the Makefile's 'install' targetKlaus Schmidinger
2005-08-14Changed cThread Active() vs. Running()Klaus Schmidinger
2005-08-13Now storing the channel id in the info.vdr file even if there is no EPG info ↵Klaus Schmidinger
available
2005-08-13Increased the default value for 'Min. user inactivity' to 300 minutesKlaus Schmidinger
2005-08-13Fixed handling EPG data for time shifted eventsKlaus Schmidinger
2005-08-13Centralized 'thread active' handlingKlaus Schmidinger
2005-08-07Fixed a memory leak in the SVDRP command LSTE; fixed a typo in LSTE's help1.3.28Klaus Schmidinger
2005-08-07channels.confKlaus Schmidinger
2005-08-07Updated channels.conf.skyKlaus Schmidinger
2005-08-07Fixed setting system time to avoid time jumps in case of faulty dataKlaus Schmidinger
2005-08-07Fixed cDvbSpuBitmap::putPixel()Klaus Schmidinger
2005-08-07Modified cEITScanner::Process() to use the primary device if replaying, and ↵Klaus Schmidinger
do a forced scan even if timeout is 0
2005-08-07Added cRemux::SetTimeouts() for better use of cRemux in a single threadKlaus Schmidinger
2005-08-07Added missing storing of the MenuScrollPage parameterKlaus Schmidinger
2005-08-06Updated the Finnish OSD textsKlaus Schmidinger
2005-08-06Fixed an out-of-bounds memory access with audio language idsKlaus Schmidinger
2005-08-06Fixed the cChannel copy constructorKlaus Schmidinger
2005-08-06Files and directories are now created with rights according to the shell's ↵Klaus Schmidinger
umask settings