Re: [FFmpeg-devel] [PATCH] lavf/matroskaenc.c: add early support for colour elements

2016-07-10 Thread James Almer
On 3/7/2016 7:42 PM, Neil Birkbeck wrote: > Adding early support for a subset of the proposed colour elements > according to the latest version of spec: > https://mailarchive.ietf.org/arch/search/?email_list=cellar&gbt=1&index=hIKLhMdgTMTEwUTeA4ct38h0tmE > > Like matroskadec, I've left out element

Re: [FFmpeg-devel] [PATCH 5/7] avformat/utils: Add ff_format_output_open() function

2016-07-10 Thread Marton Balint
On Mon, 4 Jul 2016, sebechlebsky...@gmail.com wrote: From: Jan Sebechlebsky Add ff_format_output_open utility function to wrap io_open callback of AVFormatContext structure. Signed-off-by: Jan Sebechlebsky --- libavformat/internal.h | 10 ++ libavformat/utils.c| 10 ++ 2 f

Re: [FFmpeg-devel] [PATCH 1/7] avformat/utils: Add ff_stream_encode_params_copy()

2016-07-10 Thread Marton Balint
On Mon, 4 Jul 2016, sebechlebsky...@gmail.com wrote: From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- libavformat/internal.h | 9 libavformat/utils.c| 56 ++ 2 files changed, 65 insertions(+) diff --git a/libavformat/inte

Re: [FFmpeg-devel] [PATCHv2 2/3] avformat: factorize iso 8601 timestamp writer to a dictionary avutil function

2016-07-10 Thread Marton Balint
On Sat, 2 Jul 2016, James Almer wrote: On 7/2/2016 7:10 PM, Marton Balint wrote: Signed-off-by: Marton Balint --- libavformat/internal.h | 1 + libavformat/utils.c| 16 ++-- libavutil/dict.c | 17 + libavutil/internal.h | 10 ++ 4 files change

Re: [FFmpeg-devel] [PATCH 1/3] avutil/parseutils: dont assume standard time when parsing a timestamp

2016-07-10 Thread Marton Balint
On Sun, 3 Jul 2016, Michael Niedermayer wrote: On Fri, Jul 01, 2016 at 12:58:38AM +0200, Marton Balint wrote: Signed-off-by: Marton Balint --- libavutil/parseutils.c | 1 + 1 file changed, 1 insertion(+) probably ok Thanks, applied. Regards, Marton __

Re: [FFmpeg-devel] [PATCH] PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 VSX SIMD.

2016-07-10 Thread Michael Niedermayer
On Sun, Jul 10, 2016 at 02:30:20PM -0400, Ronald S. Bultje wrote: > Hi, > > On Sun, Jul 10, 2016 at 1:25 PM, Michael Niedermayer > wrote: > > > It could be reverted, it could be left for the next developer to use > > as starting point, i have no oppinion on this. > > > So, I want to comment on

[FFmpeg-devel] [PATCH] news: make an annoucement about the future of ffserver

2016-07-10 Thread Rostislav Pehlivanov
As recently discussed on IRC. I'm not exactly sure how we're going to proceed with this, so please tell me what's wrong so I can write up another version of this. Signed-off-by: Rostislav Pehlivanov --- src/index | 9 + 1 file changed, 9 insertions(+) diff --git a/src/index b/src/index

Re: [FFmpeg-devel] [PATCH] PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 VSX SIMD.

2016-07-10 Thread Ronald S. Bultje
Hi, On Sun, Jul 10, 2016 at 1:25 PM, Michael Niedermayer wrote: > It could be reverted, it could be left for the next developer to use > as starting point, i have no oppinion on this. So, I want to comment on this specifically: I don't think it can. I don't specifically mean that it's too slo

Re: [FFmpeg-devel] [PATCH] PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 VSX SIMD.

2016-07-10 Thread Michael Niedermayer
On Sun, Jul 10, 2016 at 01:39:01PM -0300, James Almer wrote: > On 7/10/2016 8:36 AM, Michael Niedermayer wrote: > > On Sun, Jul 10, 2016 at 07:08:19AM -0400, Ronald S. Bultje wrote: > >> Hi, > >> > >> On Thu, Jul 7, 2016 at 8:51 AM, Ronald S. Bultje > >> wrote: > >> > >>> Hi, > >>> > >>> On Thu,

