summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avc
Commit message (Expand)AuthorAgeFilesLines
...
* 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-4/+4
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-7/+7
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* 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-10/+10
* Remove PV AVC decoderJames Dong2011-07-1918-11184/+0
* Merge "Support profile and level query for SW video decoders"James Dong2011-07-141-0/+30
|\
| * Support profile and level query for SW video decodersJames Dong2011-07-111-0/+30
* | Remove old-style software decoders.Andreas Huber2011-07-132-623/+0
|/
* Return ERROR_END_OF_STREAM when the input source reaches eosJames Dong2011-06-291-1/+3
* Fix module tags on stagefright software decoders.Andreas Huber2011-05-161-1/+1
* Squashed commit of the following:Andreas Huber2011-05-113-13/+841
* Signal a runtime error if the AVCDecoder encounters an invalid frame.Andreas Huber2011-03-181-1/+2
* Fix missing AOSP copyright headers for a bunch of media framework filesJames Dong2011-03-171-0/+15
* If camera source uses the metadata, we must use HW encoderJames Dong2010-12-021-1/+1
* Squashed commit of the following:Andreas Huber2010-11-221-5/+22
* 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
* Include the framework copy of the OpenMAX headers instead of referencing exte...Andreas Huber2010-10-152-2/+2
* Squashed commit of the following:Andreas Huber2010-10-011-0/+1
* Make sure we drain the avc software decoder's output queue once we run out of...Andreas Huber2010-09-221-43/+53
* Sometimes the avc software decoder will signal that a frame is ready but then...Andreas Huber2010-09-161-4/+11
* 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
* Don't return a decoder error if the encoded stream does not start with SPS/PPS.Andreas Huber2010-08-041-130/+146
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-6/+52
* Fix simulator buildJames Dong2010-07-132-0/+4
* Initial checkin for software AVC encoderJames Dong2010-07-1323-0/+17812
* Update software AVC decoder to no longer require the kWantsNALFragments hack.Andreas Huber2010-05-201-59/+88
* For issue #2651381, allow library prelinking.Dan Bornstein2010-05-051-2/+0
* The AVC software decoder always aligns the decoded dimensions to 16 pixel bou...Andreas Huber2010-01-291-2/+4
* Make sure the OMX component is synchronously shutdown before we try to instan...Andreas Huber2010-01-291-0/+2
* Squashed commit of the following:Andreas Huber2010-01-121-1/+1
* Protect against possible temporary objects going away before we get at their ...Andreas Huber2010-01-051-1/+2
* Fix avc software decoder to properly handle SEI nalType and access unit delim...Andreas Huber2010-01-041-2/+8
* Attempt to fix the simulator build by including stdlib.h for NULL.Andreas Huber2009-12-171-0/+2
* The software AVCDecoder now properly seeks as requested.Andreas Huber2009-12-141-2/+35
* Propagate duration from input to output only if available, support multiple f...Andreas Huber2009-12-111-0/+5
* Removing an unused header file and a stale forward declaration. Also handling...Andreas Huber2009-12-112-43/+7
* Initial checkin of software AVC video decoder based on PV source code.Andreas Huber2009-12-1030-0/+16274