summaryrefslogtreecommitdiff
path: root/HISTORY
AgeCommit message (Collapse)Author
2017-04-17Implemented getting and logging DVB API 5 signal statisticsKlaus Schmidinger
2017-04-15cTSBuffer::Skip() no longer immediately deletes the given number of bytes ↵Klaus Schmidinger
from the TS buffer
2017-04-15The function cCamSlot::Decrypt() can now also be called with Data == NULLKlaus Schmidinger
2017-04-06Signal strength and quality (CNR) are now determined via DVB API 5 (if ↵Klaus Schmidinger
available)
2017-04-04Fixed a deadlock in the SVDRP command PLAY in case there is currently a ↵Klaus Schmidinger
recording being replayed
2017-04-03Changed 'number' to 'id' in the help texts of SVDRP commands that deal with ↵Klaus Schmidinger
timers
2017-04-03Recordings now have unique idsKlaus Schmidinger
2017-04-03cOsdMenu::Display() now checks whether the OSD size has changed and if so ↵Klaus Schmidinger
calls SetDisplayMenu()
2017-04-03Added a note to the "Pausing live video" section of the MANUALKlaus Schmidinger
2017-04-02Added some guidelines and recommendations to the 'Logging' section of ↵Klaus Schmidinger
PLUGINS.html
2017-04-02The cEvent class now has a new member 'aux'Klaus Schmidinger
2017-04-02Detecting whether a particular CAM actually decrypts a given channel is now ↵Klaus Schmidinger
done separately for each receiver
2017-04-02The file 'cam.data' is no longer written if it is read-onlyKlaus Schmidinger
2017-04-01Changed tEventID back to u_int32_tKlaus Schmidinger
2017-03-31The function cEpgHandlers::BeginSegmentTransfer() is now booleanKlaus Schmidinger
2017-03-30The functionality of HandleRemoteModifications() has been moved to timers.[ch]Klaus Schmidinger
2017-03-28Added credit for Jasmin Jessich2.3.3Klaus Schmidinger
2017-03-25Now stopping any ongoing recordings before stopping the pluginsKlaus Schmidinger
2017-03-19The function cRingBufferLinear::Clear() can now be called safely from the ↵Klaus Schmidinger
reading thread, without additional locking
2017-03-18Implemented support for MTDKlaus Schmidinger
2017-02-21PIDs can now be added to and deleted from a cReceiver while it is attached ↵Klaus Schmidinger
to a cDevice
2017-02-14Fixed setting the local machine's SVDRP host nameKlaus Schmidinger
2017-01-23Implemented the concept of 'master cams'Klaus Schmidinger
2017-01-09Changed 'unsigned' to 'signed' in some places to avoid trouble with abs() in ↵Klaus Schmidinger
gcc6+
2017-01-09Fixed updating the elapsed/remaining time in the progress display during ↵Klaus Schmidinger
fast forward/rewind
2017-01-09The mechanism of trying different CAMs when switching to an encrypted ↵Klaus Schmidinger
channel is now only triggered if there acually is more than one CAM in the system
2017-01-09The channel/CAM relations are now stored in the file 'cam.data'; fixed a ↵Klaus Schmidinger
flaw in handling timeouts for encrypted channels
2017-01-08Added a missing dependency to the Makefile to avoid error messages in the ↵Klaus Schmidinger
clean-plugins target
2017-01-05Updated the Russian OSD textsKlaus Schmidinger
2017-01-01Fixed a possible deadlock in the recordings handler threadKlaus Schmidinger
2016-12-27Added 'S3W ABS-3A' to sources.confKlaus Schmidinger
2016-12-24Adjusted release date2.3.2Klaus Schmidinger
2016-12-23Added a short sleep to cTSBuffer::Action() to avoid high CPU usageKlaus Schmidinger
2016-12-23Added support for the systemd watchdogKlaus Schmidinger
2016-12-23Avoiding some duplicate code and unnecessary work in nit.cKlaus Schmidinger
2016-12-23Fixed a possible buffer overflow in handling CA descriptorsKlaus Schmidinger
2016-12-22Fixed a typo in the description of cTimers::GetTimersRead()Klaus Schmidinger
2016-12-22Added a 'const' version of cTimers::GetTimer()Klaus Schmidinger
2016-12-22Updated the Estonian OSD textsKlaus Schmidinger
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'