summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint2018-01-281-1/+1
* Remove the ffserver programRostislav Pehlivanov2018-01-061-1/+1
* tools/uncoded_frame: remove use of AVStream.codec.Nicolas George2018-01-061-15/+13
* tools/uncoded_frame: use buffersink accessors.Nicolas George2018-01-061-14/+12
* Revert "tools/uncoded_frame: remove usage of avfilter_link_get_channels()"James Almer2018-01-051-1/+1
* tools/uncoded_frame: remove usage of avfilter_link_get_channels()James Almer2018-01-051-1/+1
* patcheck: Add 'threshhold' to common typo listKelly Ledford2017-12-131-1/+1
* tools/cl2c: Add a copyright headerMark Thompson2017-11-221-0/+16
* lavfi: Add infrastructure for building OpenCL source into libavfilterMark Thompson2017-11-221-0/+20
* Merge commit 'f19fbfbdc637e08ad5c980807ede2d023f20c049'James Almer2017-11-111-0/+5
|\
| * aviocat: Check for output write errorsMartin Storsjö2017-09-041-0/+5
* | Merge commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e'James Almer2017-11-111-4/+1
|\ \ | |/
| * Remove support for building for mingw32ce (Windows CE)Martin Storsjö2017-08-311-4/+1
* | 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