summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/XINGSeeker.h
Commit message (Collapse)AuthorAgeFilesLines
* Parse mp3 encoder padding/delayMarco Nelissen2012-03-201-0/+5
| | | | | | Get the mp3 encoder padding and delay from a XING frame or iTunSMPB tag. Change-Id: Icde598c8857d7e7c187a718f478ee9799d6a1b8a
* Fix Xing seeking when TOC[0] == 0Marco Nelissen2012-03-141-1/+2
| | | | | | | | | | A file purchased from the Amazon mp3 store had two 0 entries at the start of the TOC (presumably because there was a lot of silence at the beginning, which compresses well), which made TOC based seeking think the TOC was not valid. b/6170518 Change-Id: Ie7135b4af06ebb925f63a374be780cf3a9404347
* Use unsigned char to store table of contents retrieved from XING header.Gloria Wang2011-07-151-1/+1
| | | | | | | | 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
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-2/+2
| | | | Change-Id: I3452bc2c0f1d990cc67285df2fce1f9f86ff8e10
* Some refactoring and added support for another form of vbr headers.Andreas Huber2010-11-091-0/+50
related-to-bug: 3172324 Change-Id: Ic364da09eac7f0a815f9ceb719b6baa8a76e3730