Re: [FFmpeg-devel] [RFC PATCH 0/2] Make fate tests succeed with zlib-ng

2024-10-19 Thread Alexander Strasser via ffmpeg-devel
On 2024-10-18 15:55 +0100, Derek Buitenhuis wrote: > On 10/18/2024 1:02 PM, Alexander Strasser via ffmpeg-devel wrote: > > Alexander Strasser (2): > > Reapply "tests/fate: disable compression for zlib-based codecs" > > fate: Make it possible to have alternativ

Re: [FFmpeg-devel] [PATCH] lavc/libx265: flag as experimental

2024-10-17 Thread BUCCIANTINI Francesco via ffmpeg-devel
tion will >> be brought to the quite serious issues of that encoder. > > Ok. +1 > > ___ > ffmpeg-deve mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ > > To unsubscribe, visit link above, or emai >

Re: [FFmpeg-devel] [PATCH] avcodec/hw_base_encode: fix use after free on close

2024-10-18 Thread Alexander Strasser via ffmpeg-devel
would look like: next = pic->next; That would be in line with the other 2 similar loops in the file. Alexander _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 3/4] fftools/opt_common: stop accessing a private field

2024-10-18 Thread Alexander Strasser via ffmpeg-devel
On 2024-10-15 21:24 +0200, Anton Khirnov wrote: > Quoting Alexander Strasser via ffmpeg-devel (2024-10-15 21:05:54) > > Still that functionality is useful > > How is it useful? It gives you no actionable information. Seems this was just applied already. FTR and FWIW it was us

Re: [FFmpeg-devel] [External] Re: Question Regarding Removal of Blowfish from libavutil in FFmpeg

2024-10-02 Thread Kumar, Rahul via ffmpeg-devel
3:23 AM To: FFmpeg development discussions and patches Cc: Kumar, Rahul Subject: [External] Re: [FFmpeg-devel] Question Regarding Removal of Blowfish from libavutil in FFmpeg WARNING: This message has originated from an External Source. This may be a phishing email that can result in

Re: [FFmpeg-devel] [PATCH 3/4] fftools/opt_common: stop accessing a private field

2024-10-14 Thread Alexander Strasser via ffmpeg-devel
descr, filter->description); > > } > > #else > > The commit message is not describing this change accurately > > Its not just "not accessing a priavte field", it removes information > from the printed filter list Learning question: How can we see this is a private field? This information was useful. How can we bring it back if we decide it's not OK too test if this field is NULL? Alexander ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

[FFmpeg-devel] [PATCH] Fix incorrect enum type used for a local variable

2024-10-24 Thread Eugene Zemtsov via ffmpeg-devel
SideData *sd_pkt; AVFrameSideData *sd_frame; -- 2.47.0.163.g1226f6d8fa-goog ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ff

Re: [FFmpeg-devel] [PATCH] avcodec/decode: clean-up if get_hw_frames_parameters fails

2024-10-30 Thread Thomas Guillem via ffmpeg-devel
Thanks ! On Wed, Oct 30, 2024, at 14:34, Zhao Zhili wrote: >> On Oct 30, 2024, at 21:19, Thomas Guillem via ffmpeg-devel >> wrote: >> >> Happy monthly anniversary to my not very interesting patch. >> >> FYI, OpenSuse applied it for their ffmpeg b

Re: [FFmpeg-devel] [PATCH 1/5] avutil: add hwcontext_amf.

2024-11-04 Thread Mironov, Mikhail via ffmpeg-devel
er, scaler, color converter, Windows and Linux. With AMF API, integration will be much easier: GPU and the accelerator will have the same API. https://www.amd.com/en/products/accelerators/alveo/ma35d.html Mikhail Mironov _______ ffmpeg-devel mailing list ff

Re: [FFmpeg-devel] [PATCH] Fix crash when trying to get a fragment time for a non-existing fragment

2024-11-05 Thread Eugene Zemtsov via ffmpeg-devel
frag_stream_info->first_tfra_pts != AV_NOPTS_VALUE) > -- > 2.47.0.163.g1226f6d8fa-goog > > -- Thanks, Eugene Zemtsov. _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] Fix incorrect enum type used for a local variable

2024-11-05 Thread Eugene Zemtsov via ffmpeg-devel
gt; AVFrameSideData *sd_frame; > -- > 2.47.0.163.g1226f6d8fa-goog > > -- Thanks, Eugene Zemtsov. _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] avcodec/decode: clean-up if get_hw_frames_parameters fails

2024-10-30 Thread Thomas Guillem via ffmpeg-devel
Happy monthly anniversary to my not very interesting patch. FYI, OpenSuse applied it for their ffmpeg build... On Mon, Oct 14, 2024, at 10:54, Thomas Guillem via ffmpeg-devel wrote: > Ping. > > On Mon, Oct 7, 2024, at 17:43, Thomas Guillem via ffmpeg-devel wrote: >> Fixes the f

