summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/m4v_h263/enc
Commit message (Expand)AuthorAgeFilesLines
* m4v_h263_enc: Use uint32_t for ULongAshok Bhat2014-07-024-7/+7
* libstagefright: fix 64-bit warningsColin Cross2014-04-141-1/+3
* warnings be gone.Andreas Huber2014-04-111-1/+1
* 64-bit: Correction to OMX_U32 and OMX_S32Glenn Kasten2014-04-021-2/+2
* Make frameworks/av 64-bit compatibleKévin PETIT2014-02-114-10/+10
* am 3030f344: Merge "Fixed the wrong timestamps issue about camera recording"Marco Nelissen2013-04-221-1/+1
|\
| * Fixed the wrong timestamps issue about camera recordingJun Tian2013-04-221-1/+1
* | Add liblogYing Wang2013-04-091-0/+1
|/
* Codecs: Add MetaDataMode support to software video encoders.Eino-Ville Talvala2012-07-243-8/+124
* Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-132-0/+190
* Removed software video encoders that are not OMX-based.James Dong2012-04-302-489/+0
* Software MPEG4/H263 video encoder is now OMX-basedJames Dong2012-04-253-0/+831
* 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-3/+3
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-14/+14
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-3/+3
* 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-8/+8
* Return ERROR_END_OF_STREAM when the input source reaches eosJames Dong2011-06-291-3/+6
* 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
* Fix missing breaks in the profile/level conversion code in M4vH263 encoderJames Dong2010-11-091-1/+6
* Added profile and level translation in SW video encodersJames Dong2010-10-271-3/+106
* Include the framework copy of the OpenMAX headers instead of referencing exte...Andreas Huber2010-10-151-1/+1
* Mainly fix two mistakes that I made:James Dong2010-08-121-2/+1
* Don't send late frames to software encoders for encodingJames Dong2010-08-121-2/+11
* Add input buffer size check for software video encodersJames Dong2010-08-101-0/+10
* Merge "Progress status notification" into gingerbreadJames Dong2010-07-201-1/+0
|\
| * Progress status notificationJames Dong2010-07-201-1/+0
* | Fix simulator build (1st attempt)James Dong2010-07-181-0/+1
|/
* Initial check-in for software m4v_h263 encoderJames Dong2010-07-1537-0/+26272