summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-25Enhanced logging EPG event dataKlaus Schmidinger
2006-03-25Speeded up cRemux::ScanVideoPacket()Klaus Schmidinger
2006-03-25Made cMenuRecordings::GetRecording() 'protected'Klaus Schmidinger
2006-03-25Updated the Russian OSD textsKlaus Schmidinger
2006-03-25Fixed calling a plugin's main menu function while a message is being displayedKlaus Schmidinger
2006-03-25Fixed getting the present EPG event in case none is currently 'running'Klaus Schmidinger
2006-03-25Timer log messages now show "VPS" if this is a VPS timerKlaus Schmidinger
2006-03-25Fixed handling repeating VPS timers (they stopped recording too early)Klaus Schmidinger
2006-03-19Fixed deleting recordings that have been removed externally when running out ↵Klaus Schmidinger
of disk space
2006-03-19Only calling RemoveEmptyVideoDirectories() once in case a recording has been ↵Klaus Schmidinger
deleted
2006-03-19Fixed the shutdown timeoutKlaus Schmidinger
2006-03-19Updated 'sources.conf'Klaus Schmidinger
2006-03-19Fixed cDvbDevice::SetAudioBypass() in case setTransferModeForDolbyDigital is ↵Klaus Schmidinger
false
2006-03-19Fixed cReadLine::Read() for lines that end with the infamous "\r\n"Klaus Schmidinger
2006-02-28Removed the log message "deleting plugin: ..." when shutting down VDRKlaus Schmidinger
2006-02-28The status changes of EPG events are now logged for all channels that have ↵Klaus Schmidinger
timers
2006-02-28cMenuEditIntItem now checks the given value and forces it to be between the ↵Klaus Schmidinger
given min and max limits
2006-02-28Reduced the number of events to actually check when setting events to timersKlaus Schmidinger
2006-02-28Fixed updating the "Info" button in the "Timers" menuKlaus Schmidinger
2006-02-26Fixed cSchedule::GetFollowingEvent() in case there is currently no present ↵1.3.44Klaus Schmidinger
event running
2006-02-26channels.confKlaus Schmidinger
2006-02-26Added some missing commentKlaus Schmidinger
2006-02-26The DrawBitmap() function now has a new parameter 'Overlay' that allows a ↵Klaus Schmidinger
bitmap to be drawn with a transparent background
2006-02-26The 'event id' in EPG data has been extended to 32 bitKlaus Schmidinger
2006-02-26Lines tagged with '#' in the 'info.vdr' file of a recording are now silently ↵Klaus Schmidinger
ignored when reading that file
2006-02-26There is now a log message "timer ... set to event ..." when defining a ↵Klaus Schmidinger
timer from the EPG menu
2006-02-26Fixed setting events to timers in case a non-VPS event has expiredKlaus Schmidinger
2006-02-25Parsing 'E' record when reading 'info.vdr'Klaus Schmidinger
2006-02-25Improved setting events to timersKlaus Schmidinger
2006-02-25Removed leftover cMenuTimers::Move()Klaus Schmidinger
2006-02-25In the "Timers" menu the blue key is now "Info" and the red key is "On/Off"Klaus Schmidinger
2006-02-25The option "Setup/OSD/Sort timers" has been removedKlaus Schmidinger
2006-02-25The 'info.vdr' file of a recording now also contains the 'E' and 'V' records ↵Klaus Schmidinger
of the EPG event
2006-02-25Implemented cRecordingInfo::ChannelID()Klaus Schmidinger
2006-02-25The upper 16 bit of a timer's "flags" are no longer treated specially when a ↵Klaus Schmidinger
timer is modified in the "Edit timer" menu
2006-02-25The 'summary' field of a timer definition has been renamed to 'aux'Klaus Schmidinger
2006-02-25The "Ok" key in the "Jump" mode of the replay progress display now confirms ↵Klaus Schmidinger
the jump instead of closing the display
2006-02-25Fixed the 'libsi' function CharArray::checkSize(), which made a previous ↵Klaus Schmidinger
workaround in libsi/descriptor.c obsolete
2006-02-24Replaced some 'displayChannel->SetEvents(NULL, NULL)/DisplayChannel()' ↵Klaus Schmidinger
sequences with 'Refresh()'
2006-02-24Fixed removing the '-' when entering a channel number where there is no ↵Klaus Schmidinger
other one that fits the input
2006-02-24Fixed setting the audio language codes in 'Transfer-Mode'Klaus Schmidinger
2006-02-19Added a comment to tChannelID::nid, explaining that is is actually the ↵1.3.43Klaus Schmidinger
"original" network id
2006-02-19channels.confKlaus Schmidinger
2006-02-19Fixed replaying recordings of radio channels with many audio tracksKlaus Schmidinger
2006-02-19Fixed handling DPID when deciding whether to switch to 'Transfer Mode'Klaus Schmidinger
2006-02-19If a recording starts and the channel's audio PID data has more language ↵Klaus Schmidinger
code information than the EPG's component data, the code from the channel is taken
2006-02-19Fixed handling multiple language codesKlaus Schmidinger
2006-02-19When setting the audio track descriptions, the language codes are now also ↵Klaus Schmidinger
set in case this is a replay session
2006-02-19Externally provided EPG data (with table ID 0x00) now gets its component ↵Klaus Schmidinger
descriptors set from the broadcast data
2006-02-18Generating 'X' audio component records for recording if there is no EPG dataKlaus Schmidinger