1. cbaffcf Add MEDIA_STARTED/PAUSED/STOPPED events to media players by Lajos Molnar · 11 years ago
  2. d89532e libmediaplayerservice: offload playback support by Richard Fitzgerald · 11 years ago
  3. 8060060 ANetworkSession and ParsedMessage are now part of stagefright foundation. by Andreas Huber · 11 years ago
  4. 3a24dfc Merge "Output more detailed error message if loading library fails" by leozwang@google.com · 11 years ago
  5. d1eff57 Output more detailed error message if loading library fails by leozwang@google.com · 11 years ago
  6. fb1fdc9 Add comments by Glenn Kasten · 11 years ago
  7. 1545d35 am 9f0e0597: am 7266bc80: am ca7f1609: Merge "Prevent double disconnects in RTSPSource" by Jean-Baptiste Queru · 11 years ago
  8. 9f0e059 am 7266bc80: am ca7f1609: Merge "Prevent double disconnects in RTSPSource" by Jean-Baptiste Queru · 11 years ago
  9. 7266bc8 am ca7f1609: Merge "Prevent double disconnects in RTSPSource" by Jean-Baptiste Queru · 11 years ago
  10. 69adec5 am 9a25c012: am eced745a: Merge "Part of fix for TEE resource leaks when app crashes" into jb-mr2-dev by Jeff Tinker · 11 years ago
  11. 9a25c01 am eced745a: Merge "Part of fix for TEE resource leaks when app crashes" into jb-mr2-dev by Jeff Tinker · 11 years ago
  12. 3d3f67f Part of fix for TEE resource leaks when app crashes by Jeff Tinker · 11 years ago
  13. 1ab85ec Include what is needed by Glenn Kasten · 11 years ago
  14. 0ad03bc Prevent double disconnects in RTSPSource by Fredrik Rosin · 12 years ago
  15. f761cec am 903871da: am 83790fcc: am bdf33c98: Merge "Fix compilation warning: incorrect format specifier for type \'ssize_t\'." by Glenn Kasten · 11 years ago
  16. 83790fc am bdf33c98: Merge "Fix compilation warning: incorrect format specifier for type \'ssize_t\'." by Glenn Kasten · 11 years ago
  17. ad3af33 Public API changes for audio offload support. by Richard Fitzgerald · 11 years ago
  18. 7d40969 Fix compilation warning: incorrect format specifier for type 'ssize_t'. by Scott Fan · 11 years ago
  19. 2799d74 Use sp<AudioTrack> instead of raw AudioTrack * by Glenn Kasten · 11 years ago
  20. 7c684c6 am f9bb8358: am b7319a7e: Update HTTP proxy configuration for all media playback inside stagefright. by Andreas Huber · 11 years ago
  21. f9bb835 am b7319a7e: Update HTTP proxy configuration for all media playback inside stagefright. by Andreas Huber · 11 years ago
  22. b7319a7 Update HTTP proxy configuration for all media playback inside stagefright. by Andreas Huber · 11 years ago
  23. 14f7672 New HLS implementation supporting independent stream sources, audio-only streams by Andreas Huber · 12 years ago
  24. 308bcaa wifi-display: add support for metadata mode on encoder output by Chong Zhang · 11 years ago
  25. d84c79b am dd309b97: Merge "Handle the case where an asynchronous prepare was initiated and then" into jb-mr2-dev by Andreas Huber · 11 years ago
  26. 75f912c am dd309b97: Merge "Handle the case where an asynchronous prepare was initiated and then" into jb-mr2-dev by Andreas Huber · 11 years ago
  27. 5a75013 Handle the case where an asynchronous prepare was initiated and then by Andreas Huber · 11 years ago
  28. b5f28d4 Handle the case where an asynchronous prepare was initiated and then by Andreas Huber · 11 years ago
  29. 6bc71ca am 628a8c0e: Merge "fix a race condition of MediaPlayerServce::Client::mClient" by Andreas Huber · 11 years ago
  30. 2c2345c am 628a8c0e: Merge "fix a race condition of MediaPlayerServce::Client::mClient" by Andreas Huber · 11 years ago
  31. aa47eb2 Merge "fix a race condition of MediaPlayerServce::Client::mClient" by Andreas Huber · 11 years ago
  32. 628a8c0 Merge "fix a race condition of MediaPlayerServce::Client::mClient" by Andreas Huber · 11 years ago
  33. ca6867f Fix a typo that would cause us not to shutdown/flush the decoders in by Andreas Huber · 11 years ago
  34. da9740e Fix a typo that would cause us not to shutdown/flush the decoders in by Andreas Huber · 11 years ago
  35. 602f5bb Guard against mLooper == NULL. by Andreas Huber · 11 years ago
  36. a68e7b9 Guard against mLooper == NULL. by Andreas Huber · 11 years ago
  37. 2070254 Instead of returning an error, return an invalid duration (-1 ms) by Andreas Huber · 11 years ago
  38. d85929f Instead of returning an error, return an invalid duration (-1 ms) by Andreas Huber · 11 years ago
  39. ecba748 Add liblog by Ying Wang · 11 years ago
  40. da0dc0a Add liblog by Ying Wang · 11 years ago
  41. 505208d Merge "Implement async event callout from drm plugin to Java app" into jb-mr2-dev by Jeff Tinker · 11 years ago
  42. d5ef30b Merge "Implement async event callout from drm plugin to Java app" into jb-mr2-dev by Jeff Tinker · 11 years ago
  43. 0cb126a Implement async event callout from drm plugin to Java app by Jeff Tinker · 11 years ago
  44. c0d5f1f Implement async event callout from drm plugin to Java app by Jeff Tinker · 11 years ago
  45. df41f48 Merge "MediaDrm API update" into jb-mr2-dev by Jeff Tinker · 11 years ago
  46. a56e150 Merge "MediaDrm API update" into jb-mr2-dev by Jeff Tinker · 11 years ago
  47. 8856c8b MediaDrm API update by Jeff Tinker · 11 years ago
  48. 4c63a23 MediaDrm API update by Jeff Tinker · 11 years ago
  49. 7069bdf Fix seek in response to OnPrepared() for HLS content by Andreas Huber · 11 years ago
  50. 9975940 Fix seek in response to OnPrepared() for HLS content by Andreas Huber · 11 years ago
  51. ad2bb2d Fix valgrind error. by Marco Nelissen · 11 years ago
  52. 59ca804 Fix valgrind error. by Marco Nelissen · 11 years ago
  53. 5beac28 Load crypto plugins from additional shared libraries by Jeff Tinker · 11 years ago
  54. bafb682 Load crypto plugins from additional shared libraries by Jeff Tinker · 11 years ago
  55. aab193b Merge "Implementing MediaDrm APIs" into jb-mr2-dev by Jeff Tinker · 11 years ago
  56. de5cdca Merge "Implementing MediaDrm APIs" into jb-mr2-dev by Jeff Tinker · 11 years ago
  57. 8fb6f96 Merge "remove uses of Surface in favor or IGraphicBufferProducer" into jb-mr2-dev by Mathias Agopian · 11 years ago
  58. a32fd0e Merge "remove uses of Surface in favor or IGraphicBufferProducer" into jb-mr2-dev by Mathias Agopian · 11 years ago
  59. cc82dc6 Implementing MediaDrm APIs by Jeff Tinker · 12 years ago
  60. 441a78d Implementing MediaDrm APIs by Jeff Tinker · 12 years ago
  61. 33da402 remove uses of Surface in favor or IGraphicBufferProducer by Mathias Agopian · 11 years ago
  62. 99617ad remove uses of Surface in favor or IGraphicBufferProducer by Mathias Agopian · 11 years ago
  63. 9dffd24 Squashed commit of the following: by Andreas Huber · 11 years ago
  64. d5e5623 Squashed commit of the following: by Andreas Huber · 11 years ago
  65. 48af7e8 CameraService and Stagefright: Support AppOps by Eino-Ville Talvala · 12 years ago
  66. ceb388d CameraService and Stagefright: Support AppOps by Eino-Ville Talvala · 12 years ago
  67. b1e7cd1 Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago
  68. 1a2952a Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago
  69. 46d13e3 Enable pause/resume for RTSP streaming by Roger Jönsson · 12 years ago
  70. fba60da Enable pause/resume for RTSP streaming by Roger Jönsson · 12 years ago
  71. cfc3083 RTSP buffering improvements by Roger Jönsson · 12 years ago
  72. b50e83e RTSP buffering improvements by Roger Jönsson · 12 years ago
  73. 0c3f0fa HLS now properly publishes its "seekable" flags after connection by Andreas Huber · 12 years ago
  74. 0df36ec HLS now properly publishes its "seekable" flags after connection by Andreas Huber · 12 years ago
  75. 7f475c3 RTSP now properly publishes its "seekable" flags after connection by Andreas Huber · 12 years ago
  76. ec0c597 RTSP now properly publishes its "seekable" flags after connection by Andreas Huber · 12 years ago
  77. b81b557 Merge "Support for a "preparation" state that can take care of lengthy" by Andreas Huber · 12 years ago
  78. 3c7f8b4 Merge "Support for a "preparation" state that can take care of lengthy" by Andreas Huber · 12 years ago
  79. 57cea55 Support for a "preparation" state that can take care of lengthy by Andreas Huber · 12 years ago
  80. 9575c96 Support for a "preparation" state that can take care of lengthy by Andreas Huber · 12 years ago
  81. 27243b7 Fix a typo in MediaPlayerFactory that would prevent us from by Andreas Huber · 12 years ago
  82. 198a893 Fix a typo in MediaPlayerFactory that would prevent us from by Andreas Huber · 12 years ago
  83. 81dd60e Added HTTP support for SDP files. by Oscar Rydhé · 13 years ago
  84. 7a33b77 Added HTTP support for SDP files. by Oscar Rydhé · 13 years ago
  85. 5ab368a Groundwork to support bidirectional, asynchronous communication by Andreas Huber · 12 years ago
  86. b5f25f0 Groundwork to support bidirectional, asynchronous communication by Andreas Huber · 12 years ago
  87. 279dcd8 Plumbing to reflect minor changes in the HDCP module API that allow for by Andreas Huber · 12 years ago
  88. a6a88d9 Plumbing to reflect minor changes in the HDCP module API that allow for by Andreas Huber · 12 years ago
  89. 5570227 Merge "Remove unnecessary parameter" by Glenn Kasten · 12 years ago
  90. 49d24d3 Merge "Remove unnecessary parameter" by Glenn Kasten · 12 years ago
  91. f37971f Remove unnecessary parameter by Glenn Kasten · 13 years ago
  92. 8d6cc84 Remove unnecessary parameter by Glenn Kasten · 13 years ago
  93. 484566c Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  94. 8ba0102 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  95. 3057c69 Merge "setVideoSurfaceTexture is now synchronous and applied dynamically" by Andreas Huber · 12 years ago
  96. 1bf2c27 Merge "setVideoSurfaceTexture is now synchronous and applied dynamically" by Andreas Huber · 12 years ago
  97. e9810fa Respect sample aspect ratio in NuPlayer. by Andreas Huber · 12 years ago
  98. 516dacf Respect sample aspect ratio in NuPlayer. by Andreas Huber · 12 years ago
  99. 1a447be setVideoSurfaceTexture is now synchronous and applied dynamically by Andreas Huber · 12 years ago
  100. 57a339c setVideoSurfaceTexture is now synchronous and applied dynamically by Andreas Huber · 12 years ago