mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
842451a720
Original commit message from CVS: reviewed by: Stefan Kost <ensonic@users.sf.net> * gst/audiofx/Makefile.am: * gst/audiofx/audiochebyshevfreqband.c: (gst_audio_chebyshev_freq_band_mode_get_type), (gst_audio_chebyshev_freq_band_base_init), (gst_audio_chebyshev_freq_band_dispose), (gst_audio_chebyshev_freq_band_class_init), (gst_audio_chebyshev_freq_band_init), (generate_biquad_coefficients), (calculate_gain), (generate_coefficients), (gst_audio_chebyshev_freq_band_set_property), (gst_audio_chebyshev_freq_band_get_property), (gst_audio_chebyshev_freq_band_setup), (process), (process_64), (process_32), (gst_audio_chebyshev_freq_band_transform_ip), (gst_audio_chebyshev_freq_band_start): * gst/audiofx/audiochebyshevfreqband.h: * gst/audiofx/audiochebyshevfreqlimit.c: (gst_audio_chebyshev_freq_limit_mode_get_type), (gst_audio_chebyshev_freq_limit_base_init), (gst_audio_chebyshev_freq_limit_dispose), (gst_audio_chebyshev_freq_limit_class_init), (gst_audio_chebyshev_freq_limit_init), (generate_biquad_coefficients), (calculate_gain), (generate_coefficients), (gst_audio_chebyshev_freq_limit_set_property), (gst_audio_chebyshev_freq_limit_get_property), (gst_audio_chebyshev_freq_limit_setup), (process), (process_64), (process_32), (gst_audio_chebyshev_freq_limit_transform_ip), (gst_audio_chebyshev_freq_limit_start): * gst/audiofx/audiochebyshevfreqlimit.h: * gst/audiofx/audiofx.c: (plugin_init): Add Chebyshev lowpass/highpass and bandpass/bandreject elements. Fixes #464800. * tests/check/Makefile.am: * tests/check/elements/.cvsignore: * tests/check/elements/audiochebyshevfreqband.c: (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband), (GST_START_TEST), (audiochebyshevfreqband_suite), (main): * tests/check/elements/audiochebyshevfreqlimit.c: (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit), (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main): Add unit tests for the chebyshev filters. * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/gst-plugins-good-plugins.args: * docs/plugins/inspect/plugin-1394.xml: * docs/plugins/inspect/plugin-audiofx.xml: * docs/plugins/inspect/plugin-dv.xml: * docs/plugins/inspect/plugin-flac.xml: * docs/plugins/inspect/plugin-jpeg.xml: * docs/plugins/inspect/plugin-png.xml: * docs/plugins/inspect/plugin-rtp.xml: * docs/plugins/inspect/plugin-shout2send.xml: * docs/plugins/inspect/plugin-wavpack.xml: And add docs for the chebyshev filters. While doing that also run make update in docs/plugins. |
||
---|---|---|
.. | ||
plugin-1394.xml | ||
plugin-aasink.xml | ||
plugin-alaw.xml | ||
plugin-alpha.xml | ||
plugin-alphacolor.xml | ||
plugin-annodex.xml | ||
plugin-apetag.xml | ||
plugin-audiofx.xml | ||
plugin-auparse.xml | ||
plugin-autodetect.xml | ||
plugin-avi.xml | ||
plugin-cacasink.xml | ||
plugin-cairo.xml | ||
plugin-cdio.xml | ||
plugin-cutter.xml | ||
plugin-debug.xml | ||
plugin-directdraw.xml | ||
plugin-directsound.xml | ||
plugin-dv.xml | ||
plugin-efence.xml | ||
plugin-effectv.xml | ||
plugin-esdsink.xml | ||
plugin-flac.xml | ||
plugin-flxdec.xml | ||
plugin-gconfelements.xml | ||
plugin-gdkpixbuf.xml | ||
plugin-goom.xml | ||
plugin-halelements.xml | ||
plugin-icydemux.xml | ||
plugin-id3demux.xml | ||
plugin-jpeg.xml | ||
plugin-ladspa.xml | ||
plugin-level.xml | ||
plugin-matroska.xml | ||
plugin-mulaw.xml | ||
plugin-multipart.xml | ||
plugin-navigationtest.xml | ||
plugin-ossaudio.xml | ||
plugin-osxaudio.xml | ||
plugin-osxvideo.xml | ||
plugin-png.xml | ||
plugin-quicktime.xml | ||
plugin-rtp.xml | ||
plugin-rtsp.xml | ||
plugin-shout2send.xml | ||
plugin-smpte.xml | ||
plugin-speex.xml | ||
plugin-taglib.xml | ||
plugin-udp.xml | ||
plugin-videobalance.xml | ||
plugin-videobox.xml | ||
plugin-videocrop.xml | ||
plugin-videoflip.xml | ||
plugin-videomixer.xml | ||
plugin-waveform.xml | ||
plugin-wavenc.xml | ||
plugin-wavpack.xml | ||
plugin-wavparse.xml | ||
plugin-ximagesrc.xml |