Re: [FFmpeg-devel] [PATCH v4 2/2] avformat/libopenmpt: Probe file format from file data if possible

2018-03-03 Thread Jörn Heusipp
On 02/21/2018 12:11 PM, Jörn Heusipp wrote: libavformat/libopenmpt.c | 57 1 file changed, 57 insertions(+) Uhm, ping? Regards, Jörn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] configure: rename cuda to ffnvcodec

2018-03-03 Thread Philip Langdale
On Sat, 3 Mar 2018 22:39:45 +0100 Timo Rothenpieler wrote: > Right now, if someone configures ffmpeg with for example > --enable-nvenc they will get an error message complaining about > missing cuda. This is very confusing and already has lead people into > installing the

Re: [FFmpeg-devel] Win7 64b/mingw32 compilation fix

2018-03-03 Thread James Almer
On 3/2/2018 7:39 AM, Pierre Chatelier wrote: > Hello, > > I had an issue to compile ffmpeg under Win7 64 bits/mingw32 > Adding an include was the solution. > > Here is a patch > > Pierre Chatelier > > 0001-fix-compilation-under-Win7-64bits-with-mingw32-by-ad.patch > > > From

Re: [FFmpeg-devel] [PATCH 2/3] swscale: Add p016 output support and generalise yuv420p1x to p010

2018-03-03 Thread Michael Niedermayer
On Fri, Mar 02, 2018 at 08:57:27PM -0800, Philip Langdale wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sat, 3 Mar 2018 00:55:25 +0100 > Michael Niedermayer wrote: > > > On Thu, Mar 01, 2018 at 08:26:52PM -0800, Philip Langdale wrote: > > > To make the

Re: [FFmpeg-devel] avformat/mov : add support for read/write Adobe Alpha Udta

2018-03-03 Thread Michael Niedermayer
On Sat, Mar 03, 2018 at 07:09:20PM +0100, Martin Vignali wrote: > Hello, > > Patch in attach add suport for reading ALFA udta > set (at least), by Adobe Software > and for writing it. > > Theses two patch, can keep the original metadata when remuxing it > And the user can force the value using

Re: [FFmpeg-devel] [PATCH] swscale: Introduce a helper to identify semi-planar formats

2018-03-03 Thread Philip Langdale
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 3 Mar 2018 23:21:51 +0100 Michael Niedermayer wrote: > On Fri, Mar 02, 2018 at 03:40:39PM -0800, Philip Langdale wrote: > > This cleans up the ever-more-unreadable list of semi-planar > > exclusions for selecting the

Re: [FFmpeg-devel] Win7 64b/mingw32 compilation fix

2018-03-03 Thread Michael Niedermayer
On Fri, Mar 02, 2018 at 11:39:56AM +0100, Pierre Chatelier wrote: > Hello, > > I had an issue to compile ffmpeg under Win7 64 bits/mingw32 > Adding an include was the solution. > > Here is a patch > > Pierre Chatelier > os_support.c |1 + > 1 file changed, 1 insertion(+) >

Re: [FFmpeg-devel] [PATCH] swscale: Introduce a helper to identify semi-planar formats

2018-03-03 Thread Michael Niedermayer
On Fri, Mar 02, 2018 at 03:40:39PM -0800, Philip Langdale wrote: > This cleans up the ever-more-unreadable list of semi-planar > exclusions for selecting the planar copy wrapper. > --- > libswscale/swscale_internal.h | 7 +++ > libswscale/swscale_unscaled.c | 7 +-- > 2 files changed, 8

Re: [FFmpeg-devel] [PATCH V2] doc/bitstream_filters: correct dump_extra bsfs docs.

2018-03-03 Thread Michael Niedermayer
On Sat, Mar 03, 2018 at 07:10:48PM -0300, James Almer wrote: > On 3/3/2018 6:41 PM, Michael Niedermayer wrote: > > On Fri, Mar 02, 2018 at 08:16:11AM +0800, Jun Zhao wrote: > >> > > > >> bitstream_filters.texi | 11 ++- > >> 1 file changed, 6 insertions(+), 5 deletions(-) > >>

Re: [FFmpeg-devel] [PATCH V2] doc/bitstream_filters: correct dump_extra bsfs docs.

2018-03-03 Thread James Almer
On 3/3/2018 7:10 PM, James Almer wrote: > On 3/3/2018 6:41 PM, Michael Niedermayer wrote: >> On Fri, Mar 02, 2018 at 08:16:11AM +0800, Jun Zhao wrote: >>> >> >>> bitstream_filters.texi | 11 ++- >>> 1 file changed, 6 insertions(+), 5 deletions(-) >>>

Re: [FFmpeg-devel] [PATCH V2] doc/bitstream_filters: correct dump_extra bsfs docs.

2018-03-03 Thread James Almer
On 3/3/2018 6:41 PM, Michael Niedermayer wrote: > On Fri, Mar 02, 2018 at 08:16:11AM +0800, Jun Zhao wrote: >> > >> bitstream_filters.texi | 11 ++- >> 1 file changed, 6 insertions(+), 5 deletions(-) >> 27c05404d9fabe5065e418c4cc09629d53aee1a1 >>

Re: [FFmpeg-devel] [PATCH V2] doc/bitstream_filters: correct dump_extra bsfs docs.

2018-03-03 Thread Michael Niedermayer
On Fri, Mar 02, 2018 at 08:16:11AM +0800, Jun Zhao wrote: > > bitstream_filters.texi | 11 ++- > 1 file changed, 6 insertions(+), 5 deletions(-) > 27c05404d9fabe5065e418c4cc09629d53aee1a1 > 0001-doc-bitstream_filters-correct-dump_extra-bsfs-docs.patch > From

[FFmpeg-devel] [PATCH] configure: rename cuda to ffnvcodec

2018-03-03 Thread Timo Rothenpieler
Right now, if someone configures ffmpeg with for example --enable-nvenc they will get an error message complaining about missing cuda. This is very confusing and already has lead people into installing the CUDA SDK, even though it's not what they need. This will make it complain about ffnvcodec

Re: [FFmpeg-devel] [PATCH] Add manu/modl to mov_read_udta_string.

2018-03-03 Thread Michael Niedermayer
On Fri, Mar 02, 2018 at 09:17:11AM -0800, Tianqiang Liu wrote: > From: Tianqiang Liu > > Documentation: http://mp4ra.org/atoms.html > > --- > libavformat/mov.c | 2 ++ > 1 file changed, 2 insertions(+) will apply thanks [...] -- Michael GnuPG fingerprint:

Re: [FFmpeg-devel] [PATCH 7/7] avcodec/mediacodecdec: factorize codec declarations

2018-03-03 Thread Matthieu Bouron
On Sat, Mar 03, 2018 at 02:12:32PM +0100, Matthieu Bouron wrote: > On Fri, Mar 02, 2018 at 04:24:24PM -0800, Aman Gupta wrote: > > On Fri, Mar 2, 2018 at 4:13 PM, Matthieu Bouron > > wrote: > > > > > --- > > > libavcodec/mediacodecdec.c | 116

Re: [FFmpeg-devel] [PATCH] parseutils: accept only full "ms" and "us" prefixes

2018-03-03 Thread Bodecs Bela
2018.03.03. 21:19 keltezéssel, Rostislav Pehlivanov írta: The commit which added those was pushed prematurely before anyone could object to illogical suffixes like just m for milliseconds. Without this, we'd be locked into never being able to implement the "m" suffix for minutes.

Re: [FFmpeg-devel] [PATCH v2] libavformat/tls: pass numeric hostnames to tls_connect_cbs()

2018-03-03 Thread Jan Ekström
On Wed, Feb 21, 2018 at 7:57 PM, Stefan _ wrote: > Hadn't seen that one, it does indeed describe this exact problem. > I've included it in the commit message, new patch attached. > Generally LGTM after checking the patch on patchwork https://patchwork.ffmpeg.org/patch/7693/ Jan

[FFmpeg-devel] [PATCH] parseutils: accept only full "ms" and "us" prefixes

2018-03-03 Thread Rostislav Pehlivanov
The commit which added those was pushed prematurely before anyone could object to illogical suffixes like just m for milliseconds. Without this, we'd be locked into never being able to implement the "m" suffix for minutes. Signed-off-by: Rostislav Pehlivanov ---

