On Thu, Jun 6, 2019 at 4:02 AM Michael Niedermayer
wrote:
> On Tue, Jun 04, 2019 at 06:12:28PM -0700, Jun Li wrote:
> > Fix #6945
> > Rotate or/and flip frame according to frame's metadata orientation
> [..]
>
> > +
> > +return filterst != framest;
> > +}
> > +
> > static int ifilter_send_fr
Fix #6945
Rotate or/and flip frame according to frame's metadata orientation
---
fftools/ffmpeg.c| 5 +++--
fftools/ffmpeg.h| 8
fftools/ffmpeg_filter.c | 36 +++-
3 files changed, 42 insertions(+), 7 deletions(-)
diff --git a/fftools/ffm
Add exif orientation support and expose an option.
---
libavfilter/hflip.h| 2 +
libavfilter/transpose.h| 14
libavfilter/vf_hflip.c | 40 ++---
libavfilter/vf_transpose.c | 163 -
4 files changed, 187 insertions(+), 32 deletions(-)
difference_of_pic_nums_minus1
They are unsigned values.
Signed-off-by: Andreas Rheinhardt
---
Sorry for sending the first email prematurely.
libavcodec/cbs_h264.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/cbs_h264.h b/libavcodec/cbs_h264.h
index a31be298
It is an unsigned value.
Signed-off-by: Andreas Rheinhardt
---
libavcodec/cbs_h264.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/cbs_h264.h b/libavcodec/cbs_h264.h
index a31be298ba..721379eacc 100644
--- a/libavcodec/cbs_h264.h
+++ b/libavcodec/cbs_h264.h
@@ -3
READ has already been undefined at this point; it is obviously intended
to undef WRITE.
Furthermore, leb128 (in cbs_av1) was undefined too often and
inconsistently.
Signed-off-by: Andreas Rheinhardt
---
libavcodec/cbs_av1.c | 5 ++---
libavcodec/cbs_jpeg.c | 2 +-
libavcodec/cbs_mpeg2.c | 2 +
Sorry for pinging again, but at this point I don't know what more I can do to
get this (necessary)
fix upstream :)
On 5/29/19 3:44 PM, Mathieu Duponchelle wrote:
> As suggested elsewhere, here's the output of git diff -w, I hope that helps :)
>
> diff --git a/libavcodec/mpeg12enc.c b/libavcodec/m
On Thu, Jun 06, 2019 at 01:54:41PM +0800, lance.lmw...@gmail.com wrote:
> From: Limin Wang
>
> Signed-off-by: Limin Wang
> ---
> libavfilter/vf_find_rect.c | 37 ++---
> 1 file changed, 26 insertions(+), 11 deletions(-)
>
> diff --git a/libavfilter/vf_find_rect.
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Michael Niedermayer
> Sent: Thursday, June 6, 2019 6:45 PM
> To: FFmpeg development discussions and patches de...@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH V3 2/2] checkasm/vf_gblur: ad
On Wed, Jun 05, 2019 at 11:13:20PM +0200, Tomas Hulata wrote:
> When mux_rate (CBR) is defined, pat/sdt period setting is now respected. In
> case of VBR, leave it as it was.
>
> ---
> Â libavformat/mpegtsenc.c | 12 ++--
> Â 1 file changed, 10 insertions(+), 2 deletions(-)
>
> diff --git a/
Fixes: signed integer overflow: 84026453 * 28 cannot be represented in type
'int'
Fixes:
15111/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5675630072430592
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niederm
Fixes: signed integer overflow: 90 * 3600 cannot be represented in type
'int'
Fixes:
15113/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5764083346833408
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niederm
Signed-off-by: Michael Niedermayer
---
libavformat/vpk.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavformat/vpk.c b/libavformat/vpk.c
index dcc2db329c..255d6030b0 100644
--- a/libavformat/vpk.c
+++ b/libavformat/vpk.c
@@ -66,6 +66,9 @@ static int vpk_read_header(AVFormatContext *s
Michael Niedermayer wrote on 27.05.2019 at 00:22:
> [...] maybe just add teh codec id to nut and try to store it in that
> with stream copy if it works it should be possible to playback that
> nit file
I have the file ready, how can I provide it?
pgp12neptaV1q.pgp
Description: OpenPGP digital s
If `AV_PKT_FLAG_KEY` stays unset on `pkt->flags`, the output stream
stays empty with little information about what is going on.
This change makes it easier to debug the situation for the user who
could then choose to use the `-copyinkf` option.
---
fftools/ffmpeg.c | 4 +++-
1 file changed, 3 inse
---
libavformat/nut.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/nut.c b/libavformat/nut.c
index 4fbbcb1d26..937f452878 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -43,6 +43,7 @@ const AVCodecTag ff_nut_video_tags[] = {
{ AV_CODEC_ID_XFACE,MKTAG(
On Tue, Jun 04, 2019 at 06:12:28PM -0700, Jun Li wrote:
> Fix #6945
> Rotate or/and flip frame according to frame's metadata orientation
[..]
> +
> +return filterst != framest;
> +}
> +
> static int ifilter_send_frame(InputFilter *ifilter, AVFrame *frame)
> {
> FilterGraph *fg = ifilter
On 6/6/19, Michael Niedermayer wrote:
> On Thu, Jun 06, 2019 at 09:08:48AM +0200, Paul B Mahol wrote:
>> On 6/5/19, Michael Niedermayer wrote:
>> > On Tue, Jun 04, 2019 at 04:45:38PM +0200, Paul B Mahol wrote:
>> >> Signed-off-by: Paul B Mahol
>> >> ---
>> >> libavformat/id3v2enc.c | 36 +++
On Wed, Jun 05, 2019 at 10:29:36PM +0800, Ruiling Song wrote:
> Signed-off-by: Ruiling Song
> ---
> tests/checkasm/Makefile | 1 +
> tests/checkasm/checkasm.c | 3 ++
> tests/checkasm/checkasm.h | 1 +
> tests/checkasm/vf_gblur.c | 67 +++
> tests/fate/che
On Thu, Jun 06, 2019 at 09:08:48AM +0200, Paul B Mahol wrote:
> On 6/5/19, Michael Niedermayer wrote:
> > On Tue, Jun 04, 2019 at 04:45:38PM +0200, Paul B Mahol wrote:
> >> Signed-off-by: Paul B Mahol
> >> ---
> >> libavformat/id3v2enc.c | 36
> >> 1 file cha
From: Limin Wang
Signed-off-by: Limin Wang
---
libavfilter/vf_cover_rect.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/libavfilter/vf_cover_rect.c b/libavfilter/vf_cover_rect.c
index 41cd1a12b9..d63c03215d 100644
--- a/libavfilter/vf_cover_rect.c
+++ b/libavfilter/vf_
On Thu, Jun 6, 2019 at 3:10 PM wrote:
> From: Limin Wang
>
> The test ffmpeg command in iMAC system:
> ./ffmpeg -y -i input.ts -i ./logo.png -filter_complex
> overlay=50:50:format=yuv420p10 -c:v hevc_videotoolbox ./test.ts
> Now I have tested with yuv420p10 overlay and check the result is OK,
> -Original Message-
> From: Xiang, Haihao
> Sent: Thursday, June 6, 2019 11:57 AM
> To: ffmpeg-devel@ffmpeg.org; Wang, Shaofei
> Subject: Re: [FFmpeg-devel] [PATCH v2] libavcodec/vp8dec: fix the
> multi-thread HWAccel decode error
>
> On Tue, 2019-06-04 at 15:21 +0800, Wang, Shaofei wrot
From: Limin Wang
Signed-off-by: Limin Wang
---
libavfilter/vf_overlay.c | 358 +++
1 file changed, 179 insertions(+), 179 deletions(-)
diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overlay.c
index b468cedf2e..ba8147f579 100644
--- a/libavfilter/vf_o
On 6/5/19, Michael Niedermayer wrote:
> On Tue, Jun 04, 2019 at 04:45:38PM +0200, Paul B Mahol wrote:
>> Signed-off-by: Paul B Mahol
>> ---
>> libavformat/id3v2enc.c | 36
>> 1 file changed, 36 insertions(+)
>
> if this is written in a fate test then it will
From: Limin Wang
Signed-off-by: Limin Wang
---
doc/filters.texi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/filters.texi b/doc/filters.texi
index 5db8e0302f..b0e951c9f9 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -13159,6 +13159,9 @@ It accepts the following values:
From: Limin Wang
Signed-off-by: Limin Wang
---
libavfilter/vf_overlay.c | 79
1 file changed, 47 insertions(+), 32 deletions(-)
diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overlay.c
index ee51a54659..70961befa5 100644
--- a/libavfilter/vf_ove
From: Limin Wang
The test ffmpeg command in iMAC system:
./ffmpeg -y -i input.ts -i ./logo.png -filter_complex
overlay=50:50:format=yuv420p10 -c:v hevc_videotoolbox ./test.ts
Now I have tested with yuv420p10 overlay and check the result is OK, please
help to test with your condition.
Signed-
From: Limin Wang
Signed-off-by: Limin Wang
---
libavfilter/vf_overlay.c | 52 ++--
1 file changed, 29 insertions(+), 23 deletions(-)
diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overlay.c
index ba8147f579..ee51a54659 100644
--- a/libavfilter/vf_ove
From: Limin Wang
Signed-off-by: Limin Wang
---
libavfilter/vf_overlay.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overlay.c
index 0a8f089c0d..b468cedf2e 100644
--- a/libavfilter/vf_overlay.c
+++ b/libavfilter/vf_ov
30 matches
Mail list logo