gstreamer/gst
Tim-Philipp Müller 9ef16721ed typefinding: detect MSS manifests without using g_convert()
Embedded systems often have limited charset conversion
functionality, so don't rely on g_convert() (i.e. iconv)
for UTF-16 to UTF-8 conversions, we can easily enough do
that ourselves by converting to native endianness and
then using GLib's helper functions.
2015-04-26 14:41:30 +01:00
..
adder adder: Drop custom latency querying logic 2015-02-27 00:52:05 +05:30
app app, videorate: fix CFLAGS and LIBADD order 2015-04-11 00:03:29 +01:00
audioconvert audioconvert: fix mixed usage of gint and gint32 in int matrix 2015-04-15 12:18:03 +02:00
audiorate audiorate: Fill gap events 2014-12-14 12:09:12 +01:00
audioresample Constify some static arrays everywhere 2015-01-21 09:49:47 +01:00
audiotestsrc remove unused enum items PROP_LAST 2015-04-24 17:11:01 +01:00
encoding remove unused enum items PROP_LAST 2015-04-24 17:11:01 +01:00
gio gio: fix gvfs plugin dependencies 2015-04-14 16:00:42 +01:00
playback remove unused enum items PROP_LAST 2015-04-24 17:11:01 +01:00
subparse Don't compare booleans for equality to TRUE and FALSE 2014-12-01 09:51:12 +01:00
tcp remove unused enum items PROP_LAST 2015-04-24 17:11:01 +01:00
typefind typefinding: detect MSS manifests without using g_convert() 2015-04-26 14:41:30 +01:00
videoconvert videoconvert: add dither-bits option 2014-12-02 15:23:00 +01:00
videorate app, videorate: fix CFLAGS and LIBADD order 2015-04-11 00:03:29 +01:00
videoscale docs: Add new video functions and objects. Cleanup a little. 2015-03-13 01:08:25 +11:00
videotestsrc remove unused enum items PROP_LAST 2015-04-24 17:11:01 +01:00
volume Fix double semicolons 2015-03-10 09:27:08 +00:00
Makefile.am build: build plugin and example directories in parallel if make -jN is used 2010-03-29 00:26:59 +01:00