Files
FFmpeg/libavcodec
Lynne 49a77d37be ffv1enc: write f->flt to extradata
The parser has been reading f->flt for combined_version >= 0x40004
since commit c1b330bf24 (avcodec/ffv1: Basic float16 support), but
ff_ffv1_write_extradata() never had a matching put_symbol().
The result was that the parsed f->flt was whatever the next symbol's
worth of rangecoded bits happened to decode to — often 0, but for a
yuv420p16le -level 4 -strict experimental stream produced locally it
parses as 1.  The software decoder doesn't notice because the YUV
pixfmt-selection branches never check f->flt, but anything else that
trusts it gets garbage.

Sponsored-by: Sovereign Tech Fund
2026-05-31 20:04:02 +09:00
..
2026-05-22 09:33:52 +00:00
2026-04-28 14:31:19 +02:00
2026-04-28 12:29:37 +00:00
2026-05-03 16:56:43 +02:00
2026-04-28 12:29:37 +00:00
2026-04-28 12:29:37 +00:00
2026-04-28 12:29:37 +00:00
2026-05-31 20:04:02 +09:00
2026-05-19 17:43:53 +09:00
2026-05-03 18:23:03 +02:00
2026-05-02 21:39:02 +00:00
2026-05-03 18:23:10 +02:00
2026-05-03 18:22:24 +02:00
2026-05-03 18:22:18 +02:00
2026-05-03 18:22:13 +02:00
2026-04-28 12:29:37 +00:00
2026-04-28 12:29:37 +00:00
2026-04-28 12:29:37 +00:00
2026-04-28 12:29:37 +00:00
2026-05-19 17:43:53 +09:00