Re: [FFmpeg-devel] SIMD Motion Compensation Optimizations

2024-11-11 Thread AV Muppet via ffmpeg-devel
t concerning the original screen grab. However, the actual text of the tweet appears to be highly misleading. "A 94x speed improvement demonstrated using handwritten assembly" _______ ffmpeg-devel mailing list [email protected] https://ff

Re: [FFmpeg-devel] [RFC] dormant git accounts

2024-11-11 Thread Kieran Kunhya via ffmpeg-devel
uot;FFmpeg is yours, that is everyones. try your best to make FFmpeg be the best. Post patches, review patches, apply patches, discuss code and design. Report bugs, bisect, debug and fix bugs, add features, help users. Do friendly merges, and if you like do hostile merges. Its all up to you no

Re: [FFmpeg-devel] [PATCH] Fix incorrect enum type used for a local variable

2024-11-08 Thread Eugene Zemtsov via ffmpeg-devel
; comments or concerns. > > Thank you > -- Thanks, Eugene Zemtsov. _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] Develop FFmpeg through your browser?

2024-11-08 Thread Thilo Borgmann via ffmpeg-devel
riven discussions include the whole chain of argumentation about every aspect for everyone to follow up on - whereas bringing a face-to-face discussion to the ML and then iterate on it looses that whole part of the discussion. -Thilo _______ ffmpeg-

[FFmpeg-devel] SIMD Motion Compensation Optimizations

2024-11-10 Thread AV Muppet via ffmpeg-devel
ay, please advise where I can learn more about the referenced AVX-512 optimizations. I tried searching in the git repo, but was unable to find them. Thanks, in advance. _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listi

Re: [FFmpeg-devel] libavfilter: integral images and minkowski pooling for SSIM - ping

2024-11-09 Thread Kieran Kunhya via ffmpeg-devel
reason we should move to Gitlab. Almost every other day I seem patches corrupted by whitespace because it's hard to send patches to the ML. Kieran > _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] SIMD Motion Compensation Optimizations

2024-11-11 Thread AV Muppet via ffmpeg-devel
onds, you can run the exact commandline shown in the image and see how the relative performance ratios look on your machine. If your CPU lacks AVX-512, you can just compare the performance of C vs SSSE3 and AVX2, which should be more than convincing enough. > well you can come on #ffmpeg-deve

[FFmpeg-devel] [PATCH] Fix crash when trying to get a fragment time for a non-existing fragment

2024-10-24 Thread Eugene Zemtsov via ffmpeg-devel
if (frag_stream_info->first_tfra_pts != AV_NOPTS_VALUE) -- 2.47.0.163.g1226f6d8fa-goog _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-req

Re: [FFmpeg-devel] [RFC] dormant git accounts

2024-11-12 Thread Kieran Kunhya via ffmpeg-devel
; generally > controlled by one person at some level. > It's possible to have entities where no single person is in control. Most importantly though, if one person is in control, it's documented and legally required to be on the public record. Kieran > ______

Re: [FFmpeg-devel] [RFC] dormant git accounts

2024-11-12 Thread Kieran Kunhya via ffmpeg-devel
On Wed, 13 Nov 2024, 00:10 Michael Niedermayer, wrote: > Hi > > On Tue, Nov 12, 2024 at 10:38:09PM +, Kieran Kunhya via ffmpeg-devel > wrote: > > On Tue, 12 Nov 2024, 21:03 Michael Niedermayer, > > wrote: > > > > > On Tue, Nov 12, 2024 at 05:32:40PM +0

Re: [FFmpeg-devel] [PATCH, v3] avcodec/amfenc: increase precision of Sleep() on Windows

2024-10-31 Thread Kieran Kunhya via ffmpeg-devel
e completely unacceptable. This might be acceptable in your binary blob but it's completely unacceptable in FFmpeg. Kieran _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above

Re: [FFmpeg-devel] [PATCH] remove arpi from MAINTAINERS

2024-11-12 Thread Kieran Kunhya via ffmpeg-devel
holson-7a2a3963 This is all well and good but arpi still (potentially?) controls some of our infrastructure yet "hasn't been seen in a while" Tim is active on X: https://x.com/TheExecEditor Kieran ___________ ffmpeg-devel mailing list ffmpeg-dev

[FFmpeg-devel] [PATCH] Use the correct Vulkan NULL type

2024-09-22 Thread nihil-admirari via ffmpeg-devel
&h265_params, .videoSession = ctx->common.session, -.videoSessionParametersTemplate = NULL, +.videoSessionParametersTemplate = VK_NULL_HANDLE, }; /* Create session parameters */ -- 2.43.0 _______ ffmpeg-devel maili

