[FFmpeg-devel] [Patch] libavfilter/vf_fftfilt.c : fix missing include for av_cpu_max_align symbol

2022-02-14 Thread Pascal Massimino
Attached. skal/ 0001-fix-missing-cpu.h-include.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg

Re: [FFmpeg-devel] [patch] libavcodec/videotoolbox.c : fix missing AVCodecInternal

2022-02-14 Thread Pascal Massimino
On Mon, Feb 14, 2022 at 11:30 AM wrote: > On Mon, Feb 14, 2022 at 11:05:58AM +0100, Andreas Rheinhardt wrote: > > lance.lmw...@gmail.com: > > > On Mon, Feb 14, 2022 at 08:27:39AM +0100, Pascal Massimino wrote: > > >> attached. Just a missing include. > >

[FFmpeg-devel] [patch] libavcodec/videotoolbox.c : fix missing AVCodecInternal

2022-02-13 Thread Pascal Massimino
attached. Just a missing include. skal/ 0001-fix-missing-AVCodecInternal-definition.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above,

Re: [FFmpeg-devel] [PATCH 2/2] libavformat: add WebP demuxer

2020-07-09 Thread Pascal Massimino
Hi, On Thu, Jul 9, 2020 at 11:44 AM Nicolas George wrote: > Josef Zlomek (12020-07-08): > > Fixes: 4907 > > > > Adds support for demuxing of animated WebP. > > > > The WebP demuxer splits the input stream into packets containing one > frame. > > It also sets the timing information properly. > >

Re: [FFmpeg-devel] [PATCH] avcodec/webp: avoid trying to decode trailing junk in bitstreams

2019-09-10 Thread Pascal Massimino
On Tue, Sep 10, 2019 at 5:12 PM Michael Niedermayer wrote: > On Mon, Sep 09, 2019 at 11:13:53AM +0200, Pascal Massimino wrote: > > Michael, > > > > On Fri, Sep 6, 2019 at 6:21 PM Michael Niedermayer > > > wrote: > > > > > On Fri, Sep 06, 201

Re: [FFmpeg-devel] [PATCH] avcodec/webp: avoid trying to decode trailing junk in bitstreams

2019-09-09 Thread Pascal Massimino
Michael, On Fri, Sep 6, 2019 at 6:21 PM Michael Niedermayer wrote: > On Fri, Sep 06, 2019 at 01:11:50PM +0200, Pascal Massimino wrote: > > Michael, > > > > On Thu, Sep 5, 2019 at 6:20 PM Michael Niedermayer > > > wrote: > > > > > On Wed, Sep 04, 201

Re: [FFmpeg-devel] [PATCH] avcodec/webp: avoid trying to decode trailing junk in bitstreams

2019-09-06 Thread Pascal Massimino
Michael, On Thu, Sep 5, 2019 at 6:20 PM Michael Niedermayer wrote: > On Wed, Sep 04, 2019 at 07:43:15AM +0200, Pascal Massimino wrote: > > Hi, > > > > this patch break the decoding loop when invalid webp chunk is > encountered. > > We can still have a va

[FFmpeg-devel] [PATCH] webp: avoid trying to decode trailing junk in bitstreams

2019-09-03 Thread Pascal Massimino
Hi, this patch break the decoding loop when invalid webp chunk is encountered. We can still have a valid frame ready to be returned (*got_frame = 1). fixes trac #8107 (/#7612) skal/ 0001-webp-fix-decoding-for-trailing-junk.patch Description: Binary data

Re: [FFmpeg-devel] GSoC 2018

2018-01-23 Thread Pascal Massimino
Hi, sorry for coming late to the game... On Tue, Jan 9, 2018 at 10:27 AM, Thilo Borgmann wrote: > Hi folks, > > yet again, the registration for Google Summer of Code 2018 has opened. > > Like in the previous years, we've setup an ideas page in our wiki: > https://trac.ffmpeg.org/wiki/Sponsoring

Re: [FFmpeg-devel] [PATCH] vf_colorspace: add floyd-steinberg dithering option to full conversion.

2016-05-03 Thread Pascal Massimino
hi Ronald, On Tue, May 3, 2016 at 7:34 AM, Ronald S. Bultje wrote: > --- > doc/filters.texi | 13 > libavfilter/colorspacedsp.c | 12 > libavfilter/colorspacedsp.h | 6 ++ > libavfilter/colorspacedsp_template.c | 128 >

