On Thu, 22 Sep 2016 18:50:27 +0200
Stefano Sabatini wrote:
> On date Sunday 2016-09-18 15:28:45 +0200, Stefano Sabatini encoded:
> > On date Saturday 2016-09-17 18:42:35 +0200, Paul B Mahol encoded:
> > > On 9/17/16, Stefano Sabatini wrote:
> > > > On date Sunday 2016-09-04 23:25:56 +0200, M
On Tue, 20 Sep 2016 14:44:47 +0200
Clément Bœsch wrote:
> On Tue, Sep 20, 2016 at 01:46:11PM +0200, Hendrik Leppkes wrote:
> [...]
> > > +/*
> > > + * For subtitles, this is required by the decoding process in
> > > order to
> > > + * rescale the timestamps: in the curren
On Thu, 22 Sep 2016 18:45:43 +
"Priebe, Jason" wrote:
> This patch adds a new filter that allows you to drive dynamic graphic overlays
> on a live encoding by creating/updating/deleting a specified 32-bit PNG.
> This is very different from the overlay filter, because it lets you change
> the
Hi,
I am looking for searchable archives of ffmpeg-devel and ffmpeg-cvslog. I
used to use gmane but that seems to no longer work.
Would be great if someone has a hint. I can't imagine that people out there
search ml archives by going through them month by month.
Cheers,
Robert
_
On 9/23/16, Robert Krueger wrote:
> Hi,
>
> I am looking for searchable archives of ffmpeg-devel and ffmpeg-cvslog. I
> used to use gmane but that seems to no longer work.
>
> Would be great if someone has a hint. I can't imagine that people out there
> search ml archives by going through them mon
Fixes trac 5579
---
libavcodec/x86/h264_weight.asm | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/libavcodec/x86/h264_weight.asm b/libavcodec/x86/h264_weight.asm
index 6c57d57..0975d74 100644
--- a/libavcodec/x86/h264_weight.asm
+++ b/libavcodec/x86/h264_weight.as
On 9/23/16, Priebe, Jason wrote:
> Thanks for the detailed review of the code, Paul. You caught some dumb
> mistakes that I should have picked up on before I sent the submission.
>
>> dynoverlay sounds very powerful, but this filter funcionality is very
>> limited.
>
> True, it is limited, but it
Hi,
On 22/09/2016 23:03, Sophia Wang wrote:
Signed-off-by: Sophia Wang
---
libavformat/matroskadec.c | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
index 77b8a5d..936690d 100644
--- a/libavformat/matros
On Fri, Sep 23, 2016 at 10:13 AM, Paul B Mahol wrote:
> On 9/23/16, Robert Krueger wrote:
> > Hi,
> >
> > I am looking for searchable archives of ffmpeg-devel and ffmpeg-cvslog. I
> > used to use gmane but that seems to no longer work.
> >
> > Would be great if someone has a hint. I can't imagin
series applied
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
ping
2016-09-19 7:01 GMT+08:00 Steven Liu :
>
>
> 2016-09-19 0:24 GMT+08:00 Moritz Barsnick :
>
>> On Sun, Sep 18, 2016 at 23:40:34 +0800, Steven Liu wrote:
>>
>> > +if (byterange_mode) {
>> > +version = 4;
>> > +sequence = byterange_mode ? 0 : sequence;
>>
>> What does the te
Hi,
On Fri, Sep 23, 2016 at 4:21 AM, Hendrik Leppkes
wrote:
> Fixes trac 5579
> ---
> libavcodec/x86/h264_weight.asm | 12 ++--
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/libavcodec/x86/h264_weight.asm b/libavcodec/x86/h264_weight.
> asm
> index 6c57d57..0975d74
On Fri, Sep 23, 2016 at 10:21:27AM +0200, Hendrik Leppkes wrote:
> Fixes trac 5579
> ---
> libavcodec/x86/h264_weight.asm | 12 ++--
> 1 file changed, 6 insertions(+), 6 deletions(-)
acked-by: michael
i saw these too but hadnt had the time to write and test a fix yet
thanks!
[...]
--
M
On Fri, Sep 23, 2016 at 4:19 PM, Michael Niedermayer
wrote:
> On Fri, Sep 23, 2016 at 10:21:27AM +0200, Hendrik Leppkes wrote:
>> Fixes trac 5579
>> ---
>> libavcodec/x86/h264_weight.asm | 12 ++--
>> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> acked-by: michael
> i saw these too
Acked-by: Michael Niedermayer
Signed-off-by: Josh de Kock
---
Changelog| 1 +
configure| 28 +++-
libavdevice/Makefile | 1 +
libavdevice/alldevices.c | 1 +
libavdevice/sdl2.c | 377 +++
5 files changed,
Hello,
as promised I started to work on ffserver. The focus of the first week
was to remake a fresh building environment - incl. FATE - and get an
overview what it is needed to be done.
1. FATE
There is already a test for ffserver, but out of FATE. This test does
not work for me, but this is
On Fri, Sep 23, 2016 at 05:46:06PM +0200, Michael Fritscher wrote:
> Hello,
>
> as promised I started to work on ffserver. The focus of the first
> week was to remake a fresh building environment - incl. FATE - and
> get an overview what it is needed to be done.
>
> 1. FATE
> There is already a t
Acked-by: Michael Niedermayer
Signed-off-by: Josh de Kock
---
Changelog| 1 +
configure| 28 +++-
libavdevice/Makefile | 1 +
libavdevice/alldevices.c | 1 +
libavdevice/sdl2.c | 377 +++
5 files changed,
On Fri, 23 Sep 2016 09:57:02 +0200
Robert Krüger wrote:
> Hi,
>
> I am looking for searchable archives of ffmpeg-devel and
> ffmpeg-cvslog. I used to use gmane but that seems to no longer work.
>
> Would be great if someone has a hint. I can't imagine that people out
> there search ml archives
On Fri, Sep 23, 2016 at 6:12 PM, compn wrote:
> On Fri, 23 Sep 2016 09:57:02 +0200
> Robert Krüger wrote:
>
> > Hi,
> >
> > I am looking for searchable archives of ffmpeg-devel and
> > ffmpeg-cvslog. I used to use gmane but that seems to no longer work.
> >
> > Would be great if someone has a hi
On Thu, Sep 22, 2016, at 11:57 PM, Robert Krüger wrote:
> Hi,
>
> I am looking for searchable archives of ffmpeg-devel and ffmpeg-cvslog. I
> used to use gmane but that seems to no longer work.
It appears that some new volunteers are working on Gmane. Not everything
is back yet, but that is why I
On date Friday 2016-09-23 09:34:19 +0200, wm4 encoded:
> On Thu, 22 Sep 2016 18:50:27 +0200
> Stefano Sabatini wrote:
[...]
> > Ping. I'd like to commit this if there are no objections. Also,
> > possibly add a muxer to generate output directly readable by the
> > demuxer (this way we don't need f
2016-09-20 19:02 GMT+02:00 Paul B Mahol :
> How do you have tested that this patch is correct?
Remuxing the sample from ticket #2125 is broken without this patch.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailma
2016-09-23 19:46 GMT+02:00 Stefano Sabatini :
> On date Friday 2016-09-23 09:34:19 +0200, wm4 encoded:
>> at least it shouldn't be enabled by default.
>
> I understand the security concerns, and I have no objections
> against disabling this by default if developers prefer this way.
Disabling featu
On 9/23/16, Carl Eugen Hoyos wrote:
> 2016-09-20 19:02 GMT+02:00 Paul B Mahol :
>
>> How do you have tested that this patch is correct?
>
> Remuxing the sample from ticket #2125 is broken without this patch.
Have you tested with QuickTime player?
___
ff
On 9/23/16, Paul B Mahol wrote:
> On 9/23/16, Carl Eugen Hoyos wrote:
>> 2016-09-20 19:02 GMT+02:00 Paul B Mahol :
>>
>>> How do you have tested that this patch is correct?
>>
>> Remuxing the sample from ticket #2125 is broken without this patch.
>
> Have you tested with QuickTime player?
>
Also
2016-09-23 22:38 GMT+02:00 Paul B Mahol :
> On 9/23/16, Paul B Mahol wrote:
>> On 9/23/16, Carl Eugen Hoyos wrote:
>>> 2016-09-20 19:02 GMT+02:00 Paul B Mahol :
>>>
How do you have tested that this patch is correct?
>>>
>>> Remuxing the sample from ticket #2125 is broken without this patch.
Hi!
I use this patch locally for some time. It fixes
many misdetections, a similar patch was applied to
loas detection three years ago.
An alternative would be to return "1" for two frames.
Please comment, Carl Eugen
From f3d9ebedcbc137c4d639efdbed485298f9dc9f3e Mon Sep 17 00:00:00 2001
From: C
On Thu, Sep 15, 2016 at 01:36:19PM -0700, Sasi Inguva wrote:
> Signed-off-by: Sasi Inguva
> ---
> ffprobe.c | 3 +-
> tests/ref/fate/concat-demuxer-extended-lavf-mxf| 2 +-
> .../ref/fate/concat-demuxer-extended-lavf-mxf_d10 | 2 +-
> tests/ref/
On Mon, Aug 15, 2016 at 04:22:33PM +0800, Jun Zhao wrote:
> add libyami decoder/encoder/vpp in ffmpeg, about build step,
> please refer to the link: https://github.com/01org/ffmpeg_libyami/wiki/Build
> Makefile |1
> configure | 27 ++
> ffmpeg.c
I have updated the patch with flag values for fate tests.
On Thu, Sep 22, 2016 at 11:38 AM, Sasi Inguva wrote:
>
> On Thu, Sep 22, 2016 at 5:49 AM, wm4 wrote:
>
>> On Tue, 20 Sep 2016 14:29:46 -0700
>> Sasi Inguva wrote:
>>
>> > Signed-off-by: Sasi Inguva
>> > ---
>> > libavcodec/utils.c
Signed-off-by: Sasi Inguva
---
libavcodec/utils.c | 16 +++---
libavformat/mov.c| 81
tests/fate-run.sh| 2 +-
tests/ref/fate/gaplessenc-itunes-to-ipod-aac | 32 +--
tests/ref/f
On Fri, Sep 23, 2016 at 06:20:18PM -0700, Sasi Inguva wrote:
> Signed-off-by: Sasi Inguva
> ---
> libavcodec/utils.c | 16 +++---
> libavformat/mov.c| 81
>
> tests/fate-run.sh| 2 +-
On Mon, Sep 19, 2016 at 07:01:49AM +0800, Steven Liu wrote:
> 2016-09-19 0:24 GMT+08:00 Moritz Barsnick :
>
> > On Sun, Sep 18, 2016 at 23:40:34 +0800, Steven Liu wrote:
> >
> > > +if (byterange_mode) {
> > > +version = 4;
> > > +sequence = byterange_mode ? 0 : sequence;
> >
>
Signed-off-by: Steven Robertson
---
libavformat/mxf.c| 33 +
libavformat/mxf.h| 3 +++
libavformat/mxfdec.c | 29 +
libavformat/mxfenc.c | 36 +++-
4 files changed, 96 insertions(+), 5 deletions(-
Signed-off-by: Steven Robertson
---
libavformat/mxfdec.c | 132 ---
libavformat/mxfenc.c | 43 -
2 files changed, 145 insertions(+), 30 deletions(-)
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index d012e41..761aa1f 10
36 matches
Mail list logo