1. 0c1407f Decode one row of tiles at a time for image that has tiles by Chong Zhang · 8 years ago
  2. 3f4e6dd Remove one redundant frame copy in MetadataRetriever by Chong Zhang · 8 years ago
  3. 1d3556d AudioTrack: Prevent server from reading client data after stop by Andy Hung · 8 years ago
  4. 03e1e2c Fix underrun count for static tracks by Andy Hung · 8 years ago
  5. e66ef84 Merge "Update OWNERS to be more specific" by Glenn Kasten · 9 years ago
  6. b51ca28 stagefright: add HEIF support by Chong Zhang · 9 years ago
  7. 8499f13 Update OWNERS to be more specific by Glenn Kasten · 9 years ago
  8. 2c6c3bb AudioFlinger: Log Record and MMap thread events by Andy Hung · 9 years ago
  9. b8c35f9 Fix trivial warnings hidden by -isystem by Colin Cross · 9 years ago
  10. 4bb650b AudioFlinger: flush direct tracks that are paused by Phil Burk · 9 years ago
  11. ea2b9c0 Implement client playback timestamps with 64 bit accuracy by Andy Hung · 10 years ago
  12. fc1337d Merge "AudioTrack: fix stall if setBufferSizeInFrames() called before play()" into nyc-dev by Phil Burk · 10 years ago
  13. e8972b0 AudioTrack: fix stall if setBufferSizeInFrames() called before play() by Phil Burk · 10 years ago
  14. 4d231dc audio: Fix race condition in AudioTrack underrun. by Eric Laurent · 10 years ago
  15. 818e7a3 Implement server side playback timestamps with 64 bit accuracy by Andy Hung · 10 years ago
  16. 6ae5843 Enable FastTrack timestamps by Andy Hung · 10 years ago
  17. 8ce8e26 Revert "Enable FastTrack timestamps" by Eric Laurent · 10 years ago
  18. b3a486f Enable FastTrack timestamps by Andy Hung · 11 years ago
  19. 3f0c902 Add AudioRecord timestamps by Andy Hung · 10 years ago
  20. bbe98f0 Merge "AudioTrack: Add getUnderrunCount()" by Phil Burk · 10 years ago
  21. c0adecb AudioTrack: add setBufferSizeInFrames() by Phil Burk · 10 years ago
  22. 2812d9e AudioTrack: Add getUnderrunCount() by Phil Burk · 10 years ago
  23. 59950b4 Remove unused ClientProxy::getFramesFilled() by Glenn Kasten · 12 years ago
  24. 90e8a97 Use modulo position variables in AudioTrack and AudioRecord by Andy Hung · 10 years ago
  25. 5a8a95d Use AudioPlaybackRate to hold TimestretchBufferProvider parameters by Ricardo Garcia · 11 years ago
  26. 8edb8dc Add playback rate to AudioTrack by Andy Hung · 11 years ago
  27. f59497b Update comments by Glenn Kasten · 11 years ago
  28. a18eb9e Merge "Move roundup from frameworks/av to system/media" by Glenn Kasten · 11 years ago
  29. 53dbe77 Move roundup from frameworks/av to system/media by Glenn Kasten · 11 years ago
  30. 4ede21d Fix loop and position restoration in static AudioTracks by Andy Hung · 11 years ago
  31. 9b46158 Fix loop and position setting in static AudioTracks by Andy Hung · 11 years ago
  32. b187de1 Line length 100 by Glenn Kasten · 11 years ago
  33. cb2129b Fix missing loop count for static tracks. by Andy Hung · 11 years ago
  34. 0490686 Fix VideoFrame class layout for 64/32 bit by Marco Nelissen · 11 years ago
  35. 83b8808 audio flinger: add patch connection between hw modules by Eric Laurent · 12 years ago
  36. 7903bb2 am 2a8270e6: am c323737d: Merge "Offer a type-safe album art interface." by Elliott Hughes · 12 years ago
  37. f3e80dd Offer a type-safe album art interface. by Elliott Hughes · 12 years ago
  38. c56f342 Pass stereo gains as packed minifloat by Glenn Kasten · 12 years ago
  39. 751a9c8 Replace size_t in shared memory by uint32_t by Glenn Kasten · 12 years ago
  40. fdac7c0 Replace size_t in shared memory by uint32_t by Glenn Kasten · 12 years ago
  41. 74935e4 Replace control block frameCount_ by explicit in/out parameter by Glenn Kasten · 12 years ago
  42. a153b68 am 77177fa2: am 95c03858: Merge "Allow releaseBuffer after flush" into klp-dev by Glenn Kasten · 12 years ago
  43. 2e422c4 Allow releaseBuffer after flush by Glenn Kasten · 12 years ago
  44. 771f1b6 am 7f8c3973: am 120a8847: Merge "AudioTrack: fix head position after restore" into klp-dev by Eric Laurent · 12 years ago
  45. cc21e4f AudioTrack: fix head position after restore by Eric Laurent · 12 years ago
  46. 16f3201 am 11454092: am 18f86140: Merge "Fix underruns when fast track denied due to SRC" into klp-dev by Glenn Kasten · 12 years ago
  47. ce8828a Fix underruns when fast track denied due to SRC by Glenn Kasten · 12 years ago
  48. f557872b am 908d3c09: am 51ec03c2: Merge "Implement Track::getTimestamp()" into klp-dev by Glenn Kasten · 13 years ago
  49. bd096fd Implement Track::getTimestamp() by Glenn Kasten · 13 years ago
  50. e198c36 Whitespace by Glenn Kasten · 13 years ago
  51. 82aaf94 Report underruns for fast tracks also by Glenn Kasten · 13 years ago
  52. d054c32 Move control block mName to createTrack() output by Glenn Kasten · 13 years ago
  53. 96f60d8 Rename control block flags to mFlags by Glenn Kasten · 13 years ago
  54. f20e1d8 Rename control block server to mServer and add comments by Glenn Kasten · 13 years ago
  55. b1a270d libmedia: offloaded playback support by Richard Fitzgerald · 13 years ago
  56. bfb1b83 AudioFlinger: offload playback, non-blocking write by Eric Laurent · 13 years ago
  57. 7db7df0 AudioTrackShared cleanup by Glenn Kasten · 13 years ago
  58. ad3af33 Public API changes for audio offload support. by Richard Fitzgerald · 13 years ago
  59. 0d09a9b Use mFutex as an event flag rather than semaphore by Glenn Kasten · 13 years ago
  60. 9f80dd2 New control block for AudioTrack and AudioRecord by Glenn Kasten · 13 years ago
  61. 5c4cc0d Add template class SingleStateQueue by Glenn Kasten · 13 years ago
  62. e3aa659 Start isolating control block accesses in a proxy by Glenn Kasten · 13 years ago
  63. 24ee6aa am ba6b1bc3: am e7550eb2: Merge "Initialize and copy mRotationAngle in VideoFrame" by Andreas Huber · 13 years ago
  64. 3700714 Initialize and copy mRotationAngle in VideoFrame by Christer Fletcher · 13 years ago
  65. b603744 Don't use control block frame count after create by Glenn Kasten · 13 years ago
  66. 22eb4e2 Update audio comments by Glenn Kasten · 13 years ago
  67. b36a7a6 Simplify AudioRecord::restoreTrack_l() by Glenn Kasten · 13 years ago
  68. 83a0382 Move frame size out of the control block by Glenn Kasten · 13 years ago
  69. b929e41 Move buffers pointer out of the control block by Glenn Kasten · 13 years ago
  70. a47f316 Simplify AudioTrack::restoreTrack_l() by Glenn Kasten · 13 years ago
  71. 864585d Remove CBLK_DIRECTION from control block flags by Glenn Kasten · 13 years ago
  72. e0b0717 Remove CBLK_FAST from control block flags by Glenn Kasten · 13 years ago
  73. 9c5fdd8 Simplify control block flag names by Glenn Kasten · 13 years ago
  74. 85ab62c Line length 100 by Glenn Kasten · 13 years ago
  75. 0c9d26d Log track name on obtain/releaseBuffer warnings by Glenn Kasten · 14 years ago
  76. 3acbd05 Configure policy of mediaserver threads by Glenn Kasten · 14 years ago
  77. 559bf28 AV Android make files changes by James Dong · 14 years ago
  78. 00a10e8 Use a status_t return type for GL functors by Romain Guy · 14 years ago
  79. e53b9ea Whitespace and indentation by Glenn Kasten · 14 years ago
  80. 9f08fa0 remove files that moved to frameworks/native by Mathias Agopian · 14 years ago
  81. df712ea fix libgui header location by Mathias Agopian · 14 years ago
  82. d3393c3 libagl shouldn't export anything by Mathias Agopian · 14 years ago
  83. 9eeafeb remove dependency on android_native{s_priv|buffer}.h by Mathias Agopian · 14 years ago
  84. 99e53b8 Update comments by Glenn Kasten · 14 years ago
  85. 1a0ae5b Don't double destruct audio_track_cblk_t by Glenn Kasten · 14 years ago
  86. 83d8653 Make AudioTrack control block volume field private by Glenn Kasten · 14 years ago
  87. b1cf75c Track volume cleanup by Glenn Kasten · 14 years ago
  88. 6138822 Merge "Use size_t for frame size" by Glenn Kasten · 14 years ago
  89. 05632a5 AudioTrack and AudioFlinger send level cleanup by Glenn Kasten · 14 years ago
  90. b998065 Use size_t for frame size by Glenn Kasten · 14 years ago
  91. 362c4e6 Audio C++ comments by Glenn Kasten · 14 years ago
  92. 404a123 split ComposerService out of SurfaceComposerClient.h by Mathias Agopian · 14 years ago
  93. 8343f2c fix Surface positions are not floats by Mathias Agopian · 15 years ago
  94. 81eedd1 Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build by Mike Lockwood · 15 years ago
  95. 2df788f SF transactions are now O(1) wrt IPC instead of O(N). by Mathias Agopian · 15 years ago
  96. 4b85d17 unify SurfaceTexture and Surface by Mathias Agopian · 15 years ago
  97. c685410 Remove unnecessary level of priority indirection by Glenn Kasten · 15 years ago
  98. 0d255b2 Use channel mask instead of channel count for track creation by Jean-Michel Trivi · 15 years ago
  99. 68178d6 remove last traces of copybit by Mathias Agopian · 15 years ago
  100. d0675ed get rid of dependency on copybit HAL module by Mathias Agopian · 15 years ago