[FFmpeg-devel] [PATCH v2] avcodec/vulkan_encode: Use the correct Vulkan NULL type

2024-09-22 Thread nihil-admirari via ffmpeg-devel
&h265_params, .videoSession = ctx->common.session, -.videoSessionParametersTemplate = NULL, +.videoSessionParametersTemplate = VK_NULL_HANDLE, }; /* Create session parameters */ -- 2.43.0 _______ ffmpeg-devel maili

Re: [FFmpeg-devel] A change in r_frame_rate values after upgrade to FFmpeg 6.1

2024-09-23 Thread Kieran Kunhya via ffmpeg-devel
ing this was previously unreliable, so you'd > sometimes get r_frame_rate equal to the frame rate rather than field > rate. That is not the case anymore. This is bizarre and kafkaesque to say the least. Kieran _______ ffmpeg-devel mailing list ffmp

Re: [FFmpeg-devel] A change in r_frame_rate values after upgrade to FFmpeg 6.1

2024-09-23 Thread Kieran Kunhya via ffmpeg-devel
On Mon, Sep 23, 2024 at 8:56 PM Anton Khirnov wrote: > > Quoting Kieran Kunhya via ffmpeg-devel (2024-09-23 21:30:09) > > > On Mon, Sep 23, 2024 at 4:45 PM Kieran Kunhya via ffmpeg-devel > > > wrote: > > >> > > >> On Mon, Sep 23, 2024 at 3:27 PM

Re: [FFmpeg-devel] A change in r_frame_rate values after upgrade to FFmpeg 6.1

2024-09-23 Thread Kieran Kunhya via ffmpeg-devel
> On Mon, Sep 23, 2024 at 4:45 PM Kieran Kunhya via ffmpeg-devel > wrote: >> >> On Mon, Sep 23, 2024 at 3:27 PM Anton Khirnov wrote: >> > >> > Quoting Antoni Bizoń (2024-09-23 10:09:51) >> > > I understand that the r_frame_rate is the lowest f

Re: [FFmpeg-devel] [RFC] 7.1 Release

2024-09-24 Thread Reto Kromer via ffmpeg-devel
dia.org/wiki/R%C3%B3zsa_P%C3%A9ter) > > ...the "founding mother of recursion theory". ___________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] [PATCH] doc: Add email URLs for Fate sample-request

2024-09-25 Thread Thilo Borgmann via ffmpeg-devel
Am 20.09.24 um 02:50 schrieb Martin Schitter: Because I'm now waiting for one week that someone finally puts my contributed DNxUncompressed sample files to the Fate sample repo (see: https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2024-September/333471.html), [...] I see a v6 version no

[FFmpeg-devel] [PATCH 1/3] - libavcodec/aom_film_grain: Handle byte alignment when multiple film grain parameters sets are present in the bitstream

2024-09-19 Thread Segall, Andrew via ffmpeg-devel
; apply_units_log2; -- 2.46.0 ___________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

[FFmpeg-devel] [PATCH 2/3] - libavcodec/aom_film_grain: Add apply_grain flag

