gstreamer/ext/opus
Marcos Kintschner e05e8117e7 opusenc: fix segmentation fault at x86 version
The argument 0x0 is interpreted by the x86 compiler as a 32-bit int, but
it is consumed as a 64-bit uint causing a segmentation fault. We need to
explicit cast it to guint64 in order for the va_list to be built correctly.

https://bugzilla.gnome.org/show_bug.cgi?id=797092
2018-09-13 20:00:02 -04:00
..
gstopus.c opus: move Opus audio decoder and encoder from -bad to -base 2016-02-26 00:20:10 +00:00
gstopuscommon.c opuscommon: Use GString instead of snprintf for concating 2015-07-27 15:24:19 +01:00
gstopuscommon.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstopusdec.c opusdec: Add property to control phase inversion 2018-08-01 09:45:07 -04:00
gstopusdec.h opusdec: Add property to control phase inversion 2018-08-01 09:45:07 -04:00
gstopusenc.c opusenc: fix segmentation fault at x86 version 2018-09-13 20:00:02 -04:00
gstopusenc.h opusenc: Allow unpositioned channels. 2017-10-11 19:42:39 +02:00
gstopusheader.c opus: Add proper support for multichannel audio 2015-11-03 20:35:41 +02:00
gstopusheader.h opus: Add proper support for multichannel audio 2015-11-03 20:35:41 +02:00
Makefile.am opus: remove unused build variable and define 2017-12-19 12:01:32 +00:00
meson.build meson: Add feature options for all plugins 2018-07-27 18:42:11 +05:30