ffmpeg/fftools
Derek Buitenhuis f43a8112dd ffprobe: Allow unknown format private AVOptions
This useful, because by ffprobe's very nature, you use it to probe
a file and find out what it is. Requiring every format private option
to be known to the demuxer forces one to run ffprobe twice, if one
wants to use ffprobe in a generic way.

For example, say one wants to probe all user-uploaded files, while
also ignoring edit lists for any MP4s that are uploaded. Currently,
you'd have to run ffprobe twice: once to identify the format, and
once again to actually probe the metadata you want. After this
patch, you could set -ignore_editlist 1 on every call and only
probe once.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2020-07-02 19:24:56 +01:00
..
Makefile ffmpeg: remove superfluous custom cuvid hwaccel 2020-03-03 18:11:28 -03:00
cmdutils.c fftools: switch to the new child class iteration API 2020-06-10 12:36:44 +02:00
cmdutils.h fftools: Use right function signature and pointers 2019-08-15 01:26:21 +02:00
ffmpeg.c fftools/ffmpeg: update text requesting samples 2020-06-01 14:39:52 -04:00
ffmpeg.h fftools/ffmpeg_filter: add -autoscale to disable/enable the default scale 2020-06-18 16:31:09 +08:00
ffmpeg_filter.c fftools/ffmpeg_filter: add -autoscale to disable/enable the default scale 2020-06-18 16:31:09 +08:00
ffmpeg_hw.c ffmpeg: Don't require a known device to pass a frames context to an encoder 2020-05-03 16:04:27 +01:00
ffmpeg_opt.c fftools/ffmpeg_filter: add -autoscale to disable/enable the default scale 2020-06-18 16:31:09 +08:00
ffmpeg_qsv.c ffmpeg: Remove the hw_device_ctx global 2020-04-26 18:38:25 +01:00
ffmpeg_videotoolbox.c Stop hardcoding align=32 in av_frame_get_buffer() calls. 2020-05-22 14:38:57 +02:00
ffplay.c ffplay: set stream_index to -1 earlier to prevent segfault 2020-04-25 12:11:11 +10:00
ffprobe.c ffprobe: Allow unknown format private AVOptions 2020-07-02 19:24:56 +01:00