gstreamer/gst/audioconvert
Tim-Philipp Müller fd54092a2a gst/audioconvert/: Add support for more than 8 channels and NONE channel layouts. For more than 8 channels no channel...
Original commit message from CVS:
Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
* gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_parse_caps),
(structure_has_fixed_channel_positions),
(gst_audio_convert_transform_caps):
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
Add support for more than 8 channels and NONE channel layouts. For
more than 8 channels no channel conversion is supported yet, only
format conversions are supported. Fixes bug #398033.
* tests/check/elements/audioconvert.c: (verify_convert),
(GST_START_TEST), (audioconvert_suite):
Add some unit tests by Tim for checking the NONE channel layouts
and more than 8 channels and add some more unit tests for channel
conversions.
2008-05-06 12:12:16 +00:00
..
.gitignore gst/audioconvert/gstaudioconvert.c: create channel conversion matrix when linking 2005-02-13 17:39:22 +00:00
audioconvert.c gst/audioconvert/: Add support for more than 8 channels and NONE channel layouts. For more than 8 channels no channel... 2008-05-06 12:12:16 +00:00
audioconvert.h gst/audioconvert/: Add support for more than 8 channels and NONE channel layouts. For more than 8 channels no channel... 2008-05-06 12:12:16 +00:00
audioconvert.vcproj more working plugins 2004-07-27 21:41:30 +00:00
channelmixtest.c *.c: Don't cast to GstObject before reffing/unreffing. 2005-06-28 10:16:13 +00:00
gstaudioconvert.c gst/audioconvert/: Add support for more than 8 channels and NONE channel layouts. For more than 8 channels no channel... 2008-05-06 12:12:16 +00:00
gstaudioconvert.h gst/audioconvert/: Implement dithering and noise shaping in audioconvert. By default now 2007-06-28 20:37:58 +00:00
gstaudioquantize.c Remove some unused code. 2008-05-04 15:02:20 +00:00
gstaudioquantize.h gst/audioconvert/: Implement dithering and noise shaping in audioconvert. By default now 2007-06-28 20:37:58 +00:00
gstchannelmix.c gst/audioconvert/: Add support for more than 8 channels and NONE channel layouts. For more than 8 channels no channel... 2008-05-06 12:12:16 +00:00
gstchannelmix.h Add float as an intermediate format, as well as float mixing. Enable test that was failing before. Fixes #339837 2007-02-22 09:04:37 +00:00
Makefile.am gst/audioconvert/Makefile.am: Also link to libm. 2007-12-10 15:21:41 +00:00
plugin.c gst/audioconvert/plugin.c: Register the GstAudioChannelPosition enum type with the type system in the plugin_init fun... 2006-02-14 18:52:52 +00:00
plugin.h borgify further clean up docs a little 2005-12-01 01:12:55 +00:00