- 04 Mar, 2007 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: update defs
-
- 27 Dec, 2006 1 commit
-
-
Julien Moutte authored
Original commit message from CVS: 2006-12-27 Julien MOUTTE <julien@moutte.net> * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a caps leak. * win32/common/config.h: Updated.
-
- 07 Dec, 2006 1 commit
-
-
Jan Schmidt authored
Original commit message from CVS: === release 0.10.11 === 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: releasing 0.10.11, "Dumb things"
-
- 01 Dec, 2006 1 commit
-
-
Sergey Scobich authored
Original commit message from CVS: * gst/videoscale/vs_4tap.c: * win32/MANIFEST: * win32/common/config.h: * win32/vs8/libgstvideoscale.vcproj: Fix compilation on win32 under VS8 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com> Partially fixes #381175
-
- 02 Nov, 2006 1 commit
-
-
Sergey Scobich authored
win32/: Misc. VS8 build fixes: fix syntax in config.h, add missing entries to libgsttag.def; add missing dependencies... Original commit message from CVS: Patch by: Sergey Scobich <sergey.scobich at gmail com> * win32/common/config.h: * win32/common/interfaces-enumtypes.c: * win32/common/libgsttag.def: * win32/vs8/gst-plugins-base.sln: * win32/vs8/libgstaudioresample.vcproj: * win32/vs8/libgstinterfaces.vcproj: * win32/vs8/libgstogg.vcproj: * win32/vs8/libgstriff.vcproj: * win32/vs8/libgsttag.vcproj: * win32/vs8/libgsttheora.vcproj: * win32/vs8/libgstvideoscale.vcproj: * win32/vs8/libgstvorbis.vcproj: Misc. VS8 build fixes: fix syntax in config.h, add missing entries to libgsttag.def; add missing dependencies for some vs8 projects; re-arrange placement of .def files in vs8 projects (#366334).
-
- 04 Oct, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: bump version
-
- 14 Sep, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: releasing 0.10.10
-
- 09 Sep, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: second prerelease
-
- 07 Sep, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: first prerelease
-
- 14 Jul, 2006 2 commits
-
-
Andy Wingo authored
ext/theora/gsttheoraparse.h: ext/theora/theoraparse.c (theora_parse_drain_event_queue) (theora_parse_push_headers, th... Original commit message from CVS: 2006-07-14 Andy Wingo <wingo@pobox.com> * ext/theora/gsttheoraparse.h: * ext/theora/theoraparse.c (theora_parse_drain_event_queue) (theora_parse_push_headers, theora_parse_clear_queue) (theora_parse_drain_queue_prematurely, ) (theora_parse_sink_event, theora_parse_change_state): Queue events until we initialized our state, like in vorbisparse.
-
Jan Schmidt authored
Original commit message from CVS: 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: releasing 0.10.9, "I walk the line"
-
- 11 Jun, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: update to cvs
-
- 09 Jun, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: releasing 0.10.8
-
- 07 Jun, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * configure.ac: * po/af.po: * po/az.po: * po/cs.po: * po/en_GB.po: * po/hu.po: * po/it.po: * po/nb.po: * po/nl.po: * po/or.po: * po/sq.po: * po/sr.po: * po/sv.po: * po/uk.po: * po/vi.po: * win32/common/config.h: 0.10.7.2 prerelease
-
- 14 May, 2006 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: update config.h
-
Jan Schmidt authored
Original commit message from CVS: 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: releasing 0.10.7, "Leave the gun"
-
- 28 Apr, 2006 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: update config.h
-
Thomas Vander Stichele authored
Original commit message from CVS: dist more win32 files
-
- 26 Apr, 2006 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: new prerelease
-
Thomas Vander Stichele authored
Original commit message from CVS: prerelease
-
- 12 Apr, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: prerelease
-
- 01 Apr, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * configure.ac: * win32/common/config.h: * win32/common/config.h.in: use AS_VERSION and AS_NANO more cleanups
-
- 24 Mar, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * tests/check/generic/clock-selection.c: (GST_START_TEST): set to NULL before unreffing, fixes a valgrind leak. Why was this not triggering the error that an object needs to be NULL before unreffing ? * win32/common/config.h: update
-
- 17 Mar, 2006 1 commit
-
-
Jan Schmidt authored
Original commit message from CVS: * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps): * win32/common/config.h: Revert accidental commits to these files.
-
- 16 Mar, 2006 1 commit
-
-
Jan Schmidt authored
gst/playback/gststreamselector.c: Preserve the existing buggy streamselector behaviour by performing a fallback buffe... Original commit message from CVS: * gst/playback/gststreamselector.c: (gst_stream_selector_set_property), (gst_stream_selector_bufferalloc): Preserve the existing buggy streamselector behaviour by performing a fallback buffer allocation when downstream isn't linked yet. This should really be fixed in playbin by blocking pads until it's linked them. Also, use gst_pad_alloc_buffer instead of gst_pad_alloc_buffer_and_set.
-
- 13 Mar, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: releasing 0.10.5
-
- 10 Mar, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: releasing 0.10.4
-
- 09 Mar, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: prereleasing
-
- 09 Feb, 2006 2 commits
-
-
Andy Wingo authored
Original commit message from CVS: kapowpowpow
-
Jan Schmidt authored
Original commit message from CVS: Releasing 0.10.3
-
- 08 Feb, 2006 1 commit
-
-
Jan Schmidt authored
Original commit message from CVS: * configure.ac: * win32/common/config.h: 0.10.2.2 prerelease (of 0.10.3).
-
- 29 Jan, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * win32/MANIFEST: * win32/common/config.h: * win32/common/config.h.in: add config files just like in core
-