summaryrefslogtreecommitdiffstats
path: root/win32/common/config.h
AgeCommit message (Collapse)AuthorFilesLines
2008-04-24Release 0.10.7RELEASE-0_10_7Jan Schmidt1-1/+1
Original commit message from CVS: Release 0.10.7
2008-02-21Release 0.10.6 - A Big Deep BreathRELEASE-0_10_6Jan Schmidt1-2/+2
Original commit message from CVS: Release 0.10.6 - A Big Deep Breath
2007-08-23Automatically generate win32/common/config.h via configure (this ensures the ↵Tim-Philipp Müller1-9/+6
win32 version of config.h is up-to-date ... Original commit message from CVS: * configure.ac: * win32/common/config.h: * win32/common/config.h.in: Automatically generate win32/common/config.h via configure (this ensures the win32 version of config.h is up-to-date when a release is made, #433373). config.h.in file might need some more work.
2006-07-24sys/directsound/gstdirectsoundsink.*: Add an attenuation property that will ↵Sébastien Moutte1-8/+8
directly attenuate the directsound buffer. Original commit message from CVS: * sys/directsound/gstdirectsoundsink.h: * sys/directsound/gstdirectsoundsink.c: Add an attenuation property that will directly attenuate the directsound buffer. Change the size of the directsound secondary buffer to a half second. Add more debug logs. Add a lock to protect dsound buffer write access. Fix a bad implementation of reset. * sys/directsound/gstdirectdrawsink.c: * sys/directsound/gstdirectdrawsink.h: Add a keep_aspect_ratio property. Do not use overlay if not supported. Add more debug logs. Remove overwrite of WM_ERASEBKGND message handling. It was not redrawing border when keep_aspect_ratio was enabled. * win32/common/config.h: update version waiting an auto-generated config.h
2006-01-05added sys/directdraw added sys/directsound added ↵Sébastien Moutte1-0/+229
win32/vs6/gst_plugins_bad.dsw added win32/vs6/libgstdirectsound.dsp ... Original commit message from CVS: 2006-01-05 Sebastien Moutte <sebastien@moutte.net> * added sys/directdraw * added sys/directsound * added win32/vs6/gst_plugins_bad.dsw * added win32/vs6/libgstdirectsound.dsp * added win32/vs6/libgstdirectdraw.dsp * added win32/common/config.h