summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/aacenc/src
Commit message (Expand)AuthorAgeFilesLines
* Stagefright: Fix unused variablesAndreas Gampe2014-12-041-1/+1
* Stagefright: Fix unused variables, functions, valuesAndreas Gampe2014-11-259-90/+9
* Remove extraneous parenthesesBernhard Rosenkränzer2014-11-181-1/+1
* warnings be gone.Andreas Huber2014-02-117-9/+25
* aacenc: Mark some global arrays constMartin Storsjo2012-09-092-2/+2
* stagefright aacenc: Move system headers before local headersMartin Storsjo2012-06-111-1/+4
* stagefright aacenc: Add parentheses in expression with mixed && and ||Martin Storsjo2012-06-081-2/+2
* am 3557654c: am 66da3fdc: am 972efafb: am 6db6ea02: Merge changes I00c852e4,I...Conley Owens2012-03-091-2/+2
|\
| * Merge changes I00c852e4,Ib31bf028Conley Owens2012-03-091-2/+2
| |\
| | * stagefright aacenc: Avoid overflows when calculating normFactorMartin Storsjo2012-02-191-1/+1
| | * stagefright aacenc: Avoid a division by zeroMartin Storsjo2012-02-191-1/+1
* | | am 715c78b9: am 225eec8d: am f9d4ba77: am 69aae36e: Merge "stagefright aacenc...Jean-Baptiste Queru2012-03-011-0/+1
|\ \ \ | |/ /
| * | Merge "stagefright aacenc: Safeguard against overwriting bits"Jean-Baptiste Queru2012-02-291-0/+1
| |\ \
| | * | stagefright aacenc: Safeguard against overwriting bitsMartin Storsjo2012-01-311-0/+1
* | | | am 19bb6261: am bf826923: am faf38b24: am 9e3d9575: Merge "stagefright aacenc...Jean-Baptiste Queru2012-02-271-0/+6
|\ \ \ \ | |/ / /
| * | | Merge "stagefright aacenc: Add prototypes for arm specific implementations of...Jean-Baptiste Queru2012-02-271-0/+6
| |\ \ \
| | * | | stagefright aacenc: Add prototypes for arm specific implementations of functionsMartin Storsjo2012-02-241-0/+6
* | | | | am 2bf76b98: am 3e61e413: am 32901b39: am be9a7055: Merge "stagefright aacenc...Jean-Baptiste Queru2012-02-271-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge "stagefright aacenc: Remove a stray semicolon"Jean-Baptiste Queru2012-02-271-1/+1
| |\ \ \ \
| | * | | | stagefright aacenc: Remove a stray semicolonMartin Storsjo2012-02-241-1/+1
| | |/ / /
* | | | | am 5b299d2f: am 18643e70: am 6bc542e0: am 5aff259c: Merge "stagefright aacenc...Jean-Baptiste Queru2012-02-271-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge "stagefright aacenc: Don't address a Word32 with a Word16 pointer"Jean-Baptiste Queru2012-02-271-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | stagefright aacenc: Don't address a Word32 with a Word16 pointerMartin Storsjo2012-01-131-1/+1
* | | | | am ed7e1e83: am 47023027: am 26d9944e: am 6a300a54: Merge "stagefright aacenc...Jean-Baptiste Queru2012-02-241-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge "stagefright aacenc: Make the bits to write in WriteBits unsigned"Jean-Baptiste Queru2012-02-241-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | stagefright aacenc: Make the bits to write in WriteBits unsignedMartin Storsjo2012-01-131-1/+1
| | |/ /
* | | | am 15278119: am 61022b06: am 5f83b957: am bf45bbf3: Merge "stagefright aacenc...Jean-Baptiste Queru2012-02-241-0/+2
|\ \ \ \ | |/ / /
| * | | Merge "stagefright aacenc: Zero-initialize a struct"Jean-Baptiste Queru2012-02-241-0/+2
| |\ \ \
| | * | | stagefright aacenc: Zero-initialize a structMartin Storsjo2012-01-131-0/+2
| | |/ /
* | | | am 4de803c7: am 459df4ef: am e7650c32: am e5bdd24b: Merge "stagefright aacenc...Jean-Baptiste Queru2012-02-241-1/+1
|\ \ \ \ | |/ / /
| * | | Merge "stagefright aacenc: Avoid warnings about incompatible pointer types"Jean-Baptiste Queru2012-02-241-1/+1
| |\ \ \
| | * | | stagefright aacenc: Avoid warnings about incompatible pointer typesMartin Storsjo2012-01-301-1/+1
| | | |/ | | |/|
* | | | am 307f47aa: am 7e8b65df: am 7ffa4546: am 47b56c5a: Merge "stagefright aacenc...Jean-Baptiste Queru2012-02-245-8/+9
|\ \ \ \ | |/ / /
| * | | Merge "stagefright aacenc: Add const declarations to some pointers"Jean-Baptiste Queru2012-02-245-8/+9
| |\ \ \ | | |/ / | |/| |
| | * | stagefright aacenc: Add const declarations to some pointersMartin Storsjo2012-01-185-8/+9
| | |/
* | | Preserve NEON callee-save registers d8-d15.Ben Cheng2012-01-263-3/+30
|/ /
* | Merge "stagefright aacenc: Add missing newlines at the end of files"Jean-Baptiste Queru2012-01-249-9/+9
|\ \
| * | stagefright aacenc: Add missing newlines at the end of filesMartin Storsjo2012-01-139-9/+9
| |/
* | stagefright aacenc: Properly terminate a commentMartin Storsjo2012-01-131-1/+1
|/
* stagefright aacenc/amrwbenc: Remove trailing whitespaceMans Rullgard2012-01-1234-3499/+3499
* am e5143d6c: am a4aef41a: am a74774fd: am 4d8f6a38: Merge "stagefright aacenc...Conley Owens2011-07-181-1/+1
|\
| * Merge "stagefright aacenc: Mark codeWord as UWord16"Conley Owens2011-07-181-1/+1
| |\
| | * stagefright aacenc: Mark codeWord as UWord16Martin Storsjo2011-04-231-1/+1
* | | am d4dee1a5: am 29fd8cdb: am 80ef1745: am c06c3603: Merge "stagefright aacenc...Deckard Autoverifier2011-07-181-2/+7
|\ \ \ | |/ /
| * | Merge "stagefright aacenc: Make the mem_malloc function 64-bit safe"Deckard Autoverifier2011-07-181-2/+7
| |\ \ | | |/ | |/|
| | * stagefright aacenc: Make the mem_malloc function 64-bit safeMartin Storsjo2011-06-221-2/+7
| * | stagefright aacenc/amrwbenc: Remove trailing whitespaceMans Rullgard2011-04-2334-3499/+3499
| |/
| * stagefright aacenc/amrwbenc: Convert line breaks to Unix styleMans Rullgard2011-04-2334-4869/+4869
* | Convert line breaks to Unix styleMans Rullgard2011-05-2134-4869/+4869
|/
* Initial software encoder checkinsJames Dong2010-05-1935-0/+14646