summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avc/enc
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcenc: Remove a leftover defineMartin Storsjo2012-08-171-1/+0
* Merge "avcenc: Clarify the ifdefs surrounding inline assembly"Jean-Baptiste Queru2012-08-164-4/+12
|\
| * avcenc: Clarify the ifdefs surrounding inline assemblyMartin Storsjo2012-07-104-4/+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: Initialize all memory allocated by the CBAVC_Malloc callback f...Jean-Baptiste Queru2012-08-081-1/+4
|\ \ \ | |/ /
| * | avcenc: Initialize all memory allocated by the CBAVC_Malloc callback functionMartin Storsjo2012-07-121-1/+4
* | | 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-105-27/+27
|/
* am e20435de: Merge "Add NOTICE and MODULE_LICENSE_APACH2 to libs build under ...James Dong2012-06-132-0/+190
|\
| * Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-132-0/+190
* | 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
|/
* Removed software video encoders that are not OMX-based.James Dong2012-04-302-621/+0
* Software AVC encoder is now OMX-basedJames Dong2012-04-243-0/+1036
* AV Android make files changesJames Dong2012-03-281-1/+1
* Switched to use the header files in /frameworks/nativeJames Dong2012-03-121-2/+2
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-4/+4
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-7/+7
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-10/+10
* Return ERROR_END_OF_STREAM when the input source reaches eosJames Dong2011-06-291-1/+3
* If camera source uses the metadata, we must use HW encoderJames Dong2010-12-021-1/+1
* Separate the key for audio sampling rate and video frame rate in MetaData.hJames Dong2010-11-111-2/+2
* Added profile and level translation in SW video encodersJames Dong2010-10-271-2/+82
* Include the framework copy of the OpenMAX headers instead of referencing exte...Andreas Huber2010-10-151-1/+1
* Only add 4 bytes offset for the output media buffer when SPS is not received ...James Dong2010-08-191-5/+10
* Mainly fix two mistakes that I made:James Dong2010-08-121-0/+1
* Fix software avc encoder crash at EOS.Andreas Huber2010-08-121-2/+0
* Don't send late frames to software encoders for encodingJames Dong2010-08-121-0/+16
* Add input buffer size check for software video encodersJames Dong2010-08-101-0/+10
* Only check the codec specific data when the output buffer contains kKeyIsCode...James Dong2010-08-101-7/+22
* Fix simulator buildJames Dong2010-07-132-0/+4
* Initial checkin for software AVC encoderJames Dong2010-07-1323-0/+17812