summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avc/enc/AVCEncoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Initial checkin for software AVC encoderJames Dong2010-07-131-0/+492