summaryrefslogtreecommitdiff
path: root/fftools/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* fftools/cmdutils: Fix undefined 1 << 31Andreas Rheinhardt2022-01-111-1/+1
* fftools: provide media type info for devicesDiederick Niehorster2021-12-241-10/+24
* fftools/cmdutils: Avoid crash when opts could not be allocatedYu Yang2021-12-161-1/+1
* fftools/cmdutils: Use av_dynarray_add_nofree()Andreas Rheinhardt2021-12-051-10/+4
* fftools/cmdutils: Make allocate_array_elem() return ptr to new elementAndreas Rheinhardt2021-12-051-2/+4
* fftools/cmdutils: Atomically add elements to list of pointers, fix crashAndreas Rheinhardt2021-12-051-0/+16
* fftools: Constify values from av_dict_get()Chad Fraleigh2021-11-181-1/+1
* cmdutils: add an option for listing stream dispositionsAnton Khirnov2021-11-161-0/+10
* fftools/cmdutils: Print bit depths when executing 'ffmpeg -pix_fmts'Soft Works2021-11-131-3/+8
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+2
* fftools/cmdutils: Don't report AV_CODEC_CAP_TRUNCATEDAndreas Rheinhardt2021-09-201-2/+0
* ffmpeg: use display matrix frame side data for autorotationJames Almer2021-09-161-3/+1
* cmdutils: round rotation value to nearest integerJames Almer2021-09-161-1/+1
* fftools/cmdutils: Use %c, not %s to write a single charAndreas Rheinhardt2021-09-051-3/+3
* fftools/cmdutils: Use %c, not %s, to write single charAndreas Rheinhardt2021-09-041-2/+2
* fftools/cmdutils: Don't access AV(In|Out)putformat.get_device_listAndreas Rheinhardt2021-09-041-14/+2
* fftools: Remove remnants of resample_optsAndreas Rheinhardt2021-09-031-6/+2
* fftools/cmdutils: Fix warning for initialization makes integer from pointer w...Limin Wang2021-09-011-1/+1
* fftools/cmdutils: Switch to avfilter_filter_pad_count()Andreas Rheinhardt2021-08-201-3/+3
* fftools/cmdutils: Use avfilter_pad_count() for AVFilter's number of padsAndreas Rheinhardt2021-08-201-1/+3
* fftools/cmdutils: Use av_strstart() instead of strncmp()Andreas Rheinhardt2021-08-111-4/+2
* fftools/cmdutils: Remove unused cpu_countAndreas Rheinhardt2021-08-081-1/+0
* fftools: Don't set default swscale flags in ffmpeg/ffprobe/ffplayLinjie Fu2021-08-051-8/+0
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* lavu/cpu: Use av_cpu_ prefixThilo Borgmann2021-07-201-1/+1
* fftools/cmdutils.c: Add cmd line option to override detection of cpu count.Thilo Borgmann2021-07-161-0/+27
* 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