Re: [FFmpeg-devel] [PATCH 2/2 v2] avformat/matroskaenc: fix targets for attachment tags

2016-10-10 Thread James Almer
On 10/10/2016 1:16 PM, James Almer wrote: > On 10/7/2016 3:05 AM, James Almer wrote: >> Attachment tags were being written targetting non-existent streams in the >> output file. >> Also filter filename and mimetype entries, as they are standard elements >> in the Attachment master. >> >> Signed-off

Re: [FFmpeg-devel] [PATCH] lavfi/pan: renormalize negative gain coefficients properly

2016-10-10 Thread Michael Niedermayer
On Mon, Oct 10, 2016 at 07:07:34PM +0200, Nicolas George wrote: > L'octidi 18 vendémiaire, an CCXXV, Moritz Barsnick a écrit : > > The parser for the outdef will accept a negative value for the first > > named channel's gain. As negative values effectively only invert the > > phase of the signal, a

Re: [FFmpeg-devel] [PATCH] doc/developer: Mention mime type and patchwork in "Submitting patches"

2016-10-10 Thread Steven Liu
2016-10-11 9:05 GMT+08:00 Michael Niedermayer : > Suggested-by: ronald > Signed-off-by: Michael Niedermayer > --- > doc/developer.texi | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/doc/developer.texi b/doc/developer.texi > index cf809b9..dbe1f54 100644 > --- a/doc

[FFmpeg-devel] [PATCH] doc/developer: Mention mime type and patchwork in "Submitting patches"

2016-10-10 Thread Michael Niedermayer
Suggested-by: ronald Signed-off-by: Michael Niedermayer --- doc/developer.texi | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/developer.texi b/doc/developer.texi index cf809b9..dbe1f54 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -464,7 +464,11 @@ Patc

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-10-10 Thread Michael Niedermayer
On Mon, Oct 10, 2016 at 10:48:19PM +0530, Pallavi Kumari wrote: > Hi Nicholas, > > The use cases proposed by you is certainly very useful. You are welcome to > add it with the wiki content. Thanks again for your input :) added the entry with the sugested addition also you didnt list "Expected re

Re: [FFmpeg-devel] [PATCH] Selftest coverage for libavutil/fifo.c

2016-10-10 Thread Michael Niedermayer
On Mon, Oct 10, 2016 at 04:31:29AM -0700, Thomas Turner wrote: > code coverage for av_fifo_grow(...), av_fifo_generic_peek(...) > --- > libavutil/Makefile | 1 + > libavutil/tests/fifo2.c | 3 ++- > tests/fate/libavutil.mak | 4 > tests/ref/fate/fifo2 | 3 +++ > 4 files changed, 10

[FFmpeg-devel] Developer "cehoyos" closed my bug without any explanation, and without solving it

2016-10-10 Thread Alexey Eromenko
Hello all, Bug #5882; Certain x264 videos do not play on Apple decoders (Quicktime/iTunes/iPad) Today was closed by developer "cehoyos" without any explanation, and without any resolution. He treats all bugs like that ? Worse yet; he treats all people like bugs ? -- -Alexey Eromenko "Technologo

Re: [FFmpeg-devel] [PATCH] d3d11va: use the proper slice index

2016-10-10 Thread compn
On Mon, 10 Oct 2016 17:07:06 +0200 Hendrik Leppkes wrote: > On Mon, Oct 10, 2016 at 4:01 PM, Michael Niedermayer > > > > maybe our dxva2 maintainer wants a co maintainer? > > if so would someone be interrested to help ? > > > > Unfortunately I have no way of testing the D3D11 stuff in there (and

Re: [FFmpeg-devel] [PATCH] lavf/matroskaenc.c: use dyn_buf to write header elements for non-seekable outputs.

2016-10-10 Thread Neil Birkbeck
On Sun, Oct 9, 2016 at 6:45 PM, James Almer wrote: > On 10/9/2016 10:13 PM, Neil Birkbeck wrote: > > For non-seekable output files, larger elements written in write_header > > (like larger attachments, or possibly many tags) can go over > > IO_BUFFER_SIZE meaning seeking back to write valid seek

Re: [FFmpeg-devel] [PATCH 1/2] img2: added support for %t output pattern

2016-10-10 Thread Roger Pack
On 9/22/16, Roger Pack wrote: > On 1/4/12, Yuval Adam wrote: >> From: Yuval Adam >> >> The image2 muxer now supports timestamps in output filenames. >> When used in an output patterm '%t' will be replaced with the frames >> timestamp in hours, minutes and seconds (hh:mm:ss). > > A somewhat updat

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-10-10 Thread Pallavi Kumari
Hi Nicholas, The use cases proposed by you is certainly very useful. You are welcome to add it with the wiki content. Thanks again for your input :) On Mon, Oct 10, 2016 at 10:33 PM, Nicolas George wrote: > Le nonidi 19 vendémiaire, an CCXXV, Pallavi Kumari a écrit : > > Implementing filters fo