Re: [FFmpeg-devel] Cisco Thor video codec

2015-08-12 Thread Pascal Massimino
Hi Michael, On Wed, Aug 12, 2015 at 5:33 PM, Michael Niedermayer wrote: > On Thu, Aug 13, 2015 at 01:18:30AM +0100, Alex Beregszaszi wrote: > > Hi, > > > > There is a new lossy video codec proposed by Cisco called Thor. See > > the draft at https://tools.ietf.org/html/draft-fuldseth-netvc-thor-0

Re: [FFmpeg-devel] [PATCH] avcodec[/format]/webpenc: use WebPAnimEncoder API to generate animated WebP

2015-03-31 Thread Pascal Massimino
Hi, On Sat, Mar 28, 2015 at 4:51 AM, James Almer wrote: > On 27/03/15 7:02 AM, Pascal Massimino wrote: > > diff --git a/libavformat/webpenc.c b/libavformat/webpenc.c > > index ee110de..d4411a9 100644 > > --- a/libavformat/webpenc.c > > +++ b/libavformat/web

Re: [FFmpeg-devel] [PATCH] avcodec[/format]/webpenc: use WebPAnimEncoder API to generate animated WebP

2015-03-27 Thread Pascal Massimino
Michael, On Fri, Mar 27, 2015 at 1:37 PM, Michael Niedermayer wrote: > On Fri, Mar 27, 2015 at 11:02:09AM +0100, Pascal Massimino wrote: > > Hi, > > > > $subject > > > > $attached says: > > --

[FFmpeg-devel] [PATCH] avcodec[/format]/webpenc: use WebPAnimEncoder API to generate animated WebP

2015-03-27 Thread Pascal Massimino
Hi, $subject $attached says: This API is available at head (MUX_ABI_VERSION >= 0x0104), is stable, and will be made official in future release. For compatibility, the previous code is left as fallback. Dont' forget to use

Re: [FFmpeg-devel] [PATCH] avfilter/vf_idet: Fixes issue with idet not flushing last frame.

2014-10-22 Thread Pascal Massimino
Hi, On Tue, Oct 21, 2014 at 11:40 PM, Neil Birkbeck wrote: > Uses a similar approach as vf_yadif to flush the last frame in idet. > > Quick test with 50 frames from vsynth1: > ./ffmpeg.old -i fate-suite/ffmpeg-synthetic/vsynth1/%02d.pgm -vf idet -f > mp4 -y /dev/null 2>&1 | grep Multi > (gives

Re: [FFmpeg-devel] [PATCH] avcodec/webp: fix default palette color and optimize for large image

2014-09-22 Thread Pascal Massimino
On Mon, Sep 22, 2014 at 3:07 PM, Pascal Massimino < pascal.massim...@gmail.com> wrote: > Hi, > > as discussed on the other thread... > and now, a version with the correct indentation, sorry. > > skal > > 0002-avcodec-webp-fix-default-palette-color-0xff00-0x.

[FFmpeg-devel] [PATCH] avcodec/webp: fix default palette color and optimize for large image

2014-09-22 Thread Pascal Massimino
Hi, as discussed on the other thread... skal 0001-avcodec-webp-fix-default-palette-color-0xff00-0x.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] avfilter/idet: typo fix: PROGRSSIVE -> PROGRESSIVE

2014-09-20 Thread Pascal Massimino
Hi, see $subject /skal 0001-avfilter-idet-typo-fix-PROGRSSIVE-PROGRESSIVE.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH]: libavcodec/webp

2014-09-18 Thread Pascal Massimino
Hi Reimar, On Thu, Sep 18, 2014 at 12:28 PM, Reimar Döffinger wrote: > On 18 September 2014 10:55:00 CEST, Pascal Massimino < > pascal.massim...@gmail.com> wrote: > >Hi Reimar, > > > >On Thu, Sep 18, 2014 at 9:33 AM, Reimar Döffinger > > > >wrote

Re: [FFmpeg-devel] [PATCH]: libavcodec/webp

2014-09-18 Thread Pascal Massimino
Hi Reimar, On Thu, Sep 18, 2014 at 9:33 AM, Reimar Döffinger wrote: > On 18.09.2014, at 08:45, Pascal Massimino > wrote: > > Hi, > > > > the webp lossless doc was unclear regarding palette index falling out of > > range. > > See issue #206 [1] for the bug r

[FFmpeg-devel] [PATCH]: libavcodec/webp

