1. 2217a40 Merge "Add template class SingleStateQueue" into jb-mr2-dev by Glenn Kasten · 14 years ago
  2. e51d8b3 Merge "Implement Surface input to MediaCodec." into jb-mr2-dev by Andy McFadden · 14 years ago
  3. 5c4cc0d Add template class SingleStateQueue by Glenn Kasten · 14 years ago
  4. 7cd5853 Implement Surface input to MediaCodec. by Andy McFadden · 14 years ago
  5. c9b2e20 Miscellaneous cleanup by Glenn Kasten · 14 years ago
  6. ea2839f am c0048178: Merge "Avoid invalid memory access when using extractMetadata()" by Marco Nelissen · 14 years ago
  7. c004817 Merge "Avoid invalid memory access when using extractMetadata()" by Marco Nelissen · 14 years ago
  8. d01c148 Avoid invalid memory access when using extractMetadata() by Sangkyu Lee · 14 years ago
  9. ceb388d CameraService and Stagefright: Support AppOps by Eino-Ville Talvala · 14 years ago
  10. 1a2952a Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 14 years ago
  11. 272ab54 Add support for querying if a stream is active remotely by Jean-Michel Trivi · 14 years ago
  12. a416756 Merge "Add media.log service based on NBLog" by Glenn Kasten · 14 years ago
  13. a6a88d9 Plumbing to reflect minor changes in the HDCP module API that allow for by Andreas Huber · 14 years ago
  14. 6f1c191 Add media.log service based on NBLog by Glenn Kasten · 14 years ago
  15. 2e46646 Fix AudioRecord by Glenn Kasten · 14 years ago
  16. a589764 Fix bug in AudioRecord() constructor by Glenn Kasten · 14 years ago
  17. d5681bc Merge "Start isolating control block accesses in a proxy" by Glenn Kasten · 14 years ago
  18. 49d24d3 Merge "Remove unnecessary parameter" by Glenn Kasten · 14 years ago
  19. 0fd58c9 Merge "Fix bug with discarded AudioRecord::read count" by Glenn Kasten · 14 years ago
  20. 8d6cc84 Remove unnecessary parameter by Glenn Kasten · 15 years ago
  21. 8ba0102 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 14 years ago
  22. 89b629b Fix bug with discarded AudioRecord::read count by Glenn Kasten · 14 years ago
  23. e3aa659 Start isolating control block accesses in a proxy by Glenn Kasten · 14 years ago
  24. a8190fc Split off the current control block to separate file by Glenn Kasten · 14 years ago
  25. 083d1c1 Emphasize distinction between streaming and static by Glenn Kasten · 14 years ago
  26. 4bae364 flush() comments and checks by Glenn Kasten · 14 years ago
  27. e4756fe AudioTrack::mute() is unused so remove it by Glenn Kasten · 14 years ago
  28. 391f1bb Merge "AudioTrack inline short const methods" by Glenn Kasten · 14 years ago
  29. 01437b7 AudioTrack inline short const methods by Glenn Kasten · 14 years ago
  30. 5876f2f Remove last bits of IAudioFlinger::channel_count by Glenn Kasten · 14 years ago
  31. 37a9e8e am 2f6107ec: am b64def9a: Merge "[wfd] Support a low(er) power state by triggering PAUSE/RESUME." into jb-mr1.1-dev by Andreas Huber · 14 years ago
  32. 2f6107e am b64def9a: Merge "[wfd] Support a low(er) power state by triggering PAUSE/RESUME." into jb-mr1.1-dev by Andreas Huber · 14 years ago
  33. 5131d12 [wfd] Support a low(er) power state by triggering PAUSE/RESUME. by Andreas Huber · 14 years ago
  34. 2546219 am 7b7f17dc: am b7c8e918: Add support for HLS playlists of type \'event\'. by Andreas Huber · 14 years ago
  35. 7b7f17d am b7c8e918: Add support for HLS playlists of type \'event\'. by Andreas Huber · 14 years ago
  36. b7c8e91 Add support for HLS playlists of type 'event'. by Andreas Huber · 14 years ago
  37. 2b691b9 AudioTrack::dump null mCblk check test by Zbigniew Mazur · 14 years ago
  38. 4d9cef6 Merge "Clean up channel count and channel mask" by Glenn Kasten · 14 years ago
  39. a42ff00 Clean up channel count and channel mask by Glenn Kasten · 14 years ago
  40. a6b47a1 delete -> free by Marco Nelissen · 14 years ago
  41. aa25c03 Merge ""if" statements use curly braces per media style" by Glenn Kasten · 14 years ago
  42. 77035d1 Merge "Fix time vs. bytes units bug in getRenderPosition" by Glenn Kasten · 14 years ago
  43. 67ba2b6 Merge "Don't use control block frame count after create" by Glenn Kasten · 14 years ago
  44. b603744 Don't use control block frame count after create by Glenn Kasten · 14 years ago
  45. d65d73c "if" statements use curly braces per media style by Glenn Kasten · 14 years ago
  46. 827e5f1 Don't explicitly log tid by Glenn Kasten · 14 years ago
  47. 26c7755 Fix time vs. bytes units bug in getRenderPosition by Glenn Kasten · 14 years ago
  48. e33054e Use size_t for frame counts by Glenn Kasten · 14 years ago
  49. 60a8392 Clean up frame size in AudioTrack and AudioFlinger by Glenn Kasten · 14 years ago
  50. 3b16c76 Use uint32_t for sample rate by Glenn Kasten · 14 years ago
  51. b4a17e8 Merge "Update audio comments" by Glenn Kasten · 14 years ago
  52. 6d92e41 Merge "Remove deprecated AudioSystem methods" by Glenn Kasten · 14 years ago
  53. 22eb4e2 Update audio comments by Glenn Kasten · 14 years ago
  54. b26e3e9 Fix build warnings by Glenn Kasten · 14 years ago
  55. a552d60 Remove deprecated AudioSystem methods by Glenn Kasten · 14 years ago
  56. b36a7a6 Simplify AudioRecord::restoreTrack_l() by Glenn Kasten · 14 years ago
  57. 83a0382 Move frame size out of the control block by Glenn Kasten · 14 years ago
  58. bc0f6b9 Fix regression for AudioTrack::write() 8-bit PCM by Glenn Kasten · 14 years ago
  59. b929e41 Move buffers pointer out of the control block by Glenn Kasten · 14 years ago
  60. a47f316 Simplify AudioTrack::restoreTrack_l() by Glenn Kasten · 14 years ago
  61. 659004c Merge "Add all-channel AudioTrack::setVolume() API" by Glenn Kasten · 14 years ago
  62. 755e8e1 Merge "Fix call to restoreTrack_l() without lock held" by Glenn Kasten · 14 years ago
  63. d5ed6e8 Fix call to restoreTrack_l() without lock held by Glenn Kasten · 14 years ago
  64. 864585d Remove CBLK_DIRECTION from control block flags by Glenn Kasten · 14 years ago
  65. 8fa3ad0 Merge "Remove CBLK_FAST from control block flags" by Glenn Kasten · 14 years ago
  66. 9d91e2a Merge "Remove unused fields in AudioTrack::Buffer" by Glenn Kasten · 14 years ago
  67. e0b0717 Remove CBLK_FAST from control block flags by Glenn Kasten · 14 years ago
  68. 05d4999 Remove unused fields in AudioTrack::Buffer by Glenn Kasten · 14 years ago
  69. 26ba972 Removed unused fields in AudioRecord::Buffer by Glenn Kasten · 14 years ago
  70. d2c38fc Cache mCblk in local variable cblk by Glenn Kasten · 14 years ago
  71. 8e825a5 Merge "Simplify control block flag names" by Glenn Kasten · 14 years ago
  72. b1c0993 Add all-channel AudioTrack::setVolume() API by Glenn Kasten · 15 years ago
  73. 847d05d Remove deprecated AudioTrack APIs by Glenn Kasten · 15 years ago
  74. 9c5fdd8 Simplify control block flag names by Glenn Kasten · 14 years ago
  75. 9a08ebc Fix spurious wakeup waiting for new IAudioTrack by Glenn Kasten · 14 years ago
  76. 85ab62c Line length 100 by Glenn Kasten · 14 years ago
  77. c415902 Remove obsolete references to libmedia_native by Glenn Kasten · 14 years ago
  78. 18a6d90 Fix typo by Glenn Kasten · 14 years ago
  79. b1eb1a0 stagefright: discard audio at start of capture by Eric Laurent · 14 years ago
  80. d708603 Support querying active record sources by Jean-Michel Trivi · 14 years ago
  81. cc0f1cf Implement android.media.AudioManager.getProperty() by Glenn Kasten · 14 years ago
  82. 207e185 Remove legacy code and APIs in wifi display related code. by Andreas Huber · 14 years ago
  83. efbb781 HDCP module binderized by Andreas Huber · 14 years ago
  84. 896adcd audioflinger: send priority request from a thread by Eric Laurent · 14 years ago
  85. 7343196 Workaround for track recreation bug by Jean-Michel Trivi · 14 years ago
  86. fd48021 am e7c992c6: am 5abc91d6: Merge "Fix libmedia and libstagefright to get expat header files from the approved location." by Elliott Hughes · 14 years ago
  87. e7c992c am 5abc91d6: Merge "Fix libmedia and libstagefright to get expat header files from the approved location." by Elliott Hughes · 14 years ago
  88. e8057dd Fix libmedia and libstagefright to get expat header files from the approved location. by Elliott Hughes · 14 years ago
  89. 261fd21 Merge "AudioRecord: Fix minimum frame count calculation." into jb-mr1-dev by Eric Laurent · 14 years ago
  90. 6f744d7 AudioRecord: Fix minimum frame count calculation. by Eric Laurent · 14 years ago
  91. 455d02e Update remote display API. by Jeff Brown · 14 years ago
  92. e104596 Implement remote display service stubs. by Jeff Brown · 14 years ago
  93. cd89e80 Merge "Added an additional virtual method IStreamSource::flags()." into jb-mr1-dev by Andreas Huber · 14 years ago
  94. da7ff53 Added an additional virtual method IStreamSource::flags(). by Andreas Huber · 14 years ago
  95. c3ae93f Update audio comments by Glenn Kasten · 14 years ago
  96. bcf09f8 Only run the wifi display RTSP server on demand, and only on the wifi direct by Andreas Huber · 14 years ago
  97. d8ee4e5 Merge "Initial checkin of support for acting as a wifi display source" into jb-mr1-dev by Andreas Huber · 14 years ago
  98. d7bee3a Initial checkin of support for acting as a wifi display source by Andreas Huber · 14 years ago
  99. 1b19c9d Preliminary support for HDCP as a binder service for wifi display support. by Andreas Huber · 14 years ago
  100. 6a8ea47 Merge "Revert "Swap the order of creating IAudioTrack and thread"" into jb-mr1-dev by Glenn Kasten · 14 years ago