Re: [FFmpeg-cvslog] avfilter/vf_idet: use exp2()

2014-11-03 Thread Pascal Massimino
On Mon, Nov 3, 2014 at 8:33 AM, Michael Niedermayer wrote: > ffmpeg | branch: master | Michael Niedermayer | Mon > Nov 3 17:22:33 2014 +0100| [898635ad9ec9cadc3c45b61fba97a471f2be7d27] | > committer: Michael Niedermayer > > avfilter/vf_idet: use exp2() > lgtm > > Signed-off-by: Michael Niede

Re: [FFmpeg-cvslog] avfilter/vf_idet: use av_rescale()

2014-11-03 Thread Pascal Massimino
On Mon, Nov 3, 2014 at 8:33 AM, Michael Niedermayer wrote: > ffmpeg | branch: master | Michael Niedermayer | Mon > Nov 3 17:22:16 2014 +0100| [4bbd8f05f7c34967e1c1f7831ae70cde1edd50b5] | > committer: Michael Niedermayer > > avfilter/vf_idet: use av_rescale() > > Signed-off-by: Michael Niedermay

[FFmpeg-cvslog] libavcodec/webp: treat out-of-bound palette index as translucent black

2014-11-28 Thread Pascal Massimino
ffmpeg | branch: release/2.1 | Pascal Massimino | Tue Sep 16 17:01:07 2014 +0200| [5ecc4a644a1f5ee0ee677dd2db9560001d8c80c8] | committer: Michael Niedermayer libavcodec/webp: treat out-of-bound palette index as translucent black See https://code.google.com/p/webp/issues/detail?id=206 for a

[FFmpeg-cvslog] avcodec/webp: fix default palette color 0xff000000 -> 0x00000000

2014-11-28 Thread Pascal Massimino
ffmpeg | branch: release/2.1 | Pascal Massimino | Mon Sep 22 14:48:57 2014 -0700| [77367f27280ccf82273de119d2e872855d1bf608] | committer: Michael Niedermayer avcodec/webp: fix default palette color 0xff00 -> 0x Signed-off-by: Michael Niedermayer (cherry picked from com

Re: [FFmpeg-cvslog] avfilter/vf_idet: flush internal buffers on parameter changes

2015-01-19 Thread Pascal Massimino
On Mon, Jan 19, 2015 at 1:56 PM, Michael Niedermayer wrote: > ffmpeg | branch: master | Michael Niedermayer | Mon > Jan 19 05:36:27 2015 +0100| [56a33b232cbb71045fa6609fda3145ea08047b7d] | > committer: Michael Niedermayer > > avfilter/vf_idet: flush internal buffers on parameter changes > > This

Re: [FFmpeg-cvslog] avfilter/vf_idet: reduce noisyness if the filter has been auto inserted

2015-01-19 Thread Pascal Massimino
On Mon, Jan 19, 2015 at 1:56 PM, Michael Niedermayer wrote: > ffmpeg | branch: master | Michael Niedermayer | Mon > Jan 19 05:14:15 2015 +0100| [723c37d3b7bf23bfdfe3e5c3599543c06332] | > committer: Michael Niedermayer > > avfilter/vf_idet: reduce noisyness if the filter has been auto inserte

ffmpeg-cvslog@ffmpeg.org

2015-01-19 Thread Pascal Massimino
>prev) > > Found-by: Pascal Massimino > Signed-off-by: Michael Niedermayer > > > > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c1a8d3b7d3383b8c5a7dcfa08c7b596db3d835e > --- > > libavfilter/vf_idet.c |5 ++--- > 1 file changed, 2 insertions(+)

[FFmpeg-cvslog] avcodec: add C xvid IDCT support

2014-08-12 Thread Pascal Massimino
ffmpeg | branch: master | Pascal Massimino | Sat Aug 9 13:06:17 2014 +0200| [298b3b6c1f8f66b9bc6de53a7b51d3de745d946b] | committer: Michael Niedermayer avcodec: add C xvid IDCT support Thanks to Pascal Massimino and Michael Militzer for permission to use under LGPL The xvid idct code is

