Age | Commit message (Expand) | Author |
2005-08-14 | Changed the title of the recording info menu | Klaus Schmidinger |
2005-08-13 | Now storing the channel id in the info.vdr file even if there is no EPG info ... | Klaus Schmidinger |
2005-08-13 | Increased the default value for 'Min. user inactivity' to 300 minutes | Klaus Schmidinger |
2005-08-13 | Fixed handling EPG data for time shifted events | Klaus Schmidinger |
2005-08-13 | Centralized 'thread active' handling | Klaus Schmidinger |
2005-08-07 | Fixed a memory leak in the SVDRP command LSTE; fixed a typo in LSTE's help1.3.28 | Klaus Schmidinger |
2005-08-07 | Fixed setting system time to avoid time jumps in case of faulty data | Klaus Schmidinger |
2005-08-07 | Fixed cDvbSpuBitmap::putPixel() | Klaus Schmidinger |
2005-08-07 | Modified cEITScanner::Process() to use the primary device if replaying, and d... | Klaus Schmidinger |
2005-08-07 | Added cRemux::SetTimeouts() for better use of cRemux in a single thread | Klaus Schmidinger |
2005-08-07 | Added missing storing of the MenuScrollPage parameter | Klaus Schmidinger |
2005-08-06 | Fixed an out-of-bounds memory access with audio language ids | Klaus Schmidinger |
2005-08-06 | Fixed the cChannel copy constructor | Klaus Schmidinger |
2005-08-06 | Files and directories are now created with rights according to the shell's um... | Klaus Schmidinger |
2005-07-31 | Now checking whether timers or channels are currently being edited via the me... | Klaus Schmidinger |
2005-07-31 | Added the command line options '--lirc', '--rcu' and '--no-kbd' | Klaus Schmidinger |
2005-07-30 | Avoiding duplicate components in EPG events when reading epg.data or in the P... | Klaus Schmidinger |
2005-07-30 | cDvbPlayer::Goto() now appends a Sequence End Code to get the image shown imm... | Klaus Schmidinger |
2005-07-30 | Added a sleep in cDvbPlayer::Action() in case there is no data to send to the... | Klaus Schmidinger |
2005-06-19 | Implemented palette replace mode in the OSD bitmaps1.3.27 | Klaus Schmidinger |
2005-06-18 | Implemented wrapping around in menu lists | Klaus Schmidinger |
2005-06-17 | Modified page scrolling behaviour | Klaus Schmidinger |
2005-06-17 | Fixed handling 'page down', which was broken in version 1.3.26 | Klaus Schmidinger |
2005-06-12 | Fixed handling page up/down in menu lists in case there are several non selec... | Klaus Schmidinger |
2005-06-11 | Fixed dropping EPG events that have a zero start time or duration, in case it... | Klaus Schmidinger |
2005-06-11 | Removed an unnecessary #include from osd.c | Klaus Schmidinger |
2005-06-11 | Fixed handling timers with a day given as MTWTF--@6 | Klaus Schmidinger |
2005-06-05 | Fixed the call to Channels.Unlock() in cEITScanner::Process() | Klaus Schmidinger |
2005-06-05 | Added the year (two digits) to recording dates in LSTR, and thus also in menus | Klaus Schmidinger |
2005-06-05 | A device can now detach all receivers for a given PID | Klaus Schmidinger |
2005-06-05 | EPG events without a title now display "No title" instead of "(null)" | Klaus Schmidinger |
2005-06-04 | Implemented cVideoRepacker in remux.c to make sure every PES packet contains ... | Klaus Schmidinger |
2005-06-04 | Improved resetting CAM connections | Klaus Schmidinger |
2005-06-04 | Fixed handling 'summary.vdr' files with more than two empty lines | Klaus Schmidinger |
2005-05-29 | Added cThread::SetPriority() and using it in cSectionHandler::Action() to red...1.3.25 | Klaus Schmidinger |
2005-05-29 | Fixed listing recordings with empty episode names in the LSTR command | Klaus Schmidinger |
2005-05-28 | Avoiding unnecessary calls to getLength() in libsi/si.c, and avoiding the '& ... | Klaus Schmidinger |
2005-05-28 | Now using hash tables to speed up cSchedule::GetEvent() | Klaus Schmidinger |
2005-05-26 | Introduced cListBase::count for better performance | Klaus Schmidinger |
2005-05-26 | Made tChannelID::operator==() inline for better performance | Klaus Schmidinger |
2005-05-26 | Moved the NPTL and UTF-8 checks after the version and help output | Klaus Schmidinger |
2005-05-26 | No longer stopping Transfer Mode or replay immediately when the Power button ... | Klaus Schmidinger |
2005-05-26 | Now dropping EPG events that have a zero start time or duration | Klaus Schmidinger |
2005-05-26 | Pressing the "Play" key in live viewing mode now resumes a previous replay se... | Klaus Schmidinger |
2005-05-26 | The SVDRP command DELR no longer deletes recordings that are currently being ... | Klaus Schmidinger |
2005-05-22 | Fixed a possible hangup when ending a replay session while cIndexFile::CatchU... | Klaus Schmidinger |
2005-05-22 | No longer saving the setup in case of a fatal error | Klaus Schmidinger |
2005-05-22 | Added cPlayer::DeviceSetVideoDisplayFormat() | Klaus Schmidinger |
2005-05-22 | Removed converting byte order on big endian systems from cDvbOsd::Flush() | Klaus Schmidinger |
2005-05-14 | Made cOsd::isOpen an integer counter to avoid problems with messages when a c... | Klaus Schmidinger |