Re: [FFmpeg-devel] [PATCH 3/3] swscale: ayuv16le output support

2015-07-14 Thread Robert Krüger
On Tue, Jul 14, 2015 at 3:17 PM, Paul B Mahol wrote: > Dana 14. 7. 2015. 13:09 osoba "Robert Krüger" > napisala je: > > > > On Mon, Jul 6, 2015 at 3:12 PM, Michael Niedermayer > > wrote: > > > > > On Mon, Jul 06, 2015 at 03:10:41PM +0200, Michael Niedermayer wrote: > > > > On Mon, Jul 06, 2015

Re: [FFmpeg-devel] [PATCH 3/3] swscale: ayuv16le output support

2015-07-14 Thread Paul B Mahol
Dana 14. 7. 2015. 13:09 osoba "Robert Krüger" napisala je: > > On Mon, Jul 6, 2015 at 3:12 PM, Michael Niedermayer > wrote: > > > On Mon, Jul 06, 2015 at 03:10:41PM +0200, Michael Niedermayer wrote: > > > On Mon, Jul 06, 2015 at 11:56:21AM +, Paul B Mahol wrote: > > > > Signed-off-by: Paul B

Re: [FFmpeg-devel] [PATCH 3/3] swscale: ayuv16le output support

2015-07-14 Thread Robert Krüger
On Mon, Jul 6, 2015 at 3:12 PM, Michael Niedermayer wrote: > On Mon, Jul 06, 2015 at 03:10:41PM +0200, Michael Niedermayer wrote: > > On Mon, Jul 06, 2015 at 11:56:21AM +, Paul B Mahol wrote: > > > Signed-off-by: Paul B Mahol > > > --- > > > libswscale/output.c | 48 > +

Re: [FFmpeg-devel] [PATCH 3/3] swscale: ayuv16le output support

2015-07-06 Thread Michael Niedermayer
On Mon, Jul 06, 2015 at 03:10:41PM +0200, Michael Niedermayer wrote: > On Mon, Jul 06, 2015 at 11:56:21AM +, Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > > --- > > libswscale/output.c | 48 > > > > libswscale/utils.c

Re: [FFmpeg-devel] [PATCH 3/3] swscale: ayuv16le output support

2015-07-06 Thread Michael Niedermayer
On Mon, Jul 06, 2015 at 11:56:21AM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libswscale/output.c | 48 > > libswscale/utils.c | 2 +- > tests/ref/fate/filter-pixfmts-copy | 1 + > tests/ref

Re: [FFmpeg-devel] [PATCH 3/3] swscale: ayuv16le output support

2015-07-06 Thread Robert Krüger
On Mon, Jul 6, 2015 at 2:27 PM, Carl Eugen Hoyos wrote: > Paul B Mahol gmail.com> writes: > > > +static void > > +yuv2ayuv16le_X_c > > Where you able to test this with the Apple > encoder? > > I will try to get a test setup running and post the results here, probably tomorrow. __

Re: [FFmpeg-devel] [PATCH 3/3] swscale: ayuv16le output support

2015-07-06 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > +static void > +yuv2ayuv16le_X_c Where you able to test this with the Apple encoder? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 3/3] swscale: ayuv16le output support

2015-07-03 Thread Michael Niedermayer
On Fri, Jul 03, 2015 at 04:16:33PM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libswscale/output.c | 48 > libswscale/utils.c | 2 +- > 2 files changed, 49 insertions(+), 1 deletion(-) this is missing upddates to fate [...]