[FFmpeg-devel] [PATCH 4/5] lavfi: drop the requirement that request_frame returns a frame.

Nicolas George george at nsup.org
Sun Sep 20 19:12:20 CEST 2015


Le nonidi 9 fructidor, an CCXXIII, Paul B Mahol a écrit :
> Another missing feature that could be considered important is seeking support,
> or more specifically to be able to request any frame from stream if it is
> possible by underlying protocol.

I see what you mean. I have not given much thought to the question, I do not
know what it would require to implement it. If you already have some ideas
about it, please let me know.

My intuition is that it would use some kind of command passing from in the
output->input direction. The work I am doing in this series and the next
ones is about the input->output direction, I believe it is quite orthogonal,
except possibly to ensure correct synchronization between the directions
(i.e. knowing if a frame that arrives on output belongs before or after the
seek). Anyway, I will keep in mind and try not to write anything that would
make implementing seeking harder than it already is.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150920/e8dcb50e/attachment.sig>


More information about the ffmpeg-devel mailing list