2024-09-19 Thread Segall, Andrew via ffmpeg-devel
x ccacab88fe..f3275923e1 100644 --- a/libavutil/film_grain_params.h +++ b/libavutil/film_grain_params.h @@ -241,6 +241,11 @@ typedef struct AVFilmGrainParams { */ enum AVFilmGrainParamsType type; + /** + * Specifies if film grain parameters are enabled. + */ + int apply_grain; + /** * Seed to use fo

[FFmpeg-devel] [PATCH 3/3] - libavcodec/aom_film_grain: Mark AFGS1 parameters in the current message as eligible for selection

2024-09-19 Thread Segall, Andrew via ffmpeg-devel
ramsType { */ AV_FILM_GRAIN_PARAMS_AV1, + /** + * + */ + AV_FILM_GRAIN_PARAMS_AV1_INACTIVE, + /** * The union is valid when interpreted as AVFilmGrainH274Params (codec.h274) */ -- 2.46.0 ___________ ffmpeg-devel mailing list [email protected] https://ff

Re: [FFmpeg-devel] [PATCH 2/3] - libavcodec/aom_film_grain: Add apply_grain flag

2024-09-20 Thread Segall, Andrew via ffmpeg-devel
On 9/20/24, 12:15 AM, "ffmpeg-devel on behalf of Lynne via ffmpeg-devel" mailto:[email protected]> on behalf of [email protected] <mailto:[email protected]>> wrote: CAUTION: This email originated from outside of the organization. Do no

Re: [FFmpeg-devel] [PATCH] avcodec/decode: clean-up if get_hw_frames_parameters fails

2024-09-30 Thread Thomas Guillem via ffmpeg-devel
cf. https://trac.ffmpeg.org/ticket/11013 On Mon, Sep 30, 2024, at 10:27, Thomas Guillem via ffmpeg-devel wrote: > Fixes the following assert: > > [7f1df83d17e0] vaapi generic error: > avcodec_get_hw_frames_parameters failed: -22 > Assertion p_dst->hwaccel_threadsafe

[FFmpeg-devel] Question Regarding Removal of Blowfish from libavutil in FFmpeg

2024-10-01 Thread Kumar, Rahul via ffmpeg-devel
Rahul ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [RFC] libpostproc splitout

2024-11-07 Thread Kieran Kunhya via ffmpeg-devel
I to send the 15k to FFmpegs fund and not > > to me (if that is possible) > > > > Please tell me which of > > A,A2,B (or some other you prefer) > > > > For 15k one should be able to rewrite the entire library from scratch! > This discussion is a waste of money an

Re: [FFmpeg-devel] GSoC Mentor Summit Reimbursement Request

2024-11-06 Thread Thilo Borgmann via ffmpeg-devel
total well covered by Google's travel stipend. I'll send the compiled SPI forms & invoices to Stefano. Thanks, Thilo _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, vi

Re: [FFmpeg-devel] GSoC Mentor Summit Reimbursement Request

2024-11-06 Thread Thilo Borgmann via ffmpeg-devel
total well covered by Google's travel stipend. I'll send the compiled SPI forms & invoices to Stefano. Thanks, Thilo _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, vi

[FFmpeg-devel] [PATCH v7] avformat/ogg: Add support for embedding cover art in Ogg

2024-11-07 Thread Zsolt Vadász via ffmpeg-devel
c->waiting_pics--; + +/* flush the buffered audio packets */ +if (!c->waiting_pics && + (ret = ogg_queue_flush(s)) < 0) +return ret; +} else +return pkt->size ? ogg_write_packet_internal(s, pkt) : 0; +}

Re: [FFmpeg-devel] GSoC Mentor Summit Reimbursement Request

2024-11-06 Thread Thilo Borgmann via ffmpeg-devel
total well covered by Google's travel stipend. I'll send the compiled SPI forms & invoices to Stefano. Thanks, Thilo _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, vi

Re: [FFmpeg-devel] [PATCH v13 2/8] avcodec/webp: separate VP8 decoding

2024-11-25 Thread Thilo Borgmann via ffmpeg-devel
On 15.11.24 19:52, Thilo Borgmann via ffmpeg-devel wrote: Am 21.06.24 um 13:52 schrieb Anton Khirnov: Quoting Thilo Borgmann via ffmpeg-devel (2024-06-21 12:43:17) From: Thilo Borgmann via ffmpeg-devel ---   libavcodec/webp.c | 50 +--   1 file

Re: [FFmpeg-devel] [PATCH] avformat: add AV1 RTP depacketizer and packetizer

2024-11-25 Thread Tristan Matthews via ffmpeg-devel
ou set it if you're dealing with a FRAME OBU of type 0 (keyframe) or 2 (intra-only)? You'd need to parse the OBU to extract that however. Best, Tristan ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-24 Thread Kieran Kunhya via ffmpeg-devel
On Sun, 24 Nov 2024, 19:09 Michael Niedermayer, wrote: > Hi Kieran > > I think this is off topic for this thread, but i will reply with adjusted > Subject and as a new thread > > On Sun, Nov 24, 2024 at 02:58:29PM +, Kieran Kunhya via ffmpeg-devel > wrote: > >

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-24 Thread Kieran Kunhya via ffmpeg-devel
of new ideas and it's only you and a few others that talk repeatedly about ancient history. It's as if this current setup is highly convenient for you... Kieran _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listin

[FFmpeg-devel] [PATCH] avcodec/pthread_frame: rework assert

2024-11-29 Thread Thomas Guillem via ffmpeg-devel
hwaccel != src->hwaccel)) { ff_hwaccel_uninit(dst); -- 2.45.2 _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] avcodec/pthread_frame: rework assert

2024-11-29 Thread Thomas Guillem via ffmpeg-devel
This patch is an alternative to the patch "avcodec: add avcodec_reset_hw_frames_parameters(): On Fri, Nov 29, 2024, at 09:34, Thomas Guillem via ffmpeg-devel wrote: > avcodec_get_hw_frames_parameters(), called by the user from get_format, > is allocating ctx->internal->hwaccel_p

Re: [FFmpeg-devel] [PATCH] avcodec: add avcodec_reset_hw_frames_parameters()

