summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* Update ChangeLogGregory Nutt2014-08-011-0/+4
|
* NxPlayer: Fix an error I introduced: Need to pass through final buffer even ↵Gregory Nutt2014-08-011-34/+40
| | | | if is it zero length because it contains the end of audio stream flag
* Update ChangeLogGregory Nutt2014-07-311-1/+7
|
* Audio: Change how the end of the audio stream is detected by the leaf audio ↵Gregory Nutt2014-07-311-9/+14
| | | | component. This used by be done by looking for the first partial buffer. That does not work with the in-place sub-sampling performed by the PCM decoder: That always reduces the size of the buffer so that all buffers only partially filled by the 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.
* Update ChangeLogGregory Nutt2014-07-311-0/+3
|
* NxPlayer: Fix some error handling, update comments, more debug outputGregory Nutt2014-07-311-36/+99
|
* dd support for a USB keyboard as the NxConsole and text widget input. Not ↵Gregory Nutt2014-07-302-7/+18
| | | | fully functional as of this initial check-in. Basic functionality is there, but there are conditions were the keyboard gets lost.
* SAMA5: Poll USB keyboard at a higher rate for better responseGregory Nutt2014-07-291-1/+1
|
* Update ChangeLogsGregory Nutt2014-07-281-0/+2
|
* uIP webserver: Missing logic to close sockets on loop termination. From Max.Gregory Nutt2014-07-281-1/+6
|
* Update ChangeLogsGregory Nutt2014-07-271-1/+3
|
* NxPlayer needs to set curbyte field to zero before enqueuing a buffer. ↵Gregory Nutt2014-07-271-1/+3
| | | | Otherwise, it looks like beginning of the buffer has already been consumed
* First cut implementation of fast forward and rewind controlsGregory Nutt2014-07-272-29/+115
|
* Update ChangeLogsGregory Nutt2014-07-271-0/+3
|
* Move subsampling rate definitions from nxplayer.h to audio.hGregory Nutt2014-07-272-20/+8
|
* NxWM: Fix default ICON name. g_playBitmap24x24 does not exist, should be ↵Gregory Nutt2014-07-251-3/+3
| | | | g_playBitmap
* Trivial things from the last commit left in the editorGregory Nutt2014-07-241-3/+4
|
* Update ChangeLogsGregory Nutt2014-07-241-0/+2
|
* Changes to integrate with Ken's NxWM::CMediaPlayerGregory Nutt2014-07-243-24/+37
|
* Convert ac_format and ac_controls to unions to make access a little cleanerGregory Nutt2014-07-241-27/+25
|
* Update ChangelogGregory Nutt2014-07-241-0/+3
|
* Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add ↵Gregory Nutt2014-07-242-20/+242
| | | | hooks for equalizer settings needed by the WM8904
* Update ChangeLogsGregory Nutt2014-07-231-1/+2
|
* NxPlayer: Misc changes to better integrate with NxWM::CMediaPlayerGregory Nutt2014-07-233-7/+24
|
* NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, ↵Gregory Nutt2014-07-231-0/+14
| | | | sets device, and releases handle. Lots more to be done
* NxWM: Add configuration options to filter CMediaPlayer files based on extensionGregory Nutt2014-07-231-18/+80
|
* Fix error introduced in last commit: Can't call ferror AFTER closing fileGregory Nutt2014-07-231-2/+4
|
* Update ChangeLogGregory Nutt2014-07-231-1/+1
|
* Update ChangeLogGregory Nutt2014-07-231-0/+2
|
* 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
| | | | definition
* nxplayer: Add more debug output so that those of use who are not Ken can ↵Gregory Nutt2014-07-222-24/+57
| | | | follow what is happening
* NxWidgets: Fix a typo in the Kconfig fileGregory Nutt2014-07-211-1/+1
|
* WM8904 w/NxPlayer: Fix some compile errors and warnings with debug enabledGregory Nutt2014-07-201-9/+10
|
* NxWM: Increase default priority of mouse and keyboard listener threads. Does ↵Gregory Nutt2014-07-171-4/+9
| | | | not seem to make any difference but still seems like a good idea
* NxWM::CMediaPlayer: Now calculates the volume slider height from the grip ↵Gregory Nutt2014-07-171-0/+23
| | | | image height
* Misc changes related to MediaPlayer. Nothing really significantGregory Nutt2014-07-161-0/+6
|
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE ↵Gregory Nutt2014-07-1610-30/+31
| | | | and CONFIG_XYINPUT_TOUCHSCREEN
* NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased ↵Gregory Nutt2014-07-161-10/+32
| | | | (in preparation for becoming a CListBox)
* Update ChangeLogGregory Nutt2014-07-141-1/+1
|
* Add larger images for media player. Also options to control spacing and ↵Gregory Nutt2014-07-141-0/+18
| | | | borders on media player windows
* NxWM: Toolbar font ID can now be separately configuredGregory Nutt2014-07-141-5/+26
|
* NxWM: Can now configure to use small or large iconsGregory Nutt2014-07-131-3/+17
|
* Update ChangeLogsGregory Nutt2014-07-111-0/+4
|
* Fix netutils configuration issues: CONFIG_NETUTILS_HTTPD_SENDFILE was ↵Gregory Nutt2014-07-116-30/+41
| | | | missing from Kconfig; CONFIG_NET_HAVE_SOLINGER should be CONFIG_NET_SOLINGER; Type of CONFIG_NET_HTTPD_MAXPATH was wrong in Kconfig file. From Max
* SAMA5D4-EK: Add an NxWM configurationGregory Nutt2014-07-101-1/+1
|
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-083-4/+4
|
* Update ChangeLogGregory Nutt2014-07-081-0/+2
|
* WGET: Fix from Rony XlnGregory Nutt2014-07-081-2/+2
|
* SAMA5D4-EK: Add the button test to the NSH configurationGregory Nutt2014-07-071-0/+1
|