Re: [FFmpeg-devel] [PATCH 2/3] avformat/avienc: add reserve_index_space option

2017-01-31 Thread Tobias Rapp
On 31.01.2017 04:33, Michael Niedermayer wrote: On Mon, Jan 30, 2017 at 04:40:17PM +0100, Tobias Rapp wrote: On 25.01.2017 22:49, Michael Niedermayer wrote: On Mon, Jan 23, 2017 at 11:12:13AM +0100, Tobias Rapp wrote: [...] libavformat/avi.h |1 libavformat/avienc.c

Re: [FFmpeg-devel] [PATCH 2/3] avformat/avienc: add reserve_index_space option

2017-01-30 Thread Michael Niedermayer
On Mon, Jan 30, 2017 at 04:40:17PM +0100, Tobias Rapp wrote: > On 25.01.2017 22:49, Michael Niedermayer wrote: > >On Mon, Jan 23, 2017 at 11:12:13AM +0100, Tobias Rapp wrote: > >[...] > >> libavformat/avi.h |1 > >> libavformat/avienc.c| 77 > >> +

Re: [FFmpeg-devel] [PATCH 2/3] avformat/avienc: add reserve_index_space option

2017-01-30 Thread Tobias Rapp
On 25.01.2017 22:49, Michael Niedermayer wrote: On Mon, Jan 23, 2017 at 11:12:13AM +0100, Tobias Rapp wrote: [...] libavformat/avi.h |1 libavformat/avienc.c| 77 +--- libavformat/version.h |2 tes

Re: [FFmpeg-devel] [PATCH 2/3] avformat/avienc: add reserve_index_space option

2017-01-25 Thread Michael Niedermayer
On Mon, Jan 23, 2017 at 11:12:13AM +0100, Tobias Rapp wrote: [...] > libavformat/avi.h |1 > libavformat/avienc.c| 77 > +--- > libavformat/version.h |2 > tests/ref/fate/mpeg4-bsf-unpack-bframes |

Re: [FFmpeg-devel] [PATCH 2/3] avformat/avienc: add reserve_index_space option

2017-01-23 Thread Tobias Rapp
On 20.01.2017 21:02, Michael Niedermayer wrote: On Fri, Jan 20, 2017 at 05:06:59PM +0100, Tobias Rapp wrote: On 20.01.2017 15:56, Tobias Rapp wrote: On 19.01.2017 18:32, Michael Niedermayer wrote: On Wed, Jan 18, 2017 at 10:27:02AM +0100, Tobias Rapp wrote: Allows the user to reserve space fo

Re: [FFmpeg-devel] [PATCH 2/3] avformat/avienc: add reserve_index_space option

2017-01-20 Thread Michael Niedermayer
On Fri, Jan 20, 2017 at 05:06:59PM +0100, Tobias Rapp wrote: > On 20.01.2017 15:56, Tobias Rapp wrote: > >On 19.01.2017 18:32, Michael Niedermayer wrote: > >>On Wed, Jan 18, 2017 at 10:27:02AM +0100, Tobias Rapp wrote: > >>>Allows the user to reserve space for the ODML master index. A sufficient >

Re: [FFmpeg-devel] [PATCH 2/3] avformat/avienc: add reserve_index_space option

2017-01-20 Thread Tobias Rapp
On 20.01.2017 15:56, Tobias Rapp wrote: On 19.01.2017 18:32, Michael Niedermayer wrote: On Wed, Jan 18, 2017 at 10:27:02AM +0100, Tobias Rapp wrote: Allows the user to reserve space for the ODML master index. A sufficient sized master index in the AVI header avoids storing follow-up master inde

Re: [FFmpeg-devel] [PATCH 2/3] avformat/avienc: add reserve_index_space option

2017-01-20 Thread Tobias Rapp
On 19.01.2017 18:32, Michael Niedermayer wrote: On Wed, Jan 18, 2017 at 10:27:02AM +0100, Tobias Rapp wrote: Allows the user to reserve space for the ODML master index. A sufficient sized master index in the AVI header avoids storing follow-up master indexes within the 'movi' data later. If the

Re: [FFmpeg-devel] [PATCH 2/3] avformat/avienc: add reserve_index_space option

2017-01-19 Thread Michael Niedermayer
On Wed, Jan 18, 2017 at 10:27:02AM +0100, Tobias Rapp wrote: > Allows the user to reserve space for the ODML master index. A sufficient > sized master index in the AVI header avoids storing follow-up master > indexes within the 'movi' data later. > > If the option is omitted or zero the index size

[FFmpeg-devel] [PATCH 2/3] avformat/avienc: add reserve_index_space option

2017-01-18 Thread Tobias Rapp
Allows the user to reserve space for the ODML master index. A sufficient sized master index in the AVI header avoids storing follow-up master indexes within the 'movi' data later. If the option is omitted or zero the index size is estimated from output duration and bitrate. A worst-case bitrate fo

Re: [FFmpeg-devel] [PATCH 2/3] avformat/avienc: add reserve_index_space option

2017-01-13 Thread Michael Niedermayer
On Tue, Jan 10, 2017 at 10:41:04AM +0100, Tobias Rapp wrote: > On 10.01.2017 00:15, Michael Niedermayer wrote: > >On Mon, Jan 09, 2017 at 09:56:51AM +0100, Tobias Rapp wrote: > >>Allows the user to reserve space for the ODML master index. A sufficient > >>sized master index in the AVI header avoids

Re: [FFmpeg-devel] [PATCH 2/3] avformat/avienc: add reserve_index_space option

2017-01-10 Thread Tobias Rapp
On 10.01.2017 00:15, Michael Niedermayer wrote: On Mon, Jan 09, 2017 at 09:56:51AM +0100, Tobias Rapp wrote: Allows the user to reserve space for the ODML master index. A sufficient sized master index in the AVI header avoids storing follow-up master indexes within the 'movi' data later. Signed

Re: [FFmpeg-devel] [PATCH 2/3] avformat/avienc: add reserve_index_space option

2017-01-09 Thread Michael Niedermayer
On Mon, Jan 09, 2017 at 09:56:51AM +0100, Tobias Rapp wrote: > Allows the user to reserve space for the ODML master index. A sufficient > sized master index in the AVI header avoids storing follow-up master > indexes within the 'movi' data later. > > Signed-off-by: Tobias Rapp > --- > libavforma

[FFmpeg-devel] [PATCH 2/3] avformat/avienc: add reserve_index_space option

2017-01-09 Thread Tobias Rapp
Allows the user to reserve space for the ODML master index. A sufficient sized master index in the AVI header avoids storing follow-up master indexes within the 'movi' data later. Signed-off-by: Tobias Rapp --- libavformat/avi.h | 1 - libavformat/avienc.c | 36