summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/XINGSeeker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use unsigned char to store table of contents retrieved from XING header.Gloria Wang2011-07-151-3/+3
| | | | | | | | Our compiler treats char default to unsigned (trygon-eng on master branch). If I force "signed char" for the table of contents array, some MediaFramework tests for VBR mp3 would fail. Change-Id: I725e2d4dfe57ff36fdb1d65fe3184f7ab41ad695
* Remove log spamMike Lockwood2011-04-241-2/+0
| | | | | Change-Id: I3182576158c7c0410c19036a580fd46c6ab079f9 Signed-off-by: Mike Lockwood <lockwood@android.com>
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-4/+4
| | | | Change-Id: I3452bc2c0f1d990cc67285df2fce1f9f86ff8e10
* Some refactoring and added support for another form of vbr headers.Andreas Huber2010-11-091-0/+223
related-to-bug: 3172324 Change-Id: Ic364da09eac7f0a815f9ceb719b6baa8a76e3730