Re: [FFmpeg-devel] [PATCH] avcodec/h264_refs: reset MMCO when invalid mmco code is found

2018-12-17 Thread Mark Thompson
On 11/12/2018 14:28, Paul B Mahol wrote: > On 12/11/18, Carl Eugen Hoyos wrote: >> 2018-12-10 23:41 GMT+01:00, Mark Thompson : >>> On 09/12/2018 14:21, Mark Thompson wrote: On 09/12/2018 13:54, Paul B Mahol wrote: > On 12/9/18, Mark Thompson wrote: >> On 09/12/2018 08:52, Paul B

Re: [FFmpeg-devel] [PATCH] avcodec/h264_refs: reset MMCO when invalid mmco code is found

2018-12-11 Thread Paul B Mahol
On 12/11/18, Carl Eugen Hoyos wrote: > 2018-12-10 23:41 GMT+01:00, Mark Thompson : >> On 09/12/2018 14:21, Mark Thompson wrote: >>> On 09/12/2018 13:54, Paul B Mahol wrote: On 12/9/18, Mark Thompson wrote: > On 09/12/2018 08:52, Paul B Mahol wrote: >> On 12/7/18, Paul B Mahol

Re: [FFmpeg-devel] [PATCH] avcodec/h264_refs: reset MMCO when invalid mmco code is found

2018-12-10 Thread Carl Eugen Hoyos
2018-12-10 23:41 GMT+01:00, Mark Thompson : > On 09/12/2018 14:21, Mark Thompson wrote: >> On 09/12/2018 13:54, Paul B Mahol wrote: >>> On 12/9/18, Mark Thompson wrote: On 09/12/2018 08:52, Paul B Mahol wrote: > On 12/7/18, Paul B Mahol wrote: >> On 12/7/18, Michael Niedermayer

Re: [FFmpeg-devel] [PATCH] avcodec/h264_refs: reset MMCO when invalid mmco code is found

2018-12-10 Thread Mark Thompson
On 09/12/2018 14:21, Mark Thompson wrote: > On 09/12/2018 13:54, Paul B Mahol wrote: >> On 12/9/18, Mark Thompson wrote: >>> On 09/12/2018 08:52, Paul B Mahol wrote: On 12/7/18, Paul B Mahol wrote: > On 12/7/18, Michael Niedermayer wrote: >> On Fri, Dec 07, 2018 at 10:36:23AM

Re: [FFmpeg-devel] [PATCH] avcodec/h264_refs: reset MMCO when invalid mmco code is found

2018-12-09 Thread Paul B Mahol
On 12/9/18, Mark Thompson wrote: > On 09/12/2018 13:54, Paul B Mahol wrote: >> On 12/9/18, Mark Thompson wrote: >>> On 09/12/2018 08:52, Paul B Mahol wrote: On 12/7/18, Paul B Mahol wrote: > On 12/7/18, Michael Niedermayer wrote: >> On Fri, Dec 07, 2018 at 10:36:23AM +0100, Paul B

Re: [FFmpeg-devel] [PATCH] avcodec/h264_refs: reset MMCO when invalid mmco code is found

2018-12-09 Thread Mark Thompson
On 09/12/2018 13:54, Paul B Mahol wrote: > On 12/9/18, Mark Thompson wrote: >> On 09/12/2018 08:52, Paul B Mahol wrote: >>> On 12/7/18, Paul B Mahol wrote: On 12/7/18, Michael Niedermayer wrote: > On Fri, Dec 07, 2018 at 10:36:23AM +0100, Paul B Mahol wrote: >> On 12/7/18, Paul B

Re: [FFmpeg-devel] [PATCH] avcodec/h264_refs: reset MMCO when invalid mmco code is found

2018-12-09 Thread Paul B Mahol
On 12/9/18, Mark Thompson wrote: > On 09/12/2018 08:52, Paul B Mahol wrote: >> On 12/7/18, Paul B Mahol wrote: >>> On 12/7/18, Michael Niedermayer wrote: On Fri, Dec 07, 2018 at 10:36:23AM +0100, Paul B Mahol wrote: > On 12/7/18, Paul B Mahol wrote: >> On 12/7/18, Michael

Re: [FFmpeg-devel] [PATCH] avcodec/h264_refs: reset MMCO when invalid mmco code is found

