librempeg/fftools
Zhao Zhili a15265b42f fftools/ffplay: handle flip in display matrix
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2024-08-30 18:02:49 +02:00
..
cmdutils.c fftools/ffmpeg: use new stream specifier API in opt_match_per_stream*() 2024-08-15 10:48:36 +02:00
cmdutils.h fftools/ffmpeg: use new stream specifier API in opt_match_per_stream*() 2024-08-15 10:48:36 +02:00
ffmpeg_dec.c fftools/ffmpeg_dec: improve detection of lavf-guessed durations 2024-07-10 14:29:04 +02:00
ffmpeg_demux.c fftools/ffmpeg: use new stream specifier API in opt_match_per_stream*() 2024-08-15 10:48:36 +02:00
ffmpeg_enc.c fftools/ffmpeg_mux_init: apply encoder options manually 2024-07-03 20:58:22 +02:00
ffmpeg_filter.c fftools/ffmpeg_filter: use the correct specifier for crop arguments 2024-07-24 00:53:45 +02:00
ffmpeg_hw.c avutil/common: Don't auto-include mem.h 2024-04-01 19:51:37 +02:00
ffmpeg_mux_init.c fftools/ffmpeg: use new stream specifier API in opt_match_per_stream*() 2024-08-15 10:48:36 +02:00
ffmpeg_mux.c fftools/ffmpeg_mux_init: make encoder_opts local to ost_add() 2024-07-03 20:58:22 +02:00
ffmpeg_mux.h fftools/ffmpeg: replace MATCH_PER_STREAM_OPT(.., str, ..) with a function 2024-08-15 10:48:36 +02:00
ffmpeg_opt.c fftools/ffmpeg: switch -map parsing to new stream specifier API 2024-08-15 10:48:36 +02:00
ffmpeg_sched.c fftools/ffmpeg_sched: Remove dead assignments in sch_dec_send() 2024-07-03 08:46:29 +02:00
ffmpeg_sched.h fftools: terminate on 'q' press for infinite filter outputs 2024-06-16 14:36:30 +02:00
ffmpeg_utils.h fftools/ffmpeg: prefer real errors over EOF in err_merge() 2024-07-24 11:27:51 +02:00
ffmpeg.c fftools/ffmpeg: show video stats in progress output without filters 2024-08-15 10:48:37 +02:00
ffmpeg.h fftools/ffmpeg: use new stream specifier API in opt_match_per_stream*() 2024-08-15 10:48:36 +02:00
ffplay_renderer.c fftools/ffplay_renderer: use correct NULL value for Vulkan type 2024-06-27 09:03:07 +02:00
ffplay_renderer.h fftools/ffplay: add hwaccel decoding support 2023-11-15 01:20:11 +08:00
ffplay.c fftools/ffplay: handle flip in display matrix 2024-08-30 18:02:49 +02:00
ffprobe.c fftools/ffprobe: implement dv_md_compression 2024-07-31 17:43:40 +02:00
fftools.manifest
fftoolsres.rc
fopen_utf8.h avutil/common: Don't auto-include mem.h 2024-04-01 19:51:37 +02:00
Makefile fftools/ffmpeg: add thread-aware transcode scheduling infrastructure 2023-12-12 09:34:09 +01:00
objpool.c
objpool.h
opt_common.c tools/opt_common: Check for malloc failure 2024-05-09 19:04:12 +02:00
opt_common.h fftools/cmdutils: hide some information listing options from basic help 2024-02-07 23:21:52 +01:00
sync_queue.c fftools/ffmpeg_demux, sync_queue: Constify a bit 2024-03-02 12:09:18 +01:00
sync_queue.h fftools/sync_queue: add debug logging 2023-05-28 10:47:59 +02:00
thread_queue.c fftools/thread_queue: count receive-finished streams as finished 2023-11-14 18:18:26 +01:00
thread_queue.h