Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
gst-indent c++ files
|
|
Original commit message from CVS:
gst-indent
|
|
Original commit message from CVS:
Merge CAPS branch
|
|
Original commit message from CVS:
remove copyright field from plugins
|
|
and remove duplicate config.h includes fro...
Original commit message from CVS:
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
|
|
Original commit message from CVS:
Updated gstarts
|
|
Original commit message from CVS:
Trivial fixes for GstBuffer->GstData migration
|
|
Original commit message from CVS:
Remove redundant plugindir definition
|
|
over to the new mimetypes spec as descri...
Original commit message from CVS:
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
|
|
Original commit message from CVS:
compatibility fix for new GST_DEBUG stuff.
Includes fixes for missing includes for config.h and unistd.h
I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
|
|
Original commit message from CVS:
Grrr... another fix, to make gst_artsio.idl dist correctly.
|
|
Original commit message from CVS:
Refix #104689
|
|
Original commit message from CVS:
Remove automake-1.4 hack to get files to dist correctly. Fixes #104689.
Doesn't need to go into 0.6.1, imo.
|
|
also disable ivorbis plugin as the test mis...
Original commit message from CVS:
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
|
|
Original commit message from CVS:
parallel install fixes
|
|
Original commit message from CVS:
plugins part of license field patch
|
|
osssink sync=false
Original commit message from CVS:
fix gstarts. the sound is krappy, but it does make sound -- remember to do osssink
sync=false
|
|
Original commit message from CVS:
a first feeble attempt at fixoring this beauty
|
|
Original commit message from CVS:
Various small fixes for compile problems
|
|
Original commit message from CVS:
fixed missing quote
|
|
details->klass reorganizations an element br...
Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory
|
|
and typefind.
Original commit message from CVS:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
same with *factory and typefind.
also, some -Werror fixes.
|
|
win the race to max LOC changed ;-)
Original commit message from CVS:
added a bunch of cvsignore stuff off of a fresh checkout and build
i will win the race to max LOC changed ;-)
|
|
Original commit message from CVS:
perhaps -lartsflow_idl is needed
|
|
versioning is done internally to the plugins with...
Original commit message from CVS:
* removal of //-style comments
* don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
|
|
variables are defined as make variables automagi...
Original commit message from CVS:
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/
@-substitued variables variables are defined as make variables automagically,
and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
|
|
Original commit message from CVS:
a hackish fix to link arts to the proper libs
|
|
Original commit message from CVS:
- plugins are built without versioning info
|
|
Original commit message from CVS:
* s/filter/plugin/
* link plugins to GST_LIBS
* rearrange rules to a common format
|
|
Original commit message from CVS:
more fixing
|
|
Original commit message from CVS:
more fixing
|
|
Original commit message from CVS:
this might be better
|
|
Original commit message from CVS:
arts make distcheck fix
|
|
Original commit message from CVS:
make arts stuff work, i think
|
|
Original commit message from CVS:
Fixed some leftover fixes
|
|
Original commit message from CVS:
adding arts and artds, no checks yet
|