1. 48af7e8 CameraService and Stagefright: Support AppOps by Eino-Ville Talvala · 11 years ago
  2. b1e7cd1 Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 11 years ago
  3. e336f91 Add support for querying if a stream is active remotely by Jean-Michel Trivi · 11 years ago
  4. 0be9fe5 Merge "Add media.log service based on NBLog" by Glenn Kasten · 11 years ago
  5. 279dcd8 Plumbing to reflect minor changes in the HDCP module API that allow for by Andreas Huber · 11 years ago
  6. fdf4e4f Add media.log service based on NBLog by Glenn Kasten · 11 years ago
  7. 45490af Fix AudioRecord by Glenn Kasten · 12 years ago
  8. b438f00 Fix bug in AudioRecord() constructor by Glenn Kasten · 12 years ago
  9. 856ff4e Merge "Start isolating control block accesses in a proxy" by Glenn Kasten · 12 years ago
  10. 5570227 Merge "Remove unnecessary parameter" by Glenn Kasten · 12 years ago
  11. e30c14b Merge "Fix bug with discarded AudioRecord::read count" by Glenn Kasten · 12 years ago
  12. f37971f Remove unnecessary parameter by Glenn Kasten · 12 years ago
  13. 484566c Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  14. 74b8adf Fix bug with discarded AudioRecord::read count by Glenn Kasten · 12 years ago
  15. 552f274 Start isolating control block accesses in a proxy by Glenn Kasten · 12 years ago
  16. e6106df Split off the current control block to separate file by Glenn Kasten · 12 years ago
  17. 8f7453f Emphasize distinction between streaming and static by Glenn Kasten · 12 years ago
  18. ec7dcac flush() comments and checks by Glenn Kasten · 12 years ago
  19. 4b3a49e AudioTrack::mute() is unused so remove it by Glenn Kasten · 12 years ago
  20. 9862e8f Merge "AudioTrack inline short const methods" by Glenn Kasten · 12 years ago
  21. ab5bfb1 AudioTrack inline short const methods by Glenn Kasten · 12 years ago
  22. 217916f Remove last bits of IAudioFlinger::channel_count by Glenn Kasten · 12 years ago
  23. f59ab0e am 2f6107ec: am b64def9a: Merge "[wfd] Support a low(er) power state by triggering PAUSE/RESUME." into jb-mr1.1-dev by Andreas Huber · 12 years ago
  24. 53faa7e am b64def9a: Merge "[wfd] Support a low(er) power state by triggering PAUSE/RESUME." into jb-mr1.1-dev by Andreas Huber · 12 years ago
  25. bf4950a [wfd] Support a low(er) power state by triggering PAUSE/RESUME. by Andreas Huber · 12 years ago
  26. 1bfcf04 am 7b7f17dc: am b7c8e918: Add support for HLS playlists of type \'event\'. by Andreas Huber · 12 years ago
  27. 61c1956 am b7c8e918: Add support for HLS playlists of type \'event\'. by Andreas Huber · 12 years ago
  28. a4c5bc0 Add support for HLS playlists of type 'event'. by Andreas Huber · 12 years ago
  29. 3ac30b6 AudioTrack::dump null mCblk check test by Zbigniew Mazur · 12 years ago
  30. a81a885 Merge "Clean up channel count and channel mask" by Glenn Kasten · 12 years ago
  31. c45128a Clean up channel count and channel mask by Glenn Kasten · 12 years ago
  32. 40b1379 delete -> free by Marco Nelissen · 12 years ago
  33. 7aeff3f Merge ""if" statements use curly braces per media style" by Glenn Kasten · 12 years ago
  34. 645f383 Merge "Fix time vs. bytes units bug in getRenderPosition" by Glenn Kasten · 12 years ago
  35. 0dec3d6 Merge "Don't use control block frame count after create" by Glenn Kasten · 12 years ago
  36. d710143 Don't use control block frame count after create by Glenn Kasten · 12 years ago
  37. a204922 "if" statements use curly braces per media style by Glenn Kasten · 12 years ago
  38. 411e447 Don't explicitly log tid by Glenn Kasten · 12 years ago
  39. b59a502 Fix time vs. bytes units bug in getRenderPosition by Glenn Kasten · 12 years ago
  40. 7da35f2 Use size_t for frame counts by Glenn Kasten · 12 years ago
  41. 520a9af Clean up frame size in AudioTrack and AudioFlinger by Glenn Kasten · 12 years ago
  42. 1127d65 Use uint32_t for sample rate by Glenn Kasten · 12 years ago
  43. 1513ad2 Merge "Update audio comments" by Glenn Kasten · 12 years ago
  44. 8f1c749 Merge "Remove deprecated AudioSystem methods" by Glenn Kasten · 12 years ago
  45. 020f79f Update audio comments by Glenn Kasten · 12 years ago
  46. 98d9922 Fix build warnings by Glenn Kasten · 12 years ago
  47. f6fd99c Remove deprecated AudioSystem methods by Glenn Kasten · 12 years ago
  48. 5518602 Simplify AudioRecord::restoreTrack_l() by Glenn Kasten · 12 years ago
  49. 5aab59a Move frame size out of the control block by Glenn Kasten · 12 years ago
  50. 9c6c02e Fix regression for AudioTrack::write() 8-bit PCM by Glenn Kasten · 12 years ago
  51. 2f6226a Move buffers pointer out of the control block by Glenn Kasten · 12 years ago
  52. e0461d1 Simplify AudioTrack::restoreTrack_l() by Glenn Kasten · 12 years ago
  53. 1ec74da Merge "Add all-channel AudioTrack::setVolume() API" by Glenn Kasten · 12 years ago
  54. 4f3ebe4 Merge "Fix call to restoreTrack_l() without lock held" by Glenn Kasten · 12 years ago
  55. a96bd95 Fix call to restoreTrack_l() without lock held by Glenn Kasten · 12 years ago
  56. ba85098 Remove CBLK_DIRECTION from control block flags by Glenn Kasten · 12 years ago
  57. 891b11d Merge "Remove CBLK_FAST from control block flags" by Glenn Kasten · 12 years ago
  58. b2800e8 Merge "Remove unused fields in AudioTrack::Buffer" by Glenn Kasten · 12 years ago
  59. c267415 Remove CBLK_FAST from control block flags by Glenn Kasten · 12 years ago
  60. 8424361 Remove unused fields in AudioTrack::Buffer by Glenn Kasten · 12 years ago
  61. 6608582 Removed unused fields in AudioRecord::Buffer by Glenn Kasten · 12 years ago
  62. c9f872e Cache mCblk in local variable cblk by Glenn Kasten · 12 years ago
  63. fda3292 Merge "Simplify control block flag names" by Glenn Kasten · 12 years ago
  64. 164d653 Add all-channel AudioTrack::setVolume() API by Glenn Kasten · 12 years ago
  65. 7c28540 Remove deprecated AudioTrack APIs by Glenn Kasten · 12 years ago
  66. d12b033 Simplify control block flag names by Glenn Kasten · 12 years ago
  67. 36665ac Fix spurious wakeup waiting for new IAudioTrack by Glenn Kasten · 12 years ago
  68. 8af901c Line length 100 by Glenn Kasten · 12 years ago
  69. faa4420 Remove obsolete references to libmedia_native by Glenn Kasten · 12 years ago
  70. d7823e4 Fix typo by Glenn Kasten · 12 years ago
  71. 31988ed stagefright: discard audio at start of capture by Eric Laurent · 12 years ago
  72. e3f641f Support querying active record sources by Jean-Michel Trivi · 12 years ago
  73. 4c6db4c Implement android.media.AudioManager.getProperty() by Glenn Kasten · 12 years ago
  74. 45d76bb Remove legacy code and APIs in wifi display related code. by Andreas Huber · 12 years ago
  75. 59451f8 HDCP module binderized by Andreas Huber · 12 years ago
  76. ef6be0b audioflinger: send priority request from a thread by Eric Laurent · 12 years ago
  77. 8645717 Workaround for track recreation bug by Jean-Michel Trivi · 12 years ago
  78. 947be6b am e7c992c6: am 5abc91d6: Merge "Fix libmedia and libstagefright to get expat header files from the approved location." by Elliott Hughes · 12 years ago
  79. e7c992c am 5abc91d6: Merge "Fix libmedia and libstagefright to get expat header files from the approved location." by Elliott Hughes · 12 years ago
  80. e8057dd Fix libmedia and libstagefright to get expat header files from the approved location. by Elliott Hughes · 12 years ago
  81. 741b47d Merge "AudioRecord: Fix minimum frame count calculation." into jb-mr1-dev by Eric Laurent · 12 years ago
  82. 75b9bb0 AudioRecord: Fix minimum frame count calculation. by Eric Laurent · 12 years ago
  83. ced24b3 Update remote display API. by Jeff Brown · 12 years ago
  84. 2013a54 Implement remote display service stubs. by Jeff Brown · 12 years ago
  85. 3e76a27 Merge "Added an additional virtual method IStreamSource::flags()." into jb-mr1-dev by Andreas Huber · 12 years ago
  86. 330accb Added an additional virtual method IStreamSource::flags(). by Andreas Huber · 12 years ago
  87. 2662ac9 Update audio comments by Glenn Kasten · 12 years ago
  88. ab1bd84 Only run the wifi display RTSP server on demand, and only on the wifi direct by Andreas Huber · 12 years ago
  89. a2c31a7 Merge "Initial checkin of support for acting as a wifi display source" into jb-mr1-dev by Andreas Huber · 12 years ago
  90. 35213f1 Initial checkin of support for acting as a wifi display source by Andreas Huber · 12 years ago
  91. 9bd5a93 Preliminary support for HDCP as a binder service for wifi display support. by Andreas Huber · 12 years ago
  92. 6a8ea47 Merge "Revert "Swap the order of creating IAudioTrack and thread"" into jb-mr1-dev by Glenn Kasten · 12 years ago
  93. 44a7e42 Add the ability to dynamicaly register MediaPlayer types. by John Grossman · 12 years ago
  94. a997e7a Revert "Swap the order of creating IAudioTrack and thread" by Glenn Kasten · 12 years ago
  95. 5d464eb Swap the order of creating IAudioTrack and thread by Glenn Kasten · 12 years ago
  96. 0ec23ce Clean up start() parameters by Glenn Kasten · 12 years ago
  97. 58e5aa3 effect_descriptor_t const correctness by Glenn Kasten · 12 years ago
  98. 955e781 AudioRecord locking by Glenn Kasten · 12 years ago
  99. a189a68 Use struct assignment instead of explicit memcpy by Glenn Kasten · 12 years ago
  100. 28b76b3 Use audio_channel_mask_t for channel mask by Glenn Kasten · 12 years ago