| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix memory leakage due to unreleased MuxOMX objects after disconnection | James Dong | 2012-02-23 | 1 | -0/+4 |
* | Merge "Add new APIs AMessage::(set|find)Buffer to make it safer to pass" | Andreas Huber | 2012-02-23 | 20 | -80/+72 |
|\ |
|
| * | Add new APIs AMessage::(set|find)Buffer to make it safer to pass | Andreas Huber | 2012-02-22 | 20 | -80/+72 |
* | | Merge "Drop support for Android HTTP stack" | Steve Block | 2012-02-23 | 1 | -51/+20 |
|\ \
| |/
|/| |
|
| * | Drop support for Android HTTP stack | Steve Block | 2012-02-22 | 1 | -51/+20 |
* | | Merge "Implementation of a java media codec interface and associated tools." | Andreas Huber | 2012-02-22 | 17 | -143/+4291 |
|\ \ |
|
| * | | Implementation of a java media codec interface and associated tools. | Andreas Huber | 2012-02-22 | 17 | -143/+4291 |
| |/ |
|
* | | Merge "Removed out-of-date TODO in video editor performance/stress test cases" | James Dong | 2012-02-22 | 2 | -29/+1 |
|\ \ |
|
| * | | Removed out-of-date TODO in video editor performance/stress test cases | James Dong | 2012-02-22 | 2 | -29/+1 |
| |/ |
|
* | | Merge "Fix build warning" | Glenn Kasten | 2012-02-22 | 1 | -4/+4 |
|\ \ |
|
| * | | Fix build warning | Glenn Kasten | 2012-02-22 | 1 | -4/+4 |
| |/ |
|
* | | Merge "Allow to record time lapse videos without using setProfile()" | James Dong | 2012-02-22 | 2 | -3/+17 |
|\ \ |
|
| * | | Allow to record time lapse videos without using setProfile() | James Dong | 2012-02-22 | 2 | -3/+17 |
| |/ |
|
* | | Merge "Eliminate scanner file cache" | Marco Nelissen | 2012-02-22 | 1 | -116/+133 |
|\ \
| |/
|/| |
|
| * | Eliminate scanner file cache | Marco Nelissen | 2012-02-22 | 1 | -116/+133 |
* | | Merge "Limit the amount of audio record data in each buffer" | James Dong | 2012-02-21 | 1 | -19/+38 |
|\ \ |
|
| * | | Limit the amount of audio record data in each buffer | James Dong | 2012-02-15 | 1 | -19/+38 |
* | | | Update stagefright makefile after dropping support for JSC | Steve Block | 2012-02-21 | 1 | -7/+1 |
| |/
|/| |
|
* | | Upintegreate AAH TX and RX players from ICS_AAH | John Grossman | 2012-02-16 | 18 | -4/+5718 |
* | | Enhance Visualizer behavior in the case of mediaserver death. | John Grossman | 2012-02-16 | 5 | -18/+112 |
* | | Reuse callback buffers in the Visualizer. | John Grossman | 2012-02-16 | 2 | -6/+86 |
* | | Upintegrate Audio Flinger changes from ICS_AAH | John Grossman | 2012-02-16 | 3 | -6/+161 |
* | | Fix music volume regression on tablets | Eric Laurent | 2012-02-15 | 1 | -7/+7 |
* | | Merge "Update comments" | Glenn Kasten | 2012-02-14 | 5 | -12/+11 |
|\ \ |
|
| * | | Update comments | Glenn Kasten | 2012-02-14 | 5 | -12/+11 |
* | | | Merge "Remove dead code AudioTrack::getLoop" | Glenn Kasten | 2012-02-14 | 1 | -20/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | Remove dead code AudioTrack::getLoop | Glenn Kasten | 2012-02-08 | 1 | -20/+0 |
* | | | AudioRecord and AudioTrack client tid | Glenn Kasten | 2012-02-14 | 4 | -12/+51 |
| |/
|/| |
|
* | | Merge "Further optimize media scanner." | Marco Nelissen | 2012-02-13 | 2 | -26/+55 |
|\ \ |
|
| * | | Further optimize media scanner. | Marco Nelissen | 2012-02-13 | 2 | -26/+55 |
* | | | Playback rate on MediaPlayer | Jean-Michel Trivi | 2012-02-13 | 5 | -2/+47 |
|/ / |
|
* | | Merge "Fix audio preprocessing library wrapper" | Eric Laurent | 2012-02-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix audio preprocessing library wrapper | Eric Laurent | 2012-02-06 | 1 | -1/+1 |
* | | | Merge "Add support for non-linear ramping of master volume adjustment" | Mike Lockwood | 2012-02-10 | 1 | -13/+27 |
|\ \ \ |
|
| * | | | Add support for non-linear ramping of master volume adjustment | Mike Lockwood | 2012-02-10 | 1 | -13/+27 |
* | | | | Merge "Change the signature of method addTextSource() in AwesomePlayer" | James Dong | 2012-02-10 | 2 | -2/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Change the signature of method addTextSource() in AwesomePlayer | James Dong | 2012-02-09 | 2 | -2/+2 |
* | | | | Only send master volume or mute updates if the settings have changed | Jason Simmons | 2012-02-10 | 1 | -2/+4 |
* | | | | Make AudioManager.adjustMasterVolume public and hidden | Jason Simmons | 2012-02-10 | 1 | -1/+2 |
* | | | | Restore persisted master volume if the media server restarts | Mike Lockwood | 2012-02-10 | 1 | -7/+14 |
* | | | | Don't allow changing master volume when muted | Mike Lockwood | 2012-02-10 | 1 | -6/+1 |
* | | | | Defer persisting master data to avoid excessive database writes | Mike Lockwood | 2012-02-10 | 1 | -4/+26 |
* | | | | Remove reference counting and client death notification for master mute | Mike Lockwood | 2012-02-10 | 1 | -120/+3 |
* | | | | AudioService: Send broadcasts when master volume and mute state change | Mike Lockwood | 2012-02-10 | 2 | -6/+81 |
* | | | | AudioManager: Add wrapper methods for master volume support | Mike Lockwood | 2012-02-10 | 1 | -0/+65 |
* | | | | AudioManager: Add support for master mute | Mike Lockwood | 2012-02-10 | 3 | -9/+184 |
* | | | | AudioManager: transparently convert volume settings for other streams to mast... | Mike Lockwood | 2012-02-10 | 3 | -12/+51 |
* | | | | Merge "Move away from MediaDebug and use ADebug instead" | James Dong | 2012-02-10 | 48 | -110/+112 |
|\ \ \ \ |
|
| * | | | | Move away from MediaDebug and use ADebug instead | James Dong | 2012-02-10 | 48 | -110/+112 |
* | | | | | Follow raw pointer and sp<> conventions | Glenn Kasten | 2012-02-10 | 5 | -11/+10 |