Re: [FFmpeg-devel] [PATCH v16 08/16] fftools/ffmpeg: Replace sub2video with subtitle frame filtering

2021-11-26 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Soft Works > Sent: Saturday, November 27, 2021 8:19 AM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v16 08/16] fftools/ffmpeg: Replace > sub2video with subtitle frame filtering > > > > >

Re: [FFmpeg-devel] [PATCH v16 08/16] fftools/ffmpeg: Replace sub2video with subtitle frame filtering

2021-11-26 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Andreas > Rheinhardt > Sent: Friday, November 26, 2021 2:02 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v16 08/16] fftools/ffmpeg: Replace > sub2video with subtitle frame filtering > > > -int

[FFmpeg-devel] 回复: [PATCH v4 2/2] avfilter: add a flip_vulkan filter

2021-11-26 Thread Wu Jianhua
Lynne: >>ffm...@gyani.pro: >>> On 2021-11-26 04:33 pm, Lynne wrote: >>> 26 Nov 2021, 11:37 by ffm...@gyani.pro: > > On 2021-11-26 03:08 pm, Lynne wrote: > >> 26 Nov 2021, 10:10 by jianhua...@intel.com: >> >> This filter flips the input video both horizontally and

Re: [FFmpeg-devel] [PATCH v16 06/16] avfilter/sbuffer: Add sbuffersrc and sbuffersink filters

2021-11-26 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Andreas > Rheinhardt > Sent: Friday, November 26, 2021 12:14 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v16 06/16] avfilter/sbuffer: Add > sbuffersrc and sbuffersink filters > > > +#include

[FFmpeg-devel] [PATCH v2] avformat/scd: add demuxer

2021-11-26 Thread Zane van Iperen
Adds demuxer for Square Enux SCD files. Based off [1] and personal investigation. This has only been tested against Drakengard 3 (PS3) *_SCD.XXX files (big-endian). As it is highly likely that FFXIV (PC) files are little-endian, this demuxer is marked as experimental until this can be confirmed.

Re: [FFmpeg-devel] [PATCH v16 01/16] global: Prepare AVFrame for subtitle handling

2021-11-26 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Andreas > Rheinhardt > Sent: Friday, November 26, 2021 11:35 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v16 01/16] global: Prepare AVFrame for > subtitle handling Hi Andreas, thanks for the detailed

Re: [FFmpeg-devel] [PATCH v3 1/1] fftools/ffprobe: print size of attachment streams (extradata_size)

2021-11-26 Thread Michael Niedermayer
On Fri, Nov 26, 2021 at 10:01:23PM +, Soft Works wrote: > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of Michael > > Niedermayer > > Sent: Friday, November 26, 2021 10:26 PM > > To: FFmpeg development discussions and patches > > Subject: Re: [FFmpeg-devel] [PATCH v3

Re: [FFmpeg-devel] [PATCH v15 01/16] global: Prepare AVFrame for subtitle handling

2021-11-26 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Anton > Khirnov > Sent: Thursday, November 25, 2021 4:56 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v15 01/16] global: Prepare AVFrame for > subtitle handling > > Quoting Soft Works (2021-11-25 01:48:11)

Re: [FFmpeg-devel] [PATCH v3 1/1] fftools/ffprobe: print size of attachment streams (extradata_size)

2021-11-26 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Michael > Niedermayer > Sent: Friday, November 26, 2021 10:26 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v3 1/1] fftools/ffprobe: print size of > attachment streams (extradata_size) >

Re: [FFmpeg-devel] [PATCH v3 1/1] fftools/ffprobe: print size of attachment streams (extradata_size)

