| Commit message (Expand) | Author | Age | Files | Lines |
* | tools/cl2c: Add a copyright header | Mark Thompson | 2017-11-22 | 1 | -0/+16 |
* | lavfi: Add infrastructure for building OpenCL source into libavfilter | Mark Thompson | 2017-11-22 | 1 | -0/+20 |
* | Merge commit 'f19fbfbdc637e08ad5c980807ede2d023f20c049' | James Almer | 2017-11-11 | 1 | -0/+5 |
|\ |
|
| * | aviocat: Check for output write errors | Martin Storsjö | 2017-09-04 | 1 | -0/+5 |
* | | Merge commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e' | James Almer | 2017-11-11 | 1 | -4/+1 |
|\| |
|
| * | Remove support for building for mingw32ce (Windows CE) | Martin Storsjö | 2017-08-31 | 1 | -4/+1 |
* | | tools/target_dec_fuzzer: Fix build after AV_CODEC_CAP_HWACCEL_VDPAU was removed | Michael Niedermayer | 2017-10-25 | 1 | -4/+0 |
* | | tools/target_dec_fuzzer: Fix build after FF_INPUT_BUFFER_PADDING_SIZE was rem... | Michael Niedermayer | 2017-10-25 | 1 | -3/+3 |
* | | tools/ismindex: remove unused header | James Almer | 2017-10-01 | 1 | -2/+0 |
* | | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-06-21 | 1 | -1/+1 |
* | | tools/sofa2wavs: add license header | Paul B Mahol | 2017-06-12 | 1 | -0/+20 |
* | | tools: add sofa2wavs | Paul B Mahol | 2017-06-12 | 2 | -0/+80 |
* | | tools/target_dec_fuzzer: Move the hwaccel check outside the initialization if | Michael Niedermayer | 2017-05-29 | 1 | -4/+4 |
* | | tools/target_dec_fuzzer: Do not attempt to fuzz VDPAU, its not supported | Michael Niedermayer | 2017-05-06 | 1 | -0/+4 |
* | | tools/target_dec_fuzzer: Do not use codec_id to look up decoder, but use sele... | Michael Niedermayer | 2017-05-06 | 1 | -3/+2 |
* | | tools/target_dec_fuzzer: Fix memleak on open failure | Michael Niedermayer | 2017-05-04 | 1 | -1/+3 |
* | | tools/target_dec_fuzzer: Use decoder and not codec_id as argument | Michael Niedermayer | 2017-05-03 | 2 | -3/+15 |
* | | tools/target_dec_fuzzer: Use avcodec_register_all() instead of register_all() | Michael Niedermayer | 2017-05-02 | 1 | -1/+1 |
* | | tools: Eliminate codec_type complexity from fuzzer | Michael Niedermayer | 2017-04-30 | 2 | -19/+11 |
* | | tools/target_dec_fuzzer: Fix return code on open failure | Michael Niedermayer | 2017-04-27 | 1 | -1/+1 |
* | | tools/target_dec_fuzzer: Remove FuzzerInterface.h dependancy | Michael Niedermayer | 2017-04-25 | 1 | -1/+1 |
* | | Make tools/target_dec_*_fuzzer buildable with configure and make | Michael Niedermayer | 2017-04-24 | 1 | -0/+10 |
* | | tools/target_dec_fuzzer: Fix build with default FFmpeg build flags | Michael Niedermayer | 2017-04-24 | 1 | -4/+8 |
* | | tools/target_dec_fuzzer: Fuzz video decoder related fields in context. | Michael Niedermayer | 2017-04-19 | 1 | -0/+13 |
* | | build: fix tools build dependencies | James Almer | 2017-04-13 | 1 | -4/+0 |
* | | Merge commit '3e105d08848162b90d886bde59c010d4b0362a4b' | James Almer | 2017-04-13 | 1 | -0/+13 |
|\| |
|
| * | build: Move entries related to building TOOLS to a subdirectory Makefile | Diego Biurrun | 2016-12-07 | 1 | -0/+11 |
* | | Merge commit '233d50b275dd7cf6cc0656851e670e1b2dfba56f' | James Almer | 2017-04-04 | 1 | -1/+4 |
|\| |
|
| * | qt-faststart: Do not try to use fancy 64-bit seeking functions on mingw32ce | Martin Storsjö | 2016-11-24 | 1 | -1/+4 |
* | | tools/fourcc2pixfmt: fix usages of av_get_codec_tag_string() | Clément Bœsch | 2017-03-29 | 1 | -14/+7 |
* | | Merge commit '052b97855de2396e46682bcbae97f95a258816d4' | Clément Bœsch | 2017-03-24 | 1 | -3/+22 |
|\| |
|
| * | aviocat: Support avio options | Luca Barbato | 2016-10-25 | 1 | -3/+22 |
* | | tools/target_dec_fuzzer: Fix misaligned read | Michael Niedermayer | 2017-02-24 | 1 | -1/+2 |
* | | tools/target_dec_fuzzer: Only audio uses the return value to decode packets i... | Michael Niedermayer | 2017-01-31 | 1 | -0/+2 |
* | | doc/examples/decoder_targeted: move to tools/target_dec_fuzzer.c | Rostislav Pehlivanov | 2017-01-29 | 1 | -0/+208 |
* | | tools/zmqsend: Do not truncate fgetc() return | Michael Niedermayer | 2016-12-24 | 1 | -1/+2 |
* | | zmqsend: Initialize ret to 0 | Timothy Gu | 2016-12-05 | 1 | -1/+1 |
* | | tools/coverity: Add model for av_realloc | Philip Langdale | 2016-11-30 | 1 | -0/+15 |
* | | tools/coverity: Add models for av_mallocz and av_free | Philip Langdale | 2016-11-30 | 1 | -3/+25 |
* | | tools: add loudnorm script example to use loudnorm | Marton Balint | 2016-11-11 | 1 | -0/+61 |
* | | tools: fix grammar error | Moritz Barsnick | 2016-10-09 | 1 | -1/+1 |
* | | doc: move out merge script to tools | Clément Bœsch | 2016-09-25 | 1 | -0/+22 |
* | | tools/crypto_bench: add support for des | James Almer | 2016-08-26 | 1 | -0/+37 |
* | | tools/crypto_bench: simplify gcrypt functions using a macro | James Almer | 2016-08-26 | 1 | -49/+16 |
* | | doc&tools: Add murge script, for analyzing 3 way conflicts. | Michael Niedermayer | 2016-08-22 | 1 | -0/+11 |
* | | tools/patcheck: add a couple more common typos | James Almer | 2016-07-17 | 1 | -1/+1 |
* | | Merge commit 'b8de14bcdf876c7e236a6dd2ad35342ff4b42cf8' | Clément Bœsch | 2016-06-23 | 2 | -46/+47 |
|\| |
|
| * | tools: Port to codec parameters API | Diego Biurrun | 2016-05-17 | 2 | -46/+47 |
* | | Merge commit '257f00ec1ab06a2a161f535036c6512f3fc8e801' | Clément Bœsch | 2016-06-22 | 1 | -0/+19 |
|\| |
|
| * | Split global .gitignore file into per-directory files | Diego Biurrun | 2016-05-13 | 1 | -0/+9 |