1. 5b4e654 Fix issue 2472495: Phone cannot be set to silent mode via volume keys while Driveabout is taking. by Eric Laurent · 14 years ago
  2. bbbb1dc Unhide the MediaButton receiver API in android.media.AudioManager by Jean-Michel Trivi · 14 years ago
  3. 90f8680 Update MediaRecorder.java documentation to mention it does not work on the emulator yet. by James Dong · 14 years ago
  4. c2662bf Merge "libutils Condition are now PRIVATE by default" by Mathias Agopian · 14 years ago
  5. 9f3168b Merge "Fix two AudioFocus issues: - if a focus owner abandons audio focus during a call, the next focus owner in the stack was never notified - if a focus owner requests the focus while alread owning it, and the type of focus request changes, the previous focus owner was not notified that the type of focus loss had changed." by Jean-Michel Trivi · 14 years ago
  6. a729f97 libutils Condition are now PRIVATE by default by Mathias Agopian · 14 years ago
  7. 983ac2b Unhide new constants used in AudioFocus API to denote a situation by Jean-Michel Trivi · 14 years ago
  8. e5e1e87 Fix two AudioFocus issues: by Jean-Michel Trivi · 14 years ago
  9. aac4bfb Merge "We should pass null for the album artist if it was not set, instead of a copy of the artist, since the media provider needs to know whether the album artist was actually set." by Marco Nelissen · 14 years ago
  10. 0096b8d We should pass null for the album artist if it was not set, instead of a copy by Marco Nelissen · 14 years ago
  11. 4b55d49 Fix SDK build Remove links to hidden constant in javadoc. by Jean-Michel Trivi · 14 years ago
  12. 95b88fb Attempt to fix the SDK build. by Eric Laurent · 14 years ago
  13. 078fd47 Support focus requests where ducking of the loser of audio focus by Jean-Michel Trivi · 14 years ago
  14. c04cfa3 Unhide AudioManager API to control bluetooth SCO audio connection. by Eric Laurent · 14 years ago
  15. 42a9c53 Merge "Include "album artist" when inserting items in the media provider." by Marco Nelissen · 14 years ago
  16. abc2819 Include "album artist" when inserting items in the media provider. by Marco Nelissen · 14 years ago
  17. 099e3e7 Merge "Report a runtime error rather than asserting if the amr software decoder reads more data than it was given(!)" by Andreas Huber · 14 years ago
  18. bd27875 Report a runtime error rather than asserting if the amr software decoder reads more data than it was given(!) by Andreas Huber · 14 years ago
  19. d928200 Tweak the omx tests to always do a seek-beyond-EOS on the first iteration, followed by a linear read on the second iteration. by Andreas Huber · 14 years ago
  20. 43595bc Either the software mp3 decoder's CRC computation is wrong (and PV never enabled it before) or there are files in the wild with wrong CRCs that nonetheless decode correctly, either way, opt out of CRC verification. by Andreas Huber · 14 years ago
  21. cbf1840 Merge "Issue 2416481: Support Voice Dialer over BT SCO." by Eric Laurent · 14 years ago
  22. cf74ceea Merge "While streaming media data, upon a socket-read error, try reconnecting to the server and attempt to re-read for at most 3 times." by Andreas Huber · 14 years ago
  23. 3def1ee Issue 2416481: Support Voice Dialer over BT SCO. by Eric Laurent · 14 years ago
  24. a378de7 Merge "Fix bug where the ID stored for an OnAudioFocusChangeListener is an empty string when audio focus is requested or abandonned with a null listener." by Jean-Michel Trivi · 14 years ago
  25. 8783429 While streaming media data, upon a socket-read error, try reconnecting to the server and attempt to re-read for at most 3 times. by Andreas Huber · 14 years ago
  26. aa77354 Merge "Don't stop a test case when the test case failed for some of the sample files. Instead, only check against failure or success at the end of the test case." by James Dong · 14 years ago
  27. 454f69c Don't stop a test case when the test case failed for some of the sample files. by James Dong · 14 years ago
  28. 2babee6 Merge "Inserted a 1.5s wait time between the camera release and new camrea." by Yu Shan Emily Lau · 14 years ago
  29. 308e9a5 Fix bug where the ID stored for an OnAudioFocusChangeListener is an by Jean-Michel Trivi · 14 years ago
  30. d1f7876 Merge "Implementation of the policing of transport control key press events among multiple applications competing for the remote control focus. AudioManager defines a new API for applications to use in order to register their BroadcastReceiver for the media button as the one to receive the corresponding intent, but all applications at the same time (in an ordered broadcast). AudioService handles a stack of remote control focus owners. It traps ACTION_MEDIA_BUTTON intents and sends a new intent to the remote control focus owner." by Jean-Michel Trivi · 14 years ago
  31. 65c8a7a Merge "Instead of asserting that nothing bad happened during (software-)AAC decoding, return a runtime error if appropriate." by Andreas Huber · 14 years ago
  32. fe1dee8 Instead of asserting that nothing bad happened during (software-)AAC decoding, return a runtime error if appropriate. by Andreas Huber · 14 years ago
  33. d327f21 Implementation of the policing of transport control key press by Jean-Michel Trivi · 14 years ago
  34. 4889fb7 Merge "Fix issue 2416481: Support Voice Dialer over BT SCO." by Eric Laurent · 14 years ago
  35. 1cffa44 Inserted a 1.5s wait time between the camera release and new camrea. by Yu Shan Emily Lau · 14 years ago
  36. ef9500f Fix issue 2416481: Support Voice Dialer over BT SCO. by Eric Laurent · 14 years ago
  37. 1fbf63a "isPlaying" should never block, acquiring the mutex here is unnecessary, rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times. by Andreas Huber · 14 years ago
  38. 7f83e10 Merge "Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails." by Andreas Huber · 14 years ago
  39. 2a09c7e Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails. by Andreas Huber · 14 years ago
  40. 0543a5a Merge "Fixes bug 2502132, and masks bug 2518313." by Glenn Kasten · 14 years ago
  41. 0d4726a Merge "Fix regression in directory scanning" by Kenny Root · 14 years ago
  42. f62dd66 Fixes bug 2502132, and masks bug 2518313. by Glenn Kasten · 14 years ago
  43. 0c2ab24 Adjust expected text frame length in ID3 by Kenny Root · 14 years ago
  44. a8c02d7 Fix regression in directory scanning by Kenny Root · 14 years ago
  45. b06a68b Merge "Add a name to the previously-unnamed thread created by SoundPoolThread." by Steve Howard · 14 years ago
  46. 43f0e8e We no longer do sanity checks based on "hdlr" tags in .mp4 files. Pretty soon we'll play any bytestream that even vaguely resembles the spec... by Andreas Huber · 14 years ago
  47. 74d4843 Fix #2509370 ThumbnailUtils.createThumbnailFromEXIF crashes media provider. by Ray Chen · 14 years ago
  48. 7d74086 Merge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files." by Andreas Huber · 14 years ago
  49. 174de8e Merge "Fix the media metadata retriever (tests). The native constants must match those published at the java layer." by Andreas Huber · 14 years ago
  50. 2d6f709 Merge "Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds." by Andreas Huber · 14 years ago
  51. 9fbaca9 Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds. by Andreas Huber · 14 years ago
  52. 4d60fc5 Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files. by Andreas Huber · 14 years ago
  53. 122ff04 Fixing the sim build. by Andreas Huber · 14 years ago
  54. e3452d3 Fix the media metadata retriever (tests). The native constants must match those published at the java layer. by Andreas Huber · 14 years ago
  55. d27e8d2 Merge "Boost OMX callback dispatcher thread priority to prevent audio playback stuttering under increased system load" by Andreas Huber · 14 years ago
  56. 98b2956 Boost OMX callback dispatcher thread priority to prevent audio playback stuttering under increased system load by Andreas Huber · 14 years ago
  57. adc238a Fix the bug that it should write the zero diff to the output file when the actual diff is negative. by Yu Shan Emily Lau · 14 years ago
  58. d3d9b85 Merge "Update the new activity name." by Yu Shan Emily Lau · 14 years ago
  59. 34ec95de Merge "HTTPStream and HTTPDataSource now support cancellation of the connection process, AwesomePlayer takes advantage of this in cases where ::reset() or ::suspend() is called while in the preparation phase to bail out early. Also fixes in issue where the audio codec was not properly stopped if no audio player object ever took ownership." by Andreas Huber · 14 years ago
  60. edbb4d8 HTTPStream and HTTPDataSource now support cancellation of the connection process, AwesomePlayer takes advantage of this in cases where ::reset() or ::suspend() is called while in the preparation phase to bail out early. Also fixes in issue where the audio codec was not properly stopped if no audio player object ever took ownership. by Andreas Huber · 14 years ago
  61. 2fe4c09 Merge "Add correct copyright headers to multiple files" by Kenny Root · 14 years ago
  62. eff8dae Merge "Add GPSProcessingMethod tag to ExifInterface." by Ray Chen · 14 years ago
  63. 15a4d2f Add correct copyright headers to multiple files by Kenny Root · 14 years ago
  64. e208377 Add GPSProcessingMethod tag to ExifInterface. by Ray Chen · 14 years ago
  65. 806cdd8 Update the new activity name. by Yu Shan Emily Lau · 14 years ago
  66. 6be9c16 Merge "Revert "Do autodetection even if no locale was specified, and use the"" by Marco Nelissen · 14 years ago
  67. 09468db Add a name to the previously-unnamed thread created by SoundPoolThread. by Steve Howard · 14 years ago
  68. dea009a Revert "Do autodetection even if no locale was specified, and use the" by Marco Nelissen · 14 years ago
  69. 7bd3d7d Allow invoke in all the player states except idle and error. by Nicolas Catania · 14 years ago
  70. 35e611f Merge "Reduce buffer sizes related to HTTP media data transfer in order to reduce the probability of a connection timeout/reset due to long periods of time between socket activity." by Andreas Huber · 14 years ago
  71. df2d3cd Revert "Allow invoke in all the player states except idle and error." by Nicolas Catania · 14 years ago
  72. 2e40183 Merge "Allow invoke in all the player states except idle and error." by Nicolas Catania · 14 years ago
  73. a6f9e38 Modified the expected metadata result as the behavior of Stagefright. by Yu Shan Emily Lau · 14 years ago
  74. fb1eb6f Reduce buffer sizes related to HTTP media data transfer in order to reduce the probability of a connection timeout/reset due to long periods of time between socket activity. by Andreas Huber · 14 years ago
  75. 88f3b81 Allow invoke in all the player states except idle and error. by Nicolas Catania · 14 years ago
  76. b94b52b Merge "Instead of instantiating StagefrightMetadataRetriever directly, instantiate a MediaMetadataRetriever which will do-the-right-thing(tm) even for .wma/.wmv/.asf files." by Andreas Huber · 14 years ago
  77. 1ce9867 Instead of instantiating StagefrightMetadataRetriever directly, instantiate a MediaMetadataRetriever which will do-the-right-thing(tm) even for .wma/.wmv/.asf files. by Andreas Huber · 14 years ago
  78. e44b41b MEDIA_PLAYER_STATE_ERROR is not a bitmask (b/2502881) by Marco Nelissen · 14 years ago
  79. b4ca6ef Avoid overriding DATE_TAKEN by unreliable file time. MediaProvider will calculate it if needed. by Ray Chen · 14 years ago
  80. 758559e Fix bug 2329540 by Jean-Michel Trivi · 14 years ago
  81. a9fb0a2 Merge "Unhide API additions to AudioManager for AudioFocus support." by Jean-Michel Trivi · 14 years ago
  82. eabb6df Unhide API additions to AudioManager for AudioFocus support. by Jean-Michel Trivi · 14 years ago
  83. 29a02a9 Use a more descriptive user-agent string (similar to PV's before) in stagefright http requests. by Andreas Huber · 14 years ago
  84. 147113e Merge "The audio track was accidentally not participating in the prefetch since it wasn't started at the time prepare() was called. Also, properly report the cached duration even near the end when the source has no more data to fetch." by Andreas Huber · 14 years ago
  85. dc9927d The audio track was accidentally not participating in the prefetch since it wasn't started at the time prepare() was called. Also, properly report the cached duration even near the end when the source has no more data to fetch. by Andreas Huber · 14 years ago
  86. 0e0b0c9 Merge "Apparently a MemoryHeapPMem must be slap()ed for SurfaceFlinger to use the contained buffers." by Andreas Huber · 14 years ago
  87. 4c98743 Apparently a MemoryHeapPMem must be slap()ed for SurfaceFlinger to use the contained buffers. by Andreas Huber · 14 years ago
  88. 55864df7 Increase the amount of data buffered at preparation time. Make sure to start preparing after the codecs have been started, otherwise no buffering will happen. by Andreas Huber · 14 years ago
  89. 3c53c69 The prefetched source was unnecessarily holding a lock while receiving data from the network, sometimes blocking for seconds over 2G networks with corresponding drops in audio playback. Also, if the cache was full we'd report a cache duration of 0 instead of maximum size. by Andreas Huber · 14 years ago
  90. 2985580 Merge "Fix issue 2428563: Camera rendered inoperable by voice call interruption." by Eric Laurent · 14 years ago
  91. ba8811f Fix issue 2428563: Camera rendered inoperable by voice call interruption. by Eric Laurent · 14 years ago
  92. bda5780 Merge "Instead of allocating the decoder instances in response to a call to setDataSource, postpone allocation to the preparation phase where it belongs." by Andreas Huber · 14 years ago
  93. 3ac94ef Instead of allocating the decoder instances in response to a call to setDataSource, postpone allocation to the preparation phase where it belongs. by Andreas Huber · 14 years ago
  94. d197431 Merge "NPR's audio streams start with a 30sec segment whose mp3 headers are subtly different from those following. Allow certain bits to vary that were thought to be fixed before." by Andreas Huber · 14 years ago
  95. ff84600 Unhide CamcorderProfile and CameraProfile Java API by James Dong · 14 years ago
  96. 1d200e3 NPR's audio streams start with a 30sec segment whose mp3 headers are subtly different from those following. Allow certain bits to vary that were thought to be fixed before. by Andreas Huber · 14 years ago
  97. 7a67f156 Remove native options. by Ray Chen · 14 years ago
  98. 0fc6bc4 Clean up MediaRecorder for public Java SDK by James Dong · 14 years ago
  99. 6be0fc1 Merge "Fix issue 2456968: Alarm rings in "silent mode and when Alarm in silent mode is turned off"." by Eric Laurent · 14 years ago
  100. 31951ca Fix issue 2456968: Alarm rings in "silent mode and when Alarm in silent mode is turned off". by Eric Laurent · 14 years ago