2014-09-17 Thread Pascal Massimino
Hi, the webp lossless doc was unclear regarding palette index falling out of range. See issue #206 [1] for the bug report. The solution retained was to treat out-of-range index as color 0x, so we could keep the speed-up in libwebp (we use fake extra entries in the cmap to handle out-of-bou

[FFmpeg-devel] [PATCH] av_filter/x86/idet: use HADDD where appropriate

2014-09-09 Thread Pascal Massimino
Hi James, as suggested. /skal 0001-av_filter-x86-idet-use-HADDD-where-appropriate.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line()

2014-09-09 Thread Pascal Massimino
James, On Tue, Sep 9, 2014 at 10:31 AM, James Almer wrote: > On 09/09/14 9:52 AM, Pascal Massimino wrote: > > +mova m2, m_sum > > +%if mmsize == 16 > > +psrldqm2, 4 > > +paddd m_sum, m2 > > +psrldqm2, 4 > > +paddd

[FFmpeg-devel] [PATCH] av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line()

2014-09-09 Thread Pascal Massimino
Hi, $subject /skal From 47c4e2b153744573e392fbe8fe557bb2f8e7b7aa Mon Sep 17 00:00:00 2001 From: Pascal Massimino Date: Tue, 9 Sep 2014 14:38:58 +0200 Subject: [PATCH] av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line() tested on http://ps-auxw.de/10bit-h264-sample/10bit

[FFmpeg-devel] [PATCH] avfilter/x86/idet: fix license header (GPL -> LGPL)

2014-09-05 Thread Pascal Massimino
Clément, On Fri, Sep 5, 2014 at 12:03 PM, Clément Bœsch wrote: > On Fri, Sep 05, 2014 at 12:01:20PM +0200, Pascal Massimino wrote: > > On Fri, Sep 5, 2014 at 11:57 AM, Stefano Sabatini > > wrote: > > > > > On date Friday 2014-09-05 11:50:35 +0200, Clément Bœsch e

Re: [FFmpeg-devel] [PATCH] fix vf_idet new files' license header -> LGPL

2014-09-05 Thread Pascal Massimino
On Fri, Sep 5, 2014 at 11:57 AM, Stefano Sabatini wrote: > On date Friday 2014-09-05 11:50:35 +0200, Clément Bœsch encoded: > > On Fri, Sep 05, 2014 at 11:47:42AM +0200, Pascal Massimino wrote: > > > Hi, > > > > > > should have been LGPL. Kudos to Carl

[FFmpeg-devel] [PATCH] fix vf_idet new files' license header -> LGPL

2014-09-05 Thread Pascal Massimino
. -; ** +;* +;* x86-optimized functions for idet filter +;* +;* Copyright (C) 2014 Pascal Massimino (pascal.massim...@gmail.com) +;* Copyright (c) 2014 Neil Birkbeck (birkb...@google.com) +;* +;* This file is part of FFmpeg. +;* +;* FFmpeg is free software; you can

Re: [FFmpeg-devel] [PATCH] vfi/x86/vf_idet: fix incorrect use of paddq

2014-09-05 Thread Pascal Massimino
James, On Thu, Sep 4, 2014 at 3:22 PM, James Darnley wrote: > paddq is an SSE2 instruction so it cannot be used for MMX. > > This was probably just a typo because the sums are dwords anyway. > --- > > We should have picked this up in review but we didn't... > > libavfilter/x86/vf_idet.asm |

Re: [FFmpeg-devel] [PATCH] SSE2 version of vf_idet's filter_line()

2014-09-03 Thread Pascal Massimino
Clément On Wed, Sep 3, 2014 at 12:37 PM, Clément Bœsch wrote: > On Wed, Sep 03, 2014 at 07:05:48PM +0200, Pascal Massimino wrote: > [...] > > > > +punpcklbw m3, m_zero > > > > +punpckhbw m4, m_zero > > > > + > > > &g

Re: [FFmpeg-devel] [PATCH] SSE2 version of vf_idet's filter_line()