[FFmpeg-devel] [PATCH] Selftest coverage for libavutil/fifo.c

2016-10-10 Thread Thomas Turner
code coverage for av_fifo_grow(...), av_fifo_generic_peek(...) --- libavutil/Makefile | 1 + libavutil/tests/fifo2.c | 3 ++- tests/fate/libavutil.mak | 4 tests/ref/fate/fifo2 | 3 +++ 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 tests/ref/fate/fifo2 diff

Re: [FFmpeg-devel] [PATCH] lavfi/pan: allow negative gain parameters also for other inputs than the first named

2016-10-10 Thread Nicolas George
L'octidi 18 vendémiaire, an CCXXV, Moritz Barsnick a écrit : > Expands the parser to also accept the separator '-' in addition to > '+', and take the negative sign into consideration. > > Signed-off-by: Moritz Barsnick > --- > doc/filters.texi | 2 +- > libavfilter/af_pan.c | 8 +--- > 2

Re: [FFmpeg-devel] [PATCH] lavfi/pan: renormalize negative gain coefficients properly

2016-10-10 Thread Nicolas George
L'octidi 18 vendémiaire, an CCXXV, Moritz Barsnick a écrit : > The parser for the outdef will accept a negative value for the first > named channel's gain. As negative values effectively only invert the > phase of the signal, and not negate the level, the gains' absolute > values must be used to co

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-10-10 Thread Nicolas George
Le nonidi 19 vendémiaire, an CCXXV, Pallavi Kumari a écrit : > Implementing filters for ffmpeg that would give different audio > fingerprints for an audio which could be reused by other people for variety > of applications. Goal of this system is given a song as an input, it would > spits out simil

Re: [FFmpeg-devel] [OPW] OPW Project Proposal

2016-10-10 Thread Pallavi Kumari
>> its probably better if i add it but you can post a suggested wiki >> marked up text here and ill add it to the page if it looks ok >> ... my lazyness is limitless Below is the content. Audio Fingerprinting Filters for FFmpeg ** Implementing filters for

Re: [FFmpeg-devel] [PATCH 2/2 v2] avformat/matroskaenc: fix targets for attachment tags

2016-10-10 Thread James Almer
On 10/7/2016 3:05 AM, James Almer wrote: > Attachment tags were being written targetting non-existent streams in the > output file. > Also filter filename and mimetype entries, as they are standard elements > in the Attachment master. > > Signed-off-by: James Almer Ping. I'll push this later tod

Re: [FFmpeg-devel] [PATCH] d3d11va: use the proper slice index

2016-10-10 Thread Hendrik Leppkes
On Mon, Oct 10, 2016 at 4:01 PM, Michael Niedermayer wrote: > On Mon, Oct 10, 2016 at 11:48:20AM +0200, Steve Lhomme wrote: >> Any comment on this ? We are waiting or this patch to proceed with the >> related patch in VLC (because we need to rely on the proper revision). >> >> It's been merged in

Re: [FFmpeg-devel] burn-in timestamp and pts:localtime:offset

2016-10-10 Thread Nicolas George
Le nonidi 19 vendémiaire, an CCXXV, Patrick Fischer a écrit : > What do you think, will this be a good enhancement?? Have you tried use_wallclock_as_timestamps? > --- FFmpeg-release-3.0_orig/libavfilter/vf_drawtext.c 2016-09-05 > 02:13:28.0 +0200 > +++ FFmpeg-release-3.0/libavfilter/vf_

Re: [FFmpeg-devel] [PATCH] doc/developer: Add patchwork mentioning to "patch submission checklist"