2024-11-29 Thread Thomas Guillem via ffmpeg-devel
Or you can check the alternative patch: "avcodec/pthread_frame: rework assert" On Thu, Nov 28, 2024, at 16:57, Thomas Guillem via ffmpeg-devel wrote: > usage example: > > AVBufferRef *hwframes_ref; > int ret = avcodec_get_hw_frames_parameters

[FFmpeg-devel] [PATCH] avcodec: uninit hwaccel in case of software decoder

2024-11-29 Thread Thomas Guillem via ffmpeg-devel
setup required. ret = user_choice; +// Remove a potential failed hwaccel context +ff_hwaccel_uninit(avctx); break; } config = &hw_config->public; -- 2.45.2 ___________ ffmpeg-devel mailing list ffm

Re: [FFmpeg-devel] [PATCH] avcodec/pthread_frame: rework assert

2024-11-29 Thread Thomas Guillem via ffmpeg-devel
Sorry for the spam. "avcodec: uninit hwaccel in case of software decoder" is a better version. On Fri, Nov 29, 2024, at 09:37, Thomas Guillem via ffmpeg-devel wrote: > This patch is an alternative to the patch "avcodec: add > avcodec_reset_hw_frames_parameters(): > >

Re: [FFmpeg-devel] [PATCH] doc/infra: List at what companies the name servers are hosted and who provides the servers

2024-11-27 Thread Kieran Kunhya via ffmpeg-devel
On Wed, 27 Nov 2024, 16:56 Michael Niedermayer, wrote: > Hi Kieran > > On Wed, Nov 27, 2024 at 12:01:03AM +, Kieran Kunhya via ffmpeg-devel > wrote: > > On Tue, 26 Nov 2024, 23:32 Michael Niedermayer, > > wrote: > > > > > Signed-off-by: Michael Nied

[FFmpeg-devel] [PATCH] avcodec: add avcodec_reset_hw_frames_parameters()

2024-11-28 Thread Thomas Guillem via ffmpeg-devel
nst FFHWAccel *hwaccel) { -- 2.45.2 _______________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

[FFmpeg-devel] When will the patch mentioned at the following URL be merged into its source code?

2024-11-29 Thread Bryan Kirk via ffmpeg-devel
*subject* https://ffmpeg.org/pipermail/ffmpeg-devel/2024-May/328600.html ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected]

Re: [FFmpeg-devel] Patch for libx265 memory leak

2024-11-16 Thread Timo Rothenpieler via ffmpeg-devel
matches between parallel encodes. So the libx265.c wrapper at least would need to check the already initialized global CTU state, and cleanly error out if it mismatches. Or plain not allow more than exactly one x265 encode. On 11/11/24, 10:46 PM, "ffmpeg-devel on behalf of Damiano Gal

Re: [FFmpeg-devel] [PATCH 3/9] avcodec/webp: Check ref_x/y

2024-11-15 Thread Thilo Borgmann via ffmpeg-devel
: Michael Niedermayer --- libavcodec/webp.c | 3 +++ 1 file changed, 3 insertions(+) Should be ok if tested. -Thilo ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link

Re: [FFmpeg-devel] [PATCH v13 2/8] avcodec/webp: separate VP8 decoding

2024-11-15 Thread Thilo Borgmann via ffmpeg-devel
Am 21.06.24 um 13:52 schrieb Anton Khirnov: Quoting Thilo Borgmann via ffmpeg-devel (2024-06-21 12:43:17) From: Thilo Borgmann via ffmpeg-devel --- libavcodec/webp.c | 50 +-- 1 file changed, 44 insertions(+), 6 deletions(-) diff --git a

Re: [FFmpeg-devel] [PATCH 16/22] avformat/webpenc: Check filesize in trailer

2024-11-15 Thread Thilo Borgmann via ffmpeg-devel
. -Thilo ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 2/3] doc/developer: Document how disagreements should be handled

2024-11-17 Thread Kieran Kunhya via ffmpeg-devel
ent. > > Strongly against. It would lead to the project partitioning into walled > gardens each with its own inconsistent set of rules. > +1 > _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-24 Thread Kieran Kunhya via ffmpeg-devel
. Assume good intentions and avoid escalating > > >conflicts. > > > > That's even worse. We can't control people's opinions to have them assume > > good intentions. That doesn't belong at all. > > The goal isn’t to control opinions but

Re: [FFmpeg-devel] [External] Re: Crash in Niagara Workbench Streaming with FFmpeg 7.0.1+ (H.264 Codec) on Initial Attempts

2024-11-26 Thread Kumar, Rahul via ffmpeg-devel
I tried to stream H264 video outside Niagara(attached file) Looks like it is running there: Can you pls guide how to capture ffmpeg crash specific logs which we are facing in Niagara? Regards, Rahul -Original Message- From: ffmpeg-devel On Behalf Of Frank Plowman Sent: Friday

