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
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 deletions(-)
> >
> > diff --git a/lib
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 83e0cff728
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
> --- a/libavformat/dashenc.c
> +++ b/liba
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:
> >>
> >> > On Fri, Mar 02, 2018 at 09:39:48PM
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 21:57, Aurelien Jacob
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
> > opus_delay. I th
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
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
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
---
libavutil/parseutils.c | 10 -
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
_
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.
Signed-off-by
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 ++
> > > ---
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: 9FF2128B147EF6730BADF133611EC78
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 i
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 0a0a10824511ef9d5b3c49ee6
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
>> 0001-doc-bitstream_filters-correct-dum
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(-)
>>> 27c05404d9fabe5065e418c4cc09629d53aee
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(-)
> >> 27c05404d
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 in
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(+)
> 94a8add1b8bf480f
-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 planar copy wrapper.
> >
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 -m
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 best use of existing code
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 91f049a9424f80961
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 CUDA SDK, even though i
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
http://ffm
27 matches
Mail list logo