Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-06avcodec: Remove libstagefrightDerek Buitenhuis
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>
2014-03-13tools/build_libstagefright: switch git urls to httpsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-19Merge remote-tracking branch 'hexene/stagefright'Michael Niedermayer
* 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>
2012-04-18libstagefright: explicitly set positive timestamps as stagefright expects ↵Mohamed Naufal
them so
2012-01-10Merge remote-tracking branch 'hexene/stagefright'Michael Niedermayer
* hexene/stagefright: libstagefright: fix build Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-10libstagefright: fix buildDmitry Monakhov
- Use headers from gingerbread-release branch instead of the current default ice cream sandwich - Fix path mistype
2011-10-13Merge remote-tracking branch 'hexene/stagefright'Michael Niedermayer
* hexene/stagefright: tools/build_libstagefright: fetch android system headers and libraries libstagefright: reindent after previous commit Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-10-09tools/build_libstagefright: fetch android system headers and librariesMohamed Naufal
Credit to Martin.
2011-09-14Merge remote-tracking branch 'hexene/scratchpad'Michael Niedermayer
* 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>
2011-09-14tools/build_libstagefright: rename build/libav to something neutralMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-09-14Merge remote-tracking branch 'hexene/scratchpad'Michael Niedermayer
* 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>
2011-09-09Move & Rename buildscript, remove tabsMohamed Naufal