iklas
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Hi Nicolas
On Thu, Oct 30, 2025 at 08:42:20PM +0100, Nicolas George via ffmpeg-devel wrote:
> Hi.
>
> Michael Niedermayer via ffmpeg-devel (HE12025-10-16):
> > I like that this would result in a steady income stream.
> > I think its a good idea, and iam happy to p
Hi Niklas
On Sat, Nov 01, 2025 at 11:38:46PM +, Niklas Haas via ffmpeg-devel wrote:
> Hi all,
>
> at VDD'25 multiple people discussed interest in the ability to improve the
> filter negotiation around hardware filters; specifically about avoiding
> the need to cons
On Fri, 31 Oct 2025, 17:06 michaelni via ffmpeg-devel, <
[email protected]> wrote:
> PR #20805 opened by michaelni
> URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20805
> Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20805.patch
>
> Fixes: out of array
rules more objective and less personal.
-- Romain
Le lun. 27 oct. 2025 à 18:13, Jean-Baptiste Kempf via ffmpeg-devel <
[email protected]> a écrit :
> Hello Everyone,
>
> Folks, you really should all calm down.
> All this drama does not help the project, nor does it give a g
pref_mask = src_dc->side_data_pref_mask;
#if CONFIG_LIBLCEVC_DEC
av_refstruct_replace(&dst_dc->lcevc.ctx, src_dc->lcevc.ctx);
#endif
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
$([ "${{ matrix.shared }}" != "true" ] || echo --enable-shared
--disable-static) \
|| CFGRES=$? && CFGRES=$?
cat ffbuild/config.log
exit $CFGRES
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
= src->alpha_mode;
+
dst->color_trc = src->color_trc;
dst->colorspace = src->colorspace;
dst->color_range = src->color_range;
--
2.49.1
___________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
"a=group:BUNDLE 0 1\r\n"
+"a=group:BUNDLE %s\r\n"
"a=extmap-allow-mixed\r\n"
"a=msid-semantic: WMS\r\n",
WHIP_SDP_SESSION_ID,
-WHIP_SDP_CREATOR_IP);
+ WHIP_SDP_CREATOR_IP,
+ bundle);
if (whip->audio_
Hi all
On Thu, Oct 16, 2025 at 06:25:00PM +0200, Michael Niedermayer via ffmpeg-devel
wrote:
> Hi everyone
>
> As we all certainly know, this ML since a few months rewrites
> all "From:" headers to "X Y via ffmpeg-devel "
> We changed this because neither m
Hi Lynne
On Tue, Oct 21, 2025 at 04:28:26AM +0200, Lynne via ffmpeg-devel wrote:
[...]
> with issues. I hardly read trac since it has no notifications at all about
> new issues.
There are multiple ways to do this
1.
theres a mailing list that contains all changes to trac including new
| data->frag_obu_size) {
-data->frag_obu_size += obu_size;
-}
+data->frag_obu_size += obu_size;
// fragment not yet finished!
result = -1;
}
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
On Tue, Oct 21, 2025 at 01:03:26PM +0200, Michael Niedermayer via ffmpeg-devel
wrote:
> Hi Lynne
>
> On Tue, Oct 21, 2025 at 04:28:26AM +0200, Lynne via ffmpeg-devel wrote:
> [...]
> > with issues. I hardly read trac since it has no notifications at all about
> > ne
ag
+b79a7ecf125aef1f97c8e9b7df7066a0 *tests/data/lavf/lavf.mov_hybrid_frag
+358464 tests/data/lavf/lavf.mov_hybrid_frag
tests/data/lavf/lavf.mov_hybrid_frag CRC=0xbb2b949b
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
v3.4s, v3.4s, v2.4s
mov w3, #16
--
2.25.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Jamaika1 via ffmpeg-devel (HE12025-10-18):
> PR #20716 opened by Jamaika1
> URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20716
> Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20716.patch
>
>
> >From f1276fe5217d07fda6d7dba77d0740a32d4fdc15 Mon Sep 17 00:00:00
start_t % 1000, end_t / 360, (end_t / 6) % 60,
(end_t / 1000) % 60, end_t % 1000, text_cleaned);
+
+wctx->index++;
} else if (!av_strcasecmp(wctx->format, "json")) {
buf = av_asprintf("{\"start\":%" PRId64 ",\"end\":%" PRId64
",\"text\":\"%s\"}\n", start_t, end_t, text_cleaned);
} else
@@ -265,8 +267,6 @@ static void run_transcription(AVFilterContext *ctx, AVFrame
*frame, int samples)
av_freep(&text_cleaned);
}
-wctx->index++;
-
AVDictionary **metadata = &frame->metadata;
if (metadata && segments_text) {
av_dict_set(metadata, "lavfi.whisper.text", segments_text, 0);
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
ayosec via ffmpeg-devel (HE12025-09-07):
> PR #20458 opened by ayosec
> URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20458
> Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20458.patch
>
> This pull-request adds _drawvg_, a new filter to draw vector graphics on to
On Wed, 22 Oct 2025, Rémi Denis-Courmont via ffmpeg-devel wrote:
If you want to compile AArch64 FFmpeg for use in emulated x86 processes,
then you need a FFmpeg that exposes the same ABI as the x86 FFmpeg.
That's going to require a lot of changes throughout the code base (and I
doubt p
On Fri, 24 Oct 2025, 14:52 michaelni via ffmpeg-devel, <
[email protected]> wrote:
> PR #20746 opened by michaelni
> URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20746
> Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20746.patch
>
> Fixes: memcpy with
Unknown");
+#endif
for (i = 0; i < 32; i++) {
ptl->profile_compatibility_flag[i] = get_bits1(gb);
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
tis 2025-10-21 klockan 04:24 +0200 skrev Lynne via ffmpeg-devel:
> On 20/10/2025 19:50, Tomas Härdin via ffmpeg-devel wrote:
> > Hi
> >
> > I'm writing this email to get a feel for how everyone feels about
> > making more use of C++ in the codebase.
tis 2025-10-21 klockan 22:15 -0500 skrev Romain Beauxis via ffmpeg-
devel:
> I understand the benefit of using higher order APIs borrowed from C++
> but,
> to fully make your case I think it'd be important to know: is it
> possible
> to use STL and avoid linking with libstc+
tis 2025-10-21 klockan 04:24 +0200 skrev Lynne via ffmpeg-devel:
> On 20/10/2025 19:50, Tomas Härdin via ffmpeg-devel wrote:
> > Hi
> >
> > I'm writing this email to get a feel for how everyone feels about
> > making more use of C++ in the codebase.
Hi
On Wed, Oct 22, 2025 at 02:09:32PM +0200, Gregor Riepl via ffmpeg-devel wrote:
> > My main motivation is to be able to use STL, which would simplify
> > string handling and memory management, and give us access to its data
> > structures. Manual memory management has its pl
On 10/20/25 13:50, Tomas Härdin via ffmpeg-devel wrote:
Hi
I'm writing this email to get a feel for how everyone feels about
making more use of C++ in the codebase. I am only proposing using C++
*internally*, and only where it makes sense. I am not suggesting a
"move" to C+
On Mon, Oct 20, 2025 at 1:51 PM Tomas Härdin via ffmpeg-devel
wrote:
>
> Hi
>
> I'm writing this email to get a feel for how everyone feels about
> making more use of C++ in the codebase. I am only proposing using C++
> *internally*, and only where it makes sense. I am n
PR #20751 opened by Shreesh Adiga (tantei3)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20751
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20751.patch
Implemented the algorithm described in the paper titled
"Fast CRC Computation for Generic Polynomials Using PCLMULQDQ Instruction"
b
print_link_formats(log_ctx, AV_LOG_ERROR, link, mergers,
num_mergers);
return AVERROR(EINVAL);
}
@@ -624,7 +629,7 @@ retry:
av_log(log_ctx, AV_LOG_ERROR,
"'%s' filter not present, cannot con
9.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Michael Niedermayer via ffmpeg-devel (HE12025-10-29):
> 1. merge libavdevice and libavformat
Of course we should do that. The split into multiple libraries serves no
purpose, it only makes our work more complicated; the benefits people
think they get from it either are nonexistent or could
book Animal Farm
signature.asc
Description: PGP signature
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
bout ownership, registration, or
association—it is commonly extended to organizations, businesses, or legal
entities."
Kieran
>
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
he national security threats
related to an insecure 5G network, it needs to rethink the extent to which it
values corporate profits and government espionage over security.-Bruce Schneier
signature.asc
Description: PGP signature
_______
ffmpeg-devel mailing
Hi
On Tue, Oct 28, 2025 at 09:48:24AM +0200, Rémi Denis-Courmont via ffmpeg-devel
wrote:
> Hello all,
>
> It has come to the attention of the FFmpeg Community Council that the owner
> of the YouTube channel @t3dotgg is being "doxxed". In consideration of the
> timel
Hi Remi
On Wed, Oct 29, 2025 at 11:31:26PM +0200, Rémi Denis-Courmont via ffmpeg-devel
wrote:
> Le keskiviikkona 29. lokakuuta 2025, 22.38.17 Itä-Euroopan normaaliaika
> Michael Niedermayer via ffmpeg-devel a écrit :
> > > When did that happen?
> >
> > Wed, 31 Jan 20
worldofmaps--- via ffmpeg-devel (HE12025-10-29):
> Since the current FFMPEG twitter account has a lot of engagement and
> has been found funny by a lot, the project should probably have two
> ffmpeg account. One corporate and one with a title like FFPMEG
> Official Satire account or
Hi Remi
On Wed, Oct 29, 2025 at 07:55:09PM +0200, Rémi Denis-Courmont via ffmpeg-devel
wrote:
>
>
> Le 29 octobre 2025 19:09:15 GMT+02:00, Michael Niedermayer via ffmpeg-devel
> a écrit :
> >Does this also apply to the case where kieran doxxed thilo ?
>
> When did t
cenzhanquan1 via ffmpeg-devel (HE12025-10-21):
> 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_gra
e = !duplicate ? AV_PICTURE_TYPE_I : AV_PICTURE_TYPE_P;
+rframe->flags = AV_FRAME_FLAG_KEY * !duplicate;
+
*got_frame = 1;
/* always report that the buffer was completely consumed */
--
2.43.0
_______
ffmpeg-devel mailing list -- ffmpeg-de
return old_codec37(ctx, gb, top, left, w, h); break;
case 45:
- return 0;
+old_codec45(ctx, gb, top, left, 0); break;
case 47:
return old_codec47(ctx, gb, top, left, w, h); break;
case 48:
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
> On Oct 31, 2025, at 03:12, Nicolas George via ffmpeg-devel
> wrote:
>
> cenzhanquan1 via ffmpeg-devel (HE12025-10-21):
>> PR #20731 opened by cenzhanquan1
>> URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20731
>> Patch URL: https://code.ffmpeg.org/F
On 2025-10-31 07:01 am, Michael Niedermayer via ffmpeg-devel wrote:
Hi all
I think ive finally found a way to fix the ffmpeg-devel-owners from
being unsubscribed/disabled due to spam bounces
Lots of spam incoming to ffmpeg-devel.
Regards,
Gyan
Zhao Zhili via ffmpeg-devel (HE12025-10-31):
> Current implementation isn’t a new API, but new flags. It extends the ways to
> traverse a graph.
A new flag is a new API.
> The existing API has the capability to send commands to a specific filter, a
> certain
> type of filter,
Hi Steven
On Thu, Oct 30, 2025 at 03:28:40PM +0800, Steven Liu via ffmpeg-devel wrote:
> Michael Niedermayer via ffmpeg-devel
> 于2025年10月30日周四 09:48写道:
> >
> > Hi all
> >
> > i was talking with a company, who wants to sponsor FFmpeg
> > they asked if they
Hi all
I think ive finally found a way to fix the ffmpeg-devel-owners from
being unsubscribed/disabled due to spam bounces
Let me first explain what the problem is, then how we solved it.
The problem:
1. spam hits ffmpeg-devel-owners
2. our spam filters remove alot but not all spam
3. spam to
0;
sh->slice_temporal_mvp_enabled_flag = 0;
}
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Hi.
Michael Niedermayer via ffmpeg-devel (HE12025-10-16):
> I like that this would result in a steady income stream.
> I think its a good idea, and iam happy to provide companies with
> extended security support on old releases.
I think it is naïve for nerds like us to expect bein
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
ained-meta.ogg -c copy -f ogg
- | $(APITESTSDIR)/api-dump-stream-meta-test$(EXESUF) /dev/stdin
-
FATE_OGG_VORBIS-$(call DEMDEC, OGG, VORBIS) += $(FATE_OGG_VORBIS)
FATE_SAMPLES_DUMP_STREAM_META += $(FATE_OGG_VORBIS-yes)
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
90) {
/* Libplacebo expects the input crop relative to the actual
frame
* dimensions, so un-transpose them here */
FFSWAP(float, image->crop.x0, image->crop.y0);
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
locations as well.
Also, but specific for arm there is a tuned memcpy replacement:
https://github.com/simonjhall/copies-and-fills/
which also speeds up ffmpeg (and of course everything else).
Best from Germany
Thilo
___________
ffmpeg-devel mailing lis
) {
av_log(s->avctx, AV_LOG_ERROR,
"Unknown or unsupported tag %d/0x%0X\n",
--
2.51.0
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
/fftools/ffplay.c
@@ -54,6 +54,7 @@
#include
#include
+#include "android_binder.h"
#include "cmdutils.h"
#include "ffplay_renderer.h"
#include "opt_common.h"
@@ -3892,6 +3893,10 @@ int main(int argc, char **argv)
}
}
+#if defined(__ANDROID__)
+android_binder_th
What's the best way to submit these patches? There is the bug tracker,
there is this
mailing list - what's the best way to contribute them?
Cheers,
Thomas
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an emai
ff --git a/libavformat/oggenc.c b/libavformat/oggenc.c
I would have hoped that whoever pushed this would have fixed the commit
message to include “lavf/oggenc:” at the beginning. Please be more
careful in the future.
Regards,
--
Nicolas George
_______________
ffmpeg-
;color_trc;
+av1->matrixCoefficients =
to_nv_color_matrix(IS_GBRP(ctx->data_pix_fmt) ? AVCOL_SPC_RGB :
avctx->colorspace);
+av1->colorPrimaries = to_nv_color_pri(avctx->color_primaries);
+av1->transferCharacteristics = to_nv_color_trc(avctx->color_trc);
Hi Kieran
On Sat, Nov 01, 2025 at 02:37:45AM +, Kieran Kunhya via ffmpeg-devel wrote:
> On Fri, 31 Oct 2025, 17:06 michaelni via ffmpeg-devel, <
> [email protected]> wrote:
>
> > PR #20805 opened by michaelni
> > URL: https://code.ffmpeg.org/FFmpeg/FFmpe
+size -= 12;
}
if (cbSize > 0) {
ret = ff_get_extradata(s, par, pb, cbSize);
--
2.49.1
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
hould also be done by human hand?
Cheers,
Thomas
On Mon, Nov 10, 2025, 5:04 PM Rémi Denis-Courmont via ffmpeg-devel <
[email protected]> wrote:
> Le lauantaina 8. marraskuuta 2025, 10.34.24 Itä-Euroopan normaaliaika
> Thomas
> Dullien via ffmpeg-devel a écrit :
> > Wha
On Sat, Nov 8, 2025 at 2:31 AM Michael Niedermayer via ffmpeg-devel
wrote:
>
> On Mon, Nov 03, 2025 at 12:07:24PM +0100, Niklas Haas via ffmpeg-devel wrote:
> > Hi all,
> >
> > I travelled to VDD'25 where I held two talks, one of which was directly
> > relate
On Monday, November 10th, 2025 at 10:55 PM, Stefano Sabatini via ffmpeg-devel
wrote:
>
> On Sat, Nov 8, 2025 at 2:31 AM Michael Niedermayer via ffmpeg-devel
> [email protected] wrote:
>
> > On Mon, Nov 03, 2025 at 12:07:24PM +0100, Niklas Haas via ffmpeg-devel
> &
> 在 2025年10月21日,上午1:50,Tomas Härdin via ffmpeg-devel
> 写道:
>
> Hi
>
> I'm writing this email to get a feel for how everyone feels about
> making more use of C++ in the codebase. I am only proposing using C++
> *internally*, and only where it makes sense. I am n
Zhao Zhili via ffmpeg-devel (HE12025-10-21):
> I noticed that the FFmpeg Twitter account posted about this
> discussion. I believe the discussion should remain within the mailing
> list.
Why?
> Please keep in mind that C AND C++ developers make up the largest
> portion of our user
> On Oct 21, 2025, at 22:58, Nicolas George via ffmpeg-devel
> wrote:
>
> Zhao Zhili via ffmpeg-devel (HE12025-10-21):
>> I noticed that the FFmpeg Twitter account posted about this
>> discussion. I believe the discussion should remain within the mailing
>> list
Hi all
On Mon, Oct 20, 2025 at 06:14:47PM +0200, Michael Niedermayer via ffmpeg-devel
wrote:
[...]
> after this Vote, i intend to start one about "migrating tickets."
>
> All GA members can vote, by replying to this mail on ffmpeg-devel,
> duration is 7 days
> I will t
;
os->first_pts = AV_NOPTS_VALUE;
os->max_pts = AV_NOPTS_VALUE;
@@ -1711,7 +1711,7 @@ static int update_stream_extradata(AVFormatContext *s,
OutputStream *os,
memcpy(par->extradata, extradata, extradata_size);
-ff_make_codec_str(s, par, frame_rate, os->code
ons 2025-10-22 klockan 14:09 +0200 skrev Gregor Riepl via ffmpeg-devel:
> > My main motivation is to be able to use STL, which would simplify
> > string handling and memory management, and give us access to its
> > data
> > structures. Manual memory management has its place
ons 2025-10-22 klockan 15:05 +0200 skrev Michael Niedermayer via
ffmpeg-devel:
> One difference that favors lower level languages is that with
> high level languages one looses sight of the cost of operations
>
> Teh closer you are to the implementation of a data structure, like
>
Hi Remi
On Thu, Oct 23, 2025 at 08:41:32PM +0300, Rémi Denis-Courmont via ffmpeg-devel
wrote:
> Le torstaina 23. lokakuuta 2025, 13.49.54 Itä-Euroopan kesäaika Michael
> Niedermayer via ffmpeg-devel a écrit :
> > I ve missed a crucial detail, which only became obvious to me now.
>
Hi Tomas
On Thu, Oct 23, 2025 at 11:49:31PM +0200, Tomas Härdin via ffmpeg-devel wrote:
> ons 2025-10-22 klockan 15:05 +0200 skrev Michael Niedermayer via
> ffmpeg-devel:
> > One difference that favors lower level languages is that with
> > high level languages one looses si
Zhao Zhili via ffmpeg-devel (HE12025-10-21):
> >> I noticed that the FFmpeg Twitter account posted about this
> >> discussion. I believe the discussion should remain within the mailing
> >> list.
> > Why?
> Using an official account to make fun of a technical
On Thu, 23 Oct 2025, Rémi Denis-Courmont via ffmpeg-devel wrote:
Le 23 octobre 2025 00:01:55 GMT+03:00, "Martin Storsjö" a
écrit :
On Wed, 22 Oct 2025, Rémi Denis-Courmont via ffmpeg-devel wrote:
If you want to compile AArch64 FFmpeg for use in emulated x86 processes, then
On Mon, Oct 20, 2025, 12:51 Tomas Härdin via ffmpeg-devel <
[email protected]> wrote:
> Hi
>
> I'm writing this email to get a feel for how everyone feels about
> making more use of C++ in the codebase. I am only proposing using C++
> *internally*, and only wher
Hi Zhao Zhili
On Tue, Oct 21, 2025 at 11:31:02PM +0800, Zhao Zhili via ffmpeg-devel wrote:
>
>
> > On Oct 21, 2025, at 22:58, Nicolas George via ffmpeg-devel
> > wrote:
> >
> > Zhao Zhili via ffmpeg-devel (HE12025-10-21):
> >> I noticed that the F
On Mon, Nov 03, 2025 at 12:07:24PM +0100, Niklas Haas via ffmpeg-devel wrote:
> Hi all,
>
> I travelled to VDD'25 where I held two talks, one of which was directly
> related to FFmpeg. I am hereby requesting reimbursement for my travel
>
m happy to change it to unsigned if you prefer
no reply, will apply
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I am the wisest man alive, for I know one thing, and that is that I know
nothing. -- Socrates
signature.asc
Description: PGP signature
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
buf = av_buffer_create((uint8_t *)frame, sizeof(*frame), free_texture,
NULL, 0);
if (!buf)
goto fail;
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
rized the discussion with Rémi.
// Martin
_______
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
0001-avformat-mpjpegdec-add-support-for-X-Timestamp-and-X-Framerate.patch
Description: Binary data
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
get_packet(s->pb, pkt, size);
@@ -353,6 +407,13 @@ static int mpjpeg_read_packet(AVFormatContext *s, AVPacket
*pkt)
}
}
+ /* Set timestamp from X-Timestamp header if available */
+ if (ret >= 0 && mpjpeg->has_timestamp && s->nb_streams > 0) {
+ AVStream *st = s->streams[0];
+ pkt->pts = av_rescale_q(mpjpeg->timestamp, AV_TIME_BASE_Q, st->time_base);
+ pkt->dts = pkt->pts;
+ }
+
return ret;
}
--
2.50.1 (Apple Git-155)
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
eg->framerate;
+ avpriv_set_pts_info(st, 60, mpjpeg->framerate.den, mpjpeg->framerate.num);
+ mpjpeg->framerate_applied = 1;
+ }
+
if (size > 0) {
/* size has been provided to us in MIME header */
ret = av_get_packet(s->pb, pkt, size);
@@ -353,6 +407,13 @@ static int mpjpeg_read_p
framerate.num);
+mpjpeg->framerate_applied = 1;
+}
+
if (size > 0) {
/* size has been provided to us in MIME header */
ret = av_get_packet(s->pb, pkt, size);
@@ -353,6 +407,13 @@ static int mpjpeg_read_packet(AVFormatContext *s, AVPacket
*pkt)
}
}
Hi Reaxx
On Fri, Nov 07, 2025 at 06:20:38PM +0100, Reaxx via ffmpeg-devel wrote:
> 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 vali
Hi
On Fri, Nov 07, 2025 at 10:19:27PM +0100, Reaxx via ffmpeg-devel wrote:
> Thanks for reviewing and applying the patch. Apologies for the incorrect
> commit message , I appreciate you correcting it. Thanks again
actually, can you check if my commit message is correct before i ap
Hi Reaxx
On Fri, Nov 07, 2025 at 10:49:05PM +0100, Reaxx via ffmpeg-devel wrote:
> Hi Michael,
>
> Yes, the commit message LGTM , Thank you for the detailed explanation and
> for taking the time to review this thoroughly. I appreciate your patience.
patch applied
thx
[...]
_________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
e
#include
-#else
-#include
-#include
-#endif
#include "libavutil/avstring.h"
#include "libavutil/common.h"
#include "libavutil/file.h"
--
2.49.1
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Hi Vladimir
On Sun, Nov 09, 2025 at 02:38:56AM +0200, Vladimir Sobolev via ffmpeg-devel
wrote:
> >From 31d73c6774c1ea6d621db57f26439e297cc23c3d Mon Sep 17 00:00:00 2001
> From: Vladimir Sobolev
> Date: Sun, 9 Nov 2025 02:28:13 +0200
> Subject: [PATCH] avformat/mpjpegdec: ad
On Monday, November 10th, 2025 at 3:09 PM, Thilo Schunck via ffmpeg-devel
wrote:
>
>
> Hi Team!
>
> Apologies for maybe breaking submit rules but as of now I don't know better
> :-)
>
> I figured out on arm "hwdownload" is quite slow.
>
Hi
adding niklas to the CC so its not missed
but i agree the patch LGTM
On Tue, Nov 04, 2025 at 08:52:36PM +0100, Nicolas George via ffmpeg-devel wrote:
> Carl Hetherington via ffmpeg-devel (HE12025-11-03):
> > Since 3b26b782eeded9b9ab7fac013cd1a83a30d68206 it would only look at the
Hi Remi
On Mon, Nov 10, 2025 at 06:03:38PM +0200, Rémi Denis-Courmont via ffmpeg-devel
wrote:
> Le lauantaina 8. marraskuuta 2025, 10.34.24 Itä-Euroopan normaaliaika Thomas
> Dullien via ffmpeg-devel a écrit :
> > What's the best way to submit these patches? There is the bug t
On 2025-11-11 12:19 pm, Rémi Denis-Courmont via ffmpeg-devel wrote:
Le 11 novembre 2025 04:59:42 GMT+02:00, Michael Niedermayer via
ffmpeg-devel a écrit :
Hi Remi
On Mon, Nov 10, 2025 at 06:03:38PM +0200, Rémi Denis-Courmont via ffmpeg-devel
wrote:
Le lauantaina 8. marraskuuta 2025
Hi Mathias
On Wed, Nov 05, 2025 at 12:29:53PM +0100, Mathias Koehler via ffmpeg-devel
wrote:
> The initial out of order check was introduced with commit
> ad29f9e47cb avcodec/tiff: Restrict tag order based on specification
>
> This changes the check to only check against tags th
On 06/11/2025 09:40, Nicolas George via ffmpeg-devel wrote:
Rémi Denis-Courmont (HE12025-11-04):
From a technical standpoint, that seems very agreeable indeed. But at
the same time, it sounds unreasonable to expect that of a bounty
claimant.
Can you elaborate why you think that? We set the
Hello there
I want to unsubscribe from the devel@ffmpeg Mailing list
Thanks
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Pavel Roslyy via ffmpeg-devel (HE12025-11-04):
> The headers that are signed for DKIM can be configured. It is not
> recommended, but if needed you can remove Subject from the list of
> signed headers.
“Eh, Google, can I edit your DKIM settings to exclude the Subject
header, so that w
Timo Rothenpieler via ffmpeg-devel (HE12025-11-06):
> Couldn't we simply have any design-discussions and decisions before the
> bounty is started, so the design becomes part of what the bounty is posted
> for?
Not really, I would say. To paragraph the famous saying “no battle pla
Niklas Haas via ffmpeg-devel (HE12025-11-06):
> PR #20851 opened by Niklas Haas (haasn)
> URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20851
> Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20851.patch
>
> The current code only ever printed the pixel format
Hi James
On Tue, Nov 11, 2025 at 08:19:25PM -0300, James Almer via ffmpeg-devel wrote:
> On 11/11/2025 8:15 PM, Michael Niedermayer via ffmpeg-devel wrote:
> > Hello everyone
> >
> > We have been contacted by Microsoft.
> >
> > Whats your oppinion about putting
3001 - 3100 of 3435 matches
Mail list logo