summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Expand)Author
2014-01-01Eliminated MAXDVBDEVICESKlaus Schmidinger
2014-01-01Avoiding unnecessary pkg-config warnings in plugin MakefilesKlaus Schmidinger
2014-01-01Changed email address for Christian KaiserKlaus Schmidinger
2014-01-01The script given to VDR with the '-r' option is now also called after the rec...Klaus Schmidinger
2013-12-29Deleted a superfluous assignment in cPipe::Open()Klaus Schmidinger
2013-12-29Added a check to avoid a possible NULL pointer dereference in cCiSession::Sen...Klaus Schmidinger
2013-12-28Changed '%a' to the POSIX compliant '%m' in all scanf() callsKlaus Schmidinger
2013-12-28Fixed some spellings in positioner.h and DoxyfileKlaus Schmidinger
2013-12-25Added a note to ePlayMode in device.h that VDR itself always uses pmAudioVide...Klaus Schmidinger
2013-12-25cDevice::TrickSpeed() now has an additional parameter named ForwardKlaus Schmidinger
2013-12-25Made it clear that the Data parameter in cDevice::StillPicture() may point to...Klaus Schmidinger
2013-12-25Added handling UTF-8 'umlaut' characters to cKbdRemoteKlaus Schmidinger
2013-12-25The Recordings menu can now be called with a cRecordingFilterKlaus Schmidinger
2013-12-25Fixed setting the name of the video directory to avoid a crash when using --g...Klaus Schmidinger
2013-12-25Added a missing closing ')' in the help and man page entry of the --vfat optionKlaus Schmidinger
2013-12-24Fixed a possible crash if the recordings list is updated externally while the...Klaus Schmidinger
2013-11-16Fixed uninitialized item area coordinates in cSkinLCARSDisplayMenuKlaus Schmidinger
2013-11-15Simplified some conditional expressions in skinlcars.c and skinsttng.cKlaus Schmidinger
2013-11-15Fixed a missing initialization in the c'tor of cSkinLCARSDisplayChannelKlaus Schmidinger
2013-11-03The new menu category mcRecordingEdit is now used to mark menus that edit rec...Klaus Schmidinger
2013-11-03Fixed a possible access to uninitialized data in cEIT::cEIT()Klaus Schmidinger
2013-10-30Added code for parsing LCN and AVC descriptors to libsiKlaus Schmidinger
2013-10-29The LIRC remote control now connects to the socket even if it doesn't yet exi...Klaus Schmidinger
2013-10-21When cutting a recording it is now checked whether there is already an edited...Klaus Schmidinger
2013-10-20Fixed some compiler warnings with gcc-4.6.3Klaus Schmidinger
2013-10-16Fixed an inconsistent behavior between opening the Recordings menu manually v...Klaus Schmidinger
2013-10-13Added maximum signal strength value for TechniSat SkyStar 2 DVB-S rev 2.3PKlaus Schmidinger
2013-10-12The function cRecordings::MBperMinute() now only takes into account recording...Klaus Schmidinger
2013-10-12Changed cRecorder::Action() to use cTimeMs instead of time()Klaus Schmidinger
2013-10-12Now also checking the source (in addition to the transponder) when setting th...Klaus Schmidinger
2013-10-11Fixed writing group separators to channels.conf that contain a commaKlaus Schmidinger
2013-10-10Added renaming and moving recordings and folders, and editing a recording's p...Klaus Schmidinger
2013-09-07The Yellow button in the main menu no longer acts as "Pause" if "Pause key ha...Klaus Schmidinger
2013-09-07Unified the internal sequence of actions when pressing the Blue and the Back ...Klaus Schmidinger
2013-08-31Fixed cleaning up old EPG events in case no epg data file is givenKlaus Schmidinger
2013-08-31Fixed wrong initialization of Setup.PositionerSwingKlaus Schmidinger
2013-08-31Added credit to Thomas Bergwinkl's Rotor pluginKlaus Schmidinger
2013-08-30Fixed displaying DVB subtitlesKlaus Schmidinger
2013-08-23Added Begin/EndSegmentTransfer() to the EPG handler interfaceKlaus Schmidinger
2013-08-23Reverted the change from version 1.5.7 that made all logging go to LOG_ERRKlaus Schmidinger
2013-08-23All bonded devices (except for the master) now turn off their LNB power compl...Klaus Schmidinger
2013-08-22Fixed a possible crash when shutting down VDR while subtitles are being displ...Klaus Schmidinger
2013-08-21Added basic support for positioners to control steerable satellite dishesKlaus Schmidinger
2013-05-19Fixed a crash in the LCARS skin's main menu in case there is no current channelKlaus Schmidinger
2013-05-18Fixed an endless loop in the DrawEllipse() functions for very small ellipsesKlaus Schmidinger
2013-05-02Fixed no longer generating any editing marks if the edited recording results ...Klaus Schmidinger
2013-04-27Fixed displaying the frame number when setting an editing markKlaus Schmidinger
2013-04-27Fixed multiple occurrences of the same directory in the recordings list in ca...Klaus Schmidinger
2013-04-11Fixed handling '/' and '~' in recording file names in case DirectoryEncoding ...Klaus Schmidinger
2013-04-10Changed cThread::SetIOPriority() from "best effort class" to "idle class" in ...Klaus Schmidinger