Re: [FFmpeg-devel] Towards YUVJ removal

2022-12-13 Thread Niklas Haas
On Fri, 09 Dec 2022 17:50:11 +0100 Michael Niedermayer wrote: > On Fri, Dec 09, 2022 at 12:49:41PM +0100, Niklas Haas wrote: > > So, as was discussed at the last meeting, we should move towards > > removing YUVJ. I want to gather feedback on what appears to be to the > > major hurdle, and possibl

Re: [FFmpeg-devel] Towards YUVJ removal

2022-12-13 Thread Nicolas George
Niklas Haas (12022-12-13): > So, the biggest roadblock I see with regards to making color range etc. > part of filter negotiation is that, currently, color range (and > colorspace and so on) are part of AVFrame, which can (in theory and > possibly also in practice) change suddenly mid-stream. That

Re: [FFmpeg-devel] [PATCH v14 9/9] avcodec/evc: Changes in Changelog and MAINTAINERS files

2022-12-13 Thread Dawid Kozinski/Multimedia (PLT) /SRPOL/Staff Engineer/Samsung Electronics
We made some changes in our EVC wrapper implementation and would like to submit new patches to patchwork, but it's still unclear to me how to deal with the MAINTAINERS file. Should I leave the following lines: + libxevd.c Dawid Kozinski + libxeve.c,

[FFmpeg-devel] Dev meeting travel cost reimbursement request

2022-12-13 Thread Niklas Haas
Hi, As was stated in the invitation to the Dec 2nd Barcelona dev meeting, my travel costs would be reimbursed by FFmpeg. My total travel budget (train+plane+hotel) comes to (slightly above) 500 EUR. I am therefore requesting this amount from the SPI fund. Whom do I contact? _

Re: [FFmpeg-devel] [PATCH] avformat: Rename IPFS to IPFS gateway

2022-12-13 Thread Derek Buitenhuis
On 12/12/2022 3:48 PM, Tomas Härdin wrote: > I agree verbosity is better here I'll push with the internal symbol renames removed later today if nobody objects. - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/list

Re: [FFmpeg-devel] [PATCH] avformat: Rename IPFS to IPFS gateway

2022-12-13 Thread Derek Buitenhuis
On 12/13/2022 12:44 PM, Derek Buitenhuis wrote: > I'll push with the internal symbol renames removed later today > if nobody objects. [...] > -const URLProtocol ff_ipfs_protocol = { > -.name = "ipfs", > +const URLProtocol ff_ipfs_gateway_protocol = { > +.name =

Re: [FFmpeg-devel] [PATCH v14 9/9] avcodec/evc: Changes in Changelog and MAINTAINERS files

2022-12-13 Thread Ronald S. Bultje
Hi David, On Tue, Dec 13, 2022 at 7:22 AM Dawid Kozinski/Multimedia (PLT) /SRPOL/Staff Engineer/Samsung Electronics wrote: > Should I leave the following lines: > + libxevd.c Dawid Kozinski > + libxeve.c,Dawid Kozinski > + evc.c, evc.h

Re: [FFmpeg-devel] [PATCH 2/2] av1dec: fix typo in logged error

2022-12-13 Thread Ronald S. Bultje
Hi, On Mon, Dec 12, 2022 at 7:54 PM Tristan Matthews wrote: > On Mon, Nov 28, 2022 at 10:39 AM Tristan Matthews > wrote: > > > > --- > > libavcodec/av1dec.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c > > index 80da09

Re: [FFmpeg-devel] [PATCH 1/2] av1dec: fix comment typo

2022-12-13 Thread Ronald S. Bultje
Hi, On Mon, Nov 28, 2022 at 10:39 AM Tristan Matthews wrote: > --- > libavcodec/av1dec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c > index 0c24eac842..80da0943d4 100644 > --- a/libavcodec/av1dec.c > +++ b/libavcodec/av1dec

Re: [FFmpeg-devel] [PATCH] avcodec/x86/Makefile: Don't build empty files

2022-12-13 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Should fix ticket #9909, fixing a regression since > bfb28b5ce89f3e950214b67ea95b45e3355c2caf. > > Thanks to Carl Eugen Hoyos for analyzing the issue. > > Signed-off-by: Andreas Rheinhardt > --- > This would be my solution. What do you think of it? > > libavcodec/x86/Make

Re: [FFmpeg-devel] Dev meeting travel cost reimbursement request

2022-12-13 Thread Michael Niedermayer
On Tue, Dec 13, 2022 at 01:33:28PM +0100, Niklas Haas wrote: > Hi, > > As was stated in the invitation to the Dec 2nd Barcelona dev meeting, my > travel costs would be reimbursed by FFmpeg. > > My total travel budget (train+plane+hotel) comes to (slightly above) 500 > EUR. I am therefore requesti

