summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Fix AAC recording issueMarco Nelissen2014-12-101-1/+2
* Fix print format mismatches.Chih-Hung Hsieh2014-12-092-3/+3
* Merge "Fix build with clang in C++11 mode"Lajos Molnar2014-12-0936-97/+97
|\
| * Fix build with clang in C++11 modeBernhard Rosenkränzer2014-11-2736-97/+97
* | Merge "Cast int64_t values to long long before print."Lajos Molnar2014-12-091-2/+2
|\ \
| * | Cast int64_t values to long long before print.Bernhard Rosenkränzer2014-12-041-2/+2
* | | Stagefright: Fix unused variablesAndreas Gampe2014-12-042-4/+1
|/ /
* | Merge "libstagefright: defer kWhatSetParameters in OutputPortSettingsChangedS...Lajos Molnar2014-12-041-0/+1
|\ \
| * | libstagefright: defer kWhatSetParameters in OutputPortSettingsChangedStatePer Persson2014-12-041-0/+1
* | | Merge "Added support for YEAR metadata key from VorbisComments"Glenn Kasten2014-12-011-0/+1
|\ \ \ | |_|/ |/| |
| * | Added support for YEAR metadata key from VorbisCommentsAndreas Lillvik2014-11-111-0/+1
| |/
* | Merge "Stagefright: Fix unused variables, functions, values"Andreas Gampe2014-11-2643-241/+95
|\ \
| * | Stagefright: Fix unused variables, functions, valuesAndreas Gampe2014-11-2543-241/+95
* | | Merge "Fix overload of SoftVideoDecoderOMXComponent::updatePortDefinitions"Chih-hung Hsieh2014-11-252-3/+3
|\ \ \
| * | | Fix overload of SoftVideoDecoderOMXComponent::updatePortDefinitionsBernhard Rosenkränzer2014-11-202-3/+3
* | | | Remove deprecated register keywordBernhard Rosenkränzer2014-11-251-1/+1
* | | | Merge "Remove bogus forward declarations"Chih-hung Hsieh2014-11-242-4/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove bogus forward declarationsBernhard Rosenkränzer2014-11-202-4/+0
| |/ /
* | | Stagefright: Fix default typoAndreas Gampe2014-11-241-2/+2
* | | Merge "Remove check for an impossible condition"Chih-hung Hsieh2014-11-241-4/+0
|\ \ \
| * | | Remove check for an impossible conditionBernhard Rosenkraenzer2014-10-041-4/+0
* | | | Merge "C++11 compatibility."Dan Albert2014-11-201-4/+4
|\ \ \ \
| * | | | C++11 compatibility.Dan Albert2014-11-201-4/+4
| | |/ / | |/| |
* | | | Remove extraneous parenthesesBernhard Rosenkränzer2014-11-201-1/+1
|/ / /
* | | Merge "Remove extraneous parentheses"Chih-hung Hsieh2014-11-182-2/+2
|\ \ \
| * | | Remove extraneous parenthesesBernhard Rosenkränzer2014-11-182-2/+2
* | | | Fix uninitialized variableBernhard Rosenkränzer2014-11-181-1/+1
|/ / /
* | | Fix struct vs. class mismatchesBernhard Rosenkränzer2014-11-179-11/+11
* | | Update calls to IInterface::asBinder()Marco Nelissen2014-11-175-11/+11
* | | libstagefright: use __predict_false from bionic rather than CONDITION from lo...Mark Salyzyn2014-11-111-1/+1
| |/ |/|
* | Remove the executable bit from source filesMartin Storsjo2014-11-0791-0/+0
* | am 8a8f2fdc: am 589a89f5: Merge "Add -no-integrated-as at local level."Chih-Hung Hsieh2014-10-161-0/+2
|\ \
| * \ am 589a89f5: Merge "Add -no-integrated-as at local level."Chih-Hung Hsieh2014-10-161-0/+2
| |\ \
| | * | Add -no-integrated-as at local level.Chih-Hung Hsieh2014-10-161-0/+2
* | | | am c40da54b: Merge "Fix freed memory references" into lmp-devLajos Molnar2014-10-161-3/+8
|\ \ \ \
| * \ \ \ Merge "Fix freed memory references" into lmp-devLajos Molnar2014-10-161-3/+8
| |\ \ \ \
| | * | | | Fix freed memory referencesMarco Nelissen2014-10-161-3/+8
* | | | | | am 447898bc: Merge "ACodec: only check crop rect on output port" into lmp-devLajos Molnar2014-10-141-2/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge "ACodec: only check crop rect on output port" into lmp-devLajos Molnar2014-10-141-2/+10
| |\ \ \ \ \
| | * | | | | ACodec: only check crop rect on output portLajos Molnar2014-10-071-2/+10
* | | | | | | resolved conflicts for merge of 2edda09a to lmp-dev-plus-aospLajos Molnar2014-10-1410-362/+454
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | stagefright: fix surface input handling of software encodersLajos Molnar2014-10-1310-349/+456
* | | | | | | am 512e9792: stagefright: support passing GraphicBuffer in metadata bufferLajos Molnar2014-10-144-21/+75
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | stagefright: support passing GraphicBuffer in metadata bufferLajos Molnar2014-10-134-21/+75
* | | | | | | am 801a3ff8: Merge "handle case OMX_AUDIO_CodingG711 in ACodec::getPortFormat...Chong Zhang2014-10-132-1/+34
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge "handle case OMX_AUDIO_CodingG711 in ACodec::getPortFormat" into lmp-devChong Zhang2014-10-132-1/+34
| |\ \ \ \ \ \
| | * | | | | | handle case OMX_AUDIO_CodingG711 in ACodec::getPortFormatChong Zhang2014-10-132-1/+34
| | | |/ / / / | | |/| | | |
* | | | | | | am 7225187b: Merge "ACodec: process deferred messages when entering Loaded st...Wei Jia2014-10-131-0/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge "ACodec: process deferred messages when entering Loaded state." into lm...Wei Jia2014-10-131-0/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | ACodec: process deferred messages when entering Loaded state.Wei Jia2014-10-101-0/+2