1. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
  2. b45b084 Do autodetection even if no locale was specified, and use the by Marco Nelissen · 14 years ago
  3. c371194 Initial check-in for xml-based encoder capabilities retrieval by James Dong · 15 years ago
  4. 6faf789 Simplify the MemoryDealer implementation by Mathias Agopian · 15 years ago
  5. 2564300 API Extension: Support for optionally specifying a map of extra request headers when specifying the uri of media data to be played. by Andreas Huber · 15 years ago
  6. 0986e79 Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync by Eric Laurent · 15 years ago
  7. 23f25cd Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_CALL stream when STREAM_VOICE_CALL stream is active. by Eric Laurent · 15 years ago
  8. 787aa59 Fix issue 2363154: Speech synthesis fails to start over A2DP after media server process crash. by Eric Laurent · 15 years ago
  9. c712b9f Fix no-copy-overhead OMXCodec implementation to actually work. by Andreas Huber · 15 years ago
  10. cb6ffa2 Merge "Avoid unnecessary buffer copying if at all possible, detect if running in the mediaserver process." by Andreas Huber · 15 years ago
  11. f1fe064 Avoid unnecessary buffer copying if at all possible, detect if running in the mediaserver process. by Andreas Huber · 15 years ago
  12. 34bbc22 Media server death nodification by James Dong · 15 years ago
  13. e4a8380 Reorganize some of the stagefright implementation related to metadata. by Andreas Huber · 15 years ago
  14. 2ea14e2 Squashed commit of the following: by Andreas Huber · 15 years ago
  15. b8341cf am 6d42d806: Merge change I9cc489a2 into eclair by Eric Laurent · 15 years ago
  16. 9cc489a Fix issue 2304669: VoiceIME: starting and canceling voice IME yields persistent "error 8" state on future attempts and breaks voice search. by Eric Laurent · 15 years ago
  17. 104d3f7 Merge change I6c84d731 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  18. 1f1c7ba I accidentally broke this code while refactoring MediaScanner. This is the fix. by Andreas Huber · 15 years ago
  19. bfb9fb1 Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore. by Andreas Huber · 15 years ago
  20. 6c84d73 Media/ToneGenerator: Change tone format for TONE_CDMA_ANSWER by Naveen Kalla · 15 years ago
  21. 1e914ac am 16cc72bd: Fix simulator build. by Dave Sparks · 15 years ago
  22. ebcb7c3 am 8424ec32: Merge change I0f9a53d4 into eclair by Dave Sparks · 15 years ago
  23. 16cc72b Fix simulator build. by Dave Sparks · 15 years ago
  24. 0f9a53d Set metadata retriever thread group to the caller's group. by Dave Sparks · 15 years ago
  25. 949c572 am e7800946: Merge change I49f02be9 into eclair by Eric Laurent · 15 years ago
  26. 49f02be Issue 2265163: Audio still reported routed through earpiece on sholes by Eric Laurent · 15 years ago
  27. 6efdbcc am fddfb9ae: Merge change Iad79689a into eclair by Eric Laurent · 15 years ago
  28. 059b4be Improvements for issue 2197683: English IME key-press latency is noticeably higher on passion than sholes by Eric Laurent · 15 years ago
  29. dcaa220 DO NOT MERGE: Squashed commit of the following: by Andreas Huber · 15 years ago
  30. fcae6c7 am 67b69292: Merge change I93f500a5 into eclair by Eric Laurent · 15 years ago
  31. bda7469 Fix issue 2203561: Sholes: audio playing out of earpiece. by Eric Laurent · 15 years ago
  32. 7ed70c9 am bf96aaad: Merge change Icf10db28 into eclair by Eric Laurent · 15 years ago
  33. bf96aaa Merge change Icf10db28 into eclair by Android (Google) Code Review · 15 years ago
  34. 470687e am dd28d563: Fix 2209967 Tonegenerator: mutex not release in startTone() upon timeout waiting for the stop sequence to complete. by Eric Laurent · 15 years ago
  35. dd28d56 Fix 2209967 Tonegenerator: mutex not release in startTone() upon timeout waiting for the stop sequence to complete. by Eric Laurent · 15 years ago
  36. 415f3e2 Fix issue 2192181: AudioFlinger must provide separated methods to set VOICE_CALL stream volume and down link audio volume. by Eric Laurent · 15 years ago
  37. 784202e Reimplement the OMX backend for stagefright. by Andreas Huber · 15 years ago
  38. 3f42707 Some decoders will return an error on OMX_EmptyThisBuffer to indicate that they don't support the media format, deal with this. by Andreas Huber · 15 years ago
  39. 62443f5 Fix issue 2139634: DTMF tones on Sholes popping, hissing (audio latency too high). by Eric Laurent · 15 years ago
  40. c39d2e3 Music visualizer support hack. by Marco Nelissen · 15 years ago
  41. af141d5 Fix issue 2142613: ToneGenerator: short tones sometimes don't play on sholes or over A2DP. by Eric Laurent · 15 years ago
  42. 9f9afef Added an API IOMX::createRendererFromJavaSurface. by Andreas Huber · 15 years ago
  43. 8a77a99 Fix issue 2107584: media server crash when AudioFlinger fails to allocate memory for track control block. by Eric Laurent · 15 years ago
  44. 96c08a6 Fix issue 1992233: DTMF tones on Sholes is really long. by Eric Laurent · 15 years ago
  45. 327c27b Fix issue 2045911: Camera Shutter tone does not play correctly while listening to music. by Eric Laurent · 15 years ago
  46. 2f10ae0 Support for marshalling pointers / intptr_t in Parcel. by Andreas Huber · 15 years ago
  47. be06d26 Squashed commit of the following: by Andreas Huber · 15 years ago
  48. c4e58c0 Fix issue 2045983 ToneGenerator: fix void statement. by Eric Laurent · 15 years ago
  49. ccf8b94 Expose a variation of the createRenderer API that works on a plain Surface. by Andreas Huber · 15 years ago
  50. e9ec12c Deprecate/remove now unused socketpair ipc communication in favour of exclusive binder use. by Andreas Huber · 15 years ago
  51. 1420bf3 Merge change 9674 by Android (Google) Code Review · 15 years ago
  52. ddb78e7 Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not use pointers as handles to inputs and outputs. by Eric Laurent · 15 years ago
  53. 28ad42b Fix problem in AudioTrack with 8 bit PCM and direct output. by Eric Laurent · 15 years ago
  54. 1de1316 The IOMX interface now instantiates IOMXRenderers to hide the details of hardware accelerated blitting. by Andreas Huber · 15 years ago
  55. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 15 years ago
  56. bc72692 Added native metadata support. by niko · 15 years ago
  57. e46b7be Squashed commit of the following: by Andreas Huber · 15 years ago
  58. 1f872d4 Merge change 7067 by Android (Google) Code Review · 15 years ago
  59. ac2dd4d first attempt to fix the sim by Mathias Agopian · 15 years ago
  60. fb4f266 add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes by Mathias Agopian · 15 years ago
  61. 0fc736f32 Don't pass references to temporary objects, and handle the case where we dont have a Surface. by Marco Nelissen · 15 years ago
  62. 5d55c71 Basic plumbing to retrieve metadata from the native player. by Nicolas Catania · 15 years ago
  63. c494ba2 Merge change 6636 by Android (Google) Code Review · 15 years ago
  64. cfe2c40 am 5964e737: Fix issue 1946033: dialer deadlocks and/or ANRs when using dialpad in-call by Eric Laurent · 15 years ago
  65. b2c6939 Implemented the metadata changed notification filters. by Nicolas Catania · 15 years ago
  66. 5964e73 Fix issue 1946033: dialer deadlocks and/or ANRs when using dialpad in-call by Eric Laurent · 15 years ago
  67. fcc5be9 am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 15 years ago
  68. 88e209d Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 15 years ago
  69. 20cb94e Direct api to the native media player. by Nicolas Catania · 15 years ago
  70. cf01aa3 am 1bee98af: Merge change 5100 into donut by Android (Google) Code Review · 15 years ago
  71. b6d90ca Fill in CDMA gaps and clean up ToneGenerator code by David Krause · 15 years ago
  72. dcd810d Renamed all android.hardware.IMedia* strings to android.media.IMedia* by niko · 15 years ago
  73. 5f80742 am d670b8c6: Merge change 3981 into donut by Android (Google) Code Review · 15 years ago
  74. 32f8277 Removed trailing whitespaces. by Nicolas Catania · 15 years ago
  75. f5b746e am b2df1699: Merge change 1548 into donut by Android (Google) Code Review · 15 years ago
  76. 2bcda90 NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC). by Jianhong Jiang · 15 years ago
  77. 7e432e0 am f3288f17: Merge change 2468 into donut by Android (Google) Code Review · 15 years ago
  78. aaf834a some work to try to reduce the code size of some native libraries by Mathias Agopian · 15 years ago
  79. 8149419 setVolume did not check interface descriptor DO NOT MERGE by Dave Sparks · 15 years ago
  80. c5d0343 am de8268d6: Merge change 2331 into donut by Android (Google) Code Review · 15 years ago
  81. 4bc035a Fix issue 1846343 - part 1 by Eric Laurent · 15 years ago
  82. 0795272 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  83. 25ba5b6 checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 15 years ago
  84. 4c92247 Don't allow negative numbers in ToneGenerator toneType parameter Bug 1836596 by Dave Sparks · 15 years ago
  85. f3af740 Fixed issue 1709450: Requirements for CDMA Tone Generator by Eric Laurent · 15 years ago
  86. ef02827 Fix issue 1745312: Various cleanups in media framework by Eric Laurent · 15 years ago
  87. d7f347b AI 144054: am: CL 144053 Fix issue #1751242 A2DP playback fails first time: Invalid buffer size: minFrameCount 10240, frameCount 4800 by Eric Laurent · 15 years ago
  88. 272beb6 Automated import from //branches/donutburger/...@142065,142065 by Eric Laurent · 15 years ago
  89. e25b51b Automated import from //branches/donutburger/...@141711,141711 by Andreas Huber · 15 years ago
  90. 78c1314 Automated import from //branches/donutburger/...@141200,141200 by Jean-Michel Trivi · 15 years ago
  91. d3ca04d Automated import from //branches/donutburger/...@140867,140867 by Jean-Michel Trivi · 15 years ago
  92. 4610f7d Automated import from //branches/donutburger/...@140866,140866 by Jason Sams · 15 years ago
  93. 4a5c1a7 Automated import from //branches/donutburger/...@140663,140663 by Jean-Michel Trivi · 15 years ago
  94. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  95. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  96. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  97. b2a3dd8 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 15 years ago
  98. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  99. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  100. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago