Re: [FFmpeg-devel] [PATCH] libavcodec/mmaldec.c: add interlaced_frame and format struct to AVFrame for deinterlacing

2016-07-16 Thread Jens Ziller
Am Sonntag, den 03.07.2016, 19:36 +0200 schrieb Jens Ziller: > Am Sonntag, den 03.07.2016, 18:05 +0200 schrieb Moritz Barsnick: > > > > On Sun, Jul 03, 2016 at 17:20:41 +0200, Jens Ziller wrote: > > > > > > > > > Am Samstag, den 02.07.2016, 17:54 +0200 schrieb Moritz Barsnick: > > > > > > > >

Re: [FFmpeg-devel] [PATCH]lavf/img2: Remove ffv1-img

2016-07-16 Thread Carl Eugen Hoyos
Michael Niedermayer niedermayer.cc> writes: > > From 1ca907a8009ae87f728b10be83602f355230cfd6 Mon Sep 17 00:00:00 2001 > > From: Carl Eugen Hoyos ag.or.at> > > Date: Wed, 13 Jul 2016 11:06:59 +0200 > > Subject: [PATCH] lavf/img2: Remove ffv1-img, the format > > requires a container. > > ok Pa

Re: [FFmpeg-devel] [PATCH]lavf/vplayerdec: Stricter probing

2016-07-16 Thread Carl Eugen Hoyos
Clément Bœsch pkh.me> writes: > potentially simpler alternative: if you replace the original formats with > "%*3d:%*2d:%*2d.%*2d%c" and "%*3d:%*2d:%*2d%c", does it work? Hopefully done correctly. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffm

Re: [FFmpeg-devel] [PATCH] vp9: add 32x32 idct AVX2 implementation.

2016-07-16 Thread Henrik Gramner
On Wed, Jul 13, 2016 at 6:37 PM, Ronald S. Bultje wrote: > +cglobal vp9_idct_idct_32x32_add, 4, 9, 16, 2048, dst, stride, block, eob [...] > +movd xm0, [blockq] > +movam1, [pw_11585x2] > +pmulhrswm0, m1 > +pmulhrswm0, m1 > +

[FFmpeg-devel] [PATCH v2 3/7] avformat/tee: Rescale ts using av_packet_rescale_ts

2016-07-16 Thread sebechlebskyjan
From: Jan Sebechlebsky This ensures that AV_NOPTS_VALUE value is handled correctly. Signed-off-by: Jan Sebechlebsky --- libavformat/tee.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavformat/tee.c b/libavformat/tee.c index daddba5..b4158e1 100644 --- a/libavformat

Re: [FFmpeg-devel] [PATCH] libavcodec/mmaldec.c: add interlaced_frame and format struct to AVFrame for deinterlacing

2016-07-16 Thread Michael Niedermayer
On Sat, Jul 16, 2016 at 11:08:12AM +0200, Jens Ziller wrote: > Am Sonntag, den 03.07.2016, 19:36 +0200 schrieb Jens Ziller: > > Am Sonntag, den 03.07.2016, 18:05 +0200 schrieb Moritz Barsnick: > > > > > > On Sun, Jul 03, 2016 at 17:20:41 +0200, Jens Ziller wrote: > > > > > > > > > > > > Am Samst

[FFmpeg-devel] [PATCH] MAINTAINERS: Add Aman Gupta for ccaption_dec

2016-07-16 Thread Michael Niedermayer
Anshul appears to have no time currently as he has not reacted to patches or mails and Aman agreed to take over maintaince or help Signed-off-by: Michael Niedermayer --- MAINTAINERS |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e5b466c..e

Re: [FFmpeg-devel] [PATCH] fate: add test for avfft

2016-07-16 Thread Michael Niedermayer
On Fri, Jul 15, 2016 at 02:07:08PM +, Petru Rares Sincraian wrote: > Hi there, > > Here is a patch that changes the avfft test. This test is similar to > libavcodec/tests/fft-fixed.c. I modified libavcodec/tests/fft.c a bit to > adapt to make use of the new abi. At the moment I only did test

Re: [FFmpeg-devel] [PATCH 2/2] avformat/libmodplug: Remove code that has become redundant

