Re: [PATCH 00/18] avcodec/h264dec: H.264 MVC (Annex H) multiview decoding
popcorn mix via ffmpeg-devel <[email protected]>
| Newsgroups | gmane.comp.video.ffmpeg.devel |
|---|---|
| Message-ID | <CAEi1pCRas7gPzznwxLkBXpQs1B5GohwN0Y+4PeyTX4=CODS81A@mail.gmail.com> |
On Tue, Aug 25, 2026 at 11:58 PM Jean-Baptiste Kempf <[email protected]> wrote: > > Did you start from the MVC decoder from a long time ago? Claude was given the `britz/mvc_multi_H264Context` as context to the original request, but no code from there was actually used. The architecture is very different from theirs: they used an array of whole `H264Context`s in `priv_data`, `#include "h264_refs.c"`, broadcast-by-value SPS activation and aliased DPB pointers. This series follows the MV-HEVC template - one context, per-view state swapped at view boundaries, shared DPB pool. _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]