summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2010-02-01win32: change how win32/common/config.h is updatedTim-Philipp Müller2-75/+115
Generate win32/common/config.h-new directly from config.h.in, using shell variables in configure and some hard-coded information. Change top-level makefile so that 'make win32-update' copies the generated file to win32/common/config.h, which we keep in source control. It's kept in source control so that the git tree is buildable from VS. This change is similar to the ones applied a while ago to GStreamer core, gst-plugins-base and gst-plugins-good and prevents configure from changing files in source control. The generated config.h should be ok, but needs testing.
2009-10-26win32: Commit bumped version numberJan Schmidt1-4/+4
2009-10-21Release 0.10.13RELEASE-0.10.13Jan Schmidt1-4/+4
2009-10-150.10.12.3 pre-releaseJan Schmidt1-3/+3
2009-10-120.10.12.2 pre-releaseJan Schmidt1-3/+3
2009-06-18Back to development -> 0.10.12.1Jan Schmidt1-4/+4
2009-06-18Release 0.10.12RELEASE-0.10.12Jan Schmidt1-4/+4
2009-06-050.10.11.2 pre-releaseJan Schmidt1-9/+3
2009-06-05win32: Remove #undef inline from the win32 config.hJan Schmidt1-6/+0
2009-05-30win32: update config.hTim-Philipp Müller1-1/+1
2009-05-04win32: update config.h to gitTim-Philipp Müller1-4/+4
Until someone ports the new win32 config.h logic from the other modules to -ugly.
2009-03-21Release 0.10.11RELEASE-0_10_11Jan Schmidt1-4/+4
2009-03-130.10.10.3 pre-releaseJan Schmidt1-3/+3
2009-03-100.10.10.2 pre-releaseJan Schmidt1-3/+3
Bump version number, update translations and win32 config.h
2008-12-13win32/common/: Hardcode cpu for win32 build, just like we do in the other ↵Tim-Philipp Müller2-1/+246
modules, to remove VCS conflicts and incons... Original commit message from CVS: * win32/common/.cvsignore: * win32/common/config.h: * win32/common/config.h.in: Hardcode cpu for win32 build, just like we do in the other modules, to remove VCS conflicts and inconsistent defines between modules, and update version defines to CVS.
2008-02-12win32/vs6/libgstmpegaudioparse.dsp: Add xing files to VS project file.Sébastien Moutte1-0/+8
Original commit message from CVS: * win32/vs6/libgstmpegaudioparse.dsp: Add xing files to VS project file.
2008-02-07gst/mpegaudioparse/gstmpegaudioparse.c: Use gst_guint64_to_gdouble for ↵Sébastien Moutte3-4/+28
conversion Original commit message from CVS: * gst/mpegaudioparse/gstmpegaudioparse.c:(mp3parse_time_to_bytepos): Use gst_guint64_to_gdouble for conversion * win32/vs6/libgstasfdemux.dsp: * win32/vs6/libgstdvdsub.dsp: * win32/vs6/libgstrealmedia.dsp: Update project dependencies and add new source files
2007-09-29gst/mpegaudioparse/gstmpegaudioparse.c: Use gst_util_guint64_to_gdouble for ↵Sébastien Moutte1-2/+2
conversions. Original commit message from CVS: * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3parse_time_to_bytepos), (mp3parse_bytepos_to_time): Use gst_util_guint64_to_gdouble for conversions. * win32/vs6/libgstmad.dsp: Add a link to libgstaudio.
2007-06-15win32/vs6/: Convert line endings to CRLF and mark as binary files.Jan Schmidt12-1582/+1582
Original commit message from CVS: * win32/vs6/gst_plugins_ugly.dsw: * win32/vs6/libgstac3parse.dsp: * win32/vs6/libgstasfdemux.dsp: * win32/vs6/libgstdvdlpcmdec.dsp: * win32/vs6/libgstdvdsub.dsp: * win32/vs6/libgstiec958.dsp: * win32/vs6/libgstlame.dsp: * win32/vs6/libgstmad.dsp: * win32/vs6/libgstmpegaudioparse.dsp: * win32/vs6/libgstmpegstream.dsp: * win32/vs6/libgstrealmedia.dsp: * win32/vs6/libgstsynaesthesia.dsp: Convert line endings to CRLF and mark as binary files.
2007-06-12gst/dvdsub/gstdvdsubdec.c: Use gst_util_guint64_to_gdouble for conversion.Sébastien Moutte1-0/+4
Original commit message from CVS: * gst/dvdsub/gstdvdsubdec.c:(gst_dvd_sub_dec_parse_subpic): Use gst_util_guint64_to_gdouble for conversion. * win32/vs6/libgstasfdemux.dsp: Add asfpacket.c to the build.
2007-04-28win32/common/.cvsignore: Ignore generated config.h file to make build bot happy.Tim-Philipp Müller1-0/+1
Original commit message from CVS: * win32/common/.cvsignore: Ignore generated config.h file to make build bot happy.
2007-04-25Generate a win32 config.h into win32/common and add to MANIFEST so it gets ↵Tim-Philipp Müller1-1/+3
disted (#393890). Looks like win32/common/... Original commit message from CVS: * configure.ac: * win32/MANIFEST: Generate a win32 config.h into win32/common and add to MANIFEST so it gets disted (#393890). Looks like win32/common/config.h.in needs some work though.
2007-02-11gst/realmedia/rmdemux.c: Use gst_guint64_to_gdouble for conversions.Sébastien Moutte3-3/+254
Original commit message from CVS: * gst/realmedia/rmdemux.c:(gst_rmdemux_parse_indx_data): Use gst_guint64_to_gdouble for conversions. * gst/synaesthesia/synaescope.c: Define M_PI and do not include <pthread.h> and <sys/time.h> for G_OS_WIN32 * win32/vs6/libgstrealmedia.dsp: * win32/vs6/synaesthesia.dsp: Update projects files. * win32/common/config.h.in: Add config.h.in for autogen of config.h
2007-01-07Makefile.am: Add win32/MANIFEST to EXTRA_DIST so win32 files will be include ↵Sébastien Moutte1-1/+0
in the next release. Original commit message from CVS: * Makefile.am: Add win32/MANIFEST to EXTRA_DIST so win32 files will be include in the next release. * win32/MANIFEST: Remove win32/common/config.h is which is not autogenerated yet.
2006-06-05win32/MANIFEST: Add a manifest for futures ugly win32 releases.Sébastien Moutte1-0/+14
Original commit message from CVS: * win32/MANIFEST: Add a manifest for futures ugly win32 releases. * gst/iec958/ac3iec.c: (ac3iec_chain_raw): Move bufcaps declaration at the begining of the instructions block.
2006-04-09ext/mad/gstmad.c: move GstIndexEntry *entry variable declaration before the ↵Sébastien Moutte12-0/+1566
first instruction Original commit message from CVS: * ext/mad/gstmad.c: (index_seek): move GstIndexEntry *entry variable declaration before the first instruction * ext/mad/gstmad.c: remove debug macros with variable number of parameter by using GST_DEBUG for WIN32 * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_parse_subpic): use gst_guint64_to_gdouble for conversions * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_sync_stream_to_time): replace __FUNCTION__ which is not supported by MSVC by the current function name * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset): remove LL suffix by using G_GINT64_CONSTANT * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead),(gst_mpeg_parse_get_rate): use gst_guint64_to_gdouble for conversions * gst/mpegstream/gstmpegparse.h: remove LL suffix by using G_GINT64_CONSTANT * win32/vs6: add project files for tagac3parse, asfdemux, dvdlpcmdec, dvdsub, iec958, lame, mad, mpegaudioparse, mpegstream, realmedia, synaesthesia
2004-07-27more working pluginsSteve Lhomme1-0/+410
Original commit message from CVS: more working plugins
2004-07-26add more plugins to the build add some definitions needed by plugins fixes ↵Steve Lhomme1-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
2004-07-25Copy the files where needed after building, cleaner projectsSteve Lhomme1-1/+26
Original commit message from CVS: Copy the files where needed after building, cleaner projects
2004-07-24Add the preliminary canvas to build plugins on Win32Steve Lhomme1-0/+30
Original commit message from CVS: Add the preliminary canvas to build plugins on Win32