summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-09-04Changed the audio PID language codes to hold up to two 3 letter codes; ↵Klaus Schmidinger
automatic audio channel setting for two channel audio
2005-09-04Fixed menu timeout handling while replayingKlaus Schmidinger
2005-09-03Added support for multiple audio language codes in ISO639LanguageDescriptors ↵Klaus Schmidinger
to 'libsi'
2005-09-03Implemented the SVDRP command MOVCKlaus Schmidinger
2005-09-03Implemented option '--vfat'; replaced ':' with '.' in recording namesKlaus Schmidinger
2005-09-03The SVDRP command PLUG now has a new option 'main'Klaus Schmidinger
2005-09-03The main menu function of a plugin can now be called programmaticallyKlaus Schmidinger
2005-09-03Added missing help for the 'help' keyword in the SVDRP command PLUGKlaus Schmidinger
2005-09-03The menu timeout handling is now done centrally in the main program loopKlaus Schmidinger
2005-09-03Key macros can now call plugins that don't have a main menu entryKlaus Schmidinger
2005-09-03Repeat keys are now ignored when waiting for a keypress to cancel an operationKlaus Schmidinger
2005-09-02Adjusted the Makefile to the dvb-kernel driver on kernel 2.6 and upKlaus Schmidinger
2005-09-02Re-introduced the code that waits for a tuner lock in VDR/device.cKlaus Schmidinger
2005-09-02Introduced a separate 'plugins-install' target in the MakefileKlaus Schmidinger
2005-09-02Made LIRC command parsing more robustKlaus Schmidinger
2005-09-02Updated the Danish OSD textsKlaus Schmidinger
2005-09-02Updated the Slovenian OSD textsKlaus Schmidinger
2005-09-02Updated the Swedish OSD textsKlaus Schmidinger
2005-08-29Fixed cDvbPlayer::SkipFrames() to properly handle radio recordingsKlaus Schmidinger
2005-08-29Updated the Estonian OSD textsKlaus Schmidinger
2005-08-28Now always using stream id 0xE0 for the video streamKlaus Schmidinger
2005-08-28Fixed syncing in cRepackerKlaus Schmidinger
2005-08-28Fixed appending sequence end code cDvbPlayer::Goto()Klaus Schmidinger
2005-08-28Removed unused MAINMENUENTRY from svdrpdemo.cKlaus Schmidinger
2005-08-28Added some missing braces in remux.cKlaus Schmidinger
2005-08-28Implemented SVDRP command EDIT1.3.31Klaus Schmidinger
2005-08-28channels.confKlaus Schmidinger
2005-08-28Added a note about reserved SVDRP command namesKlaus Schmidinger
2005-08-28Changed creditKlaus Schmidinger
2005-08-28More changes from Reinhard NisslKlaus Schmidinger
2005-08-28The new SVDRP command PLAY can be used to start replaying a recordingKlaus Schmidinger
2005-08-28Added a note about 'svdrpdemo'Klaus Schmidinger
2005-08-27Implemented SVDRP command for pluginsKlaus Schmidinger
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