Re: [FFmpeg-devel] [PATCH] avdevice/avfoundation: add scaleFactor attribute for avfoundation

2017-07-31 Thread Saeid Zangeneh
thanks but i'm using linux ubuntu system. On Tue, Aug 1, 2017 at 1:03 AM, Thilo Borgmann wrote: > Am 31.07.17 um 17:34 schrieb sharpbai: > > From: sharpbai > > > > feature: add scaleFactor attribute for avfoundation > > added by: siyuan.w...@duobei.com > > added by: yiren...@duobei.com > > ---

Re: [FFmpeg-devel] [PATCH] avdevice/avfoundation: add scaleFactor attribute for avfoundation

2017-07-31 Thread Thilo Borgmann
Am 31.07.17 um 17:34 schrieb sharpbai: > From: sharpbai > > feature: add scaleFactor attribute for avfoundation > added by: siyuan.w...@duobei.com > added by: yiren...@duobei.com > --- > doc/indevs.texi| 6 ++ > libavdevice/avfoundation.m | 8 > 2 files changed, 14 inser

[FFmpeg-devel] [PATCH] avdevice/avfoundation: add scaleFactor attribute for avfoundation

2017-07-31 Thread sharpbai
From: sharpbai feature: add scaleFactor attribute for avfoundation added by: siyuan.w...@duobei.com added by: yiren...@duobei.com --- doc/indevs.texi| 6 ++ libavdevice/avfoundation.m | 8 2 files changed, 14 insertions(+) diff --git a/doc/indevs.texi b/doc/indevs.texi

Re: [FFmpeg-devel] [PATCH] avdevice/avfoundation: add scaleFactor attribute for avfoundation

2017-07-31 Thread Steven Liu
2017-07-31 21:32 GMT+08:00 sharpbai : > From: sharpbai > > feature: add scaleFactor attribute for avfoundation > added by: siyuan.w...@duobei.com > added by: yiren...@duobei.com > --- > doc/indevs.texi| 6 ++ > libavdevice/avfoundation.m | 6 ++ > 2 files changed, 12 insertion

[FFmpeg-devel] [PATCH] avdevice/avfoundation: add scaleFactor attribute for avfoundation

2017-07-31 Thread sharpbai
From: sharpbai feature: add scaleFactor attribute for avfoundation added by: siyuan.w...@duobei.com added by: yiren...@duobei.com --- doc/indevs.texi| 6 ++ libavdevice/avfoundation.m | 6 ++ 2 files changed, 12 insertions(+) diff --git a/doc/indevs.texi b/doc/indevs.texi in

Re: [FFmpeg-devel] [PATCH] avdevice/avfoundation: add scaleFactor attribute for avfoundation

2017-07-29 Thread Thilo Borgmann
Hi, Am 28.07.17 um 11:34 schrieb sharpbai: > From: sharpbai > > feature: add scaleFactor attribute for avfoundation > added by: siyuan.w...@duobei.com > added by: yiren...@duobei.com > --- > doc/indevs.texi| 3 +++ > libavdevice/avfoundation.m | 6 ++ > 2 files changed, 9 inserti

Re: [FFmpeg-devel] [PATCH] avdevice/avfoundation: add scaleFactor attribute for avfoundation

2017-07-28 Thread Steven Liu
sharpbai 于2017年7月28日 周五下午5:34写道: > From: sharpbai > > feature: add scaleFactor attribute for avfoundation > added by: siyuan.w...@duobei.com > added by: yiren...@duobei.com > --- > doc/indevs.texi| 3 +++ > libavdevice/avfoundation.m | 6 ++ > 2 files changed, 9 insertions(+) > >

Re: [FFmpeg-devel] [PATCH] avdevice/avfoundation: add scaleFactor attribute for avfoundation

2017-07-28 Thread Moritz Barsnick
On Fri, Jul 28, 2017 at 15:55:01 +0800, sharpbai wrote: > +float scaleFactor; No camelCase in ffmpeg for plain variables. > +{ "scaleFactor", "scale screen factor range", offsetof(AVFContext, > scaleFactor), AV_OPT_TYPE_FLOAT, {.i64=1}, 0, 2, AV_OPT_FLAG_DECODING_PARAM }, No c

[FFmpeg-devel] [PATCH] avdevice/avfoundation: add scaleFactor attribute for avfoundation

2017-07-28 Thread sharpbai
From: sharpbai feature: add scaleFactor attribute for avfoundation added by: siyuan.w...@duobei.com added by: yiren...@duobei.com --- doc/indevs.texi| 3 +++ libavdevice/avfoundation.m | 6 ++ 2 files changed, 9 insertions(+) diff --git a/doc/indevs.texi b/doc/indevs.texi index

Re: [FFmpeg-devel] [PATCH] avdevice/avfoundation: add scaleFactor attribute for avfoundation

2017-07-28 Thread Steven Liu
2017-07-28 16:34 GMT+08:00 Steven Liu : > 2017-07-28 15:55 GMT+08:00 sharpbai : >> From: sharpbai >> >> feature: add scaleFactor attribute for avfoundation >> added by: siyuan.w...@duobei.com >> added by: yiren...@duobei.com >> --- >> libavdevice/avfoundation.m | 5 + >> 1 file changed, 5 ins

Re: [FFmpeg-devel] [PATCH] avdevice/avfoundation: add scaleFactor attribute for avfoundation

2017-07-28 Thread Steven Liu
2017-07-28 15:55 GMT+08:00 sharpbai : > From: sharpbai > > feature: add scaleFactor attribute for avfoundation > added by: siyuan.w...@duobei.com > added by: yiren...@duobei.com > --- > libavdevice/avfoundation.m | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/libavdevice/avfoundati

[FFmpeg-devel] [PATCH] avdevice/avfoundation: add scaleFactor attribute for avfoundation

2017-07-28 Thread sharpbai
From: sharpbai feature: add scaleFactor attribute for avfoundation added by: siyuan.w...@duobei.com added by: yiren...@duobei.com --- libavdevice/avfoundation.m | 5 + 1 file changed, 5 insertions(+) diff --git a/libavdevice/avfoundation.m b/libavdevice/avfoundation.m index e2ddf47..22cff1f