summaryrefslogtreecommitdiffstats
path: root/services/audioflinger
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Move AudioRecord frame count calculations to server" into lmp-devGlenn Kasten2014-07-171-35/+31
|\ \
| * | Move AudioRecord frame count calculations to serverGlenn Kasten2014-07-171-35/+31
* | | Merge "Fix initial audio glitch on startup" into lmp-devAndy Hung2014-07-171-1/+1
|\ \ \ | |/ / |/| |
| * | Fix initial audio glitch on startupAndy Hung2014-07-171-1/+1
* | | Add audio_input_flags_t to IAudioFlinger::openInputGlenn Kasten2014-07-172-4/+6
* | | Improve dumpsys for capture threadsGlenn Kasten2014-07-172-4/+6
|/ /
* | Add audio_input_flags_t to HAL open_input_streamGlenn Kasten2014-07-151-2/+3
* | const correctness on downmix and upmixGlenn Kasten2014-07-151-3/+3
* | stagefright: Pass audio aac sub formats in offloadinfoaarti jadhav-gaikwad2014-07-111-7/+16
* | Return negotiated format with HAL in AudioFlingerAndy Hung2014-07-102-5/+11
* | Merge "Add floating point volume handling to AudioMixer"Andy Hung2014-07-0813-114/+291
|\ \
| * | Add floating point volume handling to AudioMixerAndy Hung2014-07-0813-114/+291
* | | Merge "Enable extended precision PCM output in AudioFlinger"Andy Hung2014-07-091-1/+1
|\ \ \ | |/ / |/| |
| * | Enable extended precision PCM output in AudioFlingerAndy Hung2014-07-081-1/+1
* | | Merge "Replace int bitDepth with audio_format_t in Resampler"Andy Hung2014-07-0711-59/+54
|\ \ \ | |/ / |/| |
| * | Replace int bitDepth with audio_format_t in ResamplerAndy Hung2014-07-0711-59/+54
* | | Merge "IAudioFlinger::openRecord now suggests notificationFrames"Glenn Kasten2014-07-024-1/+6
|\ \ \
| * | | IAudioFlinger::openRecord now suggests notificationFramesGlenn Kasten2014-07-034-1/+6
| |/ /
* | | audio: deprecate audio_stream_frame_size()Eric Laurent2014-07-031-3/+3
* | | Merge "Remove obsolete IAudioFlinger::channelCount()"Glenn Kasten2014-07-023-13/+0
|\ \ \ | |/ / |/| |
| * | Remove obsolete IAudioFlinger::channelCount()Glenn Kasten2014-06-023-13/+0
* | | Add and enable multichannel for audio resamplerAndy Hung2014-07-024-56/+130
* | | Add multichannel to audio resample processingAndy Hung2014-07-021-62/+146
* | | Add new AudioMixer processing hooksAndy Hung2014-06-303-45/+761
* | | Merge "Add enabling variable for extended precision audio"Andy Hung2014-06-263-10/+43
|\ \ \
| * | | Add enabling variable for extended precision audioAndy Hung2014-06-253-10/+43
* | | | Use sp<> instead of raw pointer for FastMixerGlenn Kasten2014-06-242-12/+10
* | | | Merge "Add test-mixer AudioMixer test program"Andy Hung2014-06-233-0/+458
|\ \ \ \
| * | | | Add test-mixer AudioMixer test programAndy Hung2014-06-203-0/+458
* | | | | Merge "Extract out test utility functions from resampler_tests"Andy Hung2014-06-203-202/+322
|\ \ \ \ \ | |/ / / /
| * | | | Extract out test utility functions from resampler_testsAndy Hung2014-06-183-202/+322
| |/ / /
* | | | AudioTrack: add support for compressed audioEric Laurent2014-06-193-16/+28
|/ / /
* | | am a3603693: Merge "Fix deadlock" into lmp-preview-devGlenn Kasten2014-06-161-5/+8
|\ \ \
| * \ \ Merge "Fix deadlock" into lmp-preview-devGlenn Kasten2014-06-161-5/+8
| |\ \ \
| | * | | Fix deadlockGlenn Kasten2014-06-161-5/+8
* | | | | am 3bcffa13: force command flush after releasing a reference to shared memoryEric Laurent2014-06-131-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | force command flush after releasing a reference to shared memoryEric Laurent2014-06-131-2/+2
| |/ / /
* | | | frameworks: av: fix bug in the volume managementBryant Liu2014-06-121-0/+3
* | | | am 0ac53364: Merge "Fix non-monotonic AudioTrack::getTimestamp after pause" i...Glenn Kasten2014-06-122-3/+36
|\ \ \ \ | |/ / /
| * | | Merge "Fix non-monotonic AudioTrack::getTimestamp after pause" into lmp-previ...Glenn Kasten2014-06-102-3/+36
| |\ \ \
| | * | | Fix non-monotonic AudioTrack::getTimestamp after pauseGlenn Kasten2014-06-102-3/+36
| * | | | Update resampler to fetch exactly the frames neededAndy Hung2014-06-111-20/+36
| * | | | DO NOT MERGE - AudioFlinger: increase per client memory poolEric Laurent2014-06-091-1/+1
* | | | | Merge "Add tests directory for AudioFlinger"Andy Hung2014-06-094-0/+535
|\ \ \ \ \
| * | | | | Add tests directory for AudioFlingerAndy Hung2014-05-284-0/+535
* | | | | | am 45df31f5: Merge "AudioFlinger: fix PatchPanel debug log." into lmp-preview...Eric Laurent2014-06-051-2/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge "AudioFlinger: fix PatchPanel debug log." into lmp-preview-devEric Laurent2014-06-051-2/+2
| |\ \ \ \ \
| | * | | | | AudioFlinger: fix PatchPanel debug log.Eric Laurent2014-06-041-2/+2
| | | |/ / / | | |/| | |
| * | | | | Squashed commit of the following:Glenn Kasten2014-06-0519-182/+1193
* | | | | | Merge "Update resampler to fetch exactly the frames needed"Andy Hung2014-06-051-20/+36
|\ \ \ \ \ \