Re: [FFmpeg-devel] [PATCH] doc/infra: List at what companies the name servers are hosted and who provides the servers

2024-11-26 Thread Kieran Kunhya via ffmpeg-devel
4-11-22", though I accept this could be a coincidence. https://who.is/whois/avcodec.org Regards, Kieran Kunhya ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

[FFmpeg-devel] [PATCH v2 1/3] Reapply "tests/fate: disable compression for zlib-based codecs"

2024-12-01 Thread Alexander Strasser via ffmpeg-devel
g.avi +8a728d2ddfa7d6426c0b86e98936 *tests/data/fate/vsynth_lena-mpng.avi +15278752 tests/data/fate/vsynth_lena-mpng.avi 98d0e2854731472c5bf13d8638502d0a *tests/data/fate/vsynth_lena-mpng.out.rawvideo stddev:1.26 PSNR: 46.10 MAXDIFF: 13 bytes: 7603200/ 7603200 diff --git a/tests/ref/vs

[FFmpeg-devel] [PATCH v2 2/3] fate: Make it possible to have alternative reference files

2024-12-01 Thread Alexander Strasser via ffmpeg-devel
+esac +cmperr=$? +fi + test $err = 0 && err=$cmperr if [ "$report_type" = "ignore" ]; then test $err = 0 || echo "IGNORE\t${test}" && err=0 && unset sig -- ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

[FFmpeg-devel] [PATCH v2 0/3] Make fate tests succeed with zlib-ng

2024-12-01 Thread Alexander Strasser via ffmpeg-devel
iles changed, 161 insertions(+), 84 deletions(-) create mode 100644 tests/ref/fate/mov-cover-image.alt create mode 100644 tests/ref/fate/png-mdcv.alt -- ___________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-deve

[FFmpeg-devel] [PATCH v2 3/3] fate: Add .alt files so all tests pass on Ubuntu 20.04

2024-12-01 Thread Alexander Strasser via ffmpeg-devel
quot; +frames.frame.0.side_data_list.side_data.1.white_point_y="16450/5" +frames.frame.0.side_data_list.side_data.1.min_luminance="50/1" +frames.frame.0.side_data_list.side_data.1.max_luminance="1000/1" -- _______ f

[FFmpeg-devel] [PATCH] avcodec/vvc decode: ALF filtering without CC-ALF

2024-12-02 Thread Chris Warrington via ffmpeg-devel
r system. Do not copy them or disclose the contents to any other person. _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [RFC] STF 2025

2024-11-15 Thread Thilo Borgmann via ffmpeg-devel
Thilo ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 1/2] doc/infra: clarify domain name servers

2024-11-26 Thread Kieran Kunhya via ffmpeg-devel
> wrote: > >> > >>> Signed-off-by: Michael Niedermayer > > [...] > >>> +ns1.avcodec.org master Name server > >>> +ns2.avcodec.org slave Name server > >>> +ns3.avcodec.org slave Name server > Please document who owns avcodec.org and

Re: [FFmpeg-devel] [PATCH] fate: Add a target for listing failed tests

2024-12-01 Thread Alexander Strasser via ffmpeg-devel
le index adb0799328..2c4ad7c18f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -314,7 +314,7 @@ fate-list: @printf '%s\n' $(sort $(FATE)) fate-list-failing: - @cat tests/data/fate/*.rep | cut -f 1-2 -d : | grep -v :0 | sed 's/:.*//;s/^/fate-/' + @awk -F:

[FFmpeg-devel] [PATCH] avcodec/cbs_h266: Fix typo

2024-12-01 Thread Alexander Strasser via ffmpeg-devel
1, 0); +us(hlen, sps_subpic_height_minus1[0], 0, max_height_minus1, 1, 0); else infer(sps_subpic_height_minus1[0], max_height_minus1); if (!current->sps_independent_subpics_flag) { -- _______ ffm

Re: [FFmpeg-devel] [RFC] infrastructure documentation

2024-12-04 Thread Kieran Kunhya via ffmpeg-devel
> > > [email protected]:ffmpeg-internals > > > > can you move doc/infra.txt there. > > if the community wants that, i could > > do people want that ? > > thx > > [...] > > -- > Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB >

Re: [FFmpeg-devel] [PATCH 0/7] RFC: complete rework of s337m support

2024-12-04 Thread Kieran Kunhya via ffmpeg-devel
this case, do you go forwards or go backwards (FYI in Upipe we go backwards) Kieran ___________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 0/7] RFC: complete rework of s337m support

2024-12-05 Thread Kieran Kunhya via ffmpeg-devel
ue). Why not just send the packet with the actual PTS (including the guard band) to Dolby E and then resample there? The resampler needs to handle the NTSC 1601/1602 cadence. Kieran _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [RFC] infrastructure documentation

