- 01 Jun, 2016 1 commit
-
-
Joan Pau Beltran authored
This existed in 0.10 and is needed by dc1394src. IYU2 format is a YUV fully-sampled packed format similar to v308 but with different component order (U-Y-V instead of Y-U-V). http://www.fourcc.org/yuv.php#IYU2 https://bugzilla.gnome.org/show_bug.cgi?id=763026#c5
-
- 29 Mar, 2016 1 commit
-
-
Scott D Phillips authored
P010 is a YUV420 format with an interleaved U-V plane and 2-bytes per component with the the color value stored in the 10 most significant bits. https://bugzilla.gnome.org/show_bug.cgi?id=761607 --- Changes since v2: - Set bits=16 in DPTH10_10_10_HI Changes since v1: - Fixed x-offset calculation in uv. - Added 6-bit shifts to FormatInfo.
-
- 20 Jan, 2016 1 commit
-
-
Wim Taymans authored
In gst_video_info_to_caps(), make sure we end up with an RGB matrix for RGB formats and warn when the GstVideoInfo colorimetry is wrong. In gst_video_info_from_caps(), fix the GstVideoInfo with an RGB matrix for RGB formats and warn about inconsistent caps. See https://bugzilla.gnome.org/show_bug.cgi?id=759624
-
- 15 Jul, 2015 1 commit
-
-
Wim Taymans authored
Add logging categories for most video objects. Remove some useless debug lines in video-info and videotestsrc. Add a performance debug line in the video scaler.
-
- 06 Jul, 2015 1 commit
-
-
Marcin Kolny authored
GstVideoInfo usually is created on the stack, but boxed type can be useful for bindings. https://bugzilla.gnome.org/show_bug.cgi?id=752011
-
- 11 Jun, 2015 1 commit
-
-
Jan Schmidt authored
Add flags and enums to support multiview signalling in GstVideoInfo and GstVideoFrame, and the caps serialisation and deserialisation. videoencoder: Copy multiview settings from reference input state Add gst_video_multiview_* support API and GstVideoMultiviewMeta meta https://bugzilla.gnome.org/show_bug.cgi?id=611157
-
- 04 May, 2015 2 commits
-
-
-
Jan Schmidt authored
Add VideoInfo accessors for colorimetry and chroma_site and use them when checking the equality of two GstVideoInfo
-
- 28 Apr, 2015 1 commit
-
-
Wim Taymans authored
Expose the methods used to convert a GstVideoInterlaceMode to and from a string.
-
- 10 Mar, 2015 1 commit
-
-
Sebastian Dröge authored
-
- 09 Mar, 2015 2 commits
-
-
Wim Taymans authored
Validate the parsed colorimetry and reset to defaults when we get RGB with a matrix or YUV without a matrix.
-
Wim Taymans authored
When we fail to parse the colorimetry property, fall back to the default colorimetry for the format and dimension instead of leaving things undefined.
-
- 08 Jan, 2015 1 commit
-
-
Sebastian Dröge authored
-
- 19 Nov, 2014 4 commits
-
-
Wim Taymans authored
Add a note about gst_video_info_set_format() and interlaced formats.
-
Wim Taymans authored
Refactor GstVideoInfo init, make function to set default colorimetry. Call fill_planes after we configure the GstVideoInfo with parameters from the caps. The size of the chroma planes for interlaced vertically subsampled formats needs to be rounded up to 2, we have 2 fields with each the same anount of chroma lines.
-
Wim Taymans authored
-
Wim Taymans authored
-
- 06 Nov, 2014 1 commit
-
-
Wim Taymans authored
-
- 10 Jun, 2014 1 commit
-
-
Thiago Santos authored
size is a gsize, so cast the operands to it to avoid overflows and setting wrong value to the video size. Includes tests. https://bugzilla.gnome.org/show_bug.cgi?id=731195
-
- 12 May, 2014 1 commit
-
-
Nicolas Dufresne authored
gst_video_info_is_equal() was not checking if stride and offset had changed. https://bugzilla.gnome.org/show_bug.cgi?id=729896
-
- 18 Feb, 2014 1 commit
-
-
Nicolas Dufresne authored
This was a regression introduced by f52fd7a6, where we started using the stride to encode the dimensions in tiles. This patch simply updates offset and size calculation as described in the documentation, part-mediatype-video-raw.txt.
-
- 13 Jan, 2014 3 commits
-
-
Nicolas Dufresne authored
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
-
Is a bit more descriptive and allows us to add more tiled types later. https://bugzilla.gnome.org/show_bug.cgi?id=707361
-
- 30 Dec, 2013 2 commits
-
-
Sebastian Dröge authored
And don't assume in other code that set_format() preserves any fields at all. These assumptions were already made here for fields that were changed by set_format().
-
Sebastian Dröge authored
Instead of only initializing some parts in some code paths. Also makes it easier to use the reserved bits of the structs later. https://bugzilla.gnome.org/show_bug.cgi?id=720810
-
- 20 Dec, 2013 1 commit
-
-
Edward Hervey authored
Fixes "Unitialized Scalar Variable" issues reported by Coverity. Has the added advantage of detecting whether somebody *does* use those fields (ending up with a invalid address). https://bugzilla.gnome.org/show_bug.cgi?id=720810
-
- 17 Dec, 2013 1 commit
-
-
Sebastian Dröge authored
This reverts commit 5fcdabd9. Instead of making it impossible to use the ENCODED format we should just document that it must not be used for capsfeature-less caps. Also this commit broke API/ABI.
-
- 11 Dec, 2013 1 commit
-
-
Edward Hervey authored
GST_VIDEO_FORMAT_ENCODED was added to support *extracting* video-related information (like width, height, framerate,...) from caps. It is __NOT__ intended to be used as a format field on video/x-raw caps.
-
- 19 Jul, 2013 2 commits
-
-
Wim Taymans authored
Increase the left padding so that we don't cause stride alignments later when we apply the padding. https://bugzilla.gnome.org/show_bug.cgi?id=694299
-
Wim Taymans authored
This reverts commit 28e1dadb. Incrementing the offset to make the plane aligned causes the image to be incompatible with what Xv expects. Rather that forcing a memcpy in the xvimagesink we would like to do adjust the left padding instead.
-
- 18 Jul, 2013 1 commit
-
-
- 16 Jul, 2013 1 commit
-
-
Sebastian Dröge authored
This is semi-planar 4:4:4 YUV. https://bugzilla.gnome.org/show_bug.cgi?id=703259
-
- 15 May, 2013 1 commit
-
-
Arnaud Vrac authored
This format is usually used by hardware video decoders for 4:2:2 sampling https://bugzilla.gnome.org/show_bug.cgi?id=700377
-
- 22 Dec, 2012 1 commit
-
-
Tim-Philipp Müller authored
-
- 10 Nov, 2012 2 commits
-
-
Sebastian Dröge authored
Planar RGB color format used by h264
-
Sebastian Dröge authored
-
- 03 Nov, 2012 1 commit
-
-
- 12 Sep, 2012 1 commit
-
-
Michael Smith authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683838
-
- 11 Sep, 2012 1 commit
-
-
Wim Taymans authored
Don't align the palette data. Fixes endless loop when trying to align paletted formats.
-