gstreamer/gst-libs/gst/audio
Edward Hervey 70d967da7c audio: Fix overread in channel positions
The array we're writing to is limited to 64 ... but the amount of
input positions might be lower than 64. Therefore use MIN and not
MAX to know how many values to read from the array.
2011-10-05 11:51:07 +02:00
..
.gitignore audio: move testchannels example to 'tests/examples' dir 2011-05-27 15:09:25 +03:00
audio.c audio: Fix overread in channel positions 2011-10-05 11:51:07 +02: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 docs: improve docs 2011-09-27 11:19:24 +02: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 audio: clean up headers 2011-06-21 18:17:59 +02:00
gstaudioclock.h audio: clean up headers 2011-06-21 18:17:59 +02:00
gstaudiodecoder.c audio: don't use GST_PTR_FORMAT for segments 2011-09-30 10:56:02 +01:00
gstaudiodecoder.h audiodecoder: add method to set output caps 2011-09-28 15:35:56 +02:00
gstaudioencoder.c audio: don't use GST_PTR_FORMAT for segments 2011-09-30 10:56:02 +01:00
gstaudioencoder.h Merge branch 'master' into 0.11 2011-09-26 19:22:05 +02:00
gstaudiofilter.c Merge branch 'master' into 0.11 2011-08-22 13:06:27 +02:00
gstaudiofilter.h audio: add more macros 2011-08-19 14:03:23 +02:00
gstaudiofilterexample.c Merge branch 'master' into 0.11 2011-09-06 15:24:32 +02:00
gstaudioiec61937.c audio: rework audio caps. 2011-08-18 19:15:03 +02:00
gstaudioiec61937.h docs: fix docs for new api 2011-05-23 14:56:17 +03:00
gstaudioprocess.c Merge branch 'master' into 0.11 2011-09-06 15:24:32 +02:00
gstaudioprocess.h Merge branch 'master' into 0.11 2011-09-06 15:24:32 +02:00
gstaudioringbuffer.c Merge branch 'master' into 0.11 2011-09-06 15:24:32 +02:00
gstaudioringbuffer.h Merge branch 'master' into 0.11 2011-09-06 15:24:32 +02:00
gstaudiosink.c audio: clean up audiosink headers 2011-06-21 18:13:48 +02:00
gstaudiosink.h audio: clean up audiosink headers 2011-06-21 18:13:48 +02:00
gstaudiosrc.c audio: Use G_DEFINE_TYPE instead of GST_BOILERPLATE 2011-04-19 10:52:00 +02:00
gstaudiosrc.h docs: fixup audio-library docs 2011-05-23 15:08:24 +03:00
gstbaseaudiosink.c audio: rework audio caps. 2011-08-18 19:15:03 +02:00
gstbaseaudiosink.h audio: clean up headers 2011-06-21 18:17:59 +02:00
gstbaseaudiosrc.c baseaudiosrc: don't try to fixate "width" field for alaw/mulaw 2011-09-10 18:30:55 +01:00
gstbaseaudiosrc.c.orig Merge branch 'master' into 0.11 2011-09-06 15:24:32 +02:00
gstbaseaudiosrc.c.rej Merge branch 'master' into 0.11 2011-09-06 15:24:32 +02:00
gstbaseaudiosrc.h gst-libs/gst/audio/: Complete Sebastien's commit from the 13th by exporting the _slave_method_get_type() methods. 2008-12-30 17:55:07 +00:00
gstringbuffer.c ringbuffer: store info so we can debug it 2011-09-28 16:07:53 +02:00
gstringbuffer.h docs: improve docs 2011-09-27 11:19:24 +02:00
gstringbufferthread.c Merge branch 'master' into 0.11 2011-09-06 15:24:32 +02:00
gstringbufferthread.h Merge branch 'master' into 0.11 2011-09-06 15:24:32 +02:00
Makefile.am gst-libs: Temporarily remove dependency of gstaudio on gstpbutils 2011-09-23 16:17:45 +02:00
mixerutils.c feature: use object name instaed of feature name 2011-05-24 18:21:06 +02: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 Merge branch 'master' into 0.11 2011-08-29 11:37:36 +02:00
multichannel.h docs: improve docs 2011-09-27 11:19:24 +02:00
TODO gst-libs/gst/audio/TODO: Update TODO 2006-02-17 10:15:52 +00:00