summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Cosmetic change of a comment.Andree Buschmann1-2/+1
2011-03-31Changing convert_gain() also implicitly changed get_replaygain_int() which co...Andree Buschmann2-5/+7
2011-03-31Fix for replaygain: Ensure fallback to track gain in case of missing album gain.Andree Buschmann1-1/+1
2011-03-31Only set volume on SYS_VOLUME_CHANGED the first time. Workaround for FS#12034.Björn Stenberg1-1/+10
2011-03-29Revert accidental commit of apps/plugins/SOURCESBertrik Sikken1-1/+0
2011-03-29AMSv2 sd: do not try to switch sd cards into high-speed mode.Bertrik Sikken1-0/+1
2011-03-28remove set but unused variableRafaël Carré1-2/+1
2011-03-28maze: fix warning spotted by gcc 4.6.0Rafaël Carré1-1/+6
2011-03-27Skin variables for touchscreen targets (origional implementation by Jens Theeß)Jonathan Gordon4-16/+188
2011-03-27Fix redJonathan Gordon1-1/+1
2011-03-27Fix touchregions muting volume, and change &<action> to mean 'needs long pres...Jonathan Gordon5-30/+41
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