[FFmpeg-devel] avformat/mov : add support for read/write Adobe Alpha Udta

2018-03-03 Thread Martin Vignali
Hello, Patch in attach add suport for reading ALFA udta set (at least), by Adobe Software and for writing it. Theses two patch, can keep the original metadata when remuxing it And the user can force the value using -metadata alpha= In order to have the right alpha mode set when importing the mov

[FFmpeg-devel] swscale/rgb2rgb : add X86_64 SIMD (SSSE3 and AVX2) for shuffly_bytes func

2018-03-03 Thread Martin Vignali
Hello, Patch in attach add SIMD for the 5 shuffle_bytes func for rgb2rgb The new SIMD are write using external ASM. Also add checkasm test for theses func Restricted to x86_64, because the scalar part doesn't compile on x86_32 I consider for the scalar part that the src_size value is a multiple

Re: [FFmpeg-devel] [PATCH 5/9] sbc: implement SBC encoder (low-complexity subband codec)

2018-03-03 Thread Aurelien Jacobs
On Thu, Mar 01, 2018 at 10:46:07PM +, Rostislav Pehlivanov wrote: > On 1 March 2018 at 20:45, Aurelien Jacobs wrote > > > > > So what I propose is to rename sbc_delay to sbc_latency (for example), > > and to add a opus_latecy using AV_OPT_TYPE_DURATION that will deprecate >

Re: [FFmpeg-devel] [PATCH] parseutils: add support for ms and us suffix for AV_OPT_TYPE_DURATION

2018-03-03 Thread Aurelien Jacobs
On Fri, Mar 02, 2018 at 11:59:33PM +0100, Marton Balint wrote: > > On Fri, 2 Mar 2018, Hendrik Leppkes wrote: > > > On Fri, Mar 2, 2018 at 11:19 PM, Aurelien Jacobs wrote: > > > On Fri, Mar 02, 2018 at 10:02:58PM +, Rostislav Pehlivanov wrote: > > > > On 2 March 2018 at

Re: [FFmpeg-devel] [PATCH] parseutils: add support for ms and us suffix for AV_OPT_TYPE_DURATION

2018-03-03 Thread Aurelien Jacobs
On Fri, Mar 02, 2018 at 11:28:29PM +0100, Hendrik Leppkes wrote: > On Fri, Mar 2, 2018 at 11:19 PM, Aurelien Jacobs wrote: > > On Fri, Mar 02, 2018 at 10:02:58PM +, Rostislav Pehlivanov wrote: > >> On 2 March 2018 at 21:57, Aurelien Jacobs wrote: > >> > >>

Re: [FFmpeg-devel] [PATCH v2 1/1] avformat/dashenc: fix for segment open issue when persistent connection is enabled

2018-03-03 Thread Jeyapal, Karthick
On 3/2/18 11:52 AM, vdi...@akamai.com wrote: > From: Vishwanath Dixit > > --- > libavformat/dashenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c > index 83e0cff..489e458 100644 > ---

Re: [FFmpeg-devel] [PATCH] avformat/dashenc: Use HTTP DELETE for HTTP base proto

2018-03-03 Thread Jeyapal, Karthick
On 2/28/18 9:09 AM, Jeyapal, Karthick wrote: > > > On 2/27/18 2:48 PM, Serhii Marchuk wrote: >> --- >> libavformat/dashenc.c | 28 +--- >> 1 file changed, 25 insertions(+), 3 deletions(-) >> >> diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c >> index

Re: [FFmpeg-devel] [PATCH 7/7] avcodec/mediacodecdec: factorize codec declarations

2018-03-03 Thread Matthieu Bouron
On Fri, Mar 02, 2018 at 04:24:24PM -0800, Aman Gupta wrote: > On Fri, Mar 2, 2018 at 4:13 PM, Matthieu Bouron > wrote: > > > --- > > libavcodec/mediacodecdec.c | 116 ++ > > --- > > 1 file changed, 24 insertions(+), 92

Re: [FFmpeg-devel] [PATCH] checkasm/hevc_sao : add hevc_sao for checkasm

2018-03-03 Thread Martin Vignali
Works for me on MacOs 10.12 (x86_64 and x86_32). Martin ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel