summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/avc_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* process all SEI messages for CC extractionChong Zhang2015-02-121-0/+5
| | | | | bug: 19297083 Change-Id: I5b89e35cc2bd5fb2f332872941e7978f15a6f403
* Fix struct vs. class mismatchesBernhard Rosenkränzer2014-11-171-2/+2
| | | | | | | | | | Fix something being declared a struct and forward-declared a class and vice versa. gcc doesn't care, clang complains about the mismatch. Change-Id: I7a7a8e9040e3c86fa1d73eb112631ea140861657 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
* Respect sample aspect ratio in NuPlayer.Andreas Huber2012-12-051-1/+4
| | | | | related-to-bug: 7569402 Change-Id: I302de95d83b180bd2dc72ddd0c69a665dbce2527
* In order to recover from video lagging behind audio, drop avc framesAndreas Huber2011-09-161-0/+1
| | | | | | that are not referenced by other frames before feeding them into the decoder. Change-Id: I822190af8f8329567bff8da1ea23136d0a765481
* Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams.Andreas Huber2011-05-251-0/+10
| | | | Change-Id: I9d2ee63495f161e30daba7c3aab16cb9d8ced6a5
* Remove RefBase.h dependency on TextOutput.hMathias Agopian2011-02-221-0/+1
| | | | Change-Id: I72cd6b98ef82b4868fe1c8ec87862cf43fb4ee73
* Add AAC extractorGloria Wang2011-02-151-0/+4
| | | | Change-Id: Iedb08525ac72e65ba98e5c791734da0720a0e3f6
* Refactor h.264 profile/level support into avc_utils.Andreas Huber2010-11-151-0/+13
| | | | | Change-Id: Idb33636dc723aa79ea0122dc3582109ada4b1358 related-to-bug: 2368598
* Refactor some more h.264 utility code out into avc_utils. Work around a ↵Andreas Huber2010-10-081-0/+10
| | | | | | hardware decoder issue by making sure the first access unit submitted to a decoder at startup or after seek is an IDR. Change-Id: I61936601e55df7e4c23a8c13087579a4f85bd6e6
* Squashed commit of the following:Andreas Huber2010-10-011-0/+4
| | | | | | | | | | | | | | | | | | | | | commit 46744c7697f29aec71aed8de3c95ce035c284d97 Author: Andreas Huber <andih@google.com> Date: Thu Sep 30 16:44:57 2010 -0700 better separation of access units Change-Id: I5a9e2138aed341f0bcf22cfe368a15ca5ea5a73c commit d34952ac0feb1ae722ff65824d7353335502219b Author: Andreas Huber <andih@google.com> Date: Thu Sep 30 15:35:01 2010 -0700 Support for ES packets that do not start on PES packet boundaries. Change-Id: I2cf012833948eddfb20b16a1901206cf22ce71e4 related-to-bug: 2368598 Change-Id: Ib9329bd6bb7149b5a6e2483788a96b1b158952fc
* In the absence of width/height information in the sdp, extract the ↵Andreas Huber2010-08-191-0/+30
dimensions from the avc codec specific data. Change-Id: I98c4194593c7e6e24f6fc339c862245111800293