Age | Commit message (Expand) | Author |
2012-12-04 | The new functions cDevice::CanScaleVideo() and cDevice::ScaleVideo() can be u... | Klaus Schmidinger |
2012-12-04 | Now always setting the TDT EIT filter, because otherwise when turning on usin... | Klaus Schmidinger |
2012-12-04 | The '7' and '9' keys now jump to the very beginning or end, respectively, of ... | Klaus Schmidinger |
2012-12-04 | Synchronizing system time to the transponder time is now done using adjtime()... | Klaus Schmidinger |
2012-12-03 | Fixed handling lowercase polarization characters in channel definitions if no... | Klaus Schmidinger |
2012-12-03 | Fixed some spellings in osd.h and svdrp.c | Klaus Schmidinger |
2012-12-03 | Fixed some #include statements in plugins to use <vdr/...> instead of "vdr/..." | Klaus Schmidinger |
2012-12-03 | Fixed faulty opening of the Recordings menu when pressing the Play key during... | Klaus Schmidinger |
2012-12-03 | Fixed calling iconv_close() only with a valid iconv_t value | Klaus Schmidinger |
2012-12-02 | Simplified calculating the PTS offset in cPtsFixer::Fix() and fixed the overf... | Klaus Schmidinger |
2012-12-02 | Fixed a typo in skins.h | Klaus Schmidinger |
2012-11-29 | Fixed adjusting the DTS values in the cutter, to compensate for dropped B-frames | Klaus Schmidinger |
2012-11-27 | The cutter now only increments the TS continuity counter for packets that hav... | Klaus Schmidinger |
2012-11-26 | Fixed getting the number of editing sequences in case the last sequence has n... | Klaus Schmidinger |
2012-11-25 | Changed all occurrences of MPEG4 to H264 (pointed out by Sören Moch) | Klaus Schmidinger |
2012-11-25 | Fixed getting only non-video packets in cCuttingThread::GetPendingPackets() | Klaus Schmidinger |
2012-11-21 | Updated the Macedonian OSD texts | Klaus Schmidinger |
2012-11-19 | Fixed learning remote control keys with the LCARS skin | Klaus Schmidinger |
2012-11-19 | In order to be able to play TS recordings from other sources, in which there ... | Klaus Schmidinger |
2012-11-18 | Added notes from HISTORY | Klaus Schmidinger |
2012-11-18 | Modified editing marks are now written to disk whenever the replay progress d...1.7.32 | Klaus Schmidinger |
2012-11-18 | Editing marks can now be moved freely | Klaus Schmidinger |
2012-11-18 | Improved editing TS recordings | Klaus Schmidinger |
2012-11-13 | Fixed detecting frames in case there are multiple frames per payload unit | Klaus Schmidinger |
2012-11-13 | Using PATPID macro | Klaus Schmidinger |
2012-11-12 | The return type of cMarks::Add() has been changed to void | Klaus Schmidinger |
2012-11-12 | Fixed handling the very last entry in a recording index | Klaus Schmidinger |
2012-11-06 | Updated the Romanian OSD texts | Klaus Schmidinger |
2012-11-06 | Fixed frame detection when regenerating the index | Klaus Schmidinger |
2012-11-04 | Fixed regenerating the index in case the recording spans over several files (... | Klaus Schmidinger |
2012-11-03 | Credit to Udo Richter | Klaus Schmidinger |
2012-11-03 | Fixed shifting editing marks towards the next I-frame in case of PES recordings | Klaus Schmidinger |
2012-11-02 | Improved frame detection by parsing just far enough into the MPEG-4 NAL units... | Klaus Schmidinger |
2012-10-16 | Fixed handling timers in case an event is modified and "phased out" while the... | Klaus Schmidinger |
2012-10-15 | Fixed a possible memory leak in SI::StructureLoop::getNextAsPointer() | Klaus Schmidinger |
2012-10-15 | If a frame position in the 'marks' file of a recording doesn't point to an I-... | Klaus Schmidinger |
2012-10-13 | Fixed handling VPS timers in case the running status of an event goes to '1' ... | Klaus Schmidinger |
2012-10-09 | Added options to build a 32-bit version of VDR on a 64-bit machine to Make.co... | Klaus Schmidinger |
2012-10-09 | Added including the Make.global and Make.config files to the dvbdhffdevice's ... | Klaus Schmidinger |
2012-10-09 | Fixed 'make install' to not overwrite existing configuration files | Klaus Schmidinger |
2012-10-09 | Fixed setting the video format in the dvbhdffdevice | Klaus Schmidinger |
2012-10-07 | Fixed some compiler warnings under gcc version 4.7.1 | Klaus Schmidinger |
2012-10-06 | Added the UPDATE-2.0.0 file | Klaus Schmidinger |
2012-10-04 | Changed DTV_DVBT2_PLP_ID to DTV_STREAM_ID in dvbdevice.c to adapt to an incom... | Klaus Schmidinger |
2012-10-04 | The cThread constructor now has an additional boolean parameter that can be s... | Klaus Schmidinger |
2012-10-03 | cIoThrottle::Engaged() is now also checked in cRemoveDeletedRecordingsThread:... | Klaus Schmidinger |
2012-10-03 | Pressing the Blue in the main menu during normal live viewing mode now opens ... | Klaus Schmidinger |
2012-10-03 | Pressing the Play key during normal live viewing mode now opens the Recording... | Klaus Schmidinger |
2012-09-30 | Added 'IgnoreFiles' to RemoveEmptyDirectories()1.7.31 | Klaus Schmidinger |
2012-09-29 | Added missing decrementing of 'len' in libsi/si.c's String::decodeText() func... | Klaus Schmidinger |