Re: [FFmpeg-devel] [PATCH] HEVC: Export motion vectors to frame side data.

2020-01-14 Thread Asaf Kave
On Sun, Jan 12, 2020 at 9:02 PM Andriy Gelman wrote: > Hello Asaf, > > If you compile the code, there are many warning about mixed declaration > and code. > Hi Andriy, I will take a look again and try to avoid those warnings. Also i will fix the points you mention, thank you for your time. Will

Re: [FFmpeg-devel] [PATCH] HEVC: Export motion vectors to frame side data.

2020-01-12 Thread Andriy Gelman
Hello Asaf, If you compile the code, there are many warning about mixed declaration and code. I had a quick look code and have comments below: On Sun, 29. Dec 16:08, Asaf Kave wrote: > --- > libavcodec/hevc_refs.c | 15 > libavcodec/hevcdec.c | 173

Re: [FFmpeg-devel] [PATCH] HEVC: Export motion vectors to frame side data.

2020-01-12 Thread Asaf Kave
On Wed, Jan 8, 2020 at 11:30 AM Asaf Kave wrote: > > > On Tue, Jan 7, 2020 at 4:49 AM Zhong Li wrote: > >> Haven't tested but patch LGTM >> > > Thanks Li for the feedback. > > >> >> Asaf Kave 于2019年12月29日周日 下午10:08写道: >> > >> > --- >> > libavcodec/hevc_refs.c | 15 >> > libavcodec/hevcde

Re: [FFmpeg-devel] [PATCH] HEVC: Export motion vectors to frame side data.

2020-01-08 Thread Asaf Kave
On Tue, Jan 7, 2020 at 4:49 AM Zhong Li wrote: > Haven't tested but patch LGTM > Thanks Li for the feedback. > > Asaf Kave 于2019年12月29日周日 下午10:08写道: > > > > --- > > libavcodec/hevc_refs.c | 15 > > libavcodec/hevcdec.c | 173 - > > libavcodec/h

Re: [FFmpeg-devel] [PATCH] HEVC: Export motion vectors to frame side data.

2020-01-06 Thread Zhong Li
Haven't tested but patch LGTM Asaf Kave 于2019年12月29日周日 下午10:08写道: > > --- > libavcodec/hevc_refs.c | 15 > libavcodec/hevcdec.c | 173 - > libavcodec/hevcdec.h | 13 > 3 files changed, 200 insertions(+), 1 deletion(-) > > diff --git a/libav

Re: [FFmpeg-devel] [PATCH] HEVC: Export motion vectors to frame side data.

2020-01-06 Thread Asaf Kave
On Thu, Jan 2, 2020 at 11:59 AM Asaf Kave wrote: > > > On Sun, Dec 29, 2019 at 4:08 PM Asaf Kave wrote: > >> --- >> libavcodec/hevc_refs.c | 15 >> libavcodec/hevcdec.c | 173 - >> libavcodec/hevcdec.h | 13 >> 3 files changed, 200 inserti

Re: [FFmpeg-devel] [PATCH] HEVC: Export motion vectors to frame side data.

2020-01-02 Thread Asaf Kave
On Sun, Dec 29, 2019 at 4:08 PM Asaf Kave wrote: > --- > libavcodec/hevc_refs.c | 15 > libavcodec/hevcdec.c | 173 - > libavcodec/hevcdec.h | 13 > 3 files changed, 200 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/hevc_refs.c b

[FFmpeg-devel] [PATCH] HEVC: Export motion vectors to frame side data.

2019-12-29 Thread Asaf Kave
--- libavcodec/hevc_refs.c | 15 libavcodec/hevcdec.c | 173 - libavcodec/hevcdec.h | 13 3 files changed, 200 insertions(+), 1 deletion(-) diff --git a/libavcodec/hevc_refs.c b/libavcodec/hevc_refs.c index 7870a72fd6..20f028fa73 100644 ---