Re: [FFmpeg-devel] [PATCH 0/9] Merge lazy filter initialization in ffmpeg CLI

2017-02-15 Thread wm4
On Tue, 14 Feb 2017 18:43:30 +0100 Michael Niedermayer wrote: > On Tue, Feb 14, 2017 at 06:11:22PM +0100, Michael Niedermayer wrote: > > On Mon, Feb 13, 2017 at 12:57:30PM +0100, Michael Niedermayer wrote: > > > On Mon, Feb 13, 2017 at 10:31:19AM +0100, wm4 wrote: > >

Re: [FFmpeg-devel] [PATCH 0/9] Merge lazy filter initialization in ffmpeg CLI

2017-02-14 Thread Michael Niedermayer
On Tue, Feb 14, 2017 at 06:11:22PM +0100, Michael Niedermayer wrote: > On Mon, Feb 13, 2017 at 12:57:30PM +0100, Michael Niedermayer wrote: > > On Mon, Feb 13, 2017 at 10:31:19AM +0100, wm4 wrote: > > > On Fri, 10 Feb 2017 15:25:13 +0100 > > > Michael Niedermayer wrote: >

Re: [FFmpeg-devel] [PATCH 0/9] Merge lazy filter initialization in ffmpeg CLI

2017-02-14 Thread Michael Niedermayer
On Mon, Feb 13, 2017 at 12:57:30PM +0100, Michael Niedermayer wrote: > On Mon, Feb 13, 2017 at 10:31:19AM +0100, wm4 wrote: > > On Fri, 10 Feb 2017 15:25:13 +0100 > > Michael Niedermayer wrote: > > > > > On Fri, Feb 10, 2017 at 03:22:28PM +0100, Michael Niedermayer wrote:

Re: [FFmpeg-devel] [PATCH 0/9] Merge lazy filter initialization in ffmpeg CLI

2017-02-13 Thread Michael Niedermayer
On Mon, Feb 13, 2017 at 10:31:19AM +0100, wm4 wrote: > On Fri, 10 Feb 2017 15:25:13 +0100 > Michael Niedermayer wrote: > > > On Fri, Feb 10, 2017 at 03:22:28PM +0100, Michael Niedermayer wrote: > > > On Fri, Feb 10, 2017 at 03:15:29PM +0100, Michael Niedermayer wrote: >

Re: [FFmpeg-devel] [PATCH 0/9] Merge lazy filter initialization in ffmpeg CLI

2017-02-13 Thread wm4
On Fri, 10 Feb 2017 15:25:13 +0100 Michael Niedermayer wrote: > On Fri, Feb 10, 2017 at 03:22:28PM +0100, Michael Niedermayer wrote: > > On Fri, Feb 10, 2017 at 03:15:29PM +0100, Michael Niedermayer wrote: > > > On Fri, Feb 10, 2017 at 01:35:32PM +0100, wm4 wrote: > >

Re: [FFmpeg-devel] [PATCH 0/9] Merge lazy filter initialization in ffmpeg CLI

2017-02-10 Thread Michael Niedermayer
On Fri, Feb 10, 2017 at 03:22:28PM +0100, Michael Niedermayer wrote: > On Fri, Feb 10, 2017 at 03:15:29PM +0100, Michael Niedermayer wrote: > > On Fri, Feb 10, 2017 at 01:35:32PM +0100, wm4 wrote: > > > These patches merge the previously skipped Libav commits, which made > > > avconv lazily

Re: [FFmpeg-devel] [PATCH 0/9] Merge lazy filter initialization in ffmpeg CLI

2017-02-10 Thread Michael Niedermayer
On Fri, Feb 10, 2017 at 03:15:29PM +0100, Michael Niedermayer wrote: > On Fri, Feb 10, 2017 at 01:35:32PM +0100, wm4 wrote: > > These patches merge the previously skipped Libav commits, which made > > avconv lazily initialize libavfilter graphs. This means the filters > > are initialized with the

Re: [FFmpeg-devel] [PATCH 0/9] Merge lazy filter initialization in ffmpeg CLI

2017-02-10 Thread Michael Niedermayer
On Fri, Feb 10, 2017 at 01:35:32PM +0100, wm4 wrote: > These patches merge the previously skipped Libav commits, which made > avconv lazily initialize libavfilter graphs. This means the filters > are initialized with the actual output format, instead of whatever > libavformat reports. > > It's a

Re: [FFmpeg-devel] [PATCH 0/9] Merge lazy filter initialization in ffmpeg CLI

2017-02-10 Thread wm4
On Fri, 10 Feb 2017 13:55:39 +0100 Timo Rothenpieler wrote: > Am 10.02.2017 um 13:35 schrieb wm4: > > These patches merge the previously skipped Libav commits, which made > > avconv lazily initialize libavfilter graphs. This means the filters > > are initialized with the

Re: [FFmpeg-devel] [PATCH 0/9] Merge lazy filter initialization in ffmpeg CLI

2017-02-10 Thread Timo Rothenpieler
Am 10.02.2017 um 13:35 schrieb wm4: > These patches merge the previously skipped Libav commits, which made > avconv lazily initialize libavfilter graphs. This means the filters > are initialized with the actual output format, instead of whatever > libavformat reports. > > It's a prerequisite to

[FFmpeg-devel] [PATCH 0/9] Merge lazy filter initialization in ffmpeg CLI

2017-02-10 Thread wm4
These patches merge the previously skipped Libav commits, which made avconv lazily initialize libavfilter graphs. This means the filters are initialized with the actual output format, instead of whatever libavformat reports. It's a prerequisite to making hardware decoding support saner, as