summaryrefslogtreecommitdiffstats
path: root/media/libeffects/visualizer/EffectVisualizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Visualizer: Check capture size and latency parametersAndy Hung2017-02-031-11/+32
* Fix potential NULL dereference in Visualizer effectrago2016-12-121-3/+8
* Fix potential overflow in Visualizer effectrago2016-09-271-0/+9
* audio effects: fix heap overflowEric Laurent2015-06-191-8/+8
* Use new channel count functions for audio masksAndy Hung2014-05-161-1/+2
* libeffects: 64 bit compile issuesMark Salyzyn2014-04-181-17/+18
* Fix preventing from heap overwrite in capture commandRyszard Grzesica2014-02-201-34/+35
* Merge commit 'b2059ff384eee8ffb70a7ec8fc5570405201c734' into HEADThe Android Open Source Project2013-11-221-19/+137
|\
| * Fix log typos in Visualizer effectJean-Michel Trivi2013-09-241-9/+7
| * Add support for level measurements in VisualizerJean-Michel Trivi2013-09-231-17/+137
| * more support for audio effect offloadEric Laurent2013-09-181-2/+2
| * Only export the symbols that need to beMarco Nelissen2012-10-251-1/+2
| * Switch to new fx library APIMarco Nelissen2012-10-251-19/+0
* | libeffects: do not use GNU old-style field designatorssynergydev2013-10-191-7/+7
* | Only export the symbols that need to beMarco Nelissen2012-10-251-1/+2
* | Switch to new fx library APIMarco Nelissen2012-10-251-19/+0
|/
* Use struct assignment instead of explicit memcpyGlenn Kasten2012-07-171-5/+5
* Take latency and current time into account for visualizationMarco Nelissen2012-06-071-34/+63
* Add support for scaling mode parameterJean-Michel Trivi2012-04-181-32/+59
* fix visualizer inactivity detectionEric Laurent2012-03-261-9/+24
* Effect UUID inputs passed by pointer are constGlenn Kasten2012-02-081-2/+2
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* audio effects: rename configure commandEric Laurent2011-12-191-6/+33
* am 2c29a5cf: am 1f8c6212: Merge "visualizer: reset buffer if playback is idle...Eric Laurent2011-11-111-3/+25
|\
| * visualizer: reset buffer if playback is idleEric Laurent2011-11-101-3/+25
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-11/+11
|/
* Audio Effect API: process reverse stream functionEric Laurent2011-07-111-1/+2
* Moved and renamed effect API header filesEric Laurent2011-07-071-5/+5
* New effect library APIEric Laurent2011-05-271-33/+80
* Fix off-by-two and other bugs in the visualization code.Marco Nelissen2010-10-271-9/+12
* Fix error in AudioEffect command status reporting.Eric Laurent2010-09-241-2/+2
* Fix issue 2913071.Eric Laurent2010-09-211-2/+20
* Audio effects: modified command() parameter types.Eric Laurent2010-07-281-2/+2
* Fixed problems in audio effect volume control.Eric Laurent2010-07-191-3/+3
* First submission of audio effect library from NXP software.Eric Laurent2010-07-171-0/+401