| Commit message (Expand) | Author | Age | Files | Lines |
* | New API on java's MediaPlayer to suspend/resume a session. | Andreas Huber | 2010-02-12 | 2 | -0/+42 |
* | split libsurfaceflinger_client and libcamera_client out of libui | Mathias Agopian | 2010-02-11 | 6 | -7/+9 |
* | Do autodetection even if no locale was specified, and use the | Marco Nelissen | 2010-02-10 | 1 | -35/+39 |
* | Initial check-in for xml-based encoder capabilities retrieval | James Dong | 2010-02-01 | 2 | -6/+683 |
* | Simplify the MemoryDealer implementation | Mathias Agopian | 2010-01-29 | 2 | -2/+0 |
* | API Extension: Support for optionally specifying a map of extra request heade... | Andreas Huber | 2010-01-28 | 2 | -6/+36 |
* | Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync | Eric Laurent | 2010-01-26 | 2 | -1/+47 |
* | Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_... | Eric Laurent | 2010-01-25 | 2 | -7/+9 |
* | Fix issue 2363154: Speech synthesis fails to start over A2DP after media serv... | Eric Laurent | 2010-01-25 | 1 | -0/+3 |
* | Fix no-copy-overhead OMXCodec implementation to actually work. | Andreas Huber | 2010-01-20 | 1 | -3/+7 |
* | Merge "Avoid unnecessary buffer copying if at all possible, detect if running... | Andreas Huber | 2010-01-19 | 1 | -3/+21 |
|\ |
|
| * | Avoid unnecessary buffer copying if at all possible, detect if running in the... | Andreas Huber | 2010-01-19 | 1 | -3/+21 |
* | | Media server death nodification | James Dong | 2010-01-15 | 4 | -95/+129 |
|/ |
|
* | Reorganize some of the stagefright implementation related to metadata. | Andreas Huber | 2010-01-08 | 3 | -86/+0 |
* | Squashed commit of the following: | Andreas Huber | 2009-12-17 | 1 | -6/+18 |
* | am 6d42d806: Merge change I9cc489a2 into eclair | Eric Laurent | 2009-12-07 | 1 | -2/+1 |
|\ |
|
| * | Fix issue 2304669: VoiceIME: starting and canceling voice IME yields persiste... | Eric Laurent | 2009-12-07 | 1 | -2/+1 |
* | | Merge change I6c84d731 into eclair-mr2 | Android (Google) Code Review | 2009-12-03 | 1 | -1/+2 |
|\ \ |
|
| * | | Media/ToneGenerator: Change tone format for TONE_CDMA_ANSWER | Naveen Kalla | 2009-12-03 | 1 | -1/+2 |
* | | | I accidentally broke this code while refactoring MediaScanner. This is the fix. | Andreas Huber | 2009-12-03 | 1 | -7/+0 |
* | | | Refactor MediaScanner. Some steps on the way towards being able to build the ... | Andreas Huber | 2009-12-03 | 7 | -3/+1439 |
|/ / |
|
* | | am 16cc72bd: Fix simulator build. | Dave Sparks | 2009-11-23 | 1 | -3/+12 |
|\ \
| |/ |
|
| * | Fix simulator build. | Dave Sparks | 2009-11-23 | 1 | -3/+12 |
* | | am 8424ec32: Merge change I0f9a53d4 into eclair | Dave Sparks | 2009-11-23 | 1 | -3/+75 |
|\ \
| |/ |
|
| * | Set metadata retriever thread group to the caller's group. | Dave Sparks | 2009-11-23 | 1 | -3/+75 |
* | | am e7800946: Merge change I49f02be9 into eclair | Eric Laurent | 2009-11-21 | 2 | -43/+49 |
|\ \
| |/ |
|
| * | Issue 2265163: Audio still reported routed through earpiece on sholes | Eric Laurent | 2009-11-19 | 2 | -43/+49 |
* | | am fddfb9ae: Merge change Iad79689a into eclair | Eric Laurent | 2009-11-12 | 1 | -9/+18 |
|\ \
| |/ |
|
| * | Improvements for issue 2197683: English IME key-press latency is noticeably h... | Eric Laurent | 2009-11-11 | 1 | -9/+18 |
| * | DO NOT MERGE: Squashed commit of the following: | Andreas Huber | 2009-11-05 | 2 | -63/+52 |
* | | am 67b69292: Merge change I93f500a5 into eclair | Eric Laurent | 2009-11-05 | 5 | -110/+225 |
|\ \
| |/ |
|
| * | Fix issue 2203561: Sholes: audio playing out of earpiece. | Eric Laurent | 2009-11-04 | 5 | -110/+225 |
* | | am bf96aaad: Merge change Icf10db28 into eclair | Eric Laurent | 2009-10-24 | 2 | -1/+24 |
|\ \
| |/ |
|
| * | Merge change Icf10db28 into eclair | Android (Google) Code Review | 2009-10-24 | 2 | -1/+24 |
| |\ |
|
| | * | Fix issue 2192181: AudioFlinger must provide separated methods to set VOICE_C... | Eric Laurent | 2009-10-21 | 2 | -1/+24 |
* | | | am dd28d563: Fix 2209967 Tonegenerator: mutex not release in startTone() upon... | Eric Laurent | 2009-10-23 | 1 | -4/+6 |
|\ \ \
| |/ / |
|
| * | | Fix 2209967 Tonegenerator: mutex not release in startTone() upon timeout wait... | Eric Laurent | 2009-10-23 | 1 | -4/+6 |
| |/ |
|
* | | Reimplement the OMX backend for stagefright. | Andreas Huber | 2009-10-16 | 2 | -61/+45 |
* | | Some decoders will return an error on OMX_EmptyThisBuffer to indicate that th... | Andreas Huber | 2009-10-08 | 1 | -8/+13 |
|/ |
|
* | Fix issue 2139634: DTMF tones on Sholes popping, hissing (audio latency too h... | Eric Laurent | 2009-10-06 | 1 | -11/+23 |
* | Music visualizer support hack. | Marco Nelissen | 2009-10-06 | 3 | -3/+79 |
* | Fix issue 2142613: ToneGenerator: short tones sometimes don't play on sholes ... | Eric Laurent | 2009-09-24 | 1 | -8/+19 |
* | Added an API IOMX::createRendererFromJavaSurface. | Andreas Huber | 2009-09-15 | 2 | -0/+26 |
* | Fix issue 2107584: media server crash when AudioFlinger fails to allocate mem... | Eric Laurent | 2009-09-09 | 3 | -9/+26 |
* | Fix issue 1992233: DTMF tones on Sholes is really long. | Eric Laurent | 2009-09-08 | 1 | -5/+24 |
* | Fix issue 2045911: Camera Shutter tone does not play correctly while listenin... | Eric Laurent | 2009-08-27 | 1 | -0/+10 |
* | Support for marshalling pointers / intptr_t in Parcel. | Andreas Huber | 2009-08-17 | 1 | -54/+44 |
* | Squashed commit of the following: | Andreas Huber | 2009-08-17 | 1 | -0/+120 |
* | Fix issue 2045983 ToneGenerator: fix void statement. | Eric Laurent | 2009-08-11 | 1 | -1/+1 |
* | Expose a variation of the createRenderer API that works on a plain Surface. | Andreas Huber | 2009-08-10 | 1 | -0/+13 |