summaryrefslogtreecommitdiff
path: root/ext/hermes
Commit message (Collapse)AuthorAgeFilesLines
* Merge CAPS branchDavid Schleef2003-12-224-267/+117
| | | | | Original commit message from CVS: Merge CAPS branch
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
| | | | | Original commit message from CVS: remove copyright field from plugins
* ooops, those files shouldn't have been committed in the latest commit.Benjamin Otte2003-11-241-6/+0
| | | | | Original commit message from CVS: ooops, those files shouldn't have been committed in the latest commit.
* use GDK_PIXBUF_CONFDIRBenjamin Otte2003-11-241-0/+6
| | | | | Original commit message from CVS: use GDK_PIXBUF_CONFDIR
* Don't throw an error if we can't negotiate capsDavid Schleef2003-11-221-5/+0
| | | | | Original commit message from CVS: Don't throw an error if we can't negotiate caps
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
| | | | | Original commit message from CVS: + checking in plugin category changes
* make colorspace handle the original RGB format, too, since it handles both. ↵Benjamin Otte2003-11-111-0/+4
| | | | | | | Add the template caps for the reverse for... Original commit message from CVS: make colorspace handle the original RGB format, too, since it handles both. Add the template caps for the reverse format to video.h
* Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2003-11-071-1/+0
| | | | | | | 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
* Colo(u)rspace tooIain Holmes2003-11-011-51/+55
| | | | | Original commit message from CVS: Colo(u)rspace too
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-081-3/+4
| | | | | | | deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* Take a hint from dschleef and grab the bufferpool at the last possible ↵Joshua N. Pritikin2003-07-231-1/+3
| | | | | | | | | | moment instead of in gst_colorspace_srcconnect... Original commit message from CVS: Take a hint from dschleef and grab the bufferpool at the last possible moment instead of in gst_colorspace_srcconnect_func. I don't know if this is the "correct" fix, but I'm going to commit anyway because colorspace doesn't work _at_ _all_ without this change.
* Fix to loop through a list of caps when calling try_set_caps(). Added a ↵David Schleef2003-07-231-11/+26
| | | | | | | | | workaround for some strangeness in gst_props... Original commit message from CVS: Fix to loop through a list of caps when calling try_set_caps(). Added a workaround for some strangeness in gst_props_normalize(), I think. It doesn't seem to like GST_VIDEO_PAD_TEMPLATE_PROPS_15_16.
* + changes for new float caps without slope/intercept + some category changes ↵Leif Johnson2003-07-191-1/+1
| | | | | | | | for plugins Original commit message from CVS: + changes for new float caps without slope/intercept + some category changes for plugins
* No "format" property in new RGB caps.David Schleef2003-07-141-3/+1
| | | | | Original commit message from CVS: No "format" property in new RGB caps.
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-062-53/+64
| | | | | | | 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
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-292-31/+34
| | | | | | | | 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.
* better state change/link functionWim Taymans2003-05-241-7/+17
| | | | | Original commit message from CVS: better state change/link function
* - properly ref/unref the caps while doing caps negoWim Taymans2003-02-021-12/+29
| | | | | Original commit message from CVS: - properly ref/unref the caps while doing caps nego
* unref pool tooWim Taymans2003-01-121-0/+2
| | | | | Original commit message from CVS: unref pool too
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-6/+6
| | | | | Original commit message from CVS: PadConnect -> PadLink
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-101-9/+9
| | | | | | | | | | please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
| | | | | Original commit message from CVS: parallel install fixes
* plugins part of license field patchChristian Schaller2002-09-181-0/+1
| | | | | Original commit message from CVS: plugins part of license field patch
* Destroy state when going to READYWim Taymans2002-09-123-8/+15
| | | | | Original commit message from CVS: Destroy state when going to READY
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-101-2/+2
| | | | | Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
* Setup the YV12 to RGB converter tooWim Taymans2002-07-111-0/+11
| | | | | Original commit message from CVS: Setup the YV12 to RGB converter too
* Add some more convertors (for YV12). this is getting silly...Wim Taymans2002-07-111-22/+128
| | | | | Original commit message from CVS: Add some more convertors (for YV12). this is getting silly...
* Include right header file for memcpyWim Taymans2002-06-211-0/+1
| | | | | Original commit message from CVS: Include right header file for memcpy
* Fixed problem with color conversionWim Taymans2002-06-215-11/+57
| | | | | | Original commit message from CVS: Fixed problem with color conversion Added conversion between YV12 and I420
* add ranks only for plugins who participate in autoplugging. If you have a ↵Steve Baker2002-05-311-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.
* add a yuv2yuv.h fileJeremy Simon2002-05-072-1/+29
| | | | | Original commit message from CVS: add a yuv2yuv.h file
* swap the cr and the cb component for the yuv420P_to_rgb no mmx routineJeremy Simon2002-05-071-3/+3
| | | | | Original commit message from CVS: swap the cr and the cb component for the yuv420P_to_rgb no mmx routine
* a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo2002-04-201-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
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-111-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.
* fixed warnings in /ext added mikmod_types.h to get it doneBenjamin Otte2002-04-061-13/+0
| | | | | | Original commit message from CVS: fixed warnings in /ext added mikmod_types.h to get it done
* Changed to the new props APIWim Taymans2002-03-302-31/+38
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo2002-03-241-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
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-204-4/+4
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-195-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.
* s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo2002-03-191-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
* Faster RGB to YUV conversionWim Taymans2002-02-021-113/+43
| | | | | Original commit message from CVS: Faster RGB to YUV conversion
* Return donw when we changed the caps in the connect function.Wim Taymans2002-01-201-2/+2
| | | | | Original commit message from CVS: Return donw when we changed the caps in the connect function.
* - plugins are built without versioning infoWrobell2002-01-181-0/+1
| | | | | Original commit message from CVS: - plugins are built without versioning info
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-134-155/+387
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn2002-01-121-3/+7
| | | | | | | Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
* added hermesThomas Vander Stichele2001-12-231-4/+4
| | | | | Original commit message from CVS: added hermes
* adding hermesThomas Vander Stichele2001-12-237-0/+1747
Original commit message from CVS: adding hermes