ffmpeg/fftools
James Almer f5a663f2a9 fftools/ffmpeg_opt: try to propagate the requested output channel layout
Don't silently replace it with the default layout for the amount of channels
from the requested layout.

Should fix ticket #9869

Signed-off-by: James Almer <jamrial@gmail.com>
2022-08-23 13:03:56 -03:00
..
Makefile fftools: add DPI awareness manifest 2022-08-13 14:42:52 +02:00
cmdutils.c
cmdutils.h
ffmpeg.c fftools/ffmpeg: store a separate copy of input codec parameters 2022-08-16 11:09:09 +02:00
ffmpeg.h fftools/ffmpeg: call av_guess_frame_rate() when opening the file 2022-08-22 11:36:43 +02:00
ffmpeg_demux.c fftools/ffmpeg: move packet timestamp processing to demuxer thread 2022-08-13 12:41:05 +02:00
ffmpeg_filter.c fftools/ffmpeg: call av_guess_frame_rate() when opening the file 2022-08-22 11:36:43 +02:00
ffmpeg_hw.c fftools/ffmpeg_hw: stop logging to the decoder context 2022-08-08 16:20:58 +02:00
ffmpeg_mux.c fftools/ffmpeg_mux: avoid leaking pkt on errors 2022-08-13 12:41:05 +02:00
ffmpeg_opt.c fftools/ffmpeg_opt: try to propagate the requested output channel layout 2022-08-23 13:03:56 -03:00
ffplay.c
ffprobe.c ffprobe: restore reporting error code for failed inputs 2022-08-17 16:46:05 +05:30
fftools.manifest fftools: add DPI awareness manifest 2022-08-13 14:42:52 +02:00
fftoolsres.rc fftools: add DPI awareness manifest 2022-08-13 14:42:52 +02:00
fopen_utf8.h
objpool.c fftools/objpool: Don't use return with expression when returning void 2022-07-23 18:58:35 +02:00
objpool.h fftools: add an object pool 2022-07-23 11:53:19 +02:00
opt_common.c
opt_common.h
sync_queue.c fftools/ffmpeg: replace AVFrame.pkt_duration with duration 2022-07-24 08:46:16 +02:00
sync_queue.h fftools/ffmpeg: use the sync queues to handle -frames 2022-07-23 11:53:19 +02:00
thread_queue.c fftools: add a multistream thread-safe queue 2022-07-23 11:53:19 +02:00
thread_queue.h fftools: add a multistream thread-safe queue 2022-07-23 11:53:19 +02:00