summaryrefslogtreecommitdiff
path: root/apps/system/nxplayer
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more cppcheck complaints.Gregory Nutt2014-11-251-16/+16
* NxPlayer Kconfig should depend on AUDIO supportGregory Nutt2014-11-171-0/+1
* MAINOBJ needs to be added to object list in many MakefileGregory Nutt2014-09-111-1/+1
* Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt2014-09-071-1/+5
* Determine the main object name from the main source name in every kernel buil...Gregory Nutt2014-09-071-0/+1
* Add an nm command after every kernel build link to show if there are any unde...Gregory Nutt2014-09-071-0/+1
* Add the main object to the list objects to link in every kernel build link co...Gregory Nutt2014-09-071-1/+1
* Add the main object to the dependencies for the kernel buildGregory Nutt2014-09-071-1/+1
* If now a kernel build, then add the main object in with all of the restGregory Nutt2014-09-071-0/+4
* Update apps/examples/helloxx/MakefileGregory Nutt2014-09-071-1/+1
* Customize the program name in the generic setup that was added to each makefi...Gregory Nutt2014-09-061-1/+1
* Add generic setup logic to every Makefile that installs a program. Each will...Gregory Nutt2014-09-061-0/+9
* Fix all install targetsGregory Nutt2014-09-061-4/+4
* Oops wrong elseGregory Nutt2014-09-061-1/+1
* Add missing else from last big changeGregory Nutt2014-09-061-0/+1
* Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build ...Gregory Nutt2014-09-061-0/+9
* Only one install target per MakefileGregory Nutt2014-09-061-6/+2
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+6
* Break reading and enqueueing of audio buffers into two steps so that errors i...Gregory Nutt2014-08-051-49/+189
* Costmetic changesGregory Nutt2014-08-051-21/+20
* NxPlayer: Fix an error I introduced: Need to pass through final buffer even ...Gregory Nutt2014-08-011-34/+40
* Audio: Change how the end of the audio stream is detected by the leaf audio c...Gregory Nutt2014-07-311-9/+14
* NxPlayer: Fix some error handling, update comments, more debug outputGregory Nutt2014-07-311-36/+99
* NxPlayer needs to set curbyte field to zero before enqueuing a buffer. Other...Gregory Nutt2014-07-271-1/+3
* First cut implementation of fast forward and rewind controlsGregory Nutt2014-07-271-21/+105
* Move subsampling rate definitions from nxplayer.h to audio.hGregory Nutt2014-07-271-5/+6
* Trivial things from the last commit left in the editorGregory Nutt2014-07-241-3/+4
* Changes to integrate with Ken's NxWM::CMediaPlayerGregory Nutt2014-07-241-18/+29
* Convert ac_format and ac_controls to unions to make access a little cleanerGregory Nutt2014-07-241-27/+25
* Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add hoo...Gregory Nutt2014-07-241-0/+110
* NxPlayer: Misc changes to better integrate with NxWM::CMediaPlayerGregory Nutt2014-07-231-1/+1
* Fix error introduced in last commit: Can't call ferror AFTER closing fileGregory Nutt2014-07-231-2/+4
* NxPlayer: Check for read errors and end-of-file with nothing readGregory Nutt2014-07-231-24/+55
* Flesh out a few more PCM methods, still incomplete. Re-vision PCM structure ...Gregory Nutt2014-07-221-14/+16
* nxplayer: Add more debug output so that those of use who are not Ken can fol...Gregory Nutt2014-07-222-24/+57
* WM8904 w/NxPlayer: Fix some compile errors and warnings with debug enabledGregory Nutt2014-07-201-9/+10
* nxplayer: Complilation failure in one configuration reported by Manuel StühnGregory Nutt2014-04-211-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, but...Gregory Nutt2014-02-101-2/+2
* Fix some errors in the clean target of the windows native buildGregory Nutt2014-02-101-17/+16
* NxPlayer play thread stack size is now configurable; all NxPlayer threads ar...Gregory Nutt2013-11-103-3/+18
* apps/platform: A new now for platform-specific applicatin codeGregory Nutt2013-10-301-4/+1
* Add for audio sub-format in audion system. From Ken PettitGregory Nutt2013-10-282-27/+153
* Remove trailing whitespaceGregory Nutt2013-10-274-53/+53
* Add apps/system/nxplayer media player from Ken PettitGregory Nutt2013-10-276-0/+2447