Re: [FFmpeg-devel] [PATCH 2/9] ffmpeg: do packet ts rescaling in write_packet()

2017-02-15 Thread Carl Eugen Hoyos
2017-02-15 12:00 GMT+01:00 wm4 : > On Wed, 15 Feb 2017 11:48:36 +0100 > Carl Eugen Hoyos wrote: > >> 2017-02-14 14:08 GMT+01:00 Michael Niedermayer : >> > My concern are the growing number of regressions >> >> > (which implies more get added than fixed). >> >> From a purely quantitative pov this i

Re: [FFmpeg-devel] [PATCH 2/9] ffmpeg: do packet ts rescaling in write_packet()

2017-02-15 Thread wm4
On Wed, 15 Feb 2017 11:48:36 +0100 Carl Eugen Hoyos wrote: > 2017-02-14 14:08 GMT+01:00 Michael Niedermayer : > > My concern are the growing number of regressions > > > (which implies more get added than fixed). > > From a purely quantitative pov this is correct. Do you propose we should r

Re: [FFmpeg-devel] [PATCH 2/9] ffmpeg: do packet ts rescaling in write_packet()

2017-02-15 Thread Carl Eugen Hoyos
2017-02-14 14:08 GMT+01:00 Michael Niedermayer : > My concern are the growing number of regressions > (which implies more get added than fixed). From a purely quantitative pov this is correct. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpe

Re: [FFmpeg-devel] [PATCH 2/9] ffmpeg: do packet ts rescaling in write_packet()

2017-02-14 Thread Michael Niedermayer
On Mon, Feb 13, 2017 at 06:27:50AM +0100, wm4 wrote: > On Fri, 10 Feb 2017 22:43:26 +0100 > Michael Niedermayer wrote: > > > On Fri, Feb 10, 2017 at 01:35:34PM +0100, wm4 wrote: > > > From: Anton Khirnov > > > > > > This will be useful in the following commit, after which the muxer > > > timeba

Re: [FFmpeg-devel] [PATCH 2/9] ffmpeg: do packet ts rescaling in write_packet()

2017-02-12 Thread wm4
On Fri, 10 Feb 2017 22:43:26 +0100 Michael Niedermayer wrote: > On Fri, Feb 10, 2017 at 01:35:34PM +0100, wm4 wrote: > > From: Anton Khirnov > > > > This will be useful in the following commit, after which the muxer > > timebase is not always available when encoding. > > > > This merges Libav

Re: [FFmpeg-devel] [PATCH 2/9] ffmpeg: do packet ts rescaling in write_packet()

2017-02-10 Thread Michael Niedermayer
On Fri, Feb 10, 2017 at 01:35:34PM +0100, wm4 wrote: > From: Anton Khirnov > > This will be useful in the following commit, after which the muxer > timebase is not always available when encoding. > > This merges Libav commit 3e265ca. It was previously skipped. > > There is a minor change with s

[FFmpeg-devel] [PATCH 2/9] ffmpeg: do packet ts rescaling in write_packet()

2017-02-10 Thread wm4
From: Anton Khirnov This will be useful in the following commit, after which the muxer timebase is not always available when encoding. This merges Libav commit 3e265ca. It was previously skipped. There is a minor change with setting the mux_timebase field only after the muxer's write_header fun