summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/foundation
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/fra...Steve Kondik2015-12-071-0/+10
|\
| * ALooper::awaitResponse gets reply and returns immediately if the looper is st...Ronghua Wu2015-11-021-16/+4
| * Allow ALooper::awaitResponse to return immediately if the looper is stopped.Ronghua Wu2015-10-221-2/+24
* | Fix benign unsigned integer overflowVishwath Mohan2015-11-051-2/+2
* | Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-051-3/+25
|\ \ | |/
| * stagefright: fix AMessage::FromParcelFlanker2015-09-241-3/+25
| * DO NOT MERGE Avoid size_t overflow in base64 decoding once againWonsik Kim2015-09-181-3/+8
| * am 3c4216e5: am 2fa6a5ad: am 4d27a468: am 92efd0c5: am b5611b84: Merge "Rever...Wonsik Kim2015-09-161-8/+3
| |\
| | * am 2fa6a5ad: am 4d27a468: am 92efd0c5: am b5611b84: Merge "Revert "Avoid size...Wonsik Kim2015-09-161-8/+3
| | |\
| | | * am 92efd0c5: am b5611b84: Merge "Revert "Avoid size_t overflow in base64 deco...Wonsik Kim2015-09-161-8/+3
| | | |\
| | | | * Revert "Avoid size_t overflow in base64 decoding once again"Wonsik Kim2015-09-111-8/+3
| | * | | am c259acce: am f7c40163: am 5f5fc26c: am 322e2dc5: Merge "Avoid size_t overf...Wonsik Kim2015-09-161-3/+8
| | |\ \ \ | | | |/ /
| | | * | am 5f5fc26c: am 322e2dc5: Merge "Avoid size_t overflow in base64 decoding onc...Wonsik Kim2015-09-161-3/+8
| | | |\ \ | | | | |/
| | | | * Avoid size_t overflow in base64 decoding once againWonsik Kim2015-09-091-3/+8
| | * | | am 228c3de3: am ccc02053: am ef2c6e04: am 45e493e4: Merge "Merge commit \'5a2...Wei Jia2015-08-201-3/+8
| | |\ \ \ | | | |/ /
| | | * | am ef2c6e04: am 45e493e4: Merge "Merge commit \'5a289b87\' into HEAD" into lm...Wei Jia2015-08-181-3/+8
| | | |\ \ | | | | |/
| | | | * Merge commit '5a289b87' into HEADWei Jia2015-08-171-3/+8
| | | | |\
| | | | | * ABuffer: reset members when memory allocation fails.Wei Jia2015-08-141-4/+9
| * | | | | Avoid size_t overflow in base64 decoding once againWonsik Kim2015-09-071-3/+8
* | | | | | Merge tag 'android-6.0.0_r5' into HEADRicardo Cerqueira2015-11-031-3/+8
|\ \ \ \ \ \
| * | | | | | DO NOT MERGE Avoid size_t overflow in base64 decoding once againWonsik Kim2015-09-281-3/+8
| |/ / / / /
* | | | | | Stagefright: Add Checks for allocationsSathishKumar Mani2015-10-061-7/+3
|/ / / / /
* | | | | stagefright: disable automatic experimentsLajos Molnar2015-07-291-1/+21
* | | | | ABuffer: reset members when memory allocation fails.Wei Jia2015-07-201-3/+11
* | | | | stagefright: allow controlling experiments from propertyLajos Molnar2015-07-101-12/+26
* | | | | don't trigger an integer underflow when decrementing.Nick Kralevich2015-06-132-2/+4
* | | | | stagefright: enable experimentsLajos Molnar2015-05-071-0/+39
* | | | | stagefright: make more warnings errorsLajos Molnar2015-04-171-1/+1
* | | | | stagefright: warnings be gone, some are now errors, use clangLajos Molnar2015-04-171-0/+1
* | | | | stagefright: don't use ALooperRoster mutex for reply handlingLajos Molnar2015-03-103-43/+74
* | | | | stagefright: remove AMessage methods using id()Lajos Molnar2015-03-052-28/+0
* | | | | stagefright: use handler instead of handler-id in AMessageLajos Molnar2015-03-054-93/+82
|/ / / /
* | | | am a963dacc: am 64753517: Merge "Add dumpsys info"Marco Nelissen2015-02-181-0/+82
|\ \ \ \
| * | | | Add dumpsys infoMarco Nelissen2015-02-181-0/+82
* | | | | Track change of IInterface::asBinder from instance method to static methodBrian Carlstrom2015-02-091-1/+1
* | | | | am 4fc5d758: am 0c11f31b: Merge "nuplayer: acquire wakelock during offload pa...Lajos Molnar2015-02-102-1/+112
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | nuplayer: acquire wakelock during offload pause timeoutWeiyin Jiang2015-02-062-1/+112
* | | | | am 6a025acb: am ec0472ba: Merge "Move AString\'s StringPrintf out of the way."Elliott Hughes2015-02-043-19/+19
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Move AString's StringPrintf out of the way.Elliott Hughes2015-02-043-19/+19
| |/ /
* | | stagefright: add runtime debug supportLajos Molnar2014-11-123-0/+197
|/ /
* | NuPlayer: Fix decoder error handlingAndy Hung2014-09-241-1/+1
* | MediaBuffer: ABuffer will release MediaBuffer when it's destructed.Wei Jia2014-09-191-2/+21
* | stagefright: don't use AAtomizer in AMessageLajos Molnar2014-09-101-30/+93
* | Move stale handler cleanup to constructorMarco Nelissen2014-08-281-4/+4
* | Fix more potential deadlocks in ALooperRosterMarco Nelissen2014-08-281-29/+12
* | Fix potential deadlock in unregisterStaleHandlers()Marco Nelissen2014-08-271-7/+19
* | libstagefright: foundation: Add syntactic sugar to the cast.Sasha Levitskiy2014-08-081-1/+1
* | libstagefright_foundation: fix buildColin Cross2014-08-071-1/+1
* | stagefright: add AString parceling, and equal/compareIgnoreCaseLajos Molnar2014-08-071-0/+24
* | stagefright: add ABuffer.CreateAsCopyLajos Molnar2014-07-251-0/+8