2024-12-05 Thread Kieran Kunhya via ffmpeg-devel
On Thu, Dec 5, 2024 at 5:04 PM Michael Niedermayer wrote: > > Hi Kieran > > On Wed, Dec 04, 2024 at 09:51:23PM +, Kieran Kunhya via ffmpeg-devel > wrote: > > Hi Michael, > > > > Are you able to document the differences between source.ffmpeg.org and >

Re: [FFmpeg-devel] [PATCH] avcodec/vvc decode: ALF filtering without CC-ALF

2024-12-03 Thread Chris Warrington via ffmpeg-devel
_enabled_flag/sh_alf_cc_cr_enabled_flag or the similar picture header values. _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected]

Re: [FFmpeg-devel] [PATCH] avcodec: uninit hwaccel in case of software decoder

2024-12-06 Thread Thomas Guillem via ffmpeg-devel
Ping. On Fri, Nov 29, 2024, at 11:44, Thomas Guillem via ffmpeg-devel wrote: > avcodec_get_hw_frames_parameters(), called by the user from get_format, > is allocating ctx->internal->hwaccel_priv_data. But the hardware > decoding setup may fail on the user side and it may fallb

Re: [FFmpeg-devel] [PATCH] fate: Add a target for listing failed tests

2024-12-05 Thread Alexander Strasser via ffmpeg-devel
On 2024-12-04 16:07 +0200, Martin Storsjö wrote: > On Sun, 1 Dec 2024, Alexander Strasser via ffmpeg-devel wrote: [...] > > > > Would it be better to use the same description as int fate.texi ? > > Sure, I can add that extra parenthesis. Thanks. [...] > > > +fate

Re: [FFmpeg-devel] [PATCH] avcodec/png{dec, enc}: update mDCV and cLLI chunk capitalization

2024-12-07 Thread Alexander Strasser via ffmpeg-devel
D(mdcv->white_point[1], 5)); > AV_WB32(s->buf + 16, PNG_Q2D(mdcv->max_luminance, 1)); > AV_WB32(s->buf + 20, PNG_Q2D(mdcv->min_luminance, 1)); > -png_write_chunk(&s->bytestream, MKTAG('m', 'D', 'C',

Re: [FFmpeg-devel] [ANNOUNCE] upcoming vote: TC election

2024-12-07 Thread Alexander Strasser via ffmpeg-devel
more than 20 years * I love reading source code * I have a nag at studying languages be it natural ones or programming languages * My day job is not related to FFmpeg or audio/video projects Best regards, Alexander _______ ffmpeg-devel mailing list ff

Re: [FFmpeg-devel] [PATCH] web: Add link to conferences page

2024-12-09 Thread Alexander Strasser via ffmpeg-devel
>Developers > -- Should probably be fine. Maybe wait a few more days for comments. Alexander ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] avcodec/mpeg12dec: fix range for cc_format option

2024-12-28 Thread Kieran Kunhya via ffmpeg-devel
On Tue, Dec 24, 2024 at 9:59 PM Marth64 wrote: > > After support was added for DVB 0502 Closed Caption coding, What is "DVB 0502"? Kieran _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/

Re: [FFmpeg-devel] [PATCH 2/4] doc/faq: Anwser some questions about he GA, which keep popping up

2025-01-06 Thread Kieran Kunhya via ffmpeg-devel
by their employers. > + > @bye > -- > Hi Michael, Can you add that you are exempt from this as you are incorruptible? Regards, Kieran Kunhya > ___________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ff

[FFmpeg-devel] [PATCH 4/4] avfilter/vf_frei0r: support mixer2 and mixer3 plugins

2025-01-01 Thread Stefan Breunig via ffmpeg-devel
0..941b46b148 --- /dev/null +++ b/tests/ref/fate/filter-frei0r-mixer2 @@ -0,0 +1,10 @@ +#tb 0: 1/1 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 320x240 +#sar 0: 1/1 +0, 0, 0, 1, 307200, 0x1fa4a17c +0, 1, 1, 1, 30720

[FFmpeg-devel] [PATCH 3/4] fate/filter-video: add frei0r and frei0r_src tests

2025-01-01 Thread Stefan Breunig via ffmpeg-devel
6, 0xe2b9de94 +0, 3, 3,1, 16, 0xe2b9de94 +0, 4, 4,1, 16, 0xe2b9de94 -- 2.45.2 _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To uns

[FFmpeg-devel] [PATCH 2/4] avfilter/vf_frei0r: fix time when input is realigned

2025-01-01 Thread Stefan Breunig via ffmpeg-devel
ts * av_q2d(inlink->time_base), +s->update(s->instance, time, (const uint32_t *)in->data[0], (uint32_t *)out->data[0]); -- 2.45.2 ___ ffmpeg-devel mailing list [email protected] https:/

[FFmpeg-devel] [PATCH 1/4] avfilter/vf_frei0r: fix time not being passed in seconds

2025-01-01 Thread Stefan Breunig via ffmpeg-devel
(uint32_t *)out->data[0]); -- 2.45.2 ___________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] FFmpeg governance

