summaryrefslogtreecommitdiff
path: root/HISTORY
AgeCommit message (Collapse)Author
2005-05-05Now also considering the "EPG linger time" when saving the EPG data to file ↵Klaus Schmidinger
or listing it via LSTE
2005-05-05Fixed handling transparent areas in cDvbSpuBitmapKlaus Schmidinger
2005-05-05Updated the Finnish OSD textsKlaus Schmidinger
2005-05-05Added missing text internationalization for "Starting EPG scan"Klaus Schmidinger
2005-05-05Fixed a memory leak in cDvbPlayerKlaus Schmidinger
2005-05-05Fixed a memory leak in tComponentKlaus Schmidinger
2005-05-05Updated the Danish OSD textsKlaus Schmidinger
2005-05-05Now including the optional user defined Make.config from the 'libsi' MakefileKlaus Schmidinger
2005-03-20All log entries regarding timers now contain a short description of the timer1.3.23Klaus Schmidinger
2005-03-20Added a missing cMutexLock to cRemote::HasKeys()Klaus Schmidinger
2005-03-20Improved falling back to normal recording if the VPS data hasn't been seen ↵Klaus Schmidinger
for more than 30 seconds
2005-03-20Fixed setting the colored button help after deleting a recording in case the ↵Klaus Schmidinger
next menu entry is a directory
2005-03-20Single shot timers are now reliably deleted when they have expiredKlaus Schmidinger
2005-03-20Some fixes to avoid compiler warnings in gcc 4.0Klaus Schmidinger
2005-03-19The day of a timer is now stored as a full date in ISO notationKlaus Schmidinger
2005-03-13The running status of a VPS event is now only taken seriously if that event ↵Klaus Schmidinger
has been seen within the last 30 seconds
2005-03-13Fixed cDvbDevice::SetVideoDisplayFormat() in case of 16:9Klaus Schmidinger
2005-03-13Fixed cDolbyRepacker to allow recording ProSieben HD broadcastsKlaus Schmidinger
2005-03-13Improved matching timers to EPG eventsKlaus Schmidinger
2005-03-12Updated the Swedish OSD texts; fixed a few French OSD texts that were in the ↵Klaus Schmidinger
wrong place
2005-03-05Updated the Finnish OSD textsKlaus Schmidinger
2005-03-05Dropped CA support for the old '-icam' firmwareKlaus Schmidinger
2005-03-05Updated the Russian OSD textsKlaus Schmidinger
2005-03-05The setup option "DVB/Video display format" is now only available if "Video ↵Klaus Schmidinger
format" is set to "4:3"
2005-02-27Improved displaying the the current audio track in the ST:TNG channel display1.3.22Klaus Schmidinger
2005-02-27Fixed handling repeated kAudio keysKlaus Schmidinger
2005-02-27Keeping the track language codes and descriptions in Transfer ModeKlaus Schmidinger
2005-02-27Revisited 'Fixed calling cStatus::MsgChannelSwitch() in ↵Klaus Schmidinger
cDevice::SetChannel()' to allow keeping language codes in Trandfer Mode
2005-02-27Improved automatic audio track selectionKlaus Schmidinger
2005-02-26Fixed ensuring there is a current audio track in case there is only one trackKlaus Schmidinger
2005-02-26Added 'smi' to the Finnish language codesKlaus Schmidinger
2005-02-26Completed Dutch language textsKlaus Schmidinger
2005-02-20Changed MAXDPIDS to 16 (8xAC3 + 8xDTS)Klaus Schmidinger
2005-02-20Implemented setup option "DVB/Video display format"Klaus Schmidinger
2005-02-20Added support for setting the video display modeKlaus Schmidinger
2005-02-20Fixed the call to SetVideoFormat() in cDvbDevice::cDvbDevice() (parameter is ↵Klaus Schmidinger
_bool_)
2005-02-19Increased POLLTIMEOUTS_BEFORE_DEVICECLEAR in transfer.c to 6 to avoid ↵Klaus Schmidinger
problems with the larger buffer reserve
2005-02-19Replaced the call to system("sync") in SpinUpDisk() with fdatasync(f) to ↵Klaus Schmidinger
avoid problems on NPTL systems
2005-02-19Fixed calling cStatus::MsgChannelSwitch() in cDevice::SetChannel()Klaus Schmidinger
2005-02-19Avoiding unnecessary calls to SetPid() in cDvbDevice::SetAudioTrackDevice()Klaus Schmidinger
2005-02-19Removed some unneeded code and fixed access to unallocated memory in ↵Klaus Schmidinger
cEvent::FixEpgBugs()
2005-02-13Added missing reset of the 'repacker' to cTS2PES::Clear()1.3.21Klaus Schmidinger
2005-02-13Implemented cDvbDevice::SetTransferModeForDolbyDigital()Klaus Schmidinger
2005-02-13Added a missing 'resultSkipped = 0' to cRemux::Clear()Klaus Schmidinger
2005-02-13The 'plugins-clean' target of the Makefile now only deletes the actual ↵Klaus Schmidinger
plugin library files from this version of VDR
2005-02-13cAudio::Play() now also gets the 0xC0...0xDF audioKlaus Schmidinger
2005-02-12Making sure the first audio packet is not dropped when switching to "pre ↵Klaus Schmidinger
1.3.19 Dolby Digital compatibility mode"
2005-02-12Now using twice the buffer reserve in cTransfer if the primary DVB card is ↵Klaus Schmidinger
an unmodified version with only 2MB of SDRAM
2005-02-12Fixed a typo in detecting UTF-8Klaus Schmidinger
2005-02-12Added DeviceClrAvailableTracks() and DeviceSetCurrentAudioTrack() to cPlayerKlaus Schmidinger