Am 12.11.22 um 23:09 schrieb Ronald S. Bultje:
Hi,
On Sat, Nov 12, 2022 at 1:57 PM Nomis101 wrote:
Hi.If building FFmpeg, configure does set a value for mstack-alignment,
for example on macOS
-mstack-alignment=16. On HandBrake we found there is an issue with current
Clang in Xcode about
Hi.If building FFmpeg, configure does set a value for mstack-alignment, for
example on macOS
-mstack-alignment=16. On HandBrake we found there is an issue with current
Clang in Xcode about
conflicting 'override-stack-alignment' values if we build with ThinLTO.
"ld: linking module flags 'overrid
Am 11.11.22 um 14:48 schrieb Nomis101:
Am 11.11.22 um 14:05 schrieb Jan Ekström:
On Wed, Nov 9, 2022 at 9:15 PM Nomis101 wrote:
Am 06.11.22 um 21:57 schrieb Carl Eugen Hoyos:
Am Sa., 5. Nov. 2022 um 22:31 Uhr schrieb Nomis101 :
Support for mlpa muxing was added back in 2019:
http
Am 11.11.22 um 14:05 schrieb Jan Ekström:
On Wed, Nov 9, 2022 at 9:15 PM Nomis101 wrote:
Am 06.11.22 um 21:57 schrieb Carl Eugen Hoyos:
Am Sa., 5. Nov. 2022 um 22:31 Uhr schrieb Nomis101 :
Support for mlpa muxing was added back in 2019:
http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h
Am 06.11.22 um 21:57 schrieb Carl Eugen Hoyos:
Am Sa., 5. Nov. 2022 um 22:31 Uhr schrieb Nomis101 :
Support for mlpa muxing was added back in 2019:
http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=808a6717e0c584738c60a109afd6d47f4973d619
But it was hidden back then behind
Am 05.11.22 um 21:31 schrieb Nomis101:
Support for mlpa muxing was added back in 2019:
http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=808a6717e0c584738c60a109afd6d47f4973d619
But it was hidden back then behind FF_COMPLIANCE_EXPERIMENTAL, because it was new and there was no
support from
FF_COMPLIANCE_EXPERIMENTAL. Also, it should be the
user's responsibility to choose this only if the user's software/hardware supports it.
Therefore, this patch removes the experimental status of TrueHD-in-MP4 muxing.
Signed-off-by: Nomis101
---
libavformat/movenc.c | 1 -
1 file changed, 1 deletion(-)
di
I'm getting a compilation error if I build FFmpeg with --enable-libmysofa. This
has worked nicely
some weeks ago. This is on macOS 12.1. I have libmysofa-1.2.1 installed. FFmpeg
is latest master. If
I remove --enable-libmysofa, it builds without issue.
/...//
//POD doc/ffmpeg-scaler.pod//
//P
Am 31.05.21 um 20:54 schrieb Lynne:
> May 31, 2021, 19:59 by nomis...@web.de:
>
>> Hi everyone. Back in March 2020 a set of patches for AC-4 support into
>> FFmpeg was posted on this
>> list. As these patches are not integrated in FFmpeg the HandBrake team was
>> considering if we should
>> add t
Hi everyone. Back in March 2020 a set of patches for AC-4 support into FFmpeg
was posted on this
list. As these patches are not integrated in FFmpeg the HandBrake team was
considering if we should
add them to the internal FFmpeg patches for HandBrake. We are aware, that this
patches are WIP and
Hi,
back in January it was asked if it would be possible to add constant quality encoding for
videotoolbox on macOS to FFmpeg. Later, somebody provided a patch.
http://ffmpeg.org/pipermail/ffmpeg-devel/2021-January/274989.html
Would it be possible for somebody to take a look into this? Not onl
Am 21.03.20 um 15:58 schrieb Rick Kern:
> On Wed, Mar 18, 2020 at 12:32 PM Nomis101 wrote:
>
>> Am 29.02.20 um 02:39 schrieb Nomis101:
>>> From: Damiano Galassi
>>>
>>> Signed-off-by: Nomis101
>>> ---
>>> libavcodec/videotoolboxenc.c | 1
Am 29.02.20 um 02:39 schrieb Nomis101:
> From: Damiano Galassi
>
> Signed-off-by: Nomis101
> ---
> libavcodec/videotoolboxenc.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
> index cc08cf6a50
From: Damiano Galassi
Signed-off-by: Nomis101
---
libavcodec/videotoolboxenc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
index cc08cf6a50..32d893e485 100644
--- a/libavcodec/videotoolboxenc.c
+++ b/libavcodec
Am 28.02.20 um 19:19 schrieb Carl Eugen Hoyos:
> Am Fr., 28. Feb. 2020 um 19:08 Uhr schrieb Nomis101 :
>>
>> Am 27.02.20 um 19:13 schrieb Nomis101:
>>> Signed-off-by: Nomis101
>>> ---
>>> libavcodec/videotoolboxenc.c | 1 +
>>> 1 file chan
Am 27.02.20 um 19:13 schrieb Nomis101:
> Signed-off-by: Nomis101
> ---
> libavcodec/videotoolboxenc.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
> index cc08cf6a50..32d893e485 100644
> --- a/liba
Signed-off-by: Nomis101
---
libavcodec/videotoolboxenc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
index cc08cf6a50..32d893e485 100644
--- a/libavcodec/videotoolboxenc.c
+++ b/libavcodec/videotoolboxenc.c
@@ -1355,6 +1355,7
Am 17.11.19 um 01:05 schrieb Richard Kern:
>
>> On Nov 16, 2019, at 7:03 PM, Nomis101 wrote:
>>
>> Thanks for reviewing. Would be nice, if somebody could push to master then.
>> I can't.
>>
>>
> I’ll test it out tomorrow and push.
Cool, thank
Thanks for reviewing. Would be nice, if somebody could push to master then. I
can't.
Am 15.11.19 um 15:58 schrieb Limin Wang:
> On Sun, Nov 03, 2019 at 01:20:38AM +0100, Nomis101 wrote:
>> ---
>> libavcodec/videotoolboxenc.c | 8
>> 1 file changed, 8 insert
01:20 schrieb Nomis101:
> ---
> libavcodec/videotoolboxenc.c | 8
> 1 file changed, 8 insertions(+)
>
> diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
> index 40a7f643e0..cc08cf6a50 100644
> --- a/libavcodec/videotoolboxenc.c
> +++ b/liba
---
libavcodec/videotoolboxenc.c | 8
1 file changed, 8 insertions(+)
diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
index 40a7f643e0..cc08cf6a50 100644
--- a/libavcodec/videotoolboxenc.c
+++ b/libavcodec/videotoolboxenc.c
@@ -894,6 +894,14 @@ static int get_cv_
Am 12.06.19 um 10:01 schrieb Michael Niedermayer:
> On Wed, Jun 12, 2019 at 09:44:26AM +0200, Nomis101 🐝 wrote:
>> This patch will add support of the smpte2084 transfer function to
>> videotoolboxenc. kCVImageBufferTransferFunction_SMPTE_ST_2084_PQ is
>> available on macOS
This patch will add support of the smpte2084 transfer function to
videotoolboxenc. kCVImageBufferTransferFunction_SMPTE_ST_2084_PQ is available
on macOS 10.13 and up.
This is on the bug tracker at https://trac.ffmpeg.org/ticket/7953
diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoo
Am 28.05.19 um 21:33 schrieb Marton Balint:
>
>
> On Tue, 28 May 2019, Nomis101 🐝 wrote:
>
>> I regularly build HandBrake against the latest FFmpeg master to check if all
>> works as expected or something is broken and I need to open a bug. With the
>> latest maste
I regularly build HandBrake against the latest FFmpeg master to check if all
works as expected or something is broken and I need to open a bug. With the
latest master I found some issues, but I'm
unsure if this is a regression or not.
After commit f9271d0158122c9e043b7d83f691884b65ec1ba5 HB doesn
25 matches
Mail list logo