2014-09-03 Thread Pascal Massimino
James, On Wed, Sep 3, 2014 at 10:14 AM, James Almer wrote: > > diff --git a/libavfilter/x86/vf_idet_init.c > b/libavfilter/x86/vf_idet_init.c > > new file mode 100644 > > index 000..402d504 > > --- /dev/null > > +++ b/libavfilter/x86/vf_idet_init.c > > @@ -0,0 +1,70 @@ > > +/* > > + * This

Re: [FFmpeg-devel] [PATCH] SSE2 version of vf_idet's filter_line()

2014-09-03 Thread Pascal Massimino
Clément, On Wed, Sep 3, 2014 at 6:19 PM, Clément Bœsch wrote: > On Wed, Sep 03, 2014 at 05:50:32PM +0200, Pascal Massimino wrote: > [...] > > removed this step in both mmx and sse2 version. > > > > -> new patch attached. > > > > /skal > > > From

Re: [FFmpeg-devel] [PATCH] SSE2 version of vf_idet's filter_line()

2014-09-03 Thread Pascal Massimino
Michael, On Wed, Sep 3, 2014 at 4:29 PM, Michael Niedermayer wrote: > On Wed, Sep 03, 2014 at 11:42:10AM +0200, Pascal Massimino wrote: > > On Wed, Sep 3, 2014 at 11:32 AM, Benoit Fouet > wrote: > > > > > Hi, > > > > > > - Mail original

[FFmpeg-devel] Intrinsics (and NEON in particular)

2014-09-03 Thread Pascal Massimino
Reimar, On Wed, Sep 3, 2014 at 9:16 AM, Reimar Döffinger wrote: > On 03.09.2014, at 08:38, Pascal Massimino > wrote: > > On Tue, Sep 2, 2014 at 10:26 PM, Reimar Döffinger < > reimar.doeffin...@gmx.de> > > wrote: > > > >> On 03.09.2014, at 00:49, Pasca

Re: [FFmpeg-devel] [PATCH] SSE2 version of vf_idet's filter_line()

2014-09-03 Thread Pascal Massimino
_idet_init.c diff --git a/MAINTAINERS b/MAINTAINERS index b80fe7a..0992ab5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -353,6 +353,7 @@ Filters: vf_extractplanes.cPaul B Mahol vf_histogram.cPaul B Mahol vf_hqx.c Clément

Re: [FFmpeg-devel] [PATCH] SSE2 version of vf_idet's filter_line()

2014-09-03 Thread Pascal Massimino
Hi, updated patch, sorry for the broken format in the previous one. Hope it's ok now. On Wed, Sep 3, 2014 at 1:08 AM, James Darnley wrote: > On 2014-09-02 17:13, Pascal Massimino wrote: > > %macro DECLARE_VAR 2 > > %define %1 %2 > > %define %1d %2d > &g

Re: [FFmpeg-devel] [PATCH] SSE2 version of vf_idet's filter_line()

2014-09-02 Thread Pascal Massimino
Hi, On Tue, Sep 2, 2014 at 10:26 PM, Reimar Döffinger wrote: > On 03.09.2014, at 00:49, Pascal Massimino > wrote: > > On Tue, Sep 2, 2014 at 9:39 AM, Michael Niedermayer > > wrote: > > > > > > [ahem: ffmpeg doesn't feel like using intrinsics, by chan

Re: [FFmpeg-devel] [PATCH] SSE2 version of vf_idet's filter_line()

2014-09-02 Thread Pascal Massimino
Michael, On Tue, Sep 2, 2014 at 9:39 AM, Michael Niedermayer wrote: > On Tue, Sep 02, 2014 at 05:13:08PM +0200, Pascal Massimino wrote: > > Hi, > > > > Much faster. > > An example (time ffmpeg -i ... -vf idet -f null /dev/null) > > Raw C: user 25.

[FFmpeg-devel] [PATCH] SSE2 version of vf_idet's filter_line()

2014-09-02 Thread Pascal Massimino
Hi, Much faster. An example (time ffmpeg -i ... -vf idet -f null /dev/null) Raw C: user 25.007s MMX:user 16.818s MMXEXT: user 16.191s SSE2: user 15.481s no idet filter: user 15.025s YMMV. skal commit de5064a0126a0a5bed9d8f151fa79b07614729fe Author: skal Date: Tue Sep 2 16:55

Re: [FFmpeg-devel] [PATCH] lavc/libwebpenc: use WebPMemoryWriterClear()

2014-08-27 Thread Pascal Massimino
Hi, On Wed, Aug 27, 2014 at 10:06 AM, Michael Niedermayer wrote: > On Wed, Aug 27, 2014 at 12:57:47AM -0300, James Almer wrote: > > WebPMemoryWriterClear() must be used instead of free() when libwebp ABI > version is > 0x0202. > It's rather 0x0203. The patch that introduced WebPMemoryWriterCle