summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/idct
AgeCommit message (Collapse)AuthorFilesLines
2003-09-11Remove all locally-defined optimization flagsDavid Schleef1-1/+1
Original commit message from CVS: Remove all locally-defined optimization flags
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-7/+7
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.
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron1-1/+1
script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
2002-12-11merge back from release branchThomas Vander Stichele1-3/+3
Original commit message from CVS: merge back from release branch
2002-12-08parallel install fixesThomas Vander Stichele1-4/+4
Original commit message from CVS: parallel install fixes
2002-06-22header relocationThomas Vander Stichele1-1/+1
Original commit message from CVS: header relocation
2002-05-08Fixed a typo in the idct plugin name make gstriff a real pluginWim Taymans1-1/+1
Original commit message from CVS: Fixed a typo in the idct plugin name make gstriff a real plugin
2002-04-13spec fixes gst-launch-ext additions trying to fix up ieeetest but failed ↵Thomas Vander Stichele1-1/+1
function collision in avifile dir Original commit message from CVS: * spec fixes * gst-launch-ext additions * trying to fix up ieeetest but failed * function collision in avifile dir
2002-04-12comment them outThomas Vander Stichele1-4/+4
Original commit message from CVS: comment them out
2002-04-12please someone fix the necessary pointer cast for this test to workThomas Vander Stichele1-1/+1
Original commit message from CVS: please someone fix the necessary pointer cast for this test to work
2002-03-24added plugin_desc structures to libs, which makes their locations cached in ↵Andy Wingo1-0/+13
the registry. this speeds plugin loading ... Original commit message from CVS: * added plugin_desc structures to libs, which makes their locations cached in the registry. this speeds plugin loading considerably, especially on uninstalled versions. * put the lib path before all others, for speed reasons. * some fixes to adder's caps. * added linefeeds (\n) to GST_DEBUG strings to match GST_INFO behavior. this is more sane. all code will need to be converted. i think some perl can do this.
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo2-2/+2
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo3-481/+481
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.
2002-03-19s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo1-1/+1
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
2002-01-31- plugins are built without versioning infoWrobell1-0/+1
Original commit message from CVS: - plugins are built without versioning info
2001-12-25more distcheck fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: more distcheck fixes
2001-12-23more fixesThomas Vander Stichele11-0/+3449
Original commit message from CVS: more fixes
2001-12-23idct fixesThomas Vander Stichele2-2/+2
Original commit message from CVS: idct fixes
2001-12-23more fixesThomas Vander Stichele2-0/+159
Original commit message from CVS: more fixes