ffmpeg/fftools
Niklas Haas 8517ff2082 fftools/ffmpeg_filter: remove YUVJ hack
This is no longer needed, since we now correctly negotiate the required
range from the mjpeg encoder via avcodec_get_supported_config().

Signed-off-by: Anton Khirnov <anton@khirnov.net>
2024-09-08 13:59:29 +02:00
..
Makefile
cmdutils.c fftools/ffmpeg: use new stream specifier API in opt_match_per_stream*() 2024-08-13 10:28:54 +02:00
cmdutils.h fftools: drop unused/hacky macros 2024-09-08 13:59:29 +02:00
ffmpeg.c fftools/ffmpeg: show video stats in progress output without filters 2024-08-14 15:17:58 +02:00
ffmpeg.h fftools/ffmpeg_filter: propagate codec yuv metadata to filters 2024-09-08 13:59:29 +02:00
ffmpeg_dec.c fftools/ffmpeg_dec: improve detection of lavf-guessed durations 2024-07-09 11:14:08 +02:00
ffmpeg_demux.c fftools/ffmpeg: use new stream specifier API in opt_match_per_stream*() 2024-08-13 10:28:54 +02:00
ffmpeg_enc.c
ffmpeg_filter.c fftools/ffmpeg_filter: propagate codec yuv metadata to filters 2024-09-08 13:59:29 +02:00
ffmpeg_hw.c
ffmpeg_mux.c
ffmpeg_mux.h fftools/ffmpeg: replace MATCH_PER_STREAM_OPT(.., str, ..) with a function 2024-08-13 10:28:54 +02:00
ffmpeg_mux_init.c fftools/ffmpeg_filter: remove YUVJ hack 2024-09-08 13:59:29 +02:00
ffmpeg_opt.c fftools/ffmpeg: switch -map parsing to new stream specifier API 2024-08-13 10:28:54 +02:00
ffmpeg_sched.c
ffmpeg_sched.h
ffmpeg_utils.h fftools/ffmpeg: prefer real errors over EOF in err_merge() 2024-07-24 08:20:21 +02:00
ffplay.c fftools/ffplay: handle flip in display matrix 2024-08-24 00:26:59 +08:00
ffplay_renderer.c
ffplay_renderer.h
ffprobe.c fftools/ffprobe: implement dv_md_compression 2024-07-28 12:20:07 +02:00
fftools.manifest
fftoolsres.rc
fopen_utf8.h
objpool.c
objpool.h
opt_common.c fftools/opt_common: switch to avcodec_get_supported_config() 2024-09-08 13:59:29 +02:00
opt_common.h
sync_queue.c
sync_queue.h
thread_queue.c
thread_queue.h