summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Add toString() methods to some audio classes to help with debugging.Mike Lockwood2014-07-314-1/+30
* TIF: Make TvTrackInfo methods more explicit.Jae Seo2014-07-316-184/+265
* Merge "TIF: fix TvInputHal bug for multiple devices" into lmp-devWonsik Kim2014-07-251-0/+10
|\
| * TIF: fix TvInputHal bug for multiple devicesWonsik Kim2014-07-311-0/+10
* | MediaCodec: clean up image/buffer cachingLajos Molnar2014-07-301-96/+134
* | TIF: Reset SurfaceView whenever TvView tunes to a channel of different TV inputYoungsang Cho2014-07-311-12/+23
|/
* Adds toString() in MediaBrowserItemYao Chen2014-07-301-0/+13
* fix for MediaCodecList bitrate range exceptionChong Zhang2014-07-302-4/+16
* Merge "TIF: Add a system api TvInputInfo.isCecDeviceConnectedToSwitch" into l...Youngsang Cho2014-07-241-6/+31
|\
| * TIF: Add a system api TvInputInfo.isCecDeviceConnectedToSwitchYoungsang Cho2014-07-301-6/+31
* | TIF: Merge TvParentalControlManager into TvInputManagerJae Seo2014-07-304-298/+161
* | TIF: Use more consistent constant namesJae Seo2014-07-303-11/+12
|/
* Fix docs build.Ying Wang2014-07-291-1/+1
* Merge "MediaPlayer: scanInternalSubtitleTracks in synchronous prepare" into l...Robert Shih2014-07-282-2/+7
|\
| * MediaPlayer: scanInternalSubtitleTracks in synchronous prepareRobert Shih2014-07-292-2/+7
* | MediaPlayer: support external timed text in javaRobert Shih2014-07-296-21/+343
* | Add paragraph tags to MediaProjection docsMichael Wright2014-07-291-1/+2
* | Optional AudioService debug logs for setMode()Jean-Michel Trivi2014-07-291-2/+10
* | Restore missing usage assignment in AudioAttributesJean-Michel Trivi2014-07-291-0/+1
* | Fix capitalization on AudioPort callback method namesEric Laurent2014-07-292-6/+6
* | Merge "android.media.AudioPatch: update comment" into lmp-devMike Lockwood2014-07-241-2/+2
|\ \
| * | android.media.AudioPatch: update commentMike Lockwood2014-07-281-2/+2
* | | AudioAttributes and AudioRecord.Jean-Michel Trivi2014-07-284-38/+184
|/ /
* | Merge "s/thumbnail/icon in the browsing api." into lmp-devYao Chen2014-07-244-62/+62
|\ \
| * | s/thumbnail/icon in the browsing api.Yao Chen2014-07-284-62/+62
* | | ImageFormat: update raw10 spec to allow row paddingZhijun He2014-07-281-2/+8
|/ /
* | Merge changes I87f551a7,Icb8dc76c,I66fbf585,I0c9506e7 into lmp-devRoboErik2014-07-2511-151/+159
|\ \
| * | Add context to MediaController constructorRoboErik2014-07-284-7/+36
| * | Add getPackageName to MediaControllerRoboErik2014-07-257-129/+57
| * | Expose a way to set a PendingIntent for restarting playbackRoboErik2014-07-256-12/+37
| * | Finish plumbing for launch intents in sessionsRoboErik2014-07-254-3/+29
* | | Merge "Add getFlags and getSessionToken to MediaController" into lmp-devRoboErik2014-07-242-4/+25
|\ \ \ | |/ /
| * | Add getFlags and getSessionToken to MediaControllerRoboErik2014-07-252-4/+25
* | | Listen to onVisibilityChanged().Christofer Ã…kersten2014-07-281-2/+2
* | | TIF: Rename methods in TvInputServiceJae Seo2014-07-284-37/+37
* | | Implement MediaCodec.getImage methodsLajos Molnar2014-07-253-132/+354
* | | CamcorderProfiles: add high speed profile constantsZhijun He2014-07-252-7/+55
|/ /
* | Volume: Persist unsafe volume playback time.John Spurlock2014-07-251-3/+27
* | Merge "Volume: Show safe media warning in settings." into lmp-devJohn Spurlock2014-07-242-6/+38
|\ \
| * | Volume: Show safe media warning in settings.John Spurlock2014-07-252-6/+38
* | | Fix buildYao Chen2014-07-251-2/+2
|/ /
* | Merge "Remove COLUMN_CONDITIONAL_ACCESS from TvContract." into lmp-devDongwon Kang2014-07-241-13/+0
|\ \
| * | Remove COLUMN_CONDITIONAL_ACCESS from TvContract.Dongwon Kang2014-07-251-13/+0
* | | Merge "Fix system API stub build." into lmp-devJeff Davidson2014-07-241-1/+1
|\ \ \ | |/ / |/| |
| * | Fix system API stub build.Jeff Davidson2014-07-241-1/+3
* | | TIF: Add @SystemApi to TvStreamConfigTerry Heo2014-07-251-0/+2
* | | MediaFormat: add capture rate keyZhijun He2014-07-251-1/+17
|/ /
* | Merge "Call removeOverlayView() before onRelease()" into lmp-devSungsoo Lim2014-07-241-1/+1
|\ \
| * | Call removeOverlayView() before onRelease()Sungsoo Lim2014-07-241-1/+1
* | | AudioService: implement TV system volumeEric Laurent2014-07-241-97/+286