summaryrefslogtreecommitdiffstats
path: root/media/java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Various changes to Media* APIs requested by the api council." into jb-devAndreas Huber2012-05-047-303/+898
|\
| * Various changes to Media* APIs requested by the api council.Andreas Huber2012-05-037-303/+898
* | Make AudioService aware of device orientation changesJean-Michel Trivi2012-05-021-0/+66
|/
* Merge "AudioManager: deprecate vibrate settings" into jb-devEric Laurent2012-05-011-0/+22
|\
| * AudioManager: deprecate vibrate settingsEric Laurent2012-05-011-0/+22
* | Merge "Add video scaling mode support with a new public method in MediaPlayer...James Dong2012-05-011-0/+64
|\ \
| * | Add video scaling mode support with a new public method in MediaPlayer.java c...James Dong2012-05-011-0/+64
| |/
* | Make java constants consistent with native counterparts.Andreas Huber2012-05-011-2/+2
* | Merge "fix unmute from volume panel on tablets" into jb-devEric Laurent2012-05-011-3/+3
|\ \
| * | fix unmute from volume panel on tabletsEric Laurent2012-05-011-3/+3
| |/
* | Merge "Optimize how AudioService receives media button events" into jb-devJean-Michel Trivi2012-05-012-50/+104
|\ \ | |/ |/|
| * Optimize how AudioService receives media button eventsJean-Michel Trivi2012-04-302-50/+104
* | New API to set the video rendering mode on a MediaCodec instance.Andreas Huber2012-04-301-0/+13
* | Added support for HE-AAC recording.Dave Burke2012-04-301-7/+5
|/
* Merge "Unhide APIs for timed text and multiple audio track switch APIs" into ...James Dong2012-04-272-246/+318
|\
| * Unhide APIs for timed text and multiple audio track switch APIsJames Dong2012-04-272-246/+318
* | Migrate ringtone playback to SystemUI.Jeff Sharkey2012-04-276-83/+164
|/
* Merge "Protect system services with DUMP permission." into jb-devJeff Sharkey2012-04-271-0/+2
|\
| * Protect system services with DUMP permission.Jeff Sharkey2012-04-261-0/+2
* | system and UI sounds volume policyEric Laurent2012-04-263-40/+144
* | Merge "Unhide new AAC-ELD audio record type." into jb-devDave Burke2012-04-261-0/+2
|\ \
| * | Unhide new AAC-ELD audio record type.Dave Burke2012-04-251-0/+2
* | | Merge "The MediaExtractor can now unselect tracks and has more control over s...Andreas Huber2012-04-261-6/+22
|\ \ \
| * | | The MediaExtractor can now unselect tracks and has more control over seeking.Andreas Huber2012-04-261-6/+22
| |/ /
* | | Merge "Fix AudioManager.forceVolumeControlStream()" into jb-devEric Laurent2012-04-263-19/+70
|\ \ \ | |/ / |/| |
| * | Fix AudioManager.forceVolumeControlStream()Eric Laurent2012-04-253-19/+70
* | | Further speed up playlist processingMarco Nelissen2012-04-251-96/+85
* | | Merge "Move RINGTONE_PICKER to handle external storage." into jb-devJeff Sharkey2012-04-251-4/+4
|\ \ \ | |/ / |/| |
| * | Move RINGTONE_PICKER to handle external storage.Jeff Sharkey2012-04-251-4/+4
| |/
* | Allow multichannel configurations in android.media.AudioTrackJean-Michel Trivi2012-04-251-6/+26
|/
* Speed up playlist processingMarco Nelissen2012-04-231-1/+3
* Add the ability to query the amount of cached data to MediaExtractor.Andreas Huber2012-04-201-0/+14
* Merge "Update javadoc for timed text / multiple audio track APIs"James Dong2012-04-191-44/+65
|\
| * Update javadoc for timed text / multiple audio track APIsJames Dong2012-04-191-44/+65
* | Merge "DRM errors signaled by the CryptoPlugin are now visible to MediaCodec ...Andreas Huber2012-04-191-2/+18
|\ \
| * | DRM errors signaled by the CryptoPlugin are now visible to MediaCodec clientsAndreas Huber2012-04-191-2/+18
* | | Merge "Unhide Visualizer scaling mode definitions and methods"Jean-Michel Trivi2012-04-191-4/+0
|\ \ \
| * | | Unhide Visualizer scaling mode definitions and methodsJean-Michel Trivi2012-04-191-4/+0
| |/ /
* | | Merge "unhide API for synchronous audio capture."Eric Laurent2012-04-193-4/+1
|\ \ \ | |/ / |/| |
| * | unhide API for synchronous audio capture.Eric Laurent2012-04-193-4/+1
* | | Merge "Add support for scaling mode parameter in Visualizer effect"Jean-Michel Trivi2012-04-191-0/+56
|\ \ \ | |/ / |/| |
| * | Add support for scaling mode parameter in Visualizer effectJean-Michel Trivi2012-04-171-0/+56
* | | unhide audio pre processing API.Eric Laurent2012-04-184-9/+2
| |/ |/|
* | Information required to decrypt buffers is now packaged into MediaCodec.Crypt...Andreas Huber2012-04-182-22/+53
* | Merge "AddExternalSource(String path) needs to turn the path to fd if it is a...James Dong2012-04-171-11/+14
|\ \
| * | AddExternalSource(String path) needs to turn the path to fd if it is a fileJames Dong2012-04-171-11/+14
* | | MediaCrypto's constructor can throw RuntimeException.Andreas Huber2012-04-171-1/+1
|/ /
* | Unhide new media related java APIs.Andreas Huber2012-04-164-97/+449
|/
* Merge "Fix failure from setDataSource(String path) when path is a local file"James Dong2012-04-121-3/+20
|\
| * Fix failure from setDataSource(String path) when path is a local fileJames Dong2012-04-121-3/+20