[Ffmpeg-devel] [PATCH] Fix broken flv seeking

nazo lovesyao
Sun Dec 17 15:45:21 CET 2006


> rejected
> * this duplicates alot of code
I think that this is needed.
> * this simply reads through the whole file = O(n) complexity
now read only different indexes.
> * its identical to av_build_index_raw() just not as generic
> * implement AVCodec.read_timestamp() or write your own O(log n) seek
>   if you prefer and its small simple and clean
I don't know how to write O(log n) seek for flv demuxer. flv packet is 
not fixing size.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_flv_seek2.patch
Type: text/x-patch
Size: 2219 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20061217/1e39c845/attachment.bin>



More information about the ffmpeg-devel mailing list