summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-19Removed some redundancy in the Makefile/Make.global/Make.config mechanismKlaus Schmidinger
2012-12-18Added "-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" to ↵Klaus Schmidinger
the DEFINES in the Makefile
2012-12-18Fixed setting the --package-name and --package-version options in the calls ↵Klaus Schmidinger
to xgettext in several plugin Makefiles
2012-12-18Added several missing "`ls $^`" in the calls to xgettext in plugin Makefiles ↵Klaus Schmidinger
and the "newplugin" script
2012-12-15Fixed cOsd::GetBitmap() to always return NULL if a non-exising area is requestedKlaus Schmidinger
2012-12-11Updated the Estonian OSD textsKlaus Schmidinger
2012-12-11Changed the type of the TimerMatch parameter in ↵Klaus Schmidinger
cSkinDisplayMenu::SetItemEvent() from 'int' to 'eTimerEvent'
2012-12-08Fixed a typoKlaus Schmidinger
2012-12-08The new functions SetItemEvent(), SetItemTimer(), SetItemChannel() and ↵1.7.33Klaus Schmidinger
SetItemRecording() of the cSkinDisplayMenu class can be reimplemented by skin plugins to display these items in a more elaborate way than just a simple line of text
2012-12-07Only handling decimal point in atod() and dtoa() if it differs from '.'Klaus Schmidinger
2012-12-06Added notes from HISTORYKlaus Schmidinger
2012-12-06Modified behavior of Play/Pause key in fast and slow modesKlaus Schmidinger
2012-12-06Changed reading and writing of floating point numbers into configuration ↵Klaus Schmidinger
files to make it independent of the decimal point used in the current locale
2012-12-05The new option "Setup/Replay/Progress display time" can be used to activate ↵Klaus Schmidinger
automatically displaying the progress display whenever replay of a recording is started
2012-12-05Fixed creating the edited version directory if a relative file name is given ↵Klaus Schmidinger
in the call to 'vdr --edit'
2012-12-05When regenerating the index of a recording, the frame rate stored in the ↵Klaus Schmidinger
info file is now automatically fixed if it differs from the value detected by the frame detector
2012-12-05The new option Setup/Replay/PauseOnMarkSet can be used to activate ↵Klaus Schmidinger
automatically going into Pause mode if an editing mark is set during replay
2012-12-05The new option "Setup/Replay/Pause on mark set" can be used to activate ↵Klaus Schmidinger
automatically going into Pause mode if an editing mark is set during replay
2012-12-04Implemented Play/Pause keyKlaus Schmidinger
2012-12-04The SVDRP command HITK now discards any keys if the remote control is ↵Klaus Schmidinger
currently turned off
2012-12-04The new functions cDevice::CanScaleVideo() and cDevice::ScaleVideo() can be ↵Klaus Schmidinger
used by derived output devices to implement scaling the video to a given size and location
2012-12-04Now always setting the TDT EIT filter, because otherwise when turning on ↵Klaus Schmidinger
using the transponder time in the Setup menu, it would only be used after the next restart of VDR
2012-12-04The '7' and '9' keys now jump to the very beginning or end, respectively, of ↵Klaus Schmidinger
the recording, even if there is no mark set at that point
2012-12-04Synchronizing system time to the transponder time is now done using ↵Klaus Schmidinger
adjtime() in order to avoid discontinuities
2012-12-03Fixed handling lowercase polarization characters in channel definitions if ↵Klaus Schmidinger
no DiSEqC is used
2012-12-03Fixed some spellings in osd.h and svdrp.cKlaus Schmidinger
2012-12-03Fixed some #include statements in plugins to use <vdr/...> instead of "vdr/..."Klaus Schmidinger
2012-12-03Fixed faulty opening of the Recordings menu when pressing the Play key ↵Klaus Schmidinger
during normal live viewing mode in case there there is a "last viewed" recording
2012-12-03Fixed calling iconv_close() only with a valid iconv_t valueKlaus Schmidinger
2012-12-02Simplified calculating the PTS offset in cPtsFixer::Fix() and fixed the ↵Klaus Schmidinger
overflow handling of PCR values
2012-12-02Fixed a typo in skins.hKlaus Schmidinger
2012-11-29Fixed adjusting the DTS values in the cutter, to compensate for dropped B-framesKlaus Schmidinger
2012-11-27The cutter now only increments the TS continuity counter for packets that ↵Klaus Schmidinger
have a payload
2012-11-26Fixed getting the number of editing sequences in case the last sequence has ↵Klaus Schmidinger
no actual end mark
2012-11-25Changed all occurrences of MPEG4 to H264 (pointed out by Sören Moch)Klaus Schmidinger
2012-11-25Fixed getting only non-video packets in cCuttingThread::GetPendingPackets()Klaus Schmidinger
2012-11-21Updated the Macedonian OSD textsKlaus Schmidinger
2012-11-19Fixed learning remote control keys with the LCARS skinKlaus Schmidinger
2012-11-19In order to be able to play TS recordings from other sources, in which there ↵Klaus Schmidinger
is more than one PMT PID in the PAT, 'int cPatPmtParser::PatPmt(void)' has been changed to 'bool cPatPmtParser::IsPatPmt(int Pid)'
2012-11-18Added notes from HISTORYKlaus Schmidinger
2012-11-18Modified editing marks are now written to disk whenever the replay progress ↵1.7.32Klaus Schmidinger
display gets hidden
2012-11-18Editing marks can now be moved freelyKlaus Schmidinger
2012-11-18Improved editing TS recordingsKlaus Schmidinger
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)