On Mon, Mar 20, 2017 at 02:21:50AM +0100, Michael Niedermayer wrote:
> Fixes: runtime error: shift exponent 255 is too large for 32-bit type
> 'unsigned int'
> Fixes: 894/clusterfuzz-testcase-4841537823309824
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/mast
On Sun, 19 Mar 2017 02:30:11 +0100
Michael Niedermayer wrote:
> On Sat, Mar 18, 2017 at 09:56:04AM +0100, wm4 wrote:
> > From: Anton Khirnov
> >
> > Certain hardware decoding APIs are not guaranteed to be thread-safe, so
> > having the user access decoded hardware surfaces while the decoder is
On Sun, 19 Mar 2017 11:51:28 -0700
Philip Langdale wrote:
> On Fri, 17 Mar 2017 19:42:07 -0700
> Philip Langdale wrote:
>
> > On Sat, 18 Mar 2017 01:51:39 +0100 (CET)
> > Marton Balint wrote:
> >
> > > On Sat, 18 Mar 2017, wal...@free.fr wrote:
> > >
> > > > The logs: http://pastebin.
Fixes: runtime error: shift exponent 255 is too large for 32-bit type 'unsigned
int'
Fixes: 894/clusterfuzz-testcase-4841537823309824
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/wavpack.c |
Fixes: 873/clusterfuzz-testcase-5714546230558720
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/mpegaudiodec_template.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib
On Fri, Mar 17, 2017 at 03:25:17AM +0100, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/mjpegdec.c | 4
> 1 file changed, 4 insertions(+)
patchset applied
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Republics decli
Hi,
On Sun, Mar 19, 2017 at 8:01 PM, Michael Niedermayer wrote:
> On Thu, Mar 16, 2017 at 11:49:04AM +0100, Michael Niedermayer wrote:
> > Fixes timeout with 847/clusterfuzz-testcase-5291877358108672
> > Fixes timeout with 850/clusterfuzz-testcase-5721296509861888
> >
> > Found-by: continuous fu
On 2017-03-19 11:01 +0100, wm4 wrote:
> On Sun, 19 Mar 2017 10:57:21 +0100
> Clément Bœsch wrote:
>
> >
> > If you want to have DASH enabled by default, make sure to have a native
> > XML parser, or discuss the policy about detecting all the external
> > libraries within the configure.
> >
>
>
On Thu, Mar 16, 2017 at 11:49:04AM +0100, Michael Niedermayer wrote:
> Fixes timeout with 847/clusterfuzz-testcase-5291877358108672
> Fixes timeout with 850/clusterfuzz-testcase-5721296509861888
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/targets/ffmp
On Thu, Mar 16, 2017 at 06:54:36PM +, Kieran Kunhya wrote:
> On Thu, 16 Mar 2017 at 15:37 Michael Niedermayer
> wrote:
>
> > On Thu, Mar 16, 2017 at 11:41:12AM +, Kieran Kunhya wrote:
> > > >
> > > > +
> > > > +if (pocdiff0 != (int)pocdiff0)
> > > > +avpriv_request_sam
On Thu, Mar 16, 2017 at 03:02:49AM +0100, Michael Niedermayer wrote:
> Fixes: 861/clusterfuzz-testcase-5688284384591872
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/tiff.c | 10 ++
On Sat, Mar 18, 2017 at 04:38:04AM -0500, Rodger Combs wrote:
> ---
> libavformat/utils.c | 1 +
> 1 file changed, 1 insertion(+)
should be ok
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I am the wisest man alive, for I know one thing, and that is that
On Sun, Mar 19, 2017 at 10:37:30PM +0100, Clément Bœsch wrote:
> On Sun, Mar 19, 2017 at 10:13:37PM +0100, Michael Niedermayer wrote:
> [...]
> > > > > +static av_always_inline int isBayer(enum AVPixelFormat pix_fmt)
> > > > > +{
> > > > > +const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(p
On Sat, Mar 18, 2017 at 04:38:03AM -0500, Rodger Combs wrote:
> This allows us to report the correct codec ID here
> ---
> libavformat/allformats.c | 3 ++-
> libavformat/mp3dec.c | 66
> +++-
> libavformat/rawenc.c | 13 ++
> libavform
Signed-off-by: Matthias Hunstock
---
libavdevice/decklink_common.cpp | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/libavdevice/decklink_common.cpp b/libavdevice/decklink_common.cpp
index 8b499c5..26c0776 100644
--- a/libavdevice/decklink_common.cpp
+++ b/libavdev
Signed-off-by: Matthias Hunstock
---
doc/indevs.texi | 14 ++
libavdevice/decklink_common.cpp | 17 +
libavdevice/decklink_common_c.h | 1 +
libavdevice/decklink_dec.cpp| 5 +++--
libavdevice/decklink_dec_c.c| 1 +
5 files changed, 28 inserti
Am 18.03.2017 um 02:14 schrieb Marton Balint:
>
> On Fri, 17 Mar 2017, Matthias Hunstock wrote:
>
>> Signed-off-by: Matthias Hunstock
>> ---
>> libavdevice/decklink_common.cpp | 17 +
>> libavdevice/decklink_common_c.h | 1 +
>> libavdevice/decklink_dec.cpp| 5 +++--
>> libavd
On Sun, Mar 19, 2017 at 10:13:37PM +0100, Michael Niedermayer wrote:
[...]
> > > > +static av_always_inline int isBayer(enum AVPixelFormat pix_fmt)
> > > > +{
> > > > +const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(pix_fmt);
> > > > +av_assert0(desc);
> > > > +return !strncmp(desc
Le nonidi 29 ventôse, an CCXXV, tiejun.peng a écrit :
> This fixes a proble where ffmpeg would cause crash to do a seek when the
> network disconnect.
> The log like this:
> 01-01 10:53:03.441 6580 6580 F DEBUG : backtrace:
> 01-01 10:53:03.441 6580 6580 F DEBUG : #00 pc 0002942e
> /
This fixes a proble where ffmpeg would cause crash to do a seek when the
network disconnect.
The log like this:
01-01 10:53:03.441 6580 6580 F DEBUG : backtrace:
01-01 10:53:03.441 6580 6580 F DEBUG : #00 pc 0002942e
/system/lib/libavformat.so (ffurl_write+9)
Signed-off-by: tiejun.p
On Sun, Mar 19, 2017 at 04:50:24PM +0100, Clément Bœsch wrote:
> On Sun, Mar 19, 2017 at 04:35:12PM +0100, Michael Niedermayer wrote:
> > On Sun, Mar 19, 2017 at 03:33:41PM +0100, Clément Bœsch wrote:
> > > ---
> > > libswscale/swscale_internal.h | 20 ++--
> > > 1 file changed, 6
On Fri, 17 Mar 2017 19:42:07 -0700
Philip Langdale wrote:
> On Sat, 18 Mar 2017 01:51:39 +0100 (CET)
> Marton Balint wrote:
>
> > On Sat, 18 Mar 2017, wal...@free.fr wrote:
> >
> > > The logs: http://pastebin.com/1duYR0Ui
> > >
> >
> > Log with video only (run ffplay with -an -sn) migh
On Tue, Feb 21, 2017 at 05:15:59PM +, Saverio Blasi wrote:
[...]
> enabled libspeex && require_pkg_config speex speex/speex.h
> speex_decoder_init -lspeex
> enabled libtesseract && require_pkg_config tesseract tesseract/capi.h
> TessBaseAPICreate
> enabled libtheora &
On Sun, Mar 19, 2017 at 04:35:12PM +0100, Michael Niedermayer wrote:
> On Sun, Mar 19, 2017 at 03:33:41PM +0100, Clément Bœsch wrote:
> > ---
> > libswscale/swscale_internal.h | 20 ++--
> > 1 file changed, 6 insertions(+), 14 deletions(-)
> >
> > diff --git a/libswscale/swscale_i
On Sun, Mar 19, 2017 at 03:33:39PM +0100, Clément Bœsch wrote:
> Test the pixel format querying within libswscale.
> ---
> libswscale/Makefile | 1 +
> libswscale/tests/.gitignore | 1 +
> libswscale/tests/pixdesc_query.c | 90 +
> tests/Makefile | 1
On Sun, Mar 19, 2017 at 03:33:43PM +0100, Clément Bœsch wrote:
> ---
> libswscale/swscale_internal.h| 21 +++--
> tests/ref/fate/sws-pixdesc-query | 19 +++
> 2 files changed, 22 insertions(+), 18 deletions(-)
should be ok
thx
[...]
--
Michael GnuPG fing
On Sun, Mar 19, 2017 at 03:33:42PM +0100, Clément Bœsch wrote:
> ---
> libswscale/swscale_internal.h | 14 +++---
> 1 file changed, 7 insertions(+), 7 deletions(-)
should be ok
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
When you are offended a
On Sun, Mar 19, 2017 at 03:33:41PM +0100, Clément Bœsch wrote:
> ---
> libswscale/swscale_internal.h | 20 ++--
> 1 file changed, 6 insertions(+), 14 deletions(-)
>
> diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
> index 6bcb4640ee..b3bb1695fb 100644
>
---
libswscale/swscale_internal.h| 21 +++--
tests/ref/fate/sws-pixdesc-query | 19 +++
2 files changed, 22 insertions(+), 18 deletions(-)
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 9a28d180f1..2c2329ae56 100644
--- a/libsw
---
libswscale/swscale_internal.h | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index b3bb1695fb..9a28d180f1 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -767,13
---
libswscale/swscale_internal.h | 20 ++--
1 file changed, 6 insertions(+), 14 deletions(-)
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 6bcb4640ee..b3bb1695fb 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -
Test the pixel format querying within libswscale.
---
libswscale/Makefile | 1 +
libswscale/tests/.gitignore | 1 +
libswscale/tests/pixdesc_query.c | 90 +
tests/Makefile | 1 +
tests/fate/libswscale.mak| 7 +
tests/ref/fate/sws-pixdesc-que
---
libswscale/swscale_internal.h | 27 ++-
1 file changed, 10 insertions(+), 17 deletions(-)
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index af82396b1c..6bcb4640ee 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_interna
This is in response to the next Libav commit I'll (partially) noop soon
(aa37d2bf45).
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Sun, Mar 19, 2017 at 03:00:55PM +0100, Clément Bœsch wrote:
> Test the pixel format querying within libswscale.
> ---
> libswscale/Makefile | 1 +
> libswscale/tests/.gitignore | 1 +
> libswscale/tests/pixdesc_query.c | 78
> tests/Makefile |
---
libswscale/swscale_internal.h | 27 ++-
1 file changed, 10 insertions(+), 17 deletions(-)
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index af82396b1c..6bcb4640ee 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_interna
Test the pixel format querying within libswscale.
---
libswscale/Makefile | 1 +
libswscale/tests/.gitignore | 1 +
libswscale/tests/pixdesc_query.c | 78
tests/Makefile | 1 +
tests/fate/libswscale.mak| 7 +
tests/ref/fate/sws-pixdesc-
Le nonidi 29 ventôse, an CCXXV, Rodger Combs a écrit :
> fragmentTimescale.
fragment_timescale or fragment_time_scale; camelCase is not part of
FFmpeg's coding standards.
> Use time_t or int64_t.
Certainly not time_t.
The rest looks fine at first glance.
Regards,
--
Nicolas George
signat
A few initial comments inline:
> On Mar 19, 2017, at 04:05, Steven Liu wrote:
>
> ffmpeg need a dash demuxer for demux the dash formats
> base on
> https://github.com/samsamsam-iptvplayer/exteplayer3/blob/master/tmp/ffmpeg/patches/3.2.2/01_add_dash_demux.patch
>
> Signed-off-by: Steven Liu
On Sat, Mar 18, 2017 at 01:50:06PM +0100, Martin Vignali wrote:
> Hello,
>
> In attach patch to add fate test for uint 32 exr
>
> Sample can be found here :
> https://we.tl/iB6xWicb4X
>
> and need to be put inside fate-suite/exr/
uploaded
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF
On Sun, 19 Mar 2017 10:57:21 +0100
Clément Bœsch wrote:
>
> If you want to have DASH enabled by default, make sure to have a native
> XML parser, or discuss the policy about detecting all the external
> libraries within the configure.
>
That's ridiculous. So NIH is encouraged because of a crap
Le nonidi 29 ventôse, an CCXXV, Clement Boesch a écrit :
> If you want to have DASH enabled by default, make sure to have a native
> XML parser
For the record, I have started something a few months back. Not very
advanced, because other more pressing matters arose, but reasonably
clean for a start
L'octidi 28 ventôse, an CCXXV, Steven Liu a écrit :
> Can the concat support network stream?
As you can see, the concat demuxer does not contain any code specific to
the protocol, or even to the demuxer. It should therefore work with any
demuxer, and in turn protocol, provided it is reliab
On Sun, Mar 19, 2017 at 05:51:15PM +0800, Steven Liu wrote:
> 2017-03-19 17:48 GMT+08:00 Clément Bœsch :
>
> > On Sun, Mar 19, 2017 at 05:05:55PM +0800, Steven Liu wrote:
> > > ffmpeg need a dash demuxer for demux the dash formats
> > > base on https://github.com/samsamsam-iptvplayer/exteplayer3/b
2017-03-19 17:55 GMT+08:00 Paul B Mahol :
> On 3/19/17, Steven Liu wrote:
> > 2017-03-19 17:48 GMT+08:00 Clement Boesch :
> >
> >> On Sun, Mar 19, 2017 at 05:05:55PM +0800, Steven Liu wrote:
> >> > ffmpeg need a dash demuxer for demux the dash formats
> >> > base on https://github.com/samsamsam-i
L'octidi 28 ventôse, an CCXXV, Michael Niedermayer a écrit :
> People cant always choose what they use, and IMHO a frame work which
> doesnt allow passing side data cleanly may have simply different goals
> or be build around a differnt architecture than what you have in mind
> that doesnt make it
On 3/19/17, Steven Liu wrote:
> 2017-03-19 17:48 GMT+08:00 Clement Boesch :
>
>> On Sun, Mar 19, 2017 at 05:05:55PM +0800, Steven Liu wrote:
>> > ffmpeg need a dash demuxer for demux the dash formats
>> > base on https://github.com/samsamsam-iptvplayer/exteplayer3/blob/
>> master/tmp/ffmpeg/patche
2017-03-19 17:48 GMT+08:00 Clément Bœsch :
> On Sun, Mar 19, 2017 at 05:05:55PM +0800, Steven Liu wrote:
> > ffmpeg need a dash demuxer for demux the dash formats
> > base on https://github.com/samsamsam-iptvplayer/exteplayer3/blob/
> master/tmp/ffmpeg/patches/3.2.2/01_add_dash_demux.patch
> >
On Sun, Mar 19, 2017 at 05:05:55PM +0800, Steven Liu wrote:
> ffmpeg need a dash demuxer for demux the dash formats
> base on
> https://github.com/samsamsam-iptvplayer/exteplayer3/blob/master/tmp/ffmpeg/patches/3.2.2/01_add_dash_demux.patch
>
> Signed-off-by: Steven Liu
> ---
> configure
2017-03-19 17:34 GMT+08:00 Carl Eugen Hoyos :
> 2017-03-19 10:05 GMT+01:00 Steven Liu :
>
> > + --disable-xml2 disable XML parsing using the C library
> libxml2 [autodetect]
>
> I believe several developers have argued in the past that they are against
> adding libxml2 as an external de
2017-03-19 10:05 GMT+01:00 Steven Liu :
> + --disable-xml2 disable XML parsing using the C library libxml2
> [autodetect]
I believe several developers have argued in the past that they are against
adding libxml2 as an external dependency to FFmpeg.
Instead of resending this (or a simi
ffmpeg need a dash demuxer for demux the dash formats
base on
https://github.com/samsamsam-iptvplayer/exteplayer3/blob/master/tmp/ffmpeg/patches/3.2.2/01_add_dash_demux.patch
Signed-off-by: Steven Liu
---
configure|4 +
libavformat/Makefile |1 +
libavformat/allf
From 74fa715cdc1e17ab3a59a9e3efa6ef142dd35d1a Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Sun, 19 Mar 2017 15:44:46 +0800
Subject: [PATCH] hwcontext: fix comments for av_hwdevice_ctx_alloc()
fix the wrong comments for av_hwdevice_ctx_alloc()
Signed-off-by: Jun Zhao
---
libavutil/hwcontext.h
53 matches
Mail list logo