From a2a9aa01a4dcbdadc4e1a542591779ccaba5799a Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Mon, 26 Jul 2004 13:20:11 +0000 Subject: [PATCH] more plugins supported under windows Original commit message from CVS: more plugins supported under windows --- ChangeLog | 78 +++++++++++++++ gst/cdxaparse/cdxaparse.vcproj | 148 ++++++++++++++++++++++++++++ gst/chart/chart.vcproj | 145 +++++++++++++++++++++++++++ gst/colorspace/colorspace.vcproj | 154 +++++++++++++++++++++++++++++ gst/deinterlace/deinterlace.vcproj | 148 ++++++++++++++++++++++++++++ gst/filter/filter.vcproj | 163 +++++++++++++++++++++++++++++++ gst/flx/flxdec.vcproj | 157 +++++++++++++++++++++++++++++ gst/mixmatrix/mixmatrix.vcproj | 145 +++++++++++++++++++++++++++ gst/mpeg1sys/mpeg1systemencode.vcproj | 160 ++++++++++++++++++++++++++++++ gst/mpeg1videoparse/mp1videoparse.vcproj | 148 ++++++++++++++++++++++++++++ gst/mpeg2sub/mpeg2subt.vcproj | 148 ++++++++++++++++++++++++++++ gst/mpegaudioparse/mpegaudioparse.vcproj | 148 ++++++++++++++++++++++++++++ gst/multifilesink/multifilesink.vcproj | 148 ++++++++++++++++++++++++++++ gst/overlay/overlay.vcproj | 148 ++++++++++++++++++++++++++++ gst/passthrough/passthrough.vcproj | 151 ++++++++++++++++++++++++++++ gst/qtdemux/qtdemux.vcproj | 148 ++++++++++++++++++++++++++++ gst/rtjpeg/rtjpeg.vcproj | 163 +++++++++++++++++++++++++++++++ gst/smooth/smooth.vcproj | 148 ++++++++++++++++++++++++++++ gst/smpte/smpte.vcproj | 163 +++++++++++++++++++++++++++++++ gst/spectrum/spectrum.vcproj | 151 ++++++++++++++++++++++++++++ gst/speed/speed.vcproj | 151 ++++++++++++++++++++++++++++ gst/stereo/stereo.vcproj | 148 ++++++++++++++++++++++++++++ gst/switch/switch.vcproj | 148 ++++++++++++++++++++++++++++ gst/videocrop/videocrop.vcproj | 145 +++++++++++++++++++++++++++ gst/videodrop/videodrop.vcproj | 148 ++++++++++++++++++++++++++++ gst/virtualdub/virtualdub.vcproj | 151 ++++++++++++++++++++++++++++ gst/y4m/y4menc.vcproj | 148 ++++++++++++++++++++++++++++ 27 files changed, 4001 insertions(+) create mode 100644 gst/cdxaparse/cdxaparse.vcproj create mode 100644 gst/chart/chart.vcproj create mode 100644 gst/colorspace/colorspace.vcproj create mode 100644 gst/deinterlace/deinterlace.vcproj create mode 100644 gst/filter/filter.vcproj create mode 100644 gst/flx/flxdec.vcproj create mode 100644 gst/mixmatrix/mixmatrix.vcproj create mode 100644 gst/mpeg1sys/mpeg1systemencode.vcproj create mode 100644 gst/mpeg1videoparse/mp1videoparse.vcproj create mode 100644 gst/mpeg2sub/mpeg2subt.vcproj create mode 100644 gst/mpegaudioparse/mpegaudioparse.vcproj create mode 100644 gst/multifilesink/multifilesink.vcproj create mode 100644 gst/overlay/overlay.vcproj create mode 100644 gst/passthrough/passthrough.vcproj create mode 100644 gst/qtdemux/qtdemux.vcproj create mode 100644 gst/rtjpeg/rtjpeg.vcproj create mode 100644 gst/smooth/smooth.vcproj create mode 100644 gst/smpte/smpte.vcproj create mode 100644 gst/spectrum/spectrum.vcproj create mode 100644 gst/speed/speed.vcproj create mode 100644 gst/stereo/stereo.vcproj create mode 100644 gst/switch/switch.vcproj create mode 100644 gst/videocrop/videocrop.vcproj create mode 100644 gst/videodrop/videodrop.vcproj create mode 100644 gst/virtualdub/virtualdub.vcproj create mode 100644 gst/y4m/y4menc.vcproj diff --git a/ChangeLog b/ChangeLog index 22c4abc..06ead76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2004-07-26 Steve Lhomme + + * gst/ac3parse/ac3parse.vcproj + * gst/adder/adder.vcproj + * gst/alpha/alpha.vcproj + * gst/alpha/alphacolor.vcproj + * gst/asfdemux/asf.vcproj + * gst/audioconvert/audioconvert.vcproj + * gst/audiorate/audiorate.vcproj + * gst/audioscale/audioscale.vcproj + * gst/auparse/auparse.vcproj + * gst/avi/avi.vcproj + * gst/cdxaparse/cdxaparse.vcproj + * gst/chart/chart.vcproj + * gst/colorspace/colorspace.vcproj + * gst/cutter/cutter.vcproj + * gst/debug/debug.vcproj + * gst/debug/efence.vcproj + * gst/debug/navigationtest.vcproj + * gst/deinterlace/deinterlace.vcproj + * gst/effectv/effectv.vcproj + * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj + * gst/filter/filter.vcproj + * gst/flx/flxdec.vcproj + * gst/goom/goom.vcproj + * gst/interleave/interleave.vcproj + * gst/law/alaw.vcproj + * gst/law/mulaw.vcproj + * gst/matroska/matroska.vcproj + * gst/median/median.vcproj + * gst/mixmatrix/mixmatrix.vcproj + * gst/mpeg1sys/mpeg1systemencode.vcproj + * gst/mpeg1videoparse/mp1videoparse.vcproj + * gst/mpeg2sub/mpeg2subt.vcproj + * gst/mpegaudio/mpegaudio.vcproj + * gst/mpegaudioparse/mpegaudioparse.vcproj + * gst/mpegstream/mpegstream.vcproj + * gst/multifilesink/multifilesink.vcproj + * gst/multipart/multipart.vcproj + * gst/oneton/oneton.vcproj + * gst/overlay/overlay.vcproj + * gst/passthrough/passthrough.vcproj + * gst/qtdemux/qtdemux.vcproj + * gst/realmedia/rmdemux.vcproj + * gst/rtjpeg/rtjpeg.vcproj + * gst/rtp/rtp.vcproj + * gst/silence/silence.vcproj + * gst/sine/sinesrc.vcproj + * gst/smooth/smooth.vcproj + * gst/smpte/smpte.vcproj + * gst/spectrum/spectrum.vcproj + * gst/speed/speed.vcproj + * gst/stereo/stereo.vcproj + * gst/switch/switch.vcproj + * gst/tags/tagedit.vcproj + * gst/tcp/tcp.vcproj + * gst/typefind/typefindfunctions.vcproj + * gst/udp/udp.vcproj + * gst/videobox/videobox.vcproj + * gst/videocrop/videocrop.vcproj + * gst/videodrop/videodrop.vcproj + * gst/videofilter/gamma.vcproj + * gst/videofilter/videobalance.vcproj + * gst/videofilter/videofilter.vcproj + * gst/videofilter/videoflip.vcproj + * gst/videoflip/videoflip.vcproj + * gst/videomixer/videomixer.vcproj + * gst/videorate/videorate.vcproj + * gst/videoscale/videoscale.vcproj + * gst/videotestsrc/videotestsrc.vcproj + * gst/virtualdub/virtualdub.vcproj + * gst/volenv/volenv.vcproj + * gst/volume/volume.vcproj + * gst/wavenc/wavenc.vcproj + * gst/wavparse/wavparse.vcproj + * gst/y4m/y4menc.vcproj + more plugins supported under windows + 2004-07-26 Thomas Vander Stichele * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new), diff --git a/gst/cdxaparse/cdxaparse.vcproj b/gst/cdxaparse/cdxaparse.vcproj new file mode 100644 index 0000000..f03ae19 --- /dev/null +++ b/gst/cdxaparse/cdxaparse.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/chart/chart.vcproj b/gst/chart/chart.vcproj new file mode 100644 index 0000000..c68f33f --- /dev/null +++ b/gst/chart/chart.vcproj @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/colorspace/colorspace.vcproj b/gst/colorspace/colorspace.vcproj new file mode 100644 index 0000000..9ad22d1 --- /dev/null +++ b/gst/colorspace/colorspace.vcproj @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/deinterlace/deinterlace.vcproj b/gst/deinterlace/deinterlace.vcproj new file mode 100644 index 0000000..c2423c9 --- /dev/null +++ b/gst/deinterlace/deinterlace.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/filter/filter.vcproj b/gst/filter/filter.vcproj new file mode 100644 index 0000000..981b84d --- /dev/null +++ b/gst/filter/filter.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/flx/flxdec.vcproj b/gst/flx/flxdec.vcproj new file mode 100644 index 0000000..b4fed34 --- /dev/null +++ b/gst/flx/flxdec.vcproj @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/mixmatrix/mixmatrix.vcproj b/gst/mixmatrix/mixmatrix.vcproj new file mode 100644 index 0000000..f435d37 --- /dev/null +++ b/gst/mixmatrix/mixmatrix.vcproj @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/mpeg1sys/mpeg1systemencode.vcproj b/gst/mpeg1sys/mpeg1systemencode.vcproj new file mode 100644 index 0000000..ffedb0a --- /dev/null +++ b/gst/mpeg1sys/mpeg1systemencode.vcproj @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/mpeg1videoparse/mp1videoparse.vcproj b/gst/mpeg1videoparse/mp1videoparse.vcproj new file mode 100644 index 0000000..87ad0bc --- /dev/null +++ b/gst/mpeg1videoparse/mp1videoparse.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/mpeg2sub/mpeg2subt.vcproj b/gst/mpeg2sub/mpeg2subt.vcproj new file mode 100644 index 0000000..c450020 --- /dev/null +++ b/gst/mpeg2sub/mpeg2subt.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/mpegaudioparse/mpegaudioparse.vcproj b/gst/mpegaudioparse/mpegaudioparse.vcproj new file mode 100644 index 0000000..5cd8018 --- /dev/null +++ b/gst/mpegaudioparse/mpegaudioparse.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/multifilesink/multifilesink.vcproj b/gst/multifilesink/multifilesink.vcproj new file mode 100644 index 0000000..edb410a --- /dev/null +++ b/gst/multifilesink/multifilesink.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/overlay/overlay.vcproj b/gst/overlay/overlay.vcproj new file mode 100644 index 0000000..6fbf7b9 --- /dev/null +++ b/gst/overlay/overlay.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/passthrough/passthrough.vcproj b/gst/passthrough/passthrough.vcproj new file mode 100644 index 0000000..a2c4169 --- /dev/null +++ b/gst/passthrough/passthrough.vcproj @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/qtdemux/qtdemux.vcproj b/gst/qtdemux/qtdemux.vcproj new file mode 100644 index 0000000..4aa7dc3 --- /dev/null +++ b/gst/qtdemux/qtdemux.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/rtjpeg/rtjpeg.vcproj b/gst/rtjpeg/rtjpeg.vcproj new file mode 100644 index 0000000..36e4518 --- /dev/null +++ b/gst/rtjpeg/rtjpeg.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/smooth/smooth.vcproj b/gst/smooth/smooth.vcproj new file mode 100644 index 0000000..5f4f6f7 --- /dev/null +++ b/gst/smooth/smooth.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/smpte/smpte.vcproj b/gst/smpte/smpte.vcproj new file mode 100644 index 0000000..cc5daaa --- /dev/null +++ b/gst/smpte/smpte.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/spectrum/spectrum.vcproj b/gst/spectrum/spectrum.vcproj new file mode 100644 index 0000000..d15c61e --- /dev/null +++ b/gst/spectrum/spectrum.vcproj @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/speed/speed.vcproj b/gst/speed/speed.vcproj new file mode 100644 index 0000000..e747366 --- /dev/null +++ b/gst/speed/speed.vcproj @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/stereo/stereo.vcproj b/gst/stereo/stereo.vcproj new file mode 100644 index 0000000..0148289 --- /dev/null +++ b/gst/stereo/stereo.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/switch/switch.vcproj b/gst/switch/switch.vcproj new file mode 100644 index 0000000..d72bf8b --- /dev/null +++ b/gst/switch/switch.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/videocrop/videocrop.vcproj b/gst/videocrop/videocrop.vcproj new file mode 100644 index 0000000..9336fed --- /dev/null +++ b/gst/videocrop/videocrop.vcproj @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/videodrop/videodrop.vcproj b/gst/videodrop/videodrop.vcproj new file mode 100644 index 0000000..3a8090a --- /dev/null +++ b/gst/videodrop/videodrop.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/virtualdub/virtualdub.vcproj b/gst/virtualdub/virtualdub.vcproj new file mode 100644 index 0000000..962699c --- /dev/null +++ b/gst/virtualdub/virtualdub.vcproj @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/y4m/y4menc.vcproj b/gst/y4m/y4menc.vcproj new file mode 100644 index 0000000..f8b0226 --- /dev/null +++ b/gst/y4m/y4menc.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.7.4