[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

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

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: >

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 mich...@niedermayer.cc 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

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 jamr...@gmail.com 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/webpenc.c @@ -24,10 +24,20

[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] 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 michae...@gmx.at wrote: On Fri, Mar 27, 2015 at 11:02:09AM +0100, Pascal Massimino wrote: Hi, $subject $attached says: This API is available

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 neil.birkb...@gmail.com 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 21 |

[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

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.patch Description: Binary data

[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

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

2014-09-18 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

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 reimar.doeffin...@gmx.de wrote: On 18.09.2014, at 08:45, Pascal Massimino pascal.massim...@gmail.com wrote: Hi, the webp lossless doc was unclear regarding palette index falling out of range. See issue #206 [1] for the bug

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 jamr...@gmail.com 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 m_sum, m2 +psrldqm2, 4

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 james.darn...@gmail.com 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...

[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

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 stefa...@gmail.com 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 for spotting that. /skal

[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 u...@pkh.me 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 stefa...@gmail.com wrote: On date Friday 2014-09-05 11:50:35 +0200, Clément Bœsch encoded

[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 reimar.doeffin...@gmx.de wrote: On 03.09.2014, at 08:38, Pascal Massimino pascal.massim...@gmail.com 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, Pascal

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 michae...@gmx.at 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 benoit.fo...@free.fr wrote: Hi, - Mail original - Hi

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 u...@pkh.me 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 d2249b05b4a881ec3c9de8fc105b2a40c680a0ea Mon Sep 17 00

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 jamr...@gmail.com 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-02 Thread Pascal Massimino
Michael, On Tue, Sep 2, 2014 at 9:39 AM, Michael Niedermayer michae...@gmx.at 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.007s MMX:user 16.818s