- d353c84 Merge "HW audio encoder expects timestamp via kKeyTime from each input buffer" into gingerbread by James Dong · 16 years ago
- d015ccf HW audio encoder expects timestamp via kKeyTime from each input buffer by James Dong · 16 years ago
- 95d5de0 Modify type of some environmental reverb parameters by Eric Laurent · 16 years ago
- 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
- 7755cdd Remove unused/debugging code from MP4 file writer by James Dong · 16 years ago
- cb7e65c Better file size estimate by James Dong · 16 years ago
- 4c23815 Calculate audio media drift time from AudioSource by James Dong · 16 years ago
- df992ac Merge "ALoopers can now be named (useful to distinguish threads)." into gingerbread by Andreas Huber · 16 years ago
- c4e0b70 ALoopers can now be named (useful to distinguish threads). by Andreas Huber · 16 years ago
- 90862e2 Workaround for a QCOM issue where the output buffer size advertised by the AVC encoder by James Dong · 16 years ago
- d7f1c3d Suppress the video recording start signal - bug 2950297 by James Dong · 16 years ago
- c14f9ca Merge "Added preset reverb." into gingerbread by Eric Laurent · 16 years ago
- 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
- a7e5648 Added preset reverb. by Eric Laurent · 16 years ago
- 3f51fa7 Runtime dump support for MediaWriter by James Dong · 16 years ago
- b80e610 Merge "Visualizer: replace the FFT implementation with a faster one." into gingerbread by Chia-chi Yeh · 16 years ago
- cbd038f Merge "Make MediaWriter stop and pause return errors if necessary" into gingerbread by James Dong · 16 years ago
- d036662 Make MediaWriter stop and pause return errors if necessary by James Dong · 16 years ago
- 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
- 58d3bd0 Visualizer: replace the FFT implementation with a faster one. by Chia-chi Yeh · 16 years ago
- b720819 Use audio clock as the reference media clock by James Dong · 16 years ago
- afe5305 Handle large audio lost by James Dong · 16 years ago
- 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
- afd97e8 Use the target color format from the camera source if possible by James Dong · 16 years ago
- 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
- 3d84280 Merge "File writer has a designated writer thread now" into gingerbread by James Dong · 16 years ago
- 23796e3 Merge "Add lost frame handling in AudioSource" into gingerbread by James Dong · 16 years ago
- da8073c File writer has a designated writer thread now by James Dong · 16 years ago
- c3ae937 Add lost frame handling in AudioSource by James Dong · 16 years ago
- 154a320 resolved conflicts for merge of 27eecb70 to gingerbread by Jean-Baptiste Queru · 16 years ago
- 27eecb7 Merge branch 'froyo' of git://android.git.kernel.org/platform/frameworks/base into HEAD by The Android Open Source Project · 16 years ago
- 83407b9 fix inaccurate copyrights by Jean-Baptiste Queru · 16 years ago
- 16263d9 Squashed commit of the following: by Andreas Huber · 16 years ago
- a4c72ac Audio effects: modified command() parameter types. by Eric Laurent · 16 years ago
- ca57d1c Audio Effects: added methods to effects java classes to store and load current effect settings in by Eric Laurent · 16 years ago
- 53d4e0d Allows the authoring engine to skip frame. by James Dong · 16 years ago
- 4e4173b Various changes to improve rtsp networking, reduce packet loss and adapt to ALooper API changes. by Andreas Huber · 16 years ago
- 8138e84 Merge "Support finer seek control on MediaSources." into gingerbread by Andreas Huber · 16 years ago
- 6624c9f Support finer seek control on MediaSources. by Andreas Huber · 16 years ago
- 7070b36 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 16 years ago
- d7514ec Merge "Progress status notification" into gingerbread by James Dong · 16 years ago
- 22a2d71 Merge "Audio policy manager changes for audio effects" into gingerbread by Eric Laurent · 16 years ago
- 8ed6ed0 Audio policy manager changes for audio effects by Eric Laurent · 16 years ago
- 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
- 85edea7 Progress status notification by James Dong · 16 years ago
- b0374a0 Merge "Several improvements in audio effects volume control." into gingerbread by Eric Laurent · 16 years ago
- 76c40f7 Several improvements in audio effects volume control. by Eric Laurent · 16 years ago
- 52d13f0 Support user-supplied timescales for authoring by James Dong · 16 years ago
- 97eb728 Use the OpenSL ES definition of SL_IID_EQUALIZER for the EQ by Jean-Michel Trivi · 16 years ago
- 7d850f2 Modifications in audio effect engine state management. by Eric Laurent · 16 years ago
- 929642e Add runtime dumpsys support for media recorder client by James Dong · 16 years ago
- fd84f97 Added JAVA classes to control bass boost, equalizer, reverberation and virtualizer Effects. by Eric Laurent · 16 years ago
- dacabf9 Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 16 years ago
- 81c929a Allow application to set two more encoding paramters: video profile and level by James Dong · 16 years ago
- df9b81c Added Visualizer effect. by Eric Laurent · 16 years ago
- 57576c1 ALooperRoster no longer holds strong references to handlers and loopers. by Andreas Huber · 16 years ago
- 9406f62 Merge "An AHandler can now find its associated ALooper." into gingerbread by Andreas Huber · 16 years ago
- 058319e An AHandler can now find its associated ALooper. by Andreas Huber · 16 years ago
- 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
- 4f104d9 Add an option to ALooper::start that allows it to call back into java or not. by Andreas Huber · 16 years ago
- 5460d12 Merge "Added AMessage::debugString() for debugging purposes." into gingerbread by Andreas Huber · 16 years ago
- 03431d2 Added AMessage::debugString() for debugging purposes. by Andreas Huber · 16 years ago
- 45bac57 Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 16 years ago
- 09b9005 Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 16 years ago
- c543a21 Support for vanilla YUV420sp => RGB565 color conversion. by Andreas Huber · 16 years ago
- c0ab2a6 Added encoding parameters set up for H263 video encoder by James Dong · 16 years ago
- fe1bafe Separate MediaRecorderClient with MediaPlayerClient by James Dong · 16 years ago
- 09936ed Provide progress status report during authoring by James Dong · 16 years ago
- 8e103da Merge "Various fixes and improvements in audio effects implementation" into gingerbread by Eric Laurent · 16 years ago
- 53334cd Various fixes and improvements in audio effects implementation by Eric Laurent · 16 years ago
- 6feaa46 Enable passing parameters to the MediaWriter at runtime (at start() call). by James Dong · 16 years ago
- 57e7f83 Track maximum amplitude and fix getMaxAmplitude() by James Dong · 16 years ago
- 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
- 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 16 years ago
- 39a0b21 Fixed some meta data issues in the recorded mp4 file by James Dong · 16 years ago
- 2c2ce8e Merge "Added support for audio sessions in MediaPlayer and AudioTrack." into gingerbread by Eric Laurent · 16 years ago
- 3238302 Merge "media: add AudioRecord::getMinFrameCount()." into gingerbread by Chia-chi Yeh · 16 years ago
- 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 16 years ago
- 97d61f7 media: add AudioRecord::getMinFrameCount(). by Chia-chi Yeh · 16 years ago
- b54a9178 Single track optimization by James Dong · 16 years ago
- e5671bf Merge "Audio/video sync during recording (second part)" into gingerbread by James Dong · 16 years ago
- 36e573b Audio/video sync during recording (second part) by James Dong · 16 years ago
- bd240c2 media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 16 years ago
- 01f7ac6 Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 16 years ago
- 08c7473 Initial checkin for pause and resume control by James Dong · 16 years ago
- 948235c Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI. by Eric Laurent · 16 years ago
- 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
- c81d2c1 Merge "Initial check-in of new caching/prefetching data source implementation." into kraken by Andreas Huber · 16 years ago
- 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
- b206319 Initial check-in of new caching/prefetching data source implementation. by Andreas Huber · 16 years ago
- 1244eab Remove some hard-coded encoding parameters by James Dong · 16 years ago
- dae9fd3 Initial check-in for collecting stats from authoring engine at runtime by James Dong · 16 years ago
- 4f501f0 Second part of speeding up video recording frame rate by James Dong · 16 years ago
- a557b24 Initial checkin of mpeg2 transport stream parser for stagefright. by Andreas Huber · 16 years ago
- 455d410 Merge "Initial checkin of "foundation" library for future stagefright development." into kraken by Andreas Huber · 16 years ago
- 7d2f703 Initial checkin of "foundation" library for future stagefright development. by Andreas Huber · 16 years ago
- 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
- c2f328d Remove hard-coded pixel format for recording frames in CameraSource. by James Dong · 16 years ago
- 65b6545 Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications. by Eric Laurent · 16 years ago
- dfb1dd6 Avoid copying for input recording frames in CameraSource by James Dong · 16 years ago