Re: [FFmpeg-devel] [PATCH v1] fftools/ffplay: Resolve input file path before processing

2025-05-21 Thread Appaji Chintimi
Hello, Can I get some eyes on this please? On Fri, 16 May 2025 at 01:24, Appaji Chintimi wrote: > > Can you elaborate a bit more why this requires more changes? My understanding > is, to check for different cases and handle them differently: > > 1. "-" gets replaced wi

Re: [FFmpeg-devel] [PATCH v1] fftools/ffplay: Resolve input file path before processing

2025-05-15 Thread Appaji Chintimi
ains "://", that too gets passed on without resolving it further (handles http://, https://, ftp:// etc..) 3. Only after these two checks, resolve the "filename" and pass on to "input_filename". On Wed, 14 May 2025 at 23:40, Marton Balint wrote: > > > On Wed, 1

[FFmpeg-devel] [PATCH v1] fftools/ffplay: Resolve input file path before processing

2025-05-13 Thread Appaji
Fixes ticket: https://trac.ffmpeg.org/ticket/11574 Signed-off-by: Appaji --- fftools/ffplay.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/fftools/ffplay.c b/fftools/ffplay.c index 2a572fc3aa..42f0584b55 100644 --- a/fftools/ffplay.c +++ b/fftools/ffplay.c