1. 99e330b Merge "Properly fill in the component name for the software decoders." into froyo by Andreas Huber · 14 years ago
  2. 7167472 Properly fill in the component name for the software decoders. by Andreas Huber · 14 years ago
  3. b75d137 Timeout on socket recv calls after 5secs, retry connection also if server unexpectedly closed the connection on its end and we know that there should've been more data available. by Andreas Huber · 14 years ago
  4. c2eeb2f Limit the total amount of ID3 metadata to something (un-)reasonable: 3MB. by Andreas Huber · 14 years ago
  5. 1e64e52 Merge "Fix a bug where the TimedEventQueue mistakenly accesses a bogus event if the only event in the queue has been cancelled while we're waiting for its scheduled time. Avoids potential int64_t overflow when converting from us to ns." into froyo by Andreas Huber · 14 years ago
  6. 62141b4 Fix a bug where the TimedEventQueue mistakenly accesses a bogus event if the only event in the queue has been cancelled while we're waiting for its scheduled time. Avoids potential int64_t overflow when converting from us to ns. by Andreas Huber · 14 years ago
  7. 252573c Finer-grained locking in AwesomePlayer, position and duration are now protected by a separate mutex that's only held for brief moments of time. by Andreas Huber · 14 years ago
  8. bb961a0 Merge "Fix testCameraPreviewMemoryUsage test." by Wu-cheng Li · 14 years ago
  9. 59411b3 Fix testCameraPreviewMemoryUsage test. by Wu-cheng Li · 14 years ago
  10. ad069eb Merge "QueryCodecs now returns the names of the software codecs (non-OpenMax) as well." by Andreas Huber · 14 years ago
  11. 1a189a8 QueryCodecs now returns the names of the software codecs (non-OpenMax) as well. by Andreas Huber · 14 years ago
  12. f71daba Enable early termination of the prefetcher's preparation phase. by Andreas Huber · 14 years ago
  13. 9b732de Clear the local prefetcher strong reference before signalling that prepare() was cancelled early in order to avoid a race condition that occasionally triggered an assertion from the main thread. by Andreas Huber · 14 years ago
  14. 5b4e654 Fix issue 2472495: Phone cannot be set to silent mode via volume keys while Driveabout is taking. by Eric Laurent · 15 years ago
  15. bbbb1dc Unhide the MediaButton receiver API in android.media.AudioManager by Jean-Michel Trivi · 15 years ago
  16. 90f8680 Update MediaRecorder.java documentation to mention it does not work on the emulator yet. by James Dong · 14 years ago
  17. c2662bf Merge "libutils Condition are now PRIVATE by default" by Mathias Agopian · 15 years ago
  18. 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 · 15 years ago
  19. a729f97 libutils Condition are now PRIVATE by default by Mathias Agopian · 15 years ago
  20. 983ac2b Unhide new constants used in AudioFocus API to denote a situation by Jean-Michel Trivi · 15 years ago
  21. e5e1e87 Fix two AudioFocus issues: by Jean-Michel Trivi · 15 years ago
  22. 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 · 15 years ago
  23. 0096b8d We should pass null for the album artist if it was not set, instead of a copy by Marco Nelissen · 15 years ago
  24. 4b55d49 Fix SDK build Remove links to hidden constant in javadoc. by Jean-Michel Trivi · 15 years ago
  25. 95b88fb Attempt to fix the SDK build. by Eric Laurent · 15 years ago
  26. 078fd47 Support focus requests where ducking of the loser of audio focus by Jean-Michel Trivi · 15 years ago
  27. c04cfa3 Unhide AudioManager API to control bluetooth SCO audio connection. by Eric Laurent · 15 years ago
  28. 42a9c53 Merge "Include "album artist" when inserting items in the media provider." by Marco Nelissen · 15 years ago
  29. abc2819 Include "album artist" when inserting items in the media provider. by Marco Nelissen · 15 years ago
  30. 099e3e7 Merge "Report a runtime error rather than asserting if the amr software decoder reads more data than it was given(!)" by Andreas Huber · 15 years ago
  31. bd27875 Report a runtime error rather than asserting if the amr software decoder reads more data than it was given(!) by Andreas Huber · 15 years ago
  32. 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 · 15 years ago
  33. 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 · 15 years ago
  34. cbf1840 Merge "Issue 2416481: Support Voice Dialer over BT SCO." by Eric Laurent · 15 years ago
  35. 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 · 15 years ago
  36. 3def1ee Issue 2416481: Support Voice Dialer over BT SCO. by Eric Laurent · 15 years ago
  37. 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 · 15 years ago
  38. 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 · 15 years ago
  39. 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 · 15 years ago
  40. 454f69c Don't stop a test case when the test case failed for some of the sample files. by James Dong · 15 years ago
  41. 2babee6 Merge "Inserted a 1.5s wait time between the camera release and new camrea." by Yu Shan Emily Lau · 15 years ago
  42. 308e9a5 Fix bug where the ID stored for an OnAudioFocusChangeListener is an by Jean-Michel Trivi · 15 years ago
  43. 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 · 15 years ago
  44. 65c8a7a Merge "Instead of asserting that nothing bad happened during (software-)AAC decoding, return a runtime error if appropriate." by Andreas Huber · 15 years ago
  45. fe1dee8 Instead of asserting that nothing bad happened during (software-)AAC decoding, return a runtime error if appropriate. by Andreas Huber · 15 years ago
  46. d327f21 Implementation of the policing of transport control key press by Jean-Michel Trivi · 15 years ago
  47. 4889fb7 Merge "Fix issue 2416481: Support Voice Dialer over BT SCO." by Eric Laurent · 15 years ago
  48. 1cffa44 Inserted a 1.5s wait time between the camera release and new camrea. by Yu Shan Emily Lau · 15 years ago
  49. ef9500f Fix issue 2416481: Support Voice Dialer over BT SCO. by Eric Laurent · 15 years ago
  50. 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 · 15 years ago
  51. 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 · 15 years ago
  52. 2a09c7e Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails. by Andreas Huber · 15 years ago
  53. 0543a5a Merge "Fixes bug 2502132, and masks bug 2518313." by Glenn Kasten · 15 years ago
  54. 0d4726a Merge "Fix regression in directory scanning" by Kenny Root · 15 years ago
  55. f62dd66 Fixes bug 2502132, and masks bug 2518313. by Glenn Kasten · 15 years ago
  56. 0c2ab24 Adjust expected text frame length in ID3 by Kenny Root · 15 years ago
  57. a8c02d7 Fix regression in directory scanning by Kenny Root · 15 years ago
  58. b06a68b Merge "Add a name to the previously-unnamed thread created by SoundPoolThread." by Steve Howard · 15 years ago
  59. 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 · 15 years ago
  60. 74d4843 Fix #2509370 ThumbnailUtils.createThumbnailFromEXIF crashes media provider. by Ray Chen · 15 years ago
  61. 7d74086 Merge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files." by Andreas Huber · 15 years ago
  62. 174de8e Merge "Fix the media metadata retriever (tests). The native constants must match those published at the java layer." by Andreas Huber · 15 years ago
  63. 2d6f709 Merge "Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds." by Andreas Huber · 15 years ago
  64. 9fbaca9 Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds. by Andreas Huber · 15 years ago
  65. 4d60fc5 Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files. by Andreas Huber · 15 years ago
  66. 122ff04 Fixing the sim build. by Andreas Huber · 15 years ago
  67. e3452d3 Fix the media metadata retriever (tests). The native constants must match those published at the java layer. by Andreas Huber · 15 years ago
  68. d27e8d2 Merge "Boost OMX callback dispatcher thread priority to prevent audio playback stuttering under increased system load" by Andreas Huber · 15 years ago
  69. 98b2956 Boost OMX callback dispatcher thread priority to prevent audio playback stuttering under increased system load by Andreas Huber · 15 years ago
  70. 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 · 15 years ago
  71. d3d9b85 Merge "Update the new activity name." by Yu Shan Emily Lau · 15 years ago
  72. 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 · 15 years ago
  73. 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 · 15 years ago
  74. 2fe4c09 Merge "Add correct copyright headers to multiple files" by Kenny Root · 15 years ago
  75. eff8dae Merge "Add GPSProcessingMethod tag to ExifInterface." by Ray Chen · 15 years ago
  76. 15a4d2f Add correct copyright headers to multiple files by Kenny Root · 15 years ago
  77. e208377 Add GPSProcessingMethod tag to ExifInterface. by Ray Chen · 15 years ago
  78. 806cdd8 Update the new activity name. by Yu Shan Emily Lau · 15 years ago
  79. 6be9c16 Merge "Revert "Do autodetection even if no locale was specified, and use the"" by Marco Nelissen · 15 years ago
  80. 09468db Add a name to the previously-unnamed thread created by SoundPoolThread. by Steve Howard · 15 years ago
  81. dea009a Revert "Do autodetection even if no locale was specified, and use the" by Marco Nelissen · 15 years ago
  82. 7bd3d7d Allow invoke in all the player states except idle and error. by Nicolas Catania · 15 years ago
  83. 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 · 15 years ago
  84. df2d3cd Revert "Allow invoke in all the player states except idle and error." by Nicolas Catania · 15 years ago
  85. 2e40183 Merge "Allow invoke in all the player states except idle and error." by Nicolas Catania · 15 years ago
  86. a6f9e38 Modified the expected metadata result as the behavior of Stagefright. by Yu Shan Emily Lau · 15 years ago
  87. 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 · 15 years ago
  88. 88f3b81 Allow invoke in all the player states except idle and error. by Nicolas Catania · 15 years ago
  89. 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 · 15 years ago
  90. 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 · 15 years ago
  91. e44b41b MEDIA_PLAYER_STATE_ERROR is not a bitmask (b/2502881) by Marco Nelissen · 15 years ago
  92. b4ca6ef Avoid overriding DATE_TAKEN by unreliable file time. MediaProvider will calculate it if needed. by Ray Chen · 15 years ago
  93. 758559e Fix bug 2329540 by Jean-Michel Trivi · 15 years ago
  94. a9fb0a2 Merge "Unhide API additions to AudioManager for AudioFocus support." by Jean-Michel Trivi · 15 years ago
  95. eabb6df Unhide API additions to AudioManager for AudioFocus support. by Jean-Michel Trivi · 15 years ago
  96. 29a02a9 Use a more descriptive user-agent string (similar to PV's before) in stagefright http requests. by Andreas Huber · 15 years ago
  97. 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 · 15 years ago
  98. 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 · 15 years ago
  99. 0e0b0c9 Merge "Apparently a MemoryHeapPMem must be slap()ed for SurfaceFlinger to use the contained buffers." by Andreas Huber · 15 years ago
  100. 4c98743 Apparently a MemoryHeapPMem must be slap()ed for SurfaceFlinger to use the contained buffers. by Andreas Huber · 15 years ago