summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-22Fixed truncated date/time strings in the skins on multi-byte UTF-8 systemsKlaus Schmidinger
2016-12-22Added 'S58.5E Kazsat 3' to sources.confKlaus Schmidinger
2016-12-22Sorted sources.conf by continuous azimuthKlaus Schmidinger
2016-12-22Fixed building VDR with systemd >= 230Klaus Schmidinger
2016-12-22Fixed regenerating the index of audio recordingsKlaus Schmidinger
2016-12-22Added cFont::Width(void) to get the default character width and allow ↵Klaus Schmidinger
stretched font drawing in high level OSDs
2016-12-22Implemented a frame parser for H.265 (HEVC) recordingsKlaus Schmidinger
2016-12-22Fixed replaying recordings to their very end, if they don't end with an I-frameKlaus Schmidinger
2016-12-22Improved handling frame numbers to have a smoother progress display during ↵Klaus Schmidinger
replay of recordings with B-frames
2016-12-22Fixed resuming replay at a given position, which was off by one frameKlaus Schmidinger
2016-12-22Made the cPlayer member functions FramesPerSecond, GetIndex and ↵Klaus Schmidinger
GetReplayMode 'const'
2016-12-13Added a note to the description of cFont::Size(), regarding possible ↵Klaus Schmidinger
differences between it and cFont::Height()
2016-12-13Fixed a crash when moving a recording to a folder on a different volumeKlaus Schmidinger
2016-12-11Fixed a crash when deleting a recording that is currently being replayedKlaus Schmidinger
2016-12-09Fixed setting the current item and counter values in the Recordings menu ↵Klaus Schmidinger
after deleting the last recording in a subfolder
2016-12-08Using SetCurrentChannel(int ChannelNumber) instead of the deprecated ↵Klaus Schmidinger
SetCurrentChannel(const cChannel *Channel)
2016-12-08Fixed a crash when trying to delete a channel that is being used by a timerKlaus Schmidinger
2016-12-08The cRwLock class now allows nested read locks within a write lock from the ↵Klaus Schmidinger
same thread
2016-12-08The SVDRP command DELC now refuses to delete the very last channel in the listKlaus Schmidinger
2016-12-06The function SetCurrentChannel(const cChannel *Channel) is now deprecatedKlaus Schmidinger
2016-11-07Fixed initializing device specific parameters in cDvbTransponderParametersKlaus Schmidinger
2015-09-16Updated the Italian OSD textsKlaus Schmidinger
2015-09-16Fixed an overflow of PIDs in a receiverKlaus Schmidinger
2015-09-16Fixed a crash when deleting a recordingKlaus Schmidinger
2015-09-14Adjusted release date2.3.1Klaus Schmidinger
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