Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add bink2 video decoder

2019-04-07 Thread Peter Ross
On Sun, Apr 07, 2019 at 10:00:09AM +0200, Paul B Mahol wrote: > On 4/7/19, Peter Ross wrote: > > On Wed, Mar 27, 2019 at 09:21:47PM +0100, Paul B Mahol wrote: > >> Signed-off-by: Paul B Mahol > >> --- > >> Missing deblocking. > >> --- > >> configure |1 + > >> libavcodec/Makefi

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add bink2 video decoder

2019-04-07 Thread Paul B Mahol
On 4/7/19, Peter Ross wrote: > On Wed, Mar 27, 2019 at 09:21:47PM +0100, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> Missing deblocking. >> --- >> configure |1 + >> libavcodec/Makefile |1 + >> libavcodec/allcodecs.c |1 + >> libavcodec/avcodec.h

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add bink2 video decoder

2019-04-06 Thread James Almer
On 3/27/2019 5:21 PM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > Missing deblocking. > --- > configure |1 + > libavcodec/Makefile |1 + > libavcodec/allcodecs.c |1 + > libavcodec/avcodec.h|1 + > libavcodec/bink2.c | 787 ++

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add bink2 video decoder

2019-04-06 Thread Michael Niedermayer
On Sun, Apr 07, 2019 at 09:15:32AM +1000, Peter Ross wrote: > On Wed, Mar 27, 2019 at 09:21:47PM +0100, Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > > --- > > Missing deblocking. > > --- > > configure |1 + > > libavcodec/Makefile |1 + > > libavcodec/allcodecs.

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add bink2 video decoder

2019-04-06 Thread Peter Ross
On Wed, Mar 27, 2019 at 09:21:47PM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > Missing deblocking. > --- > configure |1 + > libavcodec/Makefile |1 + > libavcodec/allcodecs.c |1 + > libavcodec/avcodec.h|1 + > libavcodec/bink2.c |

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add bink2 video decoder

2019-03-28 Thread Paul B Mahol
On 3/28/19, Carl Eugen Hoyos wrote: > 2019-03-27 21:21 GMT+01:00, Paul B Mahol : >> Signed-off-by: Paul B Mahol >> --- >> Missing deblocking. > > Patch contains an "if (0 && ..." somewhere, I assume this > is unintended. > Fixed locally. > Carl Eugen > __

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add bink2 video decoder

2019-03-27 Thread Carl Eugen Hoyos
2019-03-27 21:21 GMT+01:00, Paul B Mahol : > Signed-off-by: Paul B Mahol > --- > Missing deblocking. Patch contains an "if (0 && ..." somewhere, I assume this is unintended. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpe