1. 4dabc20 do not merge: Cherry pick change I6529695c from master to partially fix bug 4126624. by Gloria Wang · 13 years ago
  2. 3109629 If nothing is to be copied, return right away. by Andreas Huber · 13 years ago
  3. 39068e0 DO NOT MERGE Send WebView the current transform and whether we're drawing a layer. by Romain Guy · 13 years ago
  4. 8eb69d6 Fix missing AOSP copyright headers for more 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. 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
  7. ae03031 DO NOT MERGE: Fix a race condition when playing an audio-only stream and seeking before starting. by Andreas Huber · 13 years ago
  8. 427f147 Merge "Improvement for issue 3489986: BT SCO volume" into honeycomb-mr1 by Eric Laurent · 13 years ago
  9. ce80563 Improvement for issue 3489986: BT SCO volume by Eric Laurent · 13 years ago
  10. e1b7678 Merge "Bug 4016329 do full string comparisons" into honeycomb-mr1 by Glenn Kasten · 13 years ago
  11. 41b3d3b Bug 4016329 do full string comparisons by Glenn Kasten · 13 years ago
  12. 505bd99 For issue 4082089 Add more info and error events into the DRM framework by Gloria Wang · 13 years ago
  13. 8980847 Merge "MtpDevice: Handle zero length packets in readResponse()" into honeycomb-mr1 by Mike Lockwood · 13 years ago
  14. 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
  15. 3d74457 MtpDevice: Handle zero length packets in readResponse() by Mike Lockwood · 13 years ago
  16. 33bde8d MTP host: Fix problems reading large data packets by Mike Lockwood · 13 years ago
  17. 0e0a5f9 - Some change on the DrmManager in order to support feature request 4082089. by Gloria Wang · 13 years ago
  18. 2eb6295 Bug 3012968 DRM output control by Glenn Kasten · 13 years ago
  19. 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
  20. 6b610a3 - Change level of some LOGs from LOGE to LOGV because those logs by Gloria Wang · 13 years ago
  21. 1703cdf Fix issue 3439872: video chat and bluetooth SCO by Eric Laurent · 13 years ago
  22. fbb1909 Add missing copyright headers to a couple of files by James Dong · 13 years ago
  23. 73870c9 Fix a leak from AACEncoder.cpp by James Dong · 13 years ago
  24. 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
  25. 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
  26. 9ee159b - To track the usage of all audio output devices by Gloria Wang · 13 years ago
  27. 9a5f9b7 Merge "Stagefright: Use the ANW min undequeued bufs query." by Jamie Gennis · 13 years ago
  28. 8b17ba3 Merge "To support DRM files without file extension" by Gloria Wang · 13 years ago
  29. c3369fd Merge "Resize internal PES buffers dynamically instead of relying on a fixed maximum size." by Andreas Huber · 13 years ago
  30. 3e57322 Resize internal PES buffers dynamically instead of relying on a fixed maximum size. by Andreas Huber · 13 years ago
  31. 43a7e77 Merge "Allow optional specification of a PTS timestamp when signalling a discontinuity." by Andreas Huber · 13 years ago
  32. 32f3cef Allow optional specification of a PTS timestamp when signalling a discontinuity. by Andreas Huber · 13 years ago
  33. 1c49671 Merge "Fix issue 3388775." by Eric Laurent · 13 years ago
  34. f96ebc6 Merge "PV's mp3 decoder mistreated inputBufferCurrentLength in unit of bytes as in unit of bits" by James Dong · 13 years ago
  35. 7f89d09 To support DRM files without file extension by Gloria Wang · 13 years ago
  36. ebdc652 PV's mp3 decoder mistreated inputBufferCurrentLength in unit of bytes as in unit of bits by James Dong · 13 years ago
  37. 3fd91ba Provide better duration and seek accuracy if playing vorbis audio from a non-streaming source. by Andreas Huber · 13 years ago
  38. 5f5354e Merge "Add support for up to 32 buffers per Surface" by Mathias Agopian · 13 years ago
  39. 2a21ff5 Merge "Get rid of redundant media profiles" by James Dong · 13 years ago
  40. 2a7e0a1 Get rid of redundant media profiles by James Dong · 13 years ago
  41. 196855e Add support for up to 32 buffers per Surface by Mathias Agopian · 13 years ago
  42. d71a0e1 Fix issue 3499926. by Eric Laurent · 13 years ago
  43. c0bff9b Merge "Fix issue 3479042." by Eric Laurent · 13 years ago
  44. 532492c Fix issue 3388775. by Eric Laurent · 13 years ago
  45. 59e7879 Merge "Stagefright: Query buffer usage from the component." by Jamie Gennis · 13 years ago
  46. e13e24b Merge "Add an OMX IL API for querying buffer usage flags." by Jamie Gennis · 13 years ago
  47. d2d38d5 Merge "Fix error recovery in Stagefright init." by Jamie Gennis · 13 years ago
  48. 243f5f9 Fix issue 3479042. by Eric Laurent · 13 years ago
  49. 258d4e3 Stagefright: Use the ANW min undequeued bufs query. by Jamie Gennis · 13 years ago
  50. 7400680 Fix error recovery in Stagefright init. by Jamie Gennis · 13 years ago
  51. 3c14b97 Stagefright: Query buffer usage from the component. by Jamie Gennis · 13 years ago
  52. e2ce645 Add an OMX IL API for querying buffer usage flags. by Jamie Gennis · 13 years ago
  53. 6fa83fb Merge "The color conversion from YUV420Planar to RGB only requires the image width to be a multiple of 2, not 4." by James Dong · 13 years ago
  54. 3911a72 Merge "Add the option '-S' to use surface allocated buffers in the stagefright cmdline tool." by Andreas Huber · 13 years ago
  55. 4855ea6 Merge "Fix bug 3376700 Volume too loud at lowest setting" by Jean-Michel Trivi · 13 years ago
  56. c83d4f5 Add the option '-S' to use surface allocated buffers in the stagefright cmdline tool. by Andreas Huber · 13 years ago
  57. 8ddeebb Bug 3447027 Limit previews for DRM video by Glenn Kasten · 13 years ago
  58. 043b22d Fix bug 3376700 Volume too loud at lowest setting by Jean-Michel Trivi · 13 years ago
  59. 6018185 am fbd67fec: (-s ours) am 0600fff9: DO NOT MERGE: MTP: Add support for dynamically adding and removing storage units by Mike Lockwood · 13 years ago
  60. 5f19885 am 0600fff9: DO NOT MERGE: MTP: Add support for dynamically adding and removing storage units by Mike Lockwood · 13 years ago
  61. 5124931 DO NOT MERGE: MTP: Add support for dynamically adding and removing storage units by Mike Lockwood · 13 years ago
  62. c3def8f am cd6828e8: (-s ours) am 2332cd8c: Merge "DO NOT MERGE: Cherry picked hacks to better hide A/V sync issues." into honeycomb by Andreas Huber · 13 years ago
  63. 02b9599 am 2332cd8c: Merge "DO NOT MERGE: Cherry picked hacks to better hide A/V sync issues." into honeycomb by Andreas Huber · 13 years ago
  64. 633b4c8 mp4a box contains mp3 audio when the object type indication is 0x6b by James Dong · 13 years ago
  65. 34d1115 DO NOT MERGE: Cherry picked hacks to better hide A/V sync issues. by Andreas Huber · 13 years ago
  66. 18eb42e Merge "Alternate patch for late video issue: seek only the video ahead to the next" by Andreas Huber · 13 years ago
  67. 827b55c Merge "Suppress the logging of URLs when in incognito mode." by Andreas Huber · 13 years ago
  68. 7314fa1 Suppress the logging of URLs when in incognito mode. by Andreas Huber · 13 years ago
  69. 64bb698 Alternate patch for late video issue: seek only the video ahead to the next by Andreas Huber · 13 years ago
  70. 72feaa5 Merge "Bug 3438258 Add SurfaceTexture as MediaPlayer sink" by Glenn Kasten · 13 years ago
  71. e23da61 Fix MP3Extractor by James Dong · 13 years ago
  72. 9287abf Merge "Don't crash when parsing DRM MIME types" by Glenn Kasten · 13 years ago
  73. 6f7a293 Merge "Add YV12 preview format to camera parameter constants." by Wu-cheng Li · 13 years ago
  74. d42c6e8 Add YV12 preview format to camera parameter constants. by Wu-cheng Li · 13 years ago
  75. 17e89b5 d263 may contain optional bitr box, and thus its size can be up to 23 bytes by James Dong · 13 years ago
  76. 676ae75 Merge "Remove RefBase.h dependency on TextOutput.h" by Mathias Agopian · 13 years ago
  77. 1173118 Bug 3438258 Add SurfaceTexture as MediaPlayer sink by Glenn Kasten · 13 years ago
  78. 7e20422 Merge "To collect the total usage time of encoders in the media recorder" by Gloria Wang · 13 years ago
  79. 75b0b54 To collect the total usage time of encoders in the media recorder by Gloria Wang · 13 years ago
  80. f7f3e82 Merge "Application-managed callback buffer support for raw image" by James Dong · 13 years ago
  81. 51b9a8b Merge "- Add method in MediaPlayerService to collect and pull codec usage (duration) for the battery app - Collect MediaPlayer decoding usage data" by Gloria Wang · 13 years ago
  82. 7cf180c - Add method in MediaPlayerService to collect and pull by Gloria Wang · 13 years ago
  83. e468ac5 Application-managed callback buffer support for raw image by James Dong · 13 years ago
  84. 95d7e99 Remove RefBase.h dependency on TextOutput.h by Mathias Agopian · 13 years ago
  85. 8e0e197 Merge "Remove mkvparser code from /frameworks/base" by James Dong · 13 years ago
  86. c498a27 Remove mkvparser code from /frameworks/base by James Dong · 13 years ago
  87. fcea8f7 Support for PCMA and PCMU raw audio data in RTP/RTSP. by Andreas Huber · 13 years ago
  88. a849440 MTP: Add support for dynamically adding and removing storage units by Mike Lockwood · 13 years ago
  89. 39a5f1b Merge "Support more MPEG4-LATM audio functionality." by Andreas Huber · 13 years ago
  90. 55e2619 Support more MPEG4-LATM audio functionality. by Andreas Huber · 13 years ago
  91. f1d9850 Check file descriptor before passing it through binder calls by James Dong · 13 years ago
  92. 1de41a6 Move all Widevine code which have dependency on vendor modules to vendor/widevine by Gloria Wang · 13 years ago
  93. d4366e8 - Update from Widevine - Bug fixes by Gloria Wang · 13 years ago
  94. 8c8f24d Don't crash when parsing DRM MIME types by Glenn Kasten · 13 years ago
  95. 0e10ea4 Merge "Experimental support for https transfers in stagefright." by Andreas Huber · 13 years ago
  96. a472613 A/V synchronization at the beginning of a recording session by James Dong · 13 years ago
  97. 8cb0c41 Experimental support for https transfers in stagefright. by Andreas Huber · 13 years ago
  98. f71eb13 am 09b18c2f: (-s ours) am 79a97489: (-s ours) am dbe09da6: DO NOT MERGE: Respond to RTSP server->client requests. by Andreas Huber · 13 years ago
  99. d3ce2e8 am 79a97489: (-s ours) am dbe09da6: DO NOT MERGE: Respond to RTSP server->client requests. by Andreas Huber · 13 years ago
  100. b8dc45f am dbe09da6: DO NOT MERGE: Respond to RTSP server->client requests. by Andreas Huber · 13 years ago