summaryrefslogtreecommitdiffstats
path: root/media/java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fixing no first "device added" notification." into mnc-devPaul McLean2015-06-121-34/+48
|\
| * Fixing no first "device added" notification.Paul McLean2015-06-121-34/+48
* | Merge "MidiDeviceServer: Fix race condition in setting device server's mDevic...Mike Lockwood2015-06-124-11/+21
|\ \
| * | MidiDeviceServer: Fix race condition in setting device server's mDeviceInfoMike Lockwood2015-06-114-11/+21
* | | Improve javadoc for onTune and notifyVideoAvailable.Nick Chalko2015-06-121-6/+11
| |/ |/|
* | media: allow feature-can-swap-width-height to be optional.Lajos Molnar2015-06-101-1/+1
* | Merge "TIF: Support localized input label for hardware input" into mnc-devDongwon Kang2015-06-111-24/+85
|\ \
| * | TIF: Support localized input label for hardware inputDongwon Kang2015-06-101-24/+85
* | | Merge "Fix MediaBrowser.getItem() API inconsistencies." into mnc-devJeff Brown2015-06-112-38/+48
|\ \ \ | |/ / |/| |
| * | Fix MediaBrowser.getItem() API inconsistencies.Jeff Brown2015-06-102-38/+48
* | | SoundPool monitors AppOps for OP_PLAY_AUDIOJean-Michel Trivi2015-06-101-3/+37
|/ /
* | Merge "media: hook up OnFrameRenderedListener events to framework events" int...Lajos Molnar2015-06-101-35/+12
|\ \
| * | media: hook up OnFrameRenderedListener events to framework eventsLajos Molnar2015-06-081-35/+12
* | | Merge "MIDI docs: use getPorts()" into mnc-devPhil Burk2015-06-091-22/+41
|\ \ \
| * | | MIDI docs: use getPorts()Phil Burk2015-06-031-22/+41
* | | | Merge "ExifInterface: Add a few tag fields." into mnc-devEino-Ville Talvala2015-06-091-0/+10
|\ \ \ \
| * | | | ExifInterface: Add a few tag fields.Eino-Ville Talvala2015-06-081-0/+10
| | |_|/ | |/| |
* | | | Merge "Adding default handler to (re)Routing callbacks where no handler is pr...Paul McLean2015-06-092-2/+4
|\ \ \ \
| * | | | Adding default handler to (re)Routing callbacks where no handler is provided.Paul McLean2015-06-092-2/+4
* | | | | Merge "TIF: Generate hardware input id in language-neutral fashion" into mnc-devJinsuk Kim2015-06-091-4/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | TIF: Generate hardware input id in language-neutral fashionJinsuk Kim2015-06-091-4/+5
| |/ / /
* | | | Merge "MidiManager: proxy all requests to open devices through MidiService" i...Mike Lockwood2015-06-088-101/+118
|\ \ \ \ | |_|_|/ |/| | |
| * | | MidiManager: proxy all requests to open devices through MidiServiceMike Lockwood2015-06-048-101/+118
* | | | 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
| |/ / /
* | | | 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-011-31/+17
|\ \ \
| * | | MediaPlayer: trigger onError instead of exception on stale native notificationsRobert Shih2015-06-011-31/+17
| |/ /
* | | 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 "MediaCodec: unhide mime type for EAC3" into mnc-devChong Zhang2015-05-271-3/+0
|\ \ \ | |_|/ |/| |