Age | Commit message (Expand) | Author |
2016-12-22 | Fixed truncated date/time strings in the skins on multi-byte UTF-8 systems | Klaus Schmidinger |
2016-12-22 | Added 'S58.5E Kazsat 3' to sources.conf | Klaus Schmidinger |
2016-12-22 | Sorted sources.conf by continuous azimuth | Klaus Schmidinger |
2016-12-22 | Fixed building VDR with systemd >= 230 | Klaus Schmidinger |
2016-12-22 | Fixed regenerating the index of audio recordings | Klaus Schmidinger |
2016-12-22 | Added cFont::Width(void) to get the default character width and allow stretch... | Klaus Schmidinger |
2016-12-22 | Implemented a frame parser for H.265 (HEVC) recordings | Klaus Schmidinger |
2016-12-22 | Fixed replaying recordings to their very end, if they don't end with an I-frame | Klaus Schmidinger |
2016-12-22 | Improved handling frame numbers to have a smoother progress display during re... | Klaus Schmidinger |
2016-12-22 | Fixed resuming replay at a given position, which was off by one frame | Klaus Schmidinger |
2016-12-22 | Made the cPlayer member functions FramesPerSecond, GetIndex and GetReplayMode... | Klaus Schmidinger |
2016-12-13 | Added a note to the description of cFont::Size(), regarding possible differen... | Klaus Schmidinger |
2016-12-13 | Fixed a crash when moving a recording to a folder on a different volume | Klaus Schmidinger |
2016-12-11 | Fixed a crash when deleting a recording that is currently being replayed | Klaus Schmidinger |
2016-12-09 | Fixed setting the current item and counter values in the Recordings menu afte... | Klaus Schmidinger |
2016-12-08 | Using SetCurrentChannel(int ChannelNumber) instead of the deprecated SetCurre... | Klaus Schmidinger |
2016-12-08 | Fixed a crash when trying to delete a channel that is being used by a timer | Klaus Schmidinger |
2016-12-08 | The cRwLock class now allows nested read locks within a write lock from the s... | Klaus Schmidinger |
2016-12-08 | The SVDRP command DELC now refuses to delete the very last channel in the list | Klaus Schmidinger |
2016-12-06 | The function SetCurrentChannel(const cChannel *Channel) is now deprecated | Klaus Schmidinger |
2016-11-07 | Fixed initializing device specific parameters in cDvbTransponderParameters | Klaus Schmidinger |
2015-09-16 | Updated the Italian OSD texts | Klaus Schmidinger |
2015-09-16 | Fixed an overflow of PIDs in a receiver | Klaus Schmidinger |
2015-09-16 | Fixed a crash when deleting a recording | Klaus Schmidinger |
2015-09-14 | Adjusted release date2.3.1 | Klaus Schmidinger |
2015-09-14 | Fixed handling remote timers | Klaus Schmidinger |
2015-09-13 | Fixed moving currently recording timers between machines | Klaus Schmidinger |
2015-09-13 | Added missing saving of SVDRPHostName | Klaus Schmidinger |
2015-09-13 | Adjusted release date | Klaus Schmidinger |
2015-09-13 | Removed unnecessary 'false' | Klaus Schmidinger |
2015-09-12 | Made the aff array 'static const' | Klaus Schmidinger |
2015-09-11 | Empty adaptation field TS packets are now skipped when recording | Klaus Schmidinger |
2015-09-11 | Updated the German OSD texts | Klaus Schmidinger |
2015-09-11 | Centralized remote timer error messages | Klaus Schmidinger |
2015-09-11 | Implemented the setup option "Recording/Record key handling" | Klaus Schmidinger |
2015-09-10 | The width and height of the OSD are now limited to the actual maximum dimensi... | Klaus Schmidinger |
2015-09-10 | No longer delivering the dvbsddevice and rcu plugins with the source archive | Klaus Schmidinger |
2015-09-10 | Changed the description of the --chartab option in the INSTALL file | Klaus Schmidinger |
2015-09-10 | Fixed sorting recordings | Klaus Schmidinger |
2015-09-10 | Fixed a possible stack overflow in cListBase::Sort() | Klaus Schmidinger |
2015-09-10 | Skins can now implement cSkinDisplayMenu::MenuOrientation() to display horizo... | Klaus Schmidinger |
2015-09-10 | The 'newplugin' script now creates the 'po' subdirectory for translations | Klaus Schmidinger |
2015-09-10 | The EPG scanner no longer moves the dish if there is a positioner | Klaus Schmidinger |
2015-09-10 | The character 0x0D is now stripped from EPG texts | Klaus Schmidinger |
2015-09-10 | Implemented full handling of remote timers | Klaus Schmidinger |
2015-09-08 | Implemented setup options for SVDRP peering | Klaus Schmidinger |
2015-09-06 | The Timers menu now displays the name of the remote VDR in front of the timer... | Klaus Schmidinger |
2015-09-06 | Removed extra debug output | Klaus Schmidinger |
2015-09-06 | Timers now have unique ids | Klaus Schmidinger |
2015-09-05 | Added a missing 'const' to cReceiver::Receive(), to protect the given Data fr... | Klaus Schmidinger |