index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
jni
/
soundpool
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check for null codec from AMediaCodec_createDecoderByType
Andy Hung
2015-04-29
1
-4
/
+5
*
Fix SoundPool track recycling for fast tracks
Andy Hung
2015-03-30
1
-5
/
+9
*
Remove the ability to disable audio service.
John Spurlock
2015-03-24
2
-46
/
+46
*
Merge "Revert "Revert "soundpool: update sample rate when reusing audiotrack"""
Andy Hung
2015-03-17
1
-0
/
+2
|
\
|
*
Revert "Revert "soundpool: update sample rate when reusing audiotrack""
Andy Hung
2015-03-17
1
-0
/
+2
*
|
Merge "Revert "Revert "soundpool: reuse channel for same sample if available"""
Andy Hung
2015-03-17
2
-34
/
+53
|
\
\
|
*
|
Revert "Revert "soundpool: reuse channel for same sample if available""
Andy Hung
2015-03-17
2
-34
/
+53
*
|
|
Merge "Revert "soundpool: reuse channel for same sample if available""
Glenn Kasten
2015-03-10
2
-53
/
+34
|
\
\
\
|
|
/
/
|
*
|
Revert "soundpool: reuse channel for same sample if available"
Glenn Kasten
2015-03-09
2
-53
/
+34
|
|
/
*
|
Merge "Revert "soundpool: update sample rate when reusing audiotrack""
Glenn Kasten
2015-03-10
1
-2
/
+0
|
\
\
|
|
/
|
*
Revert "soundpool: update sample rate when reusing audiotrack"
Glenn Kasten
2015-03-09
1
-2
/
+0
*
|
Fix SoundPool playback of multichannel files.
Andy Hung
2015-03-06
2
-5
/
+7
|
/
*
soundpool: update sample rate when reusing audiotrack
Dhananjay Kumar
2015-03-04
1
-0
/
+2
*
soundpool: reuse channel for same sample if available
Haynes Mathew George
2015-03-04
2
-34
/
+53
*
Fix memory leak
Marco Nelissen
2015-02-10
1
-0
/
+1
*
Fix printf format
Marco Nelissen
2015-01-27
1
-2
/
+2
*
Make SoundPool use MediaCodec
Marco Nelissen
2015-01-23
6
-21
/
+1437
*
Race-condition in SoundPool during release
Dariusz Iwanoczko
2014-11-11
1
-3
/
+3
*
Frameworks/base: Wall Werror in media/jni
Andreas Gampe
2014-11-10
2
-8
/
+10
*
AudioAttributes for SoundPool
Jean-Michel Trivi
2014-07-20
1
-13
/
+62
*
Add stream-level suppression to vibrate/audio services.
John Spurlock
2014-03-19
1
-2
/
+2
*
AArch64: Use long for pointers in media classes
Ashok Bhat
2014-01-15
1
-19
/
+19
*
resolved conflicts for merge of a976bddd to master
Ying Wang
2013-04-09
1
-0
/
+1
|
\
|
*
Add liblog
Ying Wang
2013-04-09
1
-0
/
+1
*
|
Phase 1 of refactoring SystemServer.
Dan Morrill
2013-04-04
2
-49
/
+49
|
/
*
Remove obsolete references to libmedia_native
Glenn Kasten
2012-10-30
1
-2
/
+1
*
frameworks base Android.mk file changes
James Dong
2012-03-28
2
-4
/
+1
*
reorganize SoundPool and JetPlayer code.
Eric Laurent
2012-03-26
6
-1331
/
+5
*
Add libmedia_native
Glenn Kasten
2012-03-16
1
-1
/
+2
*
Use audio_policy_output_flags_t consistently
Glenn Kasten
2012-03-09
1
-2
/
+3
*
Update comments
Glenn Kasten
2012-02-14
1
-1
/
+1
*
Follow raw pointer and sp<> conventions
Glenn Kasten
2012-02-10
2
-4
/
+5
*
Use audio_stream_type_t consistently
Glenn Kasten
2012-01-13
3
-6
/
+6
*
Merge "Use audio_format_t consistently"
Glenn Kasten
2012-01-12
2
-4
/
+4
|
\
|
*
Use audio_format_t consistently
Glenn Kasten
2012-01-05
2
-4
/
+4
*
|
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
2
-8
/
+8
*
|
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
2
-3
/
+3
|
/
*
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
3
-76
/
+76
*
Remove unneeded #include <sys/resource.h>
Glenn Kasten
2011-06-15
1
-1
/
+0
*
Revert "Use AudioTrack::event_type not int in callback"
Glenn Kasten
2011-06-01
2
-4
/
+4
*
Use AudioTrack::event_type not int in callback
Glenn Kasten
2011-06-01
2
-4
/
+4
*
update for new audio.h header location
Dima Zavin
2011-05-12
1
-1
/
+1
*
audio/media: convert to using the audio HAL and new audio defs
Dima Zavin
2011-04-27
1
-3
/
+5
*
You don't need to poke around inside FileDescriptor manually.
Elliott Hughes
2011-04-11
1
-1
/
+1
*
Fix issue 3261656.
Eric Laurent
2011-01-07
3
-121
/
+198
*
Fix issue 3157123.
Eric Laurent
2010-11-19
1
-1
/
+0
*
Add a name to the previously-unnamed thread created by SoundPoolThread.
Steve Howard
2010-03-11
2
-3
/
+2
*
Fix logging in SoundPool.
Dave Sparks
2010-02-17
1
-2
/
+2
*
Add SoundPool API to pause and resume all active streams. Bug 2426531.
Dave Sparks
2010-02-16
3
-1
/
+76
*
Fix SoundPool restart problem CheckJNI issue.
Dave Sparks
2009-12-23
1
-1
/
+5
[next]