Age | Commit message (Expand) | Author |
2006-01-08 | Added a SleepMs() in cRecorder::Action() to avoid a busy loop | Klaus Schmidinger |
2006-01-08 | Added a mutex to synchronize cDevice::PlayPesPacket() and SetCurrentAudioTrack() | Klaus Schmidinger |
2006-01-07 | Fixed the "Day" field of the "Edit timer" menu when pressing '0' to switch fr... | Klaus Schmidinger |
2006-01-06 | Implemented letter input via numeric keys (Easy | Klaus Schmidinger |
2006-01-06 | Any cReceivers still attached to a cDevice when that device switches to a dif... | Klaus Schmidinger |
2006-01-05 | Disabled the use of fadvise in cUnbufferedFile because there have been severa... | Klaus Schmidinger |
2006-01-05 | Added missing #include "thread.h" to dvbspu.c | Klaus Schmidinger |
2006-01-04 | Removed an obsolete "Summary" text from i18n.c and preceded all key definitio... | Klaus Schmidinger |
2006-01-04 | A message is now given when an instant recording is started | Klaus Schmidinger |
2006-01-04 | Implemented "Setup/OSD/Timeout requested channel info" | Klaus Schmidinger |
2006-01-04 | The "Menu" key now behaves consistently | Klaus Schmidinger |
2006-01-04 | Now using FE_READ_STATUS to read the current frontend status | Klaus Schmidinger |
2006-01-03 | Added cMenuEditStrItem::InEditMode() | Klaus Schmidinger |
2006-01-03 | Added cTimer::SetPriority() to set a timer's priority | Klaus Schmidinger |
2006-01-03 | Fixed handling TS packets in cTS2PES | Klaus Schmidinger |
2006-01-01 | The cTimer constructor can now take an optional cChannel | Klaus Schmidinger |
2006-01-01 | The Makefile now reports a summary of failed plugins | Klaus Schmidinger |
2006-01-01 | Fixed incrementing the 'state' variables in the repacker classes in remux.c t... | Klaus Schmidinger |
2006-01-01 | Fixed initializing pthread_mutexattr_t and pthread_rwlockattr_t to avoid warn... | Klaus Schmidinger |
2006-01-01 | Made the static cControl functions thread safe | Klaus Schmidinger |
2006-01-01 | Removed unused variables in skinclassic.c and skinsttng.c | Klaus Schmidinger |
2006-01-01 | Fixed handling multi byte key sequences in cKbdRemote | Klaus Schmidinger |
2006-01-01 | The DVB devices now retune (and, if applicable, resend the DiSEqC data) if th... | Klaus Schmidinger |
2005-12-31 | Changed the API of the functions cStatus::Recording() and cStatus::Replaying(... | Klaus Schmidinger |
2005-12-31 | When started as user 'root' VDR now switches to a lesser privileged user id, ... | Klaus Schmidinger |
2005-12-30 | New option '-g'; fixed security hole CAN-2005-0071 when grabbing to file | Klaus Schmidinger |
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-25 | The version number of EPG events is now also stored in the epg.data file | 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-03 | Improved TS/PES conversion to better handle lost TS packets | 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-11 | Modified switching to Dolby Digital audio in live mode | 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-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 |
2005-11-04 | cReadLine now dynamically allocates its buffer; changed cConfig::Load() to us... | Klaus Schmidinger |
2005-11-04 | Updated the Dutch OSD texts | Klaus Schmidinger |
2005-11-04 | Fixed a memory leak in cString::operator=() | Klaus Schmidinger |
2005-11-04 | Fixed missing '&' in the SetAreas() example in PLUGINS.html | Klaus Schmidinger |
2005-11-04 | Removed '\n' from several syslog() calls | Klaus Schmidinger |
2005-11-04 | A menu is no longer automatically closed when a replay ends | Klaus Schmidinger |