ffmpeg/tools
Derek Buitenhuis 72673ad7ea 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>
2016-01-06 16:43:06 +00:00
..
aviocat.c tools: Use av_gettime_relative 2014-10-24 09:53:43 +03:00
bisect-create
bookmarklets.html tools/bookmarklets: HTML code fixes 2015-12-25 17:54:58 +01:00
clean-diff
coverity.c Add coverity model file 2015-02-21 23:45:08 +01:00
crypto_bench.c crypto_bench: add support for ripemd-128 2015-08-13 13:45:58 -03:00
cws2fws.c Merge commit '30dfc1dad4285e7362ce3f596d7c5d5d9b7fb33d' 2015-06-12 22:46:10 +02:00
dvd2concat
enum_options.c
ffescape.c
ffeval.c
ffhash.c tools/ffhash: read errno before calling functions which might change it 2014-10-25 16:12:16 +02:00
fourcc2pixfmt.c
gen-rc
graph2dot.c tools: Drop a stale header 2015-08-31 21:37:18 +02:00
ismindex.c Merge commit '87e5d8d78cf08b54b4a9e7cbaeff89f8c1d91b78' 2015-09-07 12:27:21 +02:00
make_chlayout_test
missing_codec_desc
normalize.py tools/normalize.py: both input and output file names are required 2014-09-02 07:31:34 +02:00
patcheck patcheck: Fix false detection of 'mergeable calls' when line is removed 2015-11-23 00:34:14 +01:00
pktdumper.c Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' 2015-10-27 14:28:56 +01:00
plotframes
probetest.c tools/probetest: support testing a single specified input format 2014-12-23 03:39:52 +01:00
qt-faststart.c
seek_print.c Replace remaining occurances of av_free_packet with av_packet_unref 2015-10-27 14:35:30 +01:00
sidxindex.c tools/sidxindex: Use av_*malloc_array() 2015-04-01 17:43:25 +02:00
trasher.c tools/trasher: Check fseek returns 2015-02-22 16:49:56 +01:00
uncoded_frame.c tools/uncoded_frame: Use avio_closep() to avoid leaving stale pointers in memory 2015-01-09 15:55:07 +01:00
unwrap-diff
yuvcmp.c
zmqsend.c
zmqshell.py