- b75fa30 resolved conflicts for merge of aca672ba to master by Jeff Brown · 16 years ago
- 9555a13 am cc52121c: am c4b204bd: Merge "More StrictMode work, keeping Binder & BlockGuard\'s thread-locals in-sync." into gingerbread by Brad Fitzpatrick · 16 years ago
- 6ba776a am 078ccbdb: am 2c40582a: Merge "Add native C APIs for working with the Asset Manager" into gingerbread by Christopher Tate · 16 years ago
- c5ed591 Add support for new input sources. by Jeff Brown · 16 years ago
- c4b204b Merge "More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync." into gingerbread by Brad Fitzpatrick · 16 years ago
- 6cce32b Add native C APIs for working with the Asset Manager by Christopher Tate · 16 years ago
- 727de40 More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. by Brad Fitzpatrick · 16 years ago
- 892681e am b068b47c: am d6a85a21: Merge "Support user-supplied timescales for authoring" into gingerbread by James Dong · 16 years ago
- d6a85a2 Merge "Support user-supplied timescales for authoring" into gingerbread by James Dong · 16 years ago
- 5345943 am c74034b6: am 24651682: added BinderService<> template to help creating native binder services by Mathias Agopian · 16 years ago
- 2465168 added BinderService<> template to help creating native binder services by Mathias Agopian · 16 years ago
- 52d13f0 Support user-supplied timescales for authoring by James Dong · 16 years ago
- 764f436 am db386f2c: am c9a11088: Merge "first step at implementing the native sensor support" into gingerbread by Mathias Agopian · 16 years ago
- c9a1108 Merge "first step at implementing the native sensor support" into gingerbread by Mathias Agopian · 16 years ago
- 0224a00 am 5473434f: am 97eb728a: Use the OpenSL ES definition of SL_IID_EQUALIZER for the EQ effect UUID instead of defining it locally. by Jean-Michel Trivi · 16 years ago
- 97eb728 Use the OpenSL ES definition of SL_IID_EQUALIZER for the EQ by Jean-Michel Trivi · 16 years ago
- b957b9d first step at implementing the native sensor support by Mathias Agopian · 16 years ago
- 2388ad9 am f8d9379b: am d76b67c3: IME events are now dispatched to native applications. by Dianne Hackborn · 16 years ago
- d76b67c IME events are now dispatched to native applications. by Dianne Hackborn · 16 years ago
- 6ac7674 am 89ee578b: am fd035829: Add initial gamepad support. by Jeff Brown · 16 years ago
- fd03582 Add initial gamepad support. by Jeff Brown · 16 years ago
- f5574e0 am 706623dd: am c0a7e690: Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 16 years ago
- c0a7e69 Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 16 years ago
- 4052789 am 66fa2b44: am 8e886be4: Merge "Modifications in audio effect engine state management." into gingerbread by Eric Laurent · 16 years ago
- 7d850f2 Modifications in audio effect engine state management. by Eric Laurent · 16 years ago
- 8445ca6 am b14f325a: am 289b9b62: Add ANativeWindow API for directly drawing to the surface bits. by Dianne Hackborn · 16 years ago
- 289b9b6 Add ANativeWindow API for directly drawing to the surface bits. by Dianne Hackborn · 16 years ago
- 5fe0ae8 am 4f440632: am 929642ee: Add runtime dumpsys support for media recorder client by James Dong · 16 years ago
- 929642e Add runtime dumpsys support for media recorder client by James Dong · 16 years ago
- 0f399ec am b4b0f67a: am fd84f97a: Added JAVA classes to control bass boost, equalizer, reverberation and virtualizer Effects. by Eric Laurent · 16 years ago
- d8a6271 am 49159f07: am 74bf59b4: Merge "Add new glue code for writing native apps." into gingerbread by Dianne Hackborn · 16 years ago
- 28e2303 am d481cdd4: am c9535de8: Merge "Add OBB file helper class" into gingerbread by Kenny Root · 16 years ago
- 1a33274 resolved conflicts for merge of 167449e5 to master by Jeff Brown · 16 years ago
- fd84f97 Added JAVA classes to control bass boost, equalizer, reverberation and virtualizer Effects. by Eric Laurent · 16 years ago
- 85448bb Add new glue code for writing native apps. by Dianne Hackborn · 16 years ago
- 9844954 am b91881fd: am dacabf97: Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 16 years ago
- c9535de Merge "Add OBB file helper class" into gingerbread by Kenny Root · 16 years ago
- b17f4dc Merge "More native input dispatch work." into gingerbread by Chris Tate · 16 years ago
- dacabf9 Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 16 years ago
- 0920b1c am b3598832: am c4243342: Merge "Allow application to set two more encoding paramters: video profile and level" into gingerbread by James Dong · 16 years ago
- 81c929a Allow application to set two more encoding paramters: video profile and level by James Dong · 16 years ago
- df9b81c Added Visualizer effect. by Eric Laurent · 16 years ago
- 7cee34a Add OBB file helper class by Kenny Root · 16 years ago
- c832baa am f5b4e342: am 2e6aff8e: Merge "ALooperRoster no longer holds strong references to handlers and loopers." into gingerbread by Andreas Huber · 16 years ago
- 57576c1 ALooperRoster no longer holds strong references to handlers and loopers. by Andreas Huber · 16 years ago
- bce1f2a am 877045aa: am 9406f626: Merge "An AHandler can now find its associated ALooper." into gingerbread by Andreas Huber · 16 years ago
- 97250d5c am e24901d3: am 68267415: Add new native Looper API. by Dianne Hackborn · 16 years ago
- 9406f62 Merge "An AHandler can now find its associated ALooper." into gingerbread by Andreas Huber · 16 years ago
- 00fa7bd More native input dispatch work. by Jeff Brown · 16 years ago
- 6826741 Add new native Looper API. by Dianne Hackborn · 16 years ago
- 058319e An AHandler can now find its associated ALooper. by Andreas Huber · 16 years ago
- 5d17247 am c4be155a: am 2cfd8198: Merge "Add an option to ALooper::start that allows it to call back into java or not." into gingerbread by Andreas Huber · 16 years ago
- 2cfd819 Merge "Add an option to ALooper::start that allows it to call back into java or not." into gingerbread by Andreas Huber · 16 years ago
- 763c962 am 9f8c490e: am 5460d126: Merge "Added AMessage::debugString() for debugging purposes." into gingerbread by Andreas Huber · 16 years ago
- 4f104d9 Add an option to ALooper::start that allows it to call back into java or not. by Andreas Huber · 16 years ago
- 5460d12 Merge "Added AMessage::debugString() for debugging purposes." into gingerbread by Andreas Huber · 16 years ago
- 03431d2 Added AMessage::debugString() for debugging purposes. by Andreas Huber · 16 years ago
- d26920a Adding timelapse capture from videocamera. by Nipun Kwatra · 16 years ago
- 2d3dcac am d51c2cac: am 45bac57a: Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 16 years ago
- 4024ddc am bda93c4c: am 09b90057: Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 16 years ago
- 45bac57 Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 16 years ago
- 09b9005 Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 16 years ago
- efcd774 am 177c405a: am c6e1d880: Merge "Introduce official public NativeWindow type." into gingerbread by Dianne Hackborn · 16 years ago
- c6e1d88 Merge "Introduce official public NativeWindow type." into gingerbread by Dianne Hackborn · 16 years ago
- 5840b7c am 0c2df984: am d8ae2885: Merge "Fix injection of specially intercepted keys like HOME." into gingerbread by Jeff Brown · 16 years ago
- 7f35403 am 86405cbd: am caad0a5c: Merge "Support for vanilla YUV420sp => RGB565 color conversion." into gingerbread by Andreas Huber · 16 years ago
- 25a98b8 resolved conflicts for merge of 7f6c6e8f to master by Dianne Hackborn · 16 years ago
- 8b49bd1 Introduce official public NativeWindow type. by Dianne Hackborn · 16 years ago
- 81ea83d Move MTP JNI code from libandroid_runtime to libmedia_jni by Mike Lockwood · 16 years ago
- d009787 Fix injection of specially intercepted keys like HOME. by Jeff Brown · 16 years ago
- caad0a5 Merge "Support for vanilla YUV420sp => RGB565 color conversion." into gingerbread by Andreas Huber · 16 years ago
- 3c80a4a Implement default key handling for native code. by Dianne Hackborn · 16 years ago
- c543a21 Support for vanilla YUV420sp => RGB565 color conversion. by Andreas Huber · 16 years ago
- bd800f4 am 42dd9908: am f7679a04: Merge "Added encoding parameters set up for H263 video encoder" into gingerbread by James Dong · 16 years ago
- f7679a0 Merge "Added encoding parameters set up for H263 video encoder" into gingerbread by James Dong · 16 years ago
- 41254a8 am af4a2d1f: am ddcb543a: Merge "Fix native input dispatch in the emulator." into gingerbread by Chris Tate · 16 years ago
- 0b72e82 Fix native input dispatch in the emulator. by Jeff Brown · 16 years ago
- c0ab2a6 Added encoding parameters set up for H263 video encoder by James Dong · 16 years ago
- 639061d am b5f05d00: am 0934fbb6: Merge "Update native activity & event APIs to follow correct conventions." into gingerbread by Dianne Hackborn · 16 years ago
- 2e9f93e Update native activity & event APIs to follow correct conventions. by Dianne Hackborn · 16 years ago
- f40e492 am 96725326: am 31e0ffe8: Merge "Native input event dispatching." into gingerbread by Chris Tate · 16 years ago
- 31e0ffe Merge "Native input event dispatching." into gingerbread by Chris Tate · 16 years ago
- 349703e Native input event dispatching. by Jeff Brown · 16 years ago
- 68d42e3 am c2c59f69: am 2a76b316: Merge "Separate MediaRecorderClient with MediaPlayerClient" into gingerbread by James Dong · 16 years ago
- fe1bafe Separate MediaRecorderClient with MediaPlayerClient by James Dong · 16 years ago
- a2312ef am fd45c1e6: am 41debbc6: Merge "Provide progress status report during authoring" into gingerbread by James Dong · 16 years ago
- 09936ed Provide progress status report during authoring by James Dong · 16 years ago
- 391a3e0 am 687f8a2e: am 1cb3fdc9: Merge "Fix a bug in sp<> and wp<> which could cause memory corruptions" into gingerbread by Mathias Agopian · 16 years ago
- cf3a2b7 am cdf1357b: am 8e103da1: Merge "Various fixes and improvements in audio effects implementation" into gingerbread by Eric Laurent · 16 years ago
- b472798 am bc704ddd: am 6feaa464: Enable passing parameters to the MediaWriter at runtime (at start() call). by James Dong · 16 years ago
- 8f85561 am d115304c: am 5a905ceb: Merge "Track maximum amplitude and fix getMaxAmplitude()" into gingerbread by James Dong · 16 years ago
- 1cb3fdc Merge "Fix a bug in sp<> and wp<> which could cause memory corruptions" into gingerbread by Mathias Agopian · 16 years ago
- 8e103da Merge "Various fixes and improvements in audio effects implementation" into gingerbread by Eric Laurent · 16 years ago
- 53334cd Various fixes and improvements in audio effects implementation by Eric Laurent · 16 years ago
- 6feaa46 Enable passing parameters to the MediaWriter at runtime (at start() call). by James Dong · 16 years ago
- 57e7f83 Track maximum amplitude and fix getMaxAmplitude() by James Dong · 16 years ago
- 51a6aef Fix a bug in sp<> and wp<> which could cause memory corruptions by Mathias Agopian · 16 years ago
- 15149f2 am 0d964c94: am a2549bb6: Merge "Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright." into gingerbread by Andreas Huber · 16 years ago
- a2549bb Merge "Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright." into gingerbread by Andreas Huber · 16 years ago
- 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 16 years ago