2016-07-16 Thread Jörn Heusipp
On 07/15/2016 10:41 PM, Michael Niedermayer wrote: @@ -372,7 +361,6 @@ AVInputFormat ff_libmodplug_demuxer = { .name = "libmodplug", .long_name = NULL_IF_CONFIG_SMALL("ModPlug demuxer"), .priv_data_size = sizeof(ModPlugContext), -.read_probe = modplug_pro

Re: [FFmpeg-devel] [PATCH 2/2] avformat/libmodplug: Remove code that has become redundant

2016-07-16 Thread Josh de Kock
On Sat, Jul 16, 2016, at 02:31 PM, Jörn Heusipp wrote: > [...] > Unless one of libopenmpt and libmodplug demuxers lowers its own file > extension probing score, this will not work, as they both handle pretty > much the same file formats. This could be solved by making the demuxers mutually exclus

Re: [FFmpeg-devel] [PATCH 2/2] avformat/libmodplug: Remove code that has become redundant

2016-07-16 Thread Jörn Heusipp
On 07/16/2016 03:49 PM, Josh de Kock wrote: On Sat, Jul 16, 2016, at 02:31 PM, Jörn Heusipp wrote: [...] Unless one of libopenmpt and libmodplug demuxers lowers its own file extension probing score, this will not work, as they both handle pretty much the same file formats. This could be solved

Re: [FFmpeg-devel] [PATCH] libavcodec/dnxhd: add support more dnxhr header prefixes

2016-07-16 Thread Michael Niedermayer
On Mon, Jul 11, 2016 at 07:07:21PM -0700, Mark Reid wrote: > --- > libavcodec/dnxhddata.h | 15 +++ > libavcodec/dnxhddec.c | 2 +- > 2 files changed, 12 insertions(+), 5 deletions(-) applied can you add a fate test for this ? [...] -- Michael GnuPG fingerprint: 9FF2128B147EF

[FFmpeg-devel] [Fwd: Re: [PATCH] libavcodec/mmaldec.c: add interlaced_frame and format struct to AVFrame for deinterlacing]

2016-07-16 Thread Jens Ziller
Hello Rodger and wm4, for interlaced frames I need AVFrame->interlaced_frame. For invoke MMAL components like deinterlacer and renderer added a pointer data[2] to existing MMAL_ES_FORMAT_T. I don't have find a better solution to give a pointer to user app. I have added a patch as suggestion. Pleas

Re: [FFmpeg-devel] [Fwd: Re: [PATCH] libavcodec/mmaldec.c: add interlaced_frame and format struct to AVFrame for deinterlacing]

2016-07-16 Thread Hendrik Leppkes
On Sat, Jul 16, 2016 at 5:27 PM, Jens Ziller wrote: > Hello Rodger and wm4, > > for interlaced frames I need AVFrame->interlaced_frame. For invoke MMAL > components like deinterlacer and renderer added a pointer data[2] to > existing MMAL_ES_FORMAT_T. I don't have find a better solution to give >

Re: [FFmpeg-devel] avcodec/als: floating point support in ALS decoder

2016-07-16 Thread Umair Khan
On Sat, Jul 16, 2016 at 3:50 AM, Michael Niedermayer wrote: > On Wed, Jul 06, 2016 at 10:58:40AM +0530, Umair Khan wrote: >> On Sat, Jun 25, 2016 at 10:52 PM, Umair Khan wrote: >> > Hi, >> > >> > Patch attached. >> >> I'm working on fixing some other bugs in the decoder and hence I'd >> like to w

[FFmpeg-devel] [PATCH] avcodec/alsdec: implement floating point decoding

2016-07-16 Thread Umair Khan
Hi, Patch attached. - Umair From 70e65b26cc3f84c9c664c30808b43a5e1cf16eaa Mon Sep 17 00:00:00 2001 From: Umair Khan Date: Sat, 16 Jul 2016 23:52:39 +0530 Subject: [PATCH 1/1] avcodec/alsdec: implement floating point decoding It conforms to RM22 version of the reference codec. Signed-off-by: Um

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: implement floating point decoding

2016-07-16 Thread Thilo Borgmann
Hi, > From 70e65b26cc3f84c9c664c30808b43a5e1cf16eaa Mon Sep 17 00:00:00 2001 > From: Umair Khan > Date: Sat, 16 Jul 2016 23:52:39 +0530 > Subject: [PATCH 1/1] avcodec/alsdec: implement floating point decoding > > It conforms to RM22 version of the reference codec. > > Signed-off-by: Umair Khan

[FFmpeg-devel] [PATCH] avformat/mov: Enable mp3 parsing if a packet needs it

2016-07-16 Thread Michael Niedermayer
Fixes Ticket5689 Signed-off-by: Michael Niedermayer --- libavformat/mov.c |5 + 1 file changed, 5 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 3843ceb..603c9ed 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -43,6 +43,7 @@ #include "libavutil/sha.h"

Re: [FFmpeg-devel] CII Best Practices badge for FFMPEG

2016-07-16 Thread Ganesh Ajjanagadde
14.07.2016, 18:48, "Wheeler, David A" :  “The project SHOULD implement perfect forward secrecy for key agreement protocols so a session key derived from a set of long-term keys cannot be compromised if one of the long-term keys is compromised in the future. [crypto_pfs] > >

[FFmpeg-devel] [PATCH 2/2] doc/examples/muxing: Fix packet duration

2016-07-16 Thread Michael Niedermayer
Set needed fields in st->codec Fixes Ticket5684 Signed-off-by: Michael Niedermayer --- doc/examples/muxing.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c index f1f5bb8..f1d0cfe 100644 --- a/doc/examples/muxing.c +++ b/doc/examples/muxing

[FFmpeg-devel] [PATCH 1/2] avformat/mux: Fix some codecpar non uses

2016-07-16 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/mux.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/mux.c b/libavformat/mux.c index d674bd4..e9973ed 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -557,7 +557,7 @@ static int compute_muxer_pkt_

[FFmpeg-devel] [PATCH 1/4] libavformat/movenc: add dnxhr compatibility for apple players

2016-07-16 Thread Mark Reid
--- libavcodec/dnxhddec.c | 3 +++ libavformat/movenc.c | 19 ++- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c index 5b60326..4c6f708 100644 --- a/libavcodec/dnxhddec.c +++ b/libavcodec/dnxhddec.c @@ -204,6 +204,9 @

[FFmpeg-devel] [PATCH 0/4] libavcodec/dnxhdenc: add support for dnxhr encoding

2016-07-16 Thread Mark Reid
Hi, The following patch series adds support for dnxhr encoding. I added dnxhr as a profile to the dnxhd encoder. to test: ffmpeg -f lavfi -i testsrc=size=2048x1152 -vframes 2 \ -vcodec dnxhd -profile:v dnxhr_lb out.mov These patches only add support for the lb, sq, and hq profiles. hqx and 444

[FFmpeg-devel] [PATCH 3/4] libavcodec/dnxhdenc: add support for variable mircoblock counts

2016-07-16 Thread Mark Reid
dnxhr has variable resolution, 8160 is the mb num for 1920x1080 --- libavcodec/dnxhdenc.c | 41 +++-- libavcodec/dnxhdenc.h | 2 +- 2 files changed, 24 insertions(+), 19 deletions(-) diff --git a/libavcodec/dnxhdenc.c b/libavcodec/dnxhdenc.c index 1362514..b37

[FFmpeg-devel] [PATCH 2/4] libavcodec/dnxhd: add dnxhr profiles

2016-07-16 Thread Mark Reid
--- libavcodec/avcodec.h| 7 +++ libavcodec/codec_desc.c | 1 + libavcodec/dnxhddec.c | 21 + libavcodec/dnxhdenc.c | 2 ++ libavcodec/profiles.c | 10 ++ libavcodec/profiles.h | 1 + 6 files changed, 42 insertions(+) diff --git a/libavcodec/avcodec

[FFmpeg-devel] [PATCH 4/4] libavcodec/dnxhdenc: add support for dnxhr encoding

2016-07-16 Thread Mark Reid
--- libavcodec/dnxhddata.c | 31 +++--- libavcodec/dnxhddata.h | 1 + libavcodec/dnxhdenc.c | 85 +- libavcodec/dnxhdenc.h | 5 +++ 4 files changed, 103 insertions(+), 19 deletions(-) diff --git a/libavcodec/dnxhddata.c b/libavcodec/

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: implement floating point decoding

2016-07-16 Thread Umair Khan
Hi, On Sun, Jul 17, 2016 at 12:25 AM, Thilo Borgmann wrote: > Hi, > >> From 70e65b26cc3f84c9c664c30808b43a5e1cf16eaa Mon Sep 17 00:00:00 2001 >> From: Umair Khan >> Date: Sat, 16 Jul 2016 23:52:39 +0530 >> Subject: [PATCH 1/1] avcodec/alsdec: implement floating point decoding >> >> It conforms t