summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avc/enc/src
Commit message (Expand)AuthorAgeFilesLines
* Stagefright: Remove unused variables and filesAndreas Gampe2016-03-221-13/+0
* Fix build with clang in C++11 modeBernhard Rosenkränzer2014-11-271-1/+1
* Stagefright: Fix unused variables, functions, valuesAndreas Gampe2014-11-252-3/+1
* Remove check for an impossible conditionBernhard Rosenkraenzer2014-10-041-4/+0
* avcenc: Only do startcode escaping if the next byte requires itMartin Storsjo2014-02-111-6/+9
* avcenc: Update a comment about the inline assemblyMartin Storsjo2012-08-213-6/+3
* avcenc: Fix the gcc inline assembly constraintsMartin Storsjo2012-08-203-17/+17
* avcenc: Properly indent assembly blocksMartin Storsjo2012-08-203-18/+108
* Merge "avcenc: Clarify the ifdefs surrounding inline assembly"Jean-Baptiste Queru2012-08-163-3/+12
|\
| * avcenc: Clarify the ifdefs surrounding inline assemblyMartin Storsjo2012-07-103-3/+12
* | Merge "avcenc: Remove redundant zero-initialization of allocated memory"Jean-Baptiste Queru2012-08-082-10/+0
|\ \
| * | avcenc: Remove redundant zero-initialization of allocated memoryMartin Storsjo2012-07-122-10/+0
* | | Merge "avcenc: Remove useless casts"Jean-Baptiste Queru2012-08-081-2/+2
|\ \ \
| * | | avcenc: Remove useless castsMartin Storsjo2012-07-101-2/+2
| |/ /
* | | Merge "avcenc: Fix indentation"Jean-Baptiste Queru2012-08-081-2/+2
|\ \ \ | |/ / |/| |
| * | avcenc: Fix indentationMartin Storsjo2012-07-101-2/+2
| |/
* | avcenc: Switch malloc/free callbacks to use pointers instead of intsMartin Storsjo2012-07-104-23/+23
|/
* stagefright avcenc: Use intptr_t for casting pointers to integersMartin Storsjo2012-05-213-9/+9
* stagefright avcenc: Switch tmp variables to use the right type, to avoid castingMartin Storsjo2012-05-211-50/+46
* Fix simulator buildJames Dong2010-07-131-0/+3
* Initial checkin for software AVC encoderJames Dong2010-07-1321-0/+17286