[FFmpeg-cvslog] xvid: Add C IDCT

2014-09-02 Thread Pascal Massimino
ffmpeg | branch: master | Pascal Massimino | Wed Aug 27 02:58:10 2014 +0200| [7a1d6ddd2c6b2d66fbc1afa584cf506930a26453] | committer: Diego Biurrun xvid: Add C IDCT Thanks to Pascal Massimino and Michael Militzer for relicensing as LGPL. Signed-off-by: Diego Biurrun > h

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

2014-09-05 Thread Pascal Massimino
ffmpeg | branch: master | Pascal Massimino | Fri Sep 5 11:59:03 2014 +0200| [161fc0f463773a12abb985c1adf55db971c76134] | committer: Michael Niedermayer avfilter/x86/idet: fix license header (GPL -> LGPL) Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

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

2014-09-09 Thread Pascal Massimino
ffmpeg | branch: master | Pascal Massimino | Tue Sep 9 14:38:58 2014 +0200| [e3fd6a3a4e3d28d8a50bb6ec3e19449bc4e0d3db] | committer: Michael Niedermayer av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line() tested on http://ps-auxw.de/10bit-h264-sample/10bit-eldorado.mkv MMX

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

2014-09-09 Thread Pascal Massimino
ffmpeg | branch: master | Pascal Massimino | Tue Sep 9 22:49:52 2014 +0200| [649b7a99463d5a43e47cbf8be9a788e20b21b3a8] | committer: James Almer av_filter/x86/idet: use HADDD where appropriate Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] libavcodec/webp: treat out-of-bound palette index as translucent black

2014-09-19 Thread Pascal Massimino
ffmpeg | branch: master | Pascal Massimino | Tue Sep 16 17:01:07 2014 +0200| [4fd21d58a72c38ab63c3a4483b420db260fa7b8d] | committer: Michael Niedermayer libavcodec/webp: treat out-of-bound palette index as translucent black See https://code.google.com/p/webp/issues/detail?id=206 for a

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

2014-09-20 Thread Pascal Massimino
ffmpeg | branch: master | Pascal Massimino | Fri Sep 19 05:52:55 2014 -0700| [7ac6b8cfa7e6af3f8ebd468607cacdbb386feb8f] | committer: Michael Niedermayer avfilter/idet: typo fix: PROGRSSIVE -> PROGRESSIVE Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] libavcodec/webp: treat out-of-bound palette index as translucent black

2014-09-20 Thread Pascal Massimino
ffmpeg | branch: release/2.2 | Pascal Massimino | Tue Sep 16 17:01:07 2014 +0200| [99af97ea112d94e21946df219216b3c052e57702] | committer: Michael Niedermayer libavcodec/webp: treat out-of-bound palette index as translucent black See https://code.google.com/p/webp/issues/detail?id=206 for a

[FFmpeg-cvslog] libavcodec/webp: treat out-of-bound palette index as translucent black

2014-09-21 Thread Pascal Massimino
ffmpeg | branch: release/2.4 | Pascal Massimino | Tue Sep 16 17:01:07 2014 +0200| [b7f27199513752999d07fae76876fd50a4862d81] | committer: Michael Niedermayer libavcodec/webp: treat out-of-bound palette index as translucent black See https://code.google.com/p/webp/issues/detail?id=206 for a

Re: [FFmpeg-cvslog] libavcodec/webp: treat out-of-bound palette index as translucent black

2014-09-22 Thread Pascal Massimino
Reimar, On Fri, Sep 19, 2014 at 10:14 AM, Reimar Döffinger wrote: > On 19 September 2014 15:36:38 GMT+01:00, g...@videolan.org wrote: > >ffmpeg | branch: master | Pascal Massimino > >| Tue Sep 16 17:01:07 2014 +0200| > >[4fd21d58a72c38ab63c3a4483b420db260fa7b8d]

