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