2018-12-09 Thread Mark Thompson
On 09/12/2018 08:52, Paul B Mahol wrote: > On 12/7/18, Paul B Mahol wrote: >> On 12/7/18, Michael Niedermayer wrote: >>> On Fri, Dec 07, 2018 at 10:36:23AM +0100, Paul B Mahol wrote: On 12/7/18, Paul B Mahol wrote: > On 12/7/18, Michael Niedermayer wrote: >> On Thu, Dec 06, 2018

Re: [FFmpeg-devel] [PATCH] avcodec/h264_refs: reset MMCO when invalid mmco code is found

2018-12-09 Thread Paul B Mahol
On 12/7/18, Paul B Mahol wrote: > On 12/7/18, Michael Niedermayer wrote: >> On Fri, Dec 07, 2018 at 10:36:23AM +0100, Paul B Mahol wrote: >>> On 12/7/18, Paul B Mahol wrote: >>> > On 12/7/18, Michael Niedermayer wrote: >>> >> On Thu, Dec 06, 2018 at 03:26:41PM +0100, Paul B Mahol wrote: >>>

Re: [FFmpeg-devel] [PATCH] avcodec/h264_refs: reset MMCO when invalid mmco code is found

2018-12-07 Thread Paul B Mahol
On 12/7/18, Michael Niedermayer wrote: > On Fri, Dec 07, 2018 at 10:36:23AM +0100, Paul B Mahol wrote: >> On 12/7/18, Paul B Mahol wrote: >> > On 12/7/18, Michael Niedermayer wrote: >> >> On Thu, Dec 06, 2018 at 03:26:41PM +0100, Paul B Mahol wrote: >> >>> This recovers state with #7374 linked

Re: [FFmpeg-devel] [PATCH] avcodec/h264_refs: reset MMCO when invalid mmco code is found

2018-12-07 Thread Michael Niedermayer
On Fri, Dec 07, 2018 at 10:36:23AM +0100, Paul B Mahol wrote: > On 12/7/18, Paul B Mahol wrote: > > On 12/7/18, Michael Niedermayer wrote: > >> On Thu, Dec 06, 2018 at 03:26:41PM +0100, Paul B Mahol wrote: > >>> This recovers state with #7374 linked sample. > >>> > >>> Work funded by Open

Re: [FFmpeg-devel] [PATCH] avcodec/h264_refs: reset MMCO when invalid mmco code is found

2018-12-07 Thread Carl Eugen Hoyos
2018-12-06 15:26 GMT+01:00, Paul B Mahol : > This recovers state with #7374 linked sample. > > Work funded by Open Broadcast Systems. > > Signed-off-by: Paul B Mahol > --- > libavcodec/h264_refs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/h264_refs.c

Re: [FFmpeg-devel] [PATCH] avcodec/h264_refs: reset MMCO when invalid mmco code is found

2018-12-07 Thread Paul B Mahol
On 12/7/18, Michael Niedermayer wrote: > On Thu, Dec 06, 2018 at 03:26:41PM +0100, Paul B Mahol wrote: >> This recovers state with #7374 linked sample. >> >> Work funded by Open Broadcast Systems. >> >> Signed-off-by: Paul B Mahol >> --- >> libavcodec/h264_refs.c | 2 +- >> 1 file changed, 1

Re: [FFmpeg-devel] [PATCH] avcodec/h264_refs: reset MMCO when invalid mmco code is found

2018-12-07 Thread Paul B Mahol
On 12/7/18, Paul B Mahol wrote: > On 12/7/18, Michael Niedermayer wrote: >> On Thu, Dec 06, 2018 at 03:26:41PM +0100, Paul B Mahol wrote: >>> This recovers state with #7374 linked sample. >>> >>> Work funded by Open Broadcast Systems. >>> >>> Signed-off-by: Paul B Mahol >>> --- >>>

Re: [FFmpeg-devel] [PATCH] avcodec/h264_refs: reset MMCO when invalid mmco code is found

2018-12-06 Thread Michael Niedermayer
On Thu, Dec 06, 2018 at 03:26:41PM +0100, Paul B Mahol wrote: > This recovers state with #7374 linked sample. > > Work funded by Open Broadcast Systems. > > Signed-off-by: Paul B Mahol > --- > libavcodec/h264_refs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[FFmpeg-devel] [PATCH] avcodec/h264_refs: reset MMCO when invalid mmco code is found

2018-12-06 Thread Paul B Mahol
This recovers state with #7374 linked sample. Work funded by Open Broadcast Systems. Signed-off-by: Paul B Mahol --- libavcodec/h264_refs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264_refs.c b/libavcodec/h264_refs.c index eaf965e43d..5645a203a7 100644