gstreamer/docs/plugins/inspect/plugin-dv.xml

62 lines
2.7 KiB
XML
Raw Normal View History

<plugin>
<name>dv</name>
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
<filename>../../ext/dv/.libs/libgstdv.so</filename>
<basename>libgstdv.so</basename>
Bump git version after unplanned 0.10.30 release Merge branch '0.10.30' Conflicts: configure.ac docs/plugins/inspect/plugin-1394.xml docs/plugins/inspect/plugin-aasink.xml docs/plugins/inspect/plugin-alaw.xml docs/plugins/inspect/plugin-alpha.xml docs/plugins/inspect/plugin-alphacolor.xml docs/plugins/inspect/plugin-annodex.xml docs/plugins/inspect/plugin-apetag.xml docs/plugins/inspect/plugin-audiofx.xml docs/plugins/inspect/plugin-audioparsers.xml docs/plugins/inspect/plugin-auparse.xml docs/plugins/inspect/plugin-autodetect.xml docs/plugins/inspect/plugin-avi.xml docs/plugins/inspect/plugin-cacasink.xml docs/plugins/inspect/plugin-cairo.xml docs/plugins/inspect/plugin-cutter.xml docs/plugins/inspect/plugin-debug.xml docs/plugins/inspect/plugin-deinterlace.xml docs/plugins/inspect/plugin-dv.xml docs/plugins/inspect/plugin-efence.xml docs/plugins/inspect/plugin-effectv.xml docs/plugins/inspect/plugin-equalizer.xml docs/plugins/inspect/plugin-esdsink.xml docs/plugins/inspect/plugin-flac.xml docs/plugins/inspect/plugin-flv.xml docs/plugins/inspect/plugin-flxdec.xml docs/plugins/inspect/plugin-gconfelements.xml docs/plugins/inspect/plugin-gdkpixbuf.xml docs/plugins/inspect/plugin-goom.xml docs/plugins/inspect/plugin-goom2k1.xml docs/plugins/inspect/plugin-gstrtpmanager.xml docs/plugins/inspect/plugin-halelements.xml docs/plugins/inspect/plugin-icydemux.xml docs/plugins/inspect/plugin-id3demux.xml docs/plugins/inspect/plugin-imagefreeze.xml docs/plugins/inspect/plugin-interleave.xml docs/plugins/inspect/plugin-isomp4.xml docs/plugins/inspect/plugin-jack.xml docs/plugins/inspect/plugin-jpeg.xml docs/plugins/inspect/plugin-level.xml docs/plugins/inspect/plugin-matroska.xml docs/plugins/inspect/plugin-mulaw.xml docs/plugins/inspect/plugin-multifile.xml docs/plugins/inspect/plugin-multipart.xml docs/plugins/inspect/plugin-navigationtest.xml docs/plugins/inspect/plugin-oss4.xml docs/plugins/inspect/plugin-ossaudio.xml docs/plugins/inspect/plugin-png.xml docs/plugins/inspect/plugin-pulseaudio.xml docs/plugins/inspect/plugin-replaygain.xml docs/plugins/inspect/plugin-rtp.xml docs/plugins/inspect/plugin-rtsp.xml docs/plugins/inspect/plugin-shapewipe.xml docs/plugins/inspect/plugin-shout2send.xml docs/plugins/inspect/plugin-smpte.xml docs/plugins/inspect/plugin-soup.xml docs/plugins/inspect/plugin-spectrum.xml docs/plugins/inspect/plugin-speex.xml docs/plugins/inspect/plugin-taglib.xml docs/plugins/inspect/plugin-udp.xml docs/plugins/inspect/plugin-video4linux2.xml docs/plugins/inspect/plugin-videobox.xml docs/plugins/inspect/plugin-videocrop.xml docs/plugins/inspect/plugin-videofilter.xml docs/plugins/inspect/plugin-videomixer.xml docs/plugins/inspect/plugin-wavenc.xml docs/plugins/inspect/plugin-wavpack.xml docs/plugins/inspect/plugin-wavparse.xml docs/plugins/inspect/plugin-ximagesrc.xml docs/plugins/inspect/plugin-y4menc.xml win32/common/config.h
2011-06-18 12:43:02 +00:00
<version>0.10.30.1</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
2011-05-14 09:02:22 +00:00
<package>GStreamer Good Plug-ins git</package>
2009-02-19 20:09:07 +00:00
<origin>Unknown package origin</origin>
<elements>
<element>
<name>dvdec</name>
<longname>DV video decoder</longname>
<class>Codec/Decoder/Video</class>
<description>Uses libdv to decode DV video (smpte314) (libdv.sourceforge.net)</description>
<author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;,Wim Taymans &lt;wim@fluendo.com&gt;</author>
gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements. 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.
2007-08-16 17:02:07 +00:00
<pads>
<caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>video/x-dv, systemstream=(boolean)false</details>
</caps>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>video/x-raw-yuv, format=(fourcc)YUY2, width=(int)720, framerate=(fraction)[ 1/1, 60/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)720, framerate=(fraction)[ 1/1, 60/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)720, framerate=(fraction)[ 1/1, 60/1 ]</details>
</caps>
gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements. 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.
2007-08-16 17:02:07 +00:00
</pads>
</element>
<element>
<name>dvdemux</name>
<longname>DV system stream demuxer</longname>
<class>Codec/Demuxer</class>
<description>Uses libdv to separate DV audio from DV video (libdv.sourceforge.net)</description>
<author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;, Wim Taymans &lt;wim@fluendo.com&gt;</author>
gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements. 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.
2007-08-16 17:02:07 +00:00
<pads>
<caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>video/x-dv, systemstream=(boolean)true</details>
</caps>
gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements. 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.
2007-08-16 17:02:07 +00:00
<caps>
<name>audio</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>audio/x-raw-int, depth=(int)16, width=(int)16, signed=(boolean)true, channels=(int){ 2, 4 }, endianness=(int)1234, rate=(int){ 32000, 44100, 48000 }</details>
gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements. 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.
2007-08-16 17:02:07 +00:00
</caps>
<caps>
<name>video</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>video/x-dv, systemstream=(boolean)false</details>
</caps>
</pads>
</element>
</elements>
Bump git version after unplanned 0.10.30 release Merge branch '0.10.30' Conflicts: configure.ac docs/plugins/inspect/plugin-1394.xml docs/plugins/inspect/plugin-aasink.xml docs/plugins/inspect/plugin-alaw.xml docs/plugins/inspect/plugin-alpha.xml docs/plugins/inspect/plugin-alphacolor.xml docs/plugins/inspect/plugin-annodex.xml docs/plugins/inspect/plugin-apetag.xml docs/plugins/inspect/plugin-audiofx.xml docs/plugins/inspect/plugin-audioparsers.xml docs/plugins/inspect/plugin-auparse.xml docs/plugins/inspect/plugin-autodetect.xml docs/plugins/inspect/plugin-avi.xml docs/plugins/inspect/plugin-cacasink.xml docs/plugins/inspect/plugin-cairo.xml docs/plugins/inspect/plugin-cutter.xml docs/plugins/inspect/plugin-debug.xml docs/plugins/inspect/plugin-deinterlace.xml docs/plugins/inspect/plugin-dv.xml docs/plugins/inspect/plugin-efence.xml docs/plugins/inspect/plugin-effectv.xml docs/plugins/inspect/plugin-equalizer.xml docs/plugins/inspect/plugin-esdsink.xml docs/plugins/inspect/plugin-flac.xml docs/plugins/inspect/plugin-flv.xml docs/plugins/inspect/plugin-flxdec.xml docs/plugins/inspect/plugin-gconfelements.xml docs/plugins/inspect/plugin-gdkpixbuf.xml docs/plugins/inspect/plugin-goom.xml docs/plugins/inspect/plugin-goom2k1.xml docs/plugins/inspect/plugin-gstrtpmanager.xml docs/plugins/inspect/plugin-halelements.xml docs/plugins/inspect/plugin-icydemux.xml docs/plugins/inspect/plugin-id3demux.xml docs/plugins/inspect/plugin-imagefreeze.xml docs/plugins/inspect/plugin-interleave.xml docs/plugins/inspect/plugin-isomp4.xml docs/plugins/inspect/plugin-jack.xml docs/plugins/inspect/plugin-jpeg.xml docs/plugins/inspect/plugin-level.xml docs/plugins/inspect/plugin-matroska.xml docs/plugins/inspect/plugin-mulaw.xml docs/plugins/inspect/plugin-multifile.xml docs/plugins/inspect/plugin-multipart.xml docs/plugins/inspect/plugin-navigationtest.xml docs/plugins/inspect/plugin-oss4.xml docs/plugins/inspect/plugin-ossaudio.xml docs/plugins/inspect/plugin-png.xml docs/plugins/inspect/plugin-pulseaudio.xml docs/plugins/inspect/plugin-replaygain.xml docs/plugins/inspect/plugin-rtp.xml docs/plugins/inspect/plugin-rtsp.xml docs/plugins/inspect/plugin-shapewipe.xml docs/plugins/inspect/plugin-shout2send.xml docs/plugins/inspect/plugin-smpte.xml docs/plugins/inspect/plugin-soup.xml docs/plugins/inspect/plugin-spectrum.xml docs/plugins/inspect/plugin-speex.xml docs/plugins/inspect/plugin-taglib.xml docs/plugins/inspect/plugin-udp.xml docs/plugins/inspect/plugin-video4linux2.xml docs/plugins/inspect/plugin-videobox.xml docs/plugins/inspect/plugin-videocrop.xml docs/plugins/inspect/plugin-videofilter.xml docs/plugins/inspect/plugin-videomixer.xml docs/plugins/inspect/plugin-wavenc.xml docs/plugins/inspect/plugin-wavpack.xml docs/plugins/inspect/plugin-wavparse.xml docs/plugins/inspect/plugin-ximagesrc.xml docs/plugins/inspect/plugin-y4menc.xml win32/common/config.h
2011-06-18 12:43:02 +00:00
</plugin>