Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: use an int for nb_threads

2025-02-14 Thread James Almer
On 2/14/2025 10:28 PM, Andreas Rheinhardt wrote: James Almer: Removes unnecessary allocations. Signed-off-by: James Almer --- fftools/ffmpeg.h | 2 +- fftools/ffmpeg_filter.c | 16 ++-- fftools/ffmpeg_mux_init.c | 5 ++--- 3 files changed, 9 insertions(+), 14 dele

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: use an int for nb_threads

2025-02-14 Thread Andreas Rheinhardt
James Almer: > Removes unnecessary allocations. > > Signed-off-by: James Almer > --- > fftools/ffmpeg.h | 2 +- > fftools/ffmpeg_filter.c | 16 ++-- > fftools/ffmpeg_mux_init.c | 5 ++--- > 3 files changed, 9 insertions(+), 14 deletions(-) > > diff --git a/fftools/ffmpe

Re: [FFmpeg-devel] Fw: GSoC 2025: Please review your Project Ideas lists

2025-02-14 Thread Steven Liu
Kieran Kunhya 于2025年2月15日 周六06:15写道: > > > On Fri, 14 Feb 2025, 21:29 Steven Liu, wrote: > >> >> >> Kieran Kunhya via ffmpeg-devel 于2025年2月15日 >> 周六04:21写道: >> >>> On Fri, Feb 14, 2025 at 7:28 PM Michael Niedermayer >>> wrote: >>> > >>> > Hi everyone >>> > >>> > Please help improve the gsoc 2025

Re: [FFmpeg-devel] Fw: GSoC 2025: Please review your Project Ideas lists

2025-02-14 Thread Kieran Kunhya via ffmpeg-devel
On Fri, 14 Feb 2025, 21:29 Steven Liu, wrote: > > > Kieran Kunhya via ffmpeg-devel 于2025年2月15日 > 周六04:21写道: > >> On Fri, Feb 14, 2025 at 7:28 PM Michael Niedermayer >> wrote: >> > >> > Hi everyone >> > >> > Please help improve the gsoc 2025 page >> > >> > 2 ideas are missing backup mentors, if y

Re: [FFmpeg-devel] Fw: GSoC 2025: Please review your Project Ideas lists

2025-02-14 Thread Steven Liu
Kieran Kunhya via ffmpeg-devel 于2025年2月15日 周六04:21写道: > On Fri, Feb 14, 2025 at 7:28 PM Michael Niedermayer > wrote: > > > > Hi everyone > > > > Please help improve the gsoc 2025 page > > > > 2 ideas are missing backup mentors, if you are able please > > add yourself to them as backup mentor > >

Re: [FFmpeg-devel] Fw: GSoC 2025: Please review your Project Ideas lists

2025-02-14 Thread Michael Niedermayer
Hi CCing Steven (Mentor of WHIP) and Zhao Jun (Backup Mentor of WHIP) On Fri, Feb 14, 2025 at 08:20:51PM +, Kieran Kunhya via ffmpeg-devel wrote: > On Fri, Feb 14, 2025 at 7:28 PM Michael Niedermayer > wrote: > > > > Hi everyone > > > > Please help improve the gsoc 2025 page > > > > 2 ideas

Re: [FFmpeg-devel] Fw: GSoC 2025: Please review your Project Ideas lists

2025-02-14 Thread Kieran Kunhya via ffmpeg-devel
On Fri, Feb 14, 2025 at 7:28 PM Michael Niedermayer wrote: > > Hi everyone > > Please help improve the gsoc 2025 page > > 2 ideas are missing backup mentors, if you are able please > add yourself to them as backup mentor > > Also please add more ideas! > And help review the page and ideas to ensur

[FFmpeg-devel] Fw: GSoC 2025: Please review your Project Ideas lists

2025-02-14 Thread Michael Niedermayer
Hi everyone Please help improve the gsoc 2025 page 2 ideas are missing backup mentors, if you are able please add yourself to them as backup mentor Also please add more ideas! And help review the page and ideas to ensure it is all in good shape. thx - Forwarded message from summerofcode-no

Re: [FFmpeg-devel] [PATCH v4 3/6] Pass secondary ogg/opus chained streams metadata.

2025-02-14 Thread Romain Beauxis
Le ven. 14 févr. 2025 à 11:55, Lynne a écrit : > > On 14/02/2025 17:50, Romain Beauxis wrote: > > Le ven. 14 févr. 2025 à 10:18, Lynne a écrit : > >> > >> > >> > >> On 14/02/2025 16:48, Romain Beauxis wrote: > >>> Le jeu. 13 févr. 2025 à 17:37, Lynne a écrit : > > > > On 14/0

Re: [FFmpeg-devel] [PATCH v4 3/6] Pass secondary ogg/opus chained streams metadata.

2025-02-14 Thread Lynne
On 14/02/2025 17:50, Romain Beauxis wrote: Le ven. 14 févr. 2025 à 10:18, Lynne a écrit : On 14/02/2025 16:48, Romain Beauxis wrote: Le jeu. 13 févr. 2025 à 17:37, Lynne a écrit : On 14/02/2025 00:27, Romain Beauxis wrote: Le jeu. 13 févr. 2025 à 15:53, Lynne a écrit : On 10/02/202

[FFmpeg-devel] [PATCH 2/2] libavformat/rtsp: Free memory allocated for temporary variables while processing sdp info

