summaryrefslogtreecommitdiff
path: root/tools/build_libstagefright
Commit message (Collapse)AuthorAge
* avcodec: Remove libstagefrightDerek Buitenhuis2016-01-06
| | | | | | | | | | | | | | | | | | It serves absolutely no purpose other than to confuse potentional Android developers about how to use hardware acceleration properly on the the platform. The stagefright "API" is not public, and the MediaCodec API is the proper way to do this. Furthermore, stagefright support in avcodec needs a series of magic incantations and version-specific stuff, such that using it actually provides downsides compared just using the actual Android frameworks properly, in that it is a lot more work and confusion to get it even running. It also leads to a lot of misinformation, like these sorts of comments (in [1]) that are absolutely incorrect. [1] http://stackoverflow.com/a/29362353/3115956 Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* tools/build_libstagefright: switch git urls to httpsMichael Niedermayer2014-03-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'hexene/stagefright'Michael Niedermayer2012-04-19
|\ | | | | | | | | | | | | | | | | | | | | * hexene/stagefright: libstagefright: avoid memory leak libstagefright: support more output pixel formats libstagefright: avoid potential deadlock on output MediaBuffer libstagefright: explicitly set positive timestamps as stagefright expects them so Merge branches 'stagefright' and 'stagefright-test' into stagefright-test Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libstagefright: explicitly set positive timestamps as stagefright expects ↵Mohamed Naufal2012-04-19
| | | | | | | | them so
* | Merge remote-tracking branch 'hexene/stagefright'Michael Niedermayer2012-01-10
|\| | | | | | | | | | | | | * hexene/stagefright: libstagefright: fix build Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libstagefright: fix buildDmitry Monakhov2012-01-10
| | | | | | | | | | - Use headers from gingerbread-release branch instead of the current default ice cream sandwich - Fix path mistype
* | Merge remote-tracking branch 'hexene/stagefright'Michael Niedermayer2011-10-13
|\| | | | | | | | | | | | | | | * hexene/stagefright: tools/build_libstagefright: fetch android system headers and libraries libstagefright: reindent after previous commit Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * tools/build_libstagefright: fetch android system headers and librariesMohamed Naufal2011-10-09
| | | | | | | | Credit to Martin.
* | Merge remote-tracking branch 'hexene/scratchpad'Michael Niedermayer2011-09-14
|\| | | | | | | | | | | | | | | | | | | | | | | * hexene/scratchpad: libstagefright: Explicitly free smart pointer objects Changelog: Explain why C++ support is added, and that its optional tools/build_libstagefright: rename build/libav to something neutral Conflicts: Changelog Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * tools/build_libstagefright: rename build/libav to something neutralMichael Niedermayer2011-09-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'hexene/scratchpad'Michael Niedermayer2011-09-14
|/ | | | | | | | | | | | | | | | | | | * hexene/scratchpad: Move & Rename buildscript, remove tabs Fix regular build Support (H/W accelerated) H.264 decoding on Android via Stagefright Add build-script for Android C++ Support ;) Conflicts: Changelog Makefile configure libavcodec/Makefile libavcodec/allcodecs.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
* Move & Rename buildscript, remove tabsMohamed Naufal2011-09-09