summaryrefslogtreecommitdiffstats
path: root/ext/hermes
AgeCommit message (Collapse)AuthorFilesLines
2004-05-21second batch : remove ',' at end of enums as they could confuse older gcc, ↵Stéphane Loeuillet1-2/+2
foreign compilers (forte) and gtk-doc (in ... Original commit message from CVS: second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in gst-plugins/ext/ this time)
2004-04-22s/gst_caps_simplify/gst_caps_do_simplify/Benjamin Otte1-4/+2
Original commit message from CVS: * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_caps_remove_format_info): * gst/colorspace/gstcolorspace.c: (gst_colorspace_caps_remove_format_info): * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcolorspace_caps_remove_format_info): s/gst_caps_simplify/gst_caps_do_simplify/
2004-03-30ext/hermes/gsthermescolorspace.c: decrease rank by 2 to not interfere with ↵David Schleef1-1/+1
other colorspaces. Original commit message from CVS: * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank by 2 to not interfere with other colorspaces. * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by one to not interfere with ffmpeg_colorspace.
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-126/+129
Original commit message from CVS: don't mix tabs and spaces
2004-03-14gst-indentThomas Vander Stichele1-188/+195
Original commit message from CVS: gst-indent
2004-01-15ext/hermes/gsthermescolorspace.c: Fix another compile error. Same as below.Ronald S. Bultje1-14/+24
Original commit message from CVS: 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net> * ext/hermes/gsthermescolorspace.c: Fix another compile error. Same as below.
2004-01-15Duplicate the ext/hermes colorspace plugin, and remove Hermes code and GPL ↵David Schleef10-2017/+655
code. Fix for new caps negotiation. Rewr... Original commit message from CVS: * configure.ac: * gst/colorspace/Makefile.am: * gst/colorspace/gstcolorspace.c: * gst/colorspace/gstcolorspace.h: * gst/colorspace/yuv2rgb.c: * gst/colorspace/yuv2rgb.h: Duplicate the ext/hermes colorspace plugin, and remove Hermes code and GPL code. Fix for new caps negotiation. Rewrite much of the format handling code, and some of the conversion code. Basically, rewrote almost everything. This element handles I420, YV12 to RGB conversions. * ext/hermes/Makefile.am: * ext/hermes/gsthermescolorspace.c: Rename colorspace to hermescolorspace. Fix negotiation issues. Remove non-Hermes related code. This element handles lots of RGB to RGB conversions, but no YUV. * ext/hermes/gstcolorspace.c: * ext/hermes/gstcolorspace.h: * ext/hermes/rgb2yuv.c: * ext/hermes/yuv2rgb.c: * ext/hermes/yuv2rgb.h: * ext/hermes/yuv2rgb_mmx16.s: * ext/hermes/yuv2yuv.c: * ext/hermes/yuv2yuv.h: Remove old code.
2004-01-12gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte1-5/+9
Original commit message from CVS: 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst-libs/gst/video/video.h: Fix caps template names to be understandable. Prefix everything with GST_VIDEO. * ext/aalib/gstaasink.c: * ext/divx/gstdivxdec.c: * ext/divx/gstdivxenc.c: * ext/gdk_pixbuf/gstgdkpixbuf.c: * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init): * ext/jpeg/gstjpegdec.c: (raw_caps_factory): * ext/jpeg/gstjpegenc.c: (raw_caps_factory): * ext/libcaca/gstcacasink.c: * ext/libpng/gstpngenc.c: (raw_caps_factory): * ext/snapshot/gstsnapshot.c: * ext/swfdec/gstswfdec.c: * ext/xvid/gstxviddec.c: * ext/xvid/gstxvidenc.c: * gst/chart/gstchart.c: * gst/deinterlace/gstdeinterlace.c: * gst/effectv/gsteffectv.c: * gst/flx/gstflxdec.c: (gst_flxdec_loop): * gst/goom/gstgoom.c: * gst/median/gstmedian.c: * gst/monoscope/gstmonoscope.c: (gst_monoscope_init), (gst_monoscope_srcconnect), (gst_monoscope_chain): * gst/overlay/gstoverlay.c: * gst/smooth/gstsmooth.c: * gst/smpte/gstsmpte.c: * gst/synaesthesia/gstsynaesthesia.c: * gst/videocrop/gstvideocrop.c: * gst/videodrop/gstvideodrop.c: * gst/y4m/gsty4mencode.c: * sys/qcam/gstqcamsrc.c: * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps): Make them work with new video.h file. * sys/ximage/ximagesink.c: (gst_ximagesink_chain), (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc): Make it work with new buffer allocation system.
2004-01-11ext/ffmpeg/gstffmpegcolorspace.c: Fixing the pad_alloc_buffer implementation ↵Julien Moutte1-1/+1
to use ->srcpad Original commit message from CVS: 2004-01-11 Julien MOUTTE <julien@moutte.net> * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the pad_alloc_buffer implementation to use ->srcpad * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the pad_alloc_buffer implementation to use ->srcpad * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the pad_alloc_buffer implementation to use ->srcpad * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new), (gst_ximagesink_chain), (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep a reference to everything we need. * sys/ximage/ximagesink.h: adding a reference to the sink in the image. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new), (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep a reference to everything we need. * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
2004-01-09ext/hermes/gstcolorspace.c: Implementing gst_pad_alloc_buffer to use ↵Julien Moutte1-3/+3
optimized buffer allocation. Original commit message from CVS: * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
2003-12-22Merge CAPS branchDavid Schleef4-267/+117
Original commit message from CVS: Merge CAPS branch
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
Original commit message from CVS: remove copyright field from plugins
2003-11-24ooops, those files shouldn't have been committed in the latest commit.Benjamin Otte1-6/+0
Original commit message from CVS: ooops, those files shouldn't have been committed in the latest commit.
2003-11-24use GDK_PIXBUF_CONFDIRBenjamin Otte1-0/+6
Original commit message from CVS: use GDK_PIXBUF_CONFDIR
2003-11-22Don't throw an error if we can't negotiate capsDavid Schleef1-5/+0
Original commit message from CVS: Don't throw an error if we can't negotiate caps
2003-11-16+ checking in plugin category changesLeif Johnson1-1/+1
Original commit message from CVS: + checking in plugin category changes
2003-11-11make colorspace handle the original RGB format, too, since it handles both. ↵Benjamin Otte1-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
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje1-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
2003-11-01Colo(u)rspace tooIain Holmes1-51/+55
Original commit message from CVS: Colo(u)rspace too
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo1-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.
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
Original commit message from CVS: Remove redundant plugindir definition
2003-07-23Take a hint from dschleef and grab the bufferpool at the last possible ↵Joshua N. Pritikin1-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.
2003-07-23Fix to loop through a list of caps when calling try_set_caps(). Added a ↵David Schleef1-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.
2003-07-19+ changes for new float caps without slope/intercept + some category changes ↵Leif Johnson1-1/+1
for plugins Original commit message from CVS: + changes for new float caps without slope/intercept + some category changes for plugins
2003-07-14No "format" property in new RGB caps.David Schleef1-3/+1
Original commit message from CVS: No "format" property in new RGB caps.
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2-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
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte2-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.
2003-05-24better state change/link functionWim Taymans1-7/+17
Original commit message from CVS: better state change/link function
2003-02-02- properly ref/unref the caps while doing caps negoWim Taymans1-12/+29
Original commit message from CVS: - properly ref/unref the caps while doing caps nego
2003-01-12unref pool tooWim Taymans1-0/+2
Original commit message from CVS: unref pool too
2003-01-10PadConnect -> PadLinkThomas Vander Stichele1-6/+6
Original commit message from CVS: PadConnect -> PadLink
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele1-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
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: parallel install fixes
2002-09-18plugins part of license field patchChristian Schaller1-0/+1
Original commit message from CVS: plugins part of license field patch
2002-09-12Destroy state when going to READYWim Taymans3-8/+15
Original commit message from CVS: Destroy state when going to READY
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje1-2/+2
Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
2002-07-11Setup the YV12 to RGB converter tooWim Taymans1-0/+11
Original commit message from CVS: Setup the YV12 to RGB converter too
2002-07-11Add some more convertors (for YV12). this is getting silly...Wim Taymans1-22/+128
Original commit message from CVS: Add some more convertors (for YV12). this is getting silly...
2002-06-21Include right header file for memcpyWim Taymans1-0/+1
Original commit message from CVS: Include right header file for memcpy
2002-06-21Fixed problem with color conversionWim Taymans5-11/+57
Original commit message from CVS: Fixed problem with color conversion Added conversion between YV12 and I420
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.