summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-01-03 13:22:03 -0500
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-01-06 16:43:06 +0000
commit72673ad7eae2d4f685f3c0a895558502bfe07c8e (patch)
treeff31efba3b8c96cf01bd3b763147d133988c096d /Changelog
parent149b1f7ccafaee66c5370bce980a1569c3ec3db5 (diff)
avcodec: Remove libstagefright
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>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 5d468299a5..7b19557702 100644
--- a/Changelog
+++ b/Changelog
@@ -51,6 +51,7 @@ version <next>:
- audio high-order multiband parametric equalizer
- automatic bitstream filtering
- showspectrumpic filter
+- libstagefright support removed
version 2.8: