On 9/8/18, Jason Stevens wrote:
> Add missing dnxhr mxf container essence ULs to the mxf encoder.
> set proper mxf frame size for dnxhr using libavformat/dnxhd's get dnxhr size
> function.
>
> This fixes dnxhr mxf files being quarantined by Avid Media Composer.
>
> Signed-off-by: Jason Stevens
>
On 9/7/18, Michael Niedermayer wrote:
> On Thu, Sep 06, 2018 at 10:05:50PM +0200, Paul B Mahol wrote:
>> Signed-off-by: Paul B Mahol
>> ---
>> configure | 1 +
>> libavcodec/Makefile | 1 +
>> libavcodec/allcodecs.c | 1 +
>> libavcodec/avcodec.h| 1 +
>> libavcode
version 5 of this patch set properly sets DNxHR HQX/444 bit depth.
Jason Stevens (2):
libavcodec/dnxhd: change ff_dnxhd_get_hr_frame_size to avpriv_
libavformat/mxfenc: add missing dnxhr mxfcontainer essence ULs
libavcodec/dnxhd_parser.c | 2 +-
libavcodec/dnxhddata.c| 13 ++
li
refactor ff_dnxhd_get_hr_frame_size to avpriv_dnxhd_get_hr_frame_size, to allow
cross library usage in libavformat/mxfenc
this change makes this function no longer be always inlined.
Signed-off-by: Jason Stevens
---
libavcodec/dnxhd_parser.c | 2 +-
libavcodec/dnxhddata.c| 13 +
Add missing dnxhr mxf container essence ULs to the mxf encoder.
This fixes dnxhr mxf files being quarantined by Avid Media Composer.
Signed-off-by: Jason Stevens
---
libavformat/mxfenc.c | 53 +++-
1 file changed, 52 insertions(+), 1 deletion(-)
diff --g
"Paul B Mahol"
> On 9/8/18, Jason Stevens wrote:
>> Add missing dnxhr mxf container essence ULs to the mxf encoder.
>> set proper mxf frame size for dnxhr using libavformat/dnxhd's get dnxhr size
>> function.
>>
>> This fixes dnxhr mxf files being quarantined by Avid Media Composer.
>>
>> Si
From: Roman Arzumanyan
Signed-off-by: Timo Rothenpieler
---
I'm not overly a fan of a rotate filter that only support 90° angles
either.
So here's my modified version of the original transpose filter, which
now behaves the exact same as the software transpose filter.
Additionally, I removed the
2018-09-08 15:51 GMT+02:00, Paul B Mahol :
> ffmpeg | branch: master | Paul B Mahol | Sat Sep 8
> 15:48:53 2018 +0200| [af71a3ff3eb86c349bf7de09bea47575c4a882f7] | committer:
> Paul B Mahol
>
> avcodec/wcmv: fix output on big-endian with rgb565 format
>
>> http://git.videolan.org/gitweb.cgi/ffmpe
fre 2018-09-07 klockan 16:40 +0200 skrev Carl Eugen Hoyos:
> > 2018-09-07 10:54 GMT+02:00, Tomas Härdin :
> > fre 2018-09-07 klockan 01:03 -0700 skrev Jason Stevens:
> > > Add missing dnxhr mxf container essence ULs to the mxf encoder.
> > > set proper mxf frame size for dnxhr using libavformat/dnx
On 9/8/2018 3:49 PM, Timo Rothenpieler wrote:
From: Roman Arzumanyan
Signed-off-by: Timo Rothenpieler
---
I'm not overly a fan of a rotate filter that only support 90° angles
either.
So here's my modified version of the original transpose filter, which
now behaves the exact same as the softwar
On 9/8/18, Tomas Haerdin wrote:
> fre 2018-09-07 klockan 16:40 +0200 skrev Carl Eugen Hoyos:
>> > 2018-09-07 10:54 GMT+02:00, Tomas Haerdin :
>> > fre 2018-09-07 klockan 01:03 -0700 skrev Jason Stevens:
>> > > Add missing dnxhr mxf container essence ULs to the mxf encoder.
>> > > set proper mxf fr
On 9/8/18, Timo Rothenpieler wrote:
> On 9/8/2018 3:49 PM, Timo Rothenpieler wrote:
>> From: Roman Arzumanyan
>>
>> Signed-off-by: Timo Rothenpieler
>> ---
>> I'm not overly a fan of a rotate filter that only support 90DEG angles
>> either.
>> So here's my modified version of the original transp
On 9/8/2018 5:38 PM, Paul B Mahol wrote:
I'll probably remove the interp_algo from this before committing, hard
coding it to nearest neighbor. I'm unable to see any difference between
them for perfect 90DEG angles except that NN is easily 10 times faster
than the current default Cubic.
Perhaps
On 9/7/2018 8:51 PM, Sam John wrote:
> ---
> libavcodec/libaomenc.c | 117 +
> 1 file changed, 96 insertions(+), 21 deletions(-)
>
> diff --git a/libavcodec/libaomenc.c b/libavcodec/libaomenc.c
> index 9431179886..e62057177d 100644
> --- a/libavcodec/libaom
On 9/7/2018 8:50 PM, Dale Curtis wrote:
> These tables represent ~70k so moving the allocation to when
> they're actually used reduces memory usage in cases where the
> h264 decoder isn't used.
>
>
> cavlc-size.patch
>
>
> From e1cbe52a1f41a39698136efb4695d8d019117853 Mon Sep 17 00:00:00 2001
>
On 9/7/2018 12:27 PM, John Stebbins wrote:
> On 09/07/2018 08:16 AM, James Almer wrote:
>> On 9/7/2018 12:09 PM, John Stebbins wrote:
>>> On 09/06/2018 03:40 PM, James Almer wrote:
On 8/27/2018 6:07 PM, John Stebbins wrote:
> On 08/27/2018 02:03 PM, James Almer wrote:
>> On 8/27/2018 5
Hi!
Attached patch fixes many warnings when compiling for sparc.
Please comment, Carl Eugen
From 9239602b04abb2ee7b986897923a929a2e6a5028 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos
Date: Sun, 9 Sep 2018 01:01:24 +0200
Subject: [PATCH] configure: Do not use -fomit-frame-pointer on sparc.
Si
On Sat, Sep 08, 2018 at 03:49:29PM +0200, Timo Rothenpieler wrote:
> From: Roman Arzumanyan
>
> Signed-off-by: Timo Rothenpieler
> ---
> I'm not overly a fan of a rotate filter that only support 90° angles
> either.
> So here's my modified version of the original transpose filter, which
> now be
On Sun, Sep 09, 2018 at 01:03:36AM +0200, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch fixes many warnings when compiling for sparc.
>
> Please comment, Carl Eugen
> configure |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 92a4853fbf697e9528ab000924a001fd6366b279
> 0001-conf
On Fri, Sep 07, 2018 at 04:50:57PM -0700, Dale Curtis wrote:
> These tables represent ~70k so moving the allocation to when
> they're actually used reduces memory usage in cases where the
> h264 decoder isn't used.
> h264_cavlc.c | 43 ++-
> 1 file change
On Fri, Jul 06, 2018 at 11:49:50PM +0200, Moritz Barsnick wrote:
> Possibly useful in the error case.
>
> Signed-off-by: Moritz Barsnick
> ---
> libavcodec/aacenc.c | 6 --
> 1 file changed, 4 insertions(+), 2 deletions(-)
will apply
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B14
On Fri, Sep 07, 2018 at 11:51:05AM +0800, Shiyou Yin wrote:
> >-Original Message-
> >From: ffmpeg-devel-boun...@ffmpeg.org
> >[mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
> >Shiyou Yin
> >Sent: Thursday, September 6, 2018 4:11 PM
> >To: ffmpeg-devel@ffmpeg.org
> >Subject: [FFmpeg-
On Fri, Sep 07, 2018 at 04:46:02PM -0700, Dale Curtis wrote:
> Found by ClusterFuzz, https://crbug.com/879852
> utils.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> e5a29fc92c11899d4c54660cb17ff822058a5837 fix-av-nopts-start-time.patch
> From 68614e9a099ee4ae754da5fa36fbb6a570f4a
23 matches
Mail list logo