| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Several improvements in audio effects volume control." into gingerbread | Eric Laurent | 2010-07-16 | 1 | -1/+1 |
|\ |
|
| * | Several improvements in audio effects volume control. | Eric Laurent | 2010-07-15 | 1 | -1/+1 |
* | | Support user-supplied timescales for authoring | James Dong | 2010-07-14 | 2 | -0/+3 |
|/ |
|
* | Use the OpenSL ES definition of SL_IID_EQUALIZER for the EQ | Jean-Michel Trivi | 2010-07-14 | 1 | -4/+3 |
* | Modifications in audio effect engine state management. | Eric Laurent | 2010-07-13 | 1 | -0/+7 |
* | Add runtime dumpsys support for media recorder client | James Dong | 2010-07-08 | 2 | -0/+2 |
* | Added JAVA classes to control bass boost, equalizer, reverberation and virtua... | Eric Laurent | 2010-07-08 | 4 | -20/+145 |
* | Merge "Added Visualizer effect." into gingerbread | Eric Laurent | 2010-07-07 | 5 | -38/+252 |
|\ |
|
| * | Added Visualizer effect. | Eric Laurent | 2010-07-07 | 5 | -38/+252 |
* | | Allow application to set two more encoding paramters: video profile and level | James Dong | 2010-07-07 | 2 | -0/+11 |
* | | ALooperRoster no longer holds strong references to handlers and loopers. | Andreas Huber | 2010-07-07 | 1 | -2/+2 |
* | | Merge "An AHandler can now find its associated ALooper." into gingerbread | Andreas Huber | 2010-07-07 | 2 | -0/+4 |
|\ \ |
|
| * | | An AHandler can now find its associated ALooper. | Andreas Huber | 2010-07-02 | 2 | -0/+4 |
* | | | Merge "Add an option to ALooper::start that allows it to call back into java ... | Andreas Huber | 2010-07-02 | 1 | -1/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add an option to ALooper::start that allows it to call back into java or not. | Andreas Huber | 2010-07-02 | 1 | -1/+4 |
* | | | Merge "Added AMessage::debugString() for debugging purposes." into gingerbread | Andreas Huber | 2010-07-02 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Added AMessage::debugString() for debugging purposes. | Andreas Huber | 2010-07-01 | 1 | -0/+2 |
| |/ / |
|
* | | | Support for writing the extracted data to an .mp4 file in the stagefright com... | Andreas Huber | 2010-07-01 | 1 | -1/+4 |
|/ / |
|
* | | Add multiple camera support for in MediaProfiles. | Chih-Chung Chang | 2010-07-01 | 1 | -15/+20 |
* | | Support for vanilla YUV420sp => RGB565 color conversion. | Andreas Huber | 2010-06-30 | 1 | -0/+5 |
* | | Added encoding parameters set up for H263 video encoder | James Dong | 2010-06-29 | 1 | -0/+3 |
|/ |
|
* | Separate MediaRecorderClient with MediaPlayerClient | James Dong | 2010-06-28 | 6 | -10/+58 |
* | Provide progress status report during authoring | James Dong | 2010-06-25 | 3 | -3/+19 |
* | Merge "Various fixes and improvements in audio effects implementation" into g... | Eric Laurent | 2010-06-25 | 6 | -250/+411 |
|\ |
|
| * | Various fixes and improvements in audio effects implementation | Eric Laurent | 2010-06-25 | 6 | -250/+411 |
* | | Enable passing parameters to the MediaWriter at runtime (at start() call). | James Dong | 2010-06-25 | 4 | -4/+8 |
* | | Track maximum amplitude and fix getMaxAmplitude() | James Dong | 2010-06-24 | 1 | -0/+7 |
* | | Merge "Remove most stagefright property overrides, remove VorbisPlayer and Vo... | Andreas Huber | 2010-06-24 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | Remove most stagefright property overrides, remove VorbisPlayer and VorbisMet... | Andreas Huber | 2010-06-23 | 1 | -1/+0 |
* | | Fixed some meta data issues in the recorded mp4 file | James Dong | 2010-06-23 | 1 | -0/+1 |
|/ |
|
* | Merge "Added support for audio sessions in MediaPlayer and AudioTrack." into ... | Eric Laurent | 2010-06-22 | 2 | -2/+8 |
|\ |
|
| * | Added support for audio sessions in MediaPlayer and AudioTrack. | Eric Laurent | 2010-06-22 | 2 | -2/+8 |
* | | Merge "media: add AudioRecord::getMinFrameCount()." into gingerbread | Chia-chi Yeh | 2010-06-22 | 1 | -0/+13 |
|\ \
| |/
|/| |
|
| * | media: add AudioRecord::getMinFrameCount(). | Chia-chi Yeh | 2010-06-23 | 1 | -0/+13 |
* | | Single track optimization | James Dong | 2010-06-22 | 1 | -0/+1 |
* | | Merge "Audio/video sync during recording (second part)" into gingerbread | James Dong | 2010-06-22 | 3 | -2/+7 |
|\ \
| |/
|/| |
|
| * | Audio/video sync during recording (second part) | James Dong | 2010-06-21 | 3 | -2/+7 |
* | | media: add AudioTrack::getMinFrameCount(). | Chia-chi Yeh | 2010-06-21 | 1 | -0/+11 |
|/ |
|
* | Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI... | Eric Laurent | 2010-06-14 | 1 | -0/+462 |
|\ |
|
| * | Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI. | Eric Laurent | 2010-06-11 | 1 | -0/+462 |
* | | Initial checkin for pause and resume control | James Dong | 2010-06-11 | 3 | -0/+8 |
* | | Switch stagefright's approach to prefetching to the new model. The java Media... | Andreas Huber | 2010-06-10 | 3 | -169/+5 |
* | | Merge "Initial check-in of new caching/prefetching data source implementation... | Andreas Huber | 2010-06-10 | 1 | -0/+32 |
|\ \ |
|
| * | | Initial check-in of new caching/prefetching data source implementation. | Andreas Huber | 2010-06-10 | 1 | -0/+32 |
* | | | Support "pausing" of MediaSources with the effect that they no longer pull on... | Andreas Huber | 2010-06-10 | 2 | -0/+12 |
|/ / |
|
* | | Remove some hard-coded encoding parameters | James Dong | 2010-06-08 | 2 | -8/+10 |
* | | Initial check-in for collecting stats from authoring engine at runtime | James Dong | 2010-06-08 | 2 | -0/+7 |
* | | Second part of speeding up video recording frame rate | James Dong | 2010-06-08 | 1 | -1/+3 |
|/ |
|
* | Initial checkin of mpeg2 transport stream parser for stagefright. | Andreas Huber | 2010-06-07 | 1 | -0/+1 |
* | Merge "Initial checkin of "foundation" library for future stagefright develop... | Andreas Huber | 2010-06-07 | 11 | -0/+702 |
|\ |
|