summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/avc_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* avc_utils: skip empty NALs from malformed bistreamsRobert Shih2017-03-221-1/+4
* Stagefright: use set buffers mode.Shivaprasad Hongal2015-10-261-4/+14
* Stagefright: avc_utils: handle invalid sample aspect ratioPraveen Chavan2015-10-061-1/+1
* avc_util: fix aspect_ratio_idc 14~16Chong Zhang2015-03-131-9/+24
* am 25bad49c: am 852dc963: Merge "avc_util: try to find the first start code p...Wei Jia2014-12-081-15/+12
|\
| * avc_util: try to find the first start code prefix 0x000001 even though there ...Wei Jia2014-12-041-15/+12
* | Stagefright: Fix unused variables, functions, valuesAndreas Gampe2014-11-251-4/+4
|/
* Skip scaling_list definitions in AVC seq header.Andreas Huber2014-02-141-1/+37
* warnings be gone.Andreas Huber2014-02-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