summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/filters
Commit message (Collapse)AuthorAgeFilesLines
* media: switch to new AMessage handlingLajos Molnar2015-03-051-13/+13
| | | | | Bug: 19607784 Change-Id: I94cddcb81f671422ad4982a23dc4acfe57a9f1aa
* Fix build from broken makefile.Dan Albert2014-11-251-5/+0
| | | | | | | | | | | LOCAL_NDK_STL_VARIANT is a no-op if LOCAL_SDK_VERSION is not set, and this project cannot actually be built with the NDK (it uses platform only libraries like cutils). There's no reason (I hope) to be using stlport in the library anyway, so just let them use all of libc++. Change-Id: Ia917dbaf347cc438990386d21d95b8b73cd34614
* Add BufferItem argument to onFrameAvailableDan Stoza2014-11-072-2/+2
| | | | | | | Adds a BufferItem argument to onFrameAvailable so consumers can track the queued frames in a BufferQueue. Change-Id: I2e76144af93b5b6ada47cdb0f5f846a863b34dd7
* Merge "stagefright: finish implementing MediaFilter flush"David Smith2014-09-111-3/+20
|\
| * stagefright: finish implementing MediaFilter flushDavid Smith2014-09-091-3/+20
| | | | | | | | | | Bug: 17203044 Change-Id: I6a967ead4dd9588caafe0041f2f4a39637368a62
* | stagefright: generic RenderScripts in MediaFilterDavid Smith2014-09-094-0/+153
| | | | | | | | | | | | | | | | Adds support for generic RenderScript filters to MediaFilter via RSFilter, which calls an RSFilterCallback object to process buffers. Bug: 17203044 Change-Id: Iadb7700c424d225fb5e98a5359cbca070c6e4283
* | stagefright: SimpleFilter config params via msgDavid Smith2014-09-058-20/+76
| | | | | | | | | | Bug: 17203044 Change-Id: I659da31bddb51dd0e5246827c57234364a4c479b
* | stagefright: filter surface input, config cacheDirDavid Smith2014-09-0510-13/+384
|/ | | | | Bug: 17203044 Change-Id: Ifb927429568fe68807143e8511065fea1a25b3a5
* stagefright: MediaFilter and SimpleFilter(s)David Smith2014-08-2213-0/+1349
MediaFilter implements CodecBase and provides video filtering support via filter modules which extend SimpleFilter. Bug: 17203044 Change-Id: Ifb30c501e2901c44999d95d7d150e863b2bd06c6