Re: [FFmpeg-devel] [PATCH v1 1/2] avcodec/videotoolboxenc: add H264 Extended profile and level

2019-09-02 Thread Limin Wang
On Mon, Sep 02, 2019 at 09:21:11PM -0400, Rick Kern wrote: > On Mon, Sep 2, 2019 at 9:53 AM Limin Wang wrote: > > > On Tue, Aug 27, 2019 at 10:56:42AM -0400, Richard Kern wrote: > > > > > I’ll look at it this weekend. > > ping > > > > > It shows error kVTParameterErr when using the software

Re: [FFmpeg-devel] [PATCH v1 1/2] avcodec/videotoolboxenc: add H264 Extended profile and level

2019-09-02 Thread Rick Kern
On Mon, Sep 2, 2019 at 9:53 AM Limin Wang wrote: > On Tue, Aug 27, 2019 at 10:56:42AM -0400, Richard Kern wrote: > > > I’ll look at it this weekend. > ping > > It shows error kVTParameterErr when using the software encoder: Error setting profile/level property: -12902 I used the following

Re: [FFmpeg-devel] [PATCH v1 1/2] avcodec/videotoolboxenc: add H264 Extended profile and level

2019-09-02 Thread Limin Wang
On Tue, Aug 27, 2019 at 10:56:42AM -0400, Richard Kern wrote: > I’ll look at it this weekend. ping > > > On Aug 27, 2019, at 10:40 AM, Limin Wang wrote: > > > > > > ping the patchset. > > > >> On Tue, Aug 20, 2019 at 07:04:29PM +0800, lance.lmw...@gmail.com wrote: > >> From: Limin Wang >

Re: [FFmpeg-devel] [PATCH v1 1/2] avcodec/videotoolboxenc: add H264 Extended profile and level

2019-08-27 Thread Richard Kern
I’ll look at it this weekend. > On Aug 27, 2019, at 10:40 AM, Limin Wang wrote: > > > ping the patchset. > >> On Tue, Aug 20, 2019 at 07:04:29PM +0800, lance.lmw...@gmail.com wrote: >> From: Limin Wang >> >> Signed-off-by: Limin Wang >> --- >> libavcodec/videotoolboxenc.c | 14

Re: [FFmpeg-devel] [PATCH v1 1/2] avcodec/videotoolboxenc: add H264 Extended profile and level

2019-08-27 Thread Limin Wang
ping the patchset. On Tue, Aug 20, 2019 at 07:04:29PM +0800, lance.lmw...@gmail.com wrote: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavcodec/videotoolboxenc.c | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/libavcodec/videotoolboxenc.c

[FFmpeg-devel] [PATCH v1 1/2] avcodec/videotoolboxenc: add H264 Extended profile and level

2019-08-20 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavcodec/videotoolboxenc.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c index d76bb7f646..b16b056f6c 100644 --- a/libavcodec/videotoolboxenc.c +++