summaryrefslogtreecommitdiffstats
path: root/ext/hermes
AgeCommit message (Collapse)AuthorFilesLines
2002-05-31add ranks only for plugins who participate in autoplugging. If you have a ↵Steve Baker1-0/+1
file that used to autoplug but doesn't any... Original commit message from CVS: add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
2002-05-07add a yuv2yuv.h fileJeremy Simon2-1/+29
Original commit message from CVS: add a yuv2yuv.h file
2002-05-07swap the cr and the cb component for the yuv420P_to_rgb no mmx routineJeremy Simon1-3/+3
Original commit message from CVS: swap the cr and the cb component for the yuv420P_to_rgb no mmx routine
2002-04-20a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo1-2/+2
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
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo1-10/+10
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-04-06fixed warnings in /ext added mikmod_types.h to get it doneBenjamin Otte1-13/+0
Original commit message from CVS: fixed warnings in /ext added mikmod_types.h to get it done
2002-03-30Changed to the new props APIWim Taymans2-31/+38
Original commit message from CVS: Changed to the new props API Other small tuff.
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo1-7/+7
fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo4-4/+4
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo5-127/+127
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-02-02Faster RGB to YUV conversionWim Taymans1-113/+43
Original commit message from CVS: Faster RGB to YUV conversion
2002-01-20Return donw when we changed the caps in the connect function.Wim Taymans1-2/+2
Original commit message from CVS: Return donw when we changed the caps in the connect function.
2002-01-18- plugins are built without versioning infoWrobell1-0/+1
Original commit message from CVS: - plugins are built without versioning info
2002-01-13Bring the plugins in sync with the new core capsnego system.Wim Taymans4-155/+387
Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
2002-01-12s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn1-3/+7
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
2001-12-23added hermesThomas Vander Stichele1-4/+4
Original commit message from CVS: added hermes
2001-12-23adding hermesThomas Vander Stichele7-0/+1747
Original commit message from CVS: adding hermes