Age | Commit message (Expand) | Author |
2015-02-07 | Fixed a deadlock in accessing marks | Klaus Schmidinger |
2015-02-06 | cDvbPlayer and cReplayControl now use the same list of editing marks | Klaus Schmidinger |
2015-01-31 | Made cRecording::GetResume() public | Klaus Schmidinger |
2015-01-17 | Added the new command line option --updindex | Klaus Schmidinger |
2014-01-01 | The script given to VDR with the '-r' option is now also called after the rec... | Klaus Schmidinger |
2013-12-27 | Avoiding double entries when externally renaming a recording (cont'd) | Klaus Schmidinger |
2013-12-24 | Fixed a possible crash if the recordings list is updated externally while the... | Klaus Schmidinger |
2013-10-10 | Added renaming and moving recordings and folders, and editing a recording's p... | Klaus Schmidinger |
2013-03-04 | Implemented the setup option "OSD/Always sort folders first" | Klaus Schmidinger |
2013-03-03 | When sorting recordings by name, folders are now always at the top of the list | Klaus Schmidinger |
2013-02-14 | Moved the definition of TIMERMACRO_TITLE and TIMERMACRO_EPISODE from recordin... | Klaus Schmidinger |
2013-02-11 | Fixed moving editing marks, so that they don't get overwritten with old value... | Klaus Schmidinger |
2013-02-08 | New command line option --dirnames | Klaus Schmidinger |
2012-12-24 | Fixed replaying ongoing recordings from other VDR instances1.7.34 | Klaus Schmidinger |
2012-11-18 | Improved editing TS recordings | Klaus Schmidinger |
2012-11-12 | The return type of cMarks::Add() has been changed to void | 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-09-17 | The script given to VDR with the '-r' option is now also called whenever a re... | Klaus Schmidinger |
2012-09-06 | Fixed getting the file size and number of frames of ongoing recordings | Klaus Schmidinger |
2012-09-05 | Fixed a long delay at the end when replaying a recording that has stopped rec... | Klaus Schmidinger |
2012-06-09 | Implemented sort mode for recordings | Klaus Schmidinger |
2012-06-03 | Speeded up opening menus on systems with many (several thousands) of recordin...1.7.28 | Klaus Schmidinger |
2012-06-02 | Extended the interface to the script that gets called for recordings, so that... | Klaus Schmidinger |
2012-06-02 | Finally removed the code marked with __RECORDING_H_DEPRECATED_DIRECT_MEMBER_A... | Klaus Schmidinger |
2012-03-13 | When estimating the remaining disk space (in hours), the average data rate of... | Klaus Schmidinger |
2012-03-12 | Improved fast forwarding to the end of a timeshift recording | Klaus Schmidinger |
2012-03-11 | Deactivated definition of __RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS (reco... | Klaus Schmidinger |
2012-02-19 | Fixed switching into time shift mode when pausing live video1.7.24 | Klaus Schmidinger |
2011-12-04 | Fixed several spelling errors | Klaus Schmidinger |
2011-08-21 | Implemented cRecording::NumFrames() and cRecording::LengthInSeconds() | Klaus Schmidinger |
2011-08-21 | Direct access to several class members is now deprecated | Klaus Schmidinger |
2011-08-20 | The start time of an edited recording is now set to the time of the first edi... | Klaus Schmidinger |
2011-08-13 | Marked some comments for doxygen | Klaus Schmidinger |
2011-08-13 | The length (as number of frames) of a recording's index file can now be deter... | Klaus Schmidinger |
2011-08-13 | Implemented static cIndexFile::IndexFileName() | Klaus Schmidinger |
2011-04-17 | Added a patch from Udo Richter | Klaus Schmidinger |
2011-04-03 | Made cRecordingInfo::Read(FILE *f) private | Klaus Schmidinger |
2011-03-20 | Made updating the editing marks during replay react faster in case the marks ... | Klaus Schmidinger |
2011-02-27 | While replaying, the editing marks are now updated every 10 seconds | Klaus Schmidinger |
2010-12-27 | Now updating the 'frames per second' data in the list of recordings when a ne... | Klaus Schmidinger |
2010-03-07 | The full timer file name is now displayed if it ends with "TITLE" or "EPISODE" | Klaus Schmidinger |
2010-01-17 | The "Edit timer" menu can now set the folder for the recording from a list of... | Klaus Schmidinger |
2010-01-02 | Implemented --edit and --genindex options | Klaus Schmidinger |
2009-12-06 | Several code modifications to avoid compiler warnings | Klaus Schmidinger |
2009-11-22 | Fixed generating the index for recordings from channels that put a whole GOP ... | Klaus Schmidinger |
2009-08-16 | Increased the value of MAXFRAMESIZE to better suit HD recordings | Klaus Schmidinger |
2009-05-24 | Fixed generating PAT/PMT version numbers in case the PIDs change during recor... | Klaus Schmidinger |
2009-04-19 | Added missing 'const' to cRecording::FramesPerSecond() | Klaus Schmidinger |
2009-04-13 | Made MAXFRAMESIZE a multiple of TS_SIZE to avoid breaking up TS packets | Klaus Schmidinger |
2009-02-28 | Added cRecordingInfo::GetEvent() | Klaus Schmidinger |