summaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
...
* sys/directsound/gstdirectsoundsink.*: Add an attenuation property that will ↵Sébastien Moutte2006-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 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
* win32/vs6/libgstid3demux.dsp: Add a link to libgsttag-0.10.lib.Sébastien Moutte2006-07-051-2/+2
| | | | | | Original commit message from CVS: * win32/vs6/libgstid3demux.dsp: Add a link to libgsttag-0.10.lib.
* updateThomas Vander Stichele2006-06-111-4/+4
| | | | | Original commit message from CVS: update
* gst/avi/gstavidemux.c: add an explicit dll imported declaration for ↵Sébastien Moutte2006-05-304-25/+33
| | | | | | | | | | | | | | | | GST_CAT_EVENT+WIN32 Original commit message from CVS: * gst/avi/gstavidemux.c: add an explicit dll imported declaration for GST_CAT_EVENT+WIN32 * win32/MANIFEST: sort file listing * win32/vs6/libgstavi.dsp: add gstavimux.c to the project * win32/vs6/libgstid3demux.dsp: add link to zlib library * win32/vs6/libgstmatroska.dsp: add matroska-ids.c to the project
* Really release 0.10.3Jan Schmidt2006-05-041-3/+3
| | | | | Original commit message from CVS: Really release 0.10.3
* Release 0.10.3Jan Schmidt2006-05-041-4/+4
| | | | | Original commit message from CVS: Release 0.10.3
* add win32 stuffThomas Vander Stichele2006-05-033-0/+587
| | | | | | | | Original commit message from CVS: * Makefile.am: * configure.ac: * win32/common/config.h.in: add win32 stuff
* gst/matroska/matroska-demux.c: Use gst_guint64_to_gdouble for conversionsSébastien Moutte2006-04-222-0/+135
| | | | | | | | | Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek): Use gst_guint64_to_gdouble for conversions * win32/vs6/gst_plugins_good.dsw: * win32/vs6/libgsticydemux.dsp: Add a project file for icydemux
* ext/neon/gstneonhttpsrc.c: remove atoll by using g_ascii_strtoull (atoll is ↵Sébastien Moutte2006-04-091-0/+121
| | | | | | | | | | | | | not supported on WIN32) Original commit message from CVS: * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start): remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32) * sys/directdraw/gstdirectdrawsink.c: * sys/directsound/gstdirectsoundsink.c: done some cleans in sources * win32/vs6: add project files for neon, qtdemux
* gst/level/gstlevel.c: use G_GINT64_CONSTANT for INT64 constantsSébastien Moutte2006-04-091-10/+3
| | | | | | | | | | | Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip): use G_GINT64_CONSTANT for INT64 constants * gst/videofilter/gstvideobalance.c: define rint for WIN32 #define rint(x) (floor((x)+0.5)) * win32/vs6/libgstavi.dsp: add missing libraries for the link and remove avimux.c from the project as it isn't ported to 0.10 yet
* I'm too lazy to comment thisSébastien Moutte2006-03-3031-0/+4595
| | | | | Original commit message from CVS: *** empty log message ***
* sys/: sinks are now using GST_RANK_PRIMARY to be used with autodectectionSébastien Moutte2006-03-036-4/+723
| | | | | | | | | | | | Original commit message from CVS: * sys/directdraw: * sys/directsound: sinks are now using GST_RANK_PRIMARY to be used with autodectection * win32/vs6: project files updated to fix some bugs * win32/vs7: * win32/vs8: vs7 and vs8 project files added
* added sys/directdraw added sys/directsound added ↵Sébastien Moutte2006-01-052-0/+250
| | | | | | | | | | | | | 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
* moveThomas Vander Stichele2005-11-301-620/+0
| | | | | | | | | | | | Original commit message from CVS: * PORTED_09: * docs/random/PORTED_09: move * tests/Makefile.am: add * win32/gst.sln: remove
* more working pluginsSteve Lhomme2004-07-271-0/+410
| | | | | Original commit message from CVS: more working plugins
* add more plugins to the build add some definitions needed by plugins fixes ↵Steve Lhomme2004-07-261-0/+155
| | | | | | | | | for build problems Original commit message from CVS: add more plugins to the build add some definitions needed by plugins fixes for build problems
* Copy the files where needed after building, cleaner projectsSteve Lhomme2004-07-251-1/+26
| | | | | Original commit message from CVS: Copy the files where needed after building, cleaner projects
* Add the preliminary canvas to build plugins on Win32Steve Lhomme2004-07-241-0/+30
Original commit message from CVS: Add the preliminary canvas to build plugins on Win32