summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/amrnb
Commit message (Expand)AuthorAgeFilesLines
...
| * | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)Steve Block2012-01-191-2/+2
* | | Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-2/+2
* | | The software AMR NB encoder is now an OMX component.Andreas Huber2012-02-013-0/+503
* | | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-082-2/+2
* | | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
|/ /
* | Report call status from AudioSource::start() to file writerJames Dong2011-10-261-1/+5
* | Remove old-style software decoders.Andreas Huber2011-07-132-209/+0
* | Fix module tags on stagefright software decoders.Andreas Huber2011-05-161-1/+1
* | Squashed commit of the following:Andreas Huber2011-05-113-0/+551
* | libstagefright: Add error handling in AMRNB deooderSidipotu Ashok2011-03-141-2/+12
|/
* AMRNB: use Frame_Type_3GPP defined in frame_type_3gpp.h instead.Chia-chi Yeh2010-09-293-55/+19
* HW audio encoder expects timestamp via kKeyTime from each input bufferJames Dong2010-09-081-1/+1
* Not all audio source has the drift time informationJames Dong2010-09-031-4/+5
* Calculate audio media drift time from AudioSourceJames Dong2010-09-011-2/+14
* Support finer seek control on MediaSources.Andreas Huber2010-07-212-2/+4
* Added encoding parameters set up for H263 video encoderJames Dong2010-06-291-2/+8
* Audio/video sync during recording (second part)James Dong2010-06-211-1/+1
* Initial software encoder checkinsJames Dong2010-05-191-17/+6
* For issue #2651381, allow library prelinking.Dan Bornstein2010-05-051-2/+0
* Update AMR codec.Dave Sparks2010-04-011-1/+1
* Properly fill in the component name for the software decoders.Andreas Huber2010-03-302-0/+4
* Report a runtime error rather than asserting if the amr software decoder read...Andreas Huber2010-03-181-1/+9
* Initial checkin of software AMR NB encoder based on PV source code.Andreas Huber2009-12-11110-0/+39504
* Propagate duration from input to output only if available, support multiple f...Andreas Huber2009-12-111-7/+14
* Initial checkin of software AVC video decoder based on PV source code.Andreas Huber2009-12-102-5/+3
* Initial check in of AMR (NB and WB) decoders based on PV source code.Andreas Huber2009-12-10223-0/+58025