[FFmpeg-devel] [PATCH] avfitler/vf_fieldmatch: fix typo

2015-01-26 Thread Paul B Mahol
Signed-off-by: Paul B Mahol one...@gmail.com --- libavfilter/vf_fieldmatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_fieldmatch.c b/libavfilter/vf_fieldmatch.c index e2aa60b..358bd9e 100644 --- a/libavfilter/vf_fieldmatch.c +++

Re: [FFmpeg-devel] dshow crossbar support PATCH es

2015-01-26 Thread Michael Niedermayer
On Mon, Jan 26, 2015 at 02:38:33AM -0700, Roger Pack wrote: On 1/23/15, Michael Niedermayer michae...@gmx.at wrote: On Fri, Jan 23, 2015 at 07:06:39AM -0700, Roger Pack wrote: OK I have made modifications to the dshow source so that it adds the ability to specify capture device by more

Re: [FFmpeg-devel] libavutil: Added twofish block cipher

2015-01-26 Thread Reimar Döffinger
On 25 January 2015 20:00:07 CET, supraja reddy supraja0...@gmail.com wrote: Sorry. I forgot to make a small change. Updated the patch. Not specifically related to this patch, but with this many implementations I think it is high time we warn about the security implications of using them. My

Re: [FFmpeg-devel] [PATCH] configure: use ar and ranlib in deterministic mode

2015-01-26 Thread Clément Bœsch
On Tue, Jan 27, 2015 at 12:31:18AM +0100, Andreas Cadhalpun wrote: Hi, On 26.01.2015 23:11, Michael Niedermayer wrote: On Mon, Jan 26, 2015 at 07:08:42PM -0300, James Almer wrote: On 26/01/15 7:04 PM, Michael Niedermayer wrote: reverted, breaks on BSDs ar: illegal option -- D [...]

Re: [FFmpeg-devel] [PATCH] Support BMP files that do not properly align lines.

2015-01-26 Thread Reimar Döffinger
On 26.01.2015, at 22:49, Michael Niedermayer michae...@gmx.at wrote: On Mon, Jan 26, 2015 at 08:21:16PM +0100, Reimar Döffinger wrote: Quite a few programs missed that detail of the spec (including old versions of FFmpeg I believe) and when we would otherwise fail anyway it seems worth a try

Re: [FFmpeg-devel] [PATCH] lavfi: drop mp=eq and mp=eq2

2015-01-26 Thread Paul B Mahol
On 1/26/15, Stefano Sabatini stefa...@gmail.com wrote: mp=eq2 was ported to a native libavfilter filter in commit 4c38e960d0ca81b78dec1589275a5274dde21c8e. --- doc/filters.texi | 12 - libavfilter/Makefile | 2 - libavfilter/libmpcodecs/vf_eq.c | 240