Timeline



Dec 24, 2025:

9:17 PM Ticket #9602 (When decoding apng the image has uncleaned parts.) reopened by Fuwei Chin
9:13 PM Ticket #9602 (When decoding apng the image has uncleaned parts.) updated by Fuwei Chin
It seems this bug doesn't get fully fixed, the apng encoder does …
8:48 PM png-animation-1280x720-23.976fps.png attached to Ticket #9602 by Fuwei Chin
output
8:48 PM png-sequence-1280x720-23.976fps.zip attached to Ticket #9602 by Fuwei Chin
input
4:37 PM Changeset in ffmpeg [abb15241] by Niklas Haas <ffmpeg@haasn.dev>
Revert "swscale/ops: clarify SwsOpList.src/dst semantics" This …
4:37 PM Changeset in ffmpeg [c0f49db5] by Niklas Haas <ffmpeg@haasn.dev>
swscale/ops: remove broken value range assumption hack This …
4:37 PM Changeset in ffmpeg [ede8318] by Niklas Haas <ffmpeg@haasn.dev>
swscale/ops: explicitly reset value range after SWS_OP_UNPACK The …
4:37 PM Changeset in ffmpeg [a0032fb4] by Niklas Haas <ffmpeg@haasn.dev>
swscale/ops: use switch/case for updating SwsComps ranges A bit more …
4:37 PM Changeset in ffmpeg [5f1be98f] by Niklas Haas <ffmpeg@haasn.dev>
swscale/ops: add SWS_COMP_SWAPPED This flag keeps track of whether a …
4:37 PM Changeset in ffmpeg [5a6602e9] by Niklas Haas <ffmpeg@haasn.dev>
swscale/format: add pixel range metadata to SWS_OP_READ
4:37 PM Changeset in ffmpeg [9586b813] by Niklas Haas <ffmpeg@haasn.dev>
swscale/ops: don't strip SwsComps from SWS_OP_READ The current …
4:37 PM Changeset in ffmpeg [61eca588] by Niklas Haas <ffmpeg@haasn.dev>
swscale/ops: move ff_sws_op_list_update_comps() to ops.c I think this …
3:23 PM Changeset in ffmpeg [fe1dae1e] by James Almer <jamrial@gmail.com>
avcodec/lcevcdec: free pictures on error Signed-off-by: James Almer …
3:23 PM Changeset in ffmpeg [4f86ebfe] by James Almer <jamrial@gmail.com>
avcodec/lcevcdec: fix input dimensions for the base picture Fixes …
3:23 PM Changeset in ffmpeg [b392d75c] by James Almer <jamrial@gmail.com>
avcodec/lcevcdec: avoid copying the input frame Based on the lcevc …
3:21 PM Changeset in ffmpeg [3e91d82] by James Almer <jamrial@gmail.com>
avcodec/cbs_apv: use av_unreachable instead of av_assert0(0) at the …
3:21 PM Changeset in ffmpeg [64be2315] by James Almer <jamrial@gmail.com>
fftools/ffmpeg_sched: use av_unreachable instead of av_assert0(0) at …
3:21 PM Changeset in ffmpeg [2678482c] by James Almer <jamrial@gmail.com>
fftools/ffmpeg_enc: use av_unreachable instead of av_assert0(0) at the …
1:14 PM Changeset in ffmpeg [9e974b2] by Michael Niedermayer <michael@niedermayer.cc>
avformat/hls: fix double space Signed-off-by: Michael Niedermayer …
12:04 PM Changeset in ffmpeg [548b28d5] by michaelni <michael@niedermayer.cc>
avformat/hls: Fix arguments of handle_rendition_args() Fixes: call to …
12:04 PM Changeset in ffmpeg [d1985442] by michaelni <michael@niedermayer.cc>
avformat/hls: Check seg size and offset for overflow Fixes: integer …
2:51 AM Changeset in ffmpeg [8ac63251] by James Almer <jamrial@gmail.com>
avcodec/adpcm: check block_align for PSXC Fixes: division by 0 Fixes: …
2:43 AM Changeset in ffmpeg [13c91c97] by James Almer <jamrial@gmail.com>
avcodec/libjxldec: goto SUCCESS when frame is completed Fix #21260

Dec 23, 2025:

