Timeline



Apr 13, 2025:

11:54 PM Ticket #11271 (How to choose the best hwaccel?) updated by Balling
> ("-f null" of FFmpeg already gives nothing, I believe) It does …
8:49 PM Changeset in ffmpeg [75d5672b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegaudioenc: Rename MPA_encode_* -> mpa_encode_* …
8:49 PM Changeset in ffmpeg [7915e2a0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegaudioenc: Move PutBitContext to stack Avoids keeping …
8:49 PM Changeset in ffmpeg [62e1abcf] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegaudioenc: Don't pad one bit at a time Signed-off-by: …
8:49 PM Changeset in ffmpeg [87f3e209] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegaudioenc: Avoid intermediate buffer We know the final …
8:49 PM Changeset in ffmpeg [6f7ebef] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegaudioenc: Combine writing scale factors Signed-off-by: …
8:49 PM Changeset in ffmpeg [db75955d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegaudioenc_{fixed,float}: Merge encoders Most of the …
8:49 PM Changeset in ffmpeg [13a0d0ad] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegaudioenc_template: Remove always-false branch The sample …
8:49 PM Changeset in ffmpeg [66310f8a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/asf_tags: Deduplicate tags Signed-off-by: Andreas Rheinhardt …
8:49 PM Changeset in ffmpeg [413905bf] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/opus/tab: Deduplicate arrays Signed-off-by: Andreas …
8:49 PM Changeset in ffmpeg [35fcdb2] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
swscale/x86/rgb2rgb: Deduplicate ASM constants Signed-off-by: Andreas …
8:49 PM Changeset in ffmpeg [044bfc77] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/aac{enc,}tab: Deduplicate swb tables Signed-off-by: Andreas …
8:49 PM Changeset in ffmpeg [ab1bc2f7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/aacenc: Remove always-false check The sample rates have …
8:47 PM Changeset in ffmpeg [516bcfc1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/aes: Use #if checks instead of if (ARCH_X86) Reviewed-by: …
8:47 PM Changeset in ffmpeg [f81ace52] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/aes: Make aes_init_static() av_cold Signed-off-by: Andreas …
8:47 PM Changeset in ffmpeg [c8c4e55b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/motionpixels: Avoid av_unused Easily possible now that …
5:46 PM Ticket #11544 (Speex playback (native decoder) stutters 32,000 Hz file) updated by MasterQuestionable
Component, Cc changed
͏    Try "libspeex" instead? ͏    The several built-in codecs seems …
5:09 PM Ticket #11271 (How to choose the best hwaccel?) updated by MasterQuestionable
Cc changed
͏    “Slightly wrong on Windows: pipe "-" is not supposed to be used. …
4:45 PM Ticket #11217 (Output "-ss" memory consumption regression (buffering caused?)) updated by MasterQuestionable
͏    Maybe try "-v debug" and compare the output looking for anomaly?
4:39 PM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) updated by MasterQuestionable
͏    “... ended up recording a still frame of the application. ͏    I …
4:36 PM sub_short.ts attached to Ticket #11545 by kasper93
4:31 PM Ticket #11545 ([dec:libzvbi_teletextdec] Error while opening decoder: Internal bug, ...) created by kasper93
Summary of the bug: After …
4:26 PM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by MasterQuestionable
͏    Off-Topic: ͏    Does simply using "https://flash1.bogulus.cfd/" …
3:31 PM Ticket #11430 ([Regression] Data stream in output may glitch "-stats" display since 7.0) updated by MasterQuestionable
͏= Streams of unequal length may glitch "-stats" display since 7.0 = …
2:43 PM Ticket #6763 (swscale: Out-of-bounds memory accesses) updated by hackerfactor
I just ran into this same problem. `sws_scale(swsctx, …
2:26 PM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) updated by Balling
No, even recording desktop does not work fine. Try to press …
6:49 AM Changeset in ffmpeg [bf327ac6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hq_hqa: Check size before initializing GetByteContext Enables …
6:48 AM Changeset in ffmpeg [16943876] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hq_hqa: Remove implicit always-false checks This decoder has …
6:26 AM Changeset in ffmpeg [c39e23cc] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hq_hqa: Check available date before allocating frame …
6:26 AM Changeset in ffmpeg [c1f124f3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hq_hqa: Use ff_vlc_init_from_lengths() This allows to avoid …
6:25 AM Changeset in ffmpeg [9c0d6145] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hq_hqa: Include implicit +1 run in RL VLC table …
6:25 AM Changeset in ffmpeg [ce0074f9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hq_hqa: Use RL-VLC table This moves indirections to init. …
6:24 AM Changeset in ffmpeg [18309fba] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hq_hqadata: Avoid relocations Initialize a list of 128 …
6:22 AM Changeset in ffmpeg [c12108c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hq_hqa: Don't zero in small chunks, don't zero twice Up until …
6:21 AM Changeset in ffmpeg [12c9ffa] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hq: Include alpha in cbp VLC table Signed-off-by: Andreas …
6:14 AM Changeset in ffmpeg [e38616c4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hq{xvlc,_hqadata}: Deduplicate and hardcode cbp table This …

Apr 12, 2025:

4:23 PM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by pal1000
Reproducer: […] Legal note: Realitatea Plus, a Romanian news TV …
12:28 PM Ticket #8343 (h261dec doesn't mark keyframes) updated by Balling
Fixed in cf1c52c5c6cc82a27080fdaee53354f026401c7f Yay >not, if the …
12:10 PM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) updated by MB SOFT
Replying to malaawar: > Interesting, but it is able to …
8:12 AM Ticket #8343 (h261dec doesn't mark keyframes) closed by mkver
fixed: Implemented in 88d8150de71cdb5588c42027b7fc516049a92c51.
7:58 AM Changeset in ffmpeg [30996b71] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/avcodec: Remove always-false check avcodec_free_context() …
7:58 AM Changeset in ffmpeg [cf1c52c5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/h261dec: Set pict_type during init Signed-off-by: Andreas …
7:58 AM Changeset in ffmpeg [88d8150d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/h261dec: Export key frame information Implements ticket …
7:58 AM Changeset in ffmpeg [6a202c34] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/asvenc: Use tighter MAX_MB_SIZE constant Also document the …
7:57 AM Changeset in ffmpeg [9bb617b3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/asvenc: Don't use FF_INPUT_BUFFER_MIN_SIZE ASV-1/2 does not …

Apr 11, 2025:

10:21 AM Changeset in ffmpeg [b02985b1] by Dmitrii Ovchinnikov <ovchinnikov.dmitrii@gmail.com>
avcodec/amfenc_av1: Add B-frame QP control
9:26 AM Changeset in ffmpeg [f702cf42] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/mediacodecdec: Reset optional fields when parse format Parse …
7:13 AM Ticket #11430 ([Regression] Data stream in output may glitch "-stats" display since 7.0) updated by Denis Filippov
I could add the same case, but in other conditions. It more simplest …
4:24 AM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) updated by malaawar
Replying to MB SOFT: > the solution would be to implement …
4:24 AM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) updated by malaawar
Replying to MB SOFT: > gdigrab cannot grab windows that …
4:13 AM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) updated by malaawar
Replying to MasterQuestionable: > ͏    Log content of …
1:06 AM Changeset in ffmpeg [93ae305c] by softworkz <softworkz@hotmail.com>
fftools/ffprobe: Rename AVTextFormatContext variables (w => tfc) …
1:06 AM Changeset in ffmpeg [15e99b23] by softworkz <softworkz@hotmail.com>
fftools/ffprobe: Rename writer_print_section_* and WriterContext …
1:06 AM Changeset in ffmpeg [d7a3f68f] by softworkz <softworkz@hotmail.com>
fftools/ffprobe: Change to use textformat api Signed-off-by: …
1:06 AM Changeset in ffmpeg [97d680d] by softworkz <softworkz@hotmail.com>
fftools/textformat: Extract and generalize textformat api from …

Apr 10, 2025:

3:03 PM Changeset in ffmpeg [d79e4f6d] by James Almer <jamrial@gmail.com>
tests/fate/checkasm: add the aes test Signed-off-by: James Almer …
3:02 PM Changeset in ffmpeg [a039726] by James Almer <jamrial@gmail.com>
avutil/x86/aes: remove a few branches The rounds value is constant …
1:08 PM Ticket #11544 (Speex playback (native decoder) stutters 32,000 Hz file) updated by sch
Description changed
1:08 PM Ticket #11544 (Speex playback (native decoder) stutters 32,000 Hz file) updated by sch
Component changed
1:06 PM Ticket #11544 (Speex playback (native decoder) stutters 32,000 Hz file) updated by sch
Summary changed
1:06 PM Ticket #11544 (Speex playback (native decoder) stutters 32,000 Hz file) created by sch
Summary of the bug: How to reproduce: Play a Speex file with mpv. …
10:30 AM Changeset in ffmpeg [4d4b301e] by Martin Storsjö <martin@martin.st>
checkasm: hevc_pel: Use helpers for checking for writes out of bounds …
6:52 AM Ticket #11271 (How to choose the best hwaccel?) updated by Balling
Oh, and also there is a bug on Linux vs windows for real time …
6:23 AM Ticket #11271 (How to choose the best hwaccel?) updated by Balling
>command I posted works, so I'm not going to mess with it. It errors …
6:20 AM Ticket #10913 (Generated sdp file missing audio) updated by Jack Lau
i try to reproduce this issue but not meet this problem So can you …
5:06 AM Ticket #11271 (How to choose the best hwaccel?) updated by Mads Johansen
Replying to Balling: > -f null NUL - > > > makes no …
5:04 AM cv hevc_cuvid.txt attached to Ticket #11271 by Mads Johansen
ffmpeg -benchmark -c:v hevc_cuvid -i mandelbrot-yuv420p-2160p.mov -f …
4:55 AM Ticket #11021 (ffplay with nodisp flag on RTSP input fails to open stream) updated by Jack Lau
Hi, I try to reproduce this issue in latest commit but not meet this …
1:01 AM Changeset in ffmpeg [f6cd9bfa] by Michael Niedermayer <michael@niedermayer.cc>
doc/encoders: Document png pred Signed-off-by: Michael Niedermayer …
1:01 AM Changeset in ffmpeg [fbf002db] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/pngenc: set default prediction method to PAETH this is a good …
1:01 AM Changeset in ffmpeg [e47a3c7d] by Michael Niedermayer <michael@niedermayer.cc>
doc/encoders: Document compression_level for PNG Signed-off-by: …
1:01 AM Changeset in ffmpeg [c6a889f3] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/osq: avoid undefined negation Fixes: negation of -2147483648 …
1:01 AM Changeset in ffmpeg [d16a058d] by Michael Niedermayer <michael@niedermayer.cc>
swscale/swscale: Do not crash on floats Fixes: shift exponent 32 is …
1:01 AM Changeset in ffmpeg [ce538ef9] by Michael Niedermayer <michael@niedermayer.cc>
swscale/output: Fix integer overflow in yuv2gbrp_full_X_c() Fixes: …
1:01 AM Changeset in ffmpeg [3aec1f87] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: permit 1024 slices Signed-off-by: Michael …

Apr 9, 2025:

10:34 PM Ticket #11543 (ffplay cannot find initialization section of MPEG-DASH on macOS) updated by Jack Lau
Component, Version, Cc, Status, Owner changed
10:33 PM Ticket #11543 (ffplay cannot find initialization section of MPEG-DASH on macOS) updated by Jack Lau
This patch should fix this bug …
8:59 PM Ticket #11217 (Output "-ss" memory consumption regression (buffering caused?)) updated by Bryce Chester Newman
[…] All the above did was add an additional 10 seconds to the …
7:08 PM Changeset in ffmpeg [00c50a29] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvdec_vc1: add marker insertion logic This mirrors existing …
11:52 AM Changeset in ffmpeg [d073d0d3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dovi_rpuenc: Constify dv_levels Signed-off-by: Andreas …
11:52 AM Changeset in ffmpeg [12672736] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/m[jx]pegdec: Simplify freeing frame Signed-off-by: Andreas …
11:52 AM Changeset in ffmpeg [7ddcd55d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
tests/fate/vcodec: Test "default" Huffman tables, too Since …
11:52 AM Changeset in ffmpeg [31d5686c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avocdec/mjpegenc_huffman: Avoid redundant loop There is no point in …
11:52 AM Changeset in ffmpeg [7ad16a44] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mjpegenc_huffman: Make ff_mjpegenc_huffman_compute_bits() …
11:52 AM Changeset in ffmpeg [a2136d54] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/aacenc_is: Make ff_aac_is_encoding_err() static Possible …
11:52 AM Changeset in ffmpeg [d78cb537] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/hevcdsp: Move to x86/hevc Signed-off-by: Andreas …
11:52 AM Changeset in ffmpeg [05ae73ac] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/hevcdsp: Move macro to dsp_init.c It belongs to the …
11:52 AM Changeset in ffmpeg [35aee3ca] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/hevc/dsp_init: Reindent after the previous commits …
11:52 AM Changeset in ffmpeg [6875f495] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/hevc/dsp_init: Make ff_hevc_put_bi_[eq]?pel* funcs static …
11:52 AM Changeset in ffmpeg [9211abfe] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/hevc/dsp_init: Make ff_hevc_put_[eq]?pel_* static …
11:52 AM Changeset in ffmpeg [3f1aacff] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/hevc/dsp_init: Make ff_hevc_put_uni_[qe]?pel* funcs static …
11:52 AM Changeset in ffmpeg [c34d7731] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/hevc/dsp_init: Make ff_hevc_put_bi_w_* functions static …
11:52 AM Changeset in ffmpeg [0cd67da9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/hevc/dsp_init: Make ff_hevc_put_uni_w_* functions static …
11:52 AM Changeset in ffmpeg [977d65ae] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/hevc/mc: Remove unused functions Saved 11536B here. …
11:52 AM Changeset in ffmpeg [d72a9af5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/celp_math: Mark ff_celp_math_init() as av_cold Also do the …
11:52 AM Changeset in ffmpeg [77b147d3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/lsp: Make ff_acelp_lsp2lpc() static Signed-off-by: Andreas …
11:52 AM Changeset in ffmpeg [2c65d3be] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/celp_math: Reuse ff_scalarproduct_float_c() Signed-off-by: …
11:52 AM Changeset in ffmpeg [159b4828] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/vvc/dsp_init: Make avg wrappers static Signed-off-by: …
11:52 AM Changeset in ffmpeg [5c619da0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/vvc/dsp_init: Make alf wrappers static Signed-off-by: …
11:52 AM Changeset in ffmpeg [ed37a8f7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/vvc/dsp_init: Make ff_vvc_apply_bdof_##bd##_avx2 static …
11:52 AM Changeset in ffmpeg [9ba6f99a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/vvc/dsp_init: Make put wrappers static Signed-off-by: …
11:44 AM Changeset in ffmpeg [aeed747f] by James Almer <jamrial@gmail.com>
avutil/aes: use pthread_once to fill the static tables Signed-off-by: …
11:03 AM Ticket #11271 (How to choose the best hwaccel?) updated by Balling
-f null NUL - makes no sense. - is pipe. NUL is a file (well, …
10:27 AM Ticket #11271 (How to choose the best hwaccel?) updated by Mads Johansen
Replying to Balling: > >On windows I used the following …
9:45 AM Ticket #11271 (How to choose the best hwaccel?) updated by Balling
>On windows I used the following command, changing cuda with the other …
9:45 AM Changeset in ffmpeg [890b8da1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
configure: Allow mixing declarations and statements This C90 rule …
9:45 AM Changeset in ffmpeg [830fab68] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/tests/channel_layout: Improve enum range check Both GCC and …
9:41 AM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) updated by MB SOFT
gdigrab cannot grab windows that contains d3d11 or d3d12 textures, you …
1:38 AM Ticket #4489 (mkv cropping) closed by Bobby Bingham
fixed
1:38 AM Ticket #4489 (mkv cropping) updated by Bobby Bingham
This was fixed in …
12:56 AM Ticket #11543 (ffplay cannot find initialization section of MPEG-DASH on macOS) created by SYamaguchi
Summary of the bug: ffplay fails to play MPEG-DASH on local storage if …
12:12 AM Ticket #11531 ([Regression] AAC audio in RTSP no more muxed with "-c copy") updated by Jack Lau
Resolution changed
i found the root reason after careful research, this indeed a bug …

Apr 8, 2025:

11:43 PM Ticket #11541 (Better warning for silently skipped color primaries meddling?) updated by MasterQuestionable
͏    Probably. ͏    But the whole color primaries thing actually …
10:42 PM Ticket #11541 (Better warning for silently skipped color primaries meddling?) updated by fmnijk
If I specify color space conversion, should the filter automatically …
9:49 PM Ticket #11541 (Better warning for silently skipped color primaries meddling?) updated by Balling
>Probably it indeed supports RGB input Since rather recently yes. …
7:59 PM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) updated by MasterQuestionable
͏    Log content of interest: [[ Opening an input file: …
7:28 PM Ticket #11271 (How to choose the best hwaccel?) closed by Mads Johansen
fixed: As stated above, I created a 3 minute Mandelbrot video in yuv420p, …
6:54 PM Ticket #11217 (Output "-ss" memory consumption regression (buffering caused?)) updated by Bryce Chester Newman
Last I played around with "-filter_threads" and/or …
5:56 PM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) updated by MB SOFT
the solution would be to implement the windows graphics capture api …
5:19 PM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) updated by malaawar
The target app is Blender (a 3D modeling software) Been testing this …
5:11 PM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) updated by MasterQuestionable
͏    Target app? ͏    Tested OS versions? ͏    Cropping the full …
4:59 PM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) updated by malaawar
For my specific use case I need it to record just the target app, …
4:49 PM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) updated by MasterQuestionable
͏    Maybe the target app could reject the display hook? ͏    (try …
4:38 PM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) updated by malaawar
I tried the command while running the command prompt as an …
4:33 PM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) updated by MasterQuestionable
Cc changed
͏    Probably permissions issue? ͏    "shows a black screen recording …
4:12 PM Ticket #11541 (Better warning for silently skipped color primaries meddling?) updated by MasterQuestionable
͏    Well... it appears NVENC was miraculously (erroneously? [1]) …
3:23 PM out1.mkv attached to Ticket #11542 by malaawar
Another example recording of a black screen
3:22 PM out0.mkv attached to Ticket #11542 by malaawar
Example recording: it's recording a still frame of the whole screen …
3:21 PM Ticket #11542 (gdigrab sometimes fails to capture specific windows on some machines) created by malaawar
Summary of the bug: Hello, I am trying to setup ffmpeg to record …
12:44 PM Changeset in ffmpeg [02eda84] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/h264: fix reference reordering Fixes hardware decoders …
11:50 AM Ticket #11541 (Better warning for silently skipped color primaries meddling?) updated by Timo R.
The internal rgb->yuv converter of nvenc is incredibly simplistic, and …
7:00 AM Ticket #11541 (Better warning for silently skipped color primaries meddling?) updated by fmnijk
Here's what I found after analyzing the debug logs with both libx264 …
2:38 AM Changeset in ffmpeg [1e5c65f5] by James Almer <jamrial@gmail.com>
avutil/dict: fix memleak in av_dict_set() Regression since …
1:38 AM Ticket #11541 (Better warning for silently skipped color primaries meddling?) updated by MasterQuestionable
͏    Maybe the encoders after all picked their preferred color …

Apr 7, 2025:

10:48 PM Ticket #11541 (Better warning for silently skipped color primaries meddling?) updated by fmnijk
The EXR file is gbrapf16le. Why when using libx264, ffmpeg …
10:12 PM Ticket #11541 (Better warning for silently skipped color primaries meddling?) updated by MasterQuestionable
Summary, Type, Component, Keywords, Analyzed by developer, Cc changed
͏    The input EXR seems to be of certain RGB colorspace …
6:29 PM Ticket #11541 (Better warning for silently skipped color primaries meddling?) updated by fmnijk
If it's not related to pixel format, why does the color space change …
6:12 PM Ticket #11541 (Better warning for silently skipped color primaries meddling?) updated by Balling
>color space gets incorrectly set to bt470bg instead of bt709 when not …
5:50 PM Ticket #11541 (Better warning for silently skipped color primaries meddling?) updated by fmnijk
Description changed
5:48 PM input_0000.exr attached to Ticket #11541 by fmnijk
5:10 PM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by cgbug
This should be fixed with a whitelist of allowed demuxers rather than …
4:34 PM Ticket #11541 (Better warning for silently skipped color primaries meddling?) updated by fmnijk
Description changed
4:33 PM Ticket #11541 (Better warning for silently skipped color primaries meddling?) updated by fmnijk
Description changed
4:07 PM Ticket #11541 (Better warning for silently skipped color primaries meddling?) created by fmnijk
When using any NVENC encoder (av1_nvenc, hevc_nvenc, h264_nvenc) with …
3:15 PM end of segment.jpg attached to Ticket #11540 by Mike
3:15 PM beginning of the segment.jpg attached to Ticket #11540 by Mike
3:12 PM Ticket #11540 (Audio artifacts in hls/dash segments) updated by Mike
Description changed
3:11 PM Ticket #11540 (Audio artifacts in hls/dash segments) created by Mike
When generating a segmented audio live stream (hls/dash), ffmpeg …
2:50 PM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by MasterQuestionable
͏    I think the first thing would be, to assure the validity of the …
2:34 PM Ticket #11537 (ffmpeg 6.1.3 please?) updated by MasterQuestionable
Cc changed
͏    Quite wondering that, why would some mere arithmetic overflow of …
1:04 PM Ticket #5641 (Support WebVTT according to MKV specs) updated by MasterQuestionable
Cc changed
͏    Relocated: ͏    …
12:51 PM Ticket #11539 (ffmpeg hangs when using gdigrab with show_region on Windows) created by elem
Summary of the bug: How to reproduce: […] Then if you move your …
7:30 AM Ticket #11531 ([Regression] AAC audio in RTSP no more muxed with "-c copy") closed by Jack Lau
wontfix: Replying to HelFix: > > ffmpeg version n7.1-56-gf265f9c9d0 …

Apr 6, 2025:

11:50 PM Ticket #6949 (No support for multiple values in ID3v2.4 tags.) closed by Michael Niedermayer
Fixed by rcombs in 80b77e8e8d0630710ad6069133f397459015f139
11:46 PM Changeset in ffmpeg [f3f1a48a] by Michael Niedermayer <michael@niedermayer.cc>
APIChanges & version bump for AV_DICT_DEDUP Signed-off-by: Michael …
11:02 PM Changeset in ffmpeg [89df6d40] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: Fix remap > 0 with gbrp12, that is non float …
11:02 PM Changeset in ffmpeg [175cd4ce] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: avoid slices larger than 360x288 if no value is …
11:02 PM Changeset in ffmpeg [1b04fb38] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: Remove 65536 pixel per slice limit for remap About …
11:02 PM Changeset in ffmpeg [feceed92] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1: Store slices*planes with the minimum bits needed after …
11:02 PM Changeset in ffmpeg [80b77e8] by Michael Niedermayer <michael@niedermayer.cc>
lavf/id3v2dec: support multiple values and TIPL frames Fixes …
11:02 PM Changeset in ffmpeg [172e7ca6] by Michael Niedermayer <michael@niedermayer.cc>
lavf/metadata: support duplicate keys in ff_metadata_conv …
11:02 PM Changeset in ffmpeg [19e9a203] by Michael Niedermayer <michael@niedermayer.cc>
lavu/dict: add AV_DICT_DEDUP This is useful when multiple metadata …
5:15 PM Ticket #5641 (Support WebVTT according to MKV specs) updated by Michael Niedermayer
Replying to ale5000: > …
5:03 PM Ticket #11444 (Overflow-2 in start_time_realtime calculation in rtsp.c) closed by IncrediBlame
fixed
5:01 PM Ticket #11444 (Overflow-2 in start_time_realtime calculation in rtsp.c) updated by IncrediBlame
Replying to Jack Lau: I cannot reproduce the bug on …
4:53 PM Ticket #11427 (vorbis decoder broken) updated by Michael Niedermayer
Bugfix for this is on ffmpeg-devel
4:52 PM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by Michael Niedermayer
Replying to kasper93: > >??? (btw the 2nd is not a joke, …
2:02 PM Changeset in ffmpeg [779cbc2b] by James Almer <jamrial@gmail.com>
checkasm: add tests for AES Signed-off-by: James Almer <jamrial@gmail.com>
2:02 PM Changeset in ffmpeg [a35b4e8d] by James Almer <jamrial@gmail.com>
avutil/x86/aes: ignore the upper bits in count The argument is an …
1:54 PM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by kasper93
>??? (btw the 2nd is not a joke, that could be done and would be …
1:35 PM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by Michael Niedermayer
Replying to kasper93: > > please try to provide a …
12:39 PM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by kasper93
> please try to provide a replicable testcase. a m3u8 file and a …
12:33 PM Ticket #11388 (Overflow in start_time_realtime calculation in rtsp.c) closed by Jack Lau
fixed: fixed by 6b3f9c2e92ba1973de031554c6929a8eace3c87c
12:30 PM Ticket #11444 (Overflow-2 in start_time_realtime calculation in rtsp.c) updated by Jack Lau
Component, Cc changed
Hi, I'm trying to reproduce this issue, but not meet any wrong …
11:22 AM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by Michael Niedermayer
Please check the patches in this thread: …
11:13 AM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by Michael Niedermayer
Cc changed
11:12 AM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by Michael Niedermayer
Hello, everyone, a few important points: 1. please try to provide a …
10:39 AM Ticket #11477 ("webvtt is not in allowed_extensions" by recent git master versions only) updated by Michael Niedermayer
Replying to MasterQuestionable: > ͏    "website.net" seems …
10:35 AM Ticket #11535 (Fixes for CVE-2023-6602 broke my code) updated by Michael Niedermayer
Cc, Resolution changed
Please provide a reproducable testcase, and please explain why "bin" …
10:34 AM Ticket #11477 ("webvtt is not in allowed_extensions" by recent git master versions only) updated by MasterQuestionable
͏    "website.net" seems like place holder…
10:26 AM Ticket #11203 ("soxr" resampler may hang peculiarly) updated by MasterQuestionable
Reproduced by developer, Analyzed by developer, Summary, Component, Version, Keywords changed
comment:6
10:00 AM Ticket #11477 ("webvtt is not in allowed_extensions" by recent git master versions only) updated by Michael Niedermayer
Cc, Resolution changed
./ffmpeg -http_persistent 0 -extension_picky 0 -i …
9:44 AM Ticket #9608 (AMD hardware decoding unnecessarily frozen playback for recoverable error) updated by MasterQuestionable
͏    You probably should link: ͏    …
9:40 AM Ticket #11500 ("ictcp" colorspace "Function not implemented" unnecessarily failed things) updated by MasterQuestionable
͏    An apparent example of the unnecessary complexity: ͏    Simply …
1:52 AM Ticket #11500 ("ictcp" colorspace "Function not implemented" unnecessarily failed things) updated by Balling
About ictcp/bt709/bt709... Technically ITU tested ICtCp only with PQ, …
12:48 AM Ticket #11500 ("ictcp" colorspace "Function not implemented" unnecessarily failed things) updated by ffmpegScale
THX so much for helping to find the root cause. Waited some time …
Note: See TracTimeline for information about the timeline view.