[FFmpeg-devel] [PATCH] avformat/dashdec: Fix urls with special characters in manifest (PR #20823)

2025-11-02 Thread Hendi48 via ffmpeg-devel
PR #20823 opened by Hendi48 URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20823 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20823.patch This fixes a long standing bug where URLs with multiple query parameters broke the DASH manifest parser. libxml2 will decode entities when fetching

[FFmpeg-devel] [PATCH] avcodec/x86/mpegvideoencdsp_init: Fix left shift of negative number (PR #20733)

2025-10-21 Thread mkver via ffmpeg-devel
PR #20733 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20733 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20733.patch Uncovered by UBSan when running the mpegvideoencdsp checkasm test. Will apply this tonight unless there are objections. >From 05b8608c76e76b7d8b4ce

[FFmpeg-devel] [PATCH] avfilter: enhance command processing with chain propagation and direction control. (PR #20731)

2025-10-21 Thread cenzhanquan1 via ffmpeg-devel
PR #20731 opened by cenzhanquan1 URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20731 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20731.patch The existing avfilter_process_command and avfilter_graph_send_command havelimitations in command propagation: they only handle commands for in

[FFmpeg-devel] [PATCH] avcodec/liblc3enc: support packed float (AV_SAMPLE_FMT_FLT) input. (PR #20721)

2025-10-19 Thread cenzhanquan1 via ffmpeg-devel
PR #20721 opened by cenzhanquan1 URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20721 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20721.patch Previously, the LC3 encoder only accepted planar float (AV_SAMPLE_FMT_FLTP). This change extends support to packed float (AV_SAMPLE_FMT_FLT) by

[FFmpeg-devel] [PATCH] Remove some 3dnow remnants (PR #20748)

2025-10-24 Thread mkver via ffmpeg-devel
PR #20748 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20748 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20748.patch >From 9a9edd8024bb57fcda318ba5e3f73f8a85611466 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sat, 25 Oct 2025 07:04:39 +0200 Subject: [PAT

[FFmpeg-devel] [PATCH] libavformat/movenc: Output ftyp atom with hybrid_fragmented+delay_moov (PR #20749)

2025-10-25 Thread anthonybajoua via ffmpeg-devel
PR #20749 opened by anthonybajoua URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20749 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20749.patch # Problem * With `hybrid_fragmented` set, when `delay_moov` writes the `ftyp` atom, this is already after the `free` atom. * This is the

[FFmpeg-devel] [PATCH] Revert addition of 420/422 10/12bit MSB-padded pixel formats (PR #20852)

2025-11-06 Thread Lynne via ffmpeg-devel
PR #20852 opened by Lynne URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20852 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20852.patch The confusion arose through a single issue - mpv not correctly playing back 10bit content. We incorrectly assumed that the fault was with us -- we're

[FFmpeg-devel] [PATCH] avcodec/x86/hevc/idct: Port ff_hevc_idct_4x4_dc_{8,10,12}_mmxext to SSE2 (PR #20788)

2025-10-29 Thread mkver via ffmpeg-devel
PR #20788 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20788 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20788.patch Practically no change in benchmarks (and in codesize). hevc_idct_4x4_dc_8_c:7.8 ( 1.00x) hevc_idct_4x4_dc_8_mmxex

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-29 Thread wsbalgotrader--- via ffmpeg-devel
Nobody condoned it, but pointing out how you have had similar posts, and are quick to anger, and jump the gun often, I said it is understandable people thought you were behind it. What I did say is you need to learn to talk in a tone that is better suited to conversations, not accusations and la

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-29 Thread isellthegood--- via ffmpeg-devel
I vote R - Revoke his access, he clearly is not mature enough to handle the internet. ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-29 Thread isellthegood--- via ffmpeg-devel
That's unfortunate, but here we can call you a "motherfer" as much as we want. ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [POLL][VOTE] Revoke social media delegation

2025-10-29 Thread isellthegood--- via ffmpeg-devel
R ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avformat/rtmpproto: consider command line argument lengths (PR #20796)

2025-10-30 Thread michaelni via ffmpeg-devel
PR #20796 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20796 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20796.patch >From 844511d76807d4ad2b248540b20f534bc640540c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 30 Oct 2025 23:05:57 +0100 Subject:

[FFmpeg-devel] [PATCH] libavformat/udp: Fix call to recvfrom(2) (PR #20797)

2025-10-30 Thread desmondliu via ffmpeg-devel
PR #20797 opened by desmondliu URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20797 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20797.patch Last parameter to recvfrom() is not initialized, causing recvfrom() to randomly return EINVAL. Issue was introduced in af04a27893. >From 4348bd

[FFmpeg-devel] [PATCH] WIP, RFC: Avoid reliance on DCE (PR #20793)

2025-10-30 Thread mkver via ffmpeg-devel
PR #20793 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20793 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20793.patch This patchset is a proposal to get rid of our spec-incompliant reliance on dead code elimination. The key to it is a macro IF(CONFIG, cond, code) (co

[FFmpeg-devel] [PATCH] All: Removed reliance on compiler performing dead code elimination, changed various macro constant checks from if() to #if (PR #20794)

2025-10-30 Thread death via ffmpeg-devel
PR #20794 opened by death URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20794 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20794.patch https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20763 No-dead-code-elimination patch, try 2 Verified on various MSVC configurations: x86_32, x86_64, AR

[FFmpeg-devel] 1-833-341-5261 – Qatar Airways Name Change Support

2025-10-31 Thread nathanael--- via ffmpeg-devel
📞 1-833-341-5261 – Qatar Airways Name Change Support & FAQ If you’ve made a mistake while entering your name on a Qatar Airways ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live representative ca

[FFmpeg-devel] Frontier Airlines Customer Contact Numbers in the USA — Complete Step-by-Step Guide

2025-10-31 Thread yanine24--- via ffmpeg-devel
📞 Call Frontier Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Frontier Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-

[FFmpeg-devel] Common Mistakes to Avoid When Calling Condor Airlines

2025-10-31 Thread yanine24--- via ffmpeg-devel
📞 Call Condor Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Condor Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-2

[FFmpeg-devel] vAvelo Airlines Customer Service: Phone Number to Speak with a Real Person

2025-10-31 Thread yanine24--- via ffmpeg-devel
📞 Call Avelo Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Avelo Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-284

[FFmpeg-devel] Get in Touch with a Real Person at Contour Airlines: Customer Service Number

2025-10-31 Thread yanine24--- via ffmpeg-devel
📞 Call Contour Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Contour Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-86

[FFmpeg-devel] Need to Talk to a Live Agent? Aeromexico Airlines Customer Service Phone Number

2025-10-31 Thread yanine24--- via ffmpeg-devel
📞 Call Aeromexico Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Aeromexico Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses

[FFmpeg-devel] How to Reach a Real Person at Spirit Airlines Customer Service

2025-10-31 Thread yanine24--- via ffmpeg-devel
📞 Call Spirit Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Spirit Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-2

[FFmpeg-devel] Contacting Alaska Airlines for Accessibility or Special Assistance

2025-10-31 Thread ufogreen3--- via ffmpeg-devel
📞 Call Alaska Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Alaska Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-2

[FFmpeg-devel] Allegiant Airlines Customer Service: Phone Number to Speak with a Real Person

2025-10-31 Thread ufogreen3--- via ffmpeg-devel
📞 Call Allegiant Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Allegiant Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +

[FFmpeg-devel] How to Contact a Real Person at Volaris Airlines Customer Support

2025-10-31 Thread ufogreen3--- via ffmpeg-devel
📞 Call Volaris Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Volaris Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-86

[FFmpeg-devel] How to Speak with a Live Person at Sun Country Airlines Customer Service

2025-10-31 Thread ufogreen3--- via ffmpeg-devel
📞 Call Sun Country Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Sun Country Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide use

[FFmpeg-devel] Common Mistakes to Avoid When Calling Southwest Airlines

2025-10-31 Thread ufogreen3--- via ffmpeg-devel
📞 Call Southwest Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Southwest Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +

[FFmpeg-devel] Latam Airlines Customer Service: How to Talk to a Real Person Quickly

2025-10-31 Thread ufogreen3--- via ffmpeg-devel
📞 Call Latam Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Latam Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-284

[FFmpeg-devel] How to Correct a Passenger Name on Delta Airlines – Call 1-833-341-5261

2025-10-31 Thread denim32--- via ffmpeg-devel
📞 1-833-341-5261 – Delta Airlines Name Change Support & FAQ If you’ve made a mistake while entering your name on a Delta Airlines ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live representative

[FFmpeg-devel] Quick American Airlines Ticket Cancellation – Dial 1-833-341-5261

2025-10-31 Thread kamren--- via ffmpeg-devel
Cancel American Airlines Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your American Airlines ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Instant Cancellat

[FFmpeg-devel] 1-833-341-5261 Cancel Delta Airlines Flight – Fast Phone Assistance

2025-10-31 Thread kamren--- via ffmpeg-devel
Cancel Delta Airlines Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your Delta Airlines ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Instant Cancellation: S

[FFmpeg-devel] How to Cancel United Airlines Ticket – Call 1-833-341-5261 Today

2025-10-31 Thread kamren--- via ffmpeg-devel
Cancel United Airlines Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your United Airlines ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Instant Cancellation:

[FFmpeg-devel] Cancel Brussels Airlines Flight Fast – Just Call 1-833-341-5261

2025-10-31 Thread kamren--- via ffmpeg-devel
Cancel Brussels Airlines Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your Brussels Airlines ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Instant Cancellat

[FFmpeg-devel] Quick Ethiopian Airlines Ticket Cancellation – Dial 1-833-341-5261

2025-10-31 Thread kamren--- via ffmpeg-devel
Cancel Ethiopian Airlines Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your Ethiopian Airlines ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Instant Cancell

[FFmpeg-devel] Quick Cathay Pacific Airlines Ticket Cancellation – Dial 1-833-341-5261

2025-10-31 Thread stevi61--- via ffmpeg-devel
Cancel Cathay Pacific Airlines Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your Cathay Pacific Airlines ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Insta

[FFmpeg-devel] Need to Cancel Swiss Airlines Ticket? Dial 1-833-341-5261 Now

2025-10-31 Thread stevi61--- via ffmpeg-devel
Cancel Swiss Airlines Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your Swiss Airlines ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Instant Cancellation: S

[FFmpeg-devel] Quick Japan Airlines Ticket Cancellation – Dial 1-833-341-5261

2025-10-31 Thread stevi61--- via ffmpeg-devel
Cancel Japan Airlines Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your Japan Airlines ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Instant Cancellation: S

[FFmpeg-devel] Cancel Your Singapore Airlines Booking by Calling 1-833-341-5261

2025-10-31 Thread stevi61--- via ffmpeg-devel
Cancel Singapore Airlines Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your Singapore Airlines ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Instant Cancell

[FFmpeg-devel] How to Cancel Lot Polish Airlines Ticket – Call 1-833-341-5261 Today

2025-10-31 Thread stevi61--- via ffmpeg-devel
Cancel Lot Polish Airlines Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your Lot Polish Airlines ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Instant Cance

[FFmpeg-devel] Cancel KLM Royal Dutch Airlines Flight Fast – Just Call 1-833-341-5261

2025-10-31 Thread stevi61--- via ffmpeg-devel
Cancel KLM Royal Dutch Airlines Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your KLM Royal Dutch Airlines ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Ins

[FFmpeg-devel] Air New Zealand Name Correction Policy – Dial 1-833-341-5261 for Help

2025-10-31 Thread harsimran01--- via ffmpeg-devel
📞 1-833-341-5261 – Air New Zealand Name Change Support & FAQ If you’ve made a mistake while entering your name on a Air New Zealand ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live representativ

[FFmpeg-devel] 1-833-341-5261 – Easy Steps to Fix a Name on EVA Air Booking

2025-10-31 Thread harsimran01--- via ffmpeg-devel
📞 1-833-341-5261 – EVA Air Name Change Support & FAQ If you’ve made a mistake while entering your name on a EVA Air ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live representative can guide you

[FFmpeg-devel] 1-833-341-5261 – EVA Air Name Change Support

2025-10-31 Thread harsimran01--- via ffmpeg-devel
📞 1-833-341-5261 – EVA Air Name Change Support & FAQ If you’ve made a mistake while entering your name on a EVA Air ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live representative can guide you

[FFmpeg-devel] What to Do If Your Name Is Wrong on a Virgin Atlantic Airways Ticket – Call 1-833-341-5261

2025-10-31 Thread harsimran01--- via ffmpeg-devel
📞 1-833-341-5261 – Virgin Atlantic Airways Name Change Support & FAQ If you’ve made a mistake while entering your name on a Virgin Atlantic Airways ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a liv

[FFmpeg-devel] How to Correct a Passenger Name on Cathay Pacific – Call 1-833-341-5261

2025-10-31 Thread harsimran01--- via ffmpeg-devel
📞 1-833-341-5261 – Cathay Pacific Name Change Support & FAQ If you’ve made a mistake while entering your name on a Cathay Pacific ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live representative

[FFmpeg-devel] Air New Zealand Name Correction Policy – Dial 1-833-341-5261 for Help

2025-10-31 Thread harsimran01--- via ffmpeg-devel
📞 1-833-341-5261 – Air New Zealand Name Change Support & FAQ If you’ve made a mistake while entering your name on a Air New Zealand ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live representativ

[FFmpeg-devel] Can I Fix a Misspelled Name on My Air France Ticket? Call 1-833-341-5261

2025-10-31 Thread harsimran01--- via ffmpeg-devel
📞 1-833-341-5261 – Air France Name Change Support & FAQ If you’ve made a mistake while entering your name on a Air France ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live representative can guid

[FFmpeg-devel] Can I Fix a Misspelled Name on My All Nippon Airways Ticket? Call 1-833-341-5261

2025-10-31 Thread harsimran01--- via ffmpeg-devel
📞 1-833-341-5261 – All Nippon Airways Name Change Support & FAQ If you’ve made a mistake while entering your name on a All Nippon Airways ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live represe

[FFmpeg-devel] How to Correct a Passenger Name on Qantas Airways – Call 1-833-341-5261

2025-10-31 Thread nathanael--- via ffmpeg-devel
📞 1-833-341-5261 – Qantas Airways Name Change Support & FAQ If you’ve made a mistake while entering your name on a Qantas Airways ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live representative

[FFmpeg-devel] British Airways Name Correction Policy – Dial 1-833-341-5261 for Help

2025-10-31 Thread nathanael--- via ffmpeg-devel
📞 1-833-341-5261 – British Airways Name Change Support & FAQ If you’ve made a mistake while entering your name on a British Airways ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live representativ

[FFmpeg-devel] Can I Fix a Misspelled Name on My Kenya Airways Ticket? Call 1-833-341-5261

2025-10-31 Thread nathanael--- via ffmpeg-devel
📞 1-833-341-5261 – Kenya Airways Name Change Support & FAQ If you’ve made a mistake while entering your name on a Kenya Airways ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live representative ca

[FFmpeg-devel] What to Do If Your Name Is Wrong on a Swiss International Airlines Ticket – Call 1-833-341-5261

2025-10-31 Thread nathanael--- via ffmpeg-devel
📞 1-833-341-5261 – Swiss International Airlines Name Change Support & FAQ If you’ve made a mistake while entering your name on a Swiss International Airlines ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, w

[FFmpeg-devel] Need to Change Name on Fiji Airways Ticket? Phone 1-833-341-5261

2025-10-31 Thread nathanael--- via ffmpeg-devel
📞 1-833-341-5261 – Fiji Airways Name Change Support & FAQ If you’ve made a mistake while entering your name on a Fiji Airways ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live representative can

[FFmpeg-devel] Hawaiian Airlines Spelling Mistake on Ticket? Correct It at 1-833-341-5261

2025-10-31 Thread denim32--- via ffmpeg-devel
📞 1-833-341-5261 – Hawaiian Airlines Name Change Support & FAQ If you’ve made a mistake while entering your name on a Hawaiian Airlines ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live represent

[FFmpeg-devel] Name Correction on Iberia Airlines Ticket? Get Help at 1-833-341-5261

2025-10-31 Thread denim32--- via ffmpeg-devel
📞 1-833-341-5261 – Iberia Airlines Name Change Support & FAQ If you’ve made a mistake while entering your name on a Iberia Airlines ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live representativ

[FFmpeg-devel] Can I Update My Name After Booking on Brussels Airlines ? Call 1-833-341-5261

2025-10-31 Thread denim32--- via ffmpeg-devel
📞 1-833-341-5261 – Brussels Airlines Name Change Support & FAQ If you’ve made a mistake while entering your name on a Brussels Airlines ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live represent

[FFmpeg-devel] 1-833-341-5261 – Easy Steps to Fix a Name on Ethiopian Airlines Booking

2025-10-31 Thread denim32--- via ffmpeg-devel
📞 1-833-341-5261 – Ethiopian Airlines Name Change Support & FAQ If you’ve made a mistake while entering your name on a Ethiopian Airlines ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live represe

[FFmpeg-devel] What to Do If Your Name Is Wrong on a Emirates Airlines Ticket – Call 1-833-341-5261

2025-10-31 Thread denim32--- via ffmpeg-devel
📞 1-833-341-5261 – Emirates Airlines Name Change Support & FAQ If you’ve made a mistake while entering your name on a Emirates Airlines ticket, don’t worry — the airline allows corrections under certain conditions. The quickest way to get help is by calling 1-833-341-5261, where a live represent

[FFmpeg-devel] Cancel Your Fiji Airways Booking by Calling 1-833-341-5261

2025-10-31 Thread kamren--- via ffmpeg-devel
Cancel Fiji Airways Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your Fiji Airways ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Instant Cancellation: Speak

[FFmpeg-devel] Cancel Your All Nippon Airways Booking by Calling 1-833-341-5261

2025-10-31 Thread rojelioe5--- via ffmpeg-devel
Cancel All Nippon Airways Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your All Nippon Airways ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Instant Cancell

[FFmpeg-devel] How to Cancel British Airways Ticket – Call 1-833-341-5261 Today

2025-10-31 Thread rojelioe5--- via ffmpeg-devel
Phone Support to Cancel British Airways Flight – 1-833-341-5261 Cancel British Airways Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your British Airways ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live age

[FFmpeg-devel] Cancel Your Virgin Atlantic Airways Booking by Calling 1-833-341-5261

2025-10-31 Thread rojelioe5--- via ffmpeg-devel
Cancel Virgin Atlantic Airways Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your Virgin Atlantic Airways ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Insta

[FFmpeg-devel] Phone Support to Cancel Kenya Airways Flight – 1-833-341-5261

2025-10-31 Thread rojelioe5--- via ffmpeg-devel
Cancel Kenya Airways Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your Kenya Airways ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Instant Cancellation: Spe

[FFmpeg-devel] Need to Cancel Qatar Airways Ticket? Dial 1-833-341-5261 Now

2025-10-31 Thread rojelioe5--- via ffmpeg-devel
Cancel Qatar Airways Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your Qatar Airways ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Instant Cancellation: Spe

[FFmpeg-devel] Cancel Your Qantas Airways Booking by Calling 1-833-341-5261

2025-10-31 Thread rojelioe5--- via ffmpeg-devel
Cancel Qantas Airways Flights – Fast Phone Assistance 📞 1-833-341-5261 Need to cancel your Qantas Airways ticket quickly? Whether it’s for a change of plans or a refund request, calling 📞 1-833-341-5261 connects you with a live agent who can guide you step by step. • Instant Cancellation: S

[FFmpeg-devel] Ryanair Airlines Phone Number for Live Customer Support Assistance

2025-10-31 Thread pompandpower1--- via ffmpeg-devel
📞 Call Ryanair Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Ryanair Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-86

[FFmpeg-devel] Common Mistakes to Avoid When Calling Caribbean Airlines

2025-10-31 Thread pompandpower1--- via ffmpeg-devel
📞 Call Caribbean Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Caribbean Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +

[FFmpeg-devel] How to Contact a Real Person at Porter Airlines Customer Support

2025-10-31 Thread pompandpower1--- via ffmpeg-devel
📞 Call Porter Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Porter Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-2

[FFmpeg-devel] Finnair Customer Contact Numbers in the USA — Complete Step-by-Step Guide

2025-10-31 Thread veta454--- via ffmpeg-devel
📞 Call Finnair Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Finnair in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-284-3022 as the

[FFmpeg-devel] Pegasus Airlines Customer Service: How to Talk to a Real Person Quickly

2025-10-31 Thread efelbhcfgz--- via ffmpeg-devel
📞 Call Pegasus Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Pegasus Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-86

[FFmpeg-devel] Icelandair Customer Contact Numbers in the USA — Complete Step-by-Step Guide

2025-10-31 Thread efelbhcfgz--- via ffmpeg-devel
📞 Call Icelandair Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Icelandair in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-284-3022 a

[FFmpeg-devel] Contacting South African Airlines for Accessibility or Special Assistance

2025-10-31 Thread efelbhcfgz--- via ffmpeg-devel
📞 Call South African Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching South African Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide

[FFmpeg-devel] Virgin Australia Airlines Customer Contact Numbers in the USA — Complete Step-by-Step Guide

2025-10-31 Thread efelbhcfgz--- via ffmpeg-devel
📞 Call Virgin Australia Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Virgin Australia Airlines in the USA with all the numbers and suggestions to get you helped fast. This

[FFmpeg-devel] Royal Brunei Airlines Customer Service: How to Talk to a Real Person Quickly

2025-10-31 Thread xbnmd0eh3k--- via ffmpeg-devel
📞 Call Royal Brunei Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Royal Brunei Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide u

[FFmpeg-devel] Malaysia Airlines Customer Contact Numbers in the USA — Complete Step-by-Step Guide

2025-10-31 Thread xbnmd0eh3k--- via ffmpeg-devel
📞 Call Malaysia Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Malaysia Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-

[FFmpeg-devel] How to Reach a Real Person at Mesa Airlines Customer Service

2025-10-31 Thread xbnmd0eh3k--- via ffmpeg-devel
📞 Call Mesa Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Mesa Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-284-3

[FFmpeg-devel] Contacting Tunisair for Accessibility or Special Assistance

2025-10-31 Thread 2mgsw0e853--- via ffmpeg-devel
📞 Call Tunisair Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Tunisair in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-284-3022 as th

[FFmpeg-devel] How to Contact a Real Person at Austrian Airlines Customer Support

2025-10-31 Thread 2mgsw0e853--- via ffmpeg-devel
📞 Call Austrian Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Austrian Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-

[FFmpeg-devel] Asiana Airlines Phone Number for Live Customer Support Assistance

2025-10-31 Thread 2mgsw0e853--- via ffmpeg-devel
📞 Call Asiana Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Asiana Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-2

[FFmpeg-devel] Need to Talk to a Live Agent? Royal Air Maroc Customer Service Phone Number

2025-10-31 Thread 2mgsw0e853--- via ffmpeg-devel
📞 Call Royal Air Maroc Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Royal Air Maroc in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-2

[FFmpeg-devel] Etihad Airways Customer Contact Numbers in the USA — Complete Step-by-Step Guide

2025-10-31 Thread elizah15--- via ffmpeg-devel
📞 Call Etihad Airways Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Etihad Airways in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-284

[FFmpeg-devel] Copa Airlines Customer Service: Phone Number to Speak with a Real Person

2025-10-31 Thread elizah15--- via ffmpeg-devel
📞 Call Copa Airlines Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Copa Airlines in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-284-3

[FFmpeg-devel] Contacting Thai Airways for Accessibility or Special Assistance

2025-10-31 Thread elizah15--- via ffmpeg-devel
📞 Call Thai Airways Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Thai Airways in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-284-302

[FFmpeg-devel] Envoy Air Phone Number for Live Customer Support Assistance

2025-10-31 Thread veta454--- via ffmpeg-devel
📞 Call Envoy Air Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Envoy Air in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-284-3022 as

[FFmpeg-devel] How to Reach a Real Person at Cayman Airways Customer Service

2025-10-31 Thread veta454--- via ffmpeg-devel
📞 Call Cayman Airways Customer Service at +1-866-284-3022 right away if you need assistance—this is the main U.S. line and is available 24/7. 😊 Here is your complete guide to reaching Cayman Airways in the USA with all the numbers and suggestions to get you helped fast. This guide uses +1-866-284

[FFmpeg-devel] [PATCH] avformat/libopenmpt: implement file reading callbacks (PR #20801)

2025-10-30 Thread paper via ffmpeg-devel
PR #20801 opened by paper URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20801 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20801.patch Before, this code would unnecessarily waste quite a bit of memory reading the entire file in, and in many cases just freeing the result and throwing i

[FFmpeg-devel] [PATCH] avcodec/v4l2_buffers: map additional V4L2 TRCs (PR #20880)

2025-11-09 Thread cgutman via ffmpeg-devel
PR #20880 opened by cgutman URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20880 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20880.patch Adds a few missing `V4L2_XFER_FUNC_` -> `AVCOL_TRC_` mappings. >From 0135c65a0b026d271fba073382fd6a4f83968cb1 Mon Sep 17 00:00:00 2001 From: Camer

[FFmpeg-devel] [PATCH] avcodec/rv60dec: add upper bound check for qp

2025-11-10 Thread Reaxx via ffmpeg-devel
This patch fixes an out-of-bounds read in the RV60 decoder where qp can reach 65, exceeding the rv60_qp_to_idx[64] array bounds. The previous fix (61cbcaf93f) only covered intra frames. This adds validation at the source for all frame types. 0001-avcodec-rv60dec-add-upper-bound-check-for-qp.patch

[FFmpeg-devel] [PATCH] fftools: Fix MediaCodec on Android15+

2025-11-10 Thread xaionaro--- via ffmpeg-devel
From: Dmitrii Okunev On Android15+ MediaCodec HAL backend was switched from HIDL to AIDL. As a result, MediaCodec operations started to hang, see: https://github.com/termux/termux-packages/issues/21264 To fix that it is necessary to initialize binder thread pool. Signed-off-by: Dmitrii Oku

[FFmpeg-devel] [PATCH] Handle errors in ogg reinit, make sure we free private data before new (PR #20877)

2025-11-09 Thread toots via ffmpeg-devel
PR #20877 opened by toots URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20877 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20877.patch >From 389a1df1e310c7a76f857137d321d455271d5719 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Sun, 9 Nov 2025 12:49:32 -0600 Subject: [PATCH] H

[FFmpeg-devel] [PATCH] swscale/yuv2rgb: fix out-of-bounds access with odd srcSliceH in YUV422 (PR #20883)

2025-11-10 Thread thomasdullien via ffmpeg-devel
PR #20883 opened by thomasdullien URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20883 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20883.patch For transparency: I am experimenting with an AI-assisted patch process, where the AI agent attempts to help root-cause analyze a crash by mea

[FFmpeg-devel] [PATCH] Re-initialize stream on new metadata. (PR #20876)

2025-11-09 Thread toots via ffmpeg-devel
PR #20876 opened by toots URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20876 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20876.patch >From e4ae6472ff667d22826a2fb0f48e9bd8e9daa3c2 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Fri, 14 Mar 2025 00:27:04 -0500 Subject: [PATCH]

[FFmpeg-devel] [PATCH] avcodec/rv60dec: Clear blk_info (PR #20878)

2025-11-09 Thread michaelni via ffmpeg-devel
PR #20878 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20878 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20878.patch Fixes: use of uninitialized memory Fixes: 418335931/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RV60_fuzzer-5103986067963904 Found-by: con

[FFmpeg-devel] [PATCH] avcodec/exr: Handle axmax like bxmin in 04d7a6d3db56ea1a93908ff2d3d312e3fc40a58c (PR #20879)

2025-11-09 Thread michaelni via ffmpeg-devel
PR #20879 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20879 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20879.patch Fixes: out of array access Fixes: 418335931/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_EXR_DEC_fuzzer-6718455383654400 Found-by: continuo

[FFmpeg-devel] [PATCH] avcodec/h264idct_template: Deduplicate h264_{luma,chroma}_dc_dequant_idct (PR #20874)

2025-11-09 Thread mkver via ffmpeg-devel
PR #20874 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20874 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20874.patch >From 0b211afaedb40de46b1fd871496b16ba0da3f6c1 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sun, 9 Nov 2025 14:30:00 +0100 Subject: [PATC

[FFmpeg-devel] [PATCH] Ignore unknown blocks in WebVTT decoding (PR #20875)

2025-11-09 Thread socram via ffmpeg-devel
PR #20875 opened by socram URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20875 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20875.patch [As previously discussed in the mailing list](https://ffmpeg.org/pipermail/ffmpeg-devel/2025-July/346806.html) this change makes the decoder ignore

[FFmpeg-devel] [PATCH] Re-initialize stream on new metadata. (PR #20890)

2025-11-10 Thread toots via ffmpeg-devel
PR #20890 opened by toots URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20890 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20890.patch >From 7993a24cf4062fc4ed943ec5f3e66b0bbb325741 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Fri, 14 Mar 2025 00:27:04 -0500 Subject: [PATCH]

[FFmpeg-devel] [PATCH] avcodec/d3d12va_encode: support pre-codec get codec data (PR #20740)

2025-10-23 Thread ArazIusubov via ffmpeg-devel
PR #20740 opened by ArazIusubov URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20740 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20740.patch >From 52bdbbc48ba6a35a5ecae850244833635959ea79 Mon Sep 17 00:00:00 2001 From: Araz Iusubov Date: Thu, 23 Oct 2025 16:40:50 +0200 Subject: [PAT

[FFmpeg-devel] [PATCH] configure: Add mxpeg->hpeldsp dependency (PR #20741)

2025-10-23 Thread mkver via ffmpeg-devel
PR #20741 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20741 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20741.patch Forgotten in 124c856d389af4ca1f6ac914271a892762df269d. >From 0b81f8624e0b23c3edaab2889a5640feb4c13c1d Mon Sep 17 00:00:00 2001 From: Andreas Rheinha

<    4   5   6   7   8   9   10   11   12   13   >