Commit graph

89 commits

Author SHA1 Message Date
Tim-Philipp Müller d4c629f751 Back to development 2010-06-01 09:39:38 +01:00
Tim-Philipp Müller 418885d898 Release 0.10.23 2010-05-30 14:03:53 +01:00
Tim-Philipp Müller 64a01683ad 0.10.22.3 pre-release 2010-05-26 12:01:26 +01:00
Tim-Philipp Müller b46d04627f 0.10.22.2 pre-release 2010-05-14 18:33:32 +01:00
Tim-Philipp Müller 5de7036292 Back to development. 2010-04-29 15:18:07 +01:00
Tim-Philipp Müller 1b17189816 Release 0.10.22 2010-04-28 02:58:02 +01:00
Tim-Philipp Müller ab4981788a 0.10.21.3 pre-release 2010-04-26 00:01:25 +01:00
Tim-Philipp Müller 1349d5d765 0.10.21.2 pre-release 2010-04-15 00:56:46 +01:00
Tim-Philipp Müller 5d07a2c88f Back to development 2010-03-09 17:45:27 +00:00
Tim-Philipp Müller e39295317b Release 0.10.21 2010-03-09 00:28:16 +00:00
Tim-Philipp Müller 01b6861527 Release 0.10.20 2010-03-08 23:42:51 +00:00
Tim-Philipp Müller 4379378239 Release 0.10.19 2010-03-06 00:43:03 +00:00
Tim-Philipp Müller 552d6b703d 0.18.4 pre-release 2010-03-03 20:29:30 +00:00
Tim-Philipp Müller ec642338e3 0.10.18.3 pre-release 2010-02-24 21:31:00 +00:00
Tim-Philipp Müller 56a8c9143c 0.10.18.2 pre-release 2010-02-19 12:13:08 +00:00
Tim-Philipp Müller 34c128b66d Release 0.10.18 2010-02-10 23:18:22 +00:00
Tim-Philipp Müller c927264622 0.10.17.3 pre-release 2010-02-05 02:13:33 +00:00
Tim-Philipp Müller ec428ab381 0.10.17.2 pre-release 2010-01-27 01:56:03 +00:00
Jan Schmidt 5219267073 Back to development -> 0.10.17.1 2009-11-18 01:27:37 +00:00
Jan Schmidt 30d1ef6677 0.10.16.3 pre-release 2009-11-13 02:07:25 +00:00
Jan Schmidt 3e92738c29 0.10.16.2 pre-release 2009-11-09 20:06:03 +00:00
Jan Schmidt cf68926ac7 win32: Update the win32 config.h 2009-05-21 21:36:02 +01:00
Jan Schmidt d48d6986ce Release 0.10.15 2009-05-20 23:17:10 +01:00
Jan Schmidt e22ec6235f 0.10.14.3 pre-release 2009-05-16 02:59:14 +01:00
Jan Schmidt 40e0d0c51e win32: Remove directdraw project files from the win32 manifest 2009-05-16 01:53:46 +01:00
Jan Schmidt bba3e90768 Moved 'directdraw' from -good to -bad 2009-05-16 01:11:33 +01:00
Jan Schmidt 4cada0ca1a 0.10.14.2 pre-release 2009-05-12 00:48:49 +01:00
Tim-Philipp Müller f73398de91 win32: update MANIFEST, fixing 'make dist'
config.h.in no longer exists.
2009-03-11 12:48:03 +00:00
David Schleef 80510aeee7 Change how win32/common/config.h is updated
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 one recently applied to GStreamer
and gst-plugins-good.  The previous config.h file in -good was in
pretty bad shape, so unlike core and base, I didn't attempt to
leave it strictly the same, but fixed it as necessary.  Needs
testing I cannot do myself.
2009-02-25 20:47:15 -08:00
Jan Schmidt 02f242a740 Release 0.10.14 2009-02-19 20:09:07 +00:00
Jan Schmidt 23d3ffb5f5 0.10.13.3 pre-release 2009-02-19 11:09:03 +00:00
Jan Schmidt 9abeba26bc Release 0.10.13.2 2009-02-07 15:49:54 +00:00
Edward Hervey 4be55825c3 Revert previous bogus commit 2009-01-28 11:58:42 +01:00
Stefan Kost a99d3f8769 Update and add documentation for plugins with no deps (gst).
Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered.
2009-01-28 12:32:59 +02:00
Sebastian Dröge 0d34f33ac4 Update win32/common/config.h for the new development cycle 2009-01-24 13:21:39 +01:00
Jan Schmidt 82526d86db Back to devel -> 0.10.12.1 2009-01-22 14:33:06 +00:00
Jan Schmidt 77690c22c6 Release 0.10.11
Original commit message from CVS:
Release 0.10.11
2008-10-24 22:41:18 +00:00
Jan Schmidt 66ea76773c Release 0.10.9
Original commit message from CVS:
Release 0.10.9
2008-07-31 22:10:17 +00:00
Julien Moutte c39a49245f gst/qtdemux/qtdemux.c: Make sure we we don't clip the segment's stop using the main segment duration as that could cr...
Original commit message from CVS:
2008-05-31  Julien Moutte  <julien@fluendo.com>

* gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
(gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
(gst_qtdemux_seek_to_previous_keyframe),
(gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
we don't clip the segment's stop using the main segment duration
as
that could crop quite some video frames. Make reverse playback
support
more robust and support edit lists. Support seeking to the last
frame,
and fix reverse looping playback. Add some debugging.
* win32/common/config.h: Updated.
2008-05-31 15:30:41 +00:00
Jan Schmidt 2fad495496 Release 0.10.8
Original commit message from CVS:
Release 0.10.8
2008-04-23 23:26:24 +00:00
Jan Schmidt 67fcfffdf8 Release 0.10.7 - Red Door Black
Original commit message from CVS:
Release 0.10.7 - Red Door Black
2008-02-21 00:09:07 +00:00
Sébastien Moutte 4bb12df007 win32/MANIFEST: Add libgstpng.dsp to MANIFEST.
Original commit message from CVS:
* win32/MANIFEST:
Add libgstpng.dsp to MANIFEST.
* win32/vs6/libgstaudiofx.dsp:
Add new source files to VS project file.
2008-02-12 21:36:40 +00:00
Sébastien Moutte f0690e19ea gst/rtsp/gstrtspsrc.c: Include unistd.h only if HAVE_UNISTD_H is defined
Original commit message from CVS:
* gst/rtsp/gstrtspsrc.c:
Include unistd.h only if HAVE_UNISTD_H is defined
* win32/common/config.h.in:
* win32/common/config.h:
Define socklen_t as it seems it's not defined in default
Visual Studio headers.
* win32/vs6/libgstalpha.dsp:
* win32/vs6/libgstapetag.dsp:
* win32/vs6/libgstavi.dsp:
* win32/vs6/libgstrtp.dsp:
* win32/vs6/libgstrtsp.dsp:
* win32/vs6/libgstvideomixer.dsp:
Update project file dependencies and add new source files
2008-02-07 19:13:56 +00:00
Thijs Vermeir d0c62e9108 Add avi subtitle element for bug #442034. Need seeking support and more support for character conversion.
Original commit message from CVS:
* gst/avi/Makefile.am:
* gst/avi/gstavi.c:
* gst/avi/gstavisubtitle.c:
* gst/avi/gstavisubtitle.h:
* tests/check/Makefile.am:
* tests/check/elements/avisubtitle.c:
* win32/common/config.h:
Add avi subtitle element for bug #442034. Need seeking support
and more support for character conversion.
2007-12-18 09:13:12 +00:00
Tim-Philipp Müller de9a28056e Makefile.am: Include common/win32.mak for CRLF check of win32 project files (see #393626).
Original commit message from CVS:
* Makefile.am:
Include common/win32.mak for CRLF check of win32 project
files (see #393626).
* win32/vs6/libgstpng.dsp:
Fix line endings and do cvs admin -kb.
2007-12-18 09:07:17 +00:00
Sébastien Moutte aa1c48dbd4 win32/vs6/: Add a project file for libgstpng
Original commit message from CVS:
* win32/vs6/gst_plugins_good.dsw:
* win32/vs6/libgstpng.dsp:
Add a project file for libgstpng
2007-11-28 21:54:50 +00:00
Sébastien Moutte e58ccbc8f9 win32/MANIFEST: Add files to win32 manifest.
Original commit message from CVS:
* win32/MANIFEST:
Add files to win32 manifest.
* win32/vs6/libgstaudiofx.dsp:
* win32/vs6/libgstqtdemux.dsp:
* win32/vs6/libgstrtp.dsp:
* win32/vs6/libgstrtsp.dsp:
Update project files.
2007-09-29 12:50:36 +00:00
Jan Schmidt 788ef04f72 Release 0.10.6
Original commit message from CVS:
Release 0.10.6
2007-06-19 10:24:55 +00:00
Jan Schmidt 6062b97aed win32/vs6/: Mark *.dsp & *.dsw as binary files and convert to DOS line endings, as they don't load into VS6 correctly...
Original commit message from CVS:
* win32/vs6/autogen.dsp:
* win32/vs6/gst_plugins_good.dsw:
* win32/vs6/libgstalaw.dsp:
* win32/vs6/libgstalpha.dsp:
* win32/vs6/libgstalphacolor.dsp:
* win32/vs6/libgstapetag.dsp:
* win32/vs6/libgstaudiofx.dsp:
* win32/vs6/libgstauparse.dsp:
* win32/vs6/libgstautodetect.dsp:
* win32/vs6/libgstavi.dsp:
* win32/vs6/libgstcutter.dsp:
* win32/vs6/libgstdirectdraw.dsp:
* win32/vs6/libgstdirectsound.dsp:
* win32/vs6/libgsteffectv.dsp:
* win32/vs6/libgstflx.dsp:
* win32/vs6/libgstgoom.dsp:
* win32/vs6/libgsticydemux.dsp:
* win32/vs6/libgstid3demux.dsp:
* win32/vs6/libgstinterleave.dsp:
* win32/vs6/libgstjpeg.dsp:
* win32/vs6/libgstlevel.dsp:
* win32/vs6/libgstmatroska.dsp:
* win32/vs6/libgstmedian.dsp:
* win32/vs6/libgstmonoscope.dsp:
* win32/vs6/libgstmulaw.dsp:
* win32/vs6/libgstmultipart.dsp:
* win32/vs6/libgstqtdemux.dsp:
* win32/vs6/libgstrtp.dsp:
* win32/vs6/libgstrtsp.dsp:
* win32/vs6/libgstsmpte.dsp:
* win32/vs6/libgstspeex.dsp:
* win32/vs6/libgstudp.dsp:
* win32/vs6/libgstvideobalance.dsp:
* win32/vs6/libgstvideobox.dsp:
* win32/vs6/libgstvideocrop.dsp:
* win32/vs6/libgstvideoflip.dsp:
* win32/vs6/libgstvideomixer.dsp:
* win32/vs6/libgstwaveform.dsp:
* win32/vs6/libgstwavenc.dsp:
* win32/vs6/libgstwavparse.dsp:
Mark *.dsp & *.dsw as binary files and convert to DOS line
endings, as they don't load into VS6 correctly otherwise.
2007-06-15 09:13:55 +00:00
Sébastien Moutte d687466ac1 win32/MANIFEST: Add videocrop project file to the win32 manifest.
Original commit message from CVS:
* win32/MANIFEST:
Add videocrop project file to the win32 manifest.
* win32/vs6/gst_plugins_good.dsw:
Add qtdemux,videocrop and waveform projects to the workspace.
* win32/vs6/libgstqtdemux.dsp:
Add zlib to the link list of qtdemux.
* win32/vs6/libgstvideocrop.dsp:
Add a project file for videocrop.
2007-06-12 21:05:22 +00:00