summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-13Fixed detecting frames in case there are multiple frames per payload unitKlaus Schmidinger
2012-11-13Using PATPID macroKlaus Schmidinger
2012-11-12The return type of cMarks::Add() has been changed to voidKlaus Schmidinger
2012-11-12Fixed handling the very last entry in a recording indexKlaus Schmidinger
2012-11-06Updated the Romanian OSD textsKlaus Schmidinger
2012-11-06Fixed frame detection when regenerating the indexKlaus Schmidinger
2012-11-04Fixed regenerating the index in case the recording spans over several files ↵Klaus Schmidinger
(was a side effect of the new frame detection)
2012-11-03Credit to Udo RichterKlaus Schmidinger
2012-11-03Fixed shifting editing marks towards the next I-frame in case of PES recordingsKlaus Schmidinger
2012-11-02Improved frame detection by parsing just far enough into the MPEG-4 NAL ↵Klaus Schmidinger
units to get the necessary information about frames and slices; the initial syncing of the frame detector is now done immediately after the first complete GOP has been seen
2012-10-16Fixed handling timers in case an event is modified and "phased out" while ↵Klaus Schmidinger
the timer is recording
2012-10-15Fixed a possible memory leak in SI::StructureLoop::getNextAsPointer()Klaus Schmidinger
2012-10-15If a frame position in the 'marks' file of a recording doesn't point to an ↵Klaus Schmidinger
I-frame, it will now be shifted towards the next I-frame
2012-10-13Fixed handling VPS timers in case the running status of an event goes to '1' ↵Klaus Schmidinger
(not running) and later goes to '4' (running)
2012-10-09Added options to build a 32-bit version of VDR on a 64-bit machine to ↵Klaus Schmidinger
Make.config.template
2012-10-09Added including the Make.global and Make.config files to the dvbdhffdevice's ↵Klaus Schmidinger
libhdffcmd/Makefile
2012-10-09Fixed 'make install' to not overwrite existing configuration filesKlaus Schmidinger
2012-10-09Fixed setting the video format in the dvbhdffdeviceKlaus Schmidinger
2012-10-07Fixed some compiler warnings under gcc version 4.7.1Klaus Schmidinger
2012-10-06Added the UPDATE-2.0.0 fileKlaus Schmidinger
2012-10-04Changed DTV_DVBT2_PLP_ID to DTV_STREAM_ID in dvbdevice.c to adapt to an ↵Klaus Schmidinger
incompatible change in DVB API 5.8
2012-10-04The cThread constructor now has an additional boolean parameter that can be ↵Klaus Schmidinger
set to true to have this thread run at a lower priority
2012-10-03cIoThrottle::Engaged() is now also checked in ↵Klaus Schmidinger
cRemoveDeletedRecordingsThread::Action()
2012-10-03Pressing the Blue in the main menu during normal live viewing mode now opens ↵Klaus Schmidinger
the Recordings menu if there is no "last viewed" recording
2012-10-03Pressing the Play key during normal live viewing mode now opens the ↵Klaus Schmidinger
Recordings menu if there is no "last viewed" recording
2012-09-30Added 'IgnoreFiles' to RemoveEmptyDirectories()1.7.31Klaus Schmidinger
2012-09-29Added missing decrementing of 'len' in libsi/si.c's String::decodeText() ↵Klaus Schmidinger
functions
2012-09-29Reactivated stripping control characters from EPG texts and adapted it to UTF-8Klaus Schmidinger
2012-09-29Moved cleaning up the EPG data and writing the epg.data file into a separate ↵Klaus Schmidinger
thread (cont'd)
2012-09-29Fixed sorting folders before recordings in case of UTF-8Klaus Schmidinger
2012-09-24Moved cleaning up the EPG data and writing the epg.data file into a separate ↵Klaus Schmidinger
thread to avoid sluggish response to user input on slow systems
2012-09-22Increased the size of the TS buffer to 5MB and that of the Recorder buffer ↵Klaus Schmidinger
to 20MB to better handle HD recordings
2012-09-22The new class cIoThrottle is used to allow I/O intense threads to ↵Klaus Schmidinger
temporarily suspend their activities in case buffers run full
2012-09-19Fixed a leftover frame counter in the LCARS skin's replay display after ↵Klaus Schmidinger
jumping to an editing mark and resuming replay
2012-09-19cPatPmtParser::ParsePmt() now also recognizes stream type 0x81 as "AC3"Klaus Schmidinger
2012-09-18Improved detecting frames in MPEG 4 videoKlaus Schmidinger
2012-09-17Fixed some typosKlaus Schmidinger
2012-09-17The script given to VDR with the '-r' option is now also called whenever a ↵Klaus Schmidinger
recording is deleted
2012-09-17Decreased the ring buffer put/get trigger sizes from 1/3 to 1/10Klaus Schmidinger
2012-09-15Implemented instant recording of only the present eventKlaus Schmidinger
2012-09-14Fixed mapping the frame type bits when detecting independent frames in MPEG ↵Klaus Schmidinger
4 video
2012-09-13If regenerating an index file fails and no data is written to the file, VDR ↵Klaus Schmidinger
now reports this error and removes the empty index file
2012-09-12Fixed credits for implementing cDevice::HasInternalCam()Klaus Schmidinger
2012-09-09Implemented the setup options "OSD/Color key [0123]"1.7.30Klaus Schmidinger
2012-09-09Fixed handling default values for directoriesKlaus Schmidinger
2012-09-09Fixed sluggish response when manipulating editing marks while a cutting ↵Klaus Schmidinger
thread is running
2012-09-06Fixed getting the file size and number of frames of ongoing recordingsKlaus Schmidinger
2012-09-05Fixed a long delay at the end when replaying a recording that has stopped ↵Klaus Schmidinger
recording less than an hour ago
2012-09-02Credits to Dennis BendlinKlaus Schmidinger
2012-09-02Changed the semantics of the cReceiver::Activate() function (it is now ↵Klaus Schmidinger
called with 'false' *after* the receiver has been detached from the device