[FFmpeg-cvslog] avcodec/webp: fix default palette color 0xff000000 -> 0x00000000

2014-09-23 Thread Pascal Massimino
ffmpeg | branch: master | Pascal Massimino | Mon Sep 22 14:48:57 2014 -0700| [e5b3112996c3da45aa03b39c5ade375d40d4407d] | committer: Michael Niedermayer avcodec/webp: fix default palette color 0xff00 -> 0x Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] libavcodec/webp: treat out-of-bound palette index as translucent black

2014-10-02 Thread Pascal Massimino
ffmpeg | branch: release/2.3 | Pascal Massimino | Tue Sep 16 17:01:07 2014 +0200| [4a4e30a6d87a0c232a789b3f5c0d6520a3e50014] | committer: Michael Niedermayer libavcodec/webp: treat out-of-bound palette index as translucent black See https://code.google.com/p/webp/issues/detail?id=206 for a

[FFmpeg-cvslog] avcodec/webp: fix default palette color 0xff000000 -> 0x00000000

2014-10-02 Thread Pascal Massimino
ffmpeg | branch: release/2.3 | Pascal Massimino | Mon Sep 22 14:48:57 2014 -0700| [aa40bbb492afc2c5e043999b1a291b7507fdcb7d] | committer: Michael Niedermayer avcodec/webp: fix default palette color 0xff00 -> 0x Signed-off-by: Michael Niedermayer (cherry picked from com

[FFmpeg-cvslog] avcodec/webp: fix default palette color 0xff000000 -> 0x00000000

2014-10-04 Thread Pascal Massimino
ffmpeg | branch: release/2.4 | Pascal Massimino | Mon Sep 22 14:48:57 2014 -0700| [ff6d440d107d2e5183be55292a33937ca98f9a06] | committer: Michael Niedermayer avcodec/webp: fix default palette color 0xff00 -> 0x Signed-off-by: Michael Niedermayer (cherry picked from com

[FFmpeg-cvslog] avcodec/webp: add optimization: use local palette with extra padding

2014-10-05 Thread Pascal Massimino
ffmpeg | branch: master | Pascal Massimino | Mon Sep 22 14:48:57 2014 -0700| [19fb47684193891b8399dfc8faf1ecfd35ac8a6a] | committer: Michael Niedermayer avcodec/webp: add optimization: use local palette with extra padding for big enough pictures. Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avcodec/webp: fix default palette color 0xff000000 -> 0x00000000

2014-10-05 Thread Pascal Massimino
ffmpeg | branch: release/2.2 | Pascal Massimino | Mon Sep 22 14:48:57 2014 -0700| [a1605af9b559ab15e3b13e0eed9d3d35cda46636] | committer: Michael Niedermayer avcodec/webp: fix default palette color 0xff00 -> 0x Signed-off-by: Michael Niedermayer (cherry picked from com

[FFmpeg-cvslog] avcodec/webp: fix decoding for trailing junk

2019-09-10 Thread Pascal Massimino
ffmpeg | branch: master | Pascal Massimino | Wed Aug 28 09:41:42 2019 +0200| [857fd2ad99032e3ff51363975997d0caf0e72e7b] | committer: Michael Niedermayer avcodec/webp: fix decoding for trailing junk some bitstream have trailing junk, despite being valid webp data. In case of apparent error

[FFmpeg-cvslog] avfilter/vf_fftfilt: Add missing cpu.h inclusion

2022-02-14 Thread pascal massimino
ffmpeg | branch: master | pascal massimino | Mon Feb 14 19:00:53 2022 +0100| [9f4dff61f76e8ef4af05a63d542eeb622bed7bf8] | committer: Andreas Rheinhardt avfilter/vf_fftfilt: Add missing cpu.h inclusion Error was: implicit declaration of function 'av_cpu_max_align' is invalid in C99