Timeline



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 …

Apr 5, 2025:

11:46 PM Changeset in ffmpeg [3f30ae82] by James Almer <jamrial@gmail.com>
avutil/aes_ctr: simplify incrementing the counter Signed-off-by: …
11:46 PM Changeset in ffmpeg [fe73b848] by James Almer <jamrial@gmail.com>
avutil/aes_ctr: simplify and optimize av_aes_ctr_crypt() Process data …
11:46 PM Changeset in ffmpeg [2ea3c517] by James Almer <jamrial@gmail.com>
lavu/aes: add x86 AESNI optimizations crypto_bench comparison for …
11:46 PM Changeset in ffmpeg [2daaafaf] by James Almer <jamrial@gmail.com>
avutil/tests/aes_ctr: also randomize the encryption key And not just …
11:46 PM Changeset in ffmpeg [462d35dc] by James Almer <jamrial@gmail.com>
avutil/tests/aes_ctr: reindent after the previous commit …
11:46 PM Changeset in ffmpeg [19085287] by James Almer <jamrial@gmail.com>
avutil/tests/aes_ctr: also check the encrypted buffer The test in its …
11:46 PM Changeset in ffmpeg [0a34f009] by James Almer <jamrial@gmail.com>
avutil/tests/aes_ctr: test more than a single block worth of data …
9:35 PM Ticket #9608 (AMD hardware decoding unnecessarily frozen playback for recoverable error) closed by teeedubb
invalid
9:34 PM Ticket #9608 (AMD hardware decoding unnecessarily frozen playback for recoverable error) updated by teeedubb
Thank you for the insights. I have posted this issue to …
2:18 PM Ticket #11500 ("ictcp" colorspace "Function not implemented" unnecessarily failed things) updated by MasterQuestionable
Summary, Version, Keywords changed
͏    Reproduced: ͏    `ffmpeg -v debug -hide_banner -nostdin -nostats …
11:16 AM Ticket #11500 ("ictcp" colorspace "Function not implemented" unnecessarily failed things) updated by ffmpegScale
[…]
8:17 AM Ticket #4298 (zoompan filter creates shaky image) updated by MasterQuestionable
͏    https://github.com/pYtoner/FFmpeg/blob/subpixel_zoompan/README.md
7:37 AM Ticket #9608 (AMD hardware decoding unnecessarily frozen playback for recoverable error) updated by MasterQuestionable
Summary, Component, Keywords, Analyzed by developer, Cc changed
͏    Looks like AMD hardware-specific bug. ͏    Hardware decoding …
7:04 AM Ticket #9608 (AMD hardware decoding unnecessarily frozen playback for recoverable error) updated by nyanmisaka
It looks like it's not an FFmpeg issue, but related to the Mesa …
6:18 AM Ticket #11217 (Output "-ss" memory consumption regression (buffering caused?)) updated by MasterQuestionable
͏    Does tweaking the threads related options help? ͏    I believe a …
3:57 AM Changeset in ffmpeg [ccf073e7] by Tong Wu <wutong1208@outlook.com>
avcodec/d3d12va_decode: enable reference-only mode The Reference-Only …

Apr 4, 2025:

6:30 PM Changeset in ffmpeg [37a319fb] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: Consider 2s x s slice configurations Signed-off-by: …
6:30 PM Changeset in ffmpeg [2d9c9dae] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1dec: Limit size of fltmap* to pixel number This reduces …
6:30 PM Changeset in ffmpeg [06c00f93] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1: Only allocate fltmap* and bitmap when needed This …
6:30 PM Changeset in ffmpeg [b67cf796] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1: Allocate unit only when needed and only as large as …
6:30 PM Changeset in ffmpeg [f1235f4] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: run1start variables should fit in 32bit …
5:43 PM Ticket #11217 (Output "-ss" memory consumption regression (buffering caused?)) updated by Bryce Chester Newman
> The memory consumption bloat. Alike observed. (though not as …
5:24 PM Ticket #8343 (h261dec doesn't mark keyframes) updated by Lastique
Replying to Balling: > I frames are not the same as key …
5:18 PM Ticket #8343 (h261dec doesn't mark keyframes) updated by Balling
I frames are not the same as key frames. Only IDR frames are key …
5:07 PM Ticket #8343 (h261dec doesn't mark keyframes) updated by Lastique
Replying to Balling: > I have a concern here from the code …
5:03 PM Changeset in ffmpeg [4ebc1f06] by James Almer <jamrial@gmail.com>
avcodec: remove remaining references to avcodec_close() …
4:28 PM Changeset in ffmpeg [1c170613] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/decode: Fix avcodec parameters when bsfs are enable by decoder …
3:57 PM Changeset in ffmpeg [c05ed36b] by Dmitrii Ovchinnikov <ovchinnikov.dmitrii@gmail.com>
libavcodec/amfenc: Setting the VBAQ property before the init call.
2:51 PM Ticket #8343 (h261dec doesn't mark keyframes) updated by Balling
I have a concern here from the code …
2:12 PM Changeset in ffmpeg [8284ba2a] by Martin Storsjö <martin@martin.st>
configure: Check for AVCaptureSession as dependency to avfoundation …
2:12 PM Changeset in ffmpeg [69bab4e7] by Martin Storsjö <martin@martin.st>
avfoundation: Fix compilation for OSes other than macOS and iOS E.g. …
9:54 AM Ticket #9608 (AMD hardware decoding unnecessarily frozen playback for recoverable error) updated by teeedubb
This issue is still present in …
9:26 AM config.log attached to Ticket #11538 by AndersIgelstrom
9:24 AM Ticket #11538 (Not possible to compile ffmpeg for 32-bit on mingw32) created by AndersIgelstrom
I am building ffmpeg/x264 on Windows 10. Have built 64-bit …

Apr 3, 2025:

5:21 PM Ticket #4298 (zoompan filter creates shaky image) updated by pYtoner
I made a patch for fixing the issue however I am not comfortable …
3:17 PM Changeset in ffmpeg [46762c8b] by Niklas Haas <git@haasn.dev>
avfilter/vf_libplacebo: don't explode on zero FPS information While …
2:08 PM Changeset in ffmpeg [68b10534] by Marvin Scholz <epirat07@gmail.com>
avformat: Fix AV1 RTP wrong log condition Fixed warning about OBU …
12:33 PM Ticket #11531 ([Regression] AAC audio in RTSP no more muxed with "-c copy") updated by HelFix
ok, i tried ffmpeg version n7.1-55-g4b801baa46 […] ffmpeg version …
4:04 AM Changeset in ffmpeg [1722f08] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/Makefile: Only include half2float, float2half when needed They …
4:04 AM Changeset in ffmpeg [52d766e5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vdpau: Only include mpegvideodec.h when used mpegvideodec.h …
4:04 AM Changeset in ffmpeg [1479c2e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
doc/{in,out}devs: Remove documentation for removed devices Namely …
4:04 AM Changeset in ffmpeg [265e0d3e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/palette: Remove unused ff_srgb_u8_to_linear_int() …
4:04 AM Changeset in ffmpeg [3693acb8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/h26x/h265dsp: Remove unused functions The …
4:04 AM Changeset in ffmpeg [2e962fb0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vulkan_video: Remove unused ff_vk_h26[45]_profile_to_av() …
4:04 AM Changeset in ffmpeg [664aef36] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/aactab: Remove unused arrays Signed-off-by: Andreas …
4:04 AM Changeset in ffmpeg [f5007a07] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/aac/aacdec_lpd: Remove dead code Signed-off-by: Andreas …
4:04 AM Changeset in ffmpeg [2b9b4dd] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/aac/aacdec_lpd: Make ff_aac_lpd_mode_tab static …
4:04 AM Changeset in ffmpeg [132a55fd] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
postproc/postprocess_template: Use immediate instead of memory load …
4:04 AM Changeset in ffmpeg [5e947cc3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
postproc/postprocess: Remove unused b02 The line which appears to be …
4:04 AM Changeset in ffmpeg [435be31e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
swscale/csputils: Remove unused ff_sws_matrix3x3_rmul() …
4:04 AM Changeset in ffmpeg [4d2e38b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/hwcontext_vulkan: Remove unused variable Forgotten in …
4:04 AM Changeset in ffmpeg [9d543273] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fftools/ffprobe: Fix hypothetical stack buffer overflow It can't …

Apr 2, 2025:

11:58 PM Changeset in ffmpeg [2a2b5aec] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_swr_fuzzer: fix memory leak on av_samples_fill_arrays() …
11:58 PM Changeset in ffmpeg [d5ad860c] by Michael Niedermayer <michael@niedermayer.cc>
tests/checkasm/checkasm.c: Assert that aligned_w/h do not overflow …
11:58 PM Changeset in ffmpeg [4aeaee1f] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: replace the remaining log2() by magic big secret, …
11:58 PM Changeset in ffmpeg [98c17883] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: replace 3 double precision log2() by 1 single …
11:57 PM Changeset in ffmpeg [b4d165c6] by Michael Niedermayer <michael@niedermayer.cc>
doc: replace http/git by https urls These are more secure …
10:29 PM Changeset in ffmpeg [efa0c625] by Jun Zhao <barryjzhao@tencent.com>
fftools/cmdutils: fix error message for "ffmpeg -init_hw_device list" …
10:28 PM Changeset in ffmpeg [976c1610] by Jun Zhao <barryjzhao@tencent.com>
doc/ffmpeg: document videotoolbox in -hwaccel option Add videotoolbox …
4:12 PM Ticket #11537 (ffmpeg 6.1.3 please?) created by Artem S. Tashkinov
There are now multiple vulnerabilities in ffmpeg 6.1.2, …
12:32 PM Changeset in ffmpeg [d1f2f8e] by James Almer <jamrial@gmail.com>
tests/filter-video: add rgbtestsrc tests for gbrap Signed-off-by: …
12:32 PM Changeset in ffmpeg [67c48913] by James Almer <jamrial@gmail.com>
tests/filter-video: add yuvtestsrc tests for yuva444p Signed-off-by: …
12:32 PM Changeset in ffmpeg [cd1ec359] by James Almer <jamrial@gmail.com>
avfilter/vsrc_testsrc: also fill alpha planes with a test pattern in …
11:00 AM Ticket #11536 (prores_aw : Encode Prores 4444 with alpha fail in high resolution) created by mvignali
Summary of the bug: Following bug report request by blender project …
9:53 AM Ticket #11500 ("ictcp" colorspace "Function not implemented" unnecessarily failed things) updated by MasterQuestionable
Summary, Keywords changed
͏    Judging from the commands output: ͏    The issue was triggered …
9:35 AM Ticket #11531 ([Regression] AAC audio in RTSP no more muxed with "-c copy") updated by MasterQuestionable
͏    The regressor commit doesn't look like RTSP specific. ͏    So I …
7:25 AM Changeset in ffmpeg [ca48e7bb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/sbcdsp_data: Make data static This data is only used by …
7:25 AM Changeset in ffmpeg [0ce8868] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hevc/hevcdec: Use bitfield instead of array of flags It is …
7:25 AM Changeset in ffmpeg [ffa56f73] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/ac3dec: Read spx flags at once, not one bit at a time Doing …
7:25 AM Changeset in ffmpeg [2204efc2] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dct: Make declarations and definitions match GCC considers …
6:20 AM Ticket #11531 ([Regression] AAC audio in RTSP no more muxed with "-c copy") updated by HelFix
Replying to MasterQuestionable: > ͏    What's the input …

Apr 1, 2025:

7:23 PM Ticket #10043 (HEVC filler data question) updated by Balling
Apparently not. See 839b41991d5ee6b9179fede9a402f7e15f859f0a
5:13 PM Changeset in ffmpeg [839b419] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvenc: unify CBR filler data insertion for all codecs …
3:47 PM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by uncoder
Interesting that nowhere in RFC8216 …
3:34 PM Changeset in ffmpeg [c1a2da7] by Martin Storsjö <martin@martin.st>
checkasm: vp8dsp: Use checkasm_check_padded in check_mc …
3:34 PM Changeset in ffmpeg [b863b815] by Martin Storsjö <martin@martin.st>
checkasm: Implement helpers for defining and checking padded rects …
3:34 PM Changeset in ffmpeg [37c664a2] by Martin Storsjö <martin@martin.st>
checkasm: Make checkasm_fail_func return whether we should print …
3:31 PM Changeset in ffmpeg [4db571e] by Martin Storsjö <martin@martin.st>
checkasm/v210enc.c: Use checkasm_check() This gives more informative …
3:28 PM Changeset in ffmpeg [d8ae1136] by Martin Storsjö <martin@martin.st>
configure: Check for an actual function in VideoToolbox This makes …
3:28 PM Changeset in ffmpeg [d7d6e9ae] by Martin Storsjö <martin@martin.st>
videotoolboxenc: Add an iOS version condition for …
3:28 PM Changeset in ffmpeg [19a4719f] by Martin Storsjö <martin@martin.st>
libavfilter: metal: Fix the version condition for iOS MTLDevice …
3:28 PM Changeset in ffmpeg [1129957a] by Martin Storsjö <martin@martin.st>
configure: Add a dependency for the audiotoolbox outdev The …
2:37 PM Ticket #11500 ("ictcp" colorspace "Function not implemented" unnecessarily failed things) updated by ffmpegScale
Replying to MasterQuestionable: > ͏    Please run my …
10:32 AM Ticket #4907 (Support decoding animated WebP images) updated by Peter Xia
I've sent a patch: …
10:00 AM Ticket #11535 (Fixes for CVE-2023-6602 broke my code) closed by MasterQuestionable
duplicate: #11435
1:50 AM Ticket #11138 (FFmpeg audio dither creates unwanted DC offset on Mac) updated by Balling
Found it, and looks related to our code. …
12:07 AM Ticket #11524 (g726(le) produces clicks in encoded audio) updated by Balling
>I'm not sure why you're testing G.722 Because there are no artefacts …

Mar 31, 2025:

11:45 PM Ticket #11524 (g726(le) produces clicks in encoded audio) updated by Lastique
I'm not sure why you're testing G.722. From what I can see, this is an …
11:36 PM Ticket #11524 (g726(le) produces clicks in encoded audio) updated by Balling
Okay, about G.722. (64000 bitrate.) There is a bug in our encoder. If …
10:49 PM Ticket #11524 (g726(le) produces clicks in encoded audio) updated by Balling
Found an imlementation for G722. Will compare it to ffmpeg: …
10:23 PM Ticket #11535 (Fixes for CVE-2023-6602 broke my code) created by 2246c68
I'm using ffmpeg to parse and mux a local M3U8 playlist, which looks …
7:45 PM Changeset in ffmpeg [4da84d5c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
swscale/swscale_unscaled: Actually use X2->RGBA64 conversions The …
7:44 PM Changeset in ffmpeg [581a6a04] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
doc/encoders: Move FFV1 encoder to video encoder section It is not an …
6:35 PM CompilationGuide/Ubuntu edited by llogan
Update nasm version. Removed needless mention of derivative distro … (diff)
1:27 PM Changeset in ffmpeg [256a3810] by Niklas Haas <git@haasn.dev>
tests/checkasm: fix wrong summation of bench time This was changed 8 …
1:18 PM Changeset in ffmpeg [1015ea2b] by Gyan Doshi <ffmpeg@gyani.pro>
doc/filters: add thumbnail_cuda entry Also update thumbnail_cuda …
10:19 AM Changeset in ffmpeg [3e32dc8b] by Niklas Haas <git@haasn.dev>
tests/swscale: allow setting log verbosity Helpful for debugging the …
10:19 AM Changeset in ffmpeg [92a57f1c] by Niklas Haas <git@haasn.dev>
tests/swscale: constrain reference SSIM for low bit depth formats …
10:19 AM Changeset in ffmpeg [8fc9808f] by Niklas Haas <git@haasn.dev>
tests/swscale: calculate theoretical expected SSIM We can calculate …
10:19 AM Changeset in ffmpeg [9549daa9] by Niklas Haas <git@haasn.dev>
tests/swscale: remove stray whitespace in scanf format
10:19 AM Changeset in ffmpeg [a22faeb] by Niklas Haas <git@haasn.dev>
tests/swscale: check supported inputs for legacy swscale separately …
10:19 AM Changeset in ffmpeg [e1736d0d] by Niklas Haas <git@haasn.dev>
tests/swscale: print performance stats on exit
10:19 AM Changeset in ffmpeg [6c12b153] by Niklas Haas <git@haasn.dev>
tests/swscale: switch from MSE to SSIM And bias it towards Y. This is …
10:18 AM Changeset in ffmpeg [1707e810] by Niklas Haas <git@haasn.dev>
tests/swscale: use yuva444p as reference Instead of the lossy …
10:18 AM Changeset in ffmpeg [f438f3f] by Niklas Haas <git@haasn.dev>
tests/swscale: print speedup numbers in color
10:18 AM Changeset in ffmpeg [995986e5] by Niklas Haas <git@haasn.dev>
tests/swscale: allow testing only unscaled convertors I need this to …
10:18 AM Changeset in ffmpeg [d467ceaa] by Niklas Haas <git@haasn.dev>
tests/swscale: use hex format for flags values
10:16 AM Changeset in ffmpeg [0e2742a6] by Niklas Haas <git@haasn.dev>
tests/swscale: allow choosing specific flags and dither mode So I can …
6:04 AM Changeset in ffmpeg [35c091f4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/rtpenc: Check dimensions during init Also fixes a …
4:47 AM Ticket #11534 (Copying "dvd_subtitle" from MP4 to MP4 altered display size) updated by y2krankor
It looks like this wasn't a problem for me until some time around …
4:28 AM Ticket #11534 (Copying "dvd_subtitle" from MP4 to MP4 altered display size) updated by MasterQuestionable
Summary, Component, Version, Keywords, Analyzed by developer, Cc changed
͏    Is it regression? ͏    Would you test old versions? ͏    …
3:40 AM Ticket #11534 (Copying "dvd_subtitle" from MP4 to MP4 altered display size) created by y2krankor
Summary of the bug: When copying from an mp4 to another mp4 using -c …
2:40 AM Ticket #10775 (More sensible HEVC handling for HLS creation) updated by MasterQuestionable
͏    I mean only special-case for HLS creation: as practical …
2:40 AM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by MasterQuestionable
͏    I believe a thorough review on what the security problem really …
12:42 AM Changeset in ffmpeg [1d2c391] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: Add -remap_optimizer option This allows tuning how …
12:42 AM Changeset in ffmpeg [f7650851] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: Eliminate RemapEncoderState Signed-off-by: Michael …
12:42 AM Changeset in ffmpeg [3faee894] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: Eliminate copy_state Signed-off-by: Michael …
12:42 AM Changeset in ffmpeg [2f0500f2] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: Better heuristic for selecting mul values. This …

Mar 30, 2025:

7:31 PM Changeset in ffmpeg [948a7836] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dxa: Remove set-but-unused variable Forgotten in …
6:47 PM Ticket #5482 (g721 (g726): fix audiable artefacts) updated by Lastique
Cc changed
5:49 PM Ticket #11524 (g726(le) produces clicks in encoded audio) updated by Balling
There is probably no bug in our encoder, only in decoder, duplicate …
5:12 PM Ticket #11524 (g726(le) produces clicks in encoded audio) updated by Lastique
I don't know any other G726 encoder software. In the project you …
4:59 PM Ticket #11524 (g726(le) produces clicks in encoded audio) updated by Balling
Obviously it needs to be some g726-24-output.wav file that has no …
4:55 PM Ticket #11524 (g726(le) produces clicks in encoded audio) updated by Lastique
I've attached a G726 32 kbit/s encoded clip that has no artefacts in …
4:52 PM g726-32-output.wav attached to Ticket #11524 by Lastique
G726 32 kbit/s clip - without artefacts
4:44 PM Ticket #11435 (Added "-extension_picky" breaks various applications [Please open a ...) updated by Qotscha
I use FFmpeg to download recordings from Elisa Viihde (Finnish online …
3:42 PM Ticket #11524 (g726(le) produces clicks in encoded audio) updated by Balling
Can you attach a g726 wav file that has no artefacts? Using master …
3:32 PM Ticket #10775 (More sensible HEVC handling for HLS creation) updated by Balling
>why require alike extra circumlocution? Because it is apple being …
3:23 PM Ticket #11054 (distortion on speex playback) closed by James
fixed: Should be fixed in c14b837dedade432a5f95981c3b1677099015376. Reopen if not.
3:21 PM Ticket #11495 (speex: native decoder mishandling 32000 hz files) updated by James Almer <jamrial@gmail.com>
Owner changed
In [changeset:"c14b837dedade432a5f95981c3b1677099015376/ffmpeg"
3:21 PM Ticket #11495 (speex: native decoder mishandling 32000 hz files) closed by James
fixed: Should be fixed in c14b837dedade432a5f95981c3b1677099015376
3:19 PM Changeset in ffmpeg [c14b837d] by James Almer <jamrial@gmail.com>
speexdec: fix framesize for ultra-wideband This matches how the …
11:52 AM Changeset in ffmpeg [64087171] by Gyan Doshi <ffmpeg@gyani.pro>
configure: add option to select use of response files
6:24 AM Changeset in ffmpeg [f47c8bca] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fftools/ffprobe: Make pix_fmt output bitexact It is currently not due …
12:02 AM Ticket #11054 (distortion on speex playback) updated by shenlebantongying
Someone sent a related patch which should fix this (i didn't test this …
Note: See TracTimeline for information about the timeline view.