Re: [FFmpeg-devel] [PATCH] ffplay: remove empty subtitles from que head

2014-07-12 Thread Nicolas George
Le quartidi 24 messidor, an CCXXII, Michael Niedermayer a écrit : Subject: Re: [FFmpeg-devel] [PATCH] ffplay: remove empty subtitles from que head You always write que instead of queue: is it on purpose, or just a typo nobody pointed to you earlier? (I wonder how a native English who does not

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Ronald S. Bultje
Hi, On Sat, Jul 12, 2014 at 9:35 AM, Andreas Cadhalpun andreas.cadhal...@googlemail.com wrote: Hi, I'm a bit puzzled by this commit. On 30.06.2014 01:19, James Almer wrote: From: Ronald S. Bultje rsbul...@gmail.com --- libswresample/resample_template.c| 23 +---

Re: [FFmpeg-devel] [PATCH] ffplay: remove empty subtitles from que head

2014-07-12 Thread Marton Balint
On Sat, 12 Jul 2014, Michael Niedermayer wrote: Signed-off-by: Michael Niedermayer michae...@gmx.at --- ffplay.c |1 + 1 file changed, 1 insertion(+) diff --git a/ffplay.c b/ffplay.c index 7e954fd..6572c42 100644 --- a/ffplay.c +++ b/ffplay.c @@ -1446,6 +1446,7 @@ retry:

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Timothy Gu
On Sat, Jul 12, 2014 at 8:35 AM, Hendrik Leppkes h.lepp...@gmail.com wrote: On Sat, Jul 12, 2014 at 4:45 PM, Andreas Cadhalpun andreas.cadhal...@googlemail.com wrote: On 12.07.2014 15:40, Ronald S. Bultje wrote: Hi, On Sat, Jul 12, 2014 at 9:35 AM, Andreas Cadhalpun

[FFmpeg-devel] [PATCH v3] drawtext: Add basic text shaping using libfribidi - Fixes ticket #3758

2014-07-12 Thread Marc Jeffreys
Regarding positioning of the '|' operator: Unless anyone objects, I think it's fine being at the end of the line (if anything, that's the style used for '||' in vf_drawtext.c). ---8--- --- configure |3 + doc/filters.texi | 11 libavfilter/vf_drawtext.c |

Re: [FFmpeg-devel] [PATCH] fix spelling errors

2014-07-12 Thread Timothy Gu
On Jul 12, 2014 1:15 PM, Andreas Cadhalpun andreas.cadhal...@googlemail.com wrote: On 12.07.2014 21:56, Timothy Gu wrote: On Jul 12, 2014 12:28 PM, Andreas Cadhalpun andreas.cadhal...@googlemail.com wrote: Hi, attached patch fixes some spelling errors found with codespell. Please

Re: [FFmpeg-devel] [PATCH 1/4] swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.

2014-07-12 Thread Andreas Cadhalpun
On 12.07.2014 22:14, Michael Niedermayer wrote: On Sat, Jul 12, 2014 at 09:26:05PM +0200, Andreas Cadhalpun wrote: [...] For now that means I'm going to backport the commit removing ff_* from libswresample.v, so that I don't have to worry about it. (But I would have a problem now, if ffmpeg

Re: [FFmpeg-devel] [PATCH] lavf: add samba protocol via libsmbclient

2014-07-12 Thread Lukasz Marek
On 12.07.2014 22:31, Michael Niedermayer wrote: On Sat, Jul 12, 2014 at 06:20:46PM +0200, Lukasz Marek wrote: --- Changelog | 1 + configure | 5 ++ doc/general.texi | 1 + doc/protocols.texi | 29 +++ libavformat/Makefile

Re: [FFmpeg-devel] [PATCH] Add a release note for 2.3

2014-07-12 Thread James Almer
On 12/07/14 7:51 PM, Timothy Gu wrote: On Sat, Jul 12, 2014 at 3:08 AM, Clément Bœsch u...@pkh.me wrote: On Fri, Jul 11, 2014 at 09:08:40PM -0700, Timothy Gu wrote: Based on a patch by Clément Bœsch u...@pkh.me. Signed-off-by: Timothy Gu timothyg...@gmail.com --- So, I rebased Clément's