summaryrefslogtreecommitdiffstats
path: root/media/libeffects
Commit message (Expand)AuthorAgeFilesLines
* LP64 fixes for media/libeffectsAshok Bhat2014-02-2014-61/+62
* libeffects: don't set module pathColin Cross2014-02-131-1/+0
* Make frameworks/av 64-bit compatibleKévin PETIT2014-02-114-20/+21
* fix deadlock issues that arise when there are simultaneousjpadmana2014-01-315-31/+88
* frameworks/av: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATHColin Cross2014-01-277-9/+9
* libeffects: do not use GNU old-style field designatorssynergy dev2013-12-172-14/+14
* Merge commit 'b2059ff384eee8ffb70a7ec8fc5570405201c734' into HEADThe Android Open Source Project2013-11-2227-23/+2768
|\
| * fix offload audio effect proxy implementation uuidEric Laurent2013-10-041-1/+2
| * fix oflload effect proxy commmand handlingEric Laurent2013-09-272-46/+54
| * fix command handling in effect offload proxyEric Laurent2013-09-271-11/+48
| * Effect Offload Proxy for effects offloadjpadmana2013-09-274-1/+408
| * Effects Factory changes for effects offloadjpadmana2013-09-273-2/+274
| * Revert "Effects Factory changes for effects offload"Eric Laurent2013-09-273-274/+2
| * Revert "Effect Offload Proxy for effects offload"Eric Laurent2013-09-274-453/+1
| * LoudnessEnhancer compatible with stereo imagingJean-Michel Trivi2013-09-264-26/+56
| * Merge "Fix log typos in Visualizer effect" into klp-devJean-Michel Trivi2013-09-241-9/+7
| |\
| | * Fix log typos in Visualizer effectJean-Michel Trivi2013-09-241-9/+7
| * | fix oflload effect proxy commmand handlingEric Laurent2013-09-242-46/+54
| |/
| * Add support for level measurements in VisualizerJean-Michel Trivi2013-09-231-17/+137
| * more support for audio effect offloadEric Laurent2013-09-182-13/+50
| * LoudnessEnhancer audio effect implementationJean-Michel Trivi2013-09-1719-0/+1872
| * Effect Offload Proxy for effects offloadjpadmana2013-09-064-1/+408
| * Effects Factory changes for effects offloadjpadmana2013-09-063-2/+274
| * Clean up references to AUDIO_FORMAT_PCM_8_24_BITGlenn Kasten2013-07-102-2/+2
* | libeffects: do not use GNU old-style field designatorssynergydev2013-10-195-35/+35
|/
* Apply EQ and bass boost first in effect chainJean-Michel Trivi2013-06-201-2/+2
* Fix reverb at 48kHzEric Laurent2013-05-011-6/+6
* Add liblogYing Wang2013-04-094-3/+5
* Fix valgrind errorMarco Nelissen2013-03-191-0/+1
* Turn off executable bit on ordinary filesGlenn Kasten2012-11-023-0/+0
* Only export the symbols that need to beMarco Nelissen2012-10-2510-12/+25
* Switch to new fx library APIMarco Nelissen2012-10-259-174/+0
* Fix valgrind issuesMarco Nelissen2012-10-173-2/+8
* Fix THD with max user EQ preset volume againEric Laurent2012-09-172-93/+79
* Merge "Limit maximum equalizer gain." into jb-mr1-devEric Laurent2012-09-112-40/+68
|\
| * Limit maximum equalizer gain.Eric Laurent2012-09-102-40/+68
* | audio effects: no audio preprocessing by defaultEric Laurent2012-09-101-15/+24
|/
* Merge "Fix headroom management in equalizer" into jb-mr1-devEric Laurent2012-09-071-3/+8
|\
| * Fix headroom management in equalizerEric Laurent2012-09-071-3/+8
* | audioflinger: changes for new audio devices enumsEric Laurent2012-09-071-0/+4
|/
* audio effects: fix bug in sample rate control.Eric Laurent2012-08-301-0/+2
* Reduce THD when equalizer is ON.Eric Laurent2012-08-242-3/+5
* Use struct assignment instead of explicit memcpyGlenn Kasten2012-07-177-32/+32
* Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-1312-0/+1140
* Take latency and current time into account for visualizationMarco Nelissen2012-06-071-34/+63
* Prevent occurences of clipping in loud downmixed scenesJean-Michel Trivi2012-05-241-20/+20
* Stereo downmixer supports generic configurations. Fix 7.1 downmixJean-Michel Trivi2012-05-162-11/+282
* Downmix support for 5.1 and quad with side channelsJean-Michel Trivi2012-04-231-5/+28
* Merge "Turn off debug in downmix effect"Jean-Michel Trivi2012-04-191-1/+1
|\
| * Turn off debug in downmix effectJean-Michel Trivi2012-04-181-1/+1