2016-10-10 Thread Ronald S. Bultje
Hi, On Sun, Oct 9, 2016 at 7:32 AM, Steven Liu wrote: > 2016-09-16 15:07 GMT+08:00 Michael Niedermayer : > > > On Thu, Sep 15, 2016 at 05:53:58PM -0800, Lou Logan wrote: > > > On Wed, 7 Sep 2016 14:27:07 +0200, Michael Niedermayer wrote: > > > > > > > yes one can ignore it but its alot more usef

Re: [FFmpeg-devel] 回复: Re: [PATCH 1/7] configure: loongson disable mipsfpu and mipsdsp optimizations

2016-10-10 Thread Michael Niedermayer
On Mon, Oct 10, 2016 at 08:42:55PM +0800, 周晓勇 wrote: > Hi, > 1.The optimizations of mipsdsp are not supported by all loongson cpu. > 2.The optimizations of mipsfpu and mipsdspr2 maybe supported by > 3A2000/3A3000/3A4000 but not tested yet. 3.Loongson only support mmi > (loongSIMD) optimizations n

Re: [FFmpeg-devel] [PATCH] d3d11va: use the proper slice index

2016-10-10 Thread Michael Niedermayer
On Mon, Oct 10, 2016 at 11:48:20AM +0200, Steve Lhomme wrote: > Any comment on this ? We are waiting or this patch to proceed with the > related patch in VLC (because we need to rely on the proper revision). > > It's been merged in libav with a slightly different commit text: > > The decoding buf

Re: [FFmpeg-devel] [PATCH] libavformat/utils: hls live duration form bit rate is not accurate

2016-10-10 Thread Michael Niedermayer
On Mon, Oct 10, 2016 at 03:05:41PM +0800, zzj wrote: > Signed-off-by: zzj > --- > libavformat/utils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/utils.c b/libavformat/utils.c > index 5be1e86..c7d6a41 100644 > --- a/libavformat/utils.c > +++ b/libavformat

[FFmpeg-devel] 回复: Re: [PATCH 1/7] configure: loongson disable mipsfpu and mipsdsp optimizations

2016-10-10 Thread 周晓勇
Hi, 1.The optimizations of mipsdsp are not supported by all loongson cpu. 2.The optimizations of mipsfpu and mipsdspr2 maybe supported by 3A2000/3A3000/3A4000 but not tested yet. 3.Loongson only support mmi (loongSIMD) optimizations now. 在2016年10月10日 19:20 ,Michael Niedermayer写道: On Mon, O

Re: [FFmpeg-devel] [PATCH 1/7] configure: loongson disable mipsfpu and mipsdsp optimizations

2016-10-10 Thread Michael Niedermayer
On Mon, Oct 10, 2016 at 04:07:20PM +0800, 周晓勇 wrote: > From efccaec2b5b543eb98f0400fdaef88d9147d08c1 Mon Sep 17 00:00:00 2001 > From: Zhou Xiaoyong > Date: Mon, 10 Oct 2016 14:19:58 +0800 > Subject: [PATCH 1/7] configure: loongson disable mipsfpu and mipsdsp > optimizations the commit message is

Re: [FFmpeg-devel] [PATCH] libavformat/utils: hls live duration form bit rate is not accurate

2016-10-10 Thread Michael Niedermayer
On Mon, Oct 10, 2016 at 09:13:02AM +0200, Hendrik Leppkes wrote: > On Mon, Oct 10, 2016 at 9:05 AM, zzj wrote: > > Signed-off-by: zzj > > --- > > libavformat/utils.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavformat/utils.c b/libavformat/utils.c > > index

[FFmpeg-devel] [PATCH 1/2] lavf/mov: support gopro firmware udta tag

