gstreamer/gst-libs/gst/audio
David Schleef 129c7e8af1 configure.ac: Remove idct and resample libs
Original commit message from CVS:
* configure.ac: Remove idct and resample libs
* gst-libs/gst/Makefile.am: same
Remove usage of gst_library_load():
* ext/alsa/gstalsaplugin.c: (plugin_init):
* ext/libvisual/visual.c: (plugin_init):
* ext/ogg/gstogg.c: (plugin_init):
* ext/theora/theora.c: (plugin_init):
* ext/vorbis/vorbis.c: (plugin_init):
* gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
* gst/audioscale/gstaudioscale.c:
* gst/adder/gstadder.c: (plugin_init):
* gst/audioconvert/plugin.c: (plugin_init):
* sys/ximage/ximagesink.c: (plugin_init):
* sys/xvimage/xvimagesink.c: (plugin_init):
* gst/tcp/gsttcpplugin.c: (plugin_init):
Link plugins against libraries:
* ext/ogg/Makefile.am:
* ext/theora/Makefile.am:
* ext/vorbis/Makefile.am:
* gst/audioconvert/Makefile.am:
Create proper libraries:
* gst-libs/gst/riff/Makefile.am:
* gst-libs/gst/audio/Makefile.am:
* gst-libs/gst/video/Makefile.am:
Move resample library to audioscale plugin directory:
* gst-libs/gst/resample/Makefile.am:
* gst-libs/gst/resample/README:
* gst-libs/gst/resample/dtof.c:
* gst-libs/gst/resample/dtos.c:
* gst-libs/gst/resample/functable.c:
* gst-libs/gst/resample/private.h:
* gst-libs/gst/resample/resample.c:
* gst-libs/gst/resample/resample.h:
* gst-libs/gst/resample/resample.vcproj:
* gst-libs/gst/resample/test.c:
* gst/audioscale/Makefile.am:
* gst/audioscale/README:
* gst/audioscale/dtof.c:
* gst/audioscale/dtos.c:
* gst/audioscale/functable.c:
* gst/audioscale/private.h:
* gst/audioscale/resample.c:
* gst/audioscale/resample.h:
* gst/audioscale/test.c:
Move tagedit library to gst-libs:
* gst-libs/gst/tag/Makefile.am:
* gst-libs/gst/tag/gstid3tag.c:
* gst-libs/gst/tag/gsttagediting.c:
* gst-libs/gst/tag/gsttageditingprivate.h:
* gst-libs/gst/tag/gstvorbistag.c:
* gst/tags/Makefile.am:
* gst/tags/gstid3tag.c:
* gst/tags/gstvorbistag.c:
Fix for core changes:
* gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
(gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
(gst_sinesrc_getrange):
2005-04-25 00:23:06 +00:00
..
.gitignore ignore more 2005-01-17 12:45:48 +00:00
audio.c Surround sound support. 2004-11-25 20:36:29 +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 ext/alsa/gstalsa.c: buffer-frames property was missing 2004-11-09 06:08:22 +00:00
audio.vcproj more working plugins 2004-07-27 21:41:30 +00:00
audioclock.c Plugin port to 0.9, ogg/theora playback should work in the seek example now. 2005-03-31 09:43:49 +00:00
audioclock.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
audiofilter.vcproj more working plugins 2004-07-27 21:41:30 +00:00
gstaudiofilter.c Plugin port to 0.9, ogg/theora playback should work in the seek example now. 2005-03-31 09:43:49 +00:00
gstaudiofilter.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
gstaudiofiltertemplate.c configure.ac: Remove idct and resample libs 2005-04-25 00:23:06 +00:00
gstaudiosink.c An attempt at a set of audio base classes together with some design docs. 2005-04-20 10:19:54 +00:00
gstaudiosink.h An attempt at a set of audio base classes together with some design docs. 2005-04-20 10:19:54 +00:00
gstbaseaudiosink.c An attempt at a set of audio base classes together with some design docs. 2005-04-20 10:19:54 +00:00
gstbaseaudiosink.h An attempt at a set of audio base classes together with some design docs. 2005-04-20 10:19:54 +00:00
gstringbuffer.c An attempt at a set of audio base classes together with some design docs. 2005-04-20 10:19:54 +00:00
gstringbuffer.h An attempt at a set of audio base classes together with some design docs. 2005-04-20 10:19:54 +00:00
make_filter gconf/Makefile.am: Fix for non-GNU make 2004-04-19 22:51:57 +00:00
Makefile.am configure.ac: Remove idct and resample libs 2005-04-25 00:23:06 +00:00
multichannel.c Surround sound support. 2004-11-25 20:36:29 +00:00
multichannel.h Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code 2005-02-09 22:31:05 +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 An attempt at a set of audio base classes together with some design docs. 2005-04-20 10:19:54 +00:00