[FFmpeg-devel] [PATCH v3 3/5] avfilter/vf_showinfo: display user data unregistered message

2019-12-18 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavfilter/vf_showinfo.c | 33 + 1 file changed, 33 insertions(+) diff --git a/libavfilter/vf_showinfo.c b/libavfilter/vf_showinfo.c index 31f6b32aa4..bb3b37e0c5 100644 --- a/libavfilter/vf_showinfo.c +++ b/libavfi

[FFmpeg-devel] [PATCH v3 5/5] avcodec/h264: create user data unregistered side data for H.264

2019-12-18 Thread lance . lmwang
From: Limin Wang Below is the sample with more than one user data SEI message for -vf showinfo (need to apply the patchset): [Parsed_showinfo_0 @ 0x7f8d42f01480] side data - User Data Unregistered: [Parsed_showinfo_0 @ 0x7f8d42f01480] UUID=186f369370304f2c603021492feee5b8 [Parsed_showinfo_0 @

[FFmpeg-devel] [PATCH v3 4/5] avcodec/h264_sei: fix the size of user data unregistered

2019-12-18 Thread lance . lmwang
From: Limin Wang According to the specifications, the payloadSize includes the 16-byte size of UUID. Signed-off-by: Limin Wang --- libavcodec/h264_sei.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c index d4eb9c0dab..a5

[FFmpeg-devel] [PATCH v3 2/5] avcodec/hevc_sei: add support for user data unregistered SEI message

2019-12-18 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavcodec/hevc_sei.c | 34 + libavcodec/hevc_sei.h | 6 + libavcodec/hevcdec.c| 18 +++ tests/ref/fate/hevc-monochrome-crop | 3 +++ 4 files changed, 61 inse

[FFmpeg-devel] [PATCH v3 1/5] avutil: add AV_FRAME_DATA_USER_DATA_UNREGISTERED side data type

2019-12-18 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- doc/APIchanges | 3 +++ libavutil/frame.c | 1 + libavutil/frame.h | 8 libavutil/version.h | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index 401c65a753..7955dfa659 100644

[FFmpeg-devel] [PATCH V4 2/2] libswscale/x86/yuv2rgb: add ssse3 version

2019-12-18 Thread Ting Fu
Tested using this command: /ffmpeg -pix_fmt yuv420p -s 1920*1080 -i ArashRawYuv420.yuv \ -vcodec rawvideo -s 1920*1080 -pix_fmt rgb24 -f null /dev/null The fps increase from 389 to 640 on my local machine. Signed-off-by: Ting Fu --- libswscale/x86/yuv2rgb.c | 8 +- libswscale/x86/yuv

[FFmpeg-devel] [PATCH V4 1/2] libswscale/x86/yuv2rgb: Change inline assembly into nasm code

2019-12-18 Thread Ting Fu
Tested using this command: ./ffmpeg -pix_fmt yuv420p -s 1920*1080 -i ArashRawYuv420.yuv \ -vcodec rawvideo -s 1920*1080 -pix_fmt rgb24 -f null /dev/null The fps increase from 151 to 389 on my local machine. Signed-off-by: Ting Fu --- libswscale/x86/Makefile | 1 + libswscale/x86/sws

Re: [FFmpeg-devel] [PATCH v2 3/5] avfilter/vf_showinfo: display user data unregistered message

2019-12-18 Thread Limin Wang
On Wed, Dec 18, 2019 at 12:47:49PM -0300, James Almer wrote: > On 12/18/2019 8:06 AM, lance.lmw...@gmail.com wrote: > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavfilter/vf_showinfo.c | 40 +++ > > 1 file changed, 40 insertions(+) > >

Re: [FFmpeg-devel] [PATCH v1 3/5] avfilter/vf_showinfo: display user data unregistered message

2019-12-18 Thread Limin Wang
On Wed, Dec 18, 2019 at 11:22:05PM +0100, Michael Niedermayer wrote: > On Wed, Dec 18, 2019 at 08:55:04AM +0800, Limin Wang wrote: > > On Tue, Dec 17, 2019 at 10:22:47PM +0100, Michael Niedermayer wrote: > > > On Tue, Dec 17, 2019 at 06:22:15PM +0800, lance.lmw...@gmail.com wrote: > > > > From: Lim

Re: [FFmpeg-devel] [PATCH v2 2/5] avcodec/hevc_sei: add support for user data unregistered SEI message

2019-12-18 Thread Limin Wang
On Wed, Dec 18, 2019 at 12:54:26PM -0300, James Almer wrote: > On 12/18/2019 8:06 AM, lance.lmw...@gmail.com wrote: > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavcodec/hevc_sei.c | 22 ++ > > libavcodec/hevc_sei.h | 5 ++

Re: [FFmpeg-devel] [PATCH v2 2/2] avcodec/libvpxenc: add a way to explicitly set temporal layer id

2019-12-18 Thread Wonkap Jang
Hi Michael, On Wed, Dec 18, 2019 at 2:59 PM Michael Niedermayer wrote: > On Tue, Dec 17, 2019 at 02:42:21PM -0800, Wonkap Jang wrote: > > In order for rate control to correctly allocate bitrate to each temporal > > layer, correct temporal layer id has to be set to each frame. This > > commit pro

[FFmpeg-devel] [PATCH] Add a commandline option to control loop restoration for libaom

2019-12-18 Thread Wang Cao
Signed-off-by: Wang Cao --- libavcodec/libaomenc.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavcodec/libaomenc.c b/libavcodec/libaomenc.c index e06697c1bf..41a250302d 100644 --- a/libavcodec/libaomenc.c +++ b/libavcodec/libaomenc.c @@ -92,6 +92,7 @@ typedef struct AOMEncoderCon

Re: [FFmpeg-devel] [PATCH] doc/encoders: add VP9 temporal scalability encoding option

2019-12-18 Thread Wonkap Jang
Will do. Thanks! Wonkap On Wed, Dec 18, 2019 at 1:37 PM James Zern wrote: > Hi, > > On Wed, Dec 18, 2019 at 10:16 AM Wonkap Jang wrote: > > > > Hi James, > > > > Some of the changes are on lines right next to each other, and will cause > > conflict... I could make it a separate commit... > >

Re: [FFmpeg-devel] [PATCH v2 2/2] avcodec/libvpxenc: add a way to explicitly set temporal layer id

2019-12-18 Thread Michael Niedermayer
On Tue, Dec 17, 2019 at 02:42:21PM -0800, Wonkap Jang wrote: > In order for rate control to correctly allocate bitrate to each temporal > layer, correct temporal layer id has to be set to each frame. This > commit provides the ability to set correct temporal layer id for each > frame. > --- > liba

Re: [FFmpeg-devel] [PATCH] web: add hosting provider

2019-12-18 Thread Michael Niedermayer
On Tue, Dec 17, 2019 at 03:58:36PM -0900, Lou Logan wrote: > Hosting has been provided by telepoint.bg for 4 years now. > This places an unobtrusive note placed in the footer to acknowledge > their continuing support. > > Signed-off-by: Lou Logan > --- > src/template_footer1 | 1 + > 1 file chan

Re: [FFmpeg-devel] [PATCH v1 3/5] avfilter/vf_showinfo: display user data unregistered message

2019-12-18 Thread Michael Niedermayer
On Wed, Dec 18, 2019 at 08:55:04AM +0800, Limin Wang wrote: > On Tue, Dec 17, 2019 at 10:22:47PM +0100, Michael Niedermayer wrote: > > On Tue, Dec 17, 2019 at 06:22:15PM +0800, lance.lmw...@gmail.com wrote: > > > From: Limin Wang > > > > > > Signed-off-by: Limin Wang > > > --- > > > libavfilter

Re: [FFmpeg-devel] [PATCH] doc/encoders: correct the description for ts_target_bitrate

2019-12-18 Thread Wonkap Jang
Hi James, I have updated the libvpx. https://chromium-review.googlesource.com/c/webm/libvpx/+/1974899 Thank you, Wonkap On Wed, Dec 18, 2019 at 1:39 PM James Zern wrote: > Hi, > > On Wed, Dec 18, 2019 at 1:17 PM Wonkap Jang > wrote: > > > > ts_target_bitrate is in kbps, not bps. This commit

Re: [FFmpeg-devel] [PATCH] doc/encoders: correct the description for ts_target_bitrate

2019-12-18 Thread James Zern
Hi, On Wed, Dec 18, 2019 at 1:17 PM Wonkap Jang wrote: > > ts_target_bitrate is in kbps, not bps. This commit clarifies the unit > and modifies the example to match the description. > --- > doc/encoders.texi | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > lgtm if you can verify t

Re: [FFmpeg-devel] [PATCH] doc/encoders: add VP9 temporal scalability encoding option

2019-12-18 Thread James Zern
Hi, On Wed, Dec 18, 2019 at 10:16 AM Wonkap Jang wrote: > > Hi James, > > Some of the changes are on lines right next to each other, and will cause > conflict... I could make it a separate commit... > Would that work? > So, I would make docs into two separate commits and the code already has > tw

[FFmpeg-devel] [PATCH] doc/encoders: correct the description for ts_target_bitrate

2019-12-18 Thread Wonkap Jang
ts_target_bitrate is in kbps, not bps. This commit clarifies the unit and modifies the example to match the description. --- doc/encoders.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/encoders.texi b/doc/encoders.texi index 4ee518a124..a207363650 100644 --- a/do

Re: [FFmpeg-devel] [PATCH] web: add hosting provider

2019-12-18 Thread Lou Logan
On Tue, 17 Dec 2019 15:58:36 -0900 Lou Logan wrote: > + Hosting provided by href="https://telepoint.bg";>telepoint.bg Will switch position of p and small since p should not be a child element of small. ___ ffmpeg-devel mailing list ffmpeg-dev

Re: [FFmpeg-devel] [PATCH] web: add hosting provider

2019-12-18 Thread Tomas Härdin
tis 2019-12-17 klockan 15:58 -0900 skrev Lou Logan: > Hosting has been provided by telepoint.bg for 4 years now. > This places an unobtrusive note placed in the footer to acknowledge > their continuing support. > > Signed-off-by: Lou Logan > --- > src/template_footer1 | 1 + > 1 file changed, 1

Re: [FFmpeg-devel] [PATCH] doc/encoders: add VP9 temporal scalability encoding option

2019-12-18 Thread Wonkap Jang
Hi James, Some of the changes are on lines right next to each other, and will cause conflict... I could make it a separate commit... Would that work? So, I would make docs into two separate commits and the code already has two commits... so overall 4 commits in succession. Would this work? Thank

Re: [FFmpeg-devel] [PATCH 3/7] avformat/icecast: Free the right buffer on error

2019-12-18 Thread Andreas Rheinhardt
Andreas Rheinhardt: > In case an AVBPrint was not complete, icecast_open() would free some > buffers that have not been allocated yet instead of freeing the data of > the AVBPrint (if they have been allocated). Because this error does not > trigger a jump to the general cleanup section any more, on

Re: [FFmpeg-devel] [PATCH v2 2/5] avcodec/hevc_sei: add support for user data unregistered SEI message

2019-12-18 Thread James Almer
On 12/18/2019 8:06 AM, lance.lmw...@gmail.com wrote: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavcodec/hevc_sei.c | 22 ++ > libavcodec/hevc_sei.h | 5 + > libavcodec/hevcdec.c| 10 ++ > tests/ref/fat

Re: [FFmpeg-devel] [PATCH v2 3/5] avfilter/vf_showinfo: display user data unregistered message

2019-12-18 Thread James Almer
On 12/18/2019 8:06 AM, lance.lmw...@gmail.com wrote: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavfilter/vf_showinfo.c | 40 +++ > 1 file changed, 40 insertions(+) > > diff --git a/libavfilter/vf_showinfo.c b/libavfilter/vf_showinfo.c > inde

Re: [FFmpeg-devel] [PATCH 3/3] ffprobe: Fix fate tests for ffprobe in cases where TARGET_PATH differs from the current path

2019-12-18 Thread Martin Storsjö
On Tue, 17 Dec 2019, James Almer wrote: On 12/17/2019 6:27 PM, Martin Storsjö wrote: On Sun, 15 Dec 2019, Martin Storsjö wrote: On Tue, 10 Dec 2019, Martin Storsjö wrote: In these cases, we must pass the full path of the file to ffprobe (as the current working dir on the remote system, e.g.

Re: [FFmpeg-devel] [PATCH v1 5/5] avcodec/h264: create user data unregistered side data for H.264

2019-12-18 Thread Limin Wang
On Tue, Dec 17, 2019 at 09:49:28PM +0100, Michael Niedermayer wrote: > On Tue, Dec 17, 2019 at 06:22:17PM +0800, lance.lmw...@gmail.com wrote: > > From: Limin Wang > > > > Below is the sample message for -vf showinfo(need to apply the patchset): > > [Parsed_showinfo_0 @ 0x7fac7b702080] side dat

[FFmpeg-devel] [PATCH v2 5/5] avcodec/h264: create user data unregistered side data for H.264

2019-12-18 Thread lance . lmwang
From: Limin Wang Below is the sample message for -vf showinfo(need to apply the patchset): [Parsed_showinfo_0 @ 0x7fac7b702080] side data - User data unregistered: [Parsed_showinfo_0 @ 0x7fac7b702080] UUID=186f369370304f2c603021492feee5b8 [Parsed_showinfo_0 @ 0x7fac7b702080] User Data=hello Si

[FFmpeg-devel] [PATCH v2 4/5] avcodec/h264_sei: fix the size of user data unregistered

2019-12-18 Thread lance . lmwang
From: Limin Wang According to the specifications, the payloadSize includes the 16-byte size of UUID. Signed-off-by: Limin Wang --- libavcodec/h264_sei.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c index d4eb9c0dab..a5

[FFmpeg-devel] [PATCH v2 3/5] avfilter/vf_showinfo: display user data unregistered message

2019-12-18 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavfilter/vf_showinfo.c | 40 +++ 1 file changed, 40 insertions(+) diff --git a/libavfilter/vf_showinfo.c b/libavfilter/vf_showinfo.c index 31f6b32aa4..77ee7f312c 100644 --- a/libavfilter/vf_showinfo.c +++ b/l

[FFmpeg-devel] [PATCH v2 2/5] avcodec/hevc_sei: add support for user data unregistered SEI message

2019-12-18 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavcodec/hevc_sei.c | 22 ++ libavcodec/hevc_sei.h | 5 + libavcodec/hevcdec.c| 10 ++ tests/ref/fate/hevc-monochrome-crop | 3 +++ 4 files changed, 40 insertions(+) d

[FFmpeg-devel] [PATCH v2 1/5] avutil: add AV_FRAME_DATA_USER_DATA_UNREGISTERED side data type

2019-12-18 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- doc/APIchanges | 3 +++ libavutil/frame.c | 1 + libavutil/frame.h | 7 +++ libavutil/version.h | 2 +- 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index 401c65a753..7955dfa659 100644