[FFmpeg-devel] [PATCH] Reduce exessive seeking in mov demuxer

elupus elupus
Fri Oct 5 21:46:28 CEST 2007


Hi,

This patch reduces the exessive seeking back and forth using the mov 
demuxer. Current code selects the next packet to read based on lowest dts of 
all possible streams. For some reason alot of mov files are muxed in such a 
way that that isn't always the order in wich they come in the stream. This 
patch changes the selection to be based on the position in the stream 
instead.

Now if you know the filesystem has fast seeking, this might not be the best 
way. But I think it is better to have as default.

Regards
Joakim


Ps.I hope my client get's the mime type correct on the file now that it's 
named .txt instead of patch, we'll see :) 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: mov.txt
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071005/6a282a41/attachment.txt>



More information about the ffmpeg-devel mailing list