gstreamer/gst-libs/gst/audio
Sebastian Dröge 45ef6b5e13 gst-libs/gst/audio/multichannel.c: Allow rear center together with rear left/right and other previously conflicting c...
Original commit message from CVS:
* gst-libs/gst/audio/multichannel.c:
(gst_audio_check_channel_positions),
(gst_audio_set_structure_channel_positions_list),
(gst_audio_fixate_channel_positions):
Allow rear center together with rear left/right and other previously
conflicting channel positions. The reason why they weren't allowed
was the channel mixing implementation in audioconvert.
Also take this into account when fixing channel layouts.
Allow setting channel positions for 1/2 channels when using
gst_audio_set_structure_channel_position().
* gst/audioconvert/gstchannelmix.c:
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
Major rewrite of the channel mixing.
We now allow previously	conflicting channel positions to appear
together (rear center and rear left/right for example).
Fixes bug #533817.
Rework the way channels are mixed together to take more possible
channel positions into account, properly mix from/to side channels
and don't assume that either center, left&right or nothing of a
specific position is available anymore.
* tests/check/elements/audioconvert.c: (GST_START_TEST):
Adjust unit tests with non-standard 1/2 channel layouts to the more
correct new behaviour.
Add a unit test for 5.1->Stereo downmixing.
2008-05-29 11:34:09 +00:00
..
.gitignore ignore more 2005-01-17 12:45:48 +00:00
audio.c Correct all relevant warnings found by the sparse semantic code analyzer. This include marking several symbols static... 2008-03-03 06:04:31 +00:00
audio.def add more plugins to the build add some definitions needed by plugins fixes for build problems 2004-07-26 22:09:59 +00:00
audio.h gst-libs/gst/audio/audio.*: Readd the deprecation guards, but preserve compilability. 2007-11-01 08:06:13 +00:00
audio.vcproj more working plugins 2004-07-27 21:41:30 +00:00
audiofilter.vcproj more working plugins 2004-07-27 21:41:30 +00:00
gstaudioclock.c gst-libs/gst/audio/gstaudioclock.*: Add method to inform the clock that the time starts from 0 again. We use this inf... 2008-05-27 16:20:17 +00:00
gstaudioclock.h gst-libs/gst/audio/gstaudioclock.*: Add method to inform the clock that the time starts from 0 again. We use this inf... 2008-05-27 16:20:17 +00:00
gstaudiofilter.c gst-libs/gst/audio/gstaudiofilter.c: Initialize the GstRingerBuffer class to get it's debug category initialized. gst... 2008-01-29 09:47:12 +00:00
gstaudiofilter.h Fix the docs according to what gtk-doc complained about. 2007-10-30 20:32:14 +00:00
gstaudiofiltertemplate.c Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings (i.e. all). This gives us less memory u... 2008-03-22 15:00:53 +00:00
gstaudiosink.c gst-libs/gst/audio/gstaudiosink.c: Choose to allocate one less segment but require one additional segment as latency. 2008-05-09 16:38:10 +00:00
gstaudiosink.h Added docs for the audio libs. 2006-09-27 11:05:08 +00:00
gstaudiosrc.c gst-libs/gst/audio/gstaudiosink.c: Choose to allocate one less segment but require one additional segment as latency. 2008-05-09 16:38:10 +00:00
gstaudiosrc.h Fix broken GObject macros 2006-04-08 18:09:17 +00:00
gstbaseaudiosink.c gst-libs/gst/audio/gstaudioclock.*: Add method to inform the clock that the time starts from 0 again. We use this inf... 2008-05-27 16:20:17 +00:00
gstbaseaudiosink.h gst-libs/gst/audio/gstbaseaudiosink.h: Clarify some docs. 2008-04-28 08:51:38 +00:00
gstbaseaudiosrc.c gst-libs/gst/audio/gstaudioclock.*: Add method to inform the clock that the time starts from 0 again. We use this inf... 2008-05-27 16:20:17 +00:00
gstbaseaudiosrc.h gst-libs/gst/audio/gstbaseaudiosink.h: Clarify some docs. 2008-04-28 08:51:38 +00:00
gstringbuffer.c gst-libs/gst/audio/gstbaseaudiosink.c: Report the latency with the new seglatency parameter. 2008-05-07 15:47:03 +00:00
gstringbuffer.h gst-libs/gst/audio/gstbaseaudiosink.c: Report the latency with the new seglatency parameter. 2008-05-07 15:47:03 +00:00
make_filter gconf/Makefile.am: Fix for non-GNU make 2004-04-19 22:51:57 +00:00
Makefile.am gst-libs/gst/audio/: Oops, forgot to commit fixed-up example. 2007-02-03 23:28:45 +00:00
mixerutils.c gst-libs/gst/audio/mixerutils.c: Make order in which elements are tried more determinable. 2006-02-20 16:21:14 +00:00
mixerutils.h gst-libs/gst/audio/mixerutils.h: Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be used when compiling... 2007-01-12 12:47:29 +00:00
multichannel.c gst-libs/gst/audio/multichannel.c: Allow rear center together with rear left/right and other previously conflicting c... 2008-05-29 11:34:09 +00:00
multichannel.h ext/alsa/: Add support for cards that (only) do more than 8 channels, like the Delta 44 (#345188). 2006-08-03 14:16:06 +00:00
testchannels.c Plugin port to 0.9, ogg/theora playback should work in the seek example now. 2005-03-31 09:43:49 +00:00
TODO gst-libs/gst/audio/TODO: Update TODO 2006-02-17 10:15:52 +00:00