1. 560637e libaudiohal: Address TODO in StreamHalInterface by Mikhail Naganov · 4 years, 9 months ago
  2. 948e6aa [LSC] Add LOCAL_LICENSE_KINDS to frameworks/av by Bob Badour · 4 years, 11 months ago
  3. a2f59b3 Update language to comply with Android's inclusive language guidance by Glenn Kasten · 5 years ago
  4. 72d2412 Merge "Move ExtendedAudioBufferProvider and SingleStateQueue" am: 2a70a39f4c by Mikhail Naganov · 6 years ago
  5. 9f3c02d Move ExtendedAudioBufferProvider and SingleStateQueue by Mikhail Naganov · 6 years ago
  6. 1917179 libnbaio: Add libaudioutils headers export by Mikhail Naganov · 6 years ago
  7. e089a50 PipeReader: Do not flush on overrun. by Andy Hung · 8 years ago
  8. 07be14f Revert "Audio V4: Split system and vendor Audio.h" by Kevin Rocard · 8 years ago
  9. f8ad7f8 Audio V4: Split system and vendor Audio.h by Kevin Rocard · 8 years ago
  10. 8589ce7 Split nblog off from nbaio by Glenn Kasten · 8 years ago
  11. e66ef84 Merge "Update OWNERS to be more specific" by Glenn Kasten · 8 years ago
  12. 1431644 Minor cleanup of comments by Sanna Catherine de Treville Wager · 8 years ago
  13. 8499f13 Update OWNERS to be more specific by Glenn Kasten · 8 years ago
  14. 847b6e6 Change file structure and data structure size by Sanna Catherine de Treville Wager · 8 years ago
  15. 2a6a945 Develop histogram logging by Sanna Catherine de Treville Wager · 8 years ago
  16. 6ad40ee Variable time resolution in histogram (Jiffy) by Sanna Catherine de Treville Wager · 8 years ago
  17. 8576894 Fixed timestamp outlier bug by Sanna Catherine de Treville Wager · 8 years ago
  18. 0a3959e Simplify PerformanceAnalysis functions by Sanna Catherine de Treville Wager · 8 years ago
  19. 716d2c6 Organize PerformanceAnalysis members in structs by Sanna Catherine de Treville Wager · 8 years ago
  20. f8c3428 Write peaks to file. Minor cleanup by Sanna Catherine de Treville Wager · 8 years ago
  21. 23f89d3 Write thread and data to separate files by Sanna Catherine de Treville Wager · 8 years ago
  22. d096517 Separate analysis for each source file location by Sanna Catherine de Treville Wager · 8 years ago
  23. cf6c75a Moved dump from NBLog to ReportPerformance by Sanna Catherine de Treville Wager · 8 years ago
  24. a80649a Simplify processAndFlushTimeStampSeries by Sanna Catherine de Treville Wager · 8 years ago
  25. e486526 Separate merge from dump and call merge periodically by Sanna Catherine de Treville Wager · 8 years ago
  26. 8c3d2e8 Fixed indent in NBLog.h by Sanna Catherine de Treville Wager · 8 years ago
  27. 8044808 Write audio performance data to file by Sanna Catherine de Treville Wager · 8 years ago
  28. c9bac6e Merge "Fix a crash happening in NBLog's 'writeHistToFile'" into oc-dr1-dev am: 4f771e05db by Mikhail Naganov · 8 years ago
  29. ce9a26e Fix a crash happening in NBLog's 'writeHistToFile' by Mikhail Naganov · 8 years ago
  30. 9584601 Append additional owners to projects by Mikhail Naganov · 8 years ago
  31. a8a8a47 Restored audio onStateChange log by Sanna Catherine de Treville Wager · 8 years ago
  32. 41cad59 Stores long-term histogram, outlier information by Sanna Catherine de Treville Wager · 9 years ago
  33. 6eb0c0e Split libnbaio into libnbaio + libnbaio_mono. by Steven Moreland · 8 years ago
  34. 3dc2b2d Merge "Replace old audio time conversion macros and functions" by Andy Hung · 8 years ago
  35. 2b01f00 Replace old audio time conversion macros and functions by Andy Hung · 8 years ago
  36. 26cd4e4 Fix nbaio headers by moving them to include/media/nbaio by Vijay Venkatraman · 9 years ago
  37. 1635847 Merge "Reports buffer period glitch timestamps and intervals" by Sanna Catherine de Treville Wager · 9 years ago
  38. 316f1fd Reports buffer period glitch timestamps and intervals by Sanna Catherine de Treville Wager · 9 years ago
  39. d4a68f6 Removed LOG_HIST_FLUSH by Sanna Catherine de Treville Wager · 9 years ago
  40. d0dfe43 Moved analysis work from NBLog to PerformanceAnalysis by Sanna Catherine de Treville Wager · 9 years ago
  41. 9484bae Prints one histogram of all data in recent history by Sanna Catherine de Treville Wager · 9 years ago
  42. 1bb6862 Enhanced documentation for NBLog.cpp by Sanna Catherine de Treville Wager · 9 years ago
  43. 697a8a5 Prints sample Ms deltas to audioserver file. by Sanna Catherine de Treville Wager · 9 years ago
  44. 8f779cf Merge "Added documentation, inline comments, and temp debug features." by Sanna Catherine de Treville Wager · 9 years ago
  45. 2d1631e Added documentation, inline comments, and temp debug features. by Sanna Catherine de Treville Wager · 9 years ago
  46. 56c7624 Merge "Produce log warning when a glitch occurred." by Sanna Catherine de Treville Wager · 9 years ago
  47. 201079a Produce log warning when a glitch occurred. by Sanna Catherine de Treville Wager · 9 years ago
  48. b05d4e2 Merge "media.log: improve histogram appearance" by Sanna Catherine de Treville Wager · 9 years ago
  49. dd92d7e Fixed order for NBLog::FormatEntry::begin() by Sanna Catherine de Treville Wager · 9 years ago
  50. cced674 media.log: improve histogram appearance by Sanna Catherine de Treville Wager · 9 years ago
  51. b8c35f9 Fix trivial warnings hidden by -isystem by Colin Cross · 9 years ago
  52. 6f51c15 Fix non-trivial warnings hidden by -isystem by Colin Cross · 9 years ago
  53. 7d7bb17 Merge "Use option to flush the entire buffer on -EOVERFLOW" into oc-dev am: 4bba89e4e1 by Glenn Kasten · 9 years ago
  54. 0353940 Use option to flush the entire buffer on -EOVERFLOW by Glenn Kasten · 9 years ago
  55. 5ede4ee Merge "Change raw pointer mNamedReaders to reference" by Glenn Kasten · 9 years ago
  56. b3461d5 Merge changes I10d5387a,If73be46d by Nicolas Roulet · 9 years ago
  57. 1c44627 Change raw pointer mNamedReaders to reference by Glenn Kasten · 9 years ago
  58. 4f03349 NBLog add log scale to histograms by Nicolas Roulet · 9 years ago
  59. ad82aa6 NBLog improve Histograms: by Nicolas Roulet · 9 years ago
  60. 0b9e783 Merge changes I19384478,I71c4df28,I2e0b48c6,I7fb9b899 by Nicolas Roulet · 9 years ago
  61. f42f156 NBLog change timespec to int64_t nanoseconds by Nicolas Roulet · 9 years ago
  62. 2aedf37 NBLog: add buffer hex dump by Nicolas Roulet · 9 years ago
  63. 537ad7d Add histogram entries (timestamp and flush) by Nicolas Roulet · 9 years ago
  64. bd0c6b4 Add unique IDs to log entry by Nicolas Roulet · 9 years ago
  65. 397ddfb Merge "NBLog exchange author and timestamp positions in log" by Nicolas Roulet · 9 years ago
  66. 1ca7512 NBLog exchange author and timestamp positions in log by Nicolas Roulet · 9 years ago
  67. 5020a34 Merge "Check corruption in NBLog Reader snapshots" by Nicolas Roulet · 9 years ago
  68. 89e5a2b Merge "NBLog periodic merging thread" by Nicolas Roulet · 9 years ago
  69. 6ea1d7e Check corruption in NBLog Reader snapshots by Nicolas Roulet · 9 years ago
  70. dcdfaec NBLog periodic merging thread by Nicolas Roulet · 9 years ago
  71. 05d19b0 fallout of cleaning-up libutils includes by Mathias Agopian · 9 years ago
  72. e2b4384 Moved headers from include/ to appropriate libs by Vijay Venkatraman · 9 years ago
  73. cd5dd01 Implement entry iterators by Nicolas Roulet · 9 years ago
  74. 40a4498 Implement log merging. by Nicolas Roulet · 9 years ago
  75. 4da7820 Minor code style changes and namespace fix by Nicolas Roulet · 9 years ago
  76. c20cb50 Added process name to PID log by Nicolas Roulet · 9 years ago
  77. fe1e144 Implemented typed, thread-specific logging system. Currently supported types are: by Nicolas Roulet · 9 years ago
  78. 535e161 media.log: re-implement NBLog using audio_utils_fifo by Glenn Kasten · 9 years ago
  79. ed99c2b NBAIO: re-implement NBAIO Pipe and MonoPipe using fifo by Glenn Kasten · 9 years ago
  80. c661ae6 Remove unneeded links with dynamic libraries by Marco Nelissen · 9 years ago
  81. e90894f Convert libnbaio to Android.bp by Dan Willemsen · 9 years ago
  82. a0c9133 Update NBAIO to use the new audio HAL abstraction layer by Mikhail Naganov · 9 years ago
  83. 1b29184 Fix RecordThread running too often if fast capture is active by Glenn Kasten · 9 years ago
  84. ad6d52d Flush FastCapture PipeReader when starting after stop by Andy Hung · 9 years ago
  85. 6b33051 Merge "Make build warnings be errors" into nyc-dev by Glenn Kasten · 10 years ago
  86. 57c4e6f Fix build warnings by Glenn Kasten · 10 years ago
  87. e875c80 Make build warnings be errors by Glenn Kasten · 10 years ago
  88. 818e7a3 Implement server side playback timestamps with 64 bit accuracy by Andy Hung · 10 years ago
  89. d79072e Remove TimedAudioTrack and associated code by Glenn Kasten · 10 years ago
  90. 97f230b Check for integer overflow on malloc in SourceAudioBufferProvider by Glenn Kasten · 11 years ago
  91. 53dbe77 Move roundup from frameworks/av to system/media by Glenn Kasten · 11 years ago
  92. 9b82924 Remove explicit instantiation of SingleStateQueue by Andy Hung · 11 years ago
  93. e3c7c64 Fix compile error when LOG_NDEBUG enabled by Glenn Kasten · 11 years ago
  94. 0f6a043 libnbaio: 64-bit compile warnings by Mark Salyzyn · 12 years ago
  95. 87cebad resolved conflicts for merge of f285c91e to master by Elliott Hughes · 12 years ago
  96. 8b5f642 Move frameworks/av from fdprintf to POSIX dprintf. by Elliott Hughes · 12 years ago
  97. e541269 Use new channel count functions for audio masks by Andy Hung · 12 years ago
  98. 5e4c4f1 Fix bit rot in AudioStreamInSource by Glenn Kasten · 12 years ago
  99. c26d923 Allow placement of Pipe buffer to be specified by Glenn Kasten · 12 years ago
  100. d1adad7 resolved conflicts for merge of 0d79b935 to master by Glenn Kasten · 12 years ago