| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* changes:
fix [2243164] live wallpaper screen artifacts at end of boot
|
| |
| |
| |
| | |
make sure to glClear() the areas not touched by the animation
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commit 08259dd3dc9026887f9bbfedaf45866eb56ea9bc
Author: Andreas Huber <andih@google.com>
Date: Thu Nov 5 12:02:31 2009 -0800
DO NOT MERGE: Use PV for metadata extraction even if stagefright is used for playback.
commit 991832fe4dc012e51d3d9ed8d647c7f09991858f
Author: Andreas Huber <andih@google.com>
Date: Thu Nov 5 11:24:11 2009 -0800
DO NOT MERGE: Do not assert if we encounter OMX_StateInvalid. All bets are off though.
commit cec45cf302d9218fe79956cbe8a462d7ca3a10bb
Author: Andreas Huber <andih@google.com>
Date: Mon Oct 26 16:11:54 2009 -0700
DO NOT MERGE: When freeing an OMX node, attempt to transition it from its current state all the way to "Loaded" in order to properly free any allocated buffers.
commit 34a1e885ef9113d68acbc26d36fcc47fdebbed84
Author: Andreas Huber <andih@google.com>
Date: Thu Nov 5 11:10:49 2009 -0800
DO NOT MERGE: Fix heap corruptin in OMXNodeInstance.
commit 5a47f7439a1298b330541a7e4e647a8b44487388
Author: Andreas Huber <andih@google.com>
Date: Thu Nov 5 11:08:19 2009 -0800
DO NOT MERGE: Fix seek-on-initial-read behaviour of OMXCodec.
commit 45bed64722501b9f411a2940aff5aff4cc4d2e98
Author: Andreas Huber <andih@google.com>
Date: Thu Nov 5 11:02:23 2009 -0800
DO NOT MERGE: Renaming string.h to stagefright_string.h to avoid conflicts.
commit 6738e306a50196f31a73d4fc7b7c45faff639903
Author: Andreas Huber <andih@google.com>
Date: Thu Oct 15 13:46:54 2009 -0700
DO NOT MERGE: Reimplement the OMX backend for stagefright.
Besides a major cleanup and refactoring, OMX is now a singleton living in the media server, it listens for death notifications of node observers/clients that allocated OMX nodes and performs/attempts cleanup.
Changed APIs to conform to the rest of the system.
|
| |
|
|
|
|
| |
Not part of the shipping image.
|
|
|
|
| |
Change-Id: I88c6e2679919e56f581fcf79dbe683393dd8ce27
|
|
|
|
| |
Signed-off-by: San Mehat <san@google.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Since the logcat is not printed until later in the output, this will
make it easier to determine at what point the user pressed the key sequence
to initiate the bugreport, which can be helpful when debugging timing dependent problems.
b/2164183
Change-Id: I5b650a6163c383183ff28e344dac36fab11a2c7b
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
non-ordered broadcast
Tell the broadcast receiver whether it is getting an initial sticky value,
so it will be quiet about attempts to do ordered broadcast stuff.
Note that the original bug being reported was not actually a crash, just
an error log. So all we are doing here is making the log quieter.
Change-Id: Iaf1b718d82093ec1197142410a64feff47eb3859
|
|
|
|
|
|
|
| |
To help diagnose bugs b/2164183 and b/2164647
Change-Id: Ie80c3b205c231c485d8a24e68b0a9c5e025da479
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|
|
|
| |
Signed-off-by: San Mehat <san@google.com>
|
| |
|
|
|
|
|
|
| |
Also extend the feature APIs a bit.
Change-Id: I99e932d7f4e61edb0e20f75c55e9831e4b59a14d
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of a switch that needs to be maintained, the code now
look for public static final int fields in PackageManager
whose names start with INSTALL_FAILED or INSTALL_PARSE_FAILED.
If their int value match the error code, the name of the field
is used as a human readable error string.
Change-Id: If58ddc4d9ccc40a9a8aaec9de4cc7e4931db0292
|
|
|
|
| |
The new tests will be implemented in java.
|
| |
|
| |
|
|
|
|
| |
create flip chain)
|
| |
|
| |
|
|
|
|
| |
Also check end-of-file explicitly.
|
| |
|
|
|
|
| |
Change-Id: I60268261110934a1d60efa341ff530f94415724f
|
|\
| |
| |
| |
| | |
* changes:
Another stagefright test-case and ignore end-of-stream notifications while we're flushing.
|
| |
| |
| |
| | |
we're flushing.
|
|/
|
|
| |
and remove some verbose logging
|
|
|
|
| |
This api allows to instantiate a renderer by specifying the hosting java Surface object. This hides the implementation details of (java-)Surface, (native-)Surface and friends.
|
|\
| |
| |
| |
| | |
* changes:
Add tests and misc fixes on keystore.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Refactor netkeystore.c to make client and server code testable.
* Add a client test for setting new passwd and changing passwd.
* Exclude "." and ".." from reset_keystore().
* Change ServerCommand.executeCommand() to accept variable length of
arguments and add convert() to marshalling the args to bytes.
* Keystore.java is revised accordingly.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
dumpstate: Switch back to running as non-root
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Now that we have straightened out the permissions on /data/dontpanic,
root is no longer necessary.
Change-Id: Ic895d712c2e929e4935707da321e1a2b015285c0
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
| |
| |
| |
| | |
MediaPlayer) if BUILD_WITH_FULL_STAGEFRIGHT define is set (to true).
|
|/ |
|
|
|
|
| |
enumeration API.
|
|\
| |
| |
| |
| | |
* changes:
Support encoding amr-wb content in stagefright.
|
| | |
|
|/
|
|
|
|
|
|
| |
+ Use '\0' as the delimiter.
+ Allow whitespace character for keystore password.
In previous implementation, we use space as the delimiter. That
will stop user from using passphrase with whitespace character.
|
|
|
|
| |
Signed-off-by: San Mehat <san@google.com>
|
|
|
|
| |
commandline app.
|
|\
| |
| |
| |
| | |
* changes:
Replace the bugreport symlink with a tool that starts the new dumpstate service.
|
| |
| |
| |
| |
| | |
Change-Id: I57acae2344a264751f38b910e1e2bc750a1f1d24
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Setting the component role appears to be mandatory now for all mime types.
|
| | |
| | |
| | |
| | | |
Also using CODEC_LOGV instead of vanilla LOGV to include the component name the message related to.
|
|\ \ \
| |/ /
| | /
| |/
|/| |
* changes:
Some work to make audio encoding work.
|
| | |
|
|/
|
|
|
|
|
|
| |
This will be used to allow running dumpstate as root from the init process
to enable gathering debugging information that requires root to access.
Change-Id: I5bb7e83071fad2b377e549058f318a5118194061
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|
|
|
| |
Signed-off-by: San Mehat <san@google.com>
|
|
|
|
| |
Change-Id: Ib9955b69b69db7d442402ab33e148cb40dec3d40
|
| |
|
| |
|