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 c...@passwd.hu wrote: Signed-off-by: Marton Balint c...@passwd.hu --- ffplay.c | 265 --- 1 file

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 c...@passwd.hu wrote: Signed-off-by: Marton Balint c...@passwd.hu --- ffplay.c | 265

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

2014-11-09 Thread Carl Eugen Hoyos
Marton Balint cus at 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-10-30 Thread Marton Balint
On Thu, 30 Oct 2014, wm4 wrote: On Thu, 30 Oct 2014 00:31:25 +0100 Marton Balint c...@passwd.hu wrote: Signed-off-by: Marton Balint c...@passwd.hu --- ffplay.c | 265 --- 1 file changed, 153 insertions(+), 112 deletions(-) diff