summaryrefslogtreecommitdiffstats
path: root/media/ndk/NdkMediaFormat.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ndk: 64-bit compile warningsMark Salyzyn2014-06-261-3/+4
| | | | Change-Id: I214973a97547bf714e56e4596359cb2bd9cdea9c
* Disable verbose loggingMarco Nelissen2014-05-301-1/+1
| | | | Change-Id: If9c87615707ed67f209258f9207d56f671cd0f08
* Unify error/status codesMarco Nelissen2014-05-151-2/+2
| | | | Change-Id: Ib90cc2f2adc07ff146256931c92c0ec4becb86f5
* Only export necessary symbolsMarco Nelissen2014-05-141-24/+38
| | | | Change-Id: I869d7124c8cc555f4b09801a898f4dd3ecb072ec
* Expand AMediaFormatMarco Nelissen2014-05-071-10/+44
| | | | | | | | | Remove getDouble and getSize methods, since these are not used and/or not present in the corresponding Java MediaFormat API. Add setBuffer/getBuffer, needed for making formats for encoding, and add other setters. Change-Id: I528d51b4ed571d852b949637f7ae3a95d31da7c1
* Add NDK version of MediaMuxerMarco Nelissen2014-05-071-2/+2
| | | | | | and add some constness here and there. Change-Id: Ib3caa8310691e8f27aaa1afcfaec0b384513d4f1
* MediaFormat owns its stringsMarco Nelissen2014-05-061-2/+15
| | | | | | | Have MediaFormat own the strings it returns from toString and getString, reducing the chance of memory leaks. Change-Id: I0ddd593874c8b3af0b7714f2d8a106edf8121108
* WIP: MediaCodec and friends NDK APIs, plain C versionMarco Nelissen2014-05-051-0/+198
Change-Id: I9ed6b9c5afb026a1b5fe8b652e75635bbcc223df