1. d6864fa fix a typo in SINC resampler that prevented tracks to be mixed by Mathias Agopian · 13 years ago
  2. a42ff00 Clean up channel count and channel mask by Glenn Kasten · 13 years ago
  3. aa25c03 Merge ""if" statements use curly braces per media style" by Glenn Kasten · 13 years ago
  4. 77035d1 Merge "Fix time vs. bytes units bug in getRenderPosition" by Glenn Kasten · 13 years ago
  5. 67ba2b6 Merge "Don't use control block frame count after create" by Glenn Kasten · 13 years ago
  6. b603744 Don't use control block frame count after create by Glenn Kasten · 13 years ago
  7. d65d73c "if" statements use curly braces per media style by Glenn Kasten · 13 years ago
  8. 827e5f1 Don't explicitly log tid by Glenn Kasten · 13 years ago
  9. 26c7755 Fix time vs. bytes units bug in getRenderPosition by Glenn Kasten · 13 years ago
  10. aac817e Merge "Use size_t for frame counts" by Glenn Kasten · 13 years ago
  11. e33054e Use size_t for frame counts by Glenn Kasten · 13 years ago
  12. 4bd7e54 Static AudioTrack plays twice initially by Glenn Kasten · 13 years ago
  13. 60a8392 Clean up frame size in AudioTrack and AudioFlinger by Glenn Kasten · 13 years ago
  14. 3b16c76 Use uint32_t for sample rate by Glenn Kasten · 13 years ago
  15. b4a17e8 Merge "Update audio comments" by Glenn Kasten · 13 years ago
  16. acc8706 Merge "Fix build warnings" by Glenn Kasten · 13 years ago
  17. 30ca3be Merge changes I2ce3479d,Ibb56664d by Mathias Agopian · 13 years ago
  18. 22eb4e2 Update audio comments by Glenn Kasten · 13 years ago
  19. b26e3e9 Fix build warnings by Glenn Kasten · 13 years ago
  20. 9f2016d Rename TrackBase::mFrameCount to mStepCount by Glenn Kasten · 13 years ago
  21. 83a0382 Move frame size out of the control block by Glenn Kasten · 13 years ago
  22. 7492a7f more optimizations... by Mathias Agopian · 13 years ago
  23. 0d585c8 refactor code to improve neon code by Mathias Agopian · 13 years ago
  24. e35a582 Merge "Move buffers pointer out of the control block" by Glenn Kasten · 13 years ago
  25. ad9af03 NEON optimized SINC resampler by Mathias Agopian · 13 years ago
  26. 7aa7ed7 minor cleanups by Mathias Agopian · 13 years ago
  27. b929e41 Move buffers pointer out of the control block by Glenn Kasten · 13 years ago
  28. 864585d Remove CBLK_DIRECTION from control block flags by Glenn Kasten · 13 years ago
  29. 8fa3ad0 Merge "Remove CBLK_FAST from control block flags" by Glenn Kasten · 13 years ago
  30. e0b0717 Remove CBLK_FAST from control block flags by Glenn Kasten · 13 years ago
  31. 8792567 Merge changes I5d62a6c2,Iebf76958,I8068f0f7 by Mathias Agopian · 13 years ago
  32. 287fedb Merge duplicate code in TrackBase::TrackBase() by Glenn Kasten · 13 years ago
  33. 9c5fdd8 Simplify control block flag names by Glenn Kasten · 13 years ago
  34. 3f71761 improve resample test by Mathias Agopian · 13 years ago
  35. 46afbec change how we store the FIR coefficients by Mathias Agopian · 13 years ago
  36. a798c97 improve SINC resampler performance by Mathias Agopian · 13 years ago
  37. f27bdeb Merge "new coefficients for the vhq resampler" by Mathias Agopian · 13 years ago
  38. 4ed475d new coefficients for the vhq resampler by Mathias Agopian · 13 years ago
  39. 85ab62c Line length 100 by Glenn Kasten · 13 years ago
  40. d06785b Save copy of mic input, disabled by default by Glenn Kasten · 13 years ago
  41. a2757a0 Merge "StateQueue comments" by Glenn Kasten · 13 years ago
  42. b7d55a8 Merge "Remove obsolete references to libmedia_native" by Glenn Kasten · 13 years ago
  43. 670d4b7 Merge changes Ide218785,I86d0bb82 by Mathias Agopian · 13 years ago
  44. 1f09b4a fix SINC resampler on non ARM architectures by Mathias Agopian · 13 years ago
  45. d88a051 fix another issue with generating FIR coefficients by Mathias Agopian · 13 years ago
  46. c415902 Remove obsolete references to libmedia_native by Glenn Kasten · 13 years ago
  47. 0eac071 Merge "Document AudioMixer hard-coded limits" by Glenn Kasten · 13 years ago
  48. db3a20e Merge "Use ALOGVV instead of commented ALOGV" by Glenn Kasten · 13 years ago
  49. bf1d047 Merge "Clean up constructor and derivation whitespace" by Glenn Kasten · 13 years ago
  50. eb79904 Merge "Mark volume fields private" by Glenn Kasten · 13 years ago
  51. b4b75b4 fir a typo that caused up-sampling coefficiens to be wrong by Mathias Agopian · 13 years ago
  52. 9aec8c3 test-resample: clip instead of overflowing by Mathias Agopian · 13 years ago
  53. 26dd66e Use ALOGVV instead of commented ALOGV by Glenn Kasten · 13 years ago
  54. 2188bc9 StateQueue comments by Glenn Kasten · 13 years ago
  55. 36a6550 Merge "a test app for the resamplers" by Mathias Agopian · 13 years ago
  56. 132cf75 Merge "reenable the cubic resampler" by Mathias Agopian · 13 years ago
  57. 401c4cf Merge "improve SINC resampler coefficients" by Mathias Agopian · 13 years ago
  58. 599fabc Document AudioMixer hard-coded limits by Glenn Kasten · 14 years ago
  59. 274c02e Clean up constructor and derivation whitespace by Glenn Kasten · 13 years ago
  60. dc8a0d7 Mark volume fields private by Glenn Kasten · 14 years ago
  61. ddf3c50 Camera2: Compile with warnings, fix warnings by Igor Murashkin · 13 years ago
  62. 0fc2cb5 a test app for the resamplers by Mathias Agopian · 13 years ago
  63. 93d0767 reenable the cubic resampler by Mathias Agopian · 13 years ago
  64. 443e696 improve SINC resampler coefficients by Mathias Agopian · 13 years ago
  65. 692c3e5 am 203836b7: am b8d6efba: Camera2: Don\'t hold locks while waiting to sync. by Eino-Ville Talvala · 13 years ago
  66. b8d6efb Camera2: Don't hold locks while waiting to sync. by Eino-Ville Talvala · 13 years ago
  67. e2097a5 am 9e83f44c: am 6ccc3c34: Merge "Camera2: Increase mode update timeout." into jb-mr1-dev by Eino-Ville Talvala · 13 years ago
  68. 6ccc3c3 Merge "Camera2: Increase mode update timeout." into jb-mr1-dev by Eino-Ville Talvala · 13 years ago
  69. 43b7ac6 Camera2: Increase mode update timeout. by Eino-Ville Talvala · 13 years ago
  70. 790382e am 3aaa4e30: am c4640c9e: Increase allowed number of VHQ resamplers to 3 by Glenn Kasten · 13 years ago
  71. c4640c9 Increase allowed number of VHQ resamplers to 3 by Glenn Kasten · 13 years ago
  72. df71e8e am 7f4d5714: am e384d75b: Merge "Fix a typo that caused the high quality resampler to produce garbage" into jb-mr1-dev by Mathias Agopian · 13 years ago
  73. 61ea117 Fix a typo that caused the high quality resampler to produce garbage by Mathias Agopian · 13 years ago
  74. cffeb15 am e50ba28a: am 9e760d66: Merge "Camera2: Fix potential deadlock" into jb-mr1-dev by Eino-Ville Talvala · 13 years ago
  75. 9e760d6 Merge "Camera2: Fix potential deadlock" into jb-mr1-dev by Eino-Ville Talvala · 13 years ago
  76. 4687da7 am 424b4a57: am 291f824e: Remove active track when thread goes to standby by Glenn Kasten · 13 years ago
  77. 291f824 Remove active track when thread goes to standby by Glenn Kasten · 13 years ago
  78. f1945f0 Camera2: Fix potential deadlock by Eino-Ville Talvala · 13 years ago
  79. db2c9af am ed653a35: am ecfbc952: Merge "Camera2: Improve quirks focusing behavior." into jb-mr1-dev by Eino-Ville Talvala · 13 years ago
  80. ecfbc95 Merge "Camera2: Improve quirks focusing behavior." into jb-mr1-dev by Eino-Ville Talvala · 13 years ago
  81. ac0cd56 Camera2: Improve quirks focusing behavior. by Eino-Ville Talvala · 13 years ago
  82. 426ee0f am aa00830e: am bbe11e46: Merge "Fix track estimation for presentation complete" into jb-mr1-dev by Jean-Michel Trivi · 13 years ago
  83. bbe11e4 Merge "Fix track estimation for presentation complete" into jb-mr1-dev by Jean-Michel Trivi · 13 years ago
  84. 697d2c4 am 74a7bcc0: am 54717320: Camera2: Don\'t touch frame counter on output frames. by Eino-Ville Talvala · 13 years ago
  85. 5120e1f am 522fa119: am d6cc4a62: Camera2: When focus is already locked in CAF mode, do not trigger HAL. by Eino-Ville Talvala · 13 years ago
  86. a045dca Fix track estimation for presentation complete by Jean-Michel Trivi · 13 years ago
  87. 5471732 Camera2: Don't touch frame counter on output frames. by Eino-Ville Talvala · 13 years ago
  88. d6cc4a6 Camera2: When focus is already locked in CAF mode, do not trigger HAL. by Eino-Ville Talvala · 13 years ago
  89. 5f62bd6 am cb3911d3: am a14be593: Camera2: Don\'t error out of startPreview when already recording. by Eino-Ville Talvala · 13 years ago
  90. aa1890f am 0f95fadb: am 7e2c0a15: Merge "Support querying active record sources" into jb-mr1-dev by Jean-Michel Trivi · 13 years ago
  91. 31fb725 am f5230955: am 907e5651: Camera2: Don\'t let unlocks happen during recording. by Eino-Ville Talvala · 13 years ago
  92. a14be59 Camera2: Don't error out of startPreview when already recording. by Eino-Ville Talvala · 13 years ago
  93. 7e2c0a1 Merge "Support querying active record sources" into jb-mr1-dev by Jean-Michel Trivi · 13 years ago
  94. 907e565 Camera2: Don't let unlocks happen during recording. by Eino-Ville Talvala · 13 years ago
  95. 4c510b9 am 6f846139: am 55f6c9df: Camera2: Do not set auto-white-balance regions from metering regions. by Eino-Ville Talvala · 13 years ago
  96. 3a88508 am e44d7f83: am c0379204: Camera: Limit valid caller PIDs for camera clients. by Eino-Ville Talvala · 13 years ago
  97. 55f6c9d Camera2: Do not set auto-white-balance regions from metering regions. by Eino-Ville Talvala · 13 years ago
  98. d708603 Support querying active record sources by Jean-Michel Trivi · 13 years ago
  99. c037920 Camera: Limit valid caller PIDs for camera clients. by Eino-Ville Talvala · 13 years ago
  100. 9f43843 am 4c7b3129: am 2b0db6ae: Merge "Camera: Clear Hardware device pointer when initialization fails" into jb-mr1-dev by Eino-Ville Talvala · 13 years ago