gstreamer/gst
George Kiagiadakis a498d3fe6e adder: remove non-interleaved layout from caps
adder needs more than just trivial work to support planar buffers properly
because it currently reads sub-buffers from GstCollectPads in order for all
of them to have matching sizes. In planar mode, this means it would truncate
some channels and mix them up in strange ways. It only works if all input
buffers in all sink pads have matching sizes.
2018-07-11 16:56:50 +03:00
..
adder adder: remove non-interleaved layout from caps 2018-07-11 16:56:50 +03:00
app meson: fix copy'n'paste-o in app plugin build description 2018-04-25 11:26:17 +01:00
audioconvert audioconvert: implement support for converting between interleaved and non-interleaved layouts 2018-07-11 16:26:13 +03:00
audiomixer Meson: Generate pc file for all plugins in base 2018-04-25 11:05:56 +01:00
audiorate Meson: Generate pc file for all plugins in base 2018-04-25 11:05:56 +01:00
audioresample audioresample: implement support for non-interleaved buffers 2018-07-11 16:26:13 +03:00
audiotestsrc audiotestsrc: implement producing non-interleaved audio buffers 2018-07-11 12:23:19 +03:00
encoding encodebin: Also lock input caps when dynamic output is disabled 2018-05-01 21:15:25 +02:00
gio Meson: Generate pc file for all plugins in base 2018-04-25 11:05:56 +01:00
pbtypes Meson: Generate pc file for all plugins in base 2018-04-25 11:05:56 +01:00
playback parsebin: Don't try to continue autoplugging a parser if we got raw caps 2018-07-06 17:49:39 +02:00
rawparse Meson: Generate pc file for all plugins in base 2018-04-25 11:05:56 +01:00
subparse subparse: Don't read beyond array 2018-05-30 11:39:40 +02:00
tcp tcp: fix markup for example pipelines in docs 2018-05-05 18:02:16 +02:00
typefind typefindfunctions: Bail out on huge EBML chunks 2018-07-06 13:48:09 +02:00
videoconvert Meson: Generate pc file for all plugins in base 2018-04-25 11:05:56 +01:00
videorate Meson: Generate pc file for all plugins in base 2018-04-25 11:05:56 +01:00
videoscale Meson: Generate pc file for all plugins in base 2018-04-25 11:05:56 +01:00
videotestsrc Meson: Generate pc file for all plugins in base 2018-04-25 11:05:56 +01:00
volume Meson: Generate pc file for all plugins in base 2018-04-25 11:05:56 +01:00
Makefile.am pbtypes: Add a stub plugin that owns the plugins-base dynamic types 2016-11-02 11:24:11 +11:00
meson.build audiomixer, audiointerleave: add to build 2018-02-13 16:38:32 +00:00