2021-11-26 Thread Michael Niedermayer
On Fri, Nov 26, 2021 at 07:55:40PM +, Soft Works wrote: > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of Michael > > Niedermayer > > Sent: Friday, November 26, 2021 7:50 PM > > To: FFmpeg development discussions and patches > > Subject: Re: [FFmpeg-devel] [PATCH v3

Re: [FFmpeg-devel] [PATCH v3 1/1] fftools/ffprobe: print size of attachment streams (extradata_size)

2021-11-26 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Michael > Niedermayer > Sent: Friday, November 26, 2021 7:50 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v3 1/1] fftools/ffprobe: print size of > attachment streams (extradata_size) > >

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/txd: Move input size checks before allocation

2021-11-26 Thread Michael Niedermayer
On Sun, Nov 14, 2021 at 08:30:28PM +0100, Michael Niedermayer wrote: > Fixes: Timeout > Fixes: > 40882/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TXD_fuzzer-4893364584054784 > > Signed-off-by: Michael Niedermayer > --- > libavcodec/txd.c | 30 +++--- > 1 file

Re: [FFmpeg-devel] [PATCH 2/2] avformat/avidec: Check read_odml_index() for failure

2021-11-26 Thread Michael Niedermayer
On Sun, Nov 14, 2021 at 08:30:29PM +0100, Michael Niedermayer wrote: > Fixes: Timeout > Fixes: > 40950/clusterfuzz-testcase-minimized-ffmpeg_dem_AVI_fuzzer-6478873068437504 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by:

Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a hwdevice, search for existing device in both directions

2021-11-26 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Soft Works > Sent: Friday, November 26, 2021 8:29 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a > hwdevice, search for existing device in both

Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a hwdevice, search for existing device in both directions

2021-11-26 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Anton > Khirnov > Sent: Friday, November 26, 2021 8:12 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a > hwdevice, search for existing device in

[FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Don't duplicate array unnecessarily

2021-11-26 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- fftools/ffmpeg.c | 3 --- fftools/ffmpeg.h | 7 --- fftools/ffmpeg_opt.c | 43 --- 3 files changed, 12 insertions(+), 41 deletions(-) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index

[FFmpeg-devel] [PATCH] avcodec/vqavideo: Remove dead code

2021-11-26 Thread Andreas Rheinhardt
Fixes Coverity issue #1493344. Signed-off-by: Andreas Rheinhardt --- libavcodec/vqavideo.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/libavcodec/vqavideo.c b/libavcodec/vqavideo.c index 5466e25cdf..61f0a2c950 100644 --- a/libavcodec/vqavideo.c +++

Re: [FFmpeg-devel] [PATCH] webp: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM

2021-11-26 Thread Michael Niedermayer
On Thu, Nov 25, 2021 at 02:45:26PM -0500, Alex Xu (Hello71) wrote: > Roughly doubles webp performance for common applications (ffmpeg, > ffprobe, mpv) due to speeding up avformat_find_stream_info. > > Lossy needs no patches since vp8.c already implements skip_frame. > Lossless needs hook to

Re: [FFmpeg-devel] [PATCH v3 1/1] fftools/ffprobe: print size of attachment streams (extradata_size)

2021-11-26 Thread Michael Niedermayer
On Thu, Nov 25, 2021 at 04:59:41PM +, Soft Works wrote: > Another attempt: Created on Linux and zipped... tested and works LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Many that live deserve death. And some that die deserve life. Can you give

Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a hwdevice, search for existing device in both directions

2021-11-26 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Anton > Khirnov > Sent: Friday, November 26, 2021 5:15 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a > hwdevice, search for existing device in

Re: [FFmpeg-devel] [PATCH v16 01/16] global: Prepare AVFrame for subtitle handling

2021-11-26 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Anton > Khirnov > Sent: Friday, November 26, 2021 5:21 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v16 01/16] global: Prepare AVFrame for > subtitle handling > > You have completely disregarded my

Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a hwdevice, search for existing device in both directions

2021-11-26 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Anton > Khirnov > Sent: Friday, November 26, 2021 5:15 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a > hwdevice, search for existing device in

Re: [FFmpeg-devel] [PATCH 1/5] avformat/avformat: Add AVStream parameter to check_bitstream() sig

