gstreamer/gst-libs/gst/video
Wim Taymans 21bf4f04f3 video: fix some video formats
Rename the offset field in GstVideoFormatInfo to poffset to avoid confusion with
the offset of the plane in the buffer. The poffset is the offset in the plane
where the first byte of the component data can be found.
Properly implement the COMP_OFFSET calculations.
Fix YV12 and YVU9, simply use the same offsets as the regular I420 and YUV9
variants, we use the plane info to reorder components already.
Improve the unit test.
2012-01-02 13:30:53 +01:00
..
.gitignore video: add some internal helper functions for image blending 2011-12-05 15:03:47 +00:00
colorbalance.c video: move some interfaces 2011-11-29 19:10:01 +01:00
colorbalance.h video: move some interfaces 2011-11-29 19:10:01 +01:00
colorbalancechannel.c video: move some interfaces 2011-11-29 19:10:01 +01:00
colorbalancechannel.h video: move some interfaces 2011-11-29 19:10:01 +01:00
convertframe.c Merge remote-tracking branch 'origin/master' into 0.11 2011-12-08 01:19:03 +00:00
gstvideofilter.c videofilter: improve video filter 2011-12-21 23:46:53 +01:00
gstvideofilter.h video: add some padding to GstVideoFilter 2011-12-30 19:27:16 +00:00
gstvideometa.c videometa: add copy functions 2011-12-01 15:45:28 +01:00
gstvideometa.h rename meta* -> *meta 2011-11-02 09:04:27 +01:00
gstvideopool.c videopool: add support for custom allocators 2011-12-28 15:35:52 +01:00
gstvideopool.h videopool: add support for custom allocators 2011-12-28 15:35:52 +01:00
gstvideosink.c videosink: add "show-preroll-frame" property 2009-09-08 18:20:22 +01:00
gstvideosink.h videosink: reset padding 2011-11-10 17:52:36 +01:00
Makefile.am video: add video overlay composition API for subtitles 2011-12-05 15:37:02 +00:00
video-blend.c gstvideo: fix a RGB ordering mixup in colorspace conversion code 2011-12-20 19:55:53 +00:00
video-blend.h video: hide private video-blend.[ch] from gobject-introspection 2011-12-05 15:37:02 +00:00
video-marshal.list video: move some interfaces 2011-11-29 19:10:01 +01:00
video-overlay-composition.c propertyprobe: remove propertyprobe 2011-12-21 11:58:53 +01:00
video-overlay-composition.h video: make composition_blend() return a boolean 2011-12-07 18:45:28 +00:00
video.c video: fix some video formats 2012-01-02 13:30:53 +01:00
video.h video: fix some video formats 2012-01-02 13:30:53 +01:00
video.vcproj more working plugins 2004-07-27 21:41:30 +00:00
videoblendorc-dist.c video: add fallbacks for compilation without orc 2011-12-05 15:36:56 +00:00
videoblendorc-dist.h video: add fallbacks for compilation without orc 2011-12-05 15:36:56 +00:00
videoblendorc.orc video: add some internal helper functions for image blending 2011-12-05 15:03:47 +00:00
videoorientation.c video: move some interfaces 2011-11-29 19:10:01 +01:00
videoorientation.h video: move some interfaces 2011-11-29 19:10:01 +01:00
videooverlay.c Merge remote-tracking branch 'origin/master' into 0.11 2011-12-08 01:19:03 +00:00
videooverlay.h video: move some interfaces 2011-11-29 19:10:01 +01:00