On Thu, Oct 4, 2018 at 2:11 AM Nicolas George wrote:
>
> Pavel Koshevoy (2018-10-03):
> > yae_set_tempo was overlooked when max tempo limit was raised to 100.
> >
> > tested with:
> > ./ffmpeg_g -i Delerium/SemanticSpaces/Gateway.mp3 \
> > -af asendcmd=f=asendcmd.cfg,atempo=1.0 -y /tmp/asendcmd-at
Fixes:
10300/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_H264_fuzzer-6292205497483264
Fixes: signed integer overflow: -2147483648 - 1 cannot be represented in type
'int'
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Mich
On 10/4/2018 8:09 PM, Mark Thompson wrote:
> It can't be set for 4:2:2 streams.
> ---
> libavcodec/av1_metadata_bsf.c | 8 ++--
> 1 file changed, 2 insertions(+), 6 deletions(-)
>
> diff --git a/libavcodec/av1_metadata_bsf.c b/libavcodec/av1_metadata_bsf.c
> index 20c3a39da7..52d383661f 10064
On 10/4/2018 8:09 PM, Mark Thompson wrote:
> ---
> configure | 10 +++---
> 1 file changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/configure b/configure
> index 85d5dd5962..cbd52e641b 100755
> --- a/configure
> +++ b/configure
> @@ -3173,26 +3173,30 @@ eac3_demuxer_select="ac3_parse
On 10/4/2018 8:09 PM, Mark Thompson wrote:
> ---
> libavcodec/trace_headers_bsf.c | 14 --
> 1 file changed, 4 insertions(+), 10 deletions(-)
>
> diff --git a/libavcodec/trace_headers_bsf.c b/libavcodec/trace_headers_bsf.c
> index 94a3ef72a2..839d4c 100644
> --- a/libavcodec/trace
It can't be set for 4:2:2 streams.
---
libavcodec/av1_metadata_bsf.c | 8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/libavcodec/av1_metadata_bsf.c b/libavcodec/av1_metadata_bsf.c
index 20c3a39da7..52d383661f 100644
--- a/libavcodec/av1_metadata_bsf.c
+++ b/libavcodec/av
---
doc/bitstream_filters.texi | 50 ++
1 file changed, 50 insertions(+)
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index d948c6d658..66df24fd3d 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -37,6 +37,56 @
---
configure | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure b/configure
index cbd52e641b..2e2b016500 100755
--- a/configure
+++ b/configure
@@ -2957,6 +2957,7 @@ h264_rkmpp_decoder_deps="rkmpp"
h264_rkmpp_decoder_select="h264_mp4toannexb_bsf"
h264_vaapi_encoder_select="cbs_h264
---
libavcodec/trace_headers_bsf.c | 14 --
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/libavcodec/trace_headers_bsf.c b/libavcodec/trace_headers_bsf.c
index 94a3ef72a2..839d4c 100644
--- a/libavcodec/trace_headers_bsf.c
+++ b/libavcodec/trace_headers_bsf.c
@@ -4
---
configure | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/configure b/configure
index 85d5dd5962..cbd52e641b 100755
--- a/configure
+++ b/configure
@@ -3173,26 +3173,30 @@ eac3_demuxer_select="ac3_parser"
f4v_muxer_select="mov_muxer"
fifo_muxer_deps="threads"
On 04/10/18 00:12, James Almer wrote:
> On 10/3/2018 8:01 PM, Mark Thompson wrote:
>> On 03/10/18 01:18, James Almer wrote:
>>> Signed-off-by: James Almer
>>> ---
>>> libavformat/ivfenc.c | 2 ++
>>> 1 file changed, 2 insertions(+)
>>>
>>> diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c
From caa816d70e69f85d49556ff341addab24ebcd942 Mon Sep 17 00:00:00 2001
From: Dave Rice
Date: Mon, 1 Oct 2018 17:07:44 -0400
Subject: [PATCH 1/2] ffplay: options to specify window position
---
doc/ffplay.texi | 4
fftools/ffplay.c | 6 +-
2 files changed, 9 insertions(+), 1 deletion(-)
On Wed, 3 Oct 2018, Dave Rice wrote:
Thanks Marton for comments. Here is a revision to the first patch.
From 3fe6a9e5279a280af9a06843621737ddc44529cc Mon Sep 17 00:00:00 2001
From: Dave Rice
Date: Mon, 1 Oct 2018 17:07:44 -0400
Subject: [PATCHv2 1/2] ffplay: options to specify window positio
Am 03.10.18 um 17:05 schrieb alan.birt...@sony.com:
>> I've developed a patch to add an option to allow cropping of the
>
>> avfoundation screen capture.
>
>> Note that if the captured width is not a multiple of 16 then
>
>> https://trac.ffmpeg.org/ticket/5654 will be triggered.
>
> Is there a
On 10/4/18, Marc-Antoine ARNAUD wrote:
>
>
Why?
IIRC this patch is not needed.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
0001-prores_ks-use-CodecContext-for-color-information-if-.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Hi,
Em dom, 30 de set de 2018 às 14:41, Nicolas George
escreveu:
> Hi.
>
> For the next rounds of sponsored internships, I would like to propose
> the following project, that I would mentor:
>
> A music-like audio lavfi source for testing purposes.
>
> That means a deterministic pseudo-random str
Signed-off-by: Paul B Mahol
---
This is significantly slower than current state for some unknown reason to me.
---
libavfilter/af_afftdn.c | 56 +
1 file changed, 17 insertions(+), 39 deletions(-)
diff --git a/libavfilter/af_afftdn.c b/libavfilter/af_aff
Signed-off-by: Paul B Mahol
---
libavfilter/avfilter.c | 96 ++
libavfilter/filters.h | 17
2 files changed, 113 insertions(+)
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 93e866b79c..1dad873dfc 100644
--- a/libavfilter/avfi
On 10/3/18, bananaman...@gmail.com wrote:
> From: bnnm
>
> Fixes trac issue #7215
>
> Output for files created by xWMAEncode and various videogames is correct
> now.
>
> 1ch 32000hz files are still broken, would need fixes in WMA decoder.
>
> Signed-off-by: bnnm
> ---
> libavformat/xwma.c | 38
Hi.
No need to Cc people who are on the list.
Mina (2018-09-30):
> Do you mean by "look like music" to just follow music theory rules or
> actually sound like real music.
> Just curious.
In my mind, the purpose is to have a signal that can exercise filters
and codecs, trigger as many code paths
Paul B Mahol (2018-10-03):
> Signed-off-by: Paul B Mahol
> ---
> libavfilter/af_asetnsamples.c | 146 --
> 1 file changed, 32 insertions(+), 114 deletions(-)
LGTM, thanks.
Regards,
--
Nicolas George
signature.asc
Description: Digital signature
_
Pavel Koshevoy (2018-10-03):
> yae_set_tempo was overlooked when max tempo limit was raised to 100.
>
> tested with:
> ./ffmpeg_g -i Delerium/SemanticSpaces/Gateway.mp3 \
> -af asendcmd=f=asendcmd.cfg,atempo=1.0 -y /tmp/asendcmd-atempo.wav
>
> where asendcmd.cfg was:
> 15.0-45.0 [enter] atempo te
23 matches
Mail list logo