| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge change 2774 into donut | Android (Google) Code Review | 2009-06-01 | 1 | -6/+10 |
| |\ | | | | | | | | | * changes: Limit check on maxChannels for SoundPool. Bug 1838724 | ||||
| | * | Limit check on maxChannels for SoundPool. | Dave Sparks | 2009-06-01 | 1 | -6/+10 |
| | | | | | | | | | Bug 1838724 | ||||
| * | | Update MediaPlayer to allow setVideoSurface calls after prepare. Also allow | Dave Sparks | 2009-05-29 | 1 | -7/+23 |
| |/ | | | | | | | | | | passing a null surface. The API is now enabled to change the surface while the video is playing. This could allow orientation changes during playback or to allow the audio track from a video to play in the background. NOTE: There are still changes required to pmem driver to allow remapping shared physical memory into a process in order for this to work. This change only enables the API to send the appropriate calls when the lower level code supports it. | ||||
| * | Fix issue 1846343 - part 1 | Eric Laurent | 2009-05-26 | 1 | -1/+1 |
| | | | | | | | | | This change is the first part of a fix for issue 1846343, : - Added new enum values for input sources in AudioRecord and MediaRecorder for voice uplink, downlink and uplink+downlink sources. - renamed streamType to inputSource in all native functions handling audio record. A second change is required in opencore author driver and android audio input to completely fix the issue. | ||||
| * | Fix a JNI layer crash due to null camera object passed to get_native_camera() | James Dong | 2009-05-11 | 1 | -0/+5 |
| | | | | | | | The fix will check on the camera object and if it is a null object, we throw a NullPointerException; application layer should also avoid passing a null java object to MediaRecorder.setCamera(). | ||||
| * | fix issue 1641535: SoundPool should use AudioTrack with shared memory buffer | Eric Laurent | 2009-05-07 | 1 | -1/+4 |
| | | | | | Enabled USE_SHARED_MEM_BUFFER switch in SoundPool.cpp | ||||
| * | Change 79 in git master branch | James Dong | 2009-04-30 | 2 | -20/+21 |
| | | |||||
| * | Automated import from //branches/donutburger/...@140818,140818 | Dianne Hackborn | 2009-03-24 | 1 | -0/+190 |
| | | |||||
| * | auto import from //branches/cupcake_rel/...@140373 | The Android Open Source Project | 2009-03-18 | 1 | -0/+14 |
| | | |||||
| * | auto import from //branches/cupcake_rel/...@138607 | The Android Open Source Project | 2009-03-13 | 1 | -0/+13 |
| | | |||||
| * | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 2 | -12/+35 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 15 | -0/+3638 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 15 | -3549/+0 |
| | | |||||
| * | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -121/+32 |
| | | |||||
| * | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -32/+121 |
| | | |||||
| * | auto import from //branches/cupcake/...@131421 | The Android Open Source Project | 2009-02-13 | 2 | -36/+29 |
| | | |||||
| * | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 3 | -20/+42 |
| | | |||||
| * | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 4 | -2/+152 |
| | | |||||
| * | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 8 | -382/+847 |
| | | |||||
| * | Initial Contribution | The Android Open Source Project | 2008-10-21 | 13 | -0/+2919 |
