aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* avdevice/avdevice: Constify av_*_device_next APIAndreas Rheinhardt2021-04-271-2/+2
* avdevice/avdevice: Constify avdevice_list_input_sources/output_sinksAndreas Rheinhardt2021-04-271-2/+2
* libavresample: Remove deprecated libraryAndreas Rheinhardt2021-04-271-12/+0
* cmdutils: replace strncpy() with direct assignmentAnton Khirnov2021-03-161-2/+2
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-161-3/+3
* fftools: Switch to const AVCodec * where possibleAndreas Rheinhardt2021-03-021-3/+4
* fftools/cmdutils: Use av_strstart instead of strncmpAndreas Rheinhardt2021-02-281-4/+2
* fftools/cmdutils: also print warnings when using -sinks and -sourcesMarton Balint2020-12-031-2/+2
* fftools: switch to the new child class iteration APIAnton Khirnov2020-06-101-2/+3
* fftools/ffmpeg: update text requesting samplesAndriy Gelman2020-06-011-1/+1
* cmdutils: drop libavformat/network.h includeAnton Khirnov2020-05-221-3/+0
* fftools/cmdutils: remove lossless and intra only capability entries from prin...James Almer2020-05-211-4/+0
* cmdutils: stop using deprecated av_codec_next()Anton Khirnov2020-04-201-14/+19
* cmdutils: fix crash if no name for "ffmpeg -h protocol"Jun Zhao2020-01-301-1/+7
* cmdutils: add show_help_protocol for get protocol optionsSteven Liu2020-01-301-0/+14
* cmdutils: Fix compilation on cygwin wrt SetDllDirectory and GetModuleHandleMartin Storsjö2020-01-081-2/+2
* fftools/cmdutils: Fix break command dump for -map optionJun Zhao2019-12-231-1/+1
* configure: Check for the SetDllDirectory and GetModuleHandle functionsMartin Storsjö2019-12-131-2/+2
* cmdutils: trailing options may be ignoredLou Logan2019-10-011-2/+2
* cmdutils: promote report level if loglevel is higherGyan Doshi2019-09-131-2/+9
* fftools: Use right function signature and pointersAndreas Rheinhardt2019-08-151-1/+1
* cmdutils: print a more descriptive error message in show_help_bsf() when no b...James Almer2018-07-281-1/+4
* fftools/cmdutils: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* cmdutils: dump supported hardware devices in print_codec()Jun Zhao2018-05-281-0/+11
* cmdutils: print missing caps in print_codec().Jun Zhao2018-05-281-0/+10
* fftools/cmdutils: add support for level flag in loglevel option parserTobias Rapp2018-04-031-18/+47
* cmdutils: fix new API break the "ffmpeg -muxers/demuxers"Jun Zhao2018-04-021-2/+2
* cmdutils: use new APIsJosh de Kock2018-03-311-5/+10
* cmdutils: print supported codecs in show_help_bsf()James Almer2018-03-221-0/+2
* cmdutils: remove a superfluous line breakJames Almer2018-03-171-1/+0
* ffmpeg: support dump bit stream filter options.Jun Zhao2018-03-161-0/+17
* Revert "cmdutils: make use of new iteration APIs"James Almer2018-02-081-43/+79
* lavc/bsf: make BSF iteration the same as other iteratorsJosh de Kock2018-02-061-1/+1
* cmdutils: make use of new iteration APIsJosh de Kock2018-02-061-79/+43
* Merge commit '908f737d6c2900b5d34319ca6ea1d1cb71221463'James Almer2017-11-011-1/+2
* Merge commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524'James Almer2017-10-011-0/+2274