summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-08Fixed handling PAT packets when detecting framesKlaus Schmidinger
2014-03-08Fixed a possible endless loop in cH264Parser::GetGolombUe()Klaus Schmidinger
2014-03-05Changed email address of Christopher ReimerKlaus Schmidinger
2014-02-27Fixed handling transfer mode on full featured DVB cards for encrypted ↵Klaus Schmidinger
channels that have no audio pid
2014-02-26Fixed keeping the current position in the Recordings menu if a recording was ↵Klaus Schmidinger
deleted in a sub folder
2014-02-25Revoked "Fixed some compiler warnings with Clang 3.4.1" from ci.c, because ↵Klaus Schmidinger
this did not compile with older versions of gcc
2014-02-23Adjusted release date2.1.5Klaus Schmidinger
2014-02-21Fixed handling frame detection buffer lengthKlaus Schmidinger
2014-02-21Fixed detecting broken video data streams when recordingKlaus Schmidinger
2014-02-19No section number in debug messageKlaus Schmidinger
2014-02-18Fixed the replay progress display for very long recordingsKlaus Schmidinger
2014-02-18Improved PAT/PMT scanning to speed up initial tuning to encrypted channels ↵Klaus Schmidinger
on transponders with many PAT entries
2014-02-15Fixed learning keyboard remote control codesKlaus Schmidinger
2014-02-08Replaced the NULL pointer assignment in ~cReceiver() to force a segfault ↵Klaus Schmidinger
with a call to abort()
2014-02-08Added LinkageTypePremiere to libsi/si.h and eit.c to avoid a compiler ↵Klaus Schmidinger
warning with Clang 3.4.1
2014-02-08Fixed some compiler warnings with Clang 3.4.1Klaus Schmidinger
2014-02-08Fixed numbering frames (cont'd)Klaus Schmidinger
2014-02-06Fixed a possible crash in the OSD demoKlaus Schmidinger
2014-02-06Fixed numbering framesKlaus Schmidinger
2014-02-04Fixed flickering if subtitles are active while the OSD demo is runningKlaus Schmidinger
2014-01-31Further clarified the semantics of cCamSlot::Decrypt()Klaus Schmidinger
2014-01-31Updated the Estonian OSD textsKlaus Schmidinger
2014-01-30Fixed clearing non-editable members in the channel editorKlaus Schmidinger
2014-01-29Fixed sorting recordings by time in the Recordings menu if ↵Klaus Schmidinger
"Setup/OSD/Recording directories" is set to "no"
2014-01-28Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 100 and introduced counting ↵Klaus Schmidinger
the number of actual video TS packets in cTsPayload
2014-01-26Now checking whether the primary device actually has a decoder before ↵Klaus Schmidinger
retuning the current channel after a change in its parameters
2014-01-26Now checking whether the primary device atcually has a decoder before ↵Klaus Schmidinger
retuning the current channel after a change in its parameters
2014-01-26Adjusted release date2.1.4Klaus Schmidinger
2014-01-25Fixed a superfluous call to the skin's SetRecording() function after ↵Klaus Schmidinger
renaming a recording
2014-01-25The new function cStatus::ChannelChange() can be implemented by plugins to ↵Klaus Schmidinger
be informed about changes to the parameters of a channel that may require a retune
2014-01-24Revoked "Fixed sending CA descriptors to CAMs in case a cReceiver is not ↵Klaus Schmidinger
used for a recording or live view" - was unstable
2014-01-22Replaced "Schnitt" with "Bearbeitung" in the German OSD textsKlaus Schmidinger
2014-01-22Fixed a wrong alignment in cCiDateTime::SendDateTime()Klaus Schmidinger
2014-01-21Fixed a deadlockKlaus Schmidinger
2014-01-20Now making sure the primary device goes into transfer mode for live viewing ↵Klaus Schmidinger
if the CAM wants to receive the TS data
2014-01-18Now unassigning CAMs from their devices when they are no longer usedKlaus Schmidinger
2014-01-18Fixed deleting the source recording after moving it to a different volume ↵Klaus Schmidinger
(cont'd)
2014-01-18Fixed detecting frame borders in MPEG-2 streams that have "bottom fields" or ↵Klaus Schmidinger
varying GOP structures
2014-01-16Now waiting explicitly until all CAM slots are ready before switching to the ↵Klaus Schmidinger
initial channel when VDR is started
2014-01-16Fixed deleting the source recording after moving it to a different volumeKlaus Schmidinger
2014-01-16Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 10Klaus Schmidinger
2014-01-15Added logging the supported system ids of a CAMKlaus Schmidinger
2014-01-14Fixed sending CA descriptors to CAMs in case a cReceiver is not used for a ↵Klaus Schmidinger
recording or live view, like e.g. streaming clients
2014-01-14Improved locking for CAM slots and made the pure functions of cCiAdapter ↵Klaus Schmidinger
have default implementations
2014-01-07cFont::CreateFont() now returns a dummy font in case there are no fonts ↵Klaus Schmidinger
installed
2014-01-07Added entries for version 2.0.5Klaus Schmidinger
2014-01-07Updated 'sources.conf'Klaus Schmidinger
2014-01-05Channels that are no longer contained in the current SDT of a transponder ↵2.1.3Klaus Schmidinger
are now marked with the keyword OBSOLETE in their name and provider fields
2014-01-04Made GetCaDescriptors() and GetCaPids() return all values if CaSystemIds is ↵Klaus Schmidinger
0xFFFF
2014-01-02Added support for buffered CAM decryptionKlaus Schmidinger