summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leakage due to unreleased MuxOMX objects after disconnectionJames Dong2012-02-231-0/+4
* Merge "Add new APIs AMessage::(set|find)Buffer to make it safer to pass"Andreas Huber2012-02-2320-80/+72
|\
| * Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber2012-02-2220-80/+72
* | Merge "Drop support for Android HTTP stack"Steve Block2012-02-231-51/+20
|\ \ | |/ |/|
| * Drop support for Android HTTP stackSteve Block2012-02-221-51/+20
* | Merge "Implementation of a java media codec interface and associated tools."Andreas Huber2012-02-2217-143/+4291
|\ \
| * | Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-2217-143/+4291
| |/
* | Merge "Removed out-of-date TODO in video editor performance/stress test cases"James Dong2012-02-222-29/+1
|\ \
| * | Removed out-of-date TODO in video editor performance/stress test casesJames Dong2012-02-222-29/+1
| |/
* | Merge "Fix build warning"Glenn Kasten2012-02-221-4/+4
|\ \
| * | Fix build warningGlenn Kasten2012-02-221-4/+4
| |/
* | Merge "Allow to record time lapse videos without using setProfile()"James Dong2012-02-222-3/+17
|\ \
| * | Allow to record time lapse videos without using setProfile()James Dong2012-02-222-3/+17
| |/
* | Merge "Eliminate scanner file cache"Marco Nelissen2012-02-221-116/+133
|\ \ | |/ |/|
| * Eliminate scanner file cacheMarco Nelissen2012-02-221-116/+133
* | Merge "Limit the amount of audio record data in each buffer"James Dong2012-02-211-19/+38
|\ \
| * | Limit the amount of audio record data in each bufferJames Dong2012-02-151-19/+38
* | | Update stagefright makefile after dropping support for JSCSteve Block2012-02-211-7/+1
| |/ |/|
* | Upintegreate AAH TX and RX players from ICS_AAHJohn Grossman2012-02-1618-4/+5718
* | Enhance Visualizer behavior in the case of mediaserver death.John Grossman2012-02-165-18/+112
* | Reuse callback buffers in the Visualizer.John Grossman2012-02-162-6/+86
* | Upintegrate Audio Flinger changes from ICS_AAHJohn Grossman2012-02-163-6/+161
* | Fix music volume regression on tabletsEric Laurent2012-02-151-7/+7
* | Merge "Update comments"Glenn Kasten2012-02-145-12/+11
|\ \
| * | Update commentsGlenn Kasten2012-02-145-12/+11
* | | Merge "Remove dead code AudioTrack::getLoop"Glenn Kasten2012-02-141-20/+0
|\ \ \ | |/ / |/| |
| * | Remove dead code AudioTrack::getLoopGlenn Kasten2012-02-081-20/+0
* | | AudioRecord and AudioTrack client tidGlenn Kasten2012-02-144-12/+51
| |/ |/|
* | Merge "Further optimize media scanner."Marco Nelissen2012-02-132-26/+55
|\ \
| * | Further optimize media scanner.Marco Nelissen2012-02-132-26/+55
* | | Playback rate on MediaPlayerJean-Michel Trivi2012-02-135-2/+47
|/ /
* | Merge "Fix audio preprocessing library wrapper"Eric Laurent2012-02-131-1/+1
|\ \
| * | Fix audio preprocessing library wrapperEric Laurent2012-02-061-1/+1
* | | Merge "Add support for non-linear ramping of master volume adjustment"Mike Lockwood2012-02-101-13/+27
|\ \ \
| * | | Add support for non-linear ramping of master volume adjustmentMike Lockwood2012-02-101-13/+27
* | | | Merge "Change the signature of method addTextSource() in AwesomePlayer"James Dong2012-02-102-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Change the signature of method addTextSource() in AwesomePlayerJames Dong2012-02-092-2/+2
* | | | Only send master volume or mute updates if the settings have changedJason Simmons2012-02-101-2/+4
* | | | Make AudioManager.adjustMasterVolume public and hiddenJason Simmons2012-02-101-1/+2
* | | | Restore persisted master volume if the media server restartsMike Lockwood2012-02-101-7/+14
* | | | Don't allow changing master volume when mutedMike Lockwood2012-02-101-6/+1
* | | | Defer persisting master data to avoid excessive database writesMike Lockwood2012-02-101-4/+26
* | | | Remove reference counting and client death notification for master muteMike Lockwood2012-02-101-120/+3
* | | | AudioService: Send broadcasts when master volume and mute state changeMike Lockwood2012-02-102-6/+81
* | | | AudioManager: Add wrapper methods for master volume supportMike Lockwood2012-02-101-0/+65
* | | | AudioManager: Add support for master muteMike Lockwood2012-02-103-9/+184
* | | | AudioManager: transparently convert volume settings for other streams to mast...Mike Lockwood2012-02-103-12/+51
* | | | Merge "Move away from MediaDebug and use ADebug instead"James Dong2012-02-1048-110/+112
|\ \ \ \
| * | | | Move away from MediaDebug and use ADebug insteadJames Dong2012-02-1048-110/+112
* | | | | Follow raw pointer and sp<> conventionsGlenn Kasten2012-02-105-11/+10