Does it still fail?
Thanks in advance.
On Sat, Jul 23, 2016 at 10:36 AM, Omid Ghaffarinia
wrote:
> I'm sorry for that, it failed because it was prepared for release/2.8,
> this one should work on master.
>
>
> On Thu, Jul 21, 2016 at 3:48 AM, Michael Niedermayer
> wrote:
>> On Wed, Jul 20, 2016
Sadly the server I’m deving on doesn’t have availability through an mta. I
generated the email by using [devuser@tst009 ~]$ git format-patch HEAD^
--stdout > /tmp/cosmetic2.txtand then manually creating a new email of
similar format in my mua. I had to attach the diff on that last cosmetic
---
src/security | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/src/security b/src/security
index ae89f9b..20c4d5d 100644
--- a/src/security
+++ b/src/security
@@ -1,4 +1,11 @@
-Please report vulnerabilities to mailto:ffmpeg-secur...@ffmpeg.org";>ffmpeg-secur...@ffmpeg
On Wed, Aug 03, 2016 at 14:17:21 +0200, Michael Niedermayer wrote:
> +If you wish to use PGP/GnuPG you can use.
This sounds slightly strange.
->
"If you wish to use PGP/GnuPG please do so."
(Is this preferred by the list? Then that should be expressed.)
___
2016-08-03 14:58 GMT+02:00 Moritz Barsnick :
> On Wed, Aug 03, 2016 at 14:17:21 +0200, Michael Niedermayer wrote:
>> +If you wish to use PGP/GnuPG you can use.
>
> This sounds slightly strange.
> ->
> "If you wish to use PGP/GnuPG please do so."
>
> (Is this preferred by the list? Then that should
Le sextidi 16 thermidor, an CCXXIV, sebechlebsky...@gmail.com a écrit :
> From: Jan Sebechlebsky
>
> Signed-off-by: Jan Sebechlebsky
> ---
> libavformat/avformat.h | 14 ++
> libavformat/mux.c | 16
> 2 files changed, 30 insertions(+)
>
> diff --git a/libavfor
Le sextidi 16 thermidor, an CCXXIV, sebechlebsky...@gmail.com a écrit :
> From: Jan Sebechlebsky
>
> Add support for nonblocking calls.
>
> Signed-off-by: Jan Sebechlebsky
> ---
> libavformat/fifo.c | 70
> +-
> 1 file changed, 59 insertions
On Wed, Aug 03, 2016 at 03:02:38PM +0200, Carl Eugen Hoyos wrote:
> 2016-08-03 14:58 GMT+02:00 Moritz Barsnick :
> > On Wed, Aug 03, 2016 at 14:17:21 +0200, Michael Niedermayer wrote:
> >> +If you wish to use PGP/GnuPG you can use.
> >
> > This sounds slightly strange.
> > ->
> > "If you wish to us
On Wed, Aug 03, 2016 at 03:41:14PM +0200, Nicolas George wrote:
> Le sextidi 16 thermidor, an CCXXIV, sebechlebsky...@gmail.com a écrit :
> > From: Jan Sebechlebsky
[...]
> > +ret = pthread_tryjoin_np( fifo->writer_thread, NULL);
>
> This function is a GNU extension (np means nonportable)
Hi,
patch attached.
0001-avfilter-add-simple-audio-dynamic-range-compressor.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Hi!
Attached patch gives users (and testers) a chance to know why webm_chunk
muxing fails.
Please comment, Carl Eugen
From 675562a4d2215af36f512d3d2c608ec8dc16a73c Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos
Date: Wed, 3 Aug 2016 18:40:03 +0200
Subject: [PATCH] lavf/webm_chunk: Print an err
On Wed, Aug 03, 2016 at 12:29:17PM +0430, Omid Ghaffarinia wrote:
> Does it still fail?
no failure
i would prefer if the code move would be in a seperate
patch though. Its harder to review for developers as is
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
On Mon, Aug 01, 2016 at 02:51:57AM +0200, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer
> ---
> libavformat/Makefile |2 +-
> libavformat/teeproto.c | 19 ++-
> 2 files changed, 15 insertions(+), 6 deletions(-)
applied
[...]
--
Michael GnuPG finger
Hi all
Sun, Jul 31, 2016 at 10:01:00PM +0200, Michael Niedermayer wrote:
> Hi all
>
> you have a great idea for a Outreachy task or a GSoC task ?
> Or something you always wanted to do but never had the time and
> it would fit in the time for GSoC/Outreachy ?
> Or some feature you always wanted w
Am Sonntag, den 31.07.2016, 18:36 +0100 schrieb Mark Thompson:
> On 31/07/16 18:09, Jens Ziller wrote:
> >
> > Am Sonntag, den 31.07.2016, 16:33 +0100 schrieb Mark Thompson:
> > >
> > > Try the test stream h264/reinit-large_420_8-to-small_420_8.h264
> > > in
> > > FATE?
> > I don't test it. I tes
On 8/3/16, Michael Niedermayer wrote:
> Hi all
>
> Sun, Jul 31, 2016 at 10:01:00PM +0200, Michael Niedermayer wrote:
>> Hi all
>>
>> you have a great idea for a Outreachy task or a GSoC task ?
>> Or something you always wanted to do but never had the time and
>> it would fit in the time for GSoC/O
On 7/31/2016 5:01 PM, Michael Niedermayer wrote:
> Hi all
>
> you have a great idea for a Outreachy task or a GSoC task ?
> Or something you always wanted to do but never had the time and
> it would fit in the time for GSoC/Outreachy ?
> Or some feature you always wanted which would fit as a task?
This will be used to allow writing file sequences using the tee output onto
multiple places in parallel
Signed-off-by: Michael Niedermayer
---
libavformat/avformat.h | 7 +++
libavformat/utils.c| 9 +++--
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/libavformat/avf
Signed-off-by: Michael Niedermayer
---
libavformat/hlsenc.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 5dc518d..9f076ba 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -561,14 +561,16 @@ static i
Signed-off-by: Michael Niedermayer
---
libavformat/img2enc.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c
index 32c68e4..1297b1a 100644
--- a/libavformat/img2enc.c
+++ b/libavformat/img2enc.c
@@ -97,7 +97,9 @@ static int writ
This has been fixed by MuldeR.
Thanks,
Andy
On Fri, Jul 29, 2016 at 8:03 AM, Paul B Mahol wrote:
> On 7/27/16, andyndeanna wrote:
> > Hello,
> >
> > See attached patch to fix a clipping problem with dynaudnorm when the
> first
> > frame contains silence. I implemented the fix by adding a boun
On Wed, Aug 03, 2016 at 03:55:08PM -0300, James Almer wrote:
> On 7/31/2016 5:01 PM, Michael Niedermayer wrote:
> > Hi all
> >
> > you have a great idea for a Outreachy task or a GSoC task ?
> > Or something you always wanted to do but never had the time and
> > it would fit in the time for GSoC/O
- Corrected last reported issue about a sample file missing audio after these
patches were applied.
- Created new streamtype with SCTE
Carlos (1):
SCTE extraction from mpegts
carlos (1):
SCTE-35 support in hlsenc
libavcodec/avcodec.h| 1 +
libavcodec/codec_desc.c | 6 +
libavformat/
From: Carlos
Signed-off-by: carlos
---
libavcodec/avcodec.h| 1 +
libavcodec/codec_desc.c | 6 ++
libavformat/mpegts.c| 51 +++--
3 files changed, 52 insertions(+), 6 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
From: carlos
Signed-off-by: carlos
---
libavformat/Makefile | 2 +-
libavformat/hlsenc.c | 110 +---
libavformat/scte_35.c | 482 ++
libavformat/scte_35.h | 76
4 files changed, 646 insertions(+), 24 deletions(-)
create mode
On Wed, Aug 3, 2016 at 12:36 PM Michael Niedermayer
wrote:
> what about writing guides/howtos about how to build/replace FFmpeg
> on all kinds of hw
>
That's the responsibility of the HW vendor.
> i mean everything these days uses FFmpeg below one or more layers
> and users should have the rig
On Wed, Aug 3, 2016 at 11:57 AM James Almer wrote:
> On 7/31/2016 5:01 PM, Michael Niedermayer wrote:
> > Hi all
> >
> > you have a great idea for a Outreachy task or a GSoC task ?
> > Or something you always wanted to do but never had the time and
> > it would fit in the time for GSoC/Outreachy
---
tests/fate/vcodec.mak| 18 +-
tests/ref/vsynth/vsynth1-dnxhd-hr-hq-mov | 4
tests/ref/vsynth/vsynth1-dnxhd-hr-lb-mov | 4
tests/ref/vsynth/vsynth1-dnxhd-hr-sq-mov | 4
tests/ref/vsynth/vsynth1-dnxhd-uhd-hr-mov| 4
On Tue, Aug 2, 2016 at 11:51 PM, Steven Robertson wrote:
> Test file available at http://tinyurl.com/fate-dnxhd-12bit .
>
> Signed-off-by: Steven Robertson
> ---
> tests/fate/dnxhd.mak | 2 ++
> tests/ref/fate/dnxhr-12bit | 6 ++
> 2 files changed, 8 insertions(+)
> create mode 100644
setting the codec_tag no longer needed by movenc
it uses the dnxhr profile instead
---
libavcodec/dnxhdenc.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/dnxhdenc.c b/libavcodec/dnxhdenc.c
index b0ee8a2..cbf4cd5 100644
--- a/libavcodec/dnxhdenc.c
+++ b/libavcodec/dnxhdenc.c
@@
Hi,
> > > > > On 5/5/16, Piotr Bandurski wrote:
> > > >> > > > > > > > > Improved version attached.
> > > >> > > >
> > > >> > > > I found another bug, this time in lossy mode - the file encoded
> > > >> > > > as
> > > >> > > > "joint stereo" decodes after a few seconds into noise:
> > > >> > > >
Hi
On 3 Aug 2016 6:58 p.m., "Michael Niedermayer"
wrote:
>
> Hi all
>
> we need ideas for Outreachy, the page is EMPTY:
> https://trac.ffmpeg.org/wiki/SponsoringPrograms/Outreachy/2016-12
>
How about EBU-STL subtitle decoding? It's currently unsupported. It's a non
text based subtitle format t
This removes unnecessary header dependencies.
Signed-off-by: James Almer
---
libavcodec/h263dec.c | 6 --
libavcodec/h264_picture.c | 12 ++--
libavcodec/h264dec.c | 13 +++--
libavcodec/mpeg12dec.c| 7 ---
libavcodec/vc1dec.c | 7 ---
5 files c
2016-08-03 21:36 GMT+02:00 Carlos Fernandez Sanz :
> From: Carlos
> -
> -} else {
> +} else if (tss->type == MPEGTS_PES) {
> int ret;
> // Note: The position here points actually behind the current packet.
> -if (tss->type == MPEGTS_PES) {
> -if ((ret
Hi!
2016-08-04 0:33 GMT+02:00 James Almer :
> This removes unnecessary header dependencies.
Why is this an advantage?
> 5 files changed, 25 insertions(+), 20 deletions(-)
This doesn't imply a simplification...
Carl Eugen
___
ffmpeg-devel mailing lis
On Wed, Aug 03, 2016 at 07:46:26PM +, Timothy Gu wrote:
> On Wed, Aug 3, 2016 at 12:36 PM Michael Niedermayer
> wrote:
>
> > what about writing guides/howtos about how to build/replace FFmpeg
> > on all kinds of hw
> >
>
> That's the responsibility of the HW vendor.
>
>
> > i mean everythi
On 8/3/2016 7:59 PM, Carl Eugen Hoyos wrote:
> Hi!
>
> 2016-08-04 0:33 GMT+02:00 James Almer :
>> This removes unnecessary header dependencies.
>
> Why is this an advantage?
h263, vc1 and mpeg decoder were pointlessly pulling the entire set
of h264 headers because of it.
>
>> 5 files changed,
Hi,
On Wed, Aug 3, 2016 at 1:57 PM, Michael Niedermayer
wrote:
> Hi all
>
> Sun, Jul 31, 2016 at 10:01:00PM +0200, Michael Niedermayer wrote:
> > Hi all
> >
> > you have a great idea for a Outreachy task or a GSoC task ?
> > Or something you always wanted to do but never had the time and
> > it
Hi,
On Wed, Aug 3, 2016 at 7:48 PM, Ronald S. Bultje wrote:
> Hi,
>
> On Wed, Aug 3, 2016 at 1:57 PM, Michael Niedermayer <
> mich...@niedermayer.cc> wrote:
>
>> Hi all
>>
>> Sun, Jul 31, 2016 at 10:01:00PM +0200, Michael Niedermayer wrote:
>> > Hi all
>> >
>> > you have a great idea for a Outre
Hi,
On Wed, Aug 3, 2016 at 7:48 PM, Ronald S. Bultje wrote:
> Hi,
>
> On Wed, Aug 3, 2016 at 1:57 PM, Michael Niedermayer <
> mich...@niedermayer.cc> wrote:
>
>> Hi all
>>
>> Sun, Jul 31, 2016 at 10:01:00PM +0200, Michael Niedermayer wrote:
>> > Hi all
>> >
>> > you have a great idea for a Outre
On 8/3/2016 8:35 PM, James Almer wrote:
> On 8/3/2016 7:59 PM, Carl Eugen Hoyos wrote:
>> Hi!
>>
>> 2016-08-04 0:33 GMT+02:00 James Almer :
>>> This removes unnecessary header dependencies.
>>
>> Why is this an advantage?
>
> h263, vc1 and mpeg decoder were pointlessly pulling the entire set
> of
On Wed, Aug 03, 2016 at 02:06:21PM -0700, Mark Reid wrote:
> ---
> tests/fate/vcodec.mak| 18 +-
> tests/ref/vsynth/vsynth1-dnxhd-hr-hq-mov | 4
> tests/ref/vsynth/vsynth1-dnxhd-hr-lb-mov | 4
> tests/ref/vsynth/vsynth1-dnxhd-hr-sq-mov
42 matches
Mail list logo