summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools/target_dec_fuzzer: Fix build after AV_CODEC_CAP_HWACCEL_VDPAU was removedMichael Niedermayer2017-10-251-4/+0
* tools/target_dec_fuzzer: Fix build after FF_INPUT_BUFFER_PADDING_SIZE was rem...Michael Niedermayer2017-10-251-3/+3
* tools/ismindex: remove unused headerJames Almer2017-10-011-2/+0
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-211-1/+1
* tools/sofa2wavs: add license headerPaul B Mahol2017-06-121-0/+20
* tools: add sofa2wavsPaul B Mahol2017-06-122-0/+80
* tools/target_dec_fuzzer: Move the hwaccel check outside the initialization ifMichael Niedermayer2017-05-291-4/+4
* tools/target_dec_fuzzer: Do not attempt to fuzz VDPAU, its not supportedMichael Niedermayer2017-05-061-0/+4
* tools/target_dec_fuzzer: Do not use codec_id to look up decoder, but use sele...Michael Niedermayer2017-05-061-3/+2
* tools/target_dec_fuzzer: Fix memleak on open failureMichael Niedermayer2017-05-041-1/+3
* tools/target_dec_fuzzer: Use decoder and not codec_id as argumentMichael Niedermayer2017-05-032-3/+15
* tools/target_dec_fuzzer: Use avcodec_register_all() instead of register_all()Michael Niedermayer2017-05-021-1/+1
* tools: Eliminate codec_type complexity from fuzzerMichael Niedermayer2017-04-302-19/+11
* tools/target_dec_fuzzer: Fix return code on open failureMichael Niedermayer2017-04-271-1/+1
* tools/target_dec_fuzzer: Remove FuzzerInterface.h dependancyMichael Niedermayer2017-04-251-1/+1
* Make tools/target_dec_*_fuzzer buildable with configure and makeMichael Niedermayer2017-04-241-0/+10
* tools/target_dec_fuzzer: Fix build with default FFmpeg build flagsMichael Niedermayer2017-04-241-4/+8
* tools/target_dec_fuzzer: Fuzz video decoder related fields in context.Michael Niedermayer2017-04-191-0/+13
* build: fix tools build dependenciesJames Almer2017-04-131-4/+0
* Merge commit '3e105d08848162b90d886bde59c010d4b0362a4b'James Almer2017-04-131-0/+13
|\
| * build: Move entries related to building TOOLS to a subdirectory MakefileDiego Biurrun2016-12-071-0/+11
* | Merge commit '233d50b275dd7cf6cc0656851e670e1b2dfba56f'James Almer2017-04-041-1/+4
|\ \ | |/
| * qt-faststart: Do not try to use fancy 64-bit seeking functions on mingw32ceMartin Storsjö2016-11-241-1/+4
* | tools/fourcc2pixfmt: fix usages of av_get_codec_tag_string()Clément Bœsch2017-03-291-14/+7
* | Merge commit '052b97855de2396e46682bcbae97f95a258816d4'Clément Bœsch2017-03-241-3/+22
|\ \ | |/
| * aviocat: Support avio optionsLuca Barbato2016-10-251-3/+22
* | tools/target_dec_fuzzer: Fix misaligned readMichael Niedermayer2017-02-241-1/+2
* | tools/target_dec_fuzzer: Only audio uses the return value to decode packets i...Michael Niedermayer2017-01-311-0/+2
* | doc/examples/decoder_targeted: move to tools/target_dec_fuzzer.cRostislav Pehlivanov2017-01-291-0/+208
* | tools/zmqsend: Do not truncate fgetc() returnMichael Niedermayer2016-12-241-1/+2
* | zmqsend: Initialize ret to 0Timothy Gu2016-12-051-1/+1
* | tools/coverity: Add model for av_reallocPhilip Langdale2016-11-301-0/+15
* | tools/coverity: Add models for av_mallocz and av_freePhilip Langdale2016-11-301-3/+25
* | tools: add loudnorm script example to use loudnormMarton Balint2016-11-111-0/+61
* | tools: fix grammar errorMoritz Barsnick2016-10-091-1/+1
* | doc: move out merge script to toolsClément Bœsch2016-09-251-0/+22
* | tools/crypto_bench: add support for desJames Almer2016-08-261-0/+37
* | tools/crypto_bench: simplify gcrypt functions using a macroJames Almer2016-08-261-49/+16
* | doc&tools: Add murge script, for analyzing 3 way conflicts.Michael Niedermayer2016-08-221-0/+11
* | tools/patcheck: add a couple more common typosJames Almer2016-07-171-1/+1
* | Merge commit 'b8de14bcdf876c7e236a6dd2ad35342ff4b42cf8'Clément Bœsch2016-06-232-46/+47
|\ \ | |/
| * tools: Port to codec parameters APIDiego Biurrun2016-05-172-46/+47
* | Merge commit '257f00ec1ab06a2a161f535036c6512f3fc8e801'Clément Bœsch2016-06-221-0/+19
|\ \ | |/
| * Split global .gitignore file into per-directory filesDiego Biurrun2016-05-131-0/+9
* | fix some a/an typosLou Logan2016-03-281-1/+1
* | avcodec: Remove libstagefrightDerek Buitenhuis2016-01-061-58/+0
* | tools/bookmarklets: HTML code fixesReto Kromer2015-12-251-5/+3
* | patcheck: Fix false detection of 'mergeable calls' when line is removedHagen Schmidt2015-11-231-1/+1
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/