summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-04-19 11:07:07 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-04-19 11:07:07 +0200
commit3f492c4f5732abdb15a193fb610a9a73115a4972 (patch)
tree31002fec1757f4df9cac3bd8bd0af2aaf128cbb5 /HISTORY
parent457208b101fd86464018d94f2d97f008069ddabd (diff)
downloadvdr-3f492c4f5732abdb15a193fb610a9a73115a4972.tar.gz
vdr-3f492c4f5732abdb15a193fb610a9a73115a4972.tar.bz2
Implemented TsSetTeiOnBrokenPackets()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 232cd63f..5b7ee097 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6049,3 +6049,8 @@ Video Disk Recorder Revision History
- Fixed detecting the frame rate for streams with PTS distances of 1800, which
apparently split one frame over two payload units.
- Added missing 'const' to cRecording::FramesPerSecond() (thanks to Joachim Wilke).
+- Any TS packets in the first "frame" after a cut in an edited recording that don't
+ belong to a payload unit that started in that frame now get their TEI flag set,
+ so that a decoder will ignore them together with any PES data collected for that
+ PID so far (thanks to Oliver Endriss for reporting chirping sound disturbences at
+ editing points in TS recordings).