Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
377dcbd53af4529c352d453424539b069909fce4
/
media
12307ca
Revisit HDMI-CEC system audio mode in AudioService.
by Jungshik Jang
· 11 years ago
c20533c
MediaRecorder: added constants for WEBM output
by Robert Shih
· 11 years ago
f4e51d8
AudioService: Use device specific mode to open SCO audio
by Liejun Tao
· 11 years ago
ac17c2a
Merge "Change adjustVolumeBy to adjustVolume" into lmp-dev
by RoboErik
· 11 years ago
1ff5b16
Change adjustVolumeBy to adjustVolume
by RoboErik
· 11 years ago
8b4bffc
Make MediaSession and MediaController constructors public
by RoboErik
· 11 years ago
7194088
Merge "Make MediaSession and MediaController constructors public" into lmp-dev
by RoboErik
· 11 years ago
d70ad7a
MediaPlayer factory method with audio attributes and session ID
by Jean-Michel Trivi
· 11 years ago
54892c8
Merge "Implement TvContentRating" into lmp-dev
by Jae Seo
· 11 years ago
e168734
Implement TvContentRating
by Sungsoo Lim
· 11 years ago
1e6e801
MediaCodec: add reset() + documentation fixes
by Lajos Molnar
· 11 years ago
79f5cd1
Unhide MediaPlayer.setAudioAttributes(), javadoc clarifications
by Jean-Michel Trivi
· 11 years ago
d2bebb3
DO NOT MERGE Audio virtualizer effect: add support for querying capabilities
by Jean-Michel Trivi
· 11 years ago
969167d
TIF: Revisit availability changes
by Wonsik Kim
· 11 years ago
7be2452
MediaExtractor: set buffer offset/limit in readSampleData
by Lajos Molnar
· 11 years ago
6dc599b
Merge "MediaRecorder: Fix crash when given a released Camera object" into lmp-dev
by Eino-Ville Talvala
· 11 years ago
6a5b1db
MediaRecorder: Fix crash when given a released Camera object
by Eino-Ville Talvala
· 11 years ago
44583d3
Merge changes I51f2e466,I5b67cb3e into lmp-dev
by RoboErik
· 11 years ago
c785a78
Make PlaybackState immutable with a builder
by RoboErik
· 11 years ago
33f4e04
Volume: Delay adjustments made when showing ringer UI.
by John Spurlock
· 11 years ago
1a937b0
Initial draft of new MediaRouter APIs.
by Jeff Brown
· 11 years ago
01a500e
Delete first draft of media routing APIs.
by Jeff Brown
· 11 years ago
b942b05
Deprecate android.hardware.Camera
by Eino-Ville Talvala
· 11 years ago
9b08edf
do not merge. Implement onVideoAvailable/Unavailable in TIF.
by Dongwon Kang
· 11 years ago
2c1c31c
TIF: Add a way to enable/disable caption
by Jae Seo
· 11 years ago
ee64575
Added a test for HEVC playback memory usage
by Naveen Kumar Ponnusamy
· 11 years ago
b1a236b
add utility methods to util.Range, Rational and Size
by Lajos Molnar
· 11 years ago
f79c22e
Merge "MediaRecorder: use fd from RandomAccessFile"
by Robert Shih
· 11 years ago
0d5d3b7
MediaRecorder: use fd from RandomAccessFile
by Robert Shih
· 11 years ago
bef4556
Merge "MediaPlayer: added getSelectedTrack"
by Robert Shih
· 11 years ago
94686d1
MediaCodec: change onError cb to send CodecException
by Chong Zhang
· 11 years ago
d402311
MediaCodec: add new buffer and format APIs
by Lajos Molnar
· 11 years ago
464da70
MediaPlayer: added getSelectedTrack
by Robert Shih
· 11 years ago
60fde9d
media: add crop rectangle to Image
by Lajos Molnar
· 11 years ago
82fa0e7
MediaCodec: update documentation on buffer metadata.
by Lajos Molnar
· 11 years ago
8d5e556
MediaCodec async callbacks
by Chong Zhang
· 11 years ago
998ff75
fix build: hide AudioAttributes.usageToString() method
by Jean-Michel Trivi
· 11 years ago
a8b6bd8
Define audio policy, mixes, and mixing rules
by Jean-Michel Trivi
· 11 years ago
1f21391
Support multiple tracks in TV Input framework.
by Dongwon Kang
· 11 years ago
6f34f5a
Revamp HDMI-CEC system audio mode integration with audio service.
by Jungshik Jang
· 11 years ago
b2e93ef
Revert "Make PlaybackState immutable with a builder"
by Erik Pasternak
· 11 years ago
5a4e011
Make PlaybackState immutable with a builder
by RoboErik
· 11 years ago
cd22c3e
Merge "Volume: allow dialog to play sound over keyguard."
by John Spurlock
· 11 years ago
6bd096c
Volume: allow dialog to play sound over keyguard.
by John Spurlock
· 11 years ago
3c45c29
Pipe volume keys to adjustVolume instead of sendMediaKeyEvent
by RoboErik
· 11 years ago
285fa63
Add MediaCodec.CodecException
by Andy Hung
· 11 years ago
806114b
Add float support to ByteBuffer AudioTrack write
by Andy Hung
· 11 years ago
0543b17
Merge "AudioSystem: add definition for loopback input device"
by Terry Heo
· 11 years ago
112c19e
AudioSystem: add definition for loopback input device
by Terry Heo
· 11 years ago
b93ccca
Add onChannelRetuned callback in TV Input Framework.
by Dongwon Kang
· 11 years ago
ae641c9
Implement new volume UI design.
by John Spurlock
· 11 years ago
42a1d08
SkBitmap::Config is deprecated, use SkColorType
by Mike Reed
· 11 years ago
d1988a9
Add RAW10 image format
by Zhijun He
· 11 years ago
50f45d0
Merge "AudioDevice class to expose concept of device in SDK"
by Jean-Michel Trivi
· 11 years ago
3ef1812
AudioDevice class to expose concept of device in SDK
by Jean-Michel Trivi
· 11 years ago
6c09004
Send media button events with FLAG_RECEIVER_FOREGROUND set
by Jean-Michel Trivi
· 11 years ago
6e90e4e
TvContract: Add a field for network affiliation to the Channels table
by Jae Seo
· 11 years ago
41d9746
Add volume callback for Hdmi-Cec system audio mode.
by Jungshik Jang
· 11 years ago
70d34bb
Define force usage and category for System Audio Control.
by Jungshik Jang
· 11 years ago
7edabad
Merge "AudioManager: add isVolumeFixed() API"
by Eric Laurent
· 11 years ago
ba207e7
AudioManager: add isVolumeFixed() API
by Eric Laurent
· 11 years ago
a4d4c20
am 1ed64c65: am 899c15ef: am db816cef: Merge "Make sure we clean up"
by Marco Nelissen
· 11 years ago
1ed64c6
am 899c15ef: am db816cef: Merge "Make sure we clean up"
by Marco Nelissen
· 11 years ago
db816ce
Merge "Make sure we clean up"
by Marco Nelissen
· 11 years ago
e19a4fe
Merge "Move call-related SystemAPIs to TelecommManager. (1/3)"
by Santos Cordon
· 11 years ago
8df982d
Java MediaPlayer: add support for setting audio attributes
by Jean-Michel Trivi
· 11 years ago
9eb4593
Move call-related SystemAPIs to TelecommManager. (1/3)
by Santos Cordon
· 11 years ago
8fef877
Merge "Make MediaSessionToken an inner class of MediaSession."
by Jeff Brown
· 11 years ago
dba34ba
Make MediaSessionToken an inner class of MediaSession.
by Jeff Brown
· 11 years ago
b973bac
Merge "Add a column to TV channel metadata to enable a newly requested use case"
by Dongwon Kang
· 11 years ago
9e4a5ac
Add a method to build channels uri for genre
by Chulwoo Lee
· 11 years ago
fb917e0
Enabling USB Device and Android Device Vol inc/dec functionality for USB Audio Output
by Paul McLean
· 11 years ago
07b7c5f
Turn on/off an overlay view by visibility change in TvView
by Youngsang Cho
· 11 years ago
2b53aae
Add a column to TV channel metadata to enable a newly requested use case
by Dongwon Kang
· 11 years ago
6d8a7d7
Merge "Properly handle navigation keys in TIS"
by Youngsang Cho
· 11 years ago
44fbbca3
Properly handle navigation keys in TIS
by Youngsang Cho
· 11 years ago
d09bd0c
Move VolumeController into AudioService
by RoboErik
· 11 years ago
19c9518
b/15729204 Pipe sessions through to VolumePanel
by RoboErik
· 11 years ago
3b6ec30
Fix exception discrepancy in MediaDrm.openSession
by Jeff Tinker
· 11 years ago
0479c3b
Merge "GLConsumer: Stop using default constructor params"
by Dan Stoza
· 11 years ago
e4e223c
Merge "AudioTrack Java constructor with AudioAttributes and AudioFormat"
by Jean-Michel Trivi
· 11 years ago
a1d80e3
AudioTrack Java constructor with AudioAttributes and AudioFormat
by Jean-Michel Trivi
· 11 years ago
ffdbe97
GLConsumer: Stop using default constructor params
by Dan Stoza
· 11 years ago
bf58d9b
Minor cosmetic tweaks.
by Jeff Brown
· 11 years ago
909a1b2
am c4d37f58: am 0eee8ac2: Merge "Fix thumbnail bug"
by Marco Nelissen
· 11 years ago
c4e976d
Merge "don't select default track if subtitle controller is not present"
by Chong Zhang
· 11 years ago
5096def
camera2: (legacy) Write the JPEG size as part of the blob transport
by Igor Murashkin
· 11 years ago
7026020
don't select default track if subtitle controller is not present
by Chong Zhang
· 11 years ago
b416af1
Fix thumbnail bug
by Marco Nelissen
· 11 years ago
51fa6bc
b/15757378 Expose APIs for listening to active sessions
by RoboErik
· 11 years ago
d3afc9c
am 909a1b2e: am c4d37f58: am 0eee8ac2: Merge "Fix thumbnail bug"
by Marco Nelissen
· 11 years ago
5e6421b
Merge "camera2: Switch to using YV12 for ImageReader."
by Ruben Brunk
· 11 years ago
7c0e621
Fix build.
by Ying Wang
· 11 years ago
91b9aab
camera2: Switch to using YV12 for ImageReader.
by Ruben Brunk
· 11 years ago
6a96871
Merge "Add diagnostic error code to MediaDrm IllegalStateExceptions"
by Jeff Tinker
· 11 years ago
d712e1a
Add diagnostic error code to MediaDrm IllegalStateExceptions
by Jeff Tinker
· 11 years ago
ef3c9e9
Add volume handling APIs to sessions
by RoboErik
· 11 years ago
402c8f5
Merge "stop using (deprecated) SkBitmap::Config"
by Mike Reed
· 11 years ago
b933055
stop using (deprecated) SkBitmap::Config
by Mike Reed
· 11 years ago
6f0e4dd
Remove more dead audio service code
by RoboErik
· 11 years ago
Next »