summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2013-07-06Reuse frequency string from recording for playback frequency.Michael Sevakis46-238/+221
2013-07-06Bugfix: (un)locking state message(s) did not disappearLorenzo Miori1-0/+5
2013-07-06Samsung YP-R0: small patch to enable support to new keylock-in-FM feature.Lorenzo Miori1-1/+2
2013-07-05...and mixer_set/get_frequency is SWCODEC only! :-)Michael Sevakis2-0/+4
2013-07-05Oops, two test plugins were left in apps/plugins/SOURCES.Michael Sevakis1-2/+0
2013-07-06Enable setting of global output samplerate on certain targets.Michael Sevakis21-28/+176
2013-06-30Temporarily disable keyclick in recording screen.Michael Sevakis1-0/+7
2013-06-29SWCODEC Audio: Add some INIT_ATTR's to get a few bytes back.Michael Sevakis4-5/+5
2013-06-29Fix whitespaceMichael Sevakis1-6/+6
2013-06-29Fix strlcpy warnings in 4888131.Michael Sevakis1-0/+1
2013-06-30Update software recording engine to latest codec interface.Michael Sevakis9-1427/+1724
2013-06-30Fix some whitespace in files changed in following commit.Michael Sevakis3-30/+30
2013-06-29clip+/zip: add FMS soft lock actionAmaury Pouly1-0/+4
2013-06-28Fix a bug in pcmbuf.c when doing offset with modulus.Michael Sevakis1-1/+1
2013-06-28Fix whitespace for next commitMichael Sevakis1-2/+2
2013-06-23skin_engine: Fix crash on skin_reset (e.g. on language change).Thomas Martitz1-1/+2
2013-06-16plugin_midi: expand gustable[] to 128 entriesFrank Gevaerts1-1/+2
2013-06-16Silence some (harmless) warnings.Frank Gevaerts1-1/+1
2013-06-13test_mem: silence -Wunused-but-set-variable warningRafaël Carré1-0/+1
2013-06-10Enable key lock in radio screenAmaury Pouly2-2/+2
2013-06-09Fix rockblox instadrop behaviourMax Zerzouri1-1/+4
2013-06-09Fix warning (move variable into #ifdef section).Thomas Martitz1-2/+2
2013-06-09Fix reds (this code needs #ifdef HAVE_ALBUMART)Thomas Martitz1-0/+2
2013-06-09Fix multiple problems in radioart.cThomas Martitz1-13/+22
2013-06-09skin_engine: Fix albumart logic on skin reloading.Thomas Martitz3-22/+24
2013-06-05Fix color of files with no extension.Boris Gjenero1-1/+1
2013-05-31Argh, move a comment to the (now) proper location. :)Michael Sevakis2-2/+1
2013-05-31Have voice fire an event when it starts and stops playing.Michael Sevakis3-15/+27
2013-05-31Should use HAVE_RECORDING, not AUDIO_HAVE_RECORDING in playback.cMichael Sevakis1-1/+1
2013-05-31Just init audio thread event with Q_NULL instead of SYS_TIMEOUT.Michael Sevakis1-1/+1
2013-05-31Some corrections after 5857c44.Michael Sevakis3-7/+18
2013-05-31Refactor audio thread to run both recording and playback.Michael Sevakis10-501/+500
2013-05-30pcm_record: Track initialization stateMichael Sevakis1-1/+19
2013-05-24Add DAC's oversampling filter roll-off selection to sound settings.Andrew Ryabinin5-0/+63
2013-05-23Remove dsp_callback because DSP is now library code, not app code.Michael Sevakis1-3/+0
2013-05-21Fix CPU boosting in test_codec.Michael Sevakis1-7/+11
2013-05-06Introduce HiFi E.T MA9 port.Andrew Ryabinin2-0/+239
2013-05-05Purge the usage of DSP_SWITCH_FREQUENCY.Michael Sevakis1-1/+1
2013-04-29European Portuguese update by Tiago Roque MedeirosFrank Gevaerts1-4/+125
2013-04-26Make fixepoint.c as a shared library (libfixedpoint.a).Michael Sevakis15-513/+10
2013-04-22Do some cleanup, adjustment and a couple fixes to recent sound changes.Michael Sevakis1-2/+2
2013-04-18imageviewer: fix animated gifs handlingMarcin Bukat2-23/+10
2013-04-15Forget about fixedpoint.c in any HWCODEC bin.Michael Sevakis1-2/+1
2013-04-15Still at it for 0c7b787. Might be done now.Michael Sevakis1-1/+2
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis2-2/+2
2013-04-14Use equivalent puts_scroll() call.Thomas Martitz1-1/+1
2013-04-11rk27xx: implement radio supportAmaury Pouly1-1/+18
2013-04-10Move fixedpoint.h to be accessible in /firmware.Michael Sevakis2-119/+2
2013-04-09Consolidate identical fixedpoint exp and ln functions.Michael Sevakis2-91/+38
2013-04-06bookmark: add cancelling of autoload bookmarkRichard Quirk1-4/+5