gstreamer/gst-libs/gst
Edward Hervey df35256dad video-converter: Fix RGB-XYZ-RGB conversion
The matrices were in the wrong order.
Instead of the conversion matrix being
  _ XYZ_TO_RGB_output * RGB_TO_XYZ_input * input_RGB
It was
  _ RGB_TO_XYZ_input * XYZ_TO_RGB_output * input_RGB
2019-11-21 13:46:38 +00:00
..
allocators Remove autotools build system 2019-10-13 14:15:43 +01:00
app Remove autotools build system 2019-10-13 14:15:43 +01:00
audio audioringbuffer: Reset reorder flag before check 2019-11-17 14:10:31 +00:00
fft Remove autotools build system 2019-10-13 14:15:43 +01:00
gl glupload: Fix allocator leak 2019-11-15 10:26:48 +00:00
pbutils encodebin: Ensure that a single segment is pushed into encoders 2019-11-05 18:03:09 +00:00
riff Remove autotools build system 2019-10-13 14:15:43 +01:00
rtp rtcpbuffer: add RTPFB_TYPE_TWCC for Transport-Wide Congestion Control 2019-11-05 12:42:52 +00:00
rtsp gstrtspconnection: messages_bytes not decreased 2019-10-21 09:58:27 +00:00
sdp Remove autotools build system 2019-10-13 14:15:43 +01:00
tag Remove autotools build system 2019-10-13 14:15:43 +01:00
video video-converter: Fix RGB-XYZ-RGB conversion 2019-11-21 13:46:38 +00:00
gettext.h Fix FSF address 2012-11-03 23:05:09 +00:00
glib-compat-private.h Fix FSF address 2012-11-03 23:05:09 +00:00
gst-i18n-app.h tools: add simple command-line gst-play utility for testing purposes 2013-08-16 15:45:23 +01:00
gst-i18n-plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00
meson.build meson: Add feature options for all plugins 2018-07-27 18:42:11 +05:30