OSDN Git Service

android-x86/system-media.git
2010-07-15 Jean-Michel... Use the AudioEffect framework to implement SLEqualizerItf.
2010-07-14 Glenn KastenLogging and comments to make testing easier.
2010-07-13 Glenn KastenBug fix and general code cleanup.
2010-07-09 Glenn KastenPort test apps to non-Android platform.
2010-07-09 Jean-Michel... Since SLPrefetchStatusItf is explicit, fix the playUri...
2010-07-09 Glenn KastenFix error and warning on non-Android platforms.
2010-07-09 Glenn KastenMerge "Format: preprocessor directive not in column...
2010-07-09 Glenn KastenMerge "Fix printf format problem." into gingerbread
2010-07-09 Glenn KastenFormat: preprocessor directive not in column 1.
2010-07-09 Glenn KastenFix printf format problem.
2010-07-08 Jean-Michel... Modify result related macros to not force them to be...
2010-07-08 Yu Shan Emily LauAdded the make file for the opensles gTest.
2010-07-07 Jean-Michel... Implement seeking on a media player.
2010-07-07 Jean-Michel... Don't allow requested the SLSeekItf when the data sourc...
2010-07-07 Glenn KastenMerge "Trace debug support." into gingerbread
2010-07-07 Glenn KastenTrace debug support.
2010-07-03 Yu Shan Emily LauThe change broke the sim build. Remove the makefile...
2010-07-02 Jean-Michel... Fix sim build. Proper makefile modification, not copy...
2010-07-02 Jean-Michel... Fix sim build. Exclude stlport on the simulator.
2010-07-02 Jean-Michel... Merge "Cache sample rate once known instead of querying...
2010-07-02 Jean-Michel... Cache sample rate once known instead of querying it...
2010-07-01 Yu Shan Emily LauMerge "Integrated the mimeUri PlayUri native with the...
2010-07-01 Jean-Michel... Let SfPlayer handle the play state with regards to...
2010-07-01 Jean-Michel... Merge "Fix build. Correct definition of 64bit constants...
2010-07-01 Jean-Michel... Fix build. Correct definition of 64bit constants.
2010-07-01 Glenn KastenFix miscellaneous bugs.
2010-06-30 Jean-Michel... Merge "Declaration of a new DataLocator type for OpenSL...
2010-06-30 Yu Shan Emily LauIntegrated the mimeUri PlayUri native with the gTest...
2010-06-30 Jean-Michel... Declaration of a new DataLocator type for OpenSL ES...
2010-06-30 Glenn KastenInitial draft of multiplay command-line test app.
2010-06-29 Jean-Michel... Add a test for GetStreamType on SLAndroidStreamTypeItf.
2010-06-29 Jean-Michel... Declaration and implementation of a new OpenSL ES inter...
2010-06-29 Glenn KastenRestore previous version of CAudioPlayer fields.
2010-06-29 Glenn KastenGain and transport attributes at mutex unlock.
2010-06-28 Jean-Michel... Fix test makefiles for OpenSL ES test apps.
2010-06-25 Jean-Michel... Fix prefetching issue where decode shouldn't start...
2010-06-25 Jean-Michel... Implement stop for SfPlayer. Fixes crash at end of...
2010-06-25 Jean-Michel... Merge "Implement the SLMuteSoloItf interface." into...
2010-06-25 Jean-Michel... Merge "New test / demo to exercise SLMuteSoloItf on...
2010-06-25 Jean-Michel... New test / demo to exercise SLMuteSoloItf on an AudioPl...
2010-06-25 Jean-Michel... Implement the SLMuteSoloItf interface.
2010-06-24 Glenn KastenNormalize boolean input parameters to slCreateEngine.
2010-06-23 Jean-Michel... Share the same AudioTrack instance regardless of the...
2010-06-22 Jean-Michel... Introduction of Stagefright to replace MediaPlayer.
2010-06-21 Glenn KastenContinued bug fixing.
2010-06-21 Jean-Michel... For Android code, use ANDROID flag rather then USE_ANDROID.
2010-06-18 Glenn KastenImprove platform portability.
2010-06-18 Glenn KastenMinor bug fixes and FIXMEs.
2010-06-18 Glenn KastenAdd limited volume support for USE_SNDFILE platform.
2010-06-17 Glenn KastenFix two long-standing FIXMEs: O(n) and mThis.
2010-06-16 Jean-Michel... Introduction of android resource states, rather than...
2010-06-16 Glenn KastenMore work on asynchronous operations.
2010-06-11 Glenn KastenImprove platform portability.
2010-06-11 Glenn KastenMerge "Make test apps work on host platform." into...
2010-06-11 Glenn KastenMake test apps work on host platform.
2010-06-11 Glenn KastenFix printf format bug.
2010-06-11 Glenn KastenAdd note about bug in IMuteSolo channel count.
2010-06-10 Jean-Michel... The library for the OpenSL ES implementation is suppose...
2010-06-09 Jean-Michel... When updating stereo volume (for panning or balance...
2010-06-09 Jean-Michel... New OpenSL ES test+demo application that uses the SLPre...
2010-06-08 Jean-Michel... Merge "OpenSL ES tests shouldn't be built in all builds...
2010-06-08 Jean-Michel... OpenSL ES tests shouldn't be built in all builds.
2010-06-08 Jean-Michel... Implement SLPlaybackRateItf
2010-06-07 Jean-Michel... Modify implementation of SLPlayItf to only start prefet...
2010-06-04 Glenn KastenImprove portability.
2010-06-04 Glenn KastenContinue preparations for implementing async ops.
2010-06-04 Glenn KastenMerge "Work in progress towards a Windows port." into...
2010-06-03 Jean-Michel... Use interface exclusive locks when reading and modifyin...
2010-06-03 Jean-Michel... For audio players with URI data source:
2010-06-03 Glenn KastenWork in progress towards a Windows port.
2010-06-03 Glenn KastenImprove resource recovery.
2010-06-02 Glenn KastenSimplify initialization of AudioPlayer.
2010-06-01 Jean-Michel... Implement GetDuration and GetPosition in SLPlayItf
2010-06-01 Jean-Michel... When calling an OpenSL ES callback after an AudioTrack...
2010-06-01 Glenn KastenMove platform-specific code to separate files. Use...
2010-06-01 Jean-Michel... Add command line test to play a URI, to exercise the...
2010-06-01 Jean-Michel... First pass at implementing support of SL_DATALOCATOR_UR...
2010-05-29 Glenn KastenContinue splitting up source code.
2010-05-28 Jean-Michel... Rename RealizeHook to AsyncHook.
2010-05-28 Jean-Michel... Add async field to the object-specific implementation...
2010-05-28 Jean-Michel... Add a command line test for PCM buffer queues.
2010-05-27 Glenn KastenCompile (almost) all .c as C++ for Android.
2010-05-26 Glenn KastenFix broken build.
2010-05-26 Glenn KastenIEngine, IPlay, IVolume are compiled separately. Turn...
2010-05-26 Jean-Michel... Corrections to the implementation of SLVolumeItf for...
2010-05-26 Jean-Michel... Move OpenSL ES library implementation to the libopensle...
2010-05-25 Jean-Michel... Implement the SLVolumeItf and SLPlayItf on an AudioPlay...
2010-05-24 Glenn KastenAlmost done splitting off the interfaces.
2010-05-20 Jean-Michel... Implement the AudioTrack callback to retrieve audio...
2010-05-20 Glenn KastenContinue the split into smaller source files.
2010-05-19 Glenn KastenMove devices to separate files.
2010-05-18 Glenn KastenStart adding frame thread (sync).
2010-05-18 Jean-Michel... In Engine_CreateAudioPlayer, only initialize buffer...
2010-05-18 Jean-Michel... Add android-specific AudioPlayer Realize function.
2010-05-17 Jean-Michel... Separate in external functions the checks done on the...
2010-05-17 Glenn KastenContinue adding locks for multi-threading.
2010-05-14 Glenn KastenContinued work on multi-threading.
2010-05-14 Jean-Michel... Remove all new type definitions into a separate header.
2010-05-14 Glenn KastenContinued work on multi-threading, and sketch out remai...
2010-05-12 Glenn KastenContinuation of previous changelist.
next