gstreamer/gst
Sebastian Dröge cd4602ecfa videoconvert: Fix I420 to BGRA fast-path alpha setting
This fast-path was adding 128 to every component including
alpha while it should only be done for all components except
alpha. This caused wrong alpha values to be generated.

Also remove the high-quality I420 to BGRA fast-path as it needs
the same fix, which causes an additional instruction, which causes
orc to emit more than 96 variables, which then just crashes.
This can only be fixed in orc by breaking ABI and allowing more
variables.
2013-12-23 14:56:15 +01:00
..
adder adder: Don't take channel mask in consideration in mono or stereo 2013-09-28 13:32:58 +02:00
app docs: remove old 0.10 Since markers 2013-11-16 16:10:07 +00:00
audioconvert audioconvert: Map buffer as READWRITE if the buffer and memory is writable 2013-10-04 14:02:06 +02:00
audiorate docs: remove old 0.10 Since markers 2013-11-16 16:10:07 +00:00
audioresample audioresample: make explicit that neon is disabled and why 2013-07-03 09:44:32 +01:00
audiotestsrc gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
encoding encodebin: Handle changes in encoding_profile::restriction during playback 2013-10-09 15:25:19 -03:00
gio docs: remove old 0.10 Since markers 2013-11-16 16:10:07 +00:00
playback uridecodebin: copy sticky events 2013-11-29 17:30:09 +01:00
subparse subparse: Add support for parsing LRC subtitles 2013-12-18 15:52:53 +01:00
tcp tcp: fix compilation with MSVC 2013-11-28 16:24:13 +00:00
typefind pbutils: add typefinder and descriptions for audio/x-xi 2013-12-17 18:06:12 +01:00
videoconvert videoconvert: Fix I420 to BGRA fast-path alpha setting 2013-12-23 14:56:15 +01:00
videorate docs: remove old 0.10 Since markers 2013-11-16 16:10:07 +00:00
videoscale videoscale: fix adding borders when NV12 is used 2013-10-30 18:38:21 +01:00
videotestsrc videotestsrc: implement duration query 2013-10-08 16:10:54 -03:00
volume Release 1.1.1 2013-06-05 18:31:27 +02:00
Makefile.am build: build plugin and example directories in parallel if make -jN is used 2010-03-29 00:26:59 +01:00