| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| | |
Merge commit '5647eebc3aeef6e644b8c7587a36206d8f0d6314'
* commit '5647eebc3aeef6e644b8c7587a36206d8f0d6314':
Revive support for video encoding in OMXCodec.
|
| | | |
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'd919aa74927fcabd18a9ea14a57f44240aecc7af'
* commit 'd919aa74927fcabd18a9ea14a57f44240aecc7af':
Moving the individual extractor headers files to the private include directory.
|
| | | |
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '1705d87b7e576bcd3bdc670411511376b4e245c5'
* commit '1705d87b7e576bcd3bdc670411511376b4e245c5':
A few more testcases for the vendor to reproduce issues with their decoder. Not part of the shipping image.
|
| | |\ |
|
| | | |
| | |
| | |
| | | |
Not part of the shipping image.
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '4b9dbdfa1805cfb5be1eca2d26ca18a01724839a'
* commit '4b9dbdfa1805cfb5be1eca2d26ca18a01724839a':
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.
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
output format by returning a special result/error code.
Merge commit '9550e2892f88194c9abbb85616bb55db67231d6e'
* commit '9550e2892f88194c9abbb85616bb55db67231d6e':
OMXCodec now notifies the reader of changes in the output format by returning a special result/error code.
|
| | | |
| | |
| | |
| | | |
returning a special result/error code.
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit 'c55bb59e542368500937d6737ce2ea2d3524d6d7'
* commit 'c55bb59e542368500937d6737ce2ea2d3524d6d7':
Change to a int64_t usecs representation for timestamps and duration throughout stagefright.
|
| | |/
| |
| |
| | |
throughout stagefright.
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
ssh://android-git.corp.google.com:29418/platform/frameworks/base into eclair-mr2-plus-aosp
Merge commit '94f3a36326ddecaa09787d795451b0a229fe111c'
* commit '94f3a36326ddecaa09787d795451b0a229fe111c':
Remove STOPSHIP BT logging.
BT API security audit: fix a couple of permission mistakes.
Fix issue #2175693: Add vmallocinfo to dumpstate
add a way to easily catch and log GL errors (compile time flag)
GPS: Fix problem with SUPL when SUPL APN is already active.
Import revised translations. DO NOT MERGE
Fix issue 2174002: After rejecting Call when device ringtone is mute and playing music, audio is not transfered to BT device.
Import revised translations. DO NOT MERGE
|
| | |
| |
| |
| | |
Change-Id: I88c6e2679919e56f581fcf79dbe683393dd8ce27
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
ssh://android-git.corp.google.com:29418/platform/frameworks/base into eclair-mr2-plus-aosp
Merge commit '3c5600ecccd38d8fb6d39330f31fe91b5f99481b'
* commit '3c5600ecccd38d8fb6d39330f31fe91b5f99481b':
dumpstate: 'RAMCONSOLE' -> 'LAST KMSG'
Only dismiss search dialog after launching intent.
|
| | |
| |
| |
| | |
Signed-off-by: San Mehat <san@google.com>
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '2d0dee0e6ccebced9eac11dec24fbb66a1a40b2b'
* commit '2d0dee0e6ccebced9eac11dec24fbb66a1a40b2b':
dumpstate: Emit a logcat message at beginning and end of execution.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
trying to return result during a non-ordered broadcast
Merge commit '4bc6158d6bdeff796cfd61d489c01db0d203534c'
* commit '4bc6158d6bdeff796cfd61d489c01db0d203534c':
Fix issue #2166755: BroadcastReceiver trying to return result during a non-ordered broadcast
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
output.
Merge commit 'e04611471133650731bcd06229dfd38f3fcdc889'
* commit 'e04611471133650731bcd06229dfd38f3fcdc889':
dumpstate: Add backlight information to bugreport output.
|
| | |
| |
| |
| |
| |
| |
| | |
To help diagnose bugs b/2164183 and b/2164647
Change-Id: Ie80c3b205c231c485d8a24e68b0a9c5e025da479
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '21ee78b372ac38f7844b1877192513ca0388fc82'
* commit '21ee78b372ac38f7844b1877192513ca0388fc82':
dumpstate: Display mtime instead of ctime
|
| | |
| |
| |
| | |
Signed-off-by: San Mehat <san@google.com>
|
| |/
|
|
|
|
| |
executables have calls to some shared libraries without explicitly linking
them. Currently it works as linker links these libraries via dependencies of
other libraries. This is fragile and not the right thing to do.
|
| | |
|
| |
|
|
|
|
| |
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.
|