Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
a72dd6ba6fbed87c619fc3a8ad8690f2975d6230
/
media
f1b2335
Only select bluetooth route by default when A2DP is enabled.
by Jeff Brown
· 10 years ago
d2b8c94
Api updates to MediaSession components
by RoboErik
· 10 years ago
b135d06
Remove incomplete media router API. (DO NOT MERGE)
by Jeff Brown
· 10 years ago
3acf66f
Merge "TIF: Add the video frame rate information to TvTrackInfo" into lmp-dev
by Jae Seo
· 10 years ago
47b9e4a
TIF: Add the video frame rate information to TvTrackInfo
by Jae Seo
· 10 years ago
1553a52
API Review: android.media.tv
by Jae Seo
· 10 years ago
d504ab1
media.MediaPlayer: don't check file-existence for URI-s with scheme
by Lajos Molnar
· 10 years ago
a66c40b
Update MediaSession APIs for council feedback
by RoboErik
· 10 years ago
15c56aa
TIF: Call setMain(false) when session is released.
by Ji-Hwan Lee
· 10 years ago
67d666f
Merge "Fix NPE when passing null TvContentRating" into lmp-dev
by Jaewan Kim
· 10 years ago
a42be3c
Fix NPE when passing null TvContentRating
by Jaewan Kim
· 10 years ago
79fc327
Merge "TIF: verify the hardware input ID from getHardwareInputId()." into lmp-dev
by Dongwon Kang
· 10 years ago
911d082
TIF: verify the hardware input ID from getHardwareInputId().
by Dongwon Kang
· 10 years ago
5b1caaf
TIF: Fix some comment warnings
by Jae Seo
· 10 years ago
d185857
Merge "Add callbacks for MediaProjection start / stop." into lmp-dev
by Michael Wright
· 10 years ago
d86ecd2
Add callbacks for MediaProjection start / stop.
by Michael Wright
· 10 years ago
c22d0c0
TIF: Make passthrough related method names consistent
by Jae Seo
· 10 years ago
2aaed14
Merge "Fix 48kHz limitation on AudioTrack" into lmp-dev
by Andy Hung
· 10 years ago
70b395e
Fix 48kHz limitation on AudioTrack
by Andy Hung
· 10 years ago
98f4c16
Merge "CEC: Replace the usage of logical address with id for HdmiDeviceInfo" into lmp-dev
by Jinsuk Kim
· 10 years ago
d5bfcff
Remove MediaProjection#createAudioRecord API
by Michael Wright
· 10 years ago
efb3a8b
Merge "Fix 7.1 audio playback from AudioTrack" into lmp-dev
by Andy Hung
· 10 years ago
ad720ae
Fix 7.1 audio playback from AudioTrack
by Andy Hung
· 10 years ago
be5e335
Merge "media: minor fixes for MediaCodecInfo" into lmp-dev
by Lajos Molnar
· 10 years ago
981c344
media: minor fixes for MediaCodecInfo
by Lajos Molnar
· 10 years ago
78c64cd
Fix crash in legacy apps that register without a looper
by RoboErik
· 10 years ago
8960d1b
CEC: Replace the usage of logical address with id for HdmiDeviceInfo
by Jinsuk Kim
· 10 years ago
1d2a1c9
Merge "Pipe caller's identity through volume methods" into lmp-dev
by RoboErik
· 10 years ago
0dac35a
Pipe caller's identity through volume methods
by RoboErik
· 10 years ago
e8deca1
Merge "TIF: Rename R.attr.contentRatingSystemXml and fix documentation" into lmp-dev
by Jae Seo
· 10 years ago
fc27d6d
TIF: Rename R.attr.contentRatingSystemXml and fix documentation
by Jae Seo
· 10 years ago
5ca4a78
Merge "Post MediaSessionManager callbacks to the caller's thread" into lmp-dev
by RoboErik
· 10 years ago
b05ea7b
Merge "Add an onSessionDestroyed callback to MediaController.Callback" into lmp-dev
by RoboErik
· 10 years ago
24762bf
Add an onSessionDestroyed callback to MediaController.Callback
by RoboErik
· 10 years ago
eed01e0
Merge "media: release allocated strings on error" into lmp-dev
by Lajos Molnar
· 10 years ago
d4eb10a
TIF: resolve SecurityException on loadCustomLabel().
by Dongwon Kang
· 10 years ago
1d11640
Update Java doc for TV Rating system
by Sungsoo Lim
· 10 years ago
e2c83c9
TIF: Change data type of custom labels and hide inputs
by Jaewan Kim
· 10 years ago
34cc4db
Move setting to disable automatic USB routing
by Glenn Kasten
· 10 years ago
81d1b4d
TIF: Enable to build uri for browsableOnly channels
by Chulwoo Lee
· 10 years ago
ceb4d41
Merge "Add support for AudioAttributes in android.media.Ringtone" into lmp-dev
by Jean-Michel Trivi
· 10 years ago
a9a29a2
Fix hashCode of TvContentRating
by Sungsoo Lim
· 10 years ago
2811dd3
Remove REMOTE_STREAM_MUSIC references from AudioService
by RoboErik
· 10 years ago
81f871e
Add support for AudioAttributes in android.media.Ringtone
by Jean-Michel Trivi
· 10 years ago
0d194c5
Post MediaSessionManager callbacks to the caller's thread
by RoboErik
· 10 years ago
018b70f
media: release allocated strings on error
by Lajos Molnar
· 10 years ago
37d7804
HDMI plug intent and associated information
by Jean-Michel Trivi
· 10 years ago
1681ac0
Add equals method of TvContentRating
by Sungsoo Lim
· 10 years ago
22f7c47
Merge "Treat empty subrating as the same as null subratings." into lmp-dev
by Jaewan Kim
· 10 years ago
d22e37a
Treat empty subrating as the same as null subratings.
by Jaewan Kim
· 10 years ago
6219fa8
Add version attribute in tv_content_rating_system.xml
by Sungsoo Lim
· 10 years ago
77e54d9
Talkback: Ensure TTS stream is not affected by ringer mode.
by John Spurlock
· 10 years ago
05abff1
Ensure that custom label isn't empty
by Jaewan Kim
· 10 years ago
98ea5fa
TIF: Add content rating systems
by Sungsoo Lim
· 10 years ago
d86eb6f
Merge "TIF: Move watch history logging to TvProvider" into lmp-dev
by Jae Seo
· 10 years ago
7eb75df
TIF: Move watch history logging to TvProvider
by Jae Seo
· 10 years ago
8b72930
Merge "Define FLAG_BEACON in android.media.AudioAttributes" into lmp-dev
by Jean-Michel Trivi
· 10 years ago
6894cd3
Define FLAG_BEACON in android.media.AudioAttributes
by Jean-Michel Trivi
· 10 years ago
5f9aa0b
Update exception handling for MediaCodec
by Andy Hung
· 10 years ago
73fc533
Added Tunneled video playback support to MediaCodec
by Rachad
· 10 years ago
9dfd731
Merge "TIF: introducing TvInputSettings for put/getting user preferences from Settings." into lmp-dev
by Dongwon Kang
· 10 years ago
4d933a0
TIF: introducing TvInputSettings for put/getting user preferences from Settings.
by Dongwon Kang
· 10 years ago
c566ca5
TIF: fix a regression introduced while addressing merge conflict in TIS
by Dongwon Kang
· 10 years ago
6d9fe65
Merge "Combine MediaSession Callback and TransportControlsCallback" into lmp-dev
by RoboErik
· 10 years ago
477d119
Combine MediaSession Callback and TransportControlsCallback
by RoboErik
· 10 years ago
217e8a2
Change URI type metadata back to text
by RoboErik
· 10 years ago
546c635
TIF: Change CEC specific names to more general ones
by Jae Seo
· 10 years ago
98cb95a
Merge "Change URI type metadata back to text" into lmp-dev
by RoboErik
· 10 years ago
67098d0
Unhide MediaMetadata.Description
by RoboErik
· 10 years ago
ca18eb0
Merge "TIF: Make TvContract URI consistent" into lmp-dev
by Ji-Hwan Lee
· 10 years ago
156aeec
TIF: Make TvContract URI consistent
by Ji-Hwan Lee
· 10 years ago
6720be4
Allow media projections to create public presentations.
by Michael Wright
· 10 years ago
9e4a66d
Fix track sample rate limit
by Andy Hung
· 10 years ago
cd5e3f9
media: update to reworked media codec list/info
by Lajos Molnar
· 10 years ago
5f51635
Add setting to disable automatic USB audio routing
by Glenn Kasten
· 10 years ago
579befe
TIF: Do not log non-searchable channel watch history
by Jae Seo
· 10 years ago
785c9a2
Merge "ImageReader: fix documentation, relax some guarantees" into lmp-dev
by Lajos Molnar
· 10 years ago
8d563a2
ImageReader: fix documentation, relax some guarantees
by Lajos Molnar
· 10 years ago
df9f0a3
TIF: Add system API 'isSingleSessionActive()'
by Terry Heo
· 10 years ago
61f4fbd
Rename HdmiCecDeviceInfo into HdmiDeviceInfo.
by Jungshik Jang
· 10 years ago
5caf1e8
Make caption setting consistent across sessions
by Youngsang Cho
· 10 years ago
dc33b61
Merge "Adds getServiceComponent() to MediaBrowser, getQueueTitle() and getExtras() to MediaController" into lmp-dev
by Yao Chen
· 10 years ago
51fdfa2
Adds getServiceComponent() to MediaBrowser, getQueueTitle() and
by Yao Chen
· 10 years ago
b287c93
Merge "AudioSystem: add API to query audio HW sync source" into lmp-dev
by Eric Laurent
· 10 years ago
b634e1b
AudioSystem: add API to query audio HW sync source
by Eric Laurent
· 10 years ago
022e7cc
Merge "TIF: Add content ratings for Australia" into lmp-dev
by Sungsoo Lim
· 10 years ago
1fd38bd
TIF: Add content ratings for Australia
by Sungsoo Lim
· 10 years ago
ac8c3d3
Merge "Remove a Handler constructor parameter Looper in TIS" into lmp-dev
by Youngsang Cho
· 10 years ago
3d13aec
Remove a Handler constructor parameter Looper in TIS
by Youngsang Cho
· 10 years ago
ff04ae7
Add a method in TIS to relayout SurfaceView
by Youngsang Cho
· 10 years ago
887ad97
Merge "Add a method in TIS to relayout SurfaceView" into lmp-dev
by Youngsang Cho
· 10 years ago
9551e92
TIF: Add explanation for TvView
by Jae Seo
· 10 years ago
65dc052
Merge "TIF: Add content rating system for Spain" into lmp-dev
by Dongwon Kang
· 10 years ago
b1caf4d
TIF: Add content rating system for Spain
by Dongwon Kang
· 10 years ago
66b9e91
TIF: make TvInputService.Session class static
by Dongwon Kang
· 10 years ago
bf0a4eb
Add system APIs to set Z-order of TvView
by Youngsang Cho
· 10 years ago
8811f34
Merge "TIF: Add content ratings for Netherlands" into lmp-dev
by Sungsoo Lim
· 10 years ago
3596a96
TIF: Add content ratings for Netherlands
by Sungsoo Lim
· 10 years ago
2df7e30
Merge "TIF: Remove countryCode in TvContentRating" into lmp-dev
by Sungsoo Lim
· 10 years ago
39ddf8d
Merge "TIF: Add content ratings for Germany" into lmp-dev
by Sungsoo Lim
· 10 years ago
Next »