From: "softworkz ." <softworkz-at-hotmail.com@ffmpeg.org> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH 1/2] avformat: add avformat_query_seekable Date: Mon, 14 Apr 2025 04:40:51 +0000 Message-ID: <DM8P223MB036569166C7F02E50777BBEABAB32@DM8P223MB0365.NAMP223.PROD.OUTLOOK.COM> (raw) In-Reply-To: <60e25c6d-22ac-45d1-8946-0178f5f84071@gyani.pro> > -----Original Message----- > From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of Gyan > Doshi > Sent: Montag, 14. April 2025 06:24 > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH 1/2] avformat: add > avformat_query_seekable > > > > On 2025-04-13 09:39 pm, softworkz . wrote: > > > >> -----Original Message----- > >> From: ffmpeg-devel<ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of > Gyan > >> Doshi > >> Sent: Sonntag, 13. April 2025 13:16 > >> To:ffmpeg-devel@ffmpeg.org > >> Subject: [FFmpeg-devel] [PATCH 1/2] avformat: add > >> avformat_query_seekable > >> > >> Utility function to report seekability features for a given input. > >> > >> Useful for ffprobe and to extend seek possibilities in fftools. [..] > > Another note: > > > >> +#define AVSEEKABLE_NORMAL 0x01 ///< I/O is seekable like a local > >> +#define AVSEEKABLE_PROTOCOL 0x02 ///< I/O seek is through protocol > >> +#define AVSEEKABLE_DEMUXER 0x04 ///< demuxer has a seek function > >> +#define AVSEEKABLE_PKTSCAN 0x08 ///< seek is performed by > consuming > > There's no (numeric) room for extending the first block > > At the moment, there are 21 unused bits so there's no need as such. Sorry, what I meant is like: AVSEEKABLE_PKTSCAN 0x08 AVSEEKABLE_TIME 0x100 i.e. first block - first byte, second block - second byte, etc. (just for aesthetics obviously) sw _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2025-04-14 4:41 UTC|newest] Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-04-13 11:15 Gyan Doshi 2025-04-13 11:15 ` [FFmpeg-devel] [PATCH 2/2] ffprobe: show seekability details in format section Gyan Doshi 2025-04-13 16:18 ` softworkz . 2025-04-14 4:39 ` Gyan Doshi 2025-04-14 4:52 ` softworkz . 2025-04-14 4:57 ` softworkz . 2025-04-14 6:53 ` Gyan Doshi 2025-04-14 7:27 ` softworkz . 2025-04-14 10:36 ` Gyan Doshi 2025-04-14 8:34 ` Nicolas George 2025-04-13 16:09 ` [FFmpeg-devel] [PATCH 1/2] avformat: add avformat_query_seekable softworkz . 2025-04-14 4:23 ` Gyan Doshi 2025-04-14 4:40 ` softworkz . [this message] 2025-04-13 16:42 ` Zhao Zhili 2025-04-14 4:10 ` Gyan Doshi
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=DM8P223MB036569166C7F02E50777BBEABAB32@DM8P223MB0365.NAMP223.PROD.OUTLOOK.COM \ --to=softworkz-at-hotmail.com@ffmpeg.org \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git