Re: [FFmpeg-devel] [PATCH] avformat/file: add fd protocol

2022-12-13 Thread Rémi Denis-Courmont
Le maanantaina 12. joulukuuta 2022, 19.23.52 EET Zhao Zhili a écrit : > On Mon, 2022-12-12 at 18:31 +0200, Rémi Denis-Courmont wrote: > > Le maanantaina 5. joulukuuta 2022, 4.51.34 EET zhilizhao(赵志立) a écrit > > > > > > On Nov 19, 2022, at 02:48, Zhao Zhili > > > > wrote: > > > > > > > > From: Z

Re: [FFmpeg-devel] [PATCH v2 1/3] avformat/file: add fd protocol

2022-12-13 Thread Rémi Denis-Courmont
Le sunnuntaina 11. joulukuuta 2022, 17.17.27 EET Zhao Zhili a écrit : > From: Zhao Zhili > > Unlike the pipe protocol, fd protocol has seek support if it > corresponding to a regular file. > --- > v2: dup the file descriptor for safety > > doc/protocols.texi | 24 ++ > liba

Re: [FFmpeg-devel] [PATCH v5 1/2] lavc: convert frame threading to the receive_frame() pattern

2022-12-13 Thread Michael Niedermayer
On Mon, Dec 12, 2022 at 10:42:09PM +0100, Timo Rothenpieler wrote: > From: Anton Khirnov > > Reorganize the code such that the frame threading code does not call the > decoders directly, but instead calls back into the generic decoding > code. This avoids duplicating the logic that wraps the deco

Re: [FFmpeg-devel] [PATCH v14 9/9] avcodec/evc: Changes in Changelog and MAINTAINERS files

2022-12-13 Thread Lynne
Dec 13, 2022, 13:22 by d.kozin...@samsung.com: > We made some changes in our EVC wrapper implementation and would like to > submit new patches to patchwork, but it's still unclear to me how to deal > with the MAINTAINERS file. > > Should I leave the following lines: > + libxevd.c

Re: [FFmpeg-devel] [PATCH] avcodec/x86/Makefile: Don't build empty files

2022-12-13 Thread Carl Eugen Hoyos
Am Di., 13. Dez. 2022 um 16:02 Uhr schrieb Andreas Rheinhardt : > > Andreas Rheinhardt: > > Should fix ticket #9909, fixing a regression since > > bfb28b5ce89f3e950214b67ea95b45e3355c2caf. > > > > Thanks to Carl Eugen Hoyos for analyzing the issue. > > > > Signed-off-by: Andreas Rheinhardt > > ---

Re: [FFmpeg-devel] [PATCH]configure: Assume target-os=win32 for toolchain msvc

2022-12-13 Thread Carl Eugen Hoyos
Am So., 27. Nov. 2022 um 18:42 Uhr schrieb Carl Eugen Hoyos : > > Am So., 27. Nov. 2022 um 18:16 Uhr schrieb Hendrik Leppkes > : > > > > On Sun, Nov 27, 2022 at 6:13 PM Carl Eugen Hoyos wrote: > > > > > > Hi! > > > > > > Attached patch slightly simplifies building with MSVC. > > > > > > Please com

Re: [FFmpeg-devel] [PATCH] avcodec/x86/Makefile: Don't build empty files

2022-12-13 Thread Andreas Rheinhardt
Carl Eugen Hoyos: > Am Di., 13. Dez. 2022 um 16:02 Uhr schrieb Andreas Rheinhardt > : >> >> Andreas Rheinhardt: >>> Should fix ticket #9909, fixing a regression since >>> bfb28b5ce89f3e950214b67ea95b45e3355c2caf. >>> >>> Thanks to Carl Eugen Hoyos for analyzing the issue. >>> >>> Signed-off-by: And

[FFmpeg-devel] [REFUND-REQUEST]Travel cost reimbursement request

2022-12-13 Thread Carl Eugen Hoyos
Hi! I traveled to Barcelona for the development meeting and request a reimbursement: Flight Vienna - Barcelona - Vienna: 449,99 Two nights in a hotel in Barcelona: 161,06 Bus to Barcelona center: 5,90 Thank you, Carl Eugen ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH] avcodec/x86/Makefile: Don't build empty files

2022-12-13 Thread Carl Eugen Hoyos
Am Di., 13. Dez. 2022 um 20:03 Uhr schrieb Andreas Rheinhardt : > > Carl Eugen Hoyos: > > Am Di., 13. Dez. 2022 um 16:02 Uhr schrieb Andreas Rheinhardt > > : > >> > >> Andreas Rheinhardt: > >>> Should fix ticket #9909, fixing a regression since > >>> bfb28b5ce89f3e950214b67ea95b45e3355c2caf. > >>>

