summaryrefslogtreecommitdiff
path: root/nuttx/audio
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-17/+17
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-312-4/+4
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-312-2/+2
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-311-1/+1
* PCM decoder: Handle errors in the PCM WAV file in a way that the Nxplayer can...Gregory Nutt2014-08-051-23/+36
* Costmetic changesGregory Nutt2014-08-051-2/+3
* PCM decoder: Correct the end of audio stream handling. It was not being dete...Gregory Nutt2014-08-021-2/+36
* Audio: More debug outpuGregory Nutt2014-07-311-0/+6
* PCM decoder: Fix a logic error in a DEBUG assertionGregory Nutt2014-07-281-2/+1
* PCM: Forget to increment pointers in one part of sub-samplingGregory Nutt2014-07-271-0/+10
* PCM: Major simplification of the sub-sampling design. Now need no extra buff...Gregory Nutt2014-07-271-551/+92
* PCM: remove partial sample buffer. Not neededGregory Nutt2014-07-271-78/+53
* NxPlayer needs to set curbyte field to zero before enqueuing a buffer. Other...Gregory Nutt2014-07-271-2/+0
* Misc bugfixes while integrating fast forward by sub-samplingGregory Nutt2014-07-271-10/+27
* PCM: First cut at fast forward by subsamplingGregory Nutt2014-07-271-29/+815
* PCM Decoder: Add missing audio callback forwarding logicGregory Nutt2014-07-251-1/+62
* Convert ac_format and ac_controls to unions to make access a little cleanerGregory Nutt2014-07-241-6/+6
* Audio: Get rid of the decoder->driver IOCTLs that I added a couple of commit...Gregory Nutt2014-07-241-20/+39
* Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add hoo...Gregory Nutt2014-07-242-8/+42
* Add ioctls so that PCM decoder can configure the driver bitrate, num channels...Gregory Nutt2014-07-231-3/+29
* Flesh out missing PCM decoder methodsGregory Nutt2014-07-231-49/+174
* Flesh out a few more PCM methods, still incomplete. Re-vision PCM structure ...Gregory Nutt2014-07-222-88/+314
* Rename pcm_decode.h to pcm.h since it will hold more than just decoding defin...Gregory Nutt2014-07-221-1/+48
* Add new framework for the PCM decoder. It is now a 'front end' for lower-lev...Gregory Nutt2014-07-224-101/+571
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, but...Gregory Nutt2014-02-101-0/+1
* Moved audio/buffer.c to libc/audio/lib_buffer.c so that it can be shared betw...Gregory Nutt2013-11-103-214/+9
* Updated audio subsystem from Ken PettitGregory Nutt2013-10-275-171/+745
* Audio subystem update from Ken Pettit. Plus moved some header filesGregory Nutt2013-05-214-23/+190
* Add audio/ sub-syste, include/nuttx/audio.h interface, and drivers/audio/vs10...Gregory Nutt2013-05-195-0/+983