8:11 PM Changeset in ffmpeg [d60c1d72] by michaelni <michael@niedermayer.cc>
avcodec/jpeg2000dec: Make M_b check broader Fixes: shift exponent -1 …
2:42 PM Changeset in ffmpeg [e5eef27] by Lynne <dev@lynne.ee>
vulkan: set .decode_extension to 0 for compute-based decoders They …
2:34 PM Changeset in ffmpeg [bb769d9d] by Ramiro Polla <ramiro.polla@gmail.com>
avcodec/gifenc: avoid redundant local color table when global palette …
10:02 AM Changeset in ffmpeg [26a7fc2a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_waveform: Avoid relocations Reviewed-by: Kacper Michajłow …
10:01 AM Changeset in ffmpeg [6460d3bc] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vf_waveform: don't cast const away Reviewed-by: Kacper …
9:14 AM Changeset in ffmpeg [d41b8d95] by michaelni <michael@niedermayer.cc>
swscale/output: Use 64bit in addition in yuv2gbrp16_full_X_c() for …
3:39 AM Changeset in ffmpeg [09d83007] by Zhao Zhili <quink@noreply.code.ffmpeg.org>
avutil/imgutils: use AV_CEIL_RSHIFT
3:36 AM Ticket #11695 (Configure for armv6 doesn't disable neon and armv6t2.) closed by quinkblack
worksforme: NEON instructions are guarded by runtime cpu detection, it works by …
3:20 AM Changeset in ffmpeg [260f5a47] by Zhao Zhili <quink@noreply.code.ffmpeg.org>
avformat/rawvideodec: add stride option to skip line padding Some …
3:20 AM Changeset in ffmpeg [49a15e70] by Zhao Zhili <quink@noreply.code.ffmpeg.org>
avformat/rawvideodec: use AV_OPT_TYPE_PIXEL_FMT instead of parse from …

Dec 22, 2025:

10:34 PM Changeset in ffmpeg [5ae21f06] by Timo Rothenpieler <timo@rothenpieler.org>
tests/fate/id3v2.mak: Use run wrapper in fate-id3v2-invalid-tags
8:14 PM Changeset in ffmpeg [fafd72ef] by Niklas Haas <ffmpeg@haasn.dev>
swscale/ops_internal: fix ff_sws_pack_op_decode() This function was …
6:46 PM Changeset in ffmpeg [6656b11a] by Lynne <dev@lynne.ee>
hwcontext_vulkan: disable host transfers on MoltenVK …
6:46 PM Changeset in ffmpeg [d33bf665] by Lynne <dev@lynne.ee>
vulkan_functions: add vkCmdUpdateBuffer It embeds the data to be …
6:46 PM Changeset in ffmpeg [8db69477] by Lynne <dev@lynne.ee>
vulkan_prores_raw: reduce zigzag table size No need for full 32-bits.
6:46 PM Changeset in ffmpeg [cfcf52a0] by Lynne <dev@lynne.ee>
vulkan: deduplicate shorthand casting defines to common.comp
6:46 PM Changeset in ffmpeg [6eced88] by Lynne <dev@lynne.ee>
vulkan: merge ProRes and ProRes RAW iDCTs This cleans up the code a …
6:46 PM Changeset in ffmpeg [ea14f8a2] by Lynne <dev@lynne.ee>
vulkan_prores: split up shader creation functions Its more mess that …
4:55 PM Changeset in ffmpeg [eb3b632b] by Rémi Denis-Courmont <remi@remlab.net>
lavc/h264qpel: fix RISC-V stack usage The function violated the ABI …
4:55 PM Changeset in ffmpeg [65018b3e] by Rémi Denis-Courmont <remi@remlab.net>
lavu/float_dsp: fix R-V V scalarpdocut_double with ILP32 ABI
4:55 PM Changeset in ffmpeg [435623cb] by Rémi Denis-Courmont <remi@remlab.net>
lavu/float_dsp: fix R-V V vector_dmul_scalar with ILP32 ABI
4:55 PM Changeset in ffmpeg [56d933b0] by Rémi Denis-Courmont <remi@remlab.net>
lavu/float_dsp: fix R-V V vector_dmac_scalar with ILP32 ABI
4:55 PM Changeset in ffmpeg [a583639b] by Rémi Denis-Courmont <remi@remlab.net>
lavu/fixed_dsp: fix scalarproduct on riscv32 On riscv32, the result …
2:58 PM Changeset in ffmpeg [4479d281] by ArazIusubov <Primeadvice@gmail.com>
avcodec/avfilter_amf: correct handling of AMF errors Fix several …
1:54 PM Ticket #9881 ([feature] Support CMake build system.) updated by S.Nijboer
If it's more about not willing to put in the effort of porting over, …
1:44 PM Changeset in ffmpeg [b43645b] by Timo Rothenpieler <timo@rothenpieler.org>
libavformat/id3v2.c: return valid string in decode_str for empty …
6:05 AM Changeset in ffmpeg [c50e5c7] by Kacper Michajłow <kasper93@gmail.com>
avcodec/libaomenc: remove enum type from codecctl_* functions …
6:05 AM Changeset in ffmpeg [96afe665] by Kacper Michajłow <kasper93@gmail.com>
avcodec/libaomenc: remove UENUM1BYTE check AOM had a short-lived API …
5:35 AM Changeset in ffmpeg [64b9be2d] by Tong Wu <wutong1208@outlook.com>
avcodec/d3d12va_encode: support motion estimation precision mode By …

Dec 21, 2025:

4:16 AM Changeset in ffmpeg [1fcb201a] by Gyan Doshi <gyan@gyan.dev>
configure: update dependencies These muxers - hls, tee, whip - open …

Dec 20, 2025:

4:53 PM Changeset in ffmpeg [784aa09f] by Leo Izen <leo.izen@gmail.com>
avcodec/exif: parse additional EXIF IFDs Most EXIF metadata is in …
4:53 PM Changeset in ffmpeg [105b6fcd] by Leo Izen <leo.izen@gmail.com>
avcodec/exif: avoid leaking EXIF metadata upon parse failure Before …
1:52 PM Changeset in ffmpeg [7505264b] by Niklas Haas <ffmpeg@haasn.dev>
swscale/ops: update comment on SWS_COMP_EXACT That the integer is …
1:52 PM Changeset in ffmpeg [1d0fd7fa] by Niklas Haas <ffmpeg@haasn.dev>
swscale/ops: categorize ops by type compatibility This is a more …
1:52 PM Changeset in ffmpeg [94777ed2] by Niklas Haas <ffmpeg@haasn.dev>
swscale/ops_chain: fix comment
1:52 PM Changeset in ffmpeg [75ba2bf4] by Niklas Haas <ffmpeg@haasn.dev>
swscale/ops: correctly truncate on ff_sws_apply_op_q(SWS_OP_RSHIFT) …
1:52 PM Changeset in ffmpeg [d1eaea1a] by Niklas Haas <ffmpeg@haasn.dev>
swscale/ops: add type assertions to ff_sws_apply_op_q()
1:52 PM Changeset in ffmpeg [258dbfdb] by Niklas Haas <ffmpeg@haasn.dev>
swscale/format: only generate SHIFT ops when needed Otherwise, we may …
1:52 PM Changeset in ffmpeg [c31f3926] by Niklas Haas <ffmpeg@haasn.dev>
swscale/ops_optimizer: simplify loop slightly (cosmetic) We always …
1:52 PM Changeset in ffmpeg [900d91b] by Niklas Haas <ffmpeg@haasn.dev>
swscale/ops_optimizer: apply optimizations in a more predictable order …
1:52 PM Changeset in ffmpeg [c51c6305] by Niklas Haas <ffmpeg@haasn.dev>
swscale/ops_optimizer: don't commute clear with itself These would …
3:23 AM Ticket #1407 (HE-AAC (v2): 960/120 MDCT window is not implemented) updated by bastiple
There is currently an open WIP pull-request with a proposed fix for …

Dec 19, 2025:

9:49 PM Ticket #11433 (Innocuous "Error parsing Opus packet header" on YouTube sources?) closed by Balling
fixed: Fixed in 618fc15e65f57c9ce25d4562f4b516129815608c
9:28 PM Ticket #11504 (Some of the hdr10+ sidedata parameter values are incorrect / missing) updated by Balling
terminal_provide_code, terminal_provider_oriented_code, …
8:45 PM Changeset in ffmpeg [b934dd1d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/whip: Fix leak of dtls_fingerprint Reviewed-by: Steven Liu …
8:45 PM Changeset in ffmpeg [34bc95dd] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/whip: Check number of audio/video streams generically …
8:42 PM Changeset in ffmpeg [e252bc0c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/whip: Remove dead code This is checked generically after …
7:56 PM Changeset in ffmpeg [6177af5a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/lossless_videodsp: Avoid unnecessary reg push,pop Happens …
7:55 PM Changeset in ffmpeg [9314d5ca] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/lossless_videodsp: Avoid aligned/unaligned versions For …
7:55 PM Changeset in ffmpeg [6368d2ba] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/lossless_videodsp: Don't store in eight byte chunks Use …
7:55 PM Changeset in ffmpeg [bb523a2d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
tests/checkasm/llviddsp: Reindent after the previous commit …
7:55 PM Changeset in ffmpeg [b2dea09] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
tests/checkasm/llviddsp: Avoid unnecessary initializations, allocs …
7:54 PM Changeset in ffmpeg [a6b8939e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/lossless_videodsp: Remove SSSE3 functions using MMX regs …
6:42 PM Changeset in ffmpeg [cf608f6b] by Martin Storsjö <martin@martin.st>
checkasm: Use av_strlcatf for appending SME info after SVE If we had …
6:41 PM Changeset in ffmpeg [ec2ceefc] by Martin Storsjö <martin@martin.st>
fate.sh: Allow specifying --ar through a separate variable This …
6:38 PM Changeset in ffmpeg [06a17fda] by Martin Storsjö <martin@martin.st>
tests: Fix fate-run.sh to handle busybox-w32 absolute paths …
6:38 PM Changeset in ffmpeg [6149cead] by Martin Storsjö <martin@martin.st>
configure: Recognize uname "Windows_NT" as using an .exe suffix …
5:56 PM Changeset in ffmpeg [55200f99] by Rémi Denis-Courmont <remi@remlab.net>
lavc/mathops: R-V B optimisation for mid_pred If Zbb is enabled at …
5:56 PM Changeset in ffmpeg [ccd7e66f] by Rémi Denis-Courmont <remi@remlab.net>
lavc/mathops: remove bespoke Arm mid_pred() The C codegen is as good …
5:50 PM Changeset in ffmpeg [8dccb380] by Rémi Denis-Courmont <remi@remlab.net>
lavc/mathops: simplify mid_pred() This reduces the minimum …
10:01 AM Changeset in ffmpeg [5946d2ea] by Martin Storsjö <martin@martin.st>
compat: Fix .def file generation for ARM64EC builds on Windows When …
10:01 AM Changeset in ffmpeg [087f4667] by Martin Storsjö <martin@martin.st>
doc: Document our stance on Windows ARM64EC Explicitly spell it out …
7:02 AM Changeset in ffmpeg [1c35a1b7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/flvdec: Fix leak of channel layout map Fixes: memleak Fixes: …
6:32 AM Changeset in ffmpeg [4aed9db8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/flac_picture: Correct check Since …
4:13 AM Changeset in ffmpeg [6070ea29] by Gyan Doshi <gyan@gyan.dev>
lavf/whip: add flag for default codecs only The muxer does not accept …
4:13 AM Changeset in ffmpeg [fdce1795] by Gyan Doshi <gyan@gyan.dev>
lavf/supenc: add flag for default codecs only The muxer does not …
4:13 AM Changeset in ffmpeg [20b671f] by Gyan Doshi <gyan@gyan.dev>
lavf/dvenc: add flag for default codecs only The muxer does not …

Dec 18, 2025:

1:24 AM Changeset in ffmpeg [78c75d54] by James Almer <jamrial@gmail.com>
avcodec/apv_parser: add support for AU assembly Signed-off-by: James …

Dec 17, 2025:

1:28 PM Changeset in ffmpeg [0d7b8d8] by Timo Rothenpieler <timo@rothenpieler.org>
forgejo/workflows: fix error handling of configure result
1:28 PM Changeset in ffmpeg [0be989ed] by Timo Rothenpieler <timo@rothenpieler.org>
forgejo/workflows: cat .err files after running fate
1:28 PM Changeset in ffmpeg [5e8dcd6d] by Timo Rothenpieler <timo@rothenpieler.org>
forgejo/workflows: run windows fate tests through wine
3:20 AM Changeset in ffmpeg [d828183d] by James Almer <jamrial@gmail.com>
doc: add missing JPEG-XS details Forgotten in …
1:45 AM Changeset in ffmpeg [4bb9b464] by James Almer <jamrial@gmail.com>
avcodec/demux: validate avctx state in has_decode_delay_been_guessed
1:45 AM Changeset in ffmpeg [c9c95f6f] by James Almer <jamrial@gmail.com>
avformat/demux: ensure avformat_find_stream_info updates internal …
Note: See TracTimeline for information about the timeline view.