summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AMRExtractor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* media: 64 bit compile issuesMark Salyzyn2014-04-151-1/+1
| | | | | | | | - change internal sized types to use stdint.h - printf & scanf formats - size_t or unsigned int for iterators Change-Id: Id993a70d8bf54c667c5d652b34179a2c727ed446
* warnings be gone.Andreas Huber2014-04-111-3/+3
| | | | | | | | (cherry picked from commit 84333e0475bc911adc16417f4ca327c975cf6c36) Modified by Mark Salyzyn <salyzyn@google.com> to keep merge conflicts or errors downstream to a minimum. Change-Id: Ic3b272f9cbf3155001aabd2f79728f1bc31de613
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-1/+1
| | | | Change-Id: I963a3b6f79a7292891973cbeeaf3378b38629f08
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
* - Support comfort noise in AMRExtractorGloria Wang2011-02-011-37/+88
| | | | | | | | - Support duration and seeking in AMRExtractor for different bit rates Bug 2530101 Change-Id: I12beffea73cea0ec056f0e0cf51a4a8d46d897b8
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-3/+3
| | | | Change-Id: I3452bc2c0f1d990cc67285df2fce1f9f86ff8e10
* Allow sniffers to return a packet of opaque data that the corresponding ↵Andreas Huber2010-08-251-2/+3
| | | | | | | extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now. Change-Id: Icb77ae3ee95a69c7da25b4d3b8696c0a2d33028a related-to-bug: 2948754
* Support for communicating if a buffer read from the _extractor_ is a sync ↵Andreas Huber2010-08-061-0/+1
| | | | | | | sample or not. Change-Id: Ie71506224d937cfff1fa1273bfac31c47db8845f related-to-bug: 2900534
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-1/+2
| | | | | | related-to-bug: 2858448 Change-Id: Ifb4b13b990fd5889113e47e2c62249ac43391fa1
* Fixes bug 2502132, and masks bug 2518313.Glenn Kasten2010-03-161-1/+1
| | | | Change-Id: I5c5ecf1c10763f7b3f3d1e5c57dc5ce77cc344fd
* The AMRSource failed to properly release a media buffer in case of error.Andreas Huber2010-02-161-6/+11
| | | | related-to-bug: 2441307
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 1efc38dc3c33fef57b759002db3965ed07a28cb0 Author: Andreas Huber <andih@google.com> Date: Thu Nov 19 14:36:14 2009 -0800 Sending the SEEK-COMPLETE notification temporarily broke seeking backwards in time behaviour. This is now fixed. Also, get rid of the semi-random delay after posting buffers to surface flinger in favour of delaying the buffer release until the next frame is displayed. commit 51973062eb5ee63fd64b845d72bac517cc3369cf Author: Andreas Huber <andih@google.com> Date: Wed Nov 18 14:01:43 2009 -0800 Fix one more unit test, properly send seek-complete notification only after seek actually completed. commit cb22250b34b1fcfe1bf459723a761fd003950229 Author: Andreas Huber <andih@google.com> Date: Wed Nov 18 12:31:36 2009 -0800 Fix seek-while-paused in AwesomePlayer, revert to using FileSource if MmapSource fails. commit 25eb9241138ddf7bb27ce90657116c5f8a94d880 Author: Andreas Huber <andih@google.com> Date: Wed Nov 18 12:30:40 2009 -0800 Support seeking and duration in AMRExtractor, assuming all frames are the same size. commit 44192f2ebb7ea3bbd3ba5910025692dbc6a08faa Author: Andreas Huber <andih@google.com> Date: Wed Nov 18 10:21:44 2009 -0800 MediaPlayerImpl is dead, long live AwesomePlayer. commit c5b52d3c0674f5dc94db506afbce52401cceddac Author: Andreas Huber <andih@google.com> Date: Wed Nov 18 09:42:23 2009 -0800 New implementation of the stagefright mediaplayer.
* New API to instantiate a MediaExtractor given a URI and optional MIME type.Andreas Huber2009-10-231-3/+3
| | | | | | Also DataSources now must provide a method initCheck() and DataSource::reat_at has been renamed to readAt to conform to standard API naming guidelines.
* 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
| | | | Also fixes OMXCodec seek behaviour on the very first call to OMXCodec::read()
* Change to a int64_t usecs representation for timestamps and duration ↵Andreas Huber2009-10-121-4/+1
| | | | throughout stagefright.
* Media MIME types now have corresponding constants in MediaDefs.h, new codec ↵Andreas Huber2009-09-101-4/+8
| | | | enumeration API.
* Added a .amr file extractor (for AMR-NB and AMR-WB content).Andreas Huber2009-09-091-0/+238