[Bug 791674] Continued improvements to AOM plugin

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 27 09:48:07 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=791674

--- Comment #45 from Sean-Der <sean at siobud.com> ---
Created attachment 372845
  --> https://bugzilla.gnome.org/attachment.cgi?id=372845&action=edit
aomenc: Handle 8 bit_depth images with AOM_IMG_FMT_HIGHBITDEPTH enabled

This one is really important, if you have to prioritize I would do this one
first. Without this patch decoding of most video files are broken.

This flag was turned off by default for a while, but now is on
(AOM_IMG_FMT_HIGHBITDEPTH) it just means in the 8bit case we have to hit skip
the unused 8.

Putting the check inside gst_av1_dec_image_to_buffer might not be ok. If you
prefer I can create a dedicated function for handling this case.

gst_av1_dec_image_to_buffer AND gst_av1_dec_8bit_image_to_buffer something like
that?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list