Re: [FFmpeg-devel] [PATCH] mov: Add option to keep packet order after seeking

2015-03-16 Thread Michael Niedermayer
On Mon, Mar 16, 2015 at 04:07:07PM +, Derek Buitenhuis wrote: The current behavior may produce packets in a different order after seeking, compared to demuxing linearly from the beginning. This is because the MOV demuxer seeks in each stream based on timestamp, which may not necessarily

[FFmpeg-devel] [PATCH] mov: Add option to keep packet order after seeking

2015-03-16 Thread Derek Buitenhuis
The current behavior may produce packets in a different order after seeking, compared to demuxing linearly from the beginning. This is because the MOV demuxer seeks in each stream based on timestamp, which may not necessarily match the original packet order. This makes implementing certain

Re: [FFmpeg-devel] [PATCH] mov: Add option to keep packet order after seeking

2015-03-16 Thread Derek Buitenhuis
On 3/16/2015 8:17 PM, Michael Niedermayer wrote: LGTM Martin had a few suggestions, and I will send a v2 in a bit. - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel