Timeline



Feb 3, 2026:

11:31 PM Changeset in ffmpeg [5c6c12ac] by Marton Balint <cus@passwd.hu>
avformat/rtpenc: fix memleak when sdp create failed Fix #20712 When …
11:22 PM Changeset in ffmpeg [52f9e8c2] by Marton Balint <cus@passwd.hu>
fftools/opt_common: Make -sources/-sinks options work without …
9:45 PM Changeset in ffmpeg [065c258] by Marton Balint <cus@passwd.hu>
avfilter/af_whisper: Add newline for txt format
9:07 PM Changeset in ffmpeg [55d5b2b5] by Marton Balint <cus@passwd.hu>
avfilter/drawvg: limit VGS parser recursion depth
6:17 PM Changeset in ffmpeg [a795ca8] by James Almer <jamrial@gmail.com>
avcodec/qdm2: fix heap-use-after-free in qdm2_decode_frame The …
2:39 PM Changeset in ffmpeg [17d89757] by Jun Zhao <mypopydev@gmail.com>
checkasm/hevc_pel: rename loop variable 'size' to 'idx' to avoid …
2:39 PM Changeset in ffmpeg [2801d5ea] by Jun Zhao <mypopydev@gmail.com>
checkasm/hevc_pel: fix typo size[sizes] -> sizes[size] Commit …
11:39 AM Changeset in ffmpeg [2df0ef60] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/jpeg2000dec: allow bpno of -1 Fixes: …
11:39 AM Changeset in ffmpeg [e1472a4e] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/jpeg2000dec: allow M_b == 31 Signed-off-by: Michael …
11:39 AM Changeset in ffmpeg [8a3c7c9c] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/jpeg2000dec: Print bpno level when erroring out …
11:39 AM Changeset in ffmpeg [2efffa9e] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/jpeg2000dec: Print M_b value when asking for a sample …
11:26 AM Changeset in ffmpeg [65fc0db5] by michaelni <michael@niedermayer.cc>
avformat/hlsenc: fix format string vulnerability in parse_playlist …
11:00 AM Changeset in ffmpeg [8dc025c7] by Niklas Haas <git@haasn.dev>
fftools/ffmpeg_sched: drop unneeded atomic No longer needed now that …
11:00 AM Changeset in ffmpeg [41bd67b9] by Niklas Haas <git@haasn.dev>
fftools/ffmpeg_sched: fix race on SchFilterIn.send_finished This …

Feb 2, 2026:

