I have refreshed Luca's patches to add AV1 support.  They're very directly
derived from the libvpx wrapper, it's mostly s/vpx/aom/, so I'm wondering
if more code sharing via templating or similar is in order.  Then again,
IIUC, libaom is going to supplant libvpx completely, even for VP8/9.
So maybe we should just drop the libvpx wrapper in a not-so-distant future?
Thoughts?

[PATCH 1/5] av1: Add codec_id and basic demuxing support
[PATCH 2/5] av1: Add libaom decoding support
[PATCH 3/5] libvpx: Require at least version 1.4.0
[PATCH 4/5] libaom: Templatize code shared with libvpx to avoid code
[PATCH 5/5] libvpx: Cast a pointer to const to squelch a warning
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to