summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/filters/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* stagefright: make more warnings errorsLajos Molnar2015-04-171-1/+1
| | | | Change-Id: I9b1ad60fbfb866dbf9c00843e06553c3eb25c113
* stagefright: warnings be gone, some are now errors, use clangLajos Molnar2015-04-171-1/+2
| | | | Change-Id: I81f438ae444f04c12ae27ae4ef6d073033de172c
* 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
* stagefright: generic RenderScripts in MediaFilterDavid Smith2014-09-091-0/+1
| | | | | | | | 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-051-0/+1
| | | | | Bug: 17203044 Change-Id: I659da31bddb51dd0e5246827c57234364a4c479b
* stagefright: filter surface input, config cacheDirDavid Smith2014-09-051-0/+1
| | | | | Bug: 17203044 Change-Id: Ifb927429568fe68807143e8511065fea1a25b3a5
* stagefright: MediaFilter and SimpleFilter(s)David Smith2014-08-221-0/+29
MediaFilter implements CodecBase and provides video filtering support via filter modules which extend SimpleFilter. Bug: 17203044 Change-Id: Ifb30c501e2901c44999d95d7d150e863b2bd06c6