[FFmpeg-devel] [PATCH] ff_add_av_index_entry_internal

Michael Niedermayer michaelni
Sat Nov 21 02:52:13 CET 2009


On Fri, Nov 20, 2009 at 05:41:09PM -0800, Baptiste Coudurier wrote:
> Guys,
>
> This introduce ff_add_av_index_entry_internal which do _not_ search for 
> duplicates.
> Searching for duplicates really slow down index populating for demuxers 
> having an index in the file, and it's useless since there are no 
> duplicates. Basically mov demuxer calls it for each sample :(

i think i know a better solution:
add a check in av_index_search_timestamp() before the slow loop
that checks if the searched pos is after the last and if so skip
the loop.


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Awnsering whenever a program halts or runs forever is
On a turing machine, in general impossible (turings halting problem).
On any real computer, always possible as a real computer has a finite number
of states N, and will either halt in less than N cycles or never halt.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20091121/551d8d23/attachment.pgp>



More information about the ffmpeg-devel mailing list