2021-11-26 Thread Andreas Rheinhardt
Andreas Rheinhardt: > For most check_bitstream() functions this just avoids having > to dereference s->streams[pkt->stream_index] themselves; but for > meta-muxers it will allow to forward the packet to stream with > a different stream_index (belonging to a different AVFormatContext) > without

Re: [FFmpeg-devel] [PATCH 7/9] lavf/img2enc: avoid a useless copy of the url

2021-11-26 Thread Andreas Rheinhardt
Anton Khirnov: > img2enc keeps a private (and possibly truncated) copy of the url that is > never modified. Just use AVFormatContext.url instead. > --- > libavformat/img2enc.c | 15 ++- > 1 file changed, 6 insertions(+), 9 deletions(-) > > diff --git a/libavformat/img2enc.c

Re: [FFmpeg-devel] [PATCH 3/9] lavd/v4l2: reduce variable scope

2021-11-26 Thread Andreas Rheinhardt
Anton Khirnov: > device and cap are local to the loop iteration, there is no need for > them to retain their values. Especially for device it may be dangerous, > since it points to av_malloc'ed data. > --- > libavdevice/v4l2.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff

Re: [FFmpeg-devel] [PATCH 2/9] lavf/v4l2: do not use a context variable unnecessarily

2021-11-26 Thread Andreas Rheinhardt
Anton Khirnov: > fd is local to the loop iteration, it is better to store it on stack > than modify the context. > --- > libavdevice/v4l2.c | 13 ++--- > 1 file changed, 6 insertions(+), 7 deletions(-) > > diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c > index

Re: [FFmpeg-devel] [PATCH] avformat/scd: add demuxer

