summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Expand)Author
2005-03-20Added a missing cMutexLock to cRemote::HasKeys()Klaus Schmidinger
2005-03-20Fixed setting the colored button help after deleting a recording in case the ...Klaus 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-05The setup option "DVB/Video display format" is now only available if "Video f...Klaus Schmidinger
2005-02-27Keeping the track language codes and descriptions in Transfer ModeKlaus Schmidinger
2005-02-27Revisited 'Fixed calling cStatus::MsgChannelSwitch() in cDevice::SetChannel()...Klaus Schmidinger
2005-02-26Fixed ensuring there is a current audio track in case there is only one trackKlaus Schmidinger
2005-02-20Changed MAXDPIDS to 16 (8xAC3 + 8xDTS)Klaus Schmidinger
2005-02-20Added support for setting the video display modeKlaus Schmidinger
2005-02-19Increased POLLTIMEOUTS_BEFORE_DEVICECLEAR in transfer.c to 6 to avoid problem...Klaus Schmidinger
2005-02-19Replaced the call to system("sync") in SpinUpDisk() with fdatasync(f) to avoi...Klaus Schmidinger
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 cEvent::...Klaus Schmidinger
2005-02-13Added missing reset of the 'repacker' to cTS2PES::Clear()1.3.21Klaus 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 plugin...Klaus Schmidinger
2005-02-12Now using twice the buffer reserve in cTransfer if the primary DVB card is an...Klaus Schmidinger
2005-02-12Fixed a typo in detecting UTF-8Klaus Schmidinger
2005-02-12Added DeviceClrAvailableTracks() and DeviceSetCurrentAudioTrack() to cPlayerKlaus Schmidinger
2005-02-12Removed the "Cleared/PlayPes(NULL, 0)" handling from cTransfer::Action(); Mak...Klaus Schmidinger
2005-02-12Added 'uchar Id' to cAudio::Play()'Klaus Schmidinger
2005-02-12Forcing a new resync after a call to cRemux::Clear()Klaus Schmidinger
2005-02-12Fixed handling symbolic links in cRecordings::ScanVideoDir()Klaus Schmidinger
2005-02-08Fixed handling Transfer Mode for radio channelsKlaus Schmidinger
2005-02-08Fixed a possible freeze in pause mode in case a device's PlayPesPacket() func...Klaus Schmidinger
2005-02-06Added MPEG1 replay capability to cPesAssembler1.3.20Klaus Schmidinger
2005-02-06Calling pesAssembler->Reset() in cDevice::AttachPlayer() to avoid problems wi...Klaus Schmidinger
2005-02-06Fixed the "pre 1.3.19" compatibility mode for old Dolby Digital recordingsKlaus Schmidinger
2005-02-06Added CMD_SPU_CHG_COLCON to cDvbSpuDecoder::setTime()Klaus Schmidinger
2005-02-06Fixed several memory leaks that were introduced through the use of cStringKlaus Schmidinger
2005-02-05Modified cDolbyRepacker to make sure PES packets don't exceed the requested l...Klaus Schmidinger
2005-02-05Implemented setup option "OSD/Channel info time"Klaus Schmidinger
2005-02-05Fixed a memory leak in AddDirectory() and strescape()Klaus Schmidinger
2005-01-30Making sure the current audio track is actually one of the ones available in ...Klaus Schmidinger
2005-01-30Fixed masking SubStreamType in cDevice::PlayPesPacket()Klaus Schmidinger
2005-01-30Fixed a buffer overflow in case a station defines all 32 audio PIDsKlaus Schmidinger
2005-01-25Now setting primaryDevice = NULL before deleting the devices in cDevice::Shut...Klaus Schmidinger
2005-01-23Fixed displaying the "Audio" menu with the "Green" button from the "Main" men...Klaus Schmidinger
2005-01-23Added PlayPes(NULL, 0) to cTransfer::Action() when clearing the transfer buffer1.3.19Klaus Schmidinger
2005-01-23Recording and Transfer Mode can now handle up to 8 Dolby Digital tracksKlaus Schmidinger
2005-01-16Falling back to 'stereo' when switching channelsKlaus Schmidinger
2005-01-16Added 'channels.conf.terr' entries for Düsseldorf and KölnKlaus Schmidinger
2005-01-16Extended some buffer sizes to allow handling HDTV streamsKlaus Schmidinger
2005-01-16Fixed a possible race condition in cDevice::Action() and cTSBuffer::Action()Klaus Schmidinger
2005-01-16Fixed playing files with PES packets longer than 2048 byte through the full f...Klaus Schmidinger
2005-01-15Implemented cDolbyRepacker for better handling of Dolby Digital PES packetsKlaus Schmidinger
2005-01-15Added 'channels.conf.terr' entries for MainzKlaus Schmidinger
2005-01-14Fixed handling the '-E' optionKlaus Schmidinger