2016-10-10 Thread Jean Caillé
From: Jean Caillé --- libavformat/mov.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index a15c8d1..add1812 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -298,6 +298,7 @@ static int mov_read_udta_string(MOVContext *c, AVIOContext *pb, MO

[FFmpeg-devel] [PATCH 1/2] lavf/mov: support gopro firmware udta tag

2016-10-10 Thread Jean Caillé
From: Jean Caillé --- libavformat/mov.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index a15c8d1..add1812 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -298,6 +298,7 @@ static int mov_read_udta_string(MOVContext *c, AVIOContext *pb, MO

Re: [FFmpeg-devel] [PATCH] d3d11va: use the proper slice index

2016-10-10 Thread Steve Lhomme
Any comment on this ? We are waiting or this patch to proceed with the related patch in VLC (because we need to rely on the proper revision). It's been merged in libav with a slightly different commit text: The decoding buffer index expected by D3D11VA is the one from the ID3D11Texture2D not the

[FFmpeg-devel] Adding support from some GoPro udta tags

2016-10-10 Thread Jean Caillé
Hello, GoPro sets some specific udta tags in their videos. Two of those are the FIRM and HMMT udta tags. The FIRM tag is a string containing the firmware version. Tht MHHT tag contains a number of "Hero Moments" tags. Those moments are set by the user while recording and can be used to help fin

[FFmpeg-devel] [PATCH 2/2] lavf/mov: support gopro hero moments udta tag

2016-10-10 Thread Jean Caillé
From: Jean Caillé --- libavformat/mov.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index add1812..3e73320 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -268,6 +268,23 @@ static int mov_metadata_loci(MOVContext *c, A

[FFmpeg-devel] This is a test, please ignore.

2016-10-10 Thread Clément B
Really, nothing to see here. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 6/7] avcodec/mips: version 1 of wmv2dsp optimizations for loongson mmi

2016-10-10 Thread 周晓勇
From 9b19ea3364d96a6eb0f3441f549c8d20ede36592 Mon Sep 17 00:00:00 2001 From: Zhou Xiaoyong Date: Mon, 10 Oct 2016 15:04:35 +0800 Subject: [PATCH 6/7] avcodec/mips: version 1 of wmv2dsp optimizations for loongson mmi --- libavcodec/mips/Makefile| 2 + libavcodec/mips/wmv2dsp_init_

[FFmpeg-devel] [PATCH 4/7] avcodec/mips: loongson set xvid as default idct algorithm

2016-10-10 Thread 周晓勇
From e4d648fd34601cbe23a54af5d9489537896c6478 Mon Sep 17 00:00:00 2001 From: Zhou Xiaoyong Date: Mon, 10 Oct 2016 14:42:58 +0800 Subject: [PATCH 4/7] avcodec/mips: loongson set xvid as default idct algorithm --- libavcodec/mips/idctdsp_init_mips.c | 5 - 1 file changed, 4 insertions(+), 1 d

[FFmpeg-devel] [PATCH 2/7] avutil/mips: loongson add mmi utils header file

2016-10-10 Thread 周晓勇
From 51abc8e9981b99d23c7d253bfb603b25aaabf4aa Mon Sep 17 00:00:00 2001 From: Zhou Xiaoyong Date: Mon, 10 Oct 2016 14:21:55 +0800 Subject: [PATCH 2/7] avutil/mips: loongson add mmi utils header file 1.mmiutils.h defined MMI_ load/store macros for loongson2e/2f/3a 2.mmiutils.h defined some mmi ass

[FFmpeg-devel] [PATCH 1/7] configure: loongson disable mipsfpu and mipsdsp optimizations

2016-10-10 Thread 周晓勇
From efccaec2b5b543eb98f0400fdaef88d9147d08c1 Mon Sep 17 00:00:00 2001 From: Zhou Xiaoyong Date: Mon, 10 Oct 2016 14:19:58 +0800 Subject: [PATCH 1/7] configure: loongson disable mipsfpu and mipsdsp optimizations --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/

[FFmpeg-devel] How to get correctly timestamp of mp3?

2016-10-10 Thread Halley Zhao
Hi expert: I have one mp3 file, when I play it normally from beginning to the end . the last pts equal to duration. but when I do some seek in the middle of playback, the final several packet pts is bigger than duration. I guess it is caused by the fact of VBR mp3 file, we calculate a non-accurat

Re: [FFmpeg-devel] [PATCH] libavformat/utils: hls live duration form bit rate is not accurate

2016-10-10 Thread Hendrik Leppkes
On Mon, Oct 10, 2016 at 9:05 AM, zzj wrote: > Signed-off-by: zzj > --- > libavformat/utils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/utils.c b/libavformat/utils.c > index 5be1e86..c7d6a41 100644 > --- a/libavformat/utils.c > +++ b/libavformat/utils.c

[FFmpeg-devel] [PATCH] libavformat/utils: hls live duration form bit rate is not accurate

2016-10-10 Thread zzj
Signed-off-by: zzj --- libavformat/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index 5be1e86..c7d6a41 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -2776,7 +2776,7 @@ static void estimate_timings(AVFormatCon