2021-11-26 Thread Andreas Rheinhardt
Zane van Iperen: > > > On 27/11/21 01:32, Andreas Rheinhardt wrote: >> Zane van Iperen: >>> + >>> +static int scd_seek(AVFormatContext *s, int stream_index, >>> +    int64_t pts, int flags) >>> +{ >>> +    SCDDemuxContext *ctx = s->priv_data; >>> +    SCDTrackHeader  *trk =

[FFmpeg-devel] [PATCH] fate: Add regression tests for AVDOVIDecoderConfigurationRecord side data

2021-11-26 Thread quietvoid
Signed-off-by: quietvoid --- Files are available here: https://drive.google.com/drive/folders/1NDhtSoJ-mP5Yi62V6j1wjjPJNq84nP3J They're all blank frames encoded with x265, remuxed with FFmpeg after the mov box is added by dlb_mp4base. Let me know if the hosting is not appropriate. I thought it

Re: [FFmpeg-devel] [PATCH] avformat/scd: add demuxer

2021-11-26 Thread Zane van Iperen
On 27/11/21 01:32, Andreas Rheinhardt wrote: Zane van Iperen: + +static int scd_seek(AVFormatContext *s, int stream_index, +int64_t pts, int flags) +{ +SCDDemuxContext *ctx = s->priv_data; +SCDTrackHeader *trk = ctx->tracks + stream_index; + +if (pts != 0) +

Re: [FFmpeg-devel] [PATCH v16 01/16] global: Prepare AVFrame for subtitle handling

2021-11-26 Thread Anton Khirnov
You have completely disregarded my comments on the previous patch. Stop doing that, it is rude. Your patchset is unacceptable until you deal with them. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a hwdevice, search for existing device in both directions

2021-11-26 Thread Anton Khirnov
Quoting Soft Works (2021-11-25 18:02:54) > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of Anton > > Khirnov > > Sent: Thursday, November 25, 2021 5:40 PM > > To: ffmpeg-devel@ffmpeg.org > > Subject: Re: [FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving > > a

Re: [FFmpeg-devel] [PATCH v15 01/16] global: Prepare AVFrame for subtitle handling

2021-11-26 Thread Anton Khirnov
Quoting Soft Works (2021-11-25 18:20:31) > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of Anton > > Khirnov > > Sent: Thursday, November 25, 2021 4:56 PM > > To: ffmpeg-devel@ffmpeg.org > > Subject: Re: [FFmpeg-devel] [PATCH v15 01/16] global: Prepare AVFrame for > >

Re: [FFmpeg-devel] [PATCH v16 15/16] avcodec/subtitles: Migrate subtitle encoders to frame-based API and provide a compatibility shim for the legacy api

2021-11-26 Thread Hendrik Leppkes
On Fri, Nov 26, 2021 at 4:09 PM Andreas Rheinhardt wrote: > > Soft Works: > > Also introduce deferred loading of ass headers for all cases where it can't > > be taken from the context of a decoder. > > This should be a commit of its own. > > > > > Signed-off-by: softworkz > > --- > >

Re: [FFmpeg-devel] [PATCH 1/9] lavd/jack: increase buffer size for snprintf()

2021-11-26 Thread Andreas Rheinhardt
Anton Khirnov: > Maximum output size with a 32-bit int is 17 bytes, or 26 with a 64-bit > int. > > Silences the following gcc 10 warning: > src/libavdevice/jack.c: In function ‘audio_read_header’: > src/libavdevice/jack.c:171:45: warning: ‘snprintf’ output may be truncated > before the last

Re: [FFmpeg-devel] [PATCH] avformat/scd: add demuxer

2021-11-26 Thread Andreas Rheinhardt
Zane van Iperen: > + > +static int scd_seek(AVFormatContext *s, int stream_index, > +int64_t pts, int flags) > +{ > +SCDDemuxContext *ctx = s->priv_data; > +SCDTrackHeader *trk = ctx->tracks + stream_index; > + > +if (pts != 0) > +return AVERROR(EINVAL); >

Re: [FFmpeg-devel] [PATCH v16 15/16] avcodec/subtitles: Migrate subtitle encoders to frame-based API and provide a compatibility shim for the legacy api

2021-11-26 Thread Andreas Rheinhardt
Soft Works: > Also introduce deferred loading of ass headers for all cases where it can't > be taken from the context of a decoder. This should be a commit of its own. > > Signed-off-by: softworkz > --- > libavcodec/assenc.c| 81 - > libavcodec/avcodec.h

Re: [FFmpeg-devel] [PATCH v16 09/16] avfilter/overlaytextsubs: Add overlaytextsubs and textsubs2video filters

2021-11-26 Thread Andreas Rheinhardt
Soft Works: > - overlaytextsubs {VS -> V) > Overlay text subtitles onto a video stream. > > - textsubs2video {S -> V) > Converts text subtitles to video frames > > Signed-off-by: softworkz > --- > configure| 2 + > doc/filters.texi | 113 ++ >

[FFmpeg-devel] [PATCH] configure: Include -fPIC also in the LDFLAGS

2021-11-26 Thread Cristian Morales Vega
The same flags should be used when linking than when compiling. Without this actual errors have been observed when using LTO. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index e6cee21142..97c51f20a7 100755 --- a/configure +++ b/configure @@ -5805,6

Re: [FFmpeg-devel] [PATCH v16 08/16] fftools/ffmpeg: Replace sub2video with subtitle frame filtering

2021-11-26 Thread Andreas Rheinhardt
Soft Works: > This commit actually enables subtitle filtering in ffmpeg by > sending and receiving subtitle frames to and from a filtergraph. > > The heartbeat functionality from the previous sub2video implementation > is retained and applied to all subtitle frames (bitmap, text, ..). > > The

Re: [FFmpeg-devel] [PATCH v2] avformat/rtp: add localaddr for network interface selection

2021-11-26 Thread lance . lmwang
On Fri, Nov 26, 2021 at 01:50:33PM +0200, Martin Storsjö wrote: > On Fri, 26 Nov 2021, lance.lmw...@gmail.com wrote: > > > From: Limin Wang > > > > Reviewed-by: Martin Storsjö > > Technically, I haven't reviewed this version yet - including such a header > would indicate that I have approvd

[FFmpeg-devel] [PATCH v3] avfilter/src_movie: add format_opts for the opened file

2021-11-26 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- doc/filters.texi| 9 + libavfilter/src_movie.c | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/filters.texi b/doc/filters.texi index 3731a14..3b70aca 100644 --- a/doc/filters.texi +++ b/doc/filters.texi

[FFmpeg-devel] [PATCH] Include -fPIC also in the LDFLAGS

2021-11-26 Thread Cristian Morales Vega
The same flags should be used when linking than when compiling. Without this actual errors have been observed when using LTO. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index e6cee21142..97c51f20a7 100755 --- a/configure +++ b/configure @@ -5805,6

Re: [FFmpeg-devel] [PATCH v2] avformat/rtp: add localaddr for network interface selection

2021-11-26 Thread Martin Storsjö
On Fri, 26 Nov 2021, lance.lmw...@gmail.com wrote: From: Limin Wang Reviewed-by: Martin Storsjö Technically, I haven't reviewed this version yet - including such a header would indicate that I have approvd it, which I haven't. Although in practice, this version looks fine to me, so yeah

Re: [FFmpeg-devel] [PATCH v4 2/2] avfilter: add a flip_vulkan filter

2021-11-26 Thread Lynne
26 Nov 2021, 12:20 by ffm...@gyani.pro: > > > On 2021-11-26 04:33 pm, Lynne wrote: > >> 26 Nov 2021, 11:37 by ffm...@gyani.pro: >> >>> >>> On 2021-11-26 03:08 pm, Lynne wrote: >>> 26 Nov 2021, 10:10 by jianhua...@intel.com: > This filter flips the input video both horizontally and

Re: [FFmpeg-devel] [PATCH v4 2/2] avfilter: add a flip_vulkan filter

2021-11-26 Thread Gyan Doshi
On 2021-11-26 04:33 pm, Lynne wrote: 26 Nov 2021, 11:37 by ffm...@gyani.pro: On 2021-11-26 03:08 pm, Lynne wrote: 26 Nov 2021, 10:10 by jianhua...@intel.com: This filter flips the input video both horizontally and vertically in one compute pipeline, and it's no need to use two

Re: [FFmpeg-devel] [PATCH v16 06/16] avfilter/sbuffer: Add sbuffersrc and sbuffersink filters

2021-11-26 Thread Andreas Rheinhardt
Soft Works: > Signed-off-by: softworkz > --- > configure| 2 +- > libavfilter/allfilters.c | 2 ++ > libavfilter/buffersink.c | 63 +++ > libavfilter/buffersink.h | 15 + > libavfilter/buffersrc.c | 72

Re: [FFmpeg-devel] [PATCH v4 2/2] avfilter: add a flip_vulkan filter

2021-11-26 Thread Lynne
26 Nov 2021, 11:37 by ffm...@gyani.pro: > > > On 2021-11-26 03:08 pm, Lynne wrote: > >> 26 Nov 2021, 10:10 by jianhua...@intel.com: >> >>> This filter flips the input video both horizontally and vertically >>> in one compute pipeline, and it's no need to use two pipelines for >>>

Re: [FFmpeg-devel] [PATCH V3 3/5] libavutil/hwcontext_vulkan: Allocate vkFrame in one memory

2021-11-26 Thread Lynne
26 Nov 2021, 03:54 by wenbin.c...@intel.com: > The vaapi can import external frame, but the planes of the external > frames should be in the same drm object. A new option "contiguous_planes" > is added to device. This flag tells device to allocate places in one > memory. When device is derived

Re: [FFmpeg-devel] [PATCH v2] avfilter/src_movie: add format_opts for the opened file

2021-11-26 Thread Paul B Mahol
On Fri, Nov 26, 2021 at 11:12 AM wrote: > On Fri, Nov 26, 2021 at 10:48:07AM +0100, Paul B Mahol wrote: > > On Fri, Nov 26, 2021 at 10:38 AM wrote: > > > > > From: Limin Wang > > > > > > Signed-off-by: Limin Wang > > > --- > > > doc/filters.texi| 5 + > > >

[FFmpeg-devel] [PATCH v2] avformat/rtp: add localaddr for network interface selection

2021-11-26 Thread lance . lmwang
From: Limin Wang Reviewed-by: Martin Storsjö Signed-off-by: Limin Wang --- support for both sdp and rtp for v2: 1, -localaddr xx.xx.xx.xx -i 1.sdp 2, -localaddr xx.xx.xx.xx -i rtp://xx.xx.xx.xx:xx 3, -i rtp://xx.xx.xx.xx:xx?localadd xx.xx.xx.xx doc/protocols.texi | 4

Re: [FFmpeg-devel] [PATCH v4 1/2] avutil/hwcontext_vulkan: fully support customizable validation layers

2021-11-26 Thread Andreas Rheinhardt
Wu Jianhua: > +user_layers_str = av_strdup(user_layers->value); > +if (!user_layers_str) { > +err = AVERROR(EINVAL); Wrong error code. > +goto fail; > +} > + ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH 2/2] avformat/udp: remove local localaddr array

2021-11-26 Thread lance . lmwang
On Fri, Nov 26, 2021 at 11:26:39AM +0100, Andreas Rheinhardt wrote: > lance.lmw...@gmail.com: > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavformat/udp.c | 10 -- > > 1 file changed, 4 insertions(+), 6 deletions(-) > > > > diff --git a/libavformat/udp.c

Re: [FFmpeg-devel] [PATCH v4 2/2] avfilter: add a flip_vulkan filter

2021-11-26 Thread Gyan Doshi
On 2021-11-26 03:08 pm, Lynne wrote: 26 Nov 2021, 10:10 by jianhua...@intel.com: This filter flips the input video both horizontally and vertically in one compute pipeline, and it's no need to use two pipelines for hflip_vulkan,vflip_vulkan anymore. Signed-off-by: Wu Jianhua ---

Re: [FFmpeg-devel] [PATCH v16 01/16] global: Prepare AVFrame for subtitle handling

2021-11-26 Thread Andreas Rheinhardt
Soft Works: > Root commit for adding subtitle filtering capabilities. > In detail: > > - Add type (AVMediaType) field to AVFrame > Replaces previous way of distinction which was based on checking > width and height to determine whether a frame is audio or video > - Add subtitle fields to

Re: [FFmpeg-devel] [PATCH 2/2] avformat/udp: remove local localaddr array

2021-11-26 Thread Andreas Rheinhardt
lance.lmw...@gmail.com: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavformat/udp.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-) > > diff --git a/libavformat/udp.c b/libavformat/udp.c > index bbe5aec..b8b0e19 100644 > --- a/libavformat/udp.c > +++

Re: [FFmpeg-devel] [PATCH v2] avfilter/src_movie: add format_opts for the opened file

2021-11-26 Thread lance . lmwang
On Fri, Nov 26, 2021 at 10:48:07AM +0100, Paul B Mahol wrote: > On Fri, Nov 26, 2021 at 10:38 AM wrote: > > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > doc/filters.texi| 5 + > > libavfilter/src_movie.c | 4 +++- > > 2 files changed, 8 insertions(+), 1

Re: [FFmpeg-devel] [PATCH v15 00/16] *** SUBJECT HERE ***

2021-11-26 Thread Paul B Mahol
On Fri, Nov 26, 2021 at 9:17 AM Nicolas George wrote: > James Almer (12021-11-25): > > Have all the concerns people had been addressed? I'm also certain the > > design itself wasn't well received. > > Indeed. The whole libavfilter part is nowhere near anything acceptable. > It should not be

Re: [FFmpeg-devel] [PATCH v2] avfilter/src_movie: add format_opts for the opened file

2021-11-26 Thread Paul B Mahol
On Fri, Nov 26, 2021 at 10:38 AM wrote: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > doc/filters.texi| 5 + > libavfilter/src_movie.c | 4 +++- > 2 files changed, 8 insertions(+), 1 deletion(-) > > diff --git a/doc/filters.texi b/doc/filters.texi > index

[FFmpeg-devel] [PATCH v2] avfilter/src_movie: add format_opts for the opened file

2021-11-26 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- doc/filters.texi| 5 + libavfilter/src_movie.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/filters.texi b/doc/filters.texi index 3731a14..f2d5957 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@

Re: [FFmpeg-devel] [PATCH v4 2/2] avfilter: add a flip_vulkan filter

2021-11-26 Thread Lynne
26 Nov 2021, 10:10 by jianhua...@intel.com: > This filter flips the input video both horizontally and vertically > in one compute pipeline, and it's no need to use two pipelines for > hflip_vulkan,vflip_vulkan anymore. > > Signed-off-by: Wu Jianhua > --- > configure| 1 + >

Re: [FFmpeg-devel] [PATCH v4 1/2] avutil/hwcontext_vulkan: fully support customizable validation layers

2021-11-26 Thread Lynne
26 Nov 2021, 10:10 by jianhua...@intel.com: > Validation layer is an indispensable part of developing on Vulkan. > > The following commands is on how to enable validation layers: > > ffmpeg -init_hw_device > vulkan=0,debug=1,validation_layers=VK_LAYER_LUNARG_monitor+VK_LAYER_LUNARG_api_dump > >

Re: [FFmpeg-devel] [PATCH 1/2] avfilter/src_movie: add format_opts for the opened file

2021-11-26 Thread lance . lmwang
On Fri, Nov 26, 2021 at 07:36:33AM +0100, Andreas Rheinhardt wrote: > lance.lmw...@gmail.com: > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > doc/filters.texi| 5 + > > libavfilter/src_movie.c | 8 +++- > > 2 files changed, 12 insertions(+), 1 deletion(-) > >

[FFmpeg-devel] [PATCH v4 2/2] avfilter: add a flip_vulkan filter

2021-11-26 Thread Wu Jianhua
This filter flips the input video both horizontally and vertically in one compute pipeline, and it's no need to use two pipelines for hflip_vulkan,vflip_vulkan anymore. Signed-off-by: Wu Jianhua --- configure| 1 + libavfilter/allfilters.c | 1 +

[FFmpeg-devel] [PATCH v4 1/2] avutil/hwcontext_vulkan: fully support customizable validation layers

2021-11-26 Thread Wu Jianhua
Validation layer is an indispensable part of developing on Vulkan. The following commands is on how to enable validation layers: ffmpeg -init_hw_device vulkan=0,debug=1,validation_layers=VK_LAYER_LUNARG_monitor+VK_LAYER_LUNARG_api_dump Signed-off-by: Wu Jianhua ---

Re: [FFmpeg-devel] [PATCH v15 00/16] *** SUBJECT HERE ***

2021-11-26 Thread Nicolas George
James Almer (12021-11-25): > Have all the concerns people had been addressed? I'm also certain the > design itself wasn't well received. Indeed. The whole libavfilter part is nowhere near anything acceptable. It should not be applied at all. Regards, -- Nicolas George

Re: [FFmpeg-devel] [PATCH v2] lavu/avframe: add a time_base field

2021-11-26 Thread Lynne
25 Nov 2021, 23:49 by c...@passwd.hu: > > > On Thu, 25 Nov 2021, Lynne wrote: > >> This adds a time_base field (currently unused), analogue to the >> AVPacket.time_base field. >> This allows for API clients to exchange AVFrames directly, without >> needing to plumb extra data from sources via