[Bug 795462] video: Add support for the 10bit yuv pixel format from the Rockchip SoC platform

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat May 19 17:36:59 UTC 2018


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

Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #18 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
commit 388b48511e90e008138e1842640b76934bd891dc (HEAD -> master)
Author: ayaka <ayaka at soulik.info>
Date:   Sat Apr 28 20:22:31 2018 -0400

    video: Add NV12_10LE40 pixel format

    This pixel format is a fully packed variant of NV12_10LE32,
    a luma pixel would take 10bits in memory, without any
    filled bits between pixels in a stride. The color range
    follows the BT.2020 standard.

    In order to get a better performance in hardware memory
    operation, it may expend the stride, append zero data at the
    end of echo lines.

    Pack function by Nicolas Dufresne.

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

    Signed-off-by: Nicolas Dufresne <nicolas at ndufresne.ca>
    Signed-off-by: ayaka <ayaka at soulik.info>

-- 
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