summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2011-03-25Fix error in Ohm's law formula as provided in FS#12023. Thanks to Leif Andersen.Andree Buschmann1-3/+3
2011-03-24Fix FS#12024. Scroll acceleration did not work -- at least reported for iRive...Andree Buschmann1-1/+1
2011-03-22Scroll speed is increased every N seconds, not every N half seconds.Andree Buschmann1-2/+2
2011-03-22Submit parts of FS#12024. Describe the settings 'List Acceleration Start Dela...Andree Buschmann1-2/+2
2011-03-22Make repeat mode/shuffle work in the sbs alsoJonathan Gordon2-23/+24
2011-03-22Add some playback controls to the SBS. 2 new touch regions wps_next/wps_prev ...Jonathan Gordon4-21/+81
2011-03-21Buffering should truncate if read() returns 0 since it's not a valid return t...Michael Sevakis1-1/+1
2011-03-20Headroom in AAC SBR HF-generator's fixed point implementation of autocorrelat...Andree Buschmann1-6/+6
2011-03-19FS#12014 by Huan Zhang fixing some link errors with a recent mips toolchain.Nils Wallménius5-17/+17
2011-03-19FS#12016 - Update Chinese Translation by Purling NayukiBertrik Sikken1-6/+6
2011-03-18Optimize memory consumption in the mp3data parser. The vbr-header parser will...Andree Buschmann1-14/+19
2011-03-17Local implementation of read_uint32be() in mp3data.c needs a major correction.Andree Buschmann1-7/+5
2011-03-16Avoid magic numbers. Use the available defines to set up the bit mask to comp...Andree Buschmann1-15/+15
2011-03-16Hopefully fix red now and reduce binsize for HWCODEC targets. This change imp...Andree Buschmann3-4/+16
2011-03-16Fix red. read_uint32be() was not implemented in sim builds for HWCODEC targets.Andree Buschmann2-32/+32
2011-03-16HD300: RECTRIGGER keymapMarcin Bukat1-39/+32
2011-03-16More robust implementation of MPEG frame header search. The parser will not o...Andree Buschmann3-50/+114
2011-03-16Android: Implement app shutdown and thus, sleep timer.Thomas Martitz1-7/+0
2011-03-16Android: Partly revert r29569 and only call the new getJavaEnvironment() when...Thomas Martitz3-16/+8
2011-03-16Fix FS#12012 - Radio Art broken since r29259 - Embedded album art supportThomas Martitz1-1/+5
2011-03-16MPIO HD300: add KBD context keymapMarcin Bukat1-18/+16
2011-03-16Sync test_codec to r29595.Michael Sevakis1-8/+0
2011-03-16Purge buffer and codec APIs existing exclusively in support of mpa.codec and ...Michael Sevakis8-37/+12
2011-03-15recording.cMarcin Bukat1-34/+51
2011-03-15Disable debug output in wave format parser by default.Andree Buschmann1-0/+5
2011-03-15Submit FS#12009. Add embedded album art support for m4a. Thanks to Jason Yu.Andree Buschmann1-0/+32
2011-03-14Fixed a typo. (Thanks Jeff!)Björn Stenberg1-1/+1
2011-03-14Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg3-0/+13
2011-03-14Update lang files to be inline with changes in r29584Marcin Bukat36-282/+282
2011-03-14slightly modified FS#11531 by me: WM8750/51 driver reworkMarcin Bukat1-9/+9
2011-03-13Add up skipped bytes when parsing for valid MPEG headers.Andree Buschmann1-2/+6
2011-03-13Refactor reading of Xing/Info/Vbri tags to prepare for further changes.Andree Buschmann1-158/+141
2011-03-13Use ringbuf_add in buffering when incrementing for initial allocation of non-...Michael Sevakis1-7/+6
2011-03-11Partly revert "Android: use NewGlobalRef for references that are used globally"Maurus Cuelenaere3-20/+15
2011-03-11Android: Don't share the JNI environment across threads, but obtain it theMaurus Cuelenaere3-8/+16
2011-03-11Android: use NewGlobalRef for references that are used globallyMaurus Cuelenaere3-17/+21
2011-03-11Android: use APPEXTRA instead of makefile hackMaurus Cuelenaere1-3/+0
2011-03-11RaaA: move Android apps-code to separate dir under apps/hostedMaurus Cuelenaere6-3/+6
2011-03-10Enable volume keys in Android.Björn Stenberg1-1/+11
2011-03-10Quicker fade_on_stop.Björn Stenberg1-11/+12
2011-03-07last of the errors... hopefullyJonathan Gordon2-1/+7
2011-03-07move code around to make checkwps compileJonathan Gordon3-63/+65
2011-03-07Merge a bunch of code which is 99% identical so it makes it easier to add mor...Jonathan Gordon8-64/+92
2011-03-06Remove malloc_buf references from playback.c since it's no longer used for an...Michael Sevakis2-18/+16
2011-03-05Follow symlink dirs on UI simulatorFred Bauer1-0/+4
2011-03-05Anti-Aliased Fonts support.Thomas Martitz2-4/+352
2011-03-05Android: Support embedded albumart in the widget.Thomas Martitz1-1/+37
2011-03-05Change the thread api a bit.Thomas Martitz5-7/+9
2011-03-03Fix peak handling in replaygain (FS#11981). This bug was introduced with r293...Andree Buschmann1-2/+2
2011-03-02RaaA: Fix write locations of pluginsThomas Jarosch23-36/+49