summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2014-09-02 15:13:38 +0200
committerThomas Reufer <thomas@reufer.ch>2014-09-02 15:13:38 +0200
commitc35a921aa031103e36dd0fb75aefd94178eba681 (patch)
treee4ce37913f61538e647277b8536d425315c4d6eb /HISTORY
parentf5c5c262feec54ffaea1f1525ba274e267637bd3 (diff)
downloadvdr-plugin-rpihddevice-c35a921aa031103e36dd0fb75aefd94178eba681.tar.gz
vdr-plugin-rpihddevice-c35a921aa031103e36dd0fb75aefd94178eba681.tar.bz2
skip packets with invalid payload offset in PlayVideo() and PlayAudio()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 805f299..854d19b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -10,6 +10,7 @@ VDR Plugin 'rpihddevice' Revision History
- reworked setup parameter handling
- implemented proper command queue for OVG-OSD
- fixed:
+ - skip packets with invalid payload offset in PlayVideo() and PlayAudio()
- play multiple video PES packets sequentially in StillPicture()
- updated parameter when setting clock latency target according omxplayer
- code clean up based on cppcheck's results (thanks to Rolf Ahrenberg)