summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/aacenc/AACEncoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stagefright: Fix unused variables, functions, valuesAndreas Gampe2014-11-251-2/+0
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-7/+7
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-7/+7
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
* Initial check-in for AACWriterJames Dong2011-05-041-1/+1
* Fix a leak from AACEncoder.cppJames Dong2011-03-041-0/+3
* Report errors to applications if AudioRecord->start() failsJames Dong2011-01-251-11/+15
* Add initial stereo capture support for AAC encoderJames Dong2010-11-151-13/+29
* 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/+13
* Allows the authoring engine to skip frame.James Dong2010-07-221-0/+1
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-1/+2
* Added encoding parameters set up for H263 video encoderJames Dong2010-06-291-2/+8
* Fixed the software AAC encoderJames Dong2010-06-231-28/+52
* Audio/video sync during recording (second part)James Dong2010-06-211-1/+1
* Initial checkin for pause and resume controlJames Dong2010-06-111-4/+7
* Initial software encoder checkinsJames Dong2010-05-191-0/+264