summaryrefslogtreecommitdiffstats
path: root/media/libeffects/downmix/EffectDownmix.c
Commit message (Expand)AuthorAgeFilesLines
* Use new channel count functions for audio masksAndy Hung2014-05-161-3/+4
* Define CHANNEL_MASK_* in terms of AUDIO_CHANNEL_OUT_*Glenn Kasten2014-04-301-18/+7
* Remove AUDIO_CHANNEL_OUT_SURROUNDGlenn Kasten2014-04-301-63/+0
* libeffects: 64 bit compile issuesMark Salyzyn2014-04-181-22/+23
* Merge "LP64 fixes for media/libeffects"Narayan Kamath2014-03-071-3/+3
|\
| * LP64 fixes for media/libeffectsAshok Bhat2014-02-201-3/+3
* | Merge "Avoid a building error"Glenn Kasten2014-02-251-1/+3
|\ \ | |/ |/|
| * Avoid a building errorChih-Wei Huang2013-01-101-1/+3
* | Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-2/+2
* | libeffects: do not use GNU old-style field designatorssynergydev2013-10-191-7/+7
* | Only export the symbols that need to beMarco Nelissen2012-10-251-0/+2
* | Switch to new fx library APIMarco Nelissen2012-10-251-21/+0
|/
* 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-161-11/+269
* Downmix support for 5.1 and quad with side channelsJean-Michel Trivi2012-04-231-5/+28
* Turn off debug in downmix effectJean-Michel Trivi2012-04-181-1/+1
* AudioMixer uses downmix effect for multichannel contentJean-Michel Trivi2012-04-091-1/+1
* Effect for multichannel PCM downmix to stereoJean-Michel Trivi2012-03-071-0/+889