summaryrefslogtreecommitdiff
path: root/fftools/cmdutils.c
Commit message (Expand)AuthorAge
* fftools/cmdutils: Fix undefined 1 << 31Andreas Rheinhardt2022-01-11
* fftools: provide media type info for devicesDiederick Niehorster2021-12-24
* fftools/cmdutils: Avoid crash when opts could not be allocatedYu Yang2021-12-16
* fftools/cmdutils: Use av_dynarray_add_nofree()Andreas Rheinhardt2021-12-05
* fftools/cmdutils: Make allocate_array_elem() return ptr to new elementAndreas Rheinhardt2021-12-05
* fftools/cmdutils: Atomically add elements to list of pointers, fix crashAndreas Rheinhardt2021-12-05
* fftools: Constify values from av_dict_get()Chad Fraleigh2021-11-18
* cmdutils: add an option for listing stream dispositionsAnton Khirnov2021-11-16
* fftools/cmdutils: Print bit depths when executing 'ffmpeg -pix_fmts'Soft Works2021-11-13
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* fftools/cmdutils: Don't report AV_CODEC_CAP_TRUNCATEDAndreas Rheinhardt2021-09-20
* ffmpeg: use display matrix frame side data for autorotationJames Almer2021-09-16
* cmdutils: round rotation value to nearest integerJames Almer2021-09-16
* fftools/cmdutils: Use %c, not %s to write a single charAndreas Rheinhardt2021-09-05
* fftools/cmdutils: Use %c, not %s, to write single charAndreas Rheinhardt2021-09-04
* fftools/cmdutils: Don't access AV(In|Out)putformat.get_device_listAndreas Rheinhardt2021-09-04
* fftools: Remove remnants of resample_optsAndreas Rheinhardt2021-09-03
* fftools/cmdutils: Fix warning for initialization makes integer from pointer w...Limin Wang2021-09-01
* fftools/cmdutils: Switch to avfilter_filter_pad_count()Andreas Rheinhardt2021-08-20
* fftools/cmdutils: Use avfilter_pad_count() for AVFilter's number of padsAndreas Rheinhardt2021-08-20
* fftools/cmdutils: Use av_strstart() instead of strncmp()Andreas Rheinhardt2021-08-11
* fftools/cmdutils: Remove unused cpu_countAndreas Rheinhardt2021-08-08
* fftools: Don't set default swscale flags in ffmpeg/ffprobe/ffplayLinjie Fu2021-08-05
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-22
* lavu/cpu: Use av_cpu_ prefixThilo Borgmann2021-07-20
* fftools/cmdutils.c: Add cmd line option to override detection of cpu count.Thilo Borgmann2021-07-16
* avdevice/avdevice: Constify av_*_device_next APIAndreas Rheinhardt2021-04-27
* avdevice/avdevice: Constify avdevice_list_input_sources/output_sinksAndreas Rheinhardt2021-04-27
* libavresample: Remove deprecated libraryAndreas Rheinhardt2021-04-27
* cmdutils: replace strncpy() with direct assignmentAnton Khirnov2021-03-16
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-16
* fftools: Switch to const AVCodec * where possibleAndreas Rheinhardt2021-03-02
* fftools/cmdutils: Use av_strstart instead of strncmpAndreas Rheinhardt2021-02-28
* fftools/cmdutils: also print warnings when using -sinks and -sourcesMarton Balint2020-12-03
* fftools: switch to the new child class iteration APIAnton Khirnov2020-06-10
* fftools/ffmpeg: update text requesting samplesAndriy Gelman2020-06-01
* cmdutils: drop libavformat/network.h includeAnton Khirnov2020-05-22
* fftools/cmdutils: remove lossless and intra only capability entries from prin...James Almer2020-05-21
* cmdutils: stop using deprecated av_codec_next()Anton Khirnov2020-04-20
* cmdutils: fix crash if no name for "ffmpeg -h protocol"Jun Zhao2020-01-30
* cmdutils: add show_help_protocol for get protocol optionsSteven Liu2020-01-30
* cmdutils: Fix compilation on cygwin wrt SetDllDirectory and GetModuleHandleMartin Storsjö2020-01-08
* fftools/cmdutils: Fix break command dump for -map optionJun Zhao2019-12-23
* configure: Check for the SetDllDirectory and GetModuleHandle functionsMartin Storsjö2019-12-13
* cmdutils: trailing options may be ignoredLou Logan2019-10-01
* cmdutils: promote report level if loglevel is higherGyan Doshi2019-09-13
* fftools: Use right function signature and pointersAndreas Rheinhardt2019-08-15
* cmdutils: print a more descriptive error message in show_help_bsf() when no b...James Almer2018-07-28
* fftools/cmdutils: Replace the number by macro for bprint initJun Zhao2018-06-17