1. 4202464 Fix error recovery in Stagefright init. by Jamie Gennis · 14 years ago
  2. 94c5980 Stagefright: Query buffer usage from the component. by Jamie Gennis · 14 years ago
  3. e6befb8 Add an OMX IL API for querying buffer usage flags. by Jamie Gennis · 14 years ago
  4. 8f77b41 Merge "The color conversion from YUV420Planar to RGB only requires the image width to be a multiple of 2, not 4." by James Dong · 14 years ago
  5. 9e69035 Merge "Fix for issue 3466385: Low quality video properties are applied to all" by Santosh Madhava · 14 years ago
  6. 65260be Merge "Fix issue 3388354." by Eric Laurent · 14 years ago
  7. 051d443 Merge "Instrumentation code to enable/disable memory leak check using setprop" by Rajneesh Chowdury · 14 years ago
  8. 854938a Fix issue 3388354. by Eric Laurent · 14 years ago
  9. 15f5eee Merge "Fix for issue 3431967: Memory leak from video editor engine" by Santosh Madhava · 14 years ago
  10. 5f63069 Bug 3447027 Limit previews for DRM video by Glenn Kasten · 14 years ago
  11. f67441e Instrumentation code to enable/disable memory leak check using setprop by Rajneesh Chowdury · 14 years ago
  12. 7c8f25f Fix for issue 3431967: Memory leak from video editor engine by Santosh Madhava · 14 years ago
  13. bcbf685 Fix for issue 3466385: Low quality video properties are applied to all by Santosh Madhava · 14 years ago
  14. 62f755a Remove the hard coded media recorder test cases. by Yu Shan Emily Lau · 14 years ago
  15. e883d31 mp4a box contains mp3 audio when the object type indication is 0x6b by James Dong · 14 years ago
  16. 66d1691 Merge "VideoEditor: Issue:3396697: Update Perf and Stress test code" by Basavapatna Dattaguru · 14 years ago
  17. 0c6a518 VideoEditor: Issue:3396697: Update Perf and Stress test code by Basavapatna Dattaguru · 14 years ago
  18. 0b52dbe Merge "Alternate patch for late video issue: seek only the video ahead to the next" by Andreas Huber · 14 years ago
  19. 92df995 Merge "Fix for issue 3485010: The project thumbnail is not regenerated" by Santosh Madhava · 14 years ago
  20. 89782f5 Fix for issue 3485010: The project thumbnail is not regenerated by Santosh Madhava · 14 years ago
  21. a28f6f1 Merge "Suppress the logging of URLs when in incognito mode." by Andreas Huber · 14 years ago
  22. 53182c4 Suppress the logging of URLs when in incognito mode. by Andreas Huber · 14 years ago
  23. b607b88 Merge "UsbManager: Remove redundant Intent extras from USB device and accessory broadcasts" by Mike Lockwood · 14 years ago
  24. a2c2997 Alternate patch for late video issue: seek only the video ahead to the next by Andreas Huber · 14 years ago
  25. 373ed6f Merge "Bug 3438258 Add SurfaceTexture as MediaPlayer sink" by Glenn Kasten · 14 years ago
  26. 563ab6e Fix MP3Extractor by James Dong · 14 years ago
  27. 7b76c8d Merge "Don't crash when parsing DRM MIME types" by Glenn Kasten · 14 years ago
  28. bc5f1f5 d263 may contain optional bitr box, and thus its size can be up to 23 bytes by James Dong · 14 years ago
  29. 7f97c4e Merge "Remove RefBase.h dependency on TextOutput.h" by Mathias Agopian · 14 years ago
  30. cc562a3 Bug 3438258 Add SurfaceTexture as MediaPlayer sink by Glenn Kasten · 14 years ago
  31. daabf8b5 Merge "To collect the total usage time of encoders in the media recorder" by Gloria Wang · 14 years ago
  32. 62e05a6 To collect the total usage time of encoders in the media recorder by Gloria Wang · 14 years ago
  33. 188d00b UsbManager: Remove redundant Intent extras from USB device and accessory broadcasts by Mike Lockwood · 14 years ago
  34. afc671f Merge "Application-managed callback buffer support for raw image" by James Dong · 14 years ago
  35. bba9529 Merge "Cleanup for issue 3471160 : video editor calls System.gc" by Santosh Madhava · 14 years ago
  36. 87e639b Merge "- Add method in MediaPlayerService to collect and pull codec usage (duration) for the battery app - Collect MediaPlayer decoding usage data" by Gloria Wang · 14 years ago
  37. d211f41 - Add method in MediaPlayerService to collect and pull by Gloria Wang · 14 years ago
  38. 9a146d9 am d97c598f: am 6c9b500f: Merge "Added more warnings in javadoc for failure to call MediaPlayer.release() immediately if a MediaPlayer is not needed" into honeycomb by James Dong · 14 years ago
  39. d97c598 am 6c9b500f: Merge "Added more warnings in javadoc for failure to call MediaPlayer.release() immediately if a MediaPlayer is not needed" into honeycomb by James Dong · 14 years ago
  40. e00cab7 Application-managed callback buffer support for raw image by James Dong · 14 years ago
  41. 3f48207 Cleanup for issue 3471160 : video editor calls System.gc by Santosh Madhava · 14 years ago
  42. a688b57 Remove RefBase.h dependency on TextOutput.h by Mathias Agopian · 14 years ago
  43. 16dc307 Don't treat WMV and ASF files as video files unless WMV is supported by Mike Lockwood · 14 years ago
  44. 5fb008e Merge "Remove mkvparser code from /frameworks/base" by James Dong · 14 years ago
  45. 8433f75 Remove mkvparser code from /frameworks/base by James Dong · 14 years ago
  46. b672373 Support for PCMA and PCMU raw audio data in RTP/RTSP. by Andreas Huber · 14 years ago
  47. 66e57f6 MTP: Disable MTP when the keyguard is locked and secure by Mike Lockwood · 14 years ago
  48. 467ca0d MTP: Add support for dynamically adding and removing storage units by Mike Lockwood · 14 years ago
  49. dc94eea Merge "Support more MPEG4-LATM audio functionality." by Andreas Huber · 14 years ago
  50. 14460b9 Added more warnings in javadoc for failure to call MediaPlayer.release() immediately if a MediaPlayer is not needed by James Dong · 14 years ago
  51. 8c7c6dc Support more MPEG4-LATM audio functionality. by Andreas Huber · 14 years ago
  52. 117549f Merge "Check file descriptor before passing it through binder calls" by James Dong · 14 years ago
  53. bafa7ea Check file descriptor before passing it through binder calls by James Dong · 14 years ago
  54. 3ed54d0 Merge "VideoEditor:IssueID:3396697: Added Performance test code" by Basavapatna Dattaguru · 14 years ago
  55. b2c3c3e Merge "VideoEditor:IssueID:3396697: Updated Preview Test code" by Basavapatna Dattaguru · 14 years ago
  56. dab9689 Merge "Fix for 3458686 Play button is enabled before loading the transition. Play results in Native Crash" by Rajneesh Chowdury · 14 years ago
  57. 06a087a Fix for 3458686 Play button is enabled before loading the transition. Play results in Native Crash by Rajneesh Chowdury · 14 years ago
  58. e8c89a3 Move all Widevine code which have dependency on vendor modules to vendor/widevine by Gloria Wang · 14 years ago
  59. f1f9ff2 VideoEditor:IssueID:3396697: Added Performance test code by Basavapatna Dattaguru · 14 years ago
  60. 6681984 - Update from Widevine - Bug fixes by Gloria Wang · 14 years ago
  61. df0b651 Don't crash when parsing DRM MIME types by Glenn Kasten · 14 years ago
  62. c2b9eb8 VideoEditor:IssueID:3396697: Updated Preview Test code by Basavapatna Dattaguru · 14 years ago
  63. 28926cb Merge "Fix for issue 3439595 : Java/JNI - Movide studio playback picks previous frames" by Santosh Madhava · 14 years ago
  64. a3da3b1 Merge "Fixed the media playback report format." by Yu Shan Emily Lau · 14 years ago
  65. 414e153 Fixed the media playback report format. by Yu Shan Emily Lau · 14 years ago
  66. 3f0a485 Merge "Experimental support for https transfers in stagefright." by Andreas Huber · 14 years ago
  67. 5b025c4 Merge "A/V synchronization at the beginning of a recording session" by James Dong · 14 years ago
  68. cbeebb1 A/V synchronization at the beginning of a recording session by James Dong · 14 years ago
  69. 118a150 Experimental support for https transfers in stagefright. by Andreas Huber · 14 years ago
  70. 45fde07 Merge "Update the summary output format which match the PM data posting." by Yu Shan Emily Lau · 14 years ago
  71. ce6ff2c Update the summary output format which match the PM data posting. by Yu Shan Emily Lau · 14 years ago
  72. df4723e Fix for issue 3439595 : Java/JNI - Movide studio playback picks previous frames by Santosh Madhava · 14 years ago
  73. 8336107 Merge "VideoEditor:Issue ID: 3431967" by Basavapatna Dattaguru · 14 years ago
  74. 9cfeb6e VideoEditor:Issue ID: 3431967 by Basavapatna Dattaguru · 14 years ago
  75. 79a9748 am dbe09da6: DO NOT MERGE: Respond to RTSP server->client requests. by Andreas Huber · 14 years ago
  76. dbe09da DO NOT MERGE: Respond to RTSP server->client requests. by Andreas Huber · 14 years ago
  77. 9464f9c Merge "Respond to RTSP server->client requests." by Andreas Huber · 14 years ago
  78. e066616 Respond to RTSP server->client requests. by Andreas Huber · 14 years ago
  79. 85305f0 Change the media player stress test to repor the total number of failure and the total number of info. by Yu Shan Emily Lau · 14 years ago
  80. d33a4cc Decouple AudioRecord read and audio encoding by James Dong · 14 years ago
  81. d6c421f Remove legacy, AwesomePlayer-based http live implementation. by Andreas Huber · 14 years ago
  82. 16d94f5 am 8db7a7bf: Merge "DO NOT MERGE: Derive the Transport "source" attribute from the RTSP endpoint address if necessary" into gingerbread by Andreas Huber · 14 years ago
  83. 94f4019 Merge "Add AAC extractor" by Gloria Wang · 14 years ago
  84. c5b0abf Add AAC extractor by Gloria Wang · 14 years ago
  85. 7ff8939 Revert "Make AwesomePlayer's reset process more verbose to track down ANRs (yet again)" by Andreas Huber · 14 years ago
  86. f040d7d Merge "Derive the Transport "source" attribute from the RTSP endpoint address if necessary" by Andreas Huber · 14 years ago
  87. ea47cb4 DO NOT MERGE: Derive the Transport "source" attribute from the RTSP endpoint address if necessary by Andreas Huber · 14 years ago
  88. 27db53d Derive the Transport "source" attribute from the RTSP endpoint address if necessary by Andreas Huber · 14 years ago
  89. 284ff95 Merge "Work around several issues with non-compliant RTSP servers." by Andreas Huber · 14 years ago
  90. 0407269 Work around several issues with non-compliant RTSP servers. by Andreas Huber · 14 years ago
  91. 8c553b9 MTP host: disable some test code by Mike Lockwood · 14 years ago
  92. e0c9f27 am d1ba051a: DO NOT MERGE: Work around several issues with non-compliant RTSP servers. by Andreas Huber · 14 years ago
  93. d1ba051 DO NOT MERGE: Work around several issues with non-compliant RTSP servers. by Andreas Huber · 14 years ago
  94. 0554f32 VideoEditor:IssueID:3396697: Added Preview Test code by Basavapatna Dattaguru · 14 years ago
  95. e773459 Merge "VideoEditor:Inconsistance defines:Issue ID:3419090" by Basavapatna Dattaguru · 14 years ago
  96. 046dc1e Merge "VideoEditor: IssueID:3396697:Added TN,MP,Exp,API test codes" by Basavapatna Dattaguru · 14 years ago
  97. c0171d3 VideoEditor: IssueID:3396697:Added TN,MP,Exp,API test codes by Basavapatna Dattaguru · 14 years ago
  98. 699587d VideoEditor:Inconsistance defines:Issue ID:3419090 by Basavapatna Dattaguru · 14 years ago
  99. 09f18d0 Merge "VideoEditor: Issue ID:3396697 Missing Files added" by Basavapatna Dattaguru · 14 years ago
  100. cb21879 Enable cancelling the rtsp connection process early. by Andreas Huber · 14 years ago