Timeline



May 15, 2025:

11:37 PM Changeset in ffmpeg [505510ac] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo: Move parent to MPVEncContext This is more …
11:37 PM Changeset in ffmpeg [bc81a79] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg4videodec: Move setting has_b_frames to …
11:37 PM Changeset in ffmpeg [2865ebd1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg4videodec,h263dec: Only set skipped_last_frame for …
11:37 PM Changeset in ffmpeg [c37fb99a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/h263dec: Always output next, not current pic when flushing It …
11:37 PM Changeset in ffmpeg [2d4d7df] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg4videodec: Keep skipped_last_frame in sync between threads …
11:37 PM Changeset in ffmpeg [dfb44771] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg4videodec: Don't set chroma matrices unnecessarily Only …
11:37 PM Changeset in ffmpeg [bd6e6495] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo: Move clear_context() to mpeg4videodec.c There is …
11:37 PM Changeset in ffmpeg [83915532] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo_dec: Move memcpy'ing ctx to mpeg4videodec.c When …
11:37 PM Changeset in ffmpeg [65015003] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/svq1enc: Allocate buffers during init Signed-off-by: Andreas …
11:37 PM Changeset in ffmpeg [88ce3dad] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/svq1enc: Remove always-false check The pixel format has …
11:37 PM Changeset in ffmpeg [53a01214] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg12dec: Reinit upon chroma_format change Signed-off-by: …
11:37 PM Changeset in ffmpeg [1f0af6b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg12dec: Don't reinit upon aspect ratio change The spec …
11:37 PM Changeset in ffmpeg [554b52b1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg12dec: Remove disabled frame-threading code The MPEG-1 …
11:37 PM Changeset in ffmpeg [763b7ce] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/rv34: Simplify updating thread context Call …
11:37 PM Changeset in ffmpeg [1d5f660f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo_dec: Notify users of reinit Namely of …
11:37 PM Changeset in ffmpeg [2f971c7f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/ituh263dec: Fix indentation Signed-off-by: Andreas Rheinhardt …
11:37 PM Changeset in ffmpeg [f82a7533] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegvideo: Move [fb]_code to Mpeg4Dec and MPVEncContext It is …
11:37 PM Changeset in ffmpeg [545724f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg4video: Pass parameters directly Namely in …
11:37 PM Changeset in ffmpeg [4e2bac27] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vc1: Remove unused topleft,bottomright fields Signed-off-by: …
11:37 PM Changeset in ffmpeg [728ef224] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vc1: Remove write-only qs_last Write-only since …
11:37 PM Changeset in ffmpeg [6ce86c9c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg4videodec: Permute quant matrices directly upon IDCT …
11:37 PM Changeset in ffmpeg [ca36689b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg4videodec: Set [yd]c_scale_table during init It does not …
11:37 PM Changeset in ffmpeg [476c7016] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpeg_er: Don't zero ThreadFrame* unnecessarily We never set …
11:37 PM Changeset in ffmpeg [3792cf52] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/{x86,mips}/xvididct_init: Remove redundant checks …
9:11 PM Changeset in ffmpeg [1f2b8d72] by softworkz <softworkz@hotmail.com>
fftools/graphprint: Now, make it a Killer-Feature! remember this: -sg …
9:09 PM Changeset in ffmpeg [45926bc0] by softworkz <softworkz@hotmail.com>
fftools/graphprint: Add execution graph printing The key benefits …
9:08 PM Changeset in ffmpeg [50fcc0ce] by softworkz <softworkz@hotmail.com>
fftools/ffmpeg_mux: Make ms_from_ost() inline Signed-off-by: …
9:08 PM Changeset in ffmpeg [517a8055] by softworkz <softworkz@hotmail.com>
fftools/resources: Add resource manager files with build-time …
9:04 PM Changeset in ffmpeg [e2f39671] by softworkz <softworkz@hotmail.com>
avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx() …
9:04 PM Changeset in ffmpeg [34bb7f5d] by softworkz <softworkz@hotmail.com>
fftools/ffmpeg_filter: Move some declaration to new header file to …
9:04 PM Changeset in ffmpeg [b71b444a] by softworkz <softworkz@hotmail.com>
fftools/textformat: Add flags param to function avtext_print_integer() …
9:04 PM Changeset in ffmpeg [bb3a1448] by softworkz <softworkz@hotmail.com>
fftools/tf_internal: Use av_default_item_name Reviewed-by: Stefano …
9:04 PM Changeset in ffmpeg [cee7b8a0] by softworkz <softworkz@hotmail.com>
fftools/textformat: Introduce common header and deduplicate code Also …
9:04 PM Changeset in ffmpeg [e4830b8c] by softworkz <softworkz@hotmail.com>
fftools/textformat: Introduce AVTextFormatOptions for …
9:04 PM Changeset in ffmpeg [4ff90f05] by softworkz <softworkz@hotmail.com>
fftools/avtextformat: Re-use BPrint in loop Instead of initializing a …
9:04 PM Changeset in ffmpeg [d2259287] by softworkz <softworkz@hotmail.com>
fftools/textformat: Rename name param to key for API consistency …
9:04 PM Changeset in ffmpeg [4baeb9ff] by softworkz <softworkz@hotmail.com>
fftools/textformat: Remove unused print_rational() pointer from …
9:04 PM Changeset in ffmpeg [5f90eea8] by softworkz <softworkz@hotmail.com>
fftools/textformat: Apply quality improvements Perform multiple …
9:04 PM Changeset in ffmpeg [8f42d904] by softworkz <softworkz@hotmail.com>
fftools/textformat: Apply formatting and whitespace changes …
2:22 PM Ticket #11590 (Possible bug in Vulkan h264 decoding?) created by Andrew-R
Summary of the bug: How to reproduce: […] I am not sure if I can …
2:19 PM Changeset in ffmpeg [f51c385a] by Michael Niedermayer <michael@niedermayer.cc>
tools/merge-all-source-plugins: Check that there are no uncommited …
2:19 PM Changeset in ffmpeg [a06b86a0] by Michael Niedermayer <michael@niedermayer.cc>
tools/merge-all-source-plugins: Try merging a tag or branch matching …
2:00 PM Ticket #11589 (null check for AVSideDataDescriptor* in ffmpeg_enc.c) closed by mkver
wontfix: av_frame_side_data_desc() is supposed to have a descriptor for every …
12:41 PM Ticket #11588 ([Regression] HW filter-chain stall of FFmpeg 7 threading change) updated by MasterQuestionable
Summary, Version, Keywords, Analyzed by developer, Cc changed
11:27 AM Ticket #11588 ([Regression] HW filter-chain stall of FFmpeg 7 threading change) updated by nyanmisaka
It is best to check whether similar problems exist in other hardware …
10:17 AM Changeset in ffmpeg [12b85353] by Michael Niedermayer <michael@niedermayer.cc>
Add tools/merge-all-source-plugins Simple script to merge all source …
9:39 AM Ticket #11589 (null check for AVSideDataDescriptor* in ffmpeg_enc.c) created by uttam_32472
ffmpeg_enc.c is accessing the struct member without null check. …
9:29 AM Ticket #11588 ([Regression] HW filter-chain stall of FFmpeg 7 threading change) created by uttam_32472
Hi, The provided text describes a technical issue encountered while …
6:28 AM Ticket #11570 (v4l2 1.30 breaks build of 7.1.1) updated by bbhtt
Version changed
6:14 AM Ticket #11570 (v4l2 1.30 breaks build of 7.1.1) updated by bbhtt
Ok I think I see what is happening, ffmpeg is setting HAVE_POSIX_IOCTL …
3:13 AM Ticket #11553 (Suboptimal logic in "ffmpeg_dec.c" may glitch abnormal VP9 decoding) closed by mkver
fixed: Fixed in b18aaf209f007e67ac4490ba5647ea139d1a6dcb.
2:29 AM Ticket #11570 (v4l2 1.30 breaks build of 7.1.1) updated by bbhtt
The posix ioctl check in …
1:03 AM Changeset in ffmpeg [23592f94] by Michael Niedermayer <michael@niedermayer.cc>
swscale/output: fix integer overflow in yuv2rgba64_full_1_c_template() …
1:03 AM Changeset in ffmpeg [05f8c8c4] by Michael Niedermayer <michael@niedermayer.cc>
avformat/matroskadec: check that channels fit in signed 32bit int …
1:03 AM Changeset in ffmpeg [8e6db875] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/takdec: Check remaining space for first predictors Fixes: …
1:03 AM Changeset in ffmpeg [4a9d907b] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/4xm: Check frame_4cc before allocation Fixes: Timeout Fixes: …
1:03 AM Changeset in ffmpeg [8168ebdc] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: Adjust threshold for WEBP Fixes: Timeout …
1:03 AM Changeset in ffmpeg [c06f5b3a] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/svq3: Check there are bits left before decompression Fixes: …
1:03 AM Changeset in ffmpeg [fd0a7927] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/sonic: Check num_taps The encoder uses max 128 taps, which is …
1:03 AM Changeset in ffmpeg [d28bec8] by Michael Niedermayer <michael@niedermayer.cc>
avformat/imf_cpl: fix indention after previous commit
1:03 AM Changeset in ffmpeg [39800d78] by Michael Niedermayer <michael@niedermayer.cc>
avformat/imf_cpl: do not continue looping forever Fixes: infinite …
1:03 AM Changeset in ffmpeg [9fc2702f] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mov: reject negative ELST durations Fixes: multiple integer …
1:03 AM Changeset in ffmpeg [76e29bb8] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dnxuc_parser: Use ff_parse_close() Fixes: buffer leak Fixes: …
1:03 AM Changeset in ffmpeg [6a470469] by Michael Niedermayer <michael@niedermayer.cc>
avformat/avidec: Ignore duplicate GAB2 Fixes: memleak Fixes: …
1:03 AM Changeset in ffmpeg [1a5ed492] by Michael Niedermayer <michael@niedermayer.cc>
MAINTAINERS: Add entry for samples-request This is based on …
1:03 AM Changeset in ffmpeg [a9d39d6e] by Michael Niedermayer <michael@niedermayer.cc>
libavformat/oggdec.{c, h}: Implement packet skip on packet return …
1:03 AM Changeset in ffmpeg [6d54af65] by Michael Niedermayer <michael@niedermayer.cc>
libavformat/oggdec.h: Document packet function return value. …

May 14, 2025:

11:51 PM Changeset in ffmpeg [0d7172a9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cbs: Avoid branch Signed-off-by: Andreas Rheinhardt …
11:51 PM Changeset in ffmpeg [f71d0f05] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/apv_parser: Mark close as av_cold Signed-off-by: Andreas …
11:51 PM Changeset in ffmpeg [d794ecd9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vulkan_encode_hevc: Fix memleak on error Reviewed-by: Lynne …
11:26 PM Changeset in ffmpeg [70fa44df] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vulkan_encode_h264: Fix memleak on error Reviewed-by: Lynne …
11:23 PM Changeset in ffmpeg [b18aaf20] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fftools/ffmpeg_dec: Always receive frames from decoder Up until now …
11:20 PM Changeset in ffmpeg [85887703] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/av1dec: Avoid branch for setting position Signed-off-by: …
11:20 PM Changeset in ffmpeg [c914fd29] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/av1dec: Remove redundant avio_tell() …
8:08 PM Changeset in ffmpeg [889e7f2] by Timo Rothenpieler <timo@rothenpieler.org>
compat/cuda: add device side printf function
4:02 PM Ticket #11482 (Using the shortcut key "f" does not toggle fullscreen when using ffplay) updated by Appaji Chintimi
Just tested with the master branch (latest commit: …
3:58 PM 2025-05-14 21-19-29.mp4 attached to Ticket #11482 by Appaji Chintimi
Screen-recording of ffmpeg's latest trial of F.
3:26 PM Ticket #11482 (Using the shortcut key "f" does not toggle fullscreen when using ffplay) updated by Timo R.
That is an even older version than the one the issue is reported on. …
3:08 PM Ticket #11482 (Using the shortcut key "f" does not toggle fullscreen when using ffplay) updated by Appaji Chintimi
Analyzed by developer changed
3:08 PM Ticket #11482 (Using the shortcut key "f" does not toggle fullscreen when using ffplay) updated by Appaji Chintimi
This is no longer reproducible i.e., Pressing f is correctly …
2:48 PM Ticket #10659 (Converting to ass subtitles results in overlap.) updated by typological
can anyone take a look at the patch? …
1:32 PM Changeset in ffmpeg [3f942013] by James Almer <jamrial@gmail.com>
avformat/iamf_parse: increase PutBytes buffer when writing AAC …
12:55 PM Changeset in ffmpeg [30048358] by Nuo Mi <nuomi2021@gmail.com>
checkasm: hevc sao, use checkasm_check_padded
12:55 PM Changeset in ffmpeg [5150d26e] by Nuo Mi <nuomi2021@gmail.com>
checkasm: hevc sao_edge, benchmarking inside the width loop is meaningless
12:55 PM Changeset in ffmpeg [45bea45c] by Nuo Mi <nuomi2021@gmail.com>
checkasm: add vvc_sao This is a part of Google Summer of Code 2023 …
12:55 PM Changeset in ffmpeg [bed17699] by Nuo Mi <nuomi2021@gmail.com>
x86/vvcdec: sao, add avx2 support This is a part of Google Summer of …
12:55 PM Changeset in ffmpeg [69f63c62] by Nuo Mi <nuomi2021@gmail.com>
x86/hevcdec: refact, remove duplicate code in HEVC_SAO_{BAND, …
12:55 PM Changeset in ffmpeg [dbd859a] by Nuo Mi <nuomi2021@gmail.com>
x86/hevcdec: sao, refact out h26x macros This is a part of Google …
12:55 PM Changeset in ffmpeg [62f3d7e] by Nuo Mi <nuomi2021@gmail.com>
x86/vvcdec: misc, reordered functions in dsp_init for improved readability
3:17 AM Changeset in ffmpeg [038314bc] by James Almer <jamrial@gmail.com>
avcodec/exr: reindent after the previous change Signed-off-by: James …

May 13, 2025:

9:09 PM Ticket #11574 (FFmpeg fails to handle symlinks to video devide) updated by Appaji Chintimi
Fix sent to the mailing list: …
7:52 PM Changeset in ffmpeg [527d5ea] by Mark Thompson <sw@jkqxz.net>
apv_decode: Discard invalid run codes earlier Caught by ubsan - would …
7:26 PM Ticket #11587 (Problem decoding APV (Advanced Professional Video): "pbu_size too large") closed by James
fixed
7:22 PM Ticket #11587 (Problem decoding APV (Advanced Professional Video): "pbu_size too large") updated by jkqxz
Seems to have been fixed by a3c8fba5da690b703dcc72f608ab897fed74e044
6:38 PM Changeset in ffmpeg [1753d41d] by Mark Thompson <sw@jkqxz.net>
fate: Add test for APV 400-10 profile Same setup as the 422-10 …
6:37 PM Changeset in ffmpeg [1ad57a84] by Mark Thompson <sw@jkqxz.net>
lavc: Add unit test for APV entropy decode
6:37 PM Changeset in ffmpeg [a3c8fba5] by Mark Thompson <sw@jkqxz.net>
apv_decode: Multisymbol entropy decode
3:34 PM Ticket #11587 (Problem decoding APV (Advanced Professional Video): "pbu_size too large") updated by MasterQuestionable
Summary, Keywords, Analyzed by developer, Cc changed
͏    …
3:31 PM Ticket #11586 (Blocky artifacts decoding old DV video) updated by katho3d
Thanks, all videos are unprocessed and directly rendered out of an old …
2:08 PM 20010603.avi.xml attached to Ticket #11586 by MasterQuestionable
͏    `ffprobe -hide_banner -threads 0 -show_entries "frame" …
2:07 PM 20010603.avi.txt attached to Ticket #11586 by MasterQuestionable
2:06 PM 20010603.avi#56.webp attached to Ticket #11586 by MasterQuestionable
[[Image( …
2:03 PM Ticket #11586 (Blocky artifacts decoding old DV video) updated by MasterQuestionable
Analyzed by developer, Cc, Summary, Component, Version, Keywords changed
͏    …
12:38 PM Ticket #11087 ([Regression] Inconsistent MP3 detection result since 7.0) closed by Michael Niedermayer
fixed: fixed by xiongweixiao in 8ce32a7cbb17e47e4e7f8a278c5b05cd9e6e967e
12:37 PM Ticket #11496 (MP3 probed as raw VVC format) closed by Michael Niedermayer
fixed: fixed by xiongweixiao in 8ce32a7cbb17e47e4e7f8a278c5b05cd9e6e967e
12:36 PM Ticket #11427 (vorbis decoder broken) closed by Michael Niedermayer
fixed: fixed in fd5a3c5fed2c190446b2beb9bc532887db360cf7
11:55 AM Ticket #11587 (Problem decoding APV (Advanced Professional Video): "pbu_size too large") updated by d.kozinski
Description changed
11:51 AM Ticket #11587 (Problem decoding APV (Advanced Professional Video): "pbu_size too large") updated by d.kozinski
The input file marketplace_1920x1080_400_10-10MB.apv needed to …
11:44 AM ffmpeg-20250513-132123.log attached to Ticket #11587 by d.kozinski
FFREPORT
11:40 AM Ticket #11587 (Problem decoding APV (Advanced Professional Video): "pbu_size too large") created by d.kozinski
During the decoding of the APV stream, errors occur. Summary of the …
8:35 AM Ticket #11557 (Choked loading for bad MPEG-TS delivering (live)) updated by MasterQuestionable
Summary, Component, Keywords changed
͏    Seemingly neither worked. (still "no frame!" alike) ͏    …

May 12, 2025:

11:52 PM Ticket #11357 (Inconsistent when decoding an H.264 bitstream with bi-prediction ...) closed by Michael Niedermayer <michael@niedermayer.cc>
fixed: In [changeset:"74fd2c3ddbaf1fef5c4777784aa72b5747ad389c/ffmpeg"
10:26 PM Changeset in ffmpeg [9980a0b9] by Michael Niedermayer <michael@niedermayer.cc>
avformat/iamfdec: Check side_substream_id before use Fixes: …
10:20 PM Changeset in ffmpeg [74fd2c3d] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/h264_mb: Fix tmp_cr for arm When decoding a bitstream with …
10:08 PM Changeset in ffmpeg [fd5a3c5f] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vorbisdec: Dont treat overread as error This differs from …
9:07 AM Changeset in ffmpeg [8ce32a7c] by Michael Niedermayer <michael@niedermayer.cc>
lavf: vvc_probe: lower probe score for invalid SPS/PPS/IRAP order to …
5:03 AM Changeset in ffmpeg [1cda5fe3] by Zhao Zhili <zhilizhao@tencent.com>
avformat/hls: Return error code when read key file failed …

May 11, 2025:

4:41 PM Changeset in ffmpeg [4014784b] by Marton Balint <cus@passwd.hu>
fftools/ffmpeg: move elapsed time counter to the end of the status …
4:41 PM Changeset in ffmpeg [ce01c7fb] by Marton Balint <cus@passwd.hu>
avformat/wavdec: increase requested probe score for codec probe Codec …
6:33 AM Ticket #11496 (MP3 probed as raw VVC format) updated by Gyan
A malformed or non-compliant VVC stream should still be detected as …
5:18 AM Ticket #11087 ([Regression] Inconsistent MP3 detection result since 7.0) updated by xiongweixiao
Hello, I believe the patch I submitted at …
5:17 AM Ticket #11496 (MP3 probed as raw VVC format) updated by xiongweixiao
Hello, I believe the patch I submitted at …

May 10, 2025:

6:12 PM Ticket #11586 (Blocky artifacts decoding old DV video) created by katho3d
My old Videos are not decoded correctly, the image is blocky and …
9:08 AM Ticket #11557 (Choked loading for bad MPEG-TS delivering (live)) updated by wazer
[…] […] […] […]
3:52 AM Ticket #11583 (Certain AV1 failed "-c copy" for no keyframe was recognized throughout) updated by MasterQuestionable
Summary, Cc changed
͏    Such input is likely itself faulty: ͏    For the whole ~ 23 min …
2:48 AM Ticket #11582 (Please add an option to make the new "elapsed" stat optional) updated by MasterQuestionable
Cc changed
͏    "-stats_elapsed_time" should suffice. ͏    Or probably custom …
2:30 AM Ticket #11581 (WAV demuxer codec probe misdetects PCM data as MP3) updated by MasterQuestionable
Cc changed
͏    Likely relevant: ͏    …
2:14 AM Ticket #11557 (Choked loading for bad MPEG-TS delivering (live)) updated by MasterQuestionable
͏    Very much mere derivative from the previous: ͏    |1| `ffmpeg -v …

May 9, 2025:

8:36 PM Ticket #9408 (WASAPI Audio Input/Output Support) updated by Juan Domingo
ヽ༼ຈل͜ຈ༽ノ currently requesting for WASAPI ヽ༼ຈل͜ຈ༽ノ I need it for ... a …
8:32 PM Ticket #9408 (WASAPI Audio Input/Output Support) updated by Federico Gratti
It would be great to have WASAPI on ffmpeg. Mainly to capture loopback …
8:27 PM Changeset in ffmpeg [4e5523c9] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/hevc/ps: Fix dependant layer id check Fixes: shift exponent …
8:27 PM Changeset in ffmpeg [9230c93c] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/rv60dec: inter also fails with qp >= 32 Fixes: out of array …
8:27 PM Changeset in ffmpeg [ce1fd73d] by Michael Niedermayer <michael@niedermayer.cc>
avformat/iff: Check nb_channels == 0 in MHDR Fixes: division by 0 …
8:26 PM Changeset in ffmpeg [43926e02] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mmvideo: fix palette index Fixes: …
4:31 PM Ticket #11585 (Error converting 10bit to 8bit and vice-versa (Operation not supported)) created by Paul Pacifico
Summary of the bug: I can't convert between colorspaces with the …
4:17 PM Changeset in ffmpeg [aeea2def] by Leo Izen <leo.izen@gmail.com>
avformat/apvdec: remove unused variable
3:40 PM Ticket #11584 (ffprobe returns "n/a" for bitrate in opus audio file) updated by jr_clifton
Description changed
3:39 PM Ticket #11584 (ffprobe returns "n/a" for bitrate in opus audio file) updated by jr_clifton
Type changed
3:31 PM cath.ogg attached to Ticket #11584 by jr_clifton
3:20 PM Ticket #11584 (ffprobe returns "n/a" for bitrate in opus audio file) created by jr_clifton
I try to query the bitrate of the opus encoded audio file and it gives …
11:49 AM Ticket #11583 (Certain AV1 failed "-c copy" for no keyframe was recognized throughout) updated by Marton Balint
Priority, Component, Version changed
11:46 AM Ticket #11583 (Certain AV1 failed "-c copy" for no keyframe was recognized throughout) updated by Marton Balint
The file does not signal keyframes and by default stream copy ignores …
8:12 AM Solo.Leveling.S01E12-.1080p.BDRIP.AV1.OPUS.mkv.MediaInfo.txt attached to Ticket #11583 by Nanasaki
MediaInfo
8:11 AM Ticket #11583 (Certain AV1 failed "-c copy" for no keyframe was recognized throughout) created by Nanasaki
Summary of the bug: How to reproduce: […] Patches should be …
5:29 AM Changeset in ffmpeg [37064b2d] by Manuel Lauss <manuel.lauss@gmail.com>
avcodec/sanm: support "StarWars - Making Magic" video Videos of …
5:29 AM Changeset in ffmpeg [9369ebf2] by Manuel Lauss <manuel.lauss@gmail.com>
avcodec/sanm: recognize common FOBJ sizes Change the size detection a …
5:29 AM Changeset in ffmpeg [7f0b7b04] by Manuel Lauss <manuel.lauss@gmail.com>
avcodec/sanm: ignore codec48 compression type 6 Some videos of …

May 8, 2025:

11:03 PM Ticket #11582 (Please add an option to make the new "elapsed" stat optional) created by Anton1699
[https://github.com/FFmpeg/FFmpeg/commit/1a083a4d90bc4cf26f06d3f62d75da
10:15 PM wav-pcm-misdetected-as-mp3.wav attached to Ticket #11581 by Marton Balint
10:15 PM Ticket #11581 (WAV demuxer codec probe misdetects PCM data as MP3) created by Marton Balint
[…] […] Expected result would be: […]
1:31 PM Ticket #11580 (ffmpeg-7.1.1 build fails with nasm) created by juanitotc
Compiling ffmpeg-7.1.1 from source using gcc-14.2.0 and nasm-2.16.03 …
12:58 PM Ticket #11557 (Choked loading for bad MPEG-TS delivering (live)) updated by wazer
Replying to MasterQuestionable: > ͏    "-noaccurate_seek" …
10:22 AM Ticket #11579 (The tints appear to be different when the same image with different ...) updated by MasterQuestionable
Cc changed
͏    Seems like the color primaries havoc. ͏    Probably FFplay made …
10:10 AM Ticket #11557 (Choked loading for bad MPEG-TS delivering (live)) updated by MasterQuestionable
͏    "-noaccurate_seek" is a FFmpeg option. ͏    If the input is …
8:50 AM Ticket #11578 (Waveform discontinuity in decoded E-AC-3) updated by Balling
Status, Owner changed
Yes, I can reproduce that. First sample is very clear. And yes, after …
6:04 AM Ticket #11557 (Choked loading for bad MPEG-TS delivering (live)) updated by wazer
Replying to MasterQuestionable: > ͏    The log probably …
5:56 AM Ticket #11579 (The tints appear to be different when the same image with different ...) updated by SYamaguchi
Description changed
5:52 AM colorbar_2.png attached to Ticket #11579 by SYamaguchi
360p image
5:52 AM colorbar_1.png attached to Ticket #11579 by SYamaguchi
FHD image
5:52 AM Ticket #11579 (The tints appear to be different when the same image with different ...) created by SYamaguchi
Summary of the bug: I encoded some video with different resolutions …
5:23 AM Ticket #11557 (Choked loading for bad MPEG-TS delivering (live)) updated by MasterQuestionable
͏    The log probably wouldn't be of much use. ͏    I guess it's …
1:09 AM Ticket #11578 (Waveform discontinuity in decoded E-AC-3) updated by j7n
Yes and yes.
1:02 AM Ticket #11578 (Waveform discontinuity in decoded E-AC-3) updated by Balling
Does the same happen with mp4? As in the same eac3 stream in mp4 …
12:40 AM Changeset in ffmpeg [244ad944] by James Almer <jamrial@gmail.com>
avcodec/liboapvenc: remove 4:4:4 support until it's properly handled …
Note: See TracTimeline for information about the timeline view.