Re: [libav-devel] [PATCH] flvdec: Allow parsing keyframes metadata without seeking in most cases

2011-04-12 Thread Luca Barbato

On 4/12/11 4:06 PM, Martin Storsjö wrote:

On Tue, 12 Apr 2011, Luca Barbato wrote:


On 4/12/11 3:47 PM, Martin Storsjö wrote:

Stop the avio input at a point where amf_parse_object can
continue parsing the end of the object seamlessly, when all
data is available.

If unsupported data is encountered within the keyframes object,
try seeking to the start of the keyframes object - if the seek
back was successful, the caller can continue parsing the rest
of the AMF data.


Looks nicely, how to test it?


Mostly by hacking it in different ways to test how it behaves.



Thank you =) Seems good.

___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


Re: [libav-devel] [PATCH] flvdec: Allow parsing keyframes metadata without seeking in most cases

2011-04-12 Thread Martin Storsjö
On Tue, 12 Apr 2011, Luca Barbato wrote:

 On 4/12/11 4:06 PM, Martin Storsjö wrote:
  On Tue, 12 Apr 2011, Luca Barbato wrote:
  
   On 4/12/11 3:47 PM, Martin Storsjö wrote:
Stop the avio input at a point where amf_parse_object can
continue parsing the end of the object seamlessly, when all
data is available.

If unsupported data is encountered within the keyframes object,
try seeking to the start of the keyframes object - if the seek
back was successful, the caller can continue parsing the rest
of the AMF data.
   
   Looks nicely, how to test it?
  
  Mostly by hacking it in different ways to test how it behaves.
  
 
 Thank you =) Seems good.

Ok, queued then.

// Martin___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel