summaryrefslogtreecommitdiff
path: root/PLUGINS.html
AgeCommit message (Expand)Author
2006-05-19Modified the Makefile to copy additional libraries a plugin might provideKlaus Schmidinger
2006-04-28Set all version numbers in doc files to 1.4Klaus Schmidinger
2006-04-21Fixed several spelling errorsKlaus Schmidinger
2006-04-17The new function cPlugin::MainThreadHook() can be used by plugins to perform ...Klaus Schmidinger
2006-04-16Implemented APIVERSION for the VDR plugin API version numberKlaus Schmidinger
2006-04-15Implemented cPlugin::Active()Klaus Schmidinger
2006-02-05Renamed the Makefile target 'plugins-clean' to 'clean-plugins'Klaus Schmidinger
2006-01-08Updated copyright dateKlaus Schmidinger
2006-01-08Cleaned up some trailing white spaceKlaus Schmidinger
2006-01-06Implemented the "Info" keyKlaus Schmidinger
2005-11-27Implemented message queueing1.3.37Klaus Schmidinger
2005-11-04Fixed missing '&' in the SetAreas() example in PLUGINS.htmlKlaus Schmidinger
2005-10-30Fixed the cFilter example in PLUGINS.htmlKlaus Schmidinger
2005-09-09Fixed some typosKlaus Schmidinger
2005-08-28Added a note about reserved SVDRP command namesKlaus Schmidinger
2005-08-27Implemented SVDRP command for pluginsKlaus Schmidinger
2005-08-21Fixed a typoKlaus 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-20Removed some outdated textKlaus Schmidinger
2005-02-13cAudio::Play() now also gets the 0xC0...0xDF audioKlaus Schmidinger
2005-02-12Added 'uchar Id' to cAudio::Play()'Klaus Schmidinger
2005-01-30Added cPlugin::Stop()Klaus Schmidinger
2005-01-16Recording and Transfer Mode now handle more than 2 audio PIDsKlaus Schmidinger
2005-01-09Implemented displaying audio channelKlaus Schmidinger
2005-01-02Implemented audio track menuKlaus Schmidinger
2004-12-17Added support for AC3 replay over the DVB deviceKlaus Schmidinger
2004-05-22Added a hint to PLUGINS.html about how to name a plugin that implements a skinKlaus Schmidinger
2004-05-16Implemented 'skins' and 'themes'Klaus Schmidinger
2003-12-22Added a note about deleting cFilterKlaus Schmidinger
2003-12-22Changed section handling; replaced 'libdtv' with 'libsi'Klaus Schmidinger
2003-11-07Added cDevice::GetSTC()Klaus Schmidinger
2003-05-29Some touchups for version 1.2.0Klaus Schmidinger
2003-05-25Removed change markersKlaus Schmidinger
2003-05-16Moved the call to cPlugin::Start() further up in vdr.c, to make sure it gets ...Klaus Schmidinger
2003-05-11Implemented cDevice::ActualDevice()Klaus Schmidinger
2003-05-09Introduced cPlugin::Initialize()Klaus Schmidinger
2003-04-12The LIRC and RCU remote control no longer try to learn keys in case of errors...Klaus Schmidinger
2002-11-24Plugins can now have their own raw OSDKlaus Schmidinger
2002-11-03Implemented audio plugin interfaceKlaus Schmidinger
2002-10-27Implemented additional dedicated keysKlaus Schmidinger
2002-10-26Fixed blocking replaying in case an encrypted channel is being recorded on th...Klaus Schmidinger
2002-10-12Reactivated full handling of second audio PID (even in 'Transfer Mode')Klaus Schmidinger
2002-10-06Modified channel handling; full DiSEqC supportKlaus Schmidinger
2002-09-29Made remote controls plugin awareKlaus Schmidinger
2002-09-08Implemented cTSBufferKlaus Schmidinger
2002-09-06Changed NeedsSwitchChannel to NeedsDetachReceiversKlaus Schmidinger
2002-09-04Implemented recording and replaying with a single DVB cardKlaus Schmidinger
2002-08-25Added cDevice::NewOsd() to allow a derived cDevice class to implement its own...Klaus Schmidinger