Timeline



Feb 8, 2026:

7:56 PM Changeset in ffmpeg [273b161a] by Leo Izen <leo.izen@gmail.com>
avcodec/exif: skip EXIF entries with invalid TIFF field type 0 EXIF …
2:46 PM Changeset in ffmpeg [5f84a726] by michaelni <michael@niedermayer.cc>
avcodec/adpcm: Check input buffer size Larger values will lead to …
10:39 AM Ticket #4907 (Support decoding animated WebP images) updated by Zentropivity
The ability to decode animated WebP would surely benefit many projects …
8:48 AM Ticket #4478 (PlayStation 2 movie files not supported (.pss)) updated by Risae
This may also be related to https://trac.ffmpeg.org/ticket/10764
1:25 AM Changeset in ffmpeg [a5007428] by Michael Niedermayer <michael@niedermayer.cc>
avformat/scd: Use ffio_read_size() Fixes: use of uninitialized memory …

Feb 7, 2026:

10:02 AM Changeset in ffmpeg [b8daba42] by Niklas Haas <ffmpeg@haasn.dev>
avformat/http: report connection statistics Helpful to track the …
10:02 AM Changeset in ffmpeg [4f5d91e4] by Niklas Haas <ffmpeg@haasn.dev>
avformat/http: allow limiting initial request size Sometimes, HTTP …
10:02 AM Changeset in ffmpeg [e03b034e] by Niklas Haas <ffmpeg@haasn.dev>
avformat/http: re-use keep-alive connection for small seeks When the …
10:02 AM Changeset in ffmpeg [bf1722a9] by Niklas Haas <ffmpeg@haasn.dev>
avformat/http: request more data after partial response If the …
10:02 AM Changeset in ffmpeg [6336fa33] by Niklas Haas <ffmpeg@haasn.dev>
avformat/http: return EIO if s->hd is NULL This could conceivably …
10:02 AM Changeset in ffmpeg [ca2c5ff4] by Niklas Haas <ffmpeg@haasn.dev>
avformat/http: parse range size from Content-Range header In the …
10:02 AM Changeset in ffmpeg [19cae915] by Niklas Haas <ffmpeg@haasn.dev>
avformat/http: print error on HTTP response failure This currently …
10:02 AM Changeset in ffmpeg [5f95a1e7] by Niklas Haas <ffmpeg@haasn.dev>
avformat/http: fix noop seek check This fails to consider the case of …

Feb 6, 2026:

7:24 PM Changeset in ffmpeg [c352a9ab] by Brad Smith <brad@comstyle.com>
avutil/cpu: add CPU feature detection for AArch64 CRC32 on OpenBSD …
1:09 PM Changeset in ffmpeg [0fefecd5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Revert "avcodec/opus/parse: export the packet and extradata parsing …
1:05 PM Changeset in ffmpeg [12747e62] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/matroskaenc: Parse Opus packet durations ourselves This …
1:04 PM Changeset in ffmpeg [853843d8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/opus/parse: Move frame_duration tab into a file of its own …
2:21 AM Changeset in ffmpeg [3ab8b976] by James Almer <jamrial@gmail.com>
avformat/matroskaenc: parse Opus packets to write proper durations …
2:21 AM Changeset in ffmpeg [aa20d7b3] by James Almer <jamrial@gmail.com>
avcodec/opus/parse: export the packet and extradata parsing functions …
2:21 AM Changeset in ffmpeg [11e9a32] by James Almer <jamrial@gmail.com>
tests/fate/matroska: remove copyts from audio tests It's not needed …
2:21 AM Changeset in ffmpeg [0880458e] by James Almer <jamrial@gmail.com>
avformat/matroskadec: take into account priming samples in audio …
2:21 AM Changeset in ffmpeg [1dd85471] by James Almer <jamrial@gmail.com>
avformat/demux: don't overwrite already set packet durations with …

Feb 5, 2026:

11:55 PM Ticket #10972 (An FFmpeg decoding error caused by --constrained-intra in x265) updated by Balling
Sample is here: …
8:20 PM Changeset in ffmpeg [8f57b04f] by michaelni <michael@niedermayer.cc>
avcodec/hevc/sei: Use get_bits64() in …
5:59 PM Changeset in ffmpeg [f112ae50] by michaelni <michael@niedermayer.cc>
avformat/hls: Check for integer overflow with #EXTINF: Found-by: 이동준 …
5:12 PM Changeset in ffmpeg [af86f0ff] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dca_xll: Clear padding in ff_dca_xll_parse() Fixes: Use of …
5:01 PM Changeset in ffmpeg [00b4d678] by Michael Niedermayer <michael@niedermayer.cc>
avformat/demux: Allow non opened codec in …
5:01 PM Changeset in ffmpeg [5fa7d588] by Michael Niedermayer <michael@niedermayer.cc>
avformat/flvdec: Check need_context_update when audio codec changes …
4:08 PM Changeset in ffmpeg [c6c6874c] by Michael Niedermayer <michael@niedermayer.cc>
avfilter/vf_find_rect: Check x/y min/max Signed-off-by: Michael …
4:08 PM Changeset in ffmpeg [12321e5e] by Michael Niedermayer <michael@niedermayer.cc>
vfilter/vf_find_rect: Clamp x/y min/max to valid values Fixes: …
3:50 PM Changeset in ffmpeg [ee7a15f0] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: adjust threshold for MAGICYUV Fixes: Timeout …
3:29 PM Changeset in ffmpeg [189bc0aa] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dxv: Clear tex_data padding on reallocation dxv assumes that …
3:29 PM Changeset in ffmpeg [0f35146] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/lzf: Remove size messing from ff_lzf_uncompress() size …
3:07 PM Changeset in ffmpeg [5db50e87] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1enc: refine end condition In the case where the last …
1:37 PM Changeset in ffmpeg [11a5afea] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dca_xll: Check get_rice_array() Fixes: use of uninitialized …
12:19 PM Changeset in ffmpeg [b628cafd] by Zane van Iperen <zane@zanevaniperen.com>
libavformat/argo_brp: fix incorrect ASF chunk header read Was …
2:45 AM Changeset in ffmpeg [627da111] by Anthony Bajoua <anthonybajoua@meta.com>
libavformat/movenc: Uses dynamic buffers for fragmented chunks
1:13 AM Changeset in ffmpeg [27dd2f1] by Jun Zhao <barryjzhao@tencent.com>
lavc/hevc: fix missing # in ldrsw immediate offset The ldrsw …

Feb 4, 2026:

9:26 PM Changeset in ffmpeg [e48eaa8] by Marton Balint <cus@passwd.hu>
avfilter/af_whisper: Add max_len parameter
8:46 PM Changeset in ffmpeg [75f5d79f] by Marton Balint <cus@passwd.hu>
fftools/ffprobe: add base64 data dump format Signed-off-by: Marton …
8:46 PM Changeset in ffmpeg [ca6f3f3c] by Marton Balint <cus@passwd.hu>
fftools/ffprobe: use an AVTextFormatOptions struct in …
8:46 PM Changeset in ffmpeg [b1f14cbd] by Marton Balint <cus@passwd.hu>
fftools/ffprobe: fatorize dumping hexdump as data dump Signed-off-by: …
8:46 PM Changeset in ffmpeg [30be62b7] by Marton Balint <cus@passwd.hu>
fftools/ffprobe: print AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL id and …
3:25 PM Changeset in ffmpeg [d1a43f14] by michaelni <michael@niedermayer.cc>
avutil/dovi_meta: Document valid range for index of av_dovi_get_ext() …
12:28 PM Changeset in ffmpeg [462fac0e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
tests/checkasm/vc1dsp: Use correct function argument Fixes a …
9:06 AM Changeset in ffmpeg [e250854] by Zhao Zhili <quink@noreply.code.ffmpeg.org>
aarch64/h264pred: disable inefficient functions These assembly …
4:05 AM Changeset in ffmpeg [f54841d3] by Zhao Zhili <zhilizhao@tencent.com>
avcodec/aarch64: add pngdsp Test Name A55-gcc-11 …
4:05 AM Changeset in ffmpeg [a0d4c07b] by Zhao Zhili <zhilizhao@tencent.com>
tests/checkasm: add test for png Signed-off-by: Zhao Zhili …
4:00 AM Changeset in ffmpeg [9ebfd680] by Zhao Zhili <quink@noreply.code.ffmpeg.org>
swscale/swscale: force SwsDither and SwsAlphaBlend to 32 bits The …
12:26 AM Changeset in ffmpeg [36b23092] by Marton Balint <cus@passwd.hu>
avformat/rtsp: replace the deprecated localport with localrtpport
12:04 AM Changeset in ffmpeg [1fd718c6] by michaelni <michael@niedermayer.cc>
avformat/mpegts: Check program_info_length Fixes: overread No …
12:04 AM Changeset in ffmpeg [59751496] by michaelni <michael@niedermayer.cc>
avformat/mpegts: Check IOD_DESCRIPTOR len Fixes: out of array read …

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 …
Note: See TracTimeline for information about the timeline view.