Re: [FFmpeg-devel] [PATCH]configure: Assume target-os=win32 for toolchain msvc

2022-12-13 Thread Hendrik Leppkes
On Tue, Dec 13, 2022 at 8:02 PM Carl Eugen Hoyos wrote: > > Am So., 27. Nov. 2022 um 18:42 Uhr schrieb Carl Eugen Hoyos > : > > > > Am So., 27. Nov. 2022 um 18:16 Uhr schrieb Hendrik Leppkes > > : > > > > > > On Sun, Nov 27, 2022 at 6:13 PM Carl Eugen Hoyos > > > wrote: > > > > > > > > Hi! > > >

Re: [FFmpeg-devel] [PATCH] avcodec/x86/Makefile: Don't build empty files

2022-12-13 Thread Ronald S. Bultje
Hi, On Tue, Dec 13, 2022 at 2:12 PM Carl Eugen Hoyos wrote: > It does. > (I did not consider this an issue when I saw it.) > > I consider this unmaintainable, an argument that in the past was > used to object significantly more important patches (in cases > where maintenance was imo no problem).

Re: [FFmpeg-devel] [PATCH] swscale/output: Use av_sat_add32 in yuv2rgba64 templates to avoid underflow

2022-12-13 Thread Michael Niedermayer
Hi On Mon, Dec 12, 2022 at 08:08:28PM +, Drew Dunne wrote: > Previously I sent this patch to solve an overflow in these templates. That > patch wasn't used in favor of one that biased the output calculations to > avoid the double clipping. Now I've found an underflow case, which I've put > the

Re: [FFmpeg-devel] [PATCH]configure: Assume target-os=win32 for toolchain msvc

2022-12-13 Thread Carl Eugen Hoyos
Am Di., 13. Dez. 2022 um 20:21 Uhr schrieb Hendrik Leppkes : > > On Tue, Dec 13, 2022 at 8:02 PM Carl Eugen Hoyos wrote: > > > > Am So., 27. Nov. 2022 um 18:42 Uhr schrieb Carl Eugen Hoyos > > : > > > > > > Am So., 27. Nov. 2022 um 18:16 Uhr schrieb Hendrik Leppkes > > > : > > > > > > > > On Sun,

Re: [FFmpeg-devel] [PATCH]configure: Assume target-os=win32 for toolchain msvc

2022-12-13 Thread Timo Rothenpieler
On 13.12.2022 20:00, Carl Eugen Hoyos wrote: Ping. Could you give an example where host-os is not win32 when compiling with msvc? WSL, which I quite regularly use to test MSVC builds. Just need to launch it from inside an msvc shell. ___ ffmpeg-devel

[FFmpeg-devel] [PATCH v6] lavc: convert frame threading to the receive_frame() pattern

2022-12-13 Thread Timo Rothenpieler
From: Anton Khirnov Reorganize the code such that the frame threading code does not call the decoders directly, but instead calls back into the generic decoding code. This avoids duplicating the logic that wraps the decoder invocation and will be useful in the following commits. --- libavcodec/d

Re: [FFmpeg-devel] [PATCH v2 01/13] lavc/hevc_ps: remove profile limitation of pps_range_extensions()

2022-12-13 Thread Wang, Fei W
On Mon, 2022-12-05 at 14:09 +0800, Fei Wang wrote: > Follow spec 7.3.2.3.1. > > Signed-off-by: Fei Wang > --- > update: > 1. fix uninitialized variable which may cause segment fault. Ping for review this patchset. Confirmed with Qemu locally for Loongarch64 with: https://github.com/sunhaiyong19

[FFmpeg-devel] FFMpeg media concatenation issue

2022-12-13 Thread Sagar Upadhyay
Preview attachment ffmpegerror.PNG ffmpegerror.PNG 85 KB Hello, I am using FFmpeg for concatenating videos, images, background images, and set background audio. I have done all things and it's working on my system but while I am using the same command on another system and on the server, it's show

Re: [FFmpeg-devel] FFMpeg media concatenation issue

2022-12-13 Thread jb
Am 14.12.22 um 07:22 schrieb Sagar Upadhyay: Preview attachment ffmpegerror.PNG ffmpegerror.PNG 85 KB Hello, I am using FFmpeg for concatenating videos, images, background images, and set background audio. I have done all things and it's working on my system but while I am using the same comma

Re: [FFmpeg-devel] FFMpeg media concatenation issue

2022-12-13 Thread Sagar Upadhyay
Hello Jonbae, Thank you so much for your quick response, I really appreciate it. Sorry but I am new to ffmpeg and your help is giving me more support on this. But can you please help me with my command string as I am using below string can you please help me with that is that correct or need to c