summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/avc_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* warnings be gone.Andreas Huber2014-04-111-6/+3
* Respect sample aspect ratio in NuPlayer.Andreas Huber2012-12-051-4/+72
* Fix calculations for an obscure combo of MPEG audio options.John Grossman2012-09-061-2/+3
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-2/+2
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
* Support some .avi files containing H.264 video, log warnings if audio/video u...Andreas Huber2011-09-211-1/+1
* In order to recover from video lagging behind audio, drop avc framesAndreas Huber2011-09-161-0/+22
* Fix NALU extraction of unit starts with a 0x00 nalTypeAndreas Huber2011-08-011-1/+1
* Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams.Andreas Huber2011-05-251-0/+231
* Add AAC extractorGloria Wang2011-02-151-0/+47
* Squashed commit of the following:Andreas Huber2010-12-231-0/+4
* Refactor h.264 profile/level support into avc_utils.Andreas Huber2010-11-151-1/+28
* Refactor some more h.264 utility code out into avc_utils. Work around a hardw...Andreas Huber2010-10-081-0/+174
* Respect the cropping rectangle when extracting the video dimensions from the ...Andreas Huber2010-10-081-1/+38
* Squashed commit of the following:Andreas Huber2010-10-011-1/+1
* In the absence of width/height information in the sdp, extract the dimensions...Andreas Huber2010-08-191-0/+91