summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-05 10:09:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-05 10:09:43 -0600
commit8314e37e36a328b4e819410e2c75604c6eacaf26 (patch)
tree2fefd26f9fd252593b2132d1c4802140db1a0886 /apps/ChangeLog.txt
parentc202f971b72b854b58c7a17afaf43f035f9f7460 (diff)
downloadnuttx-8314e37e36a328b4e819410e2c75604c6eacaf26.tar.gz
nuttx-8314e37e36a328b4e819410e2c75604c6eacaf26.tar.bz2
nuttx-8314e37e36a328b4e819410e2c75604c6eacaf26.zip
Update ChangeLogs
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index df559bd86..53786204d 100644
--- a/apps/ChangeLog.txt
+++ b/apps/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).