Re: [FFmpeg-devel] [PATCH v2 1/2] avformat: add avformat_query_seekable

2025-04-23 Thread Stefano Sabatini
On date Tuesday 2025-04-22 10:24:01 +0530, Gyan Doshi wrote: > On 2025-04-21 11:59 pm, Stefano Sabatini wrote: > > On date Tuesday 2025-04-15 16:09:56 +0530, Gyan Doshi wrote: > > > Utility function to report seekability features for a given input. > > > > > > Useful for ffprobe and to extend seek

Re: [FFmpeg-devel] [PATCH v2 1/2] avformat: add avformat_query_seekable

2025-04-21 Thread Gyan Doshi
On 2025-04-21 11:59 pm, Stefano Sabatini wrote: On date Tuesday 2025-04-15 16:09:56 +0530, Gyan Doshi wrote: Utility function to report seekability features for a given input. Useful for ffprobe and to extend seek possibilities in fftools. --- v2: made constants more descriptive add

Re: [FFmpeg-devel] [PATCH v2 1/2] avformat: add avformat_query_seekable

2025-04-21 Thread Stefano Sabatini
On date Tuesday 2025-04-15 16:09:56 +0530, Gyan Doshi wrote: > Utility function to report seekability features for a given input. > > Useful for ffprobe and to extend seek possibilities in fftools. > --- > v2: >made constants more descriptive >add exception for rtsp false negative seekabil

Re: [FFmpeg-devel] [PATCH v2 1/2] avformat: add avformat_query_seekable

2025-04-16 Thread Gyan Doshi
On 2025-04-16 10:37 am, Andreas Rheinhardt wrote: Gyan Doshi: Utility function to report seekability features for a given input. Useful for ffprobe and to extend seek possibilities in fftools. --- v2: made constants more descriptive add exception for rtsp false negative seekability

Re: [FFmpeg-devel] [PATCH v2 1/2] avformat: add avformat_query_seekable

2025-04-15 Thread Andreas Rheinhardt
Gyan Doshi: > Utility function to report seekability features for a given input. > > Useful for ffprobe and to extend seek possibilities in fftools. > --- > v2: >made constants more descriptive >add exception for rtsp false negative seekability > > doc/APIchanges | 3 +++ > liba

Re: [FFmpeg-devel] [PATCH v2 1/2] avformat: add avformat_query_seekable

2025-04-15 Thread Zhao Zhili
> On Apr 15, 2025, at 18:39, Gyan Doshi wrote: > > Utility function to report seekability features for a given input. > > Useful for ffprobe and to extend seek possibilities in fftools. > --- > v2: > made constants more descriptive > add exception for rtsp false negative seekability > > d

[FFmpeg-devel] [PATCH v2 1/2] avformat: add avformat_query_seekable

2025-04-15 Thread Gyan Doshi
Utility function to report seekability features for a given input. Useful for ffprobe and to extend seek possibilities in fftools. --- v2: made constants more descriptive add exception for rtsp false negative seekability doc/APIchanges | 3 +++ libavformat/avformat.h | 22