summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
2014-01-14Fixed sending CA descriptors to CAMs in case a cReceiver is not used for a ↵Klaus Schmidinger
recording or live view, like e.g. streaming clients
2014-01-07Updated 'sources.conf'Klaus Schmidinger
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 ↵Klaus Schmidinger
recording process has actually started
2013-12-29Deleted a superfluous assignment in cPipe::Open()Klaus Schmidinger
2013-12-29Added a check to avoid a possible NULL pointer dereference in ↵Klaus Schmidinger
cCiSession::SendData()
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 ↵Klaus Schmidinger
pmAudioVideo when replaying a recording
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 ↵Klaus Schmidinger
to a series of packets, not just a single one
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 ↵Klaus Schmidinger
--genindex, and also to use the correct directory with --edit
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 ↵Klaus Schmidinger
the Recordings menu is open
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 ↵Klaus Schmidinger
recording properties
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 ↵Klaus Schmidinger
exist whe VDR is started
2013-10-21When cutting a recording it is now checked whether there is already an ↵Klaus Schmidinger
edited version of this recording
2013-10-20Fixed some compiler warnings with gcc-4.6.3Klaus Schmidinger
2013-10-16Fixed an inconsistent behavior between opening the Recordings menu manually ↵Klaus Schmidinger
via the main menu and by pressing the Recordings key
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 ↵Klaus Schmidinger
recordings with less than 5 seconds per megabyte
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 ↵Klaus Schmidinger
the system time from the TDT
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 ↵Klaus Schmidinger
priority and lifetime; added cutting queue
2013-09-07The Yellow button in the main menu no longer acts as "Pause" if "Pause key ↵Klaus Schmidinger
handling" is set to "do not pause live video"
2013-09-07Unified the internal sequence of actions when pressing the Blue and the Back ↵Klaus Schmidinger
key, respectively, during replay
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 ↵Klaus Schmidinger
completely to avoid problems when receiving vertically polarized transponders
2013-08-22Fixed a possible crash when shutting down VDR while subtitles are being ↵Klaus Schmidinger
displayed
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
in just one single sequence
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 ↵Klaus Schmidinger
case there are directories that only differ in non-alphanumeric characters