summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avc/dec
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:Andreas Huber2010-11-221-5/+22
* Include the framework copy of the OpenMAX headers instead of referencing exte...Andreas Huber2010-10-151-1/+1
* 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
* 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
* Update software AVC decoder to no longer require the kWantsNALFragments hack.Andreas Huber2010-05-201-59/+88
* 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
* 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-1018-0/+10809