summaryrefslogtreecommitdiffstats
path: root/include/ndk
Commit message (Collapse)AuthorAgeFilesLines
* Some crypto stuff, error codesMarco Nelissen2014-05-134-3/+176
| | | | | | | Add crypto/drm related functions, define some media errors instead of using magic numbers in the code. Change-Id: I5924cba0bfcdb3623073c9182a646b70f4ead5a5
* Add AMediaCodec callbackMarco Nelissen2014-05-091-1/+11
| | | | Change-Id: I33b7ff3bcdcff6d3a5e1db385b900ae18b7e0f03
* Make AMediaCodec_create* APIs more like their Java counterpartsMarco Nelissen2014-05-081-5/+9
| | | | | | and add configure flags. Change-Id: Ibfb7f8cad724fa1db2320966828104d40b5e6590
* Expand AMediaFormatMarco Nelissen2014-05-071-2/+20
| | | | | | | | | 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-072-1/+76
| | | | | | and add some constness here and there. Change-Id: Ib3caa8310691e8f27aaa1afcfaec0b384513d4f1
* MediaFormat owns its stringsMarco Nelissen2014-05-061-2/+4
| | | | | | | 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-053-0/+357
Change-Id: I9ed6b9c5afb026a1b5fe8b652e75635bbcc223df