2025-02-14 Thread Rashad Tatum
Signed-off-by: Rashad Tatum --- libavformat/rtsp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 0c65f8d1a4..da733938bc 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -478,6 +478,7 @@ static void sdp_parse_line(AVFormatContext *s,

[FFmpeg-devel] [PATCH 1/2] libavformat/rtsp: Make source specific multicast work for rtsp streams

2025-02-14 Thread Rashad Tatum
by first changing the RTSPSource to track the destination address obtained from the source filter. For each RTSPStream, only add the source filter from the sdp if sdp_ip string matches source-filter's destination address. Before issuing the setup request, change the lower_transport to multicast i

Re: [FFmpeg-devel] [PATCH v4 3/6] Pass secondary ogg/opus chained streams metadata.

2025-02-14 Thread Romain Beauxis
Le ven. 14 févr. 2025 à 10:18, Lynne a écrit : > > > > On 14/02/2025 16:48, Romain Beauxis wrote: > > Le jeu. 13 févr. 2025 à 17:37, Lynne a écrit : > >> > >> > >> > >> On 14/02/2025 00:27, Romain Beauxis wrote: > >>> Le jeu. 13 févr. 2025 à 15:53, Lynne a écrit : > > On 10/02/2025 20:

[FFmpeg-devel] [PATCH] fftools/ffmpeg: use an int for nb_threads

2025-02-14 Thread James Almer
Removes unnecessary allocations. Signed-off-by: James Almer --- fftools/ffmpeg.h | 2 +- fftools/ffmpeg_filter.c | 16 ++-- fftools/ffmpeg_mux_init.c | 5 ++--- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index 9439

Re: [FFmpeg-devel] [PATCH v4 3/6] Pass secondary ogg/opus chained streams metadata.

2025-02-14 Thread Lynne
On 14/02/2025 16:48, Romain Beauxis wrote: Le jeu. 13 févr. 2025 à 17:37, Lynne a écrit : On 14/02/2025 00:27, Romain Beauxis wrote: Le jeu. 13 févr. 2025 à 15:53, Lynne a écrit : On 10/02/2025 20:25, Romain Beauxis wrote: These changes parse ogg/opus comment in secondary chained ogg/

Re: [FFmpeg-devel] [PATCH v4 3/6] Pass secondary ogg/opus chained streams metadata.

2025-02-14 Thread Romain Beauxis
Le jeu. 13 févr. 2025 à 17:37, Lynne a écrit : > > > > On 14/02/2025 00:27, Romain Beauxis wrote: > > Le jeu. 13 févr. 2025 à 15:53, Lynne a écrit : > >> > >> On 10/02/2025 20:25, Romain Beauxis wrote: > >>> These changes parse ogg/opus comment in secondary chained ogg/opus > >>> streams and atta

Re: [FFmpeg-devel] [PATCH v7 3/4] avcodec/hevc: Add alpha layer support

2025-02-14 Thread Zhao Zhili
> On Feb 11, 2025, at 23:57, Zhao Zhili wrote: > > > >> On Feb 11, 2025, at 23:37, Andreas Rheinhardt >> wrote: >> >> Zhao Zhili: >>> From: Zhao Zhili >>> >>> Signed-off-by: Zhao Zhili >>> --- >>> libavcodec/hevc/hevcdec.c | 73 ++- >>> libavcodec/hevc

Re: [FFmpeg-devel] [PATCH] avformat/mov: (v4) fix get_eia608_packet

2025-02-14 Thread Pavel Koshevoy
On Thu, Feb 13, 2025, 22:04 Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Pavel Koshevoy: > > The problem is reproducible with "Test for Quicktime 608 CC file.mov" > > from https://samples.ffmpeg.org/MPEG2/subcc/ > > > > ffmpeg -i "Test for Quicktime 608 CC file.mov" -map 0 -c copy

Re: [FFmpeg-devel] [PATCH] avutil/detection_bbox: Cleanup: Remove unneeded bbox_size struct member

2025-02-14 Thread Leandro Santiago
Oh, I see. I had not noticed that AVDetectionBBox was part of the public API, but it now looks obvious to me. Thx for pointing it out. On 2/14/25 10:56, Zhao Zhili wrote: > >> On Feb 14, 2025, at 16:47, Leandro Santiago >> wrote: >> >> There is no need to store this field in the struct, >> as

Re: [FFmpeg-devel] [PATCH] avformat/mov: (v4) fix get_eia608_packet

2025-02-14 Thread Pavel Koshevoy
On Thu, Feb 13, 2025, 22:04 Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Pavel Koshevoy: > > The problem is reproducible with "Test for Quicktime 608 CC file.mov" > > from https://samples.ffmpeg.org/MPEG2/subcc/ > > > > ffmpeg -i "Test for Quicktime 608 CC file.mov" -map 0 -c copy

Re: [FFmpeg-devel] [PATCH] avutil/detection_bbox: Cleanup: Remove unneeded bbox_size struct member

2025-02-14 Thread Zhao Zhili
> On Feb 14, 2025, at 16:47, Leandro Santiago wrote: > > There is no need to store this field in the struct, > as it can be computed as sizeof(AVDetectionBBox). > > Signed-off-by: Leandro Santiago > --- > libavutil/detection_bbox.c | 1 - > libavutil/detection_bbox.h | 7 +-- > 2 files cha

[FFmpeg-devel] [PATCH] avutil/detection_bbox: Cleanup: Remove unneeded bbox_size struct member

2025-02-14 Thread Leandro Santiago
There is no need to store this field in the struct, as it can be computed as sizeof(AVDetectionBBox). Signed-off-by: Leandro Santiago --- libavutil/detection_bbox.c | 1 - libavutil/detection_bbox.h | 7 +-- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/libavutil/detection_bb