1. fda70d3 Visualizer: Convert Effect to float by Andy Hung · 7 years ago
  2. 07be14f Revert "Audio V4: Split system and vendor Audio.h" by Kevin Rocard · 8 years ago
  3. f8ad7f8 Audio V4: Split system and vendor Audio.h by Kevin Rocard · 8 years ago
  4. 612d8fc Fix overflow sanitizer in Visualizer_command. by Ivan Lozano · 8 years ago
  5. cb97d3e Fix overflow sanitizer in EffectVisualizer. by Ivan Lozano · 8 years ago
  6. da6a063 Add libhardware_headers to various modules by Vijay Venkatraman · 8 years ago
  7. df57a30 libeffects: move all libraries to vendor by SzuWei Lin · 8 years ago
  8. 32a5f5d resolve merge conflicts of 4532a36 to master by Mark Salyzyn · 9 years ago
  9. 1121dfb Merge "Replace cutils/log.h with either android/log.h or log/log.h" am: a05da2eea4 by Mark Salyzyn · 9 years ago
  10. 60d0207 Replace cutils/log.h with either android/log.h or log/log.h by Mark Salyzyn · 9 years ago
  11. d074a7d Visualizer: Check capture size and latency parameters am: 9a2732ba0a am: 5e0822f704 am: d21cc13ae6 am: f658db43f4 am: 73dae43026 am: 16303ece70 am: 0c7786ecd8 am: d6b51c0ef9 am: 2b82397960 am: ce6236f931 am: 24232c7bb7 am: b8842b6b87 by Andy Hung · 9 years ago
  12. 9a2732b Visualizer: Check capture size and latency parameters by Andy Hung · 9 years ago
  13. f4a63f6 Fix potential NULL dereference in Visualizer effect am: 874f9e0b8e am: f060479b9a by rago · 9 years ago
  14. bcc7230 Fix potential NULL dereference in Visualizer effect am: 874f9e0b8e by rago · 9 years ago
  15. 874f9e0 Fix potential NULL dereference in Visualizer effect by rago · 9 years ago
  16. 0c739c5 Merge "Fix potential NULL dereference in Visualizer effect" by Ricardo Garcia · 9 years ago
  17. ef22507 Enable strict warnings and fix unused warnings by Glenn Kasten · 9 years ago
  18. b66492c Fix potential NULL dereference in Visualizer effect by rago · 9 years ago
  19. d40faa1 Fix compiler warnings. by Ting-Yuan Huang · 9 years ago
  20. 2feb9ce Fix potential overflow in Visualizer effect am: 46dc714d52 am: 8720f85196 by rago · 9 years ago
  21. bad0250 Fix potential overflow in Visualizer effect am: 46dc714d52 am: 8720f85196 by rago · 9 years ago
  22. 46dc714 Fix potential overflow in Visualizer effect by rago · 9 years ago
  23. 099ab28 Fix potential overflow in Visualizer effect by rago · 9 years ago
  24. c655561 am 29b83cbb: DO NOT MERGE - audio effects: fix heap overflow by Eric Laurent · 10 years ago
  25. 29b83cb DO NOT MERGE - audio effects: fix heap overflow by Eric Laurent · 10 years ago
  26. 6368e6d audio effects: fix heap overflow by Eric Laurent · 10 years ago
  27. 0f714a4 audio effects: fix heap overflow by Eric Laurent · 10 years ago
  28. e541269 Use new channel count functions for audio masks by Andy Hung · 11 years ago
  29. cb010a3 am e1ff1051: am e0f20cea: Merge "libeffects: 64 bit compile issues" by Mark Salyzyn · 11 years ago
  30. 7cb0e73 libeffects: 64 bit compile issues by Mark Salyzyn · 11 years ago
  31. 9cf4f07 am e276aef8: am 0cf16339: Merge "Fix preventing from heap overwrite in capture command" by Glenn Kasten · 11 years ago
  32. e27e2d9 Fix includes to no longer pull in Skia includes directories. by Derek Sollenberger · 11 years ago
  33. abb7b17 Fix preventing from heap overwrite in capture command by Ryszard Grzesica · 12 years ago
  34. 7d6fc5e frameworks/av: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH by Colin Cross · 12 years ago
  35. 5bf2560 Merge commit 'b2059ff384eee8ffb70a7ec8fc5570405201c734' into HEAD by The Android Open Source Project · 12 years ago
  36. c9d8ea7 libeffects: do not use GNU old-style field designators by synergydev · 12 years ago
  37. 6fbc9ef Fix log typos in Visualizer effect by Jean-Michel Trivi · 12 years ago
  38. 09647d2 Add support for level measurements in Visualizer by Jean-Michel Trivi · 12 years ago
  39. 5baf2af more support for audio effect offload by Eric Laurent · 12 years ago
  40. ecba748 Add liblog by Ying Wang · 12 years ago
  41. da0dc0a Add liblog by Ying Wang · 12 years ago
  42. 7f16b19 Only export the symbols that need to be by Marco Nelissen · 13 years ago
  43. 655604a Only export the symbols that need to be by Marco Nelissen · 13 years ago
  44. 6035cb5 Switch to new fx library API by Marco Nelissen · 13 years ago
  45. 1bb85d2 Switch to new fx library API by Marco Nelissen · 13 years ago
  46. a189a68 Use struct assignment instead of explicit memcpy by Glenn Kasten · 13 years ago
  47. 3d51d5c Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/ by James Dong · 13 years ago
  48. f06c2ed Take latency and current time into account for visualization by Marco Nelissen · 13 years ago
  49. 3476de6 Add support for scaling mode parameter by Jean-Michel Trivi · 13 years ago
  50. 183dc77 fix visualizer inactivity detection by Eric Laurent · 13 years ago
  51. 33b3839 Remove dependency on audio_* location by Glenn Kasten · 13 years ago
  52. 5e92a78 Effect UUID inputs passed by pointer are const by Glenn Kasten · 14 years ago
  53. 5ff1dd5 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 14 years ago
  54. 3d5188b audio effects: rename configure command by Eric Laurent · 14 years ago
  55. 73bb0b9 am 2c29a5cf: am 1f8c6212: Merge "visualizer: reset buffer if playback is idle" into ics-mr1 by Eric Laurent · 14 years ago
  56. 3df40a0 visualizer: reset buffer if playback is idle by Eric Laurent · 14 years ago
  57. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 14 years ago
  58. 63b96e4 Merge "Remove the simulator target from all makefiles. Bug: 5010576" by Jeff Brown · 14 years ago
  59. 5e0067b Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 14 years ago
  60. ba7b8f8 Audio Effect API: process reverse stream function by Eric Laurent · 14 years ago
  61. 6d8b694 Moved and renamed effect API header files by Eric Laurent · 14 years ago
  62. e1315cf New effect library API by Eric Laurent · 14 years ago
  63. 9691a73 frameworks/base: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 14 years ago
  64. c8b3ca3 am cd08ada7: am 67c7a4ae: Merge "Fix off-by-two and other bugs in the visualization code. b/3137511" into gingerbread by Marco Nelissen · 15 years ago
  65. 64c3bde Fix off-by-two and other bugs in the visualization code. b/3137511 by Marco Nelissen · 15 years ago
  66. c425ffb am 1b37df95: am 9627847d: Merge "Fix error in AudioEffect command status reporting." into gingerbread by Eric Laurent · 15 years ago
  67. 0fa449c Fix error in AudioEffect command status reporting. by Eric Laurent · 15 years ago
  68. a4d13a5 am 6943b94b: am a6dc4699: Merge "Fix issue 2913071." into gingerbread by Eric Laurent · 15 years ago
  69. 0e75f0f Fix issue 2913071. by Eric Laurent · 15 years ago
  70. ed0de3c am 6fa88882: am 62d83a0c: Merge "Audio effects: modified command() parameter types." into gingerbread by Eric Laurent · 15 years ago
  71. 25f4395 Audio effects: modified command() parameter types. by Eric Laurent · 15 years ago
  72. 23e1de7 Audio Effects: added methods to effects java classes to store and load current effect settings in by Eric Laurent · 15 years ago
  73. 618678e Merge "Fix sim-eng build." by Andy McFadden · 15 years ago
  74. 2c994db Fix sim-eng build. by Andy McFadden · 15 years ago
  75. f997cab Fixed problems in audio effect volume control. by Eric Laurent · 15 years ago
  76. 2c8e5ca First submission of audio effect library from NXP software. by Eric Laurent · 15 years ago