From b5be2c6ddd2c572ddca24b94ab9f5ce7653bf26f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 5 Aug 2014 10:09:43 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index df559bd86..53786204d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -985,6 +985,10 @@ time they get to the leaf. Now, a flag is set in the audio buffer flags set to indicate the final buffer in the stream (2014-7-31). * apps/system/nxplayer/nxplayer.c: Fix an error I introduced: Need to - pass through final buffer even if is it zero length because it containsi + pass through final buffer even if is it zero length because it contains the end of audio stream flag (2014-8-1). - + * apps/system/nxplayer/nxplayer.c: Break reading and enqueueing of audio + buffers into two steps so that errors in enqueueing can be + distinguished from errors in reading. Errors in enqueueing signal a + downstream decoder error. Add logic to gracefully recover from + downstream decoder errors (2014-8-5).