Re: [FFmpeg-devel] [PATCH 1/3] ffplay: implement separete audio decoder thread

2014-11-09 Thread Carl Eugen Hoyos
Marton Balint passwd.hu> writes: > 631ac65 ffplay: implement separete audio decoder thread This introduced a regression when trying to quit FFplay: If I play the sample from ticket #2441 (and #3762) for more than five seconds and press "q" ffplay hangs (and does not quit). Carl Eugen ___

Re: [FFmpeg-devel] [PATCH 1/3] ffplay: implement separete audio decoder thread

2014-11-09 Thread Michael Niedermayer
On Sun, Nov 09, 2014 at 02:11:37PM +0100, Marton Balint wrote: > > On Fri, 31 Oct 2014, Marton Balint wrote: > > > > >On Thu, 30 Oct 2014, wm4 wrote: > > > >>On Thu, 30 Oct 2014 00:31:25 +0100 > >>Marton Balint wrote: > >> > >>>Signed-off-by: Marton Balint > >>>--- > >>> ffplay.c | 265 > >>>+++

Re: [FFmpeg-devel] [PATCH 1/3] ffplay: implement separete audio decoder thread

2014-11-09 Thread Marton Balint
On Fri, 31 Oct 2014, Marton Balint wrote: On Thu, 30 Oct 2014, wm4 wrote: On Thu, 30 Oct 2014 00:31:25 +0100 Marton Balint wrote: Signed-off-by: Marton Balint --- ffplay.c | 265 --- 1 file changed, 153 insertions(+), 112 del

Re: [FFmpeg-devel] [PATCH 1/3] ffplay: implement separete audio decoder thread

2014-10-30 Thread Marton Balint
On Thu, 30 Oct 2014, wm4 wrote: On Thu, 30 Oct 2014 00:31:25 +0100 Marton Balint wrote: Signed-off-by: Marton Balint --- ffplay.c | 265 --- 1 file changed, 153 insertions(+), 112 deletions(-) diff --git a/ffplay.c b/ffplay.c ind

Re: [FFmpeg-devel] [PATCH 1/3] ffplay: implement separete audio decoder thread

2014-10-30 Thread wm4
On Thu, 30 Oct 2014 00:31:25 +0100 Marton Balint wrote: > Signed-off-by: Marton Balint > --- > ffplay.c | 265 > --- > 1 file changed, 153 insertions(+), 112 deletions(-) > > diff --git a/ffplay.c b/ffplay.c > index a979164..24bcae2

[FFmpeg-devel] [PATCH 1/3] ffplay: implement separete audio decoder thread

2014-10-29 Thread Marton Balint
Signed-off-by: Marton Balint --- ffplay.c | 265 --- 1 file changed, 153 insertions(+), 112 deletions(-) diff --git a/ffplay.c b/ffplay.c index a979164..24bcae2 100644 --- a/ffplay.c +++ b/ffplay.c @@ -121,7 +121,8 @@ typedef struct Pac