summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
2014-03-16Added support for systemd2.1.6Klaus Schmidinger
2014-03-16Added support for "Pilot", "T2-System-Id" and "SISO/MISO" parametersKlaus Schmidinger
2014-03-10When checking for obsolete channels, those with an RID that is not 0 are now ↵Klaus Schmidinger
ignored
2014-03-10Updated the Finnish OSD textsKlaus Schmidinger
2014-03-09Fixed adding new source types in case they are already registeredKlaus Schmidinger
2014-03-05Changed email address of Christopher ReimerKlaus Schmidinger
2014-02-27Fixed handling transfer mode on full featured DVB cards for encrypted ↵Klaus Schmidinger
channels that have no audio pid
2014-02-25Revoked "Fixed some compiler warnings with Clang 3.4.1" from ci.c, because ↵Klaus Schmidinger
this did not compile with older versions of gcc
2014-02-21Fixed handling frame detection buffer lengthKlaus Schmidinger
2014-02-18Improved PAT/PMT scanning to speed up initial tuning to encrypted channels ↵Klaus Schmidinger
on transponders with many PAT entries
2014-02-15Fixed learning keyboard remote control codesKlaus Schmidinger
2014-02-08Replaced the NULL pointer assignment in ~cReceiver() to force a segfault ↵Klaus Schmidinger
with a call to abort()
2014-02-08Added LinkageTypePremiere to libsi/si.h and eit.c to avoid a compiler ↵Klaus Schmidinger
warning with Clang 3.4.1
2014-02-08Fixed some compiler warnings with Clang 3.4.1Klaus Schmidinger
2014-02-06Fixed a possible crash in the OSD demoKlaus Schmidinger
2014-01-30Fixed clearing non-editable members in the channel editorKlaus Schmidinger
2014-01-28Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 100 and introduced counting ↵Klaus Schmidinger
the number of actual video TS packets in cTsPayload
2014-01-25Fixed a superfluous call to the skin's SetRecording() function after ↵Klaus Schmidinger
renaming a recording
2014-01-25The new function cStatus::ChannelChange() can be implemented by plugins to ↵Klaus Schmidinger
be informed about changes to the parameters of a channel that may require a retune
2014-01-24Revoked "Fixed sending CA descriptors to CAMs in case a cReceiver is not ↵Klaus Schmidinger
used for a recording or live view" - was unstable
2014-01-22Replaced "Schnitt" with "Bearbeitung" in the German OSD textsKlaus Schmidinger
2014-01-18Fixed detecting frame borders in MPEG-2 streams that have "bottom fields" or ↵Klaus Schmidinger
varying GOP structures
2014-01-16Fixed deleting the source recording after moving it to a different volumeKlaus Schmidinger
2014-01-16Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 10Klaus Schmidinger
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