Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
frameworks
/
base
/
a8f6a0d90cd4aee6dd148b23598eb8c8cafdf53c
/
include
9c112a8
DO NOT MERGE MediaScanner: reimplement the ".nomedia" feature for hiding files from the media provider
by Mike Lockwood
· 14 years ago
83ddcdf
Add heartbeat error codes into MediaErrors.h
by Gloria Wang
· 14 years ago
4c87a75
Fix for bug 4126624.
by Gloria Wang
· 14 years ago
c430394
Add one more field in DecryptHandle to support bug 4126624
by Gloria Wang
· 14 years ago
ee4084b
do not merge: Cherry pick change I6529695c from master to partially fix bug 4126624.
by Gloria Wang
· 14 years ago
64929b4
DO NOT MERGE Send WebView the current transform and whether we're drawing a layer.
by Romain Guy
· 14 years ago
2f1f224
Fix missing AOSP copyright headers for a bunch of media framework files
by James Dong
· 14 years ago
f40e638
fix [4093196] Device lock up - log spam with SharedBufferStack: waitForCondition(LockCondition) timed out
by Mathias Agopian
· 14 years ago
80911b8
Modify the GL renderer's functor to pass the clip to WebView
by Romain Guy
· 14 years ago
4528a7d
Merge "Bug 4016329 do full string comparisons" into honeycomb-mr1
by Glenn Kasten
· 14 years ago
f8a1842
Bug 4016329 do full string comparisons
by Glenn Kasten
· 14 years ago
f95a9f0
SurfaceTextureClient: Add ISurfaceTexture getter.
by Jamie Gennis
· 14 years ago
c4ca7c5
ANativeWindow: add query for the concrete type.
by Jamie Gennis
· 14 years ago
27b2777
For issue 4082089 Add more info and error events into the DRM framework
by Gloria Wang
· 14 years ago
7ea3c7f
Merge "- Some change on the DrmManager in order to support feature request 4082089. In DrmManager, we currently lock both processDrmInfo() and onInfo() which is ok for now since processDrmInfo() is async call, and it will return without waiting for onInfo() call. However, if we send an event in processDrmInfo(), we will got deadlock here because we need to invoke onInf() which will wait for processDrmInfo() to release the lock. Use different lock for onInfo(). - Remove some redundent mutex lock." into honeycomb-mr1
by Gloria Wang
· 14 years ago
7647091
Merge "Bug 3515073 Add ANativeWindow_fromSurfaceTexture" into honeycomb-mr1
by Glenn Kasten
· 14 years ago
192b591
- Some change on the DrmManager in order to support feature request 4082089.
by Gloria Wang
· 14 years ago
b8763f6
Bug 3012968 DRM output control
by Glenn Kasten
· 14 years ago
efd3266
Input improvements and bug fixes.
by Jeff Brown
· 14 years ago
6167a39
Merge "ANativeWindow: add queues-to-window-composer check." into honeycomb-mr1
by Jamie Gennis
· 14 years ago
d2acedf
ANativeWindow: add queues-to-window-composer check.
by Jamie Gennis
· 14 years ago
421ddc0
Fix issue 3439872: video chat and bluetooth SCO
by Eric Laurent
· 14 years ago
bc8a8e8
Merge "Add support for partial invalidates in WebView Bug #3461349" into honeycomb-mr1
by Romain Guy
· 14 years ago
cabfcc1
Add support for partial invalidates in WebView Bug #3461349
by Romain Guy
· 14 years ago
8529745
Joystick tweaks. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
846db33
Bug 3515073 Add ANativeWindow_fromSurfaceTexture
by Glenn Kasten
· 14 years ago
55acdf7
Merge "Wake screen from external HID peripherals."
by Jeff Brown
· 14 years ago
56194eb
Wake screen from external HID peripherals.
by Jeff Brown
· 14 years ago
396f6de
Merge "- To track the usage of all audio output devices - To track the currently used audio device - The devices are separated as speaker and other audio devices - Provide the collected data to battery application through pullBatteryData()"
by Gloria Wang
· 14 years ago
9b3f152
- To track the usage of all audio output devices
by Gloria Wang
· 14 years ago
00fa3a7
Merge "Allow optional specification of a PTS timestamp when signalling a discontinuity."
by Andreas Huber
· 14 years ago
669ad13
Allow optional specification of a PTS timestamp when signalling a discontinuity.
by Andreas Huber
· 14 years ago
05dc66a
Fade out the mouse pointer after inactivity or other events.
by Jeff Brown
· 14 years ago
05d5ef6
Merge "Add support for up to 32 buffers per Surface"
by Mathias Agopian
· 14 years ago
de1d7b4
Merge "Get rid of redundant media profiles"
by James Dong
· 14 years ago
797e4f1
Get rid of redundant media profiles
by James Dong
· 14 years ago
5a6f9fa
Merge "Add the MIN_UNDEQUEUED_BUFFERS query to ANW."
by Jamie Gennis
· 14 years ago
9f81547
Add support for up to 32 buffers per Surface
by Mathias Agopian
· 14 years ago
29f87f7
Merge "Add an OMX IL API for querying buffer usage flags."
by Jamie Gennis
· 14 years ago
d5dac80
Merge "Binder linkage no longer depends on JNI objrefs as persistent tokens"
by Christopher Tate
· 14 years ago
96dcc97
Add the MIN_UNDEQUEUED_BUFFERS query to ANW.
by Jamie Gennis
· 14 years ago
e6befb8
Add an OMX IL API for querying buffer usage flags.
by Jamie Gennis
· 14 years ago
0b41448
Binder linkage no longer depends on JNI objrefs as persistent tokens
by Christopher Tate
· 14 years ago
32a55cf
Fix sp<> conversion operator / constructor
by Mathias Agopian
· 14 years ago
e2ed956
Revert "Binder linkage no longer depends on JNI objrefs as persistent tokens"
by Christopher Tate
· 14 years ago
5af3d01
Merge "Fix a wp<> bug where the owner ID would be wrong"
by Mathias Agopian
· 14 years ago
49862c3
Fix a wp<> bug where the owner ID would be wrong
by Mathias Agopian
· 14 years ago
ffbe826
Merge "Fix some issues with RefBase debugging."
by Mathias Agopian
· 14 years ago
7e8a69e
Merge "Binder linkage no longer depends on JNI objrefs as persistent tokens"
by Christopher Tate
· 14 years ago
c2d55dd
Binder linkage no longer depends on JNI objrefs as persistent tokens
by Christopher Tate
· 14 years ago
373ed6f
Merge "Bug 3438258 Add SurfaceTexture as MediaPlayer sink"
by Glenn Kasten
· 14 years ago
6152bbc
Merge "Bug 3362814 Fix SMP race in access to mRequestExit"
by Glenn Kasten
· 14 years ago
e857cc8
Merge "Add YV12 preview format to camera parameter constants."
by Wu-cheng Li
· 14 years ago
10a1b30
Add YV12 preview format to camera parameter constants.
by Wu-cheng Li
· 14 years ago
ec122eb
Fix some issues with RefBase debugging.
by Mathias Agopian
· 14 years ago
c2b3cda
Bug 3362814 Fix SMP race in access to mRequestExit
by Glenn Kasten
· 14 years ago
7f97c4e
Merge "Remove RefBase.h dependency on TextOutput.h"
by Mathias Agopian
· 14 years ago
cc562a3
Bug 3438258 Add SurfaceTexture as MediaPlayer sink
by Glenn Kasten
· 14 years ago
afc671f
Merge "Application-managed callback buffer support for raw image"
by James Dong
· 14 years ago
87e639b
Merge "- Add method in MediaPlayerService to collect and pull codec usage (duration) for the battery app - Collect MediaPlayer decoding usage data"
by Gloria Wang
· 14 years ago
d211f41
- Add method in MediaPlayerService to collect and pull
by Gloria Wang
· 14 years ago
e00cab7
Application-managed callback buffer support for raw image
by James Dong
· 14 years ago
a688b57
Remove RefBase.h dependency on TextOutput.h
by Mathias Agopian
· 14 years ago
8c7c6dc
Support more MPEG4-LATM audio functionality.
by Andreas Huber
· 14 years ago
6f2fba4
Add new axes for joysticks and mouse wheels.
by Jeff Brown
· 14 years ago
5b025c4
Merge "A/V synchronization at the beginning of a recording session"
by James Dong
· 14 years ago
cbeebb1
A/V synchronization at the beginning of a recording session
by James Dong
· 14 years ago
ebbd5d1
Fix a regression with MotionEvent parceling.
by Jeff Brown
· 14 years ago
45708bf
Merge "Add support for arbitrary axes in MotionEvents."
by Jeff Brown
· 14 years ago
d33a4cc
Decouple AudioRecord read and audio encoding
by James Dong
· 14 years ago
91c69ab
Add support for arbitrary axes in MotionEvents.
by Jeff Brown
· 14 years ago
94f4019
Merge "Add AAC extractor"
by Gloria Wang
· 14 years ago
c5b0abf
Add AAC extractor
by Gloria Wang
· 14 years ago
fe84cf1
Make available h263 DSI information from MPEG4Extractor
by James Dong
· 14 years ago
a11faf8
am c6c3e77d: am b66b7a2c: Merge "fix [3408713] Dialog window invisible sometimes" into honeycomb
by Mathias Agopian
· 14 years ago
c6c3e77
am b66b7a2c: Merge "fix [3408713] Dialog window invisible sometimes" into honeycomb
by Mathias Agopian
· 14 years ago
8b4b97a
Bug 3352047 Wrong message when adjusting volume
by Glenn Kasten
· 14 years ago
37c2a37
fix [3408713] Dialog window invisible sometimes
by Mathias Agopian
· 14 years ago
f6a2bff
Reduce blocking time in file write
by James Dong
· 14 years ago
5ed9a80
Merge "Handle some edge cases when seeking while starting up OMXCodec"
by Andreas Huber
· 14 years ago
b928983
Handle some edge cases when seeking while starting up OMXCodec
by Andreas Huber
· 14 years ago
c2dc472
- Do not use global DrmManagerClient
by Gloria Wang
· 14 years ago
6760f98
Improvements/fixes to ACodec.
by Andreas Huber
· 14 years ago
2e8fbeb
am 6f1bd261: am 9c0a1003: Merge "Fix issue 3371080" into honeycomb
by Eric Laurent
· 14 years ago
f9f223e
Bug 1804058 FLAC extractor
by Glenn Kasten
· 14 years ago
6f1bd26
am 9c0a1003: Merge "Fix issue 3371080" into honeycomb
by Eric Laurent
· 14 years ago
25101b0
Fix issue 3371080
by Eric Laurent
· 14 years ago
a257be1
am 421d94c2: am ecb4b3f0: Merge "Pass the IGraphicBufferAlloc to SurfaceTextureClient." into honeycomb
by Jamie Gennis
· 14 years ago
421d94c
am ecb4b3f0: Merge "Pass the IGraphicBufferAlloc to SurfaceTextureClient." into honeycomb
by Jamie Gennis
· 14 years ago
83bac21
Pass the IGraphicBufferAlloc to SurfaceTextureClient.
by Jamie Gennis
· 14 years ago
4453b1a
am 09443aeb: am 62884505: Merge "Reset ANativeWindow crop on buffer geometry changes." into honeycomb
by Jamie Gennis
· 14 years ago
09443ae
am 62884505: Merge "Reset ANativeWindow crop on buffer geometry changes." into honeycomb
by Jamie Gennis
· 14 years ago
0e87a19
am 371de969: am a1f5e82f: am a30063d8: am 25eb0464: Merge "Normalize output from aapt d"
by Dianne Hackborn
· 14 years ago
371de96
am a1f5e82f: am a30063d8: am 25eb0464: Merge "Normalize output from aapt d"
by Dianne Hackborn
· 14 years ago
a1f5e82
am a30063d8: am 25eb0464: Merge "Normalize output from aapt d"
by Dianne Hackborn
· 14 years ago
25eb046
Merge "Normalize output from aapt d"
by Dianne Hackborn
· 14 years ago
2ece4cd
Reset ANativeWindow crop on buffer geometry changes.
by Jamie Gennis
· 14 years ago
d6f5bde
Protected surface API
by Glenn Kasten
· 14 years ago
804d879
am 8bea1d55: am 7fb232c4: Merge "Make sure that key frame is generated for timelapse video recording if there are at least two input video frames from camera source." into honeycomb
by James Dong
· 14 years ago
8bea1d5
am 7fb232c4: Merge "Make sure that key frame is generated for timelapse video recording if there are at least two input video frames from camera source." into honeycomb
by James Dong
· 14 years ago
Next »