summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MP3Extractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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