summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AMRWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* warnings be gone.Andreas Huber2014-04-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-3/+6
* Add mode when open(O_CREAT) is used.Nick Kralevich2012-06-261-1/+1
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-1/+1
* Don't call virtual functions in destructors for the writer classesJames Dong2012-02-021-2/+2
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
* Remove unneeded #include <sys/resource.h>Glenn Kasten2011-06-151-1/+0
* Add read and write option in opening file for output in the writersJames Dong2011-03-211-1/+1
* Better organize media recorder error and information event and typesJames Dong2011-03-181-1/+1
* Removed uncessary FILE structure pointer for I/OJames Dong2010-11-191-13/+18
* 64-bit file size/offset support for media frameworkJames Dong2010-11-181-6/+6
* Name the writer threadsJames Dong2010-10-071-1/+3
* Make MediaWriter stop and pause return errors if necessaryJames Dong2010-08-191-10/+22
* Provide progress status report during authoringJames Dong2010-06-251-1/+1
* Enable passing parameters to the MediaWriter at runtime (at start() call).James Dong2010-06-251-1/+1
* Initial checkin for pause and resume controlJames Dong2010-06-111-3/+43
* Detect and handle premature termination of a recording sessionJames Dong2010-05-141-0/+13
* Handle recording file size and/or duration limitJames Dong2010-05-141-0/+36
* Remove unnecessary lock from AMRWriter.Andreas Huber2010-04-091-21/+5
* Fixing AMR recording code.Andreas Huber2010-02-101-3/+6
* Support for audio recording into AMR NB/WB files as well as audio tracks in M...Andreas Huber2010-01-261-0/+9
* Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pu...Andreas Huber2010-01-251-0/+184