summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
2011-09-23Added cap_net_raw to the capabilities that are not droppedKlaus Schmidinger
2011-09-18Fixed handling DVB subtitles and implemented decoding textual DVB subtitlesKlaus Schmidinger
2011-09-11The SVDRP command LSTC now also accepts channel IDsKlaus Schmidinger
2011-09-11Updated sources.confKlaus Schmidinger
2011-09-11VDR now supports "Satellite Channel Routing" (SCR)Klaus Schmidinger
2011-09-10Fixed scaling subtitles in case the primary device's GetVideoSize() function ↵Klaus Schmidinger
doesn't return actual values
2011-08-27Fixed detecting frames on radio channelsKlaus Schmidinger
2011-08-27The dvbsddevice plugin now supports the new option --outputonlyKlaus Schmidinger
2011-08-27The Recordings menu now displays the length (in hours:minutes) of each recordingKlaus Schmidinger
2011-08-27The Audio and Subtitles options are now available through the Green and ↵Klaus Schmidinger
Yellow keys in the Setup/DVB menu
2011-08-26Implemented cDevice::ProvidesEIT()Klaus Schmidinger
2011-08-21The subtitle PIDs are now stored in the channels.conf file as an extension ↵Klaus Schmidinger
to the TPID field
2011-08-21Implemented cRecording::NumFrames() and cRecording::LengthInSeconds()Klaus Schmidinger
2011-08-20The start time of an edited recording is now set to the time of the first ↵Klaus Schmidinger
editing mark
2011-08-20Fixed detecting frames for channels that split frames into several payloadsKlaus Schmidinger
2011-08-15Implemented command line options --filesize and --splitKlaus Schmidinger
2011-08-15The cutter now sets the 'broken link' flag for MPEG2 TS recordingsKlaus Schmidinger
2011-08-15Added a mutex to protect cOsd::Osds from simultaneous access from different ↵Klaus Schmidinger
threads
2011-08-14The pic2mpg script of the 'pictures' plugin now generates HD imagesKlaus Schmidinger
2011-08-13Made DELETENULL() thread safeKlaus Schmidinger
2011-08-13Fixed some crashes in subtitle displayKlaus Schmidinger
2011-08-13The length (as number of frames) of a recording's index file can now be ↵Klaus Schmidinger
determined by a call to cIndexFile::GetLength()
2011-08-12Now scanning new transponders before old ones, to make sure transponder ↵Klaus Schmidinger
changes are recognized
2011-08-12cStringList::Sort() can now be called with a boolean parameter that controls ↵Klaus Schmidinger
case insensitive sorting
2011-08-12Fixed handling the channelID in cMenuEditChanItemKlaus Schmidinger
2011-08-06Added a mechanism to defer timer handling in case of problemsKlaus Schmidinger
2011-08-06Fixed handling DiSEqC codesKlaus Schmidinger
2011-08-06Increased MAXCAIDS to 12Klaus Schmidinger
2011-08-06Fixed the return value of the svdrpsend.pl script in case of an errorKlaus Schmidinger
2011-08-06cSkins::Message() now blocks calls from background threadsKlaus Schmidinger
2011-07-31Now checking Setup.InitialChannel for NULL before using itKlaus Schmidinger
2011-07-31The isnumber() function now checks the given pointer for NULLKlaus Schmidinger
2011-06-21Added some missing 'const' to tChannelIDKlaus Schmidinger
2011-06-15Added support for "content identifier descriptor" and "default authority ↵Klaus Schmidinger
descriptor" to 'libsi'
2011-06-13The initial channel is now stored by the channel ID in the setup.conf fileKlaus Schmidinger
2011-06-12Fixed overwriting the fps value in a recording's info fileKlaus Schmidinger
2011-06-11The frame detector now only starts collecting PTS values after it has seen ↵Klaus Schmidinger
the first I-frame
2011-06-11Fixed detecting frames in case the Picture Start Code or Access Unit ↵Klaus Schmidinger
Delimiter extends over TS packet boundaries
2011-06-02Implemented signal strength and quality handlingKlaus Schmidinger
2011-05-22Fixed a possible race condition in cDiseqc::Execute()Klaus Schmidinger
2011-05-21Subtitle PIDs are now also decryptedKlaus Schmidinger
2011-05-21The primary device is now only avoided for recording if it is an old SD full ↵Klaus Schmidinger
featured card
2011-05-21TsGetPayload() now checks if there actually is a payload in the given TS packetKlaus Schmidinger
2011-05-15Avoiding a gcc 4.6 compiler error in the skincurses pluginKlaus Schmidinger
2011-05-15Fixed cString's operator=(const char *String) in case the given string is ↵Klaus Schmidinger
the same as the existing one
2011-04-17Fixed handling the bitmap color depth for scaled subtitles1.7.18Klaus Schmidinger
2011-04-17Avoiding an unecessary call to Recordings.ResetResume()Klaus Schmidinger
2011-04-17Added handling of "ANSI/SCTE 57" descriptorsKlaus Schmidinger
2011-04-17The Makefile now also installs the include filesKlaus Schmidinger
2011-04-17Now using pkg-config to get fribidi, freetype and fontconfig cflags and libsKlaus Schmidinger