Age | Commit message (Expand) | Author |
2005-12-30 | The SVDRP command GRAB now optionally writes the image data to the SVDRP conn... | Klaus Schmidinger |
2005-12-29 | Implemented cBase64Encoder | Klaus Schmidinger |
2005-12-29 | cDevice::GrabImage() now returns a pointer to the image in memory; cDevice::G... | Klaus Schmidinger |
2005-12-29 | The SVDRP command GRAB now determines the image type from the extension of th... | Klaus Schmidinger |
2005-12-29 | Converting a grabbed image to JPEG is now done with the new function RgbToJpeg() | Klaus Schmidinger |
2005-12-28 | Dropped the unused "Stop recording on primary interface" stuff | Klaus Schmidinger |
2005-12-28 | Revoked the check for low symbol rates on FF cards (some actually can do this) | Klaus Schmidinger |
2005-12-28 | Removing deleted recordings is now done in a separate thread | Klaus Schmidinger |
2005-12-28 | Fixed finding the actual timer for Record/Timer button | Klaus Schmidinger |
2005-12-27 | Modified red button handling in the "Schedule" menu | Klaus Schmidinger |
2005-12-27 | cTimer no longer has its own 'schedule' member | Klaus Schmidinger |
2005-12-27 | The "Schedules" and "What's on now/next?" menus are now updated if a timer is... | Klaus Schmidinger |
2005-12-27 | Improved cSchedule::DropOutdated() | Klaus Schmidinger |
2005-12-26 | Forcing main menu update if a submenu was closed | Klaus Schmidinger |
2005-12-26 | Schedules are now cleaned up once every hour (not only at 05:00) | Klaus Schmidinger |
2005-12-26 | Modified cSchedule::Cleanup() (events are always sorted by time) | Klaus Schmidinger |
2005-12-26 | Removed an invalid access to Event->schedule in cSchedule::DelEvent() | Klaus Schmidinger |
2005-12-26 | EPG events that are no longer in the currently broadcasted data stream are no... | Klaus Schmidinger |
2005-12-25 | The version number of EPG events is now also stored in the epg.data file | Klaus Schmidinger |
2005-12-24 | The main menu now dynamically updates its contents | Klaus Schmidinger |
2005-12-18 | Fixed a crash in removing recordings | Klaus Schmidinger |
2005-12-18 | Added a mutex to AssertFreeDiskSpace() to make sure calls from foreground and... | Klaus Schmidinger |
2005-12-18 | Fixed handling OSD areas that have invalid sizes | Klaus Schmidinger |
2005-12-18 | Fixed a possible crash when displaying the "Low disk space!" message from a b... | Klaus Schmidinger |
2005-12-18 | Now avoiding unnecessary disk access when checking if there are deleted recor... | Klaus Schmidinger |
2005-12-18 | When displaying the amount of free disk space, the space consumed by "deleted... | Klaus Schmidinger |
2005-12-16 | Fixed the RCU remote control handling to avoid problems with NPTL | Klaus Schmidinger |
2005-12-11 | Now using the gettid() syscall to get a thread's pid, so that we get a useful... | Klaus Schmidinger |
2005-12-04 | Fixed using MIN_LOG_INTERVAL | Klaus Schmidinger |
2005-12-03 | Limited the frequency of log messages from the cRepackers | Klaus Schmidinger |
2005-12-03 | Now checking the channel's symbol rate in order to avoid problems on full fea... | Klaus Schmidinger |
2005-12-03 | Improved TS/PES conversion to better handle lost TS packets | Klaus Schmidinger |
2005-12-03 | Added some comments | Klaus Schmidinger |
2005-12-03 | Fixed handling second audio and Dolby Digital PIDs for encrypted channels (wa... | Klaus Schmidinger |
2005-11-27 | Implemented message queueing1.3.37 | Klaus Schmidinger |
2005-11-27 | channels.conf | Klaus Schmidinger |
2005-11-26 | Added a copy constructor to cString and fixed its assignment operator | Klaus Schmidinger |
2005-11-26 | Fixed SetProgress() in the 'skincurses' plugin in case Total is 0 | Klaus Schmidinger |
2005-11-26 | Implemented handling of the "CA PMT Reply" for CAMs; some preparations for be... | Klaus Schmidinger |
2005-11-13 | Removed a faulty lock advice | Klaus Schmidinger |
2005-11-11 | Modified switching to Dolby Digital audio in live mode | Klaus Schmidinger |
2005-11-11 | No longer removing superfluous hyphens in EPG data | Klaus Schmidinger |
2005-11-11 | Fixed initializing the day index when editing the weekday parameter of a repe... | Klaus Schmidinger |
2005-11-11 | Added compiler options "-fPIC -g" to all plugins | Klaus Schmidinger |
2005-11-06 | Fixed a typo | Klaus Schmidinger |
2005-11-06 | Removed EPG bugfix #0, because it removed actually important data1.3.36 | Klaus Schmidinger |
2005-11-06 | channels.conf | Klaus Schmidinger |
2005-11-06 | Fixed setting the help key display in the Recordings menu in case of several ... | Klaus Schmidinger |
2005-11-05 | The EPG scan no longer disturbs players that have also set live PIDs | Klaus Schmidinger |
2005-11-05 | Fixed a race condition in the SPU decoder | Klaus Schmidinger |