summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/m4v_h263/enc/M4vH263Encoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed software video encoders that are not OMX-based.James Dong2012-04-301-487/+0
* 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
* 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
* Progress status notificationJames Dong2010-07-201-1/+0
* Initial check-in for software m4v_h263 encoderJames Dong2010-07-151-0/+359