Johan Dahlin [Mon, 15 Mar 2004 14:25:10 +0000 (14:25 +0000)]
gst/*: Move interfaces over here, make it build, remove gstreamer.py
Original commit message from CVS:
* gst/*: Move interfaces over here, make it build, remove gstreamer.py
Johan Dahlin [Fri, 12 Mar 2004 16:18:18 +0000 (16:18 +0000)]
Forgot, 2.0.0->1.99.4
Original commit message from CVS:
Forgot, 2.0.0->1.99.4
Johan Dahlin [Fri, 12 Mar 2004 16:13:09 +0000 (16:13 +0000)]
s/LDFLAGS/LIBS
Original commit message from CVS:
s/LDFLAGS/LIBS
Johan Dahlin [Fri, 12 Mar 2004 16:08:48 +0000 (16:08 +0000)]
configure.ac: AC_SUBST GStreamer and PyGTK flags
Original commit message from CVS:
* configure.ac: PyGtk 1.99.14 should be okay (Shipped with RH9),
AC_SUBST GStreamer and PyGTK flags
Johan Dahlin [Fri, 12 Mar 2004 10:31:44 +0000 (10:31 +0000)]
Remove gst.defs from here
Original commit message from CVS:
Remove gst.defs from here
Johan Dahlin [Fri, 12 Mar 2004 10:12:08 +0000 (10:12 +0000)]
Makefile.am (PLAYDIR): Disable for now
Original commit message from CVS:
* Makefile.am (PLAYDIR): Disable for now
* configure.ac: Build against 0.8
Johan Dahlin [Fri, 12 Mar 2004 09:58:54 +0000 (09:58 +0000)]
gstinterfaces/Makefile.am: clean up a little bit
Original commit message from CVS:
* gstinterfaces/Makefile.am: clean up a little bit
* gstinterfaces/__init__.py (devloc): s/gstreamer/gst/
* codegen: Resync and appy my interface constructor patch
Johan Dahlin [Tue, 9 Mar 2004 14:54:57 +0000 (14:54 +0000)]
gst/gst.override (_wrap_gst_g_error_tp_str)
Original commit message from CVS:
* gst/gst.override (_wrap_gst_g_error_tp_str)
(_wrap_gst_g_error_tp_str): Impl.
* gst/gst-types.defs (GError): Add
* gst/Makefile.am (defs_DATA): Install defs
* codegen/*: Resync
Johan Dahlin [Tue, 9 Mar 2004 14:48:03 +0000 (14:48 +0000)]
Hide output, add pipeline.py
Original commit message from CVS:
Hide output, add pipeline.py
Thomas Vander Stichele [Tue, 9 Mar 2004 14:40:32 +0000 (14:40 +0000)]
use found PYTHON
Original commit message from CVS:
use found PYTHON
Johan Dahlin [Mon, 8 Mar 2004 19:22:15 +0000 (19:22 +0000)]
Add some tests
Original commit message from CVS:
Add some tests
Johan Dahlin [Mon, 8 Mar 2004 18:56:08 +0000 (18:56 +0000)]
I give up, use the same mechanism as in PyGTK, if this is not working, then the slave is broken
Original commit message from CVS:
I give up, use the same mechanism as in PyGTK, if this is not working, then the slave is broken
Johan Dahlin [Mon, 8 Mar 2004 18:49:21 +0000 (18:49 +0000)]
third time...
Original commit message from CVS:
third time...
Johan Dahlin [Mon, 8 Mar 2004 18:47:02 +0000 (18:47 +0000)]
another try
Original commit message from CVS:
another try
Johan Dahlin [Mon, 8 Mar 2004 18:45:11 +0000 (18:45 +0000)]
Unbreak build
Original commit message from CVS:
Unbreak build
Johan Dahlin [Mon, 8 Mar 2004 14:32:14 +0000 (14:32 +0000)]
More generalized tagging
Original commit message from CVS:
More generalized tagging
Johan Dahlin [Mon, 8 Mar 2004 13:51:02 +0000 (13:51 +0000)]
Cleanup, add versioning
Original commit message from CVS:
Cleanup, add versioning
Johan Dahlin [Fri, 5 Mar 2004 10:52:56 +0000 (10:52 +0000)]
testsuite/element.py: Update to new api
Original commit message from CVS:
* testsuite/element.py: Update to new api
Johan Dahlin [Fri, 5 Mar 2004 10:46:24 +0000 (10:46 +0000)]
codegen/*: Copy PyGTK code generator here, to avoid depending on latest version.
Original commit message from CVS:
* codegen/*: Copy PyGTK code generator here, to avoid depending on
latest version.
* configure.ac: Add versioning, ala pygtk, and use the internal
code generator instead of the installed one
Thomas Vander Stichele [Thu, 4 Mar 2004 12:01:23 +0000 (12:01 +0000)]
moving
Original commit message from CVS:
moving
Thomas Vander Stichele [Thu, 4 Mar 2004 12:00:06 +0000 (12:00 +0000)]
fix make distcheck mv examples/gstreamer examples/gst
Original commit message from CVS:
fix make distcheck
mv examples/gstreamer examples/gst
Thomas Vander Stichele [Thu, 4 Mar 2004 11:33:27 +0000 (11:33 +0000)]
remove old dir remove it from cvsroot later on
Original commit message from CVS:
remove old dir
remove it from cvsroot later on
Thomas Vander Stichele [Thu, 4 Mar 2004 11:32:46 +0000 (11:32 +0000)]
make gstreamer python work uninstalled again
Original commit message from CVS:
make gstreamer python work uninstalled again
Johan Dahlin [Fri, 27 Feb 2004 18:32:20 +0000 (18:32 +0000)]
gstreamer/: All over the place, more rename work (gstreamer -> gst)
Original commit message from CVS:
* gstreamer/: All over the place, more rename work (gstreamer -> gst)
Johan Dahlin [Fri, 27 Feb 2004 18:01:52 +0000 (18:01 +0000)]
examples/gstreamer/filesrc.py,player.py: New examples
Original commit message from CVS:
* examples/gstreamer/filesrc.py,player.py: New examples
* gstreamer/gstreamer.override: Add a dict like interface to GstTagList
* gstreamer/gstpad-handlers.override: New file, split out from gstreamer.override
* gstreamer/gst-types.defs: Don't use
gst_buffer_free/gst_data_free, use gst_data_unref instead.
* gstreamer/gst-types.c (PyGstData_to_value): Don't send address here.
* gstreamer/arg-types.py (GstDataPtrArg.write_param): Send the
address to stuff, since we really want to avoid segfaults :)
* gstreamer/0.6.[c,defs,h,override]: Remove, we're focusing on 0.7
* gstreamer/0.7.[c,defs,h,override]: Remove, merge with
gstreamer.*
* gstreamer/Makefile.am: Clean up, remove versioning support.
Johan Dahlin [Wed, 25 Feb 2004 12:12:58 +0000 (12:12 +0000)]
gstreamer/: Rename some more things to gst
Original commit message from CVS:
* gstreamer/gstreamer.override:
* gstreamer/gstreamermodule.c: Rename some more things to gst
* gstreamer/arg-types.py: Clean up and add GstData handling
* gstreamer/gstreamer.defs:
* gstreamer/gst-types.defs: Split out types to a separate defs
* gstreamer/gst-types.c: New file to handle custom GstData conversions.
David I. Lehn [Tue, 24 Feb 2004 18:52:30 +0000 (18:52 +0000)]
gstreamer/: GstStructure and GstTagList foreach() support.
Original commit message from CVS:
* gstreamer/0.7.override:
* gstreamer/common.h:
GstStructure and GstTagList foreach() support.
* examples/gstplay/player.py:
Use TagList.foreach() to print tags.
David I. Lehn [Tue, 24 Feb 2004 18:47:32 +0000 (18:47 +0000)]
gstreamer/common.override: Attempt to handle GstBuffer vs GstData better
Original commit message from CVS:
* gstreamer/common.override:
Attempt to handle GstBuffer vs GstData better
Johan Dahlin [Tue, 24 Feb 2004 18:40:21 +0000 (18:40 +0000)]
gstreamer/gstreamer.defs: rename all functions, remove gst_ suffix.
Original commit message from CVS:
* gstreamer/gstreamer.defs: rename all functions, remove
gst_ suffix.
* gstreamer/examples/gstreamer/*.py: Update to new API.
Johan Dahlin [Mon, 23 Feb 2004 20:24:53 +0000 (20:24 +0000)]
gstreamer/gstreamer.defs (element_link_many): This is function and not a method, despite popular belief
Original commit message from CVS:
* gstreamer/gstreamer.defs (element_link_many): This is function
and not a method, despite popular belief
(gst_element_factory_make): Make it the constructor of GstElement,
so we can avoid dirty hacks.
* gstreamer/gstreamer.override (_wrap_gst_element_link_many): Wrap
(_wrap_gst_element_link_many): Wrap
* gstreamer/common.defs:
* gstreamer/common.override:
* gstreamer/Makefile.am: Beginning of reorganization, to include
gstreamer.defs and override (eg, not auto generate them)
* examples/gstreamer/cp.py: Prettify and pythonify. Will do the
other examples later
* gstreamer/gstreamer.py: Backwards compatibility module
* gstreamer/gstreamermodule.c:
* gstreamer/Makefile.am: Rename the module to gst
Johan Dahlin [Mon, 23 Feb 2004 18:19:38 +0000 (18:19 +0000)]
gstreamer/gstreamer.py: Backwards compatibility module
Original commit message from CVS:
2004-02-23 Johan Dahlin <johan@gnome.org>
* gstreamer/gstreamer.py: Backwards compatibility module
* gstreamer/gstreamermodule.c:
* gstreamer/Makefile.am: Rename the module to gst
David I. Lehn [Wed, 18 Feb 2004 19:42:55 +0000 (19:42 +0000)]
gstreamer/0.7.defs: Wrap GstTagList.
Original commit message from CVS:
* gstreamer/0.7.defs:
Wrap GstTagList.
David I. Lehn [Wed, 18 Feb 2004 19:38:59 +0000 (19:38 +0000)]
Adjust date to 2004.
Original commit message from CVS:
Adjust date to 2004.
Thomas Vander Stichele [Wed, 11 Feb 2004 17:38:15 +0000 (17:38 +0000)]
fix underquotedness
Original commit message from CVS:
fix underquotedness
Thomas Vander Stichele [Thu, 5 Feb 2004 11:07:02 +0000 (11:07 +0000)]
ignore files
Original commit message from CVS:
ignore files
Thomas Vander Stichele [Thu, 5 Feb 2004 11:06:26 +0000 (11:06 +0000)]
adding cvsignore files
Original commit message from CVS:
adding cvsignore files
David I. Lehn [Tue, 3 Feb 2004 09:45:42 +0000 (09:45 +0000)]
gst/: Support GstPlay, bug fixes, updates.
Original commit message from CVS:
* gstinterfaces/.cvsignore:
* gstinterfaces/0.7.defs:
* gstinterfaces/Makefile.am:
* gstinterfaces/common.defs:
* gstinterfaces/common.override:
* gstinterfaces/gstinterfacesmodule.c: (init_gstinterfaces):
* gstplay/.cvsignore:
* gstplay/0.7.c:
* gstplay/0.7.defs:
* gstplay/0.7.h:
* gstplay/0.7.override:
* gstplay/Makefile.am:
* gstplay/__init__.py:
* gstplay/arg-types.py:
* gstplay/common.c:
* gstplay/common.h:
* gstplay/common.override:
* gstplay/gstplaymodule.c: (init_gstplay):
* gstreamer/Makefile.am:
* gstreamer/__init__.py:
* gstreamer/common.override:
Support GstPlay, bug fixes, updates.
* examples/gstplay/player.py:
GstPlay example.
* Makefile.am:
Support GstPlay build.
* configure.ac:
Support GstPlay build, remove AC_SUBST() calls that
PKG_CHECK_MODULES does automagically.
David I. Lehn [Tue, 27 Jan 2004 05:51:53 +0000 (05:51 +0000)]
Makefile.am: add gstinterfaces dir
Original commit message from CVS:
* Makefile.am: add gstinterfaces dir
* configure.ac: get interfaces include dirs
* gstreamer/.cvsignore: add .py[co]
* gstreamer/0.6.defs:
* gstreamer/0.6.override:
* gstreamer/0.7.defs:
* gstreamer/0.7.override:
* gstreamer/common.defs:
* gstreamer/common.override: rearrange code for both 0.6 and 0.7
support
* gstreamer/Makefile.am: add -fno-strict-aliasing due to python
issues
* gstinterfaces/.cvsignore:
* gstinterfaces/0.7.c:
* gstinterfaces/0.7.defs:
* gstinterfaces/0.7.h:
* gstinterfaces/0.7.override:
* gstinterfaces/Makefile.am:
* gstinterfaces/__init__.py:
* gstinterfaces/arg-types.py:
* gstinterfaces/common.c:
* gstinterfaces/common.defs:
* gstinterfaces/common.h:
* gstinterfaces/common.override:
* gstinterfaces/gstinterfacesmodule.c: messy start of interfaces
handling
David I. Lehn [Wed, 31 Dec 2003 07:16:40 +0000 (07:16 +0000)]
Patch from Bug#128736. gstreamer/common.override
Original commit message from CVS:
Patch from Bug#128736.
2003-12-07 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* gstreamer/common.override
(_wrap_gst_element_factory_make_element): Make name argument
optional.
David I. Lehn [Fri, 10 Oct 2003 04:22:27 +0000 (04:22 +0000)]
add annoying version check for 0.6 API
Original commit message from CVS:
add annoying version check for 0.6 API
David I. Lehn [Fri, 10 Oct 2003 04:21:21 +0000 (04:21 +0000)]
Mass change to support compiling for both 0.6 and 0.7. Common support is now in common.{defs,override,c,h}. Specifi...
Original commit message from CVS:
Mass change to support compiling for both 0.6 and 0.7. Common support is now
in common.{defs,override,c,h}. Specific version support is in
{0.6,0.7}.{defs,override,c,h}. The common and version specific files are
merged and/or used as needed.
common.override: add gst_version
David I. Lehn [Fri, 10 Oct 2003 03:48:18 +0000 (03:48 +0000)]
4 space indents
Original commit message from CVS:
4 space indents
David I. Lehn [Thu, 9 Oct 2003 20:14:16 +0000 (20:14 +0000)]
typo
Original commit message from CVS:
typo
David I. Lehn [Thu, 9 Oct 2003 20:02:06 +0000 (20:02 +0000)]
updates
Original commit message from CVS:
updates
David I. Lehn [Thu, 9 Oct 2003 20:01:30 +0000 (20:01 +0000)]
fix libtool 1.5 build by fixing export symbol typo s/initgstreamer/init_gstreamer/
Original commit message from CVS:
fix libtool 1.5 build by fixing export symbol typo
s/initgstreamer/init_gstreamer/
David I. Lehn [Thu, 9 Oct 2003 19:59:23 +0000 (19:59 +0000)]
require autoconf 2.57 and pygtk 2.0.0.
Original commit message from CVS:
require autoconf 2.57 and pygtk 2.0.0.
Thomas Vander Stichele [Sun, 5 Oct 2003 09:14:10 +0000 (09:14 +0000)]
Pipeline, Thread, Bin generate RuntimeError exceptions
Original commit message from CVS:
Pipeline, Thread, Bin generate RuntimeError exceptions
Thomas Vander Stichele [Sat, 4 Oct 2003 23:02:48 +0000 (23:02 +0000)]
make examples use Element
Original commit message from CVS:
make examples use Element
Thomas Vander Stichele [Sat, 4 Oct 2003 22:56:09 +0000 (22:56 +0000)]
I really don't see this working otherwise. taaz, holler if this breaks for you, so we can work out what this is
Original commit message from CVS:
I really don't see this working otherwise.
taaz, holler if this breaks for you, so we can work out what this is
Thomas Vander Stichele [Sat, 4 Oct 2003 22:49:37 +0000 (22:49 +0000)]
app.py --help works, whee !
Original commit message from CVS:
app.py --help works, whee !
Thomas Vander Stichele [Sat, 4 Oct 2003 13:37:45 +0000 (13:37 +0000)]
add Element () constructor add testsuite
Original commit message from CVS:
add Element () constructor
add testsuite
Thomas Vander Stichele [Sat, 4 Oct 2003 13:18:56 +0000 (13:18 +0000)]
create an Element constructor
Original commit message from CVS:
create an Element constructor
Thomas Vander Stichele [Sat, 27 Sep 2003 16:07:02 +0000 (16:07 +0000)]
remove prints fix more 64 bit ints
Original commit message from CVS:
remove prints
fix more 64 bit ints
Thomas Vander Stichele [Sat, 27 Sep 2003 14:18:36 +0000 (14:18 +0000)]
fix return type of pad query
Original commit message from CVS:
fix return type of pad query
Thomas Vander Stichele [Thu, 17 Jul 2003 16:12:11 +0000 (16:12 +0000)]
updates to spec file
Original commit message from CVS:
updates to spec file
David I. Lehn [Thu, 10 Jul 2003 04:27:47 +0000 (04:27 +0000)]
distcheck and final release prep fixes
Original commit message from CVS:
distcheck and final release prep fixes
David I. Lehn [Thu, 10 Jul 2003 00:43:23 +0000 (00:43 +0000)]
update pubdate
Original commit message from CVS:
update pubdate
David I. Lehn [Thu, 10 Jul 2003 00:29:16 +0000 (00:29 +0000)]
add release checklist
Original commit message from CVS:
add release checklist
David I. Lehn [Wed, 9 Jul 2003 23:59:21 +0000 (23:59 +0000)]
rename
Original commit message from CVS:
rename
David I. Lehn [Wed, 9 Jul 2003 23:51:45 +0000 (23:51 +0000)]
redo autobuilt docs system with fancy XInclude features
Original commit message from CVS:
redo autobuilt docs system with fancy XInclude features
David I. Lehn [Wed, 9 Jul 2003 23:50:26 +0000 (23:50 +0000)]
add generated files
Original commit message from CVS:
add generated files
David I. Lehn [Wed, 9 Jul 2003 23:47:28 +0000 (23:47 +0000)]
removed (generated from docs/*)
Original commit message from CVS:
removed (generated from docs/*)
David I. Lehn [Wed, 9 Jul 2003 23:46:37 +0000 (23:46 +0000)]
removed (split into partial files)
Original commit message from CVS:
removed (split into partial files)
David I. Lehn [Wed, 9 Jul 2003 23:34:01 +0000 (23:34 +0000)]
info on where doc sources are located
Original commit message from CVS:
info on where doc sources are located
David I. Lehn [Wed, 9 Jul 2003 23:29:30 +0000 (23:29 +0000)]
conditionally build docs
Original commit message from CVS:
conditionally build docs
David I. Lehn [Wed, 9 Jul 2003 23:22:13 +0000 (23:22 +0000)]
check for xmlcatalog for docs build (probably not strictly needed for general use but fixes non-srcdir builds)
Original commit message from CVS:
check for xmlcatalog for docs build (probably not strictly needed for general
use but fixes non-srcdir builds)
David Schleef [Fri, 27 Jun 2003 18:39:33 +0000 (18:39 +0000)]
Fix detection of source tree
Original commit message from CVS:
Fix detection of source tree
David I. Lehn [Thu, 26 Jun 2003 08:48:52 +0000 (08:48 +0000)]
kill docutils based docs (easy come, easy go) docbook based docs
Original commit message from CVS:
kill docutils based docs (easy come, easy go)
docbook based docs
David I. Lehn [Thu, 26 Jun 2003 08:12:28 +0000 (08:12 +0000)]
docutils based docs (more fixups)
Original commit message from CVS:
docutils based docs (more fixups)
David I. Lehn [Thu, 26 Jun 2003 08:06:36 +0000 (08:06 +0000)]
docutils based docs (fixups)
Original commit message from CVS:
docutils based docs (fixups)
David I. Lehn [Thu, 26 Jun 2003 08:02:50 +0000 (08:02 +0000)]
docutils based docs
Original commit message from CVS:
docutils based docs
David I. Lehn [Thu, 26 Jun 2003 07:40:13 +0000 (07:40 +0000)]
add pkgconfig support
Original commit message from CVS:
add pkgconfig support
David I. Lehn [Thu, 26 Jun 2003 03:40:06 +0000 (03:40 +0000)]
fix up line continuations
Original commit message from CVS:
fix up line continuations
Thomas Vander Stichele [Wed, 11 Jun 2003 20:32:29 +0000 (20:32 +0000)]
update to conform more to other modules fix spec file, the bindings build and work, yay !
Original commit message from CVS:
update to conform more to other modules
fix spec file, the bindings build and work, yay !
Thomas Vander Stichele [Tue, 6 May 2003 21:47:28 +0000 (21:47 +0000)]
fix a compile warning
Original commit message from CVS:
fix a compile warning
David I. Lehn [Mon, 10 Feb 2003 18:12:44 +0000 (18:12 +0000)]
add TODO list
Original commit message from CVS:
add TODO list
David I. Lehn [Sat, 8 Feb 2003 16:08:03 +0000 (16:08 +0000)]
make distcheck fixification
Original commit message from CVS:
make distcheck fixification
David I. Lehn [Thu, 6 Feb 2003 21:56:43 +0000 (21:56 +0000)]
- add wrapper for gst_props_entry_gst_list() and method gst_list() to GstProps to access properties list
Original commit message from CVS:
- add wrapper for gst_props_entry_gst_list() and method gst_list() to GstProps
to access properties list
- add alias for gst_props_entry_get_type as _get_props_type() since _get_type()
is recognized as a GObject type function
David I. Lehn [Thu, 6 Feb 2003 21:51:32 +0000 (21:51 +0000)]
add bps, rename oggplay->vorbisplay
Original commit message from CVS:
add bps, rename oggplay->vorbisplay
David I. Lehn [Thu, 6 Feb 2003 21:49:00 +0000 (21:49 +0000)]
rename to vorbisplay.py print out meta/stream info
Original commit message from CVS:
rename to vorbisplay.py
print out meta/stream info
David I. Lehn [Thu, 6 Feb 2003 21:47:19 +0000 (21:47 +0000)]
add gstreamer.defs to CLEANFILES
Original commit message from CVS:
add gstreamer.defs to CLEANFILES
David I. Lehn [Wed, 5 Feb 2003 15:57:21 +0000 (15:57 +0000)]
format output a bit more
Original commit message from CVS:
format output a bit more
David I. Lehn [Wed, 5 Feb 2003 15:53:58 +0000 (15:53 +0000)]
- id add_iterate_bin(bin)
Original commit message from CVS:
add functions for optimized bin iteration (may move or rename):
- id add_iterate_bin(bin)
- remove_iterate_bin(id)
- iterate_bin_all(bin)
David I. Lehn [Wed, 5 Feb 2003 15:52:25 +0000 (15:52 +0000)]
added buffers-per-second test
Original commit message from CVS:
added buffers-per-second test
David I. Lehn [Wed, 5 Feb 2003 15:50:56 +0000 (15:50 +0000)]
require GStreamer core 0.6.0
Original commit message from CVS:
require GStreamer core 0.6.0
David I. Lehn [Fri, 10 Jan 2003 00:23:08 +0000 (00:23 +0000)]
require GStreamer core 0.5.1.1
Original commit message from CVS:
require GStreamer core 0.5.1.1
David I. Lehn [Fri, 10 Jan 2003 00:18:33 +0000 (00:18 +0000)]
update to new GstPad/GstElement link API and remove old hacks to call GObject connect method
Original commit message from CVS:
update to new GstPad/GstElement link API and remove old hacks to call GObject
connect method
David I. Lehn [Fri, 10 Jan 2003 00:17:32 +0000 (00:17 +0000)]
ignore gstcompat.h
Original commit message from CVS:
ignore gstcompat.h
David I. Lehn [Sat, 4 Jan 2003 18:43:10 +0000 (18:43 +0000)]
add GstPropsEntry and wrappers for most of get_* methods
Original commit message from CVS:
add GstPropsEntry and wrappers for most of get_* methods
David I. Lehn [Sat, 4 Jan 2003 18:42:29 +0000 (18:42 +0000)]
add GstClockID as a pointer arg type (not too useful, really need to make it a boxed type)
Original commit message from CVS:
add GstClockID as a pointer arg type (not too useful, really need to make it a boxed type)
David I. Lehn [Thu, 2 Jan 2003 09:08:36 +0000 (09:08 +0000)]
add pad and element query and convert methods
Original commit message from CVS:
add pad and element query and convert methods
David I. Lehn [Thu, 2 Jan 2003 09:07:31 +0000 (09:07 +0000)]
add threads_init() function
Original commit message from CVS:
add threads_init() function
David I. Lehn [Wed, 1 Jan 2003 00:21:51 +0000 (00:21 +0000)]
require PyGTK 1.99.14
Original commit message from CVS:
require PyGTK 1.99.14
David I. Lehn [Wed, 1 Jan 2003 00:20:46 +0000 (00:20 +0000)]
I'm too lazy to comment this
Original commit message from CVS:
s/vorbisdec/vorbisfile/ (Thanks to Kenichi Sato <ksato@users.sourceforge.net>)
David I. Lehn [Wed, 1 Jan 2003 00:19:52 +0000 (00:19 +0000)]
exclude gstatomic_impl.h from headers used to create defs
Original commit message from CVS:
exclude gstatomic_impl.h from headers used to create defs
David I. Lehn [Wed, 1 Jan 2003 00:18:54 +0000 (00:18 +0000)]
applied upstream, remove patch
Original commit message from CVS:
applied upstream, remove patch
David I. Lehn [Sun, 22 Dec 2002 08:38:35 +0000 (08:38 +0000)]
fix include dir path and fail if not found
Original commit message from CVS:
fix include dir path and fail if not found
David I. Lehn [Sat, 21 Dec 2002 23:46:29 +0000 (23:46 +0000)]
thread block/unblock in callback functions indentation update
Original commit message from CVS:
thread block/unblock in callback functions
indentation update
David I. Lehn [Tue, 17 Dec 2002 17:40:42 +0000 (17:40 +0000)]
email addr update
Original commit message from CVS:
email addr update
David I. Lehn [Tue, 17 Dec 2002 17:38:53 +0000 (17:38 +0000)]
update to 0.5.0
Original commit message from CVS:
update to 0.5.0