summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge "MidiManager: proxy all requests to open devices through MidiService" i...Mike Lockwood2015-06-0810-108/+140
|\
| * MidiManager: proxy all requests to open devices through MidiServiceMike Lockwood2015-06-0410-108/+140
* | TIF: Replace explicit types with <>Jae Seo2015-06-055-24/+21
* | TIF: Convert fields to local variablesJae Seo2015-06-051-4/+2
* | Merge "TIF: Add more explanation for notifyChannelRetuned" into mnc-devJae Seo2015-06-051-3/+6
|\ \
| * | TIF: Add more explanation for notifyChannelRetunedJae Seo2015-06-051-3/+6
* | | TIF: Remove unused importsJae Seo2015-06-051-4/+0
|/ /
* | Merge "TIF: Add sanitization code for the current position" into mnc-devDongwon Kang2015-06-051-0/+10
|\ \
| * | TIF: Add sanitization code for the current positionDongwon Kang2015-06-041-0/+10
* | | Merge "Ringtone: keep a reference until playback completion." into mnc-devEric Laurent2015-06-041-2/+38
|\ \ \
| * | | Ringtone: keep a reference until playback completion.Eric Laurent2015-06-041-2/+38
* | | | Merge "Prevent poorly-extended ParcelableSpans from writing to parcels" into ...Alan Viverette2015-06-041-23/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Prevent poorly-extended ParcelableSpans from writing to parcelsAlan Viverette2015-06-021-23/+7
| |/ /
* | | Camera2: add high speed video APIsZhijun He2015-06-031-10/+14
* | | Merge "Fix bug in MediaCrypto.setMediaDrmSession" into mnc-devJeff Tinker2015-06-031-10/+12
|\ \ \
| * | | Fix bug in MediaCrypto.setMediaDrmSessionJeff Tinker2015-06-011-10/+12
* | | | Merge "media Utils: remove parse integer logspam" into mnc-devRobert Shih2015-06-031-0/+3
|\ \ \ \
| * | | | media Utils: remove parse integer logspamRobert Shih2015-06-031-0/+3
* | | | | Merge "Use config.xml parameters instead of System properties." into mnc-devArunesh Mishra2015-06-031-15/+6
|\ \ \ \ \
| * | | | | Use config.xml parameters instead of System properties.Arunesh Mishra2015-06-021-15/+6
| | |_|/ / | |/| | |
* | | | | Fix calls to Rect.intersect(Rect)Doris Liu2015-06-021-1/+3
|/ / / /
* | | | Merge "MediaPlayer: trigger onError instead of exception on stale native noti...Robert Shih2015-06-012-32/+18
|\ \ \ \
| * | | | MediaPlayer: trigger onError instead of exception on stale native notificationsRobert Shih2015-06-012-32/+18
| |/ / /
* | | | Merge "Update ExifInterface.getDateTime to support subseconds" into mnc-devMarco Nelissen2015-05-291-3/+22
|\ \ \ \
| * | | | Update ExifInterface.getDateTime to support subsecondsMarco Nelissen2015-05-291-3/+22
| | |/ / | |/| |
* | | | Merge "Clarify AudioFormat sample rate and encoding documentation" into mnc-devAndy Hung2015-05-291-4/+85
|\ \ \ \
| * | | | Clarify AudioFormat sample rate and encoding documentationAndy Hung2015-05-291-4/+85
* | | | | Merge "Send a message with data in MediaController.MessageHandler.post()" int...Sungsoo Lim2015-05-291-1/+3
|\ \ \ \ \
| * | | | | Send a message with data in MediaController.MessageHandler.post()Sungsoo Lim2015-05-281-1/+3
| | |_|/ / | |/| | |
* | | | | Merge "Improve error handling for AudioTrack write with PTS" into mnc-devGlenn Kasten2015-05-291-1/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Improve error handling for AudioTrack write with PTSGlenn Kasten2015-05-271-1/+16
* | | | | Merge "Deprecations are warnings not errors" into mnc-devGlenn Kasten2015-05-283-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Deprecations are warnings not errorsGlenn Kasten2015-05-283-3/+3
| |/ / /
* | | | Merge "Add comments to indicate code review was done for bugs" into mnc-devGlenn Kasten2015-05-281-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Add comments to indicate code review was done for bugsGlenn Kasten2015-05-181-0/+1
* | | | Merge "Handle unknown duration in playMediaSamples test" into mnc-devMarco Nelissen2015-05-271-7/+14
|\ \ \ \
| * | | | Handle unknown duration in playMediaSamples testMarco Nelissen2015-05-271-7/+14
| | |/ / | |/| |
* | | | Merge "MediaCodec: unhide mime type for EAC3" into mnc-devChong Zhang2015-05-271-3/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | MediaCodec: unhide mime type for EAC3Chong Zhang2015-05-271-3/+0
| |/ /
* | | media: Update MediaCodec class descriptionLajos Molnar2015-05-261-206/+1310
* | | Remove temporary javadoc for android.media.AudioFormatJean-Michel Trivi2015-05-261-2/+3
|/ /
* | Merge "More android.media.AudioFormat javadoc" into mnc-devJean-Michel Trivi2015-05-231-5/+115
|\ \
| * | More android.media.AudioFormat javadocJean-Michel Trivi2015-05-221-5/+115
* | | Merge "ImageReader: Register estimated native allocation" into mnc-devChien-Yu Chen2015-05-222-0/+70
|\ \ \
| * | | ImageReader: Register estimated native allocationChien-Yu Chen2015-05-222-0/+70
* | | | Doc update for MediaDrm's OnExpirationUpdate methodJeff Tinker2015-05-221-1/+2
* | | | Merge "MediaPlayer: add mPreparing to weed out unwanted prepared messages" in...Robert Shih2015-05-222-3/+32
|\ \ \ \ | |_|/ / |/| | |
| * | | MediaPlayer: add mPreparing to weed out unwanted prepared messagesRobert Shih2015-05-212-3/+32
* | | | Merge "Extra for ACTION_RINGTONE_PICKER for AudioAttributes flags" into mnc-devJean-Michel Trivi2015-05-211-3/+12
|\ \ \ \
| * | | | Extra for ACTION_RINGTONE_PICKER for AudioAttributes flagsJean-Michel Trivi2015-05-201-3/+12