summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/m4v_h263/enc
Commit message (Collapse)AuthorAgeFilesLines
* If camera source uses the metadata, we must use HW encoderJames Dong2010-12-021-1/+1
| | | | | | | | Software video encoders are not able to deal with non-YUV metadata in the video buffer sent from camera bug - 3242213 Change-Id: I97361ed88b2a687190e5129459011afff7f32c2d
* Separate the key for audio sampling rate and video frame rate in MetaData.hJames Dong2010-11-111-2/+2
| | | | Change-Id: Ia33befaa7e6df8762703002d01aa79c04f15f040
* Fix missing breaks in the profile/level conversion code in M4vH263 encoderJames Dong2010-11-091-1/+6
| | | | Change-Id: Icd2cac68ffb0f38acb68b2968bbb36210431482d
* Added profile and level translation in SW video encodersJames Dong2010-10-271-3/+106
| | | | Change-Id: I6b9c33c7e4b497f3dc61b2a0dcf4e65727f9bcdd
* Include the framework copy of the OpenMAX headers instead of referencing ↵Andreas Huber2010-10-151-1/+1
| | | | | | | external/opencore. Change-Id: I762f59acf5e1f770e4d7c2d89af362bfffebefa6 related-to-bug: 3101573
* Mainly fix two mistakes that I made:James Dong2010-08-121-2/+1
| | | | | | | | | 1. When the ERROR_END_OF_STREAM is returned from read, the input buffer is not initialized release it would lead to crash 2. The mPrevTimestampUs is not initialized and thus fail in the CHECK(mPrevTimestampUs, timeUs) Change-Id: Id1e51575fb8b3ca48e80547efd3a3a82dfac773b
* Don't send late frames to software encoders for encodingJames Dong2010-08-121-2/+11
| | | | | | o Document on what frames will be rejected and what frames will be accepted Change-Id: I5a5d489ad3d2b50dbb40a0f6e01529312ce81c54
* Add input buffer size check for software video encodersJames Dong2010-08-101-0/+10
| | | | Change-Id: I03953a1245060ed6656a965e1a8a61386126c441
* Merge "Progress status notification" into gingerbreadJames Dong2010-07-201-1/+0
|\
| * Progress status notificationJames Dong2010-07-201-1/+0
| | | | | | | | | | | | - Keep track of per-track progress Change-Id: Ibd36f0e8c78581928c8aa2f5e23c5e7e0615c2cc
* | Fix simulator build (1st attempt)James Dong2010-07-181-0/+1
|/ | | | Change-Id: I65a824c17929170b7b2bc75a13e756e92d8fe50a
* Initial check-in for software m4v_h263 encoderJames Dong2010-07-1537-0/+26272
Change-Id: I4b49fa5c3a5e6e21cfd2419441d98dd784046367