Re: [FFmpeg-devel] [PATCH] PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 VSX SIMD.

2016-07-10 Thread James Almer
On 7/10/2016 8:36 AM, Michael Niedermayer wrote: > On Sun, Jul 10, 2016 at 07:08:19AM -0400, Ronald S. Bultje wrote: >> Hi, >> >> On Thu, Jul 7, 2016 at 8:51 AM, Ronald S. Bultje wrote: >> >>> Hi, >>> >>> On Thu, Jul 7, 2016 at 7:38 AM, Michael Niedermayer < >>> mich...@niedermayer.cc> wrote: >>>

[FFmpeg-devel] [PATCHv5] lavf: add libopenmpt demuxer

2016-07-10 Thread Josh de Kock
Fixes ticket #5623 TODO: bump lavf minor --- Changelog| 1 + configure| 4 ++ libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/libopenmpt.c | 175 +++ 5 files changed, 182 insertions(+)

Re: [FFmpeg-devel] [PATCH] PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 VSX SIMD.

2016-07-10 Thread Michael Niedermayer
On Sun, Jul 10, 2016 at 07:08:19AM -0400, Ronald S. Bultje wrote: > Hi, > > On Thu, Jul 7, 2016 at 8:51 AM, Ronald S. Bultje wrote: > > > Hi, > > > > On Thu, Jul 7, 2016 at 7:38 AM, Michael Niedermayer < > > mich...@niedermayer.cc> wrote: > > > >> On Thu, Jul 07, 2016 at 07:14:43AM -0400, Ronald

Re: [FFmpeg-devel] [PATCH] PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 VSX SIMD.

2016-07-10 Thread Ronald S. Bultje
Hi, On Thu, Jul 7, 2016 at 8:51 AM, Ronald S. Bultje wrote: > Hi, > > On Thu, Jul 7, 2016 at 7:38 AM, Michael Niedermayer < > mich...@niedermayer.cc> wrote: > >> On Thu, Jul 07, 2016 at 07:14:43AM -0400, Ronald S. Bultje wrote: >> > Hi, >> > >> > On Thu, Jul 7, 2016 at 7:07 AM, Michael Niedermay

Re: [FFmpeg-devel] [PATCH] PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 VSX SIMD.

2016-07-10 Thread Michael Niedermayer
On Wed, Jul 06, 2016 at 02:37:04AM +, Dan Parrot wrote: > Finish providing SIMD versions for POWER8 VSX of functions in > libswscale/input.c That should allow trac ticket #5570 to be closed. > The speedups obtained for the functions are: > > abgrToA_c 1.19 > bgr24ToUV_c

[FFmpeg-devel] [PATCH 2/2] decklink: enhancement: format selection with AVRational v2

2016-07-10 Thread Matthias Hunstock
When finding a video mode based on frame size and frame rate, use AVRational methods instead of simple comparison. Add debug information. Signed-off-by: Matthias Hunstock --- libavdevice/decklink_common.cpp | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libavd

[FFmpeg-devel] [PATCH 1/2] decklink: fix: set fps on video stream v2

2016-07-10 Thread Matthias Hunstock
From: atze Provide the stream with the correct fps information when capturing. Signed-off-by: Matthias Hunstock --- libavdevice/decklink_dec.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libavdevice/decklink_dec.cpp b/libavdevice/decklink_dec.cpp index fcb024e..78b14f5 100644 --- a/l

Re: [FFmpeg-devel] [PATCH 1/2] decklink: fix: set fps on video stream

2016-07-10 Thread Matthias Hunstock
Am 10.07.2016 um 01:12 schrieb Marton Balint: > Aren't the frame rate supposed to be 1/time_base? Huh.. that would explain a lot. I was sticked to the "num" "den" names. Ok then I can see whats going wrong here. Forget those two patches, I'll submit again. Regards Matthias _