summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AACWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove filename based writer constructorsMarco Nelissen2014-12-101-19/+5
* am 6eb3b520: am f6a364ed: Merge "Fix AAC recording issue" into lmp-mr1-devMarco Nelissen2014-12-091-1/+2
|\
| * Fix AAC recording issueMarco Nelissen2014-12-091-1/+2
* | Stagefright: Fix unused variables, functions, valuesAndreas Gampe2014-11-251-4/+0
|/
* libstagefright: 64-bit compile warningsMark Salyzyn2014-06-261-5/+7
* warnings be gone.Andreas Huber2014-02-111-1/+1
* Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-2/+2
* Handle malformed raw AAC/AMR writer betterJames Dong2012-08-091-0/+13
* Add mode when open(O_CREAT) is used.Nick Kralevich2012-06-261-1/+3
* The presence of the kKeyAACProfile is optional, we should not mandate its pre...James Dong2012-05-021-1/+5
* Add Fraunhofer AAC encoder with AAC-ELD support.Dave Burke2012-04-251-2/+5
* Don't call virtual functions in destructors for the writer classesJames Dong2012-02-021-2/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-4/+4
* Remove unneeded #include <sys/resource.h>Glenn Kasten2011-06-151-1/+0
* Initial check-in for AACWriterJames Dong2011-05-041-0/+382