summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-14Fixed handling remote timersKlaus Schmidinger
2015-09-13Fixed moving currently recording timers between machinesKlaus Schmidinger
2015-09-13Added missing saving of SVDRPHostNameKlaus Schmidinger
2015-09-13Adjusted release dateKlaus Schmidinger
2015-09-13Removed unnecessary 'false'Klaus Schmidinger
2015-09-12Made the aff array 'static const'Klaus Schmidinger
2015-09-11Empty adaptation field TS packets are now skipped when recordingKlaus Schmidinger
2015-09-11Updated the German OSD textsKlaus Schmidinger
2015-09-11Centralized remote timer error messagesKlaus Schmidinger
2015-09-11Implemented the setup option "Recording/Record key handling"Klaus Schmidinger
2015-09-10The width and height of the OSD are now limited to the actual maximum ↵Klaus Schmidinger
dimensions of the output device
2015-09-10No longer delivering the dvbsddevice and rcu plugins with the source archiveKlaus Schmidinger
2015-09-10Changed the description of the --chartab option in the INSTALL fileKlaus Schmidinger
2015-09-10Fixed sorting recordingsKlaus Schmidinger
2015-09-10Fixed a possible stack overflow in cListBase::Sort()Klaus Schmidinger
2015-09-10Skins can now implement cSkinDisplayMenu::MenuOrientation() to display ↵Klaus Schmidinger
horizontal menus
2015-09-10The 'newplugin' script now creates the 'po' subdirectory for translationsKlaus Schmidinger
2015-09-10The EPG scanner no longer moves the dish if there is a positionerKlaus Schmidinger
2015-09-10The character 0x0D is now stripped from EPG textsKlaus Schmidinger
2015-09-10Implemented full handling of remote timersKlaus Schmidinger
2015-09-08Implemented setup options for SVDRP peeringKlaus Schmidinger
2015-09-06The Timers menu now displays the name of the remote VDR in front of the ↵Klaus Schmidinger
timer's file name, if this is a remote timer
2015-09-06Removed extra debug outputKlaus Schmidinger
2015-09-06Timers now have unique idsKlaus Schmidinger
2015-09-05Added a missing 'const' to cReceiver::Receive(), to protect the given Data ↵Klaus Schmidinger
from being modified
2015-09-01Implemented strict locking of global listsKlaus Schmidinger
2015-07-17Added a missing 'const'Klaus Schmidinger
2015-06-01Fixed a typoKlaus Schmidinger
2015-05-22Implemented SVDRP peeringKlaus Schmidinger
2015-04-29The SVDRP port now accepts multiple concurrent connectionsKlaus Schmidinger
2015-04-28Added missing 'virtual'Klaus Schmidinger
2015-04-19The -u option now also accepts a numerical user idKlaus Schmidinger
2015-04-19The function cOsd::GetBitmap() is now 'protected'Klaus Schmidinger
2015-04-19Commented out the line #define DEPRECATED_VIDEOSYSTEM in device.hKlaus Schmidinger
2015-04-19Fixed a compiler warning in font.cKlaus Schmidinger
2015-04-18Fixed plural handlingKlaus Schmidinger
2015-04-18The -V and -h options now list the plugins in alphabetical orderKlaus Schmidinger
2015-04-18The command line option -D now accepts the value '-' (as in -D-), which ↵Klaus Schmidinger
prevents VDR from using any DVB devices
2015-04-18Implemented default sort mode for recordingsKlaus Schmidinger
2015-04-12Added a demo case for storing imagesKlaus Schmidinger
2015-04-11The script that gets called for recordings is now also called right before a ↵Klaus Schmidinger
recording is edited
2015-04-11Reduced the priority of the "video directory scanner" thread and checking ↵Klaus Schmidinger
cIoThrottle::Engaged() when it is running
2015-03-25Fixed scaling subtitles (their areas could sometimes extend outside the ↵Klaus Schmidinger
actual OSD)
2015-03-25Fixed a crash in cOsd::SetAreas() in case CreatePixmap() returns NULLKlaus Schmidinger
2015-03-17Improved syncing on sections when parsing the NIT and SDTKlaus Schmidinger
2015-03-17Fixed setting the source value of newly created channels, in case the NIT is ↵Klaus Schmidinger
received from a different, but very close satellite position (cont'd)
2015-03-13Added some comment to cPixmap about the relation between OSD, ViewPort and ↵Klaus Schmidinger
DrawPort
2015-03-13Added cOsd::MaxPixmapSize() (cont'd)Klaus Schmidinger
2015-03-13Fixed setting the source value of newly created channels, in case the NIT is ↵Klaus Schmidinger
received from a different, but very close satellite position
2015-03-12The dvbhddevice plugin is no longer part of the VDR source archive; added a ↵Klaus Schmidinger
section about Output Devices to the INSTALL file