Re: [FFmpeg-devel] Hardware purchase request

2021-06-26 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Lynne > Sent: Samstag, 26. Juni 2021 08:25 > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] Hardware purchase request > > Jun 26, 2021, 02:19 by softwo...@hotmail.com: > > > > > >

[FFmpeg-devel] Any feedback on my Patch and Docs and Regression tested patch for strftime filenames

2021-06-26 Thread Roger Hardiman
Hi 13 days ago I posted patches, documentation changes and confirmed regression tests for changes to Image2 and Segment outputs to create the output subdirectories on demand, in exactly the same way the HLS output code works. To recap, Image2, HLS and Segment outputs support files with Time/Da

[FFmpeg-devel] [PATCH] mxfdec.c: prefer metadata from Footer

2021-06-26 Thread emcodem
In case there is a Footer, regarding to SMPTE 377 all versions, the metadata in Footer shall be correct (where in Header it can be incomplete).. If there is no footer (stream, truncated...) it will still work as usual. Tested with a huge set of files and compared old/new ffprobes, it will not cha

[FFmpeg-devel] [PATCH] libaom: Do not use deprecated symbol.

2021-06-26 Thread g1710431395
From: lifegpc --- libavcodec/libaomdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libaomdec.c b/libavcodec/libaomdec.c index 6e7324a832..48d1044edf 100644 --- a/libavcodec/libaomdec.c +++ b/libavcodec/libaomdec.c @@ -240,7 +240,7 @@ static av_cold int aom_fr

[FFmpeg-devel] request to remove certain mention of e-book on trac wiki page

2021-06-26 Thread Paul B Mahol
I here hereby request that certain e-book is removed from wiki page of FFmpeg. Reason is it uses derogatory text to criticize some FFmpeg components. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Unable to use sqrt() and exp() in CUDA

2021-06-26 Thread Timo Rothenpieler
On 26.06.2021 15:35, Dylan Fernando wrote: I can't seem to be able to use exp() and sqrt() in CUDA. I get: NVCClibavfilter/try_cuda.ptx clang-11: warning: Unknown CUDA version. cuda.h: CUDA_VERSION=11030. Assuming the latest supported version 10.1 [-Wunknown-cuda-version] libavfilter/try_cu

[FFmpeg-devel] [PATCH v2] avformat: add a concat protocol that takes a line break delimited list of resources

2021-06-26 Thread James Almer
Suggested-by: ffm...@fb.com Signed-off-by: James Almer --- Updated documentation, and line breaks can now be part of the filename. doc/protocols.texi | 33 + libavformat/Makefile| 1 + libavformat/concat.c| 146 libavformat/protoco

Re: [FFmpeg-devel] [PATCH] avformat/http: Stop cookie_dict leaking on errors.

2021-06-26 Thread Tomas Härdin
fre 2021-06-11 klockan 09:51 +0200 skrev Robert Bengtsson-Ölund: > On Wed, 2 Jun 2021 at 08:55, Steven Liu wrote: > > LGTM > > > > > > Thanks > > Steven > > Hi everyone > > Am I supposed to do something for this to get applied or is it just a > matter of time until someone picks it up? Passes

[FFmpeg-devel] [PATCH] Fix wrong time base in example

2021-06-26 Thread liudingming
Signed-off-by: liudingming --- doc/examples/transcoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/transcoding.c b/doc/examples/transcoding.c index 3a97426e2c..ea6ffefc70 100644 --- a/doc/examples/transcoding.c +++ b/doc/examples/transcoding.c @@ -171,7 +17

[FFmpeg-devel] [PATCH] av_frame_get_buffer can be used with channels set.

2021-06-26 Thread liudingming
Signed-off-by: liudingming --- libavutil/frame.h | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/libavutil/frame.h b/libavutil/frame.h index ff2540a20f..40523aff71 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -722,9 +722,16 @@ void av_frame_move_ref

[FFmpeg-devel] [PATCH] avutil/frame: fix av_frame_get_buffer's doc

2021-06-26 Thread liudingming
av_frame_get_buffer can be used with channels set. Signed-off-by: liudingming --- libavutil/frame.h | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/libavutil/frame.h b/libavutil/frame.h index ff2540a20f..40523aff71 100644 --- a/libavutil/frame.h +++ b/libavutil

[FFmpeg-devel] [PATCH] doc/examples/transcoding: fix wrong time base

2021-06-26 Thread liudingming
Signed-off-by: liudingming --- doc/examples/transcoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/transcoding.c b/doc/examples/transcoding.c index 3a97426e2c..ea6ffefc70 100644 --- a/doc/examples/transcoding.c +++ b/doc/examples/transcoding.c @@ -171,7 +17

[FFmpeg-devel] [PATCH] doc/examples/transcoding: fix wrong time base

2021-06-26 Thread liudingming
Signed-off-by: liudingming --- doc/examples/transcoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/transcoding.c b/doc/examples/transcoding.c index 3a97426e2c..ea6ffefc70 100644 --- a/doc/examples/transcoding.c +++ b/doc/examples/transcoding.c @@ -171,7 +17

[FFmpeg-devel] [PATCH 2/2] avcodec/libdav1d: don't repeatedly parse the same sequence header

2021-06-26 Thread James Almer
Look at the event flag that signals a new sequence header was found in the bitstream on supported libdav1d versions for this purpose. Signed-off-by: James Almer --- libavcodec/libdav1d.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/libavcodec/libdav1d.c b/libavcodec/libdav1d.c inde

[FFmpeg-devel] [PATCH 1/2] avcodec/libdav1d: use ff_decode_frame_props() to fill frame properties

2021-06-26 Thread James Almer
The main benefit comes from propagating container level metadata like hdr, which is more commonly used than the relevant Metadata OBUs. Signed-off-by: James Almer --- libavcodec/libdav1d.c | 71 --- 1 file changed, 40 insertions(+), 31 deletions(-) diff -

[FFmpeg-devel] [PATCH] libavformat/rtpdec_rfc4175: Check for zero pgroup before mod

2021-06-26 Thread Kyle Schwarz
Signed-off-by: Kyle Schwarz --- libavformat/rtpdec_rfc4175.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/rtpdec_rfc4175.c b/libavformat/rtpdec_rfc4175.c index e9c62c1389..4daff4da5a 100644 --- a/libavformat/rtpdec_rfc4175.c +++ b/libavformat/rtpdec_rfc4175.c @@

Re: [FFmpeg-devel] Unable to use sqrt() and exp() in CUDA

2021-06-26 Thread Dylan Fernando
Yeah, I was using enable-cuda-llvm. I haven't been including cuda.h in my cuda file. Could it be from the include in hwcontext_cuda.h possibly? I was using: PKG_CONFIG_PATH="/home/dylan/Files/nv-codec-headers" ./configure --enable-opencl --enable-vulkan --enable-libglslang --disable-stripping --e