Re: [FFmpeg-devel] [PATCH] lavf: add ffprobe demuxer

2016-09-23 Thread wm4
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

Re: [FFmpeg-devel] [PATCH] ffmpeg: switch to codecpar

2016-09-23 Thread wm4
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

Re: [FFmpeg-devel] [PATCH] avfilter: add dynoverlay filter.

2016-09-23 Thread wm4
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

[FFmpeg-devel] Searchable archives for ffmpeg-devel and ffmpeg-cvslog

2016-09-23 Thread Robert Krüger
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 _

Re: [FFmpeg-devel] Searchable archives for ffmpeg-devel and ffmpeg-cvslog

2016-09-23 Thread Paul B Mahol
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

[FFmpeg-devel] [PATCH] x86/h264_weight: use appropriate register size for weight parameters

2016-09-23 Thread Hendrik Leppkes
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

Re: [FFmpeg-devel] [PATCH] avfilter: add dynoverlay filter.

2016-09-23 Thread Paul B Mahol
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

Re: [FFmpeg-devel] [PATCH] avformat/matroskadec: retain error codes in matroska_resync() and matroska_read_packet()

2016-09-23 Thread Benoit Fouet
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

Re: [FFmpeg-devel] Searchable archives for ffmpeg-devel and ffmpeg-cvslog

2016-09-23 Thread Robert Krüger
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

Re: [FFmpeg-devel] [PATCH 1/3] avcodec: add new AVOID_PROBING capability

2016-09-23 Thread Timo Rothenpieler
series applied ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: refine EXT-X-BYTERANGE support for segments

2016-09-23 Thread Steven Liu
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

Re: [FFmpeg-devel] [PATCH] x86/h264_weight: use appropriate register size for weight parameters

2016-09-23 Thread Ronald S. Bultje
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

Re: [FFmpeg-devel] [PATCH] x86/h264_weight: use appropriate register size for weight parameters

2016-09-23 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] x86/h264_weight: use appropriate register size for weight parameters

2016-09-23 Thread Hendrik Leppkes
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

[FFmpeg-devel] [PATCH v2 1/5] lavd: Add SDL2 output device

2016-09-23 Thread Josh de Kock
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,

[FFmpeg-devel] ffserver: current status and future plans

2016-09-23 Thread Michael Fritscher
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

Re: [FFmpeg-devel] ffserver: current status and future plans

2016-09-23 Thread Michael Niedermayer
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

[FFmpeg-devel] [PATCH v3 1/5] lavd: Add SDL2 output device

2016-09-23 Thread Josh de Kock
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,

Re: [FFmpeg-devel] Searchable archives for ffmpeg-devel and ffmpeg-cvslog

2016-09-23 Thread compn
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

Re: [FFmpeg-devel] Searchable archives for ffmpeg-devel and ffmpeg-cvslog

2016-09-23 Thread Robert Krüger
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

Re: [FFmpeg-devel] Searchable archives for ffmpeg-devel and ffmpeg-cvslog

2016-09-23 Thread Lou Logan
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

Re: [FFmpeg-devel] [PATCH] lavf: add ffprobe demuxer

2016-09-23 Thread Stefano Sabatini
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

Re: [FFmpeg-devel] [PATCH]lavf/movenc: Put correct display aspect ratio in ARES atom

2016-09-23 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH] lavf: add ffprobe demuxer

2016-09-23 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH]lavf/movenc: Put correct display aspect ratio in ARES atom

2016-09-23 Thread Paul B Mahol
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

Re: [FFmpeg-devel] [PATCH]lavf/movenc: Put correct display aspect ratio in ARES atom

2016-09-23 Thread 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. > > Have you tested with QuickTime player? > Also

Re: [FFmpeg-devel] [PATCH]lavf/movenc: Put correct display aspect ratio in ARES atom

2016-09-23 Thread Carl Eugen Hoyos
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.

[FFmpeg-devel] [PATCH/RFC]lavf/aacdec: Do not auto-detect a single frame

2016-09-23 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH 6/6] ffprobe.c: Indicate decode-but-discard packets when doing -show_packets.

2016-09-23 Thread Michael Niedermayer
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/

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-09-23 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Make audio timestamps strictly monotonically increasing inside an edit list. Fixes gapless decoding.

2016-09-23 Thread Sasi Inguva
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

[FFmpeg-devel] [PATCH] lavf/mov.c: Make audio timestamps strictly monotonically increasing inside an edit list. Fixes gapless decoding.

2016-09-23 Thread Sasi Inguva
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

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Make audio timestamps strictly monotonically increasing inside an edit list. Fixes gapless decoding.

2016-09-23 Thread Michael Niedermayer
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 +-

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: refine EXT-X-BYTERANGE support for segments

2016-09-23 Thread Michael Niedermayer
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; > > >

[FFmpeg-devel] [PATCH 1/2] [avformat/mxf] Add core colorimetry support to MXF.

2016-09-23 Thread Steven Robertson
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(-

[FFmpeg-devel] [PATCH 2/2] [avformat/mxf] Add support for ST 2084 / ST 2067-21 mastering metadata.

2016-09-23 Thread Steven Robertson
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