summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-05Added the year (two digits) to recording dates in LSTR, and thus also in menusKlaus Schmidinger
2005-06-05A device can now detach all receivers for a given PIDKlaus Schmidinger
2005-06-05EPG events without a title now display "No title" instead of "(null)"Klaus Schmidinger
2005-06-04Implemented cVideoRepacker in remux.c to make sure every PES packet contains ↵Klaus Schmidinger
only data from one frame
2005-06-04Improved resetting CAM connectionsKlaus Schmidinger
2005-06-04Fixed handling 'summary.vdr' files with more than two empty linesKlaus Schmidinger
2005-06-03Updated the Finnish OSD textsKlaus Schmidinger
2005-06-03Updated the Estonian OSD textsKlaus Schmidinger
2005-05-29Added cThread::SetPriority() and using it in cSectionHandler::Action() to ↵1.3.25Klaus Schmidinger
reduce the priority of the section handler threads
2005-05-29channels.confKlaus Schmidinger
2005-05-29Added -fPICKlaus Schmidinger
2005-05-29Fixed listing recordings with empty episode names in the LSTR commandKlaus Schmidinger
2005-05-29Speeded up deleting duplicate channelsKlaus Schmidinger
2005-05-29Not hashing events with StartTime < 0Klaus Schmidinger
2005-05-29Fixed a crash with negative hash ids (made them unsigned)Klaus Schmidinger
2005-05-28Avoiding unnecessary calls to getLength() in libsi/si.c, and avoiding the '& ↵Klaus Schmidinger
0xff' in CRC32::crc32() of libsi/util.c
2005-05-28Made cChannel::GetChannelID() inlineKlaus Schmidinger
2005-05-28Now using hash tables to speed up cSchedule::GetEvent()Klaus Schmidinger
2005-05-28cEvent no longer stores the channelID directly, but rather has a pointer to ↵Klaus Schmidinger
the schedule it is in
2005-05-28cRecordingInfo stores channelID itself (preparation for change in cEvent)Klaus Schmidinger
2005-05-26Introduced cListBase::count for better performanceKlaus Schmidinger
2005-05-26Made tChannelID::operator==() inline for better performanceKlaus Schmidinger
2005-05-26Moved the NPTL and UTF-8 checks after the version and help outputKlaus Schmidinger
2005-05-26No longer stopping Transfer Mode or replay immediately when the Power button ↵Klaus Schmidinger
is pressed
2005-05-26Now dropping EPG events that have a zero start time or durationKlaus Schmidinger
2005-05-26Pressing the "Play" key in live viewing mode now resumes a previous replay ↵Klaus Schmidinger
session
2005-05-26The SVDRP command DELR no longer deletes recordings that are currently being ↵Klaus Schmidinger
written to by a timer
2005-05-22Fixed a possible hangup when ending a replay session while ↵Klaus Schmidinger
cIndexFile::CatchUp() is waiting
2005-05-22No longer saving the setup in case of a fatal errorKlaus Schmidinger
2005-05-22Added cPlayer::DeviceSetVideoDisplayFormat()Klaus Schmidinger
2005-05-22Removed converting byte order on big endian systems from cDvbOsd::Flush()Klaus Schmidinger
2005-05-22Fall back to 'summary.vdr' if there is no 'info.vdr'Klaus Schmidinger
2005-05-22Fixed setting timer's summary for recordingKlaus Schmidinger
2005-05-16Using cSource::IsSat()Klaus Schmidinger
2005-05-16Avoiding extra blanks at the end of names of instant recordingsKlaus Schmidinger
2005-05-16Switched from 'summary.vdr' to 'info.vdr'Klaus Schmidinger
2005-05-15Updated the Danish OSD textsKlaus Schmidinger
2005-05-14Made cOsd::isOpen an integer counter to avoid problems with messages when a ↵Klaus Schmidinger
cOsdObject uses the raw OSD
2005-05-14Made the Makefile patch friendlierKlaus Schmidinger
2005-05-14Added a check for Setup.DiSEqC in cDvbDevice::ProvidesTransponder()Klaus Schmidinger
2005-05-14Using '>' as separator for short channel names on cable channelsKlaus Schmidinger
2005-05-14Updated the Estonian OSD textsKlaus Schmidinger
2005-05-14Fixed a typoKlaus Schmidinger
2005-05-08Fixed a wrong inheritance in libsi's SubtitlingDescriptor::Subtitling1.3.24Klaus Schmidinger
2005-05-08channels.confKlaus Schmidinger
2005-05-08Moved the sleep in cDvbPlayer::Action() outside the locked area to avoid ↵Klaus Schmidinger
problems on NPTL systems
2005-05-08Some rearrangements in cDvbPlayer::Action() to avoid lockups on NPTL systemsKlaus Schmidinger
2005-05-07Recordings now avoid zero sized video data filesKlaus Schmidinger
2005-05-07Now preferring budget cards when selecting a DVB device for recordingKlaus Schmidinger
2005-05-07No longer retuning or restarting a recording if only the language code of a ↵Klaus Schmidinger
audio or dolby PID changes