summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-02-18The language code in the 'X' component records of EPG data can now consist ↵Klaus Schmidinger
of two codes, separated by '+'
2006-02-18Now resetting the channel number if the number entered through the numeric ↵Klaus Schmidinger
keys exceeds the maximum channel number
2006-02-18Made CharArray::DataOwnData::assign() in 'libsi' more robust against invalid ↵Klaus Schmidinger
data and changed CharArray::DataOwnData::Delete() so that it sets 'size' and 'data' to 0
2006-02-18Checking data size in CaDescriptor::Parse() and LinkageDescriptor::Parse() ↵Klaus Schmidinger
of 'libsi' to avoid crashes with invalid data
2006-02-18Changed offset and size handling in 'libsi' from 'unsigned' to 'signed', so ↵Klaus Schmidinger
that overflows can be better detected
2006-02-17Fixed some typos in the CONTRIBUTORS fileKlaus Schmidinger
2006-02-17The ST:TNG skin now uses the fixed font if requested when displaying textsKlaus Schmidinger
2006-02-17cMenuText now uses the given fontKlaus Schmidinger
2006-02-12Now logging the description (if present) in case a thread is canceledKlaus Schmidinger
2006-02-12Improved OSD area handling in cDvbSpuDecoderKlaus Schmidinger
2006-02-12Now stopping scanning the video directory if there are too many levels of ↵Klaus Schmidinger
symbolic links
2006-02-12The "Back" key now restores the original string when pressed while editing a ↵Klaus Schmidinger
string item
2006-02-12Removed an unnecessary toFile->SetReadAhead() from cutter.cKlaus Schmidinger
2006-02-05Added cSkin::GetTextAreaWidth() and cSkin::GetTextAreaFont()1.3.42Klaus Schmidinger
2006-02-05channels.confKlaus Schmidinger
2006-02-05Fixed scrolling with Up/Down in case there are non-selectable items at the ↵Klaus Schmidinger
beginning or end of the menu
2006-02-05Made all font and image data 'const'Klaus Schmidinger
2006-02-05Renamed the Makefile target 'plugins-clean' to 'clean-plugins'Klaus Schmidinger
2006-02-05Fixed handling the "Blue" key in the "Schedule" menu for the current channelKlaus Schmidinger
2006-02-05Enabled generating a core dump if VDR is run with a different user idKlaus Schmidinger
2006-02-05Fixed multiple entries of the same subdirectory in the "Recordings" menuKlaus Schmidinger
2006-02-05Further improvements to cUnbufferedFileKlaus Schmidinger
2006-02-04The 'runvdr' script no longer uses the $VDRUSR environment variableKlaus Schmidinger
2006-02-04Implemented cDevice::Transferring()Klaus Schmidinger
2006-02-04Made FadviseDrop() privateKlaus Schmidinger
2006-02-04Fixed a missing ',' in the Swedish OSD textsKlaus Schmidinger
2006-02-04Improved cUnbufferedFileKlaus Schmidinger
2006-02-04Fixed handling the "Setup/OSD/Menu button closes" option when set to 'yes' ↵Klaus Schmidinger
in case a replay is active
2006-02-04Fixed auto advance in string entry fields when pressing Up/Down in insert modeKlaus Schmidinger
2006-02-04Updated the Polish OSD textsKlaus Schmidinger
2006-02-04Added Czech language textsKlaus Schmidinger
2006-02-04Added an 'Id' parameter to cDevice::PlayAudio() to allow plugins to easier ↵Klaus Schmidinger
process the audio data
2006-02-03Speeded up cVideoRepackerKlaus Schmidinger
2006-02-03Fixed handling "pending" timers that blocked others that actually could recordKlaus Schmidinger
2006-02-03Fixed channel up/down switching on single card systemsKlaus Schmidinger
2006-02-03Fixed setting "No title" for broken event dataKlaus Schmidinger
2006-01-29Removed leftover 'needsBufferReserve' variable from cTransferKlaus Schmidinger
2006-01-29Separated the 'install' target into several individual targets; renamed the ↵1.3.41Klaus Schmidinger
'plugins-install' target to 'install-plugins'