| Commit message (Expand) | Author | Age | Files | Lines |
* | tools/qt-faststart: Allow free atoms after moov atom. | Carl Eugen Hoyos | 2018-08-01 | 1 | -1/+12 |
* | tools/target_dec_fuzzer: set parser codec id to avoid assertion failure | Michael Niedermayer | 2018-07-07 | 1 | -0/+1 |
* | tools/target_dec_fuzzer: Fix parser_avctx memleak on error path | Michael Niedermayer | 2018-06-30 | 1 | -0/+1 |
* | tools/target_dec_fuzzer: Also optionally fuzz with a parser | Michael Niedermayer | 2018-06-28 | 1 | -5/+37 |
* | qt-faststart - print errors to stderr | erankor | 2018-06-15 | 1 | -17/+17 |
* | qt-faststart - stco offset bug fix | erankor | 2018-06-13 | 1 | -55/+345 |
* | qt-faststart: add validation on ftyp atom size | erankor | 2018-06-13 | 1 | -0/+6 |
* | tools/crypto_bench: add missing RC4 implementation from tomcrypt | James Almer | 2018-05-30 | 1 | -4/+11 |
* | tools/crypto_bench: add missing RC4 implementation from gcrypt | James Almer | 2018-05-30 | 1 | -8/+10 |
* | tools/crypto_bench: add support for mbedcrypto | James Almer | 2018-05-30 | 1 | -3/+121 |
* | qt-faststart - stricter input validations | erankor | 2018-05-30 | 1 | -4/+9 |
* | avcodec/allcodecs: Provide empty codec_list in allcodecs when ossfuzz is used | Michael Niedermayer | 2018-05-28 | 1 | -4/+1 |
* | avcodec: Disable new iterate API for ossfuzz | Michael Niedermayer | 2018-05-16 | 1 | -0/+6 |
* | lav*,tests: remove several register_all calls | Josh de Kock | 2018-04-02 | 9 | -18/+0 |
* | fftools, tools, examples: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -1/+1 |
* | Remove the ffserver program | Rostislav Pehlivanov | 2018-01-06 | 1 | -1/+1 |
* | tools/uncoded_frame: remove use of AVStream.codec. | Nicolas George | 2018-01-06 | 1 | -15/+13 |
* | tools/uncoded_frame: use buffersink accessors. | Nicolas George | 2018-01-06 | 1 | -14/+12 |
* | Revert "tools/uncoded_frame: remove usage of avfilter_link_get_channels()" | James Almer | 2018-01-05 | 1 | -1/+1 |
* | tools/uncoded_frame: remove usage of avfilter_link_get_channels() | James Almer | 2018-01-05 | 1 | -1/+1 |
* | patcheck: Add 'threshhold' to common typo list | Kelly Ledford | 2017-12-13 | 1 | -1/+1 |
* | 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 |