summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2011-03-16Avoid magic numbers. Use the available defines to set up the bit mask to comp...Andree Buschmann
2011-03-16Hopefully fix red now and reduce binsize for HWCODEC targets. This change imp...Andree Buschmann
2011-03-16Fix red. read_uint32be() was not implemented in sim builds for HWCODEC targets.Andree Buschmann
2011-03-16HD300: RECTRIGGER keymapMarcin Bukat
2011-03-16More robust implementation of MPEG frame header search. The parser will not o...Andree Buschmann
2011-03-16Android: Implement app shutdown and thus, sleep timer.Thomas Martitz
2011-03-16Android: Partly revert r29569 and only call the new getJavaEnvironment() when...Thomas Martitz
2011-03-16Fix FS#12012 - Radio Art broken since r29259 - Embedded album art supportThomas Martitz
2011-03-16MPIO HD300: add KBD context keymapMarcin Bukat
2011-03-16Sync test_codec to r29595.Michael Sevakis
2011-03-16Purge buffer and codec APIs existing exclusively in support of mpa.codec and ...Michael Sevakis
2011-03-15recording.cMarcin Bukat
2011-03-15Disable debug output in wave format parser by default.Andree Buschmann
2011-03-15Submit FS#12009. Add embedded album art support for m4a. Thanks to Jason Yu.Andree Buschmann
2011-03-14Fixed a typo. (Thanks Jeff!)Björn Stenberg
2011-03-14Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg
2011-03-14Update lang files to be inline with changes in r29584Marcin Bukat
2011-03-14slightly modified FS#11531 by me: WM8750/51 driver reworkMarcin Bukat
2011-03-13Add up skipped bytes when parsing for valid MPEG headers.Andree Buschmann
2011-03-13Refactor reading of Xing/Info/Vbri tags to prepare for further changes.Andree Buschmann
2011-03-13Use ringbuf_add in buffering when incrementing for initial allocation of non-...Michael Sevakis
2011-03-11Partly revert "Android: use NewGlobalRef for references that are used globally"Maurus Cuelenaere
2011-03-11Android: Don't share the JNI environment across threads, but obtain it theMaurus Cuelenaere
2011-03-11Android: use NewGlobalRef for references that are used globallyMaurus Cuelenaere
2011-03-11Android: use APPEXTRA instead of makefile hackMaurus Cuelenaere
2011-03-11RaaA: move Android apps-code to separate dir under apps/hostedMaurus Cuelenaere
2011-03-10Enable volume keys in Android.Björn Stenberg
2011-03-10Quicker fade_on_stop.Björn Stenberg
2011-03-07last of the errors... hopefullyJonathan Gordon
2011-03-07move code around to make checkwps compileJonathan Gordon
2011-03-07Merge a bunch of code which is 99% identical so it makes it easier to add mor...Jonathan Gordon
2011-03-06Remove malloc_buf references from playback.c since it's no longer used for an...Michael Sevakis
2011-03-05Follow symlink dirs on UI simulatorFred Bauer
2011-03-05Anti-Aliased Fonts support.Thomas Martitz
2011-03-05Android: Support embedded albumart in the widget.Thomas Martitz
2011-03-05Change the thread api a bit.Thomas Martitz
2011-03-03Fix peak handling in replaygain (FS#11981). This bug was introduced with r293...Andree Buschmann
2011-03-02RaaA: Fix write locations of pluginsThomas Jarosch
2011-03-02Introduce "power" thread for RaaAThomas Jarosch
2011-03-02Make android compile (untested)Jonathan Gordon
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis
2011-03-02Do the ridx > widx check where it should be done. A small rebuffering request...Michael Sevakis
2011-03-02buffering: Unusual cases when a handle ridx is briefly seeked ahead of widx n...Michael Sevakis
2011-03-02r29348 changes can cause certain codecs to jump to code on early track change...Michael Sevakis
2011-03-01fix redJonathan Gordon
2011-03-01Add an ability to set a setting to a specific value with a touchscreen action.Jonathan Gordon
2011-03-01fix yellowJonathan Gordon
2011-03-01Remove code duplication in some generic skin touch action handling.Jonathan Gordon
2011-03-01Add a touchaction "none" which does nothing when pressed. This will allow som...Jonathan Gordon
2011-02-28autoresume: Optimize playlist resume (manual, bookmark, or after power-on)Michael Hohmuth