gstreamer/gst/audioconvert
Wim Taymans 2b626a5adf audioconvert: use pack/unpack functions
Rework the converter to use the pack/unpack functions
Because the unpack functions can only unpack to 1 format, add a separate
conversion step for doubles when the unpack function produces int.
Do conversion to S32 in the quantize function directly.
Tweak the conversion factor for doing float->int conversion slightly to
get the full range of negative samples, use clamp to make sure we don't
exceed our int range on the positive axis (see also #755301)
2015-10-23 16:58:17 +02:00
..
.gitignore gst/audioconvert/gstaudioconvert.c: create channel conversion matrix when linking 2005-02-13 17:39:22 +00:00
audioconvert.c audioconvert: use pack/unpack functions 2015-10-23 16:58:17 +02:00
audioconvert.h audioconvert: use pack/unpack functions 2015-10-23 16:58:17 +02:00
audioconvert.vcproj more working plugins 2004-07-27 21:41:30 +00:00
gstaudioconvert.c audioconvert: Also copy metas if their API has no tags attached to it 2015-06-29 13:06:49 +02:00
gstaudioconvert.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstaudioconvertorc-dist.c orc: update orc files 2015-01-27 13:39:14 +00:00
gstaudioconvertorc-dist.h Update disted orc backup files 2013-04-22 13:58:33 +01:00
gstaudioconvertorc.orc audioconvert: use pack/unpack functions 2015-10-23 16:58:17 +02:00
gstaudioquantize.c audioconvert: use pack/unpack functions 2015-10-23 16:58:17 +02:00
gstaudioquantize.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstchannelmix.c audioconvert: use pack/unpack functions 2015-10-23 16:58:17 +02:00
gstchannelmix.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstfastrandom.h audioconvert: Avoid int division in quantization 2015-03-24 16:52:07 +01:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:42:34 +01:00
plugin.c Fix FSF address 2012-11-03 23:05:09 +00:00
plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00