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
path: root/tools
AgeCommit message (Collapse)Author
2021-09-11tools/cws2fws: Check read() for failureMichael Niedermayer
Fixes: CID1452579 Argument cannot be negative Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 0b3cdd7cc2c63969e144cc3eb39d0c61260509ee) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-10-02tools/ismindex: remove unused headerJames Almer
2017-06-21build: Generalize yasm/nasm-related variable namesDiego Biurrun
None of them are specific to the YASM assembler. (Cherry-picked from libav commit 39e208f4d4756367c7cd2d581847e0c1b8a429c1) Signed-off-by: James Almer <jamrial@gmail.com>
2017-06-12tools/sofa2wavs: add license headerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-06-12tools: add sofa2wavsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-05-29tools/target_dec_fuzzer: Move the hwaccel check outside the initialization ifMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-05-06tools/target_dec_fuzzer: Do not attempt to fuzz VDPAU, its not supportedMichael Niedermayer
Fixes: 1364/clusterfuzz-testcase-minimized-6459843441328128 Fixes: 1392 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-05-06tools/target_dec_fuzzer: Do not use codec_id to look up decoder, but use ↵Michael Niedermayer
selected decoder directly Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-05-04tools/target_dec_fuzzer: Fix memleak on open failureMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-05-03tools/target_dec_fuzzer: Use decoder and not codec_id as argumentMichael Niedermayer
This allows fuzzing decoders with the same codec_id We also avoid register all to allow the linker to prune unused sections and symbols Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-05-02tools/target_dec_fuzzer: Use avcodec_register_all() instead of register_all()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-30tools: Eliminate codec_type complexity from fuzzerMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-27tools/target_dec_fuzzer: Fix return code on open failureMichael Niedermayer
Fixes: 1271/clusterfuzz-testcase-minimized-6095220498235392 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-25tools/target_dec_fuzzer: Remove FuzzerInterface.h dependancyMichael Niedermayer
The header is not always available in the docker build environment Suggested-by: Kostya Serebryany Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-25Make tools/target_dec_*_fuzzer buildable with configure and makeMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-25tools/target_dec_fuzzer: Fix build with default FFmpeg build flagsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-20tools/target_dec_fuzzer: Fuzz video decoder related fields in context.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-14build: fix tools build dependenciesJames Almer
Found-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2017-04-13Merge commit '3e105d08848162b90d886bde59c010d4b0362a4b'James Almer
* commit '3e105d08848162b90d886bde59c010d4b0362a4b': build: Move entries related to building TOOLS to a subdirectory Makefile Merged-by: James Almer <jamrial@gmail.com>
2017-04-04Merge commit '233d50b275dd7cf6cc0656851e670e1b2dfba56f'James Almer
* commit '233d50b275dd7cf6cc0656851e670e1b2dfba56f': qt-faststart: Do not try to use fancy 64-bit seeking functions on mingw32ce Merged-by: James Almer <jamrial@gmail.com>
2017-03-29tools/fourcc2pixfmt: fix usages of av_get_codec_tag_string()Clément Bœsch
2017-03-24Merge commit '052b97855de2396e46682bcbae97f95a258816d4'Clément Bœsch
* commit '052b97855de2396e46682bcbae97f95a258816d4': aviocat: Support avio options Merged-by: Clément Bœsch <u@pkh.me>
2017-02-24tools/target_dec_fuzzer: Fix misaligned readMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-02-01tools/target_dec_fuzzer: Only audio uses the return value to decode packets ↵Michael Niedermayer
in pieces, correct the code to match that Fixes: Timeout Fixes: 483/fuzz-0-ffmpeg_VIDEO_AV_CODEC_ID_H263I_fuzzer Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-01-29doc/examples/decoder_targeted: move to tools/target_dec_fuzzer.cRostislav Pehlivanov
Name and purpose are more appropriate there since the code isn't an ideal example. Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2016-12-24tools/zmqsend: Do not truncate fgetc() returnMichael Niedermayer
Fixes CID1396836 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-12-07build: Move entries related to building TOOLS to a subdirectory MakefileDiego Biurrun
2016-12-05zmqsend: Initialize ret to 0Timothy Gu
Fixes CID1396857.
2016-12-01tools/coverity: Add model for av_reallocPhilip Langdale
Really should have done this last time. It should provide consistency across our allocations and frees.
2016-12-01tools/coverity: Add models for av_mallocz and av_freePhilip Langdale
This should deal with some false positives, but might lead to more of them depending on whether it realises that av_freep() wraps av_free() or not.
2016-11-24qt-faststart: Do not try to use fancy 64-bit seeking functions on mingw32ceMartin Storsjö
These functions are not available on mingw32ce. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2016-11-11tools: add loudnorm script example to use loudnormMarton Balint
Based on a patch by Kyle Swanson <k@ylo.ph>. Signed-off-by: Marton Balint <cus@passwd.hu>
2016-10-25aviocat: Support avio optionsLuca Barbato
Useful to test protocols that require options to be used.
2016-10-09tools: fix grammar errorMoritz Barsnick
Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-09-25doc: move out merge script to toolsClément Bœsch
2016-08-26tools/crypto_bench: add support for desJames Almer
Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: James Almer <jamrial@gmail.com>
2016-08-26tools/crypto_bench: simplify gcrypt functions using a macroJames Almer
Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: James Almer <jamrial@gmail.com>
2016-08-22doc&tools: Add murge script, for analyzing 3 way conflicts.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-07-18tools/patcheck: add a couple more common typosJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2016-06-23Merge commit 'b8de14bcdf876c7e236a6dd2ad35342ff4b42cf8'Clément Bœsch
* commit 'b8de14bcdf876c7e236a6dd2ad35342ff4b42cf8': tools: Port to codec parameters API Merged-by: Clément Bœsch <clement@stupeflix.com>
2016-06-22Merge commit '257f00ec1ab06a2a161f535036c6512f3fc8e801'Clément Bœsch
* commit '257f00ec1ab06a2a161f535036c6512f3fc8e801': Split global .gitignore file into per-directory files Merged-by: Clément Bœsch <clement@stupeflix.com>
2016-05-17tools: Port to codec parameters APIDiego Biurrun
2016-05-13Split global .gitignore file into per-directory filesDiego Biurrun
2016-03-29fix some a/an typosLou Logan
Signed-off-by: Lou Logan <lou@lrcd.com>
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>
2015-12-25tools/bookmarklets: HTML code fixesReto Kromer
Minor HTML5 code changes. Closes #167
2015-11-23patcheck: Fix false detection of 'mergeable calls' when line is removedHagen Schmidt
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
* commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457': avpacket: Replace av_free_packet with av_packet_unref Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
`av_packet_unref` matches the AVFrame ref-counted API and can be used as a drop in replacement. Deprecate `av_free_packet`.