1. d353c84 Merge "HW audio encoder expects timestamp via kKeyTime from each input buffer" into gingerbread by James Dong · 16 years ago
  2. d015ccf HW audio encoder expects timestamp via kKeyTime from each input buffer by James Dong · 16 years ago
  3. 95d5de0 Modify type of some environmental reverb parameters by Eric Laurent · 16 years ago
  4. 9fee0b2 Ogg files can be tagged to be automatically looping, this setting always overrides the MediaPlayer's setLooping setting. by Andreas Huber · 16 years ago
  5. 7755cdd Remove unused/debugging code from MP4 file writer by James Dong · 16 years ago
  6. cb7e65c Better file size estimate by James Dong · 16 years ago
  7. 4c23815 Calculate audio media drift time from AudioSource by James Dong · 16 years ago
  8. df992ac Merge "ALoopers can now be named (useful to distinguish threads)." into gingerbread by Andreas Huber · 16 years ago
  9. c4e0b70 ALoopers can now be named (useful to distinguish threads). by Andreas Huber · 16 years ago
  10. 90862e2 Workaround for a QCOM issue where the output buffer size advertised by the AVC encoder by James Dong · 16 years ago
  11. d7f1c3d Suppress the video recording start signal - bug 2950297 by James Dong · 16 years ago
  12. c14f9ca Merge "Added preset reverb." into gingerbread by Eric Laurent · 16 years ago
  13. efdd088 Allow sniffers to return a packet of opaque data that the corresponding extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now. by Andreas Huber · 16 years ago
  14. a7e5648 Added preset reverb. by Eric Laurent · 16 years ago
  15. 3f51fa7 Runtime dump support for MediaWriter by James Dong · 16 years ago
  16. b80e610 Merge "Visualizer: replace the FFT implementation with a faster one." into gingerbread by Chia-chi Yeh · 16 years ago
  17. cbd038f Merge "Make MediaWriter stop and pause return errors if necessary" into gingerbread by James Dong · 16 years ago
  18. d036662 Make MediaWriter stop and pause return errors if necessary by James Dong · 16 years ago
  19. eef3c33 In the absence of width/height information in the sdp, extract the dimensions from the avc codec specific data. by Andreas Huber · 16 years ago
  20. 58d3bd0 Visualizer: replace the FFT implementation with a faster one. by Chia-chi Yeh · 16 years ago
  21. b720819 Use audio clock as the reference media clock by James Dong · 16 years ago
  22. afe5305 Handle large audio lost by James Dong · 16 years ago
  23. 520b2a7 Support for extracting G.711 a-law and mu-law audio from WAV files and a corresponding software decoder. by Andreas Huber · 16 years ago
  24. afd97e8 Use the target color format from the camera source if possible by James Dong · 16 years ago
  25. 57648e4 Support for Gtalk video, includes AMR/H.263 assembler and packetization support, extensions to MediaRecorder to stream via RTP over a pair of UDP sockets as well as various fixes to the RTP implementation. by Andreas Huber · 16 years ago
  26. 3d84280 Merge "File writer has a designated writer thread now" into gingerbread by James Dong · 16 years ago
  27. 23796e3 Merge "Add lost frame handling in AudioSource" into gingerbread by James Dong · 16 years ago
  28. da8073c File writer has a designated writer thread now by James Dong · 16 years ago
  29. c3ae937 Add lost frame handling in AudioSource by James Dong · 16 years ago
  30. 154a320 resolved conflicts for merge of 27eecb70 to gingerbread by Jean-Baptiste Queru · 16 years ago
  31. 27eecb7 Merge branch 'froyo' of git://android.git.kernel.org/platform/frameworks/base into HEAD by The Android Open Source Project · 16 years ago
  32. 83407b9 fix inaccurate copyrights by Jean-Baptiste Queru · 16 years ago
  33. 16263d9 Squashed commit of the following: by Andreas Huber · 16 years ago
  34. a4c72ac Audio effects: modified command() parameter types. by Eric Laurent · 16 years ago
  35. ca57d1c Audio Effects: added methods to effects java classes to store and load current effect settings in by Eric Laurent · 16 years ago
  36. 53d4e0d Allows the authoring engine to skip frame. by James Dong · 16 years ago
  37. 4e4173b Various changes to improve rtsp networking, reduce packet loss and adapt to ALooper API changes. by Andreas Huber · 16 years ago
  38. 8138e84 Merge "Support finer seek control on MediaSources." into gingerbread by Andreas Huber · 16 years ago
  39. 6624c9f Support finer seek control on MediaSources. by Andreas Huber · 16 years ago
  40. 7070b36 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 16 years ago
  41. d7514ec Merge "Progress status notification" into gingerbread by James Dong · 16 years ago
  42. 22a2d71 Merge "Audio policy manager changes for audio effects" into gingerbread by Eric Laurent · 16 years ago
  43. 8ed6ed0 Audio policy manager changes for audio effects by Eric Laurent · 16 years ago
  44. cc14a83 Support a single format change at the beginning of audio playback. This way the AAC+ decoder may change its output format from what is originally encoded in the audio stream and we'll still play it back correctly. by Andreas Huber · 16 years ago
  45. 85edea7 Progress status notification by James Dong · 16 years ago
  46. b0374a0 Merge "Several improvements in audio effects volume control." into gingerbread by Eric Laurent · 16 years ago
  47. 76c40f7 Several improvements in audio effects volume control. by Eric Laurent · 16 years ago
  48. 52d13f0 Support user-supplied timescales for authoring by James Dong · 16 years ago
  49. 97eb728 Use the OpenSL ES definition of SL_IID_EQUALIZER for the EQ by Jean-Michel Trivi · 16 years ago
  50. 7d850f2 Modifications in audio effect engine state management. by Eric Laurent · 16 years ago
  51. 929642e Add runtime dumpsys support for media recorder client by James Dong · 16 years ago
  52. fd84f97 Added JAVA classes to control bass boost, equalizer, reverberation and virtualizer Effects. by Eric Laurent · 16 years ago
  53. dacabf9 Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 16 years ago
  54. 81c929a Allow application to set two more encoding paramters: video profile and level by James Dong · 16 years ago
  55. df9b81c Added Visualizer effect. by Eric Laurent · 16 years ago
  56. 57576c1 ALooperRoster no longer holds strong references to handlers and loopers. by Andreas Huber · 16 years ago
  57. 9406f62 Merge "An AHandler can now find its associated ALooper." into gingerbread by Andreas Huber · 16 years ago
  58. 058319e An AHandler can now find its associated ALooper. by Andreas Huber · 16 years ago
  59. 2cfd819 Merge "Add an option to ALooper::start that allows it to call back into java or not." into gingerbread by Andreas Huber · 16 years ago
  60. 4f104d9 Add an option to ALooper::start that allows it to call back into java or not. by Andreas Huber · 16 years ago
  61. 5460d12 Merge "Added AMessage::debugString() for debugging purposes." into gingerbread by Andreas Huber · 16 years ago
  62. 03431d2 Added AMessage::debugString() for debugging purposes. by Andreas Huber · 16 years ago
  63. 45bac57 Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 16 years ago
  64. 09b9005 Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 16 years ago
  65. c543a21 Support for vanilla YUV420sp => RGB565 color conversion. by Andreas Huber · 16 years ago
  66. c0ab2a6 Added encoding parameters set up for H263 video encoder by James Dong · 16 years ago
  67. fe1bafe Separate MediaRecorderClient with MediaPlayerClient by James Dong · 16 years ago
  68. 09936ed Provide progress status report during authoring by James Dong · 16 years ago
  69. 8e103da Merge "Various fixes and improvements in audio effects implementation" into gingerbread by Eric Laurent · 16 years ago
  70. 53334cd Various fixes and improvements in audio effects implementation by Eric Laurent · 16 years ago
  71. 6feaa46 Enable passing parameters to the MediaWriter at runtime (at start() call). by James Dong · 16 years ago
  72. 57e7f83 Track maximum amplitude and fix getMaxAmplitude() by James Dong · 16 years ago
  73. a2549bb Merge "Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright." into gingerbread by Andreas Huber · 16 years ago
  74. 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 16 years ago
  75. 39a0b21 Fixed some meta data issues in the recorded mp4 file by James Dong · 16 years ago
  76. 2c2ce8e Merge "Added support for audio sessions in MediaPlayer and AudioTrack." into gingerbread by Eric Laurent · 16 years ago
  77. 3238302 Merge "media: add AudioRecord::getMinFrameCount()." into gingerbread by Chia-chi Yeh · 16 years ago
  78. 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 16 years ago
  79. 97d61f7 media: add AudioRecord::getMinFrameCount(). by Chia-chi Yeh · 16 years ago
  80. b54a9178 Single track optimization by James Dong · 16 years ago
  81. e5671bf Merge "Audio/video sync during recording (second part)" into gingerbread by James Dong · 16 years ago
  82. 36e573b Audio/video sync during recording (second part) by James Dong · 16 years ago
  83. bd240c2 media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 16 years ago
  84. 01f7ac6 Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 16 years ago
  85. 08c7473 Initial checkin for pause and resume control by James Dong · 16 years ago
  86. 948235c Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI. by Eric Laurent · 16 years ago
  87. 4d61f60 Switch stagefright's approach to prefetching to the new model. The java MediaPlayer is now notified about rebuffering start/end via info messages. by Andreas Huber · 16 years ago
  88. c81d2c1 Merge "Initial check-in of new caching/prefetching data source implementation." into kraken by Andreas Huber · 16 years ago
  89. 1f24b30 Support "pausing" of MediaSources with the effect that they no longer pull on their upstream source until a subsequent read-with-seek. by Andreas Huber · 16 years ago
  90. b206319 Initial check-in of new caching/prefetching data source implementation. by Andreas Huber · 16 years ago
  91. 1244eab Remove some hard-coded encoding parameters by James Dong · 16 years ago
  92. dae9fd3 Initial check-in for collecting stats from authoring engine at runtime by James Dong · 16 years ago
  93. 4f501f0 Second part of speeding up video recording frame rate by James Dong · 16 years ago
  94. a557b24 Initial checkin of mpeg2 transport stream parser for stagefright. by Andreas Huber · 16 years ago
  95. 455d410 Merge "Initial checkin of "foundation" library for future stagefright development." into kraken by Andreas Huber · 16 years ago
  96. 7d2f703 Initial checkin of "foundation" library for future stagefright development. by Andreas Huber · 16 years ago
  97. 7a68d36 Merge "Remove hard-coded pixel format for recording frames in CameraSource. Retrieve the pixel format from Camera HAL at runtime." into kraken by James Dong · 16 years ago
  98. c2f328d Remove hard-coded pixel format for recording frames in CameraSource. by James Dong · 16 years ago
  99. 65b6545 Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications. by Eric Laurent · 16 years ago
  100. dfb1dd6 Avoid copying for input recording frames in CameraSource by James Dong · 16 years ago