summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AMRExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* media: 64 bit compile issuesMark Salyzyn2014-04-151-1/+1
* warnings be gone.Andreas Huber2014-04-111-3/+3
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* - Support comfort noise in AMRExtractorGloria Wang2011-02-011-37/+88
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-3/+3
* Allow sniffers to return a packet of opaque data that the corresponding extra...Andreas Huber2010-08-251-2/+3
* 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
* Fixes bug 2502132, and masks bug 2518313.Glenn Kasten2010-03-161-1/+1
* The AMRSource failed to properly release a media buffer in case of error.Andreas Huber2010-02-161-6/+11
* Support for determining the mime type of media via metadata extraction.Andreas Huber2010-01-131-0/+12
* Squashed commit of the following:Andreas Huber2009-11-231-32/+74
* New API to instantiate a MediaExtractor given a URI and optional MIME type.Andreas Huber2009-10-231-3/+3
* 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
* Change to a int64_t usecs representation for timestamps and duration througho...Andreas Huber2009-10-121-4/+1
* Media MIME types now have corresponding constants in MediaDefs.h, new codec e...Andreas Huber2009-09-101-4/+8
* Added a .amr file extractor (for AMR-NB and AMR-WB content).Andreas Huber2009-09-091-0/+238