index
:
frameworks_av.git
replicant-4.2
replicant-6.0
frameworks/av
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
audioflinger
/
FastMixer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update comments
Glenn Kasten
2015-03-13
1
-0
/
+1
*
Remove redundant this->
Glenn Kasten
2015-03-03
1
-6
/
+6
*
Add "m" prefix to fields
Glenn Kasten
2015-03-03
1
-121
/
+121
*
Rename FAST_MIXER_STATISTICS to FAST_THREAD_STATISTICS
Glenn Kasten
2015-03-02
1
-2
/
+2
*
Warmup cycles must be in range and consecutive
Glenn Kasten
2015-02-19
1
-2
/
+4
*
Include what you use
Glenn Kasten
2015-02-19
1
-0
/
+1
*
Pull out FastCaptureDumpState and FastMixerDumpState
Glenn Kasten
2015-02-19
1
-219
/
+0
*
Line length 100
Glenn Kasten
2014-12-30
1
-1
/
+2
*
Restore the ability to build tee sink for debugging
Glenn Kasten
2014-09-02
1
-1
/
+1
*
Add multichannel capability to AudioFlinger
Andy Hung
2014-07-24
1
-5
/
+24
*
Change parameter type for volume to float in AudioMixer
Andy Hung
2014-05-30
1
-10
/
+8
*
Add multiple format capability to FastMixer
Andy Hung
2014-05-29
1
-5
/
+33
*
Merge "Rename mixBuffer to mMixerBuffer in FastMixer"
Andy Hung
2014-05-27
1
-18
/
+18
|
\
|
*
Rename mixBuffer to mMixerBuffer in FastMixer
Andy Hung
2014-05-23
1
-18
/
+18
*
|
Merge "Add multiple format capability to AudioMixer"
Andy Hung
2014-05-27
1
-1
/
+5
|
\
\
|
|
/
|
*
Add multiple format capability to AudioMixer
Andy Hung
2014-05-23
1
-1
/
+5
*
|
Merge "Add format parameter to getTrackName() and track_t"
Andy Hung
2014-05-23
1
-1
/
+2
|
\
\
|
|
/
|
*
Add format parameter to getTrackName() and track_t
Andy Hung
2014-05-19
1
-1
/
+2
*
|
am 79262cfc: am 5b756bfd: am 8b187f4a: Merge "Move frameworks/av off <sys/ato...
Elliott Hughes
2014-05-23
1
-1
/
+0
|
\
\
|
*
|
Move frameworks/av off <sys/atomics.h>.
Elliott Hughes
2014-05-22
1
-1
/
+0
*
|
|
resolved conflicts for merge of f285c91e to master
Elliott Hughes
2014-05-22
1
-31
/
+31
|
\
\
\
|
|
/
/
|
*
|
Move frameworks/av from fdprintf to POSIX dprintf.
Elliott Hughes
2014-05-22
1
-25
/
+25
|
*
|
Restore accidentally-removed NULL timeout.
Elliott Hughes
2014-05-21
1
-1
/
+1
|
*
|
Move frameworks/av off private API.
Elliott Hughes
2014-05-21
1
-1
/
+1
*
|
|
Merge "Update AudioMixer::getTrackName to save channelMask"
Andy Hung
2014-05-20
1
-5
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Update AudioMixer::getTrackName to save channelMask
Andy Hung
2014-05-16
1
-5
/
+1
*
|
|
Pass stereo gains as packed minifloat
Glenn Kasten
2014-05-19
1
-5
/
+7
|
/
/
*
|
Start pulling bits of FastMixer up to FastThread
Glenn Kasten
2014-04-28
1
-561
/
+327
*
|
Fix regression in FastMixer statistics
Glenn Kasten
2014-04-07
1
-0
/
+1
*
|
Use LOG_ALWAYS_FATAL instead of LOG_FATAL
Glenn Kasten
2014-03-26
1
-1
/
+1
*
|
resolved conflicts for merge of 566be7c3 to master
Narayan Kamath
2014-02-11
1
-6
/
+6
|
\
\
|
|
/
|
*
Make frameworks/av 64-bit compatible
Kévin PETIT
2014-02-11
1
-6
/
+6
*
|
am 5a458ede: am 5930e8eb: Merge "AudioFlinger: Remove code for supporting res...
Glenn Kasten
2014-02-10
1
-23
/
+4
|
\
\
|
|
/
|
*
AudioFlinger: Remove code for supporting resampling in fast tracks
Martin Storsjo
2014-02-05
1
-23
/
+4
*
|
Pretty up audioflinger dumpsys
Marco Nelissen
2014-02-10
1
-19
/
+25
*
|
Use Format_isValid() and Format_isEqual() instead of direct comparison
Glenn Kasten
2014-02-03
1
-1
/
+1
*
|
am 97992cc7: am 732845c7: FastMixer computes presentation timestamps for fast...
Glenn Kasten
2013-09-03
1
-1
/
+46
|
\
\
|
|
/
|
*
FastMixer computes presentation timestamps for fast tracks
Glenn Kasten
2013-09-03
1
-1
/
+46
*
|
Use curly braces in 'if' to make it easier to add logs
Glenn Kasten
2013-08-13
1
-1
/
+2
|
/
*
HAL stream format for mixer output threads must be stereo 16-bit PCM
Glenn Kasten
2013-07-25
1
-3
/
+5
*
Use AudioSystem::setLowRamDevice() to configure memory
Glenn Kasten
2013-07-19
1
-13
/
+29
*
Make AudioFlinger::instantiate() more resilient when called from separate module
Glenn Kasten
2013-07-19
1
-0
/
+7
*
Fix indentation
Glenn Kasten
2013-07-10
1
-74
/
+74
*
Remove timing jitter during startup of audio
Glenn Kasten
2013-04-23
1
-0
/
+4
*
Miscellaneous cleanup
Glenn Kasten
2013-03-04
1
-3
/
+3
*
media.log cleanup
Glenn Kasten
2013-03-01
1
-17
/
+7
*
Revert "Temporary additional logging to investigate bug"
Glenn Kasten
2013-02-15
1
-89
/
+4
*
Temporary additional logging to investigate bug
Glenn Kasten
2013-02-15
1
-4
/
+89
*
Revert "Temporary additional logging to investigate bug"
Glenn Kasten
2013-02-14
1
-43
/
+2
*
Temporary additional logging to investigate bug
Glenn Kasten
2013-02-14
1
-2
/
+43
[next]