summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/m4v_h263
Commit message (Expand)AuthorAgeFilesLines
* 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-134-0/+380
* Don't attempt to support content the software MPEG4 decoder clearly wasn'tAndreas Huber2012-05-101-1/+1
* Fix both H.263 and MPEG4 decoders.Andreas Huber2012-05-081-5/+3
* 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-282-3/+3
* Switched to use the header files in /frameworks/nativeJames Dong2012-03-122-4/+4
* resolved conflicts for merge of 532679a5 to masterDirk Dougherty2012-03-071-1/+1
|\
| * am 4d7bc655: Doc change: String changes for Android MarketDirk Dougherty2012-03-051-1/+1
| |\
| | * Doc change: String changes for Android MarketDirk Dougherty2012-03-051-1/+1
| * | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)Steve Block2012-01-192-16/+16
| * | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)Steve Block2012-01-192-4/+4
| * | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)Steve Block2012-01-191-1/+1
| * | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)Steve Block2012-01-192-9/+9
| |/
* | 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-082-16/+16
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-062-4/+4
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* | am 2dff5cdc: am b42aea5b: Merge "Don\'t believe the PV decoder\'s lies..." in...Andreas Huber2011-11-101-1/+6
|\ \ | |/
| * Don't believe the PV decoder's lies...Andreas Huber2011-11-091-1/+6
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-262-9/+9
|/
* Merge "Support profile and level query for SW video decoders"James Dong2011-07-141-0/+53
|\
| * Support profile and level query for SW video decodersJames Dong2011-07-111-0/+53
* | Remove old-style software decoders.Andreas Huber2011-07-132-305/+0
|/
* Return ERROR_END_OF_STREAM when the input source reaches eosJames Dong2011-06-291-3/+6
* Make sure the software mpeg4 decoder supports multiple input frames per input...Andreas Huber2011-05-241-8/+19
* Fix module tags on stagefright software decoders.Andreas Huber2011-05-161-1/+1
* Squashed commit of the following:Andreas Huber2011-05-113-0/+646
* Support non-multiple-of-16 dimensions in MPEG4/H.263 software decoderAndreas Huber2011-01-243-8/+24
* Return a runtime error instead of asserting if the M4vH263Decoder fails in st...Andreas Huber2011-01-101-1/+4
* 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-152-2/+2
* 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
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-7/+45
* 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
* Better handling of codec initialization failure in the player and thumbnail e...Andreas Huber2010-05-201-2/+9
* Protect against possible temporary objects going away before we get at their ...Andreas Huber2010-01-051-2/+3
* Fix mpeg4/h.263 software decoder.Andreas Huber2010-01-041-17/+61
* Attempt to fix simular build break.James Dong2009-12-192-1/+2
* Fix a memory corruption problem in software M4v/H263 decoder due to out-of-sc...James Dong2009-12-181-7/+11
* Initial checkins of the mpeg4 and h263 software decoders based on PVJames Dong2009-12-1752-0/+21686