OSDN Git Service

am 4c2bc0fd: Bug 3388299 Fix stack buffer overrun
[android-x86/system-media.git] / opensles /
2011-01-26 Glenn Kastenam 4c2bc0fd: Bug 3388299 Fix stack buffer overrun
2011-01-26 Glenn KastenBug 3388299 Fix stack buffer overrun
2011-01-23 Glenn Kastenam 062b7b45: Merge "Bug 3326605: AudioRecorder uses...
2011-01-23 Glenn Kastenam 28d27b96: Bug 3360707
2011-01-23 Glenn KastenMerge "Bug 3326605: AudioRecorder uses wrong channel...
2011-01-23 Glenn KastenBug 3326605: AudioRecorder uses wrong channel mask
2011-01-23 Glenn KastenBug 3360707
2010-12-29 Jean-Baptiste QueruMerge "IAndroidEffect.c is actually a c++ file."
2010-12-27 Bruce BeareIAndroidEffect.c is actually a c++ file.
2010-10-23 Glenn KastenMerge "Fix bug 3112893 in handling of container size...
2010-10-23 Glenn KastenMerge "Bug 3101247 - move track ownership" into gingerbread
2010-10-22 Glenn KastenBug 3101247 - move track ownership
2010-10-22 Glenn KastenBug 3102561 - Tests only
2010-10-22 Glenn KastenFix bug 3112893 in handling of container size
2010-10-19 Adam MomtazBug# 3111274 - Dump raw audio to file for automated...
2010-10-18 Jean-Michel TriviFix bug 3106530 Don't report unhandled AudioTrack event...
2010-10-16 Glenn KastenMerge "Fix bug 3101835 - play state crash" into gingerbread
2010-10-16 Glenn KastenBug 3102561 - Tests and examples only
2010-10-16 Glenn KastenFix bug 3101211, partial fix for bug 3101247
2010-10-16 Glenn KastenMerge "Bug 3102561 - Clean up reverb test" into gingerbread
2010-10-16 Glenn KastenBug 3102561 - Clean up reverb test
2010-10-15 Glenn KastenFix bug 3101835 - play state crash
2010-10-15 Andreas HuberInclude the framework copy of the OpenMAX headers inste...
2010-10-13 Jean-Michel TriviFix bug 3094729 Support AAC+ in OpenSL ES
2010-10-13 Glenn KastenMerge "Make log less noisy" into gingerbread
2010-10-13 Glenn KastenMake log less noisy
2010-10-13 Jean-Michel TriviFix bug 3090610 Report an error on AAC+
2010-10-12 Jean-Michel TriviEnable aux effect attachment before the AudioTrack...
2010-10-11 Jean-Michel TriviStop preparing the player if an audio track cannot...
2010-10-11 Jean-Michel TriviMerge "Notify when prefetching fails" into gingerbread
2010-10-11 Jean-Michel TriviNotify when prefetching fails
2010-10-11 Glenn KastenWorkaround for build error on sim-eng
2010-10-10 Glenn KastenAdd support for 8-bit and 48 kHz PCM
2010-10-10 Glenn KastenFix build warnings
2010-10-10 Glenn KastenTest cleanup
2010-10-08 Glenn KastenMore tests and bug fixes
2010-10-07 Glenn KastenInterface testing and bug fixes
2010-10-05 Glenn KastenObject an interface initialization/destroy cleanup
2010-10-04 Glenn KastenAdd new test, fix bugs found by test & code review
2010-09-30 Glenn KastenMerge "Add buffer queue configuration test" into ginger...
2010-09-30 Glenn KastenAdd buffer queue configuration test
2010-09-29 Jean-Michel TriviLock tweak between interface and object
2010-09-29 Jean-Michel TriviCode cleanup: function name unification.
2010-09-29 Jean-Michel TriviFix issues with SLPlaybackRateItf interface
2010-09-28 Glenn KastenMerge "Add MuteSolo checks for audio player and fix...
2010-09-28 Glenn KastenAdd MuteSolo checks for audio player and fix bugs
2010-09-28 Jean-Michel TriviMerge "Fix bug 3004701 do not prefetch during Realize...
2010-09-28 Jean-Michel TriviFix bug 3004701 do not prefetch during Realize.
2010-09-28 Glenn KastenEnable and test more interface ID queries
2010-09-28 Glenn KastenAdd engine interface test
2010-09-28 Glenn KastenMerge "Destroy for an unrealized engine was hanging...
2010-09-28 Jean-Michel TriviRemove old stream type code that's not used anymore.
2010-09-27 Glenn KastenDestroy for an unrealized engine was hanging
2010-09-27 Glenn KastenInitialize mEffects if audio player partly created
2010-09-27 Jean-Michel TriviFix AudioTrack sessionId bug
2010-09-27 Jean-Michel TriviRemove unused Android object type AUDIOTRACK_PUSH
2010-09-27 Jean-Michel TriviMerge "Support content looping for URI and FD data...
2010-09-27 Jean-Michel TriviSupport content looping for URI and FD data sources.
2010-09-26 Glenn KastenRestore the 2 unmerged equalizer tests
2010-09-26 Jean-Michel TriviLog which effect initialization function is used.
2010-09-26 Jean-Michel TriviImplement buffer cache fill level and status notification.
2010-09-26 Glenn KastenTemporary fix for broken build
2010-09-26 Glenn KastenReplace one configuration hack by another
2010-09-26 Glenn KastenCleanup
2010-09-24 Glenn KastenFix problems found during testing
2010-09-24 Glenn KastenFix bug found by BufferQueue automated test
2010-09-24 Glenn KastenAs part of API review, disable incomplete profiles
2010-09-22 Glenn KastenAndroid simple buffer queue locator and interface
2010-09-21 Glenn KastenAdd explicit dependency to utility library.
2010-09-21 Glenn KastenQuick fix for build break, real fix to follow
2010-09-21 Glenn KastenUpdate logging
2010-09-21 Jean-Michel TriviFix bug 3022251
2010-09-20 Jean-Michel TriviMerge "Fix bug 3011821 OpenSL ES Volume chain configura...
2010-09-20 Jean-Michel TriviFix bug 3011821 OpenSL ES Volume chain configuration
2010-09-20 Glenn KastenMerge "Enable semi-standard logging (does not use LOG...
2010-09-20 Glenn KastenEnable semi-standard logging (does not use LOG macros)
2010-09-20 Jean-Michel TriviFix AudioRecorder initialization error.
2010-09-20 Jean-Michel TriviFix bug 3009239
2010-09-19 Jean-Michel TriviChange object state test for SLAndroidConfigurationItf.
2010-09-19 Jean-Michel TriviRemove the SLAndroidStreamTypeItf interface.
2010-09-18 Yu Shan Emily LauMerge "Turn on the opensl samples." into gingerbread
2010-09-18 Glenn KastenImprove reliability of Object::Destroy / Create
2010-09-18 Yu Shan Emily LauTurn on the opensl samples.
2010-09-17 Jean-Michel TriviAllow Android stream type to be set by SLAndroidConfigu...
2010-09-17 Jean-Michel TriviAdd example for SLRecordItf callback registration and...
2010-09-16 Jean-Michel TriviMerge "Signal recording buffer overrun with SL_RECORDEV...
2010-09-16 Jean-Michel TriviSignal recording buffer overrun with SL_RECORDEVENT_HEA...
2010-09-16 Glenn KastenMake hashgen build again, and update the hashtable
2010-09-16 Jean-Michel TriviFix bug 3003630
2010-09-15 Jean-Michel TriviStore sessionId in AudioPlayer.
2010-09-15 Jean-Michel TriviFix bug where OutputMix is not fully initialized by...
2010-09-15 Eric LaurentFixed C/C++ interworking problem in IAndroidEffect
2010-09-15 Jean-Michel TriviMerge "Add prefetch status error definitions." into...
2010-09-15 Jean-Michel TriviRename default recording preset to generic.
2010-09-14 Jean-Michel TriviAdd prefetch status error definitions.
2010-09-14 Jean-Michel TriviImplement SLAndroidConfigurationItf on AudioRecorder.
2010-09-13 Glenn KastenReduce .so size and hide internal global symbols
2010-09-13 Glenn KastenFix some race conditions and deadlocks.
2010-09-12 Jean-Michel TriviAdd SLAndroidConfigurationItf, enabled on AudioRecorder.
2010-09-12 Jean-Michel TriviHide media player looper from AudioPlayer.
next