summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MP3Extractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* warnings be gone.Andreas Huber2014-02-111-1/+2
* Bug fix for the MediaPlayer::prepare() api.Dylan Powers2012-11-271-2/+4
* Fix calculations for an obscure combo of MPEG audio options.John Grossman2012-09-061-1/+8
* Move COM tag parsing to constructorMarco Nelissen2012-03-201-27/+31
* Parse mp3 encoder padding/delayMarco Nelissen2012-03-201-2/+37
* Skip XING/VBRI frame when decodingMarco Nelissen2012-03-161-0/+7
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-7/+7
* Support for an MPEG2 Program Stream extractor.Andreas Huber2011-09-301-2/+17
* Revert "To make SniffMP3() more concrete so that we can remove false-positve ...James Dong2011-09-061-16/+15
* To make SniffMP3() more concrete so that we can remove false-positve response...Dongwon Kang2011-08-181-15/+16
* Re-calculate mCurrentTimeUs for MP3 CBR seek because we might haveGloria Wang2011-07-271-0/+10
* Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams.Andreas Huber2011-05-251-157/+7
* In the MP3 extractor, compute timestamps based on sample count instead of byt...Jason Simmons2011-04-071-4/+34
* Do not enforce the rule in MP3Extractor that all audio frames in an mp3 file ...James Dong2011-03-041-2/+2
* Fix MP3ExtractorJames Dong2011-02-241-5/+13
* Speed up MP3Extractor using cached readsJames Dong2011-01-121-4/+33
* Add support for the "compilation" tag in mp3, mp4 and ogg, and also addMarco Nelissen2011-01-071-0/+1
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-15/+15
* Some refactoring and added support for another form of vbr headers.Andreas Huber2010-11-091-194/+67
* Instead of asserting, publish no tracks if an MP3Extractor is used on non-mp3...Andreas Huber2010-09-091-37/+39
* Allow sniffers to return a packet of opaque data that the corresponding extra...Andreas Huber2010-08-251-5/+27
* Support for communicating if a buffer read from the _extractor_ is a sync sam...Andreas Huber2010-08-061-0/+1
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-1/+2
* Fix a number of timestamp mismatches in the mp3 extractor and decoder that wo...Andreas Huber2010-06-231-2/+3
* Skip any number of leading ID3v2 tags (instead of just the first), also simpl...Andreas Huber2010-03-311-51/+31
* NPR's audio streams start with a 30sec segment whose mp3 headers are subtly d...Andreas Huber2010-03-041-3/+5
* Add support for "album artist" tag.Marco Nelissen2010-02-111-0/+1
* Add support for the TPOS/TPA (disc number) id3 tag.Marco Nelissen2010-02-081-0/+1
* Support for determining the mime type of media via metadata extraction.Andreas Huber2010-01-131-0/+4
* More metadata support.Andreas Huber2010-01-131-1/+3
* Squashed commit of the following:Andreas Huber2010-01-121-1/+60
* Fix an uninitialized read detected by valgrind. The array to be copied is sta...Andreas Huber2010-01-111-1/+1
* Add support for XING headerGloria Wang2009-12-171-11/+182
* Initial checkin of software AMR NB encoder based on PV source code.Andreas Huber2009-12-111-3/+3
* Fix the mp3 audio extractor that would occasionally return an invalid frame d...Andreas Huber2009-12-071-9/+10
* Fix MP3Extractor duration overflows...Andreas Huber2009-11-031-1/+1
* New API to instantiate a MediaExtractor given a URI and optional MIME type.Andreas Huber2009-10-231-5/+5
* Moving the individual extractor headers files to the private include directory.Andreas Huber2009-10-231-1/+2
* Extract video thumbnails from the largest sync sample among the first 20.Andreas Huber2009-10-221-1/+1
* Proper chunk size computation for Layer II/III V2 and V2.5, skip optional ID3...Andreas Huber2009-10-121-1/+33
* Change to a int64_t usecs representation for timestamps and duration througho...Andreas Huber2009-10-121-5/+3
* Media MIME types now have corresponding constants in MediaDefs.h, new codec e...Andreas Huber2009-09-101-2/+3
* assert => CHECK in stagefright.Andreas Huber2009-08-261-7/+5
* Squashed commit of the following:Andreas Huber2009-08-171-20/+16
* Squashed commit of the following:Andreas Huber2009-07-281-2/+0
* Clean up MP3Extractor code and fixes a bug that miscalculated the position of...Andreas Huber2009-07-171-29/+34
* Squashed commit of the following:Andreas Huber2009-07-161-0/+522