2025-01-01 Thread Kieran Kunhya via ffmpeg-devel
On Wed, Jan 1, 2025 at 11:10 PM compn wrote: > > On Tue, 31 Dec 2024 17:28:31 +, Kieran Kunhya via ffmpeg-devel > wrote: > > > I personally don't want any control (I am not in GA or CC), I want the > > people to control FFmpeg. > > iirc someone wanted, to

Re: [FFmpeg-devel] [PATCH] configure: Include quotes around pkg_version

2025-01-02 Thread Alexander Strasser via ffmpeg-devel
On 2024-12-28 12:56 +0100, Alexander Strasser via ffmpeg-devel wrote: > On 2024-12-27 08:13 -0500, Leo Izen wrote: [...] > > > > I did a bit of testing and I believe the issue is >=, specifically, it's > > being interpreted as a redirect-out to a file named "=&q

Re: [FFmpeg-devel] [PATCH] avfilter/vf_grayworld: Use the correct pointer for av_log()

2025-01-06 Thread Alexander Strasser via ffmpeg-devel
uot;Gray world color correction works on > linear light only.\n"); > } > > td.in = in; > -- LGTM Alexander ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [RFC PATCH] avformat/rtpdec: fix another int overflow in start_time_realtime

2025-01-06 Thread Alexander Strasser via ffmpeg-devel
objections from other developers. Thanks for submitting this patch! Best regards, Alexander _______________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] avformat/ipfsgateway: fix capitalizaton mistake

2025-01-07 Thread Alexander Strasser via ffmpeg-devel
&h->interrupt_callback, options, > h->protocol_whitelist, > -- Not super urgent but LGTM ;-) Isn't the patch authored by NyanMaths though? Best regards, Alexander _______ ffmpeg-devel mail

Re: [FFmpeg-devel] [PATCH] avformat/mov: merge stts and ctts arrays into one

2025-01-07 Thread Alexander Strasser via ffmpeg-devel
, 11,1, 921600, 0x01a16629 > -- Alexander _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 2/4] doc/faq: Anwser some questions about he GA, which keep popping up

2025-01-07 Thread Alexander Strasser via ffmpeg-devel
t thru as intended with many people. Third, AFAIU this was to start discussing that issue, but I think it's rather weird to to that in this mixed patch series. Not sure how to proceed, but I would think it's better to at least change the subject when discussing this further or maybe start a new thread by optionally quoting this patch. [...] Best regards, Alexander ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 3/4] doc/faq: Document the plan ahead for Governance

2025-01-07 Thread Alexander Strasser via ffmpeg-devel
sion. And would advise the same to proceed here (change subject or start new thread). Best regards, Alexander ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] avutil/frame.h: improve documentation for AV_FRAME_FLAG_LOSSLESS

2025-01-08 Thread Alexander Strasser via ffmpeg-devel
hing new AFAICT. > */ > #define AV_FRAME_FLAG_LOSSLESS(1 << 5) > /** > -- LGTM maybe Marton can also comment. Thanks, Alexander _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] FFmpeg governance and accusations

2024-12-30 Thread Kieran Kunhya via ffmpeg-devel
l exclude them permanently for > all times) > > Also the text quoted from me from years ago saying i would > support passing power on, has expired now, the community back then also is not > the GA now. Hi Michael, What about this quote from https://lists.ffmpeg.org/pipermail/ffm

Re: [FFmpeg-devel] FFmpeg governance and accusations

2024-12-30 Thread Kieran Kunhya via ffmpeg-devel
jury and executioner"? If there was a Nobel Prize for Mental Gymnastics, this email would win. Regards, Kieran Kunhya _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] [RFC] github assembly course ?

2024-12-27 Thread Kieran Kunhya via ffmpeg-devel
ay have seen on IRC I am in the process of writing assembly lessons (which I have shared on IRC). Please could I have access to FFmpeg Github so I can publish some assignments. Regards, Kieran Kunhya ___________ ffmpeg-devel mailing list [email protected] htt

Re: [FFmpeg-devel] Worsening messages

2024-12-27 Thread Kieran Kunhya via ffmpeg-devel
r years. We made a > collective effort when big changes had to be merged, especially the > switch to refcounted frames. > Derek did the merges as well for a while. I'm not going to address the rest of your revisionist history. Kieran > _________

<    14   15   16   17   18   19   20   21   22   23   >