summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avc
Commit message (Expand)AuthorAgeFilesLines
* 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