summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
2006-03-26The new function cDevice::ForceTransferMode() can be used to force the ↵Klaus Schmidinger
primary device into transfer mode
2006-03-26Fixed format string handlingKlaus 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-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-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-26Fixed cSchedule::GetFollowingEvent() in case there is currently no present ↵1.3.44Klaus Schmidinger
event running
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-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-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-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-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-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-17Fixed some typos in the CONTRIBUTORS fileKlaus 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-05Added cSkin::GetTextAreaWidth() and cSkin::GetTextAreaFont()1.3.42Klaus 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-04Implemented cDevice::Transferring()Klaus 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-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-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'