[Bug 707361] video: Add support for 64x32 tiled NV12 color format

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Dec 11 16:05:16 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=707361
  GStreamer | gst-plugins-base | git

--- Comment #22 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2013-12-12 00:05:14 UTC ---
Ok, to address all comments I had and issues I've found (including issues I've
had with the extra plane), I've rewritten it a third time. This time I
basically integrate the tile format into the infrastructure adding
tile_width/tile_height to VideoFormatInfo, adding n_tiles_x, n_tiles_y to
VideoInfo (that get ajusted when gst_video_info_align() is called with
appropriate alignment). With this, I managed to implement generic frame copying
and generic color conversion for tiles. It should be really easy now to
implement a detiling fast-path (e.g. NV12_64x32 -> NV12, I420).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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