1. 73dad9b Merge "Use shared version of vndk libmedia_helper" am: deb0edbe3a am: 1f95cfe12e by Inseob Kim · 4 years, 11 months ago
  2. deb0edb Merge "Use shared version of vndk libmedia_helper" by Treehugger Robot · 4 years, 11 months ago
  3. 739ce6b r_submix: Fix get_next_write_timestamp and get_input_buffer_size by Mikhail Naganov · 5 years ago
  4. 7788716 audio remote submix: fix write blocked on input standby by Eric Laurent · 5 years ago
  5. 6c857d9 Merge "Remote submix: replace include path with module dependency" am: 9359ffb16b am: 5290206202 am: 4cd72e2e6c am: d7e68975db by Mikhail Naganov · 5 years ago
  6. 5290206 Merge "Remote submix: replace include path with module dependency" by Mikhail Naganov · 5 years ago
  7. 282ca7a Remote submix: replace include path with module dependency by Mikhail Naganov · 5 years ago
  8. e842139 Merge "r_submix: Fix compilation for non-default configurations" am: a5c2957f63 am: fcaa728e9e am: 0440eb8f00 am: 815f0f234d by Mikhail Naganov · 5 years ago
  9. fcaa728 Merge "r_submix: Fix compilation for non-default configurations" am: a5c2957f63 by Mikhail Naganov · 5 years ago
  10. 1462c76 r_submix: Fix compilation for non-default configurations by Mikhail Naganov · 5 years ago
  11. f76f183 remote submix: force pipe shutdown on input close by Eric Laurent · 6 years ago
  12. 0e88ff0 Use shared version of vndk libmedia_helper by Inseob Kim · 5 years ago
  13. 2cadb58 remote submix: add null check on audio pipe pointer by Eric Laurent · 6 years ago
  14. 71832e7 Fix remote submix MIX_RECORD stop by François Gaffie · 5 years ago
  15. 5b78d41 remote submix: force pipe shutdown on input close by Eric Laurent · 6 years ago
  16. 16ad46e Revert recent r_submix patches by Mikhail Naganov · 7 years ago
  17. 1d0e973 Revert recent r_submix patches by Mikhail Naganov · 7 years ago
  18. ab5b518 r_submix: Fix logspam on pipe corruption by Mikhail Naganov · 7 years ago
  19. 1df8a00 r_submix: Use intermediate pipe in non-blocking mode by Mikhail Naganov · 7 years ago
  20. bf11553 r_submix: Add more tests by Mikhail Naganov · 7 years ago
  21. 8017993 r_submix: Add some tests by Mikhail Naganov · 7 years ago
  22. c6ec948 Revert "Audio V4: Split system and vendor Audio.h" by Kevin Rocard · 7 years ago
  23. fc9e212 Audio V4: Split system and vendor Audio.h by Kevin Rocard · 7 years ago
  24. 86e247a Convert to Android.bp by Dan Willemsen · 7 years ago
  25. 66f312b Merge "Use -Werror in hardware/libhardware/modules" am: 298fc4f6f5 by Chih-Hung Hsieh · 7 years ago
  26. 1f601b1 Use -Werror in hardware/libhardware/modules by Chih-Hung Hsieh · 7 years ago
  27. ee7cf40 Make audio_remote_submix build with the VNDK. by Steven Moreland · 7 years ago
  28. 118f3dc Build audio.r_submix.default with BOARD_VNDK_VERSION by Jiyong Park · 7 years ago
  29. 8352c0d Add libhardware_headers and libutils by Vijay Venkatraman · 7 years ago
  30. 1ae7379 resolve merge conflicts of 7c451a93 to oc-dev-plus-aosp by Mark Salyzyn · 7 years ago
  31. d88dfe8 libhardware: deprecate cutils/log.h by Mark Salyzyn · 7 years ago
  32. c535b2f Move default HAL libraries to vendor by Po-Chien Hsueh · 8 years ago
  33. 57eaa9b fifo: add dependency needed after re-implementation of MonoPipe by Glenn Kasten · 8 years ago
  34. 79fbccf Fix typo in error logs in r_submix open_input_stream function by Jean-Michel Trivi · 8 years ago
  35. 854a10a Add debug folder for audioserver by Eric Laurent · 9 years ago
  36. 04c8849 Remove TimedAudioTrack and associated code by Glenn Kasten · 9 years ago
  37. 0b93c0a Do not reset out_get_presentation_position() to 0 on standby by Andy Hung · 9 years ago
  38. 25f4751 Implement timestamp reporting functions by Jean-Michel Trivi · 9 years ago
  39. bbb3e77 Reduce pipe length by Jean-Michel Trivi · 9 years ago
  40. 257fde6 Reroute submix HAL: fix race condition on output state by Jean-Michel Trivi · 10 years ago
  41. b73bc86 Support multiple pipes for rerouting by Jean-Michel Trivi · 10 years ago
  42. 793a854 Fix remote submix crash on null sink by Jean-Michel Trivi · 10 years ago
  43. f5e2469 audio HAL: add parameters to open stream by Eric Laurent · 10 years ago
  44. 7d973ad Add audio_input_flags_t to HAL open_input_stream by Glenn Kasten · 10 years ago
  45. c5ae6a0 audio: different frame size calculation for input and output by Eric Laurent · 10 years ago
  46. dd45fd3 audio: fixed channel count determination from channel mask by Eric Laurent · 10 years ago
  47. 10f1a80 Fixed submix buffering when input and output stream formats differ. by Stewart Miles · 10 years ago
  48. 02c2f71 Added basic resampling of submix data on read from the input stream. by Stewart Miles · 10 years ago
  49. 92854f5 Add optional logging of input and output streams to the submix HAL. by Stewart Miles · 10 years ago
  50. e54c12c Implemented mono->stereo, stereo->mono channel conversion in submix HAL. by Stewart Miles · 10 years ago
  51. 2d199fe Modified submix HAL to drop data to the output stream if the pipe could block. by Stewart Miles · 10 years ago
  52. 3dd36f9 Modify submix HAL to allow either input or output streams create the pipe. by Stewart Miles · 10 years ago
  53. 7072684 Allow submix module streams to use any NBAIO format. by Stewart Miles · 10 years ago
  54. 568e66f Modified submix buffer size accessors to use the pipe configuration. by Stewart Miles · 10 years ago
  55. f645c5e Implemented accessors for derived submix HAL objects. by Stewart Miles · 10 years ago
  56. c049a0a Added a compile time option to enable / disable verbose submix logging. by Stewart Miles · 10 years ago
  57. 747d0df am 6322562d: am c070bad4: Merge changes I672d4ee8,I6a2183b5,If0c0135e by Colin Cross · 10 years ago
  58. 5685a08 audio_remote_submix: allow compiling for 64-bit by Colin Cross · 10 years ago
  59. b52fedf am 9f7332d4: am 5106ad0c: Merge "Audio HALs are 32-bit only" by Glenn Kasten · 11 years ago
  60. 329b926 Audio HALs are 32-bit only by Glenn Kasten · 11 years ago
  61. 0538a3e NBAIO::Format_from_SR_C requires audio_format_t parameter by Glenn Kasten · 11 years ago
  62. 3557aba hardware/libhardware: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH by Colin Cross · 11 years ago
  63. 59caeb1 Merge "Fix file permissions" into klp-dev by Glenn Kasten · 11 years ago
  64. 9595f7c remote submix: fix test on sampling valid rates by Eric Laurent · 11 years ago
  65. 08708c5 Fix file permissions by Glenn Kasten · 11 years ago
  66. eafbfa4 Use strong pointers and scope by Jean-Michel Trivi · 12 years ago
  67. 430ac66 Fix build by Glenn Kasten · 12 years ago
  68. 90b0fbd Shutdown audio pipe when closing input stream by Jean-Michel Trivi · 12 years ago
  69. d441303 bug 7253033 Add "exiting" state to remote audio submix module by Jean-Michel Trivi · 12 years ago
  70. 97c262f Remote submix: fix sink/source reference count handling by Jean-Michel Trivi · 12 years ago
  71. 35a2c16 Turn off logs in remote submix audio module by Jean-Michel Trivi · 12 years ago
  72. eec8770 Remote audio submix: blocking writes and sleeping reads. by Jean-Michel Trivi · 12 years ago
  73. 6acd966 Remote submix audio module: sleep less, log errors by Jean-Michel Trivi · 12 years ago
  74. 5d85c53 update audio remote submix API revision by Eric Laurent · 12 years ago
  75. 88b79cb Add audio module for remote submix by Jean-Michel Trivi · 12 years ago