1. 79cbc13 Fix for bug 4126103. by Gloria Wang · 13 years ago
  2. c901f74 am 782ffe91: am 9c0c5b56: am 2f1f2248: Fix missing AOSP copyright headers for a bunch of media framework files by James Dong · 13 years ago
  3. 0ab985c Send WebView the current transform and whether we're drawing a layer. by Romain Guy · 13 years ago
  4. f432a76 am 2f1f2248: Fix missing AOSP copyright headers for a bunch of media framework files by James Dong · 13 years ago
  5. 27c1744 Fix missing AOSP copyright headers for a bunch of media framework files by James Dong · 13 years ago
  6. 00d48b9 Merge "Don't send the seek-complete notification twice." by Andreas Huber · 13 years ago
  7. c21359d resolved conflicts for merge of 1cbf8493 to master by James Dong · 13 years ago
  8. 5128950 Don't send the seek-complete notification twice. by Andreas Huber · 13 years ago
  9. eabc1eb am fc591762: Merge "Add the default camera id to mCameraIds for emulator and those devices without media_profiles.xml configuration file." into honeycomb-mr1 by James Dong · 13 years ago
  10. 8031ec7 Add the default camera id to mCameraIds for emulator and those devices without media_profiles.xml configuration file. by James Dong · 13 years ago
  11. d2251de am 1a47fc35: (-s ours) am 7532ae7f: am 46956b06: Merge "DO NOT MERGE: Fix a race condition when playing an audio-only stream and seeking before starting." into honeycomb-mr1 by Andreas Huber · 13 years ago
  12. 8190975 am 46956b06: Merge "DO NOT MERGE: Fix a race condition when playing an audio-only stream and seeking before starting." into honeycomb-mr1 by Andreas Huber · 13 years ago
  13. ae03031 DO NOT MERGE: Fix a race condition when playing an audio-only stream and seeking before starting. by Andreas Huber · 13 years ago
  14. 8e5bd22 Merge "Fix a race condition when playing an audio-only stream and seeking before starting." by Andreas Huber · 13 years ago
  15. b874cd0 Fix a race condition when playing an audio-only stream and seeking before starting. by Andreas Huber · 13 years ago
  16. ec1e17b am 9bb250bf: am a6c3ace3: am 3913c131: Merge "Improvement for issue 3489986: BT SCO volume" into honeycomb-mr1 by Eric Laurent · 13 years ago
  17. 8c87dc7 am 3913c131: Merge "Improvement for issue 3489986: BT SCO volume" into honeycomb-mr1 by Eric Laurent · 13 years ago
  18. 427f147 Merge "Improvement for issue 3489986: BT SCO volume" into honeycomb-mr1 by Eric Laurent · 13 years ago
  19. ce80563 Improvement for issue 3489986: BT SCO volume by Eric Laurent · 13 years ago
  20. 1006c80 Merge "Bug fixes of DRM framework." by Gloria Wang · 13 years ago
  21. 99b1c98 am 7d7dcb5e: am 4528a7db: Merge "Bug 4016329 do full string comparisons" into honeycomb-mr1 by Glenn Kasten · 13 years ago
  22. e24faed am 4528a7db: Merge "Bug 4016329 do full string comparisons" into honeycomb-mr1 by Glenn Kasten · 13 years ago
  23. e1b7678 Merge "Bug 4016329 do full string comparisons" into honeycomb-mr1 by Glenn Kasten · 13 years ago
  24. 8d2577b Bug fixes of DRM framework. by Gloria Wang · 13 years ago
  25. f1e10e8 Fix an issue where the timestamp provided by WAVExtractor does not start with 0 by James Dong · 13 years ago
  26. 8635b7b Add memory leak tracking/debugging code to drm server by James Dong · 13 years ago
  27. 41b3d3b Bug 4016329 do full string comparisons by Glenn Kasten · 13 years ago
  28. 1b99cc9 am 67718e07: am 132bb659: Merge "For issue 4082089 Add more info and error events into the DRM framework" into honeycomb-mr1 by Gloria Wang · 13 years ago
  29. 1444c94 am 132bb659: Merge "For issue 4082089 Add more info and error events into the DRM framework" into honeycomb-mr1 by Gloria Wang · 13 years ago
  30. 3e67eeb Merge "frameworks/base: remove LOCAL_PRELINK_MODULE" by Iliyan Malchev · 13 years ago
  31. 505bd99 For issue 4082089 Add more info and error events into the DRM framework by Gloria Wang · 13 years ago
  32. de6ee79 Merge "libstagefright: Add error handling in AMRNB deooder" by James Dong · 13 years ago
  33. 9691a73 frameworks/base: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 13 years ago
  34. 1549dbb libstagefright: Add error handling in AMRNB deooder by Sidipotu Ashok · 13 years ago
  35. 35812d2 am ad707d8f: (-s ours) am 7d93b757: (-s ours) am 68f66b94: Merge "MP3Extractor and MP3 decoder fixes - DO NOT MERGE" into gingerbread by James Dong · 13 years ago
  36. 5706926 am 2d24213f: am 3ec9d06f: Merge "MtpDevice: Handle zero length packets in readResponse()" into honeycomb-mr1 by Mike Lockwood · 13 years ago
  37. 8eac878 Merge "resolved conflicts for merge of c761a80d to master" by Gloria Wang · 13 years ago
  38. 1825ce2 resolved conflicts for merge of c761a80d to master by Gloria Wang · 13 years ago
  39. 51db2c7 Merge "Fix PV AAC decoder crash due to out-of-boundary array access." by James Dong · 13 years ago
  40. 5cb5326 am 7d93b757: (-s ours) am 68f66b94: Merge "MP3Extractor and MP3 decoder fixes - DO NOT MERGE" into gingerbread by James Dong · 13 years ago
  41. 6df0dc0 Fix PV AAC decoder crash due to out-of-boundary array access. by James Dong · 13 years ago
  42. 41be68d am 3ec9d06f: Merge "MtpDevice: Handle zero length packets in readResponse()" into honeycomb-mr1 by Mike Lockwood · 13 years ago
  43. 8980847 Merge "MtpDevice: Handle zero length packets in readResponse()" into honeycomb-mr1 by Mike Lockwood · 13 years ago
  44. 6cfa41f am 7ea3c7f5: Merge "- Some change on the DrmManager in order to support feature request 4082089. In DrmManager, we currently lock both processDrmInfo() and onInfo() which is ok for now since processDrmInfo() is async call, and it will return without waitin by Gloria Wang · 13 years ago
  45. 56d0834 Merge "- Some change on the DrmManager in order to support feature request 4082089. In DrmManager, we currently lock both processDrmInfo() and onInfo() which is ok for now since processDrmInfo() is async call, and it will return without waiting for onInfo() call. However, if we send an event in processDrmInfo(), we will got deadlock here because we need to invoke onInf() which will wait for processDrmInfo() to release the lock. Use different lock for onInfo(). - Remove some redundent mutex lock." into honeycomb-mr1 by Gloria Wang · 13 years ago
  46. 3d74457 MtpDevice: Handle zero length packets in readResponse() by Mike Lockwood · 13 years ago
  47. 8b9a906 am 0bea34fc: am dec0b755: Merge "MTP host: Fix problems reading large data packets" into honeycomb-mr1 by Mike Lockwood · 13 years ago
  48. 23771ca am dec0b755: Merge "MTP host: Fix problems reading large data packets" into honeycomb-mr1 by Mike Lockwood · 13 years ago
  49. 33bde8d MTP host: Fix problems reading large data packets by Mike Lockwood · 13 years ago
  50. 6d8ed95 If MP3 decoder output frame size were 0, media server would crash. by James Dong · 13 years ago
  51. 0e0a5f9 - Some change on the DrmManager in order to support feature request 4082089. by Gloria Wang · 13 years ago
  52. 04b1447 am 68f66b94: Merge "MP3Extractor and MP3 decoder fixes - DO NOT MERGE" into gingerbread by James Dong · 13 years ago
  53. 9dec491 MP3Extractor and MP3 decoder fixes - DO NOT MERGE by James Dong · 13 years ago
  54. 34fba66 Only use ChromiumHTTPDataSource if webkit was built with chromium support. by Andreas Huber · 13 years ago
  55. 884d064 am 055066e1: am 92f2f3ff: Merge "Bug 3012968 DRM output control" into honeycomb-mr1 by Glenn Kasten · 13 years ago
  56. 203616f am 92f2f3ff: Merge "Bug 3012968 DRM output control" into honeycomb-mr1 by Glenn Kasten · 13 years ago
  57. 2eb6295 Bug 3012968 DRM output control by Glenn Kasten · 13 years ago
  58. b5ce361 Fix for bug 3477330 by Gloria Wang · 13 years ago
  59. 609ce04 am 256290b1: am 54fe5856: Merge "- Change level of some LOGs from LOGE to LOGV because those logs are not error logs from non-DRMed content\'s point of view. - Add more mutex lock to avoid crash by multi-thread calls. - Fix for bug 4050039" into honeycomb-mr1 by Gloria Wang · 13 years ago
  60. 0592e3c am 54fe5856: Merge "- Change level of some LOGs from LOGE to LOGV because those logs are not error logs from non-DRMed content\'s point of view. - Add more mutex lock to avoid crash by multi-thread calls. - Fix for bug 4050039" into honeycomb-mr1 by Gloria Wang · 13 years ago
  61. 8862028 Merge "- Change level of some LOGs from LOGE to LOGV because those logs are not error logs from non-DRMed content's point of view. - Add more mutex lock to avoid crash by multi-thread calls. - Fix for bug 4050039" into honeycomb-mr1 by Gloria Wang · 13 years ago
  62. 6b610a3 - Change level of some LOGs from LOGE to LOGV because those logs by Gloria Wang · 13 years ago
  63. c4122f5 Merge "Support http authentication ala http://foo:bar@host.org in stagefright." by Andreas Huber · 13 years ago
  64. 3b93951 am d1e09e08: am 8df2477c: am bd0e806a: Support IPv6->IPv4 fallback in HTTP streaming. by Lorenzo Colitti · 13 years ago
  65. e146aa5 am d6aaec0c: am e4a02b61: am b9da16a1: Support IPv6 in HTTP streaming. by Lorenzo Colitti · 13 years ago
  66. 4ec5179 am 8df2477c: am bd0e806a: Support IPv6->IPv4 fallback in HTTP streaming. by Lorenzo Colitti · 13 years ago
  67. 83bfaf0 am e4a02b61: am b9da16a1: Support IPv6 in HTTP streaming. by Lorenzo Colitti · 13 years ago
  68. d563b83 am bd0e806a: Support IPv6->IPv4 fallback in HTTP streaming. by Lorenzo Colitti · 13 years ago
  69. f64b241 am b9da16a1: Support IPv6 in HTTP streaming. by Lorenzo Colitti · 13 years ago
  70. 70fcf53 Support http authentication ala http://foo:bar@host.org in stagefright. by Andreas Huber · 13 years ago
  71. 72fee69 Use the same http proxy mechanism that webkit uses instead of bypassing proxies. by Andreas Huber · 13 years ago
  72. 2aac40f am 2dc78477: am cc34967f: Merge "Fix issue 3439872: video chat and bluetooth SCO" into honeycomb-mr1 by Eric Laurent · 13 years ago
  73. bd75c0d am cc34967f: Merge "Fix issue 3439872: video chat and bluetooth SCO" into honeycomb-mr1 by Eric Laurent · 13 years ago
  74. 1156dc9 An HTTP datasource for stagefright using the chromium code. by Andreas Huber · 13 years ago
  75. 1703cdf Fix issue 3439872: video chat and bluetooth SCO by Eric Laurent · 13 years ago
  76. 0ef6315 Support IPv6->IPv4 fallback in HTTP streaming. by Lorenzo Colitti · 13 years ago
  77. 7528e58 Support IPv6 in HTTP streaming. by Lorenzo Colitti · 14 years ago
  78. 271151e am 73179134: (-s ours) am b1be086e: (-s ours) am d581c047: Add missing copyright headers for a couple of files. DO NOT MERGE Cherry-picked from other branch... by James Dong · 13 years ago
  79. 335874e am b1be086e: (-s ours) am d581c047: Add missing copyright headers for a couple of files. DO NOT MERGE Cherry-picked from other branch... by James Dong · 13 years ago
  80. a5967fa Merge "Add the default back-facing camera to the MediaProfile camera vector As a result, missing media_profiles.xml will be still allowed." by James Dong · 13 years ago
  81. d3ee677 Add the default back-facing camera to the MediaProfile camera vector by James Dong · 13 years ago
  82. af50f11 am d581c047: Add missing copyright headers for a couple of files. DO NOT MERGE Cherry-picked from other branch... by James Dong · 13 years ago
  83. 64bfdc7 Add missing copyright headers for a couple of files. DO NOT MERGE by James Dong · 13 years ago
  84. 38978f5 am a7c9dffd: am 4ed072f9: Merge "Add missing copyright headers to a couple of files" into honeycomb-mr1 by James Dong · 13 years ago
  85. fbb1909 Add missing copyright headers to a couple of files by James Dong · 13 years ago
  86. e648291 Merge "Added more metadata published by the MediaMetaDataRetriever" by Andreas Huber · 13 years ago
  87. 6ab1d17 am 0b7912d3: am 99b86247: Fix a leak from AACEncoder.cpp by James Dong · 13 years ago
  88. 73870c9 Fix a leak from AACEncoder.cpp by James Dong · 13 years ago
  89. 918581c am 70d7522e: am 865448a0: Merge "Do not enforce the rule in MP3Extractor that all audio frames in an mp3 file must have the same mode" into honeycomb-mr1 by James Dong · 13 years ago
  90. 2eb6a47 Do not enforce the rule in MP3Extractor that all audio frames in an mp3 file must have the same mode by James Dong · 13 years ago
  91. 2256d51 Added more metadata published by the MediaMetaDataRetriever by Andreas Huber · 13 years ago
  92. bdba1f2 Reject streaming .mp4 files over http that are not muxed reasonably. by Andreas Huber · 13 years ago
  93. 4f46fed Merge "- To track the usage of all audio output devices - To track the currently used audio device - The devices are separated as speaker and other audio devices - Provide the collected data to battery application through pullBatteryData()" by Gloria Wang · 13 years ago
  94. 9ee159b - To track the usage of all audio output devices by Gloria Wang · 13 years ago
  95. 9a5f9b7 Merge "Stagefright: Use the ANW min undequeued bufs query." by Jamie Gennis · 13 years ago
  96. 8b17ba3 Merge "To support DRM files without file extension" by Gloria Wang · 13 years ago
  97. c3369fd Merge "Resize internal PES buffers dynamically instead of relying on a fixed maximum size." by Andreas Huber · 13 years ago
  98. 3e57322 Resize internal PES buffers dynamically instead of relying on a fixed maximum size. by Andreas Huber · 13 years ago
  99. 43a7e77 Merge "Allow optional specification of a PTS timestamp when signalling a discontinuity." by Andreas Huber · 13 years ago
  100. 32f3cef Allow optional specification of a PTS timestamp when signalling a discontinuity. by Andreas Huber · 13 years ago