summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge "TIF: Minor code improvement" into mnc-devJae Seo2015-06-225-22/+19
|\
| * TIF: Minor code improvementJae Seo2015-06-215-22/+19
* | TIF: Use equals() instead of '==' for String comparisonsJae Seo2015-06-211-3/+6
|/
* Merge "TIF: Add the columns for the app-linking to TvContract.Channels" into ...Jae Seo2015-06-211-0/+104
|\
| * TIF: Add the columns for the app-linking to TvContract.ChannelsJae Seo2015-06-191-0/+104
* | Merge "TIF: Add COLUMN_SEARCHABLE to TvContract.Programs" into mnc-devJae Seo2015-06-211-10/+26
|\ \
| * | TIF: Add COLUMN_SEARCHABLE to TvContract.ProgramsJae Seo2015-06-191-10/+26
| |/
* | Merge "TIF: Always flush pending app-private commands when resetting TvView" ...Jae Seo2015-06-211-12/+7
|\ \
| * | TIF: Always flush pending app-private commands when resetting TvViewJae Seo2015-06-201-12/+7
* | | TIF: Fix a typoJae Seo2015-06-211-1/+1
* | | TIF: Remove unnecessary interface modifiersJae Seo2015-06-211-1/+1
* | | TIF: Replace StringBuffer with StringJae Seo2015-06-211-6/+2
|/ /
* | Merge "MediaPlayer: documentation for error/info codes." into mnc-devRobert Shih2015-06-191-0/+18
|\ \
| * | MediaPlayer: documentation for error/info codes.Robert Shih2015-06-191-0/+18
* | | Merge "ImageReader: Fix format workarounds for legacy devices" into mnc-devChien-Yu Chen2015-06-191-1/+4
|\ \ \ | |_|/ |/| |
| * | ImageReader: Fix format workarounds for legacy devicesChien-Yu Chen2015-06-171-1/+4
* | | Merge "audio effect JNI: fix global ref leak." into mnc-devEric Laurent2015-06-192-0/+4
|\ \ \
| * | | audio effect JNI: fix global ref leak.Eric Laurent2015-06-192-0/+4
* | | | Merge "Improve robustness of MediaDrm after mediaserver crash" into mnc-devJeff Tinker2015-06-193-4/+49
|\ \ \ \
| * | | | Improve robustness of MediaDrm after mediaserver crashJeff Tinker2015-06-173-4/+49
| | |_|/ | |/| |
* | | | Merge "Fix MidiDevice.MidiConnection lifecycle" into mnc-devMike Lockwood2015-06-183-14/+59
|\ \ \ \
| * | | | Fix MidiDevice.MidiConnection lifecycleMike Lockwood2015-06-183-14/+59
* | | | | Merge "ImageWriter: Remove exception for closing twice" into mnc-devChien-Yu Chen2015-06-181-2/+1
|\ \ \ \ \
| * | | | | ImageWriter: Remove exception for closing twiceChien-Yu Chen2015-06-181-2/+1
| | |_|_|/ | |/| | |
* | | | | Merge "Make MediaSessionService not blocked by AudioService." into mnc-devDongwon Kang2015-06-171-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Make MediaSessionService not blocked by AudioService.Dongwon Kang2015-06-171-1/+1
| | |_|/ | |/| |
* | | | Merge "AudioTrack.Builder should throw exception on failure." into mnc-devAndy Hung2015-06-171-3/+10
|\ \ \ \
| * | | | AudioTrack.Builder should throw exception on failure.Andy Hung2015-06-171-3/+10
* | | | | Merge "AudioRecord.Builder should throw exception on failure." into mnc-devAndy Hung2015-06-171-4/+11
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | AudioRecord.Builder should throw exception on failure.Andy Hung2015-06-171-4/+11
| |/ /
* | | Merge "Implement channel index masks in AudioDeviceInfo." into mnc-devPaul McLean2015-06-164-7/+18
|\ \ \
| * | | Implement channel index masks in AudioDeviceInfo.Paul McLean2015-06-164-7/+18
| |/ /
* | | Fix API doc of MtpDevice#getObjectHandles.Daichi Hirono2015-06-151-1/+2
|/ /
* | 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
* | | | Merge "Improve javadoc for onTune and notifyVideoAvailable." into mnc-devNick Chalko2015-06-121-6/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Improve javadoc for onTune and notifyVideoAvailable.Nick Chalko2015-06-121-6/+11
| | |/ | |/|
* | | Merge "Add more specific consumer names for common buffer queue endpoints." i...Eino-Ville Talvala2015-06-111-0/+11
|\ \ \
| * | | Add more specific consumer names for common buffer queue endpoints.Eino-Ville Talvala2015-06-091-0/+11
| | |/ | |/|
* | | Add bucket that unknown state playback falls intoHyungtae Tim Kim2015-06-112-3/+16
| |/ |/|
* | 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
* | | | Merge "Fix format string mismatch. Clang build fix." into mnc-devDan Albert2015-06-111-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix format string mismatch. Clang build fix.Dan Albert2015-06-101-1/+2
| |/ /
* | | SoundPool monitors AppOps for OP_PLAY_AUDIOJean-Michel Trivi2015-06-102-4/+38
|/ /