summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/aacenc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | stagefright aacenc: Add prototypes for arm specific implementations of functionsMartin Storsjo2012-02-241-0/+6
* | | | | | am 18a64b74: am a887ff9a: am 4f74be57: am 1a864db7: Merge "stagefright aacenc...Jean-Baptiste Queru2012-02-271-3/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge "stagefright aacenc: Simplify the definition of __inline"Jean-Baptiste Queru2012-02-271-3/+1
| |\ \ \ \ \
| | * | | | | stagefright aacenc: Simplify the definition of __inlineMartin Storsjo2012-01-131-3/+1
* | | | | | | 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-242-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge "stagefright aacenc: Make the bits to write in WriteBits unsigned"Jean-Baptiste Queru2012-02-242-2/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | stagefright aacenc: Make the bits to write in WriteBits unsignedMartin Storsjo2012-01-132-2/+2
| | |/ / /
* | | | | am 70450553: am 14c6e272: am 2accfc11: am d6a25154: Merge "stagefright aacenc...Jean-Baptiste Queru2012-02-241-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge "stagefright aacenc: Fix an inline asm constraint"Jean-Baptiste Queru2012-02-241-1/+1
| |\ \ \ \
| | * | | | stagefright aacenc: Fix an inline asm constraintMartin 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-242-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge "stagefright aacenc: Avoid warnings about incompatible pointer types"Jean-Baptiste Queru2012-02-242-2/+2
| |\ \ \ \
| | * | | | stagefright aacenc: Avoid warnings about incompatible pointer typesMartin Storsjo2012-01-302-2/+2
| | | |_|/ | | |/| |
* | | | | am 307f47aa: am 7e8b65df: am 7ffa4546: am 47b56c5a: Merge "stagefright aacenc...Jean-Baptiste Queru2012-02-246-10/+11
|\ \ \ \ \ | |/ / / /
| * | | | Merge "stagefright aacenc: Add const declarations to some pointers"Jean-Baptiste Queru2012-02-246-10/+11
| |\ \ \ \
| | * | | | stagefright aacenc: Add const declarations to some pointersMartin Storsjo2012-01-186-10/+11
| | | |/ / | | |/| |
* | | | | am 5c2f1220: am 901b8bb0: am aa86aa60: am 1b704610: Merge "stagefright aacenc...Jean-Baptiste Queru2012-02-241-78/+61
|\ \ \ \ \ | |/ / / /
| * | | | Merge "stagefright aacenc: Fix inline asm"Jean-Baptiste Queru2012-02-241-78/+61
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | stagefright aacenc: Fix inline asmMans Rullgard2012-01-131-78/+61
* | | | | am 0c96e869: am 41087f79: am d7ab4e0c: am bf1e85bf: Merge "stagefright aacenc...Jean-Baptiste Queru2012-02-241-15/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merge "stagefright aacenc: Fix inline asm constraints"Jean-Baptiste Queru2012-02-241-15/+15
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | stagefright aacenc: Fix inline asm constraintsMans Rullgard2012-01-131-15/+15
| | |/
* | | Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-7/+7
* | | Merge "The software AAC encoder is now an OMX component."Andreas Huber2012-01-263-0/+668
|\ \ \
| * | | The software AAC encoder is now an OMX component.Andreas Huber2012-01-263-0/+668
| |/ /
* | | Preserve NEON callee-save registers d8-d15.Ben Cheng2012-01-263-3/+30
|/ /
* | Merge "stagefright aacenc: Fix type definitions for 64 bit platforms"Jean-Baptiste Queru2012-01-251-3/+3
|\ \
| * | stagefright aacenc: Fix type definitions for 64 bit platformsMartin Storsjo2012-01-131-3/+3
| |/
* | Merge "stagefright aacenc: Add missing newlines at the end of files"Jean-Baptiste Queru2012-01-2413-13/+13
|\ \
| * | stagefright aacenc: Add missing newlines at the end of filesMartin Storsjo2012-01-1313-13/+13
| |/
* | Merge "stagefright aacenc: Properly terminate a comment"Jean-Baptiste Queru2012-01-241-1/+1
|\ \
| * | stagefright aacenc: Properly terminate a commentMartin Storsjo2012-01-131-1/+1
| |/
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)Steve Block2012-01-191-7/+7
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)Steve Block2012-01-191-2/+2
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)Steve Block2012-01-191-1/+1
|/
* stagefright aacenc/amrwbenc: Remove trailing whitespaceMans Rullgard2012-01-1257-3729/+3729
* am e5143d6c: am a4aef41a: am a74774fd: am 4d8f6a38: Merge "stagefright aacenc...Conley Owens2011-07-181-1/+1
|\
| * am a4aef41a: am a74774fd: am 4d8f6a38: Merge "stagefright aacenc: Mark codeWo...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
|\ \ \ \ | |/ / /