summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07-23Fixed handling rotated imagesKlaus Schmidinger
2011-06-21Added some missing 'const' to tChannelIDKlaus Schmidinger
2011-06-19Adjusted release date1.7.19Klaus 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-12Keeping signal display from slowing things down during heavy zappingKlaus Schmidinger
2011-06-12Fixed signal display in case of a messageKlaus Schmidinger
2011-06-12Fixed overwriting the fps value in a recording's info fileKlaus Schmidinger
2011-06-12Fixed detecting frames in case the Picture Start Code or Access Unit ↵Klaus Schmidinger
Delimiter extends over TS packet boundaries (cont'd)
2011-06-11Improved signal strength and quality handling (cont'd)Klaus 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-05Improved signal strength and quality handlingKlaus Schmidinger
2011-06-02Implemented signal strength and quality handlingKlaus Schmidinger
2011-05-22Added some missing bracesKlaus Schmidinger
2011-05-22Fixed a possible race condition in cDiseqc::Execute()Klaus Schmidinger
2011-05-22Better avoiding the primary device for recordingKlaus Schmidinger
2011-05-21Fixed a typoKlaus 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-21Now sorting the source file names in the call to xgettextKlaus Schmidinger
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
2011-04-17Now using pkg-config to get fribidi cflags and libsKlaus Schmidinger
2011-04-17Added a patch from Udo RichterKlaus Schmidinger
2011-04-17Fixed a possible NULL pointer dereference in osddemo.cKlaus Schmidinger
2011-04-17Removed an obsolete local variable in dvbsdffosd.cKlaus Schmidinger
2011-04-17The dvbhddevice plugin is now part of the VDR distribution archiveKlaus Schmidinger
2011-04-03Made cRecordingInfo::Read(FILE *f) privateKlaus Schmidinger
2011-04-03Added HD stream content identifiers to vdr.5Klaus Schmidinger
2011-03-28Fixed a buffer overflow in cFont::Bidi()Klaus Schmidinger
2011-03-28Some fixes in the "osddemo" pluginKlaus Schmidinger
2011-03-27Replaced "%lld" and "%llX" print format specifiers with "PRId64" and "PRIX64"Klaus Schmidinger
2011-03-27Added a missing initialization to sDvbSpuRectKlaus Schmidinger
2011-03-27Fixed scaling subtitles in case the OSD size is exactly the same as the ↵Klaus Schmidinger
display size of the subtitles
2011-03-27Fixed the description of cReceiver in PLUGINS.htmlKlaus Schmidinger
2011-03-27Renamed cBitmap::Scale() to Scaled()Klaus Schmidinger
2011-03-27Added anti-aliasing when upscaling bitmapsKlaus Schmidinger
2011-03-26Fixed horizontal scaling of subtitles (cont'd)Klaus Schmidinger
2011-03-21Fixed the Language header of the Serbian translation fileKlaus Schmidinger
2011-03-20Fixed cUnbufferedFile::Seek() in case it is compiled without USE_FADVISEKlaus Schmidinger