summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-02-12 15:54:06 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-02-12 15:54:06 +0100
commit3b871f8bb6726ce0aff6a410abc236fc2b800e00 (patch)
tree30135327a0a105e1f3aeca60287c2ba7432b3ddd /HISTORY
parenta481a5200c266dd387d1dca8a0253abfb208f031 (diff)
downloadvdr-3b871f8bb6726ce0aff6a410abc236fc2b800e00.tar.gz
vdr-3b871f8bb6726ce0aff6a410abc236fc2b800e00.tar.bz2
Now using twice the buffer reserve in cTransfer if the primary DVB card is an unmodified version with only 2MB of SDRAM
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index bab60b65..de570f8b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3399,3 +3399,7 @@ Video Disk Recorder Revision History
- Added DeviceClrAvailableTracks() and DeviceSetCurrentAudioTrack() to cPlayer
(thanks to Marco Schlüßler).
- Fixed a typo in detecting UTF-8 (thanks to Reinhard Nissl).
+- Now using twice the buffer reserve in cTransfer if the primary DVB card is an
+ unmodified version with only 2MB of SDRAM, to avoid audio stuttering when
+ playing Dolby Digital over the DVB card (thanks to Christian Jacobsen and Chad
+ Flynt for suggestions and experiments in that area).