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 (Expand)Author
2018-04-02lav*,tests: remove several register_all callsJosh de Kock
2018-01-29fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint
2018-01-06Remove the ffserver programRostislav Pehlivanov
2018-01-06tools/uncoded_frame: remove use of AVStream.codec.Nicolas George
2018-01-06tools/uncoded_frame: use buffersink accessors.Nicolas George
2018-01-06Revert "tools/uncoded_frame: remove usage of avfilter_link_get_channels()"James Almer
2018-01-05tools/uncoded_frame: remove usage of avfilter_link_get_channels()James Almer
2017-12-13patcheck: Add 'threshhold' to common typo listKelly Ledford
2017-11-23tools/cl2c: Add a copyright headerMark Thompson
2017-11-23lavfi: Add infrastructure for building OpenCL source into libavfilterMark Thompson
2017-11-11Merge commit 'f19fbfbdc637e08ad5c980807ede2d023f20c049'James Almer
2017-11-11Merge commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e'James Almer
2017-10-25tools/target_dec_fuzzer: Fix build after AV_CODEC_CAP_HWACCEL_VDPAU was removedMichael Niedermayer
2017-10-25tools/target_dec_fuzzer: Fix build after FF_INPUT_BUFFER_PADDING_SIZE was rem...Michael Niedermayer
2017-10-02tools/ismindex: remove unused headerJames Almer
2017-09-04aviocat: Check for output write errorsMartin Storsjö
2017-08-31Remove support for building for mingw32ce (Windows CE)Martin Storsjö
2017-06-21build: Generalize yasm/nasm-related variable namesDiego Biurrun
2017-06-12tools/sofa2wavs: add license headerPaul B Mahol
2017-06-12tools: add sofa2wavsPaul B Mahol
2017-05-29tools/target_dec_fuzzer: Move the hwaccel check outside the initialization ifMichael Niedermayer
2017-05-06tools/target_dec_fuzzer: Do not attempt to fuzz VDPAU, its not supportedMichael Niedermayer
2017-05-06tools/target_dec_fuzzer: Do not use codec_id to look up decoder, but use sele...Michael Niedermayer
2017-05-04tools/target_dec_fuzzer: Fix memleak on open failureMichael Niedermayer
2017-05-03tools/target_dec_fuzzer: Use decoder and not codec_id as argumentMichael Niedermayer
2017-05-02tools/target_dec_fuzzer: Use avcodec_register_all() instead of register_all()Michael Niedermayer
2017-04-30tools: Eliminate codec_type complexity from fuzzerMichael Niedermayer
2017-04-27tools/target_dec_fuzzer: Fix return code on open failureMichael Niedermayer
2017-04-25tools/target_dec_fuzzer: Remove FuzzerInterface.h dependancyMichael Niedermayer
2017-04-25Make tools/target_dec_*_fuzzer buildable with configure and makeMichael Niedermayer
2017-04-25tools/target_dec_fuzzer: Fix build with default FFmpeg build flagsMichael Niedermayer
2017-04-20tools/target_dec_fuzzer: Fuzz video decoder related fields in context.Michael Niedermayer
2017-04-14build: fix tools build dependenciesJames Almer
2017-04-13Merge commit '3e105d08848162b90d886bde59c010d4b0362a4b'James Almer
2017-04-04Merge commit '233d50b275dd7cf6cc0656851e670e1b2dfba56f'James Almer
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
2017-02-24tools/target_dec_fuzzer: Fix misaligned readMichael Niedermayer
2017-02-01tools/target_dec_fuzzer: Only audio uses the return value to decode packets i...Michael Niedermayer
2017-01-29doc/examples/decoder_targeted: move to tools/target_dec_fuzzer.cRostislav Pehlivanov
2016-12-24tools/zmqsend: Do not truncate fgetc() returnMichael Niedermayer
2016-12-07build: Move entries related to building TOOLS to a subdirectory MakefileDiego Biurrun
2016-12-05zmqsend: Initialize ret to 0Timothy Gu
2016-12-01tools/coverity: Add model for av_reallocPhilip Langdale
2016-12-01tools/coverity: Add models for av_mallocz and av_freePhilip Langdale
2016-11-24qt-faststart: Do not try to use fancy 64-bit seeking functions on mingw32ceMartin Storsjö
2016-11-11tools: add loudnorm script example to use loudnormMarton Balint
2016-10-25aviocat: Support avio optionsLuca Barbato
2016-10-09tools: fix grammar errorMoritz Barsnick
2016-09-25doc: move out merge script to toolsClément Bœsch