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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 13 07:50:55 PST 2014


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

Nicolas Dufresne <nicolas.dufresne> changed:

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

--- Comment #56 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2014-01-13 15:50:46 UTC ---
commit 016e5285c7354601dc67e8a1c94ac280e2c9e4cb
Author: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Date:   Wed Jan 8 19:43:01 2014 -0500

    doc: Add new sections introduce for tile format

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

commit 595bcfb4d7026a8d2000f8f00a7e075e5d1bea46
Author: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Date:   Wed Jan 8 19:42:35 2014 -0500

    video: Generate types for tile enumeration

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

commit f52fd7a68b8b6e5814aa076fcade6f0d5a7ef066
Author: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Date:   Wed Jan 8 19:41:56 2014 -0500

    video: Don't use extra plane and componenent for tile format

    Instead of using extra plane, we encode the number of tiles in x and y in
the stride of
    each planes (i.e. y_tiles << 16 | x_tiles) and introduce tile_mode,
tile_width and
    tile_height into GstVideoFormatInfo structure.

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

commit d899e6df5ac162709f8d2cf53c23d0fa8ce3f09f
Author: Wim Taymans <wtaymans at redhat.com>
Date:   Fri Jan 3 22:36:13 2014 +0100

    video: rename NV12T -> NV12_64Z32

    Is a bit more descriptive and allows us to add more tiled types
    later.

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

commit c8597330a95b35822ac54575fd2df7a669645612
Author: Nicolas Dufresne <nicolas.dufresne at collabora.co.uk>
Date:   Fri Jan 3 22:29:09 2014 +0100

    video-frame: scale vertical tiles based on subsampling

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

commit 53605e35f4d5748c5a433a36b8f0286a10143577
Author: Nicolas Dufresne <nicolas.dufresne at collabora.co.uk>
Date:   Fri Jan 3 22:18:08 2014 +0100

    video-frame: fix tiled pixel stride

    Pixel stride is per component, not per plane. We get the tile mode from
    the pixelstride of the TILE component.

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

commit 61cbdf379bcafdcf1aac1af793046fcd6a8d47c8
Author: Wim Taymans <wtaymans at redhat.com>
Date:   Thu Dec 26 17:40:05 2013 +0100

    format: improve docs

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

commit 12eedf86e880935d8f93e6327b73396baed5f00b
Author: Wim Taymans <wtaymans at redhat.com>
Date:   Wed Dec 25 16:22:32 2013 +0100

    tests: fix videoscale test for NV12T

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

commit f3e989179bd32eb3615c9d0a8a124113fa09afa0
Author: Wim Taymans <wtaymans at redhat.com>
Date:   Wed Dec 25 16:06:43 2013 +0100

    video-format: fix off-by-one for tiled coordinates

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

commit fb0fecbf48b1a43821484991ec26f6d0d7b9f7ca
Author: Wim Taymans <wtaymans at redhat.com>
Date:   Wed Dec 25 15:22:24 2013 +0100

    video-tile: improve docs

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

commit 33c486e5c1d9472e0844de6fae08272c36a6dbfe
Author: Wim Taymans <wtaymans at redhat.com>
Date:   Wed Dec 25 14:57:30 2013 +0100

    video-format: use shifts when possible

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

commit 980811c1201c1ca9c8d10bbf2f0d3ef4d02d9a9f
Author: Wim Taymans <wtaymans at redhat.com>
Date:   Wed Dec 25 14:23:04 2013 +0100

    video-frame: fix copy of tiled formats

    Add code to copy tiled planes.

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

commit 3ceb7dfe22c0f4247fd4e4949223cfa1e3ace33c
Author: Wim Taymans <wtaymans at redhat.com>
Date:   Wed Dec 25 14:11:57 2013 +0100

    video-tile: add tile mode and helper functions

    Move the tile helper functions to their own file. Make it possible to
    make other tiling modes later.

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

commit f8d3b9b4fcc5e08b771314fa95e9ed8f750b54e6
Author: Wim Taymans <wtaymans at redhat.com>
Date:   Fri Dec 20 21:27:46 2013 +0100

    video: add NV12T support

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

commit 67a271723562eb259f67bece7f08a1af090d166e
Author: Wim Taymans <wtaymans at redhat.com>
Date:   Thu Dec 19 16:11:50 2013 +0100

    Add tiled color format support

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

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