summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-06-04 14:49:25 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-06-04 14:49:25 +0200
commit60a35366dd694d54e278997132da3585b31f0d71 (patch)
tree38aabf7c8a8cccdbeee6ef027c6ec6975b2e8566 /HISTORY
parenta8599c451ea181c912204147d71aa6e228a05712 (diff)
downloadvdr-60a35366dd694d54e278997132da3585b31f0d71.tar.gz
vdr-60a35366dd694d54e278997132da3585b31f0d71.tar.bz2
Implemented cVideoRepacker in remux.c to make sure every PES packet contains only data from one frame
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 619895a4..61deccdf 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3585,3 +3585,5 @@ Video Disk Recorder Revision History
- Fixed handling 'summary.vdr' files with more than two empty lines (thanks to
Christian Jacobsen for reporting this one).
- Improved resetting CAM connections (thanks to Marco Schlüßler).
+- Implemented cVideoRepacker in remux.c to make sure every PES packet contains
+ only data from one frame (thanks to Reinhard Nissl).