10:06 PM Changeset in ffmpeg [836d34e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/tests/movenc: Make objects static (This also fixes a symbol …
3:52 PM Changeset in ffmpeg [b613eebe] by James Almer <jamrial@gmail.com>
avformat/demux: don't overwrite packet durations with parser ones if …
3:52 PM Changeset in ffmpeg [3fc7e39e] by James Almer <jamrial@gmail.com>
avformat/cafenc: disable muxing Opus streams We're not writing a kuki …
3:52 PM Changeset in ffmpeg [bec16c0b] by James Almer <jamrial@gmail.com>
avformat/cafdec: export Opus extradata Given the contents of the Opus …
3:52 PM Changeset in ffmpeg [d151c904] by James Almer <jamrial@gmail.com>
avformat/cafdec: take into account priming samples in timestamps …
4:16 AM Changeset in ffmpeg [7e9fe341] by Gyan Doshi <gyan@gyan.dev>
avfilter: version bump for filter mestimate_d3d12 Bump library …

Feb 1, 2026:

9:14 PM Ticket #4141 (HEVC: 1920x1080i file decoded as 1920x540p) updated by Balling
https://patchwork.ffmpeg.org/project/ffmpeg/patch/176840251704.25.65933
9:11 PM Ticket #11612 (Vulkan HEVC decode 1st frame broken) closed by Balling
fixed
2:53 PM Changeset in ffmpeg [8fbd31e7] by stevxiao <steven.xiao@amd.com>
doc/filters: add entry for mestimate_d3d12 Add documentation for the …

Jan 31, 2026:

1:46 PM Changeset in ffmpeg [364d5dda] by frankplow <post@frankplowman.com>
lavc/vvc: Fix unchecked error codes from add_reconstructed_area
1:46 PM Changeset in ffmpeg [f9740eb9] by frankplow <post@frankplowman.com>
lavc/vvc: Fix unchecked error codes from set_qp_y Fixes: …

Jan 30, 2026:

4:59 PM Changeset in ffmpeg [50bcc96a] by James Almer <jamrial@gmail.com>
avformat/cafdec: parse non-intra streams Needed to set KF flags so …
2:20 PM Changeset in ffmpeg [39661f92] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fftools/ffmpeg_{filter,mux_init}: Improve type-safety Reviewed-by: …
2:20 PM Changeset in ffmpeg [67c87cde] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/formats,vsrc_testsrc: use type-safe formats functions …
12:24 PM Changeset in ffmpeg [de3f99d7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/cafenc: Truncate values for avio_w8() Fixes triggering …
10:30 AM Changeset in ffmpeg [4367c05] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/cafenc: Fix segfault upon error, avoid indirection …
5:21 AM Changeset in ffmpeg [7ebb6c54] by Martin Storsjö <martin@martin.st>
tools: Lowercase more patterns in aarch64 assembly Match more SVE/SME …
5:21 AM Changeset in ffmpeg [f74c551e] by Martin Storsjö <martin@martin.st>
aarch64: Fix indentation of a few instructions This file is excempt …
12:09 AM Changeset in ffmpeg [277f9cb5] by James Almer <jamrial@gmail.com>
avformat/cafenc: add init and deinit callbacks Signed-off-by: James …
12:09 AM Changeset in ffmpeg [2d5556b0] by James Almer <jamrial@gmail.com>
avformat/cafenc: reindent after the previous changes Signed-off-by: …
12:09 AM Changeset in ffmpeg [7581abdc] by James Almer <jamrial@gmail.com>
avformat/cafenc: support writing Packet Table Chunk Header if there …
12:09 AM Changeset in ffmpeg [6ff12c4f] by James Almer <jamrial@gmail.com>
avformat/cafenc: add support for variable frame size codecs …
12:09 AM Changeset in ffmpeg [7600d123] by James Almer <jamrial@gmail.com>
avformat/cafenc: define a structure to store stream private fields …
12:09 AM Changeset in ffmpeg [8d1f247e] by James Almer <jamrial@gmail.com>
avformat/cafenc: fix setting frame count fields in Packet Table …
12:09 AM Changeset in ffmpeg [f5ea09af] by James Almer <jamrial@gmail.com>
avformat/cafdec: export frame size when present Signed-off-by: James …
12:09 AM Changeset in ffmpeg [c52b287b] by James Almer <jamrial@gmail.com>
avformat/cafdec: fix setting stream and packet durations Take into …
12:09 AM Changeset in ffmpeg [041d1089] by James Almer <jamrial@gmail.com>
avcodec/opus/enc: don't remove more samples than needed from the last …
12:09 AM Changeset in ffmpeg [c3aea762] by James Almer <jamrial@gmail.com>
avcodec/opus/enc: set avctx->frame_size to a better guess based on …

Jan 29, 2026:

9:33 PM Changeset in ffmpeg [5b4ba2e1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/vsrc_amf: Remove unused-but-set variable Reviewed-by: …
2:11 PM Ticket #7624 (Support IPTPQc2 with chroma reshaping in Dolby Vision samples) closed by Balling
fixed: This is supported in libplacebo which is part of ffmpeg and mpv which …
1:08 PM Changeset in ffmpeg [ca5504fb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/liblc3dec: Simplify sample fmt selection Signed-off-by: …
1:08 PM Changeset in ffmpeg [ba1aea76] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/liblc3{dec,enc}: Simplify sample_size, is_planar check Sample …
12:19 PM Changeset in ffmpeg [3c902f68] by Jack Lau <jacklau1222gm@gmail.com>
configure: update whip dependences The dtls_protocol is ffmpeg …
12:18 PM Changeset in ffmpeg [2a0a32c4] by Jack Lau <jacklau1222gm@gmail.com>
avformat/whip: remove the confused option buffer_size See …
11:25 AM Changeset in ffmpeg [fc0e0ef0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
tests/checkasm/hevc_dequant: Only init buffer when needed …
11:25 AM Changeset in ffmpeg [436b74b7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/hevc/dequant: Add SSSE3 dequant ASM function …
11:25 AM Changeset in ffmpeg [cf359a79] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hevc/dsp: Add alignment for dequant Signed-off-by: Andreas …
11:25 AM Changeset in ffmpeg [0c7f87b1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hevc/dsp_template: Optimize impossible branches away Saves …
10:54 AM Changeset in ffmpeg [2729c529] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/hevc/deblock: Reduce usage of GPRs Don't use two GPRs to …
10:54 AM Changeset in ffmpeg [08432522] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/hevc/deblock: avoid unused GPR r12 is unused, so use it …
10:54 AM Changeset in ffmpeg [0aad8b86] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/hevc/deblock: Avoid vmovdqa (It would even be possible to …
10:54 AM Changeset in ffmpeg [c940128f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/vp9lpf: Avoid vmovdqa Signed-off-by: Andreas Rheinhardt …
12:55 AM Ticket #10432 (HEVC corruption when using -c copy to .hevc file) closed by Balling
fixed: I guess got fixed with #7799. I checked the file, I still have it.
12:51 AM Ticket #7799 (hevc_mp4toannexb filter inserts extradata wrong position (hevc_cuvid ...) closed by Balling
fixed: Fixed now, hevc_metadata produces same frame_md5. Likely fixed in …
12:33 AM Changeset in ffmpeg [c898ddb8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/cfhddsp: Reduce number of xmm registers used Reviewed-by: …
12:33 AM Changeset in ffmpeg [848c3ca7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/cfhddsp: Avoid pmaddwd The result of using pmaddwd with …
12:33 AM Changeset in ffmpeg [62244457] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/cfhdencdsp: Avoid += x, -= x Avoid incrementing lowq and …
12:33 AM Changeset in ffmpeg [7dd64878] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/cfhdencdsp: Don't load twice Sign extend the integer …
12:33 AM Changeset in ffmpeg [91c77104] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/cfhdencdsp: Avoid unnecessary constants Up until now, …
12:32 AM Changeset in ffmpeg [cd3d8116] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/x86/cfhdencdsp: Avoid load of -1 It can be easily generated …
12:09 AM Ticket #9874 (hevc_nvenc is missing b_adapt option) closed by Balling
fixed: Fixed in 499b5f5f92f73e5b0e6108242983695fcb6409e2

Jan 28, 2026:

10:47 AM Changeset in ffmpeg [4ad20a2] by Gyan Doshi <gyan@gyan.dev>
avformat/tls_gnutls: set key and cert when they're PEM string …
10:47 AM Changeset in ffmpeg [28fb3f5e] by Gyan Doshi <gyan@gyan.dev>
avformat/tls_gnutls: set srtp profile when it is enabled …
10:47 AM Changeset in ffmpeg [8f9825cf] by Gyan Doshi <gyan@gyan.dev>
avformat/tls_gnutls: add check for s->external_sock When …
10:47 AM Changeset in ffmpeg [7f9d8b0c] by Gyan Doshi <gyan@gyan.dev>
avformat/tls_gnutls: enable dtls build Implement ff_ssl_*_key_cert() …
4:53 AM SponsoringPrograms/GSoC/2026 edited by compn
fix formatting on earlier addition (diff)
4:24 AM SponsoringPrograms/GSoC/2026 edited by compn
add some unmentored qualification tasks (diff)

Jan 27, 2026:

5:05 PM Changeset in ffmpeg [f4ca7950] by Zhao Zhili <quink@noreply.code.ffmpeg.org>
avfilter/vf_mestimate_d3d12: remove redundant mb_size constants A …
12:58 PM Changeset in ffmpeg [e9e8a32b] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvenc: add 4-way multi nvenc split frame encoding support
12:58 PM Changeset in ffmpeg [499b5f5f] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvenc: add b_adapt option for HEVC encoder The b_adapt option …
8:28 AM Changeset in ffmpeg [a9763282] by stevenliu <lingjiujianke@gmail.com>
avformat/dashdec: check value valid after read value from mpd xml …
7:04 AM SponsoringPrograms/GSoC/2026 edited by Raja Rathour
(diff)
6:54 AM SponsoringPrograms/GSoC/2026 edited by Raja Rathour
(diff)
Note: See TracTimeline for information about the timeline view.