From 337ca13b95bd4f8ff460b744786ad1cb74c9b84c Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Mon, 26 Jul 2004 13:20:10 +0000 Subject: [PATCH] more plugins supported under windows Original commit message from CVS: more plugins supported under windows --- ChangeLog | 78 ++++++++++++++++ gst/alpha/alpha.vcproj | 145 +++++++++++++++++++++++++++++ gst/alpha/alphacolor.vcproj | 145 +++++++++++++++++++++++++++++ gst/auparse/auparse.vcproj | 148 ++++++++++++++++++++++++++++++ gst/cutter/cutter.vcproj | 151 ++++++++++++++++++++++++++++++ gst/debug/debug.vcproj | 166 +++++++++++++++++++++++++++++++++ gst/debug/efence.vcproj | 148 ++++++++++++++++++++++++++++++ gst/debug/navigationtest.vcproj | 148 ++++++++++++++++++++++++++++++ gst/effectv/effectv.vcproj | 172 ++++++++++++++++++++++++++++++++++ gst/flx/flxdec.vcproj | 157 +++++++++++++++++++++++++++++++ gst/goom/goom.vcproj | 172 ++++++++++++++++++++++++++++++++++ gst/interleave/interleave.vcproj | 154 +++++++++++++++++++++++++++++++ gst/law/alaw.vcproj | 157 +++++++++++++++++++++++++++++++ gst/law/mulaw.vcproj | 163 +++++++++++++++++++++++++++++++++ gst/median/median.vcproj | 148 ++++++++++++++++++++++++++++++ gst/multipart/multipart.vcproj | 151 ++++++++++++++++++++++++++++++ gst/qtdemux/qtdemux.vcproj | 148 ++++++++++++++++++++++++++++++ gst/rtp/rtp.vcproj | 178 ++++++++++++++++++++++++++++++++++++ gst/smpte/smpte.vcproj | 163 +++++++++++++++++++++++++++++++++ gst/spectrum/spectrum.vcproj | 151 ++++++++++++++++++++++++++++++ gst/udp/udp.vcproj | 160 ++++++++++++++++++++++++++++++++ gst/videobox/videobox.vcproj | 145 +++++++++++++++++++++++++++++ gst/videocrop/videocrop.vcproj | 145 +++++++++++++++++++++++++++++ gst/videofilter/gamma.vcproj | 145 +++++++++++++++++++++++++++++ gst/videofilter/videobalance.vcproj | 148 ++++++++++++++++++++++++++++++ gst/videofilter/videofilter.vcproj | 148 ++++++++++++++++++++++++++++++ gst/videofilter/videoflip.vcproj | 148 ++++++++++++++++++++++++++++++ gst/videoflip/videoflip.vcproj | 154 +++++++++++++++++++++++++++++++ gst/videomixer/videomixer.vcproj | 145 +++++++++++++++++++++++++++++ gst/wavenc/wavenc.vcproj | 151 ++++++++++++++++++++++++++++++ gst/wavparse/wavparse.vcproj | 151 ++++++++++++++++++++++++++++++ 31 files changed, 4683 insertions(+) create mode 100644 gst/alpha/alpha.vcproj create mode 100644 gst/alpha/alphacolor.vcproj create mode 100644 gst/auparse/auparse.vcproj create mode 100644 gst/cutter/cutter.vcproj create mode 100644 gst/debug/debug.vcproj create mode 100644 gst/debug/efence.vcproj create mode 100644 gst/debug/navigationtest.vcproj create mode 100644 gst/effectv/effectv.vcproj create mode 100644 gst/flx/flxdec.vcproj create mode 100644 gst/goom/goom.vcproj create mode 100644 gst/interleave/interleave.vcproj create mode 100644 gst/law/alaw.vcproj create mode 100644 gst/law/mulaw.vcproj create mode 100644 gst/median/median.vcproj create mode 100644 gst/multipart/multipart.vcproj create mode 100644 gst/qtdemux/qtdemux.vcproj create mode 100644 gst/rtp/rtp.vcproj create mode 100644 gst/smpte/smpte.vcproj create mode 100644 gst/spectrum/spectrum.vcproj create mode 100644 gst/udp/udp.vcproj create mode 100644 gst/videobox/videobox.vcproj create mode 100644 gst/videocrop/videocrop.vcproj create mode 100644 gst/videofilter/gamma.vcproj create mode 100644 gst/videofilter/videobalance.vcproj create mode 100644 gst/videofilter/videofilter.vcproj create mode 100644 gst/videofilter/videoflip.vcproj create mode 100644 gst/videoflip/videoflip.vcproj create mode 100644 gst/videomixer/videomixer.vcproj create mode 100644 gst/wavenc/wavenc.vcproj create mode 100644 gst/wavparse/wavparse.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/alpha/alpha.vcproj b/gst/alpha/alpha.vcproj new file mode 100644 index 0000000..efffdf9 --- /dev/null +++ b/gst/alpha/alpha.vcproj @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/alpha/alphacolor.vcproj b/gst/alpha/alphacolor.vcproj new file mode 100644 index 0000000..de2188c --- /dev/null +++ b/gst/alpha/alphacolor.vcproj @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/auparse/auparse.vcproj b/gst/auparse/auparse.vcproj new file mode 100644 index 0000000..b786367 --- /dev/null +++ b/gst/auparse/auparse.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/cutter/cutter.vcproj b/gst/cutter/cutter.vcproj new file mode 100644 index 0000000..b0defce --- /dev/null +++ b/gst/cutter/cutter.vcproj @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/debug/debug.vcproj b/gst/debug/debug.vcproj new file mode 100644 index 0000000..46193ef --- /dev/null +++ b/gst/debug/debug.vcproj @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/debug/efence.vcproj b/gst/debug/efence.vcproj new file mode 100644 index 0000000..74de0ea --- /dev/null +++ b/gst/debug/efence.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/debug/navigationtest.vcproj b/gst/debug/navigationtest.vcproj new file mode 100644 index 0000000..91cd663 --- /dev/null +++ b/gst/debug/navigationtest.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/effectv/effectv.vcproj b/gst/effectv/effectv.vcproj new file mode 100644 index 0000000..69ae8dd --- /dev/null +++ b/gst/effectv/effectv.vcproj @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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/goom/goom.vcproj b/gst/goom/goom.vcproj new file mode 100644 index 0000000..3a41fc8 --- /dev/null +++ b/gst/goom/goom.vcproj @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/interleave/interleave.vcproj b/gst/interleave/interleave.vcproj new file mode 100644 index 0000000..9aed69f --- /dev/null +++ b/gst/interleave/interleave.vcproj @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/law/alaw.vcproj b/gst/law/alaw.vcproj new file mode 100644 index 0000000..2e28061 --- /dev/null +++ b/gst/law/alaw.vcproj @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/law/mulaw.vcproj b/gst/law/mulaw.vcproj new file mode 100644 index 0000000..404c614 --- /dev/null +++ b/gst/law/mulaw.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/median/median.vcproj b/gst/median/median.vcproj new file mode 100644 index 0000000..d23dcba --- /dev/null +++ b/gst/median/median.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/multipart/multipart.vcproj b/gst/multipart/multipart.vcproj new file mode 100644 index 0000000..927beff --- /dev/null +++ b/gst/multipart/multipart.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/rtp/rtp.vcproj b/gst/rtp/rtp.vcproj new file mode 100644 index 0000000..af068f7 --- /dev/null +++ b/gst/rtp/rtp.vcproj @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/smpte/smpte.vcproj b/gst/smpte/smpte.vcproj new file mode 100644 index 0000000..cc5daaae --- /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/udp/udp.vcproj b/gst/udp/udp.vcproj new file mode 100644 index 0000000..8fcf8cd --- /dev/null +++ b/gst/udp/udp.vcproj @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/videobox/videobox.vcproj b/gst/videobox/videobox.vcproj new file mode 100644 index 0000000..8f8492e --- /dev/null +++ b/gst/videobox/videobox.vcproj @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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/videofilter/gamma.vcproj b/gst/videofilter/gamma.vcproj new file mode 100644 index 0000000..ea11283 --- /dev/null +++ b/gst/videofilter/gamma.vcproj @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/videofilter/videobalance.vcproj b/gst/videofilter/videobalance.vcproj new file mode 100644 index 0000000..10c713e --- /dev/null +++ b/gst/videofilter/videobalance.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/videofilter/videofilter.vcproj b/gst/videofilter/videofilter.vcproj new file mode 100644 index 0000000..aa55bfa --- /dev/null +++ b/gst/videofilter/videofilter.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/videofilter/videoflip.vcproj b/gst/videofilter/videoflip.vcproj new file mode 100644 index 0000000..2d602c4 --- /dev/null +++ b/gst/videofilter/videoflip.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/videoflip/videoflip.vcproj b/gst/videoflip/videoflip.vcproj new file mode 100644 index 0000000..4621af3 --- /dev/null +++ b/gst/videoflip/videoflip.vcproj @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/videomixer/videomixer.vcproj b/gst/videomixer/videomixer.vcproj new file mode 100644 index 0000000..47de303 --- /dev/null +++ b/gst/videomixer/videomixer.vcproj @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/wavenc/wavenc.vcproj b/gst/wavenc/wavenc.vcproj new file mode 100644 index 0000000..5223ee5 --- /dev/null +++ b/gst/wavenc/wavenc.vcproj @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/wavparse/wavparse.vcproj b/gst/wavparse/wavparse.vcproj new file mode 100644 index 0000000..e20e271 --- /dev/null +++ b/gst/wavparse/wavparse.vcproj @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.7.4