summaryrefslogtreecommitdiffstats
path: root/gst/videofilter
Commit message (Collapse)AuthorAgeFilesLines
...
* *.h: Revert indentingJohan Dahlin2004-03-153-36/+37
| | | | | Original commit message from CVS: * *.h: Revert indenting
* gst-indentThomas Vander Stichele2004-03-148-670/+708
| | | | | Original commit message from CVS: gst-indent
* ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin doesn't conflict ↵David Schleef2004-03-091-5/+4
| | | | | | | | | | | with the internal colorspace plugin. Original commit message from CVS: * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin doesn't conflict with the internal colorspace plugin. * gst-libs/gst/audio/make_filter: Use `` instead of $() to satisfy the crappy-ass shell shipped by a certain vendor. * gst/videofilter/make_filter: same (bug #135299)
* gst/videofilter/gstgamma.c: Fix typo that modified the alpha channel and ↵David Schleef2004-03-041-2/+4
| | | | | | | | | caused a warning. (bug #136192) Original commit message from CVS: reviewed by David Schleef * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that modified the alpha channel and caused a warning. (bug #136192)
* gst/videofilter/gstgamma.c: Adds gamma correction for RGB, with separate r g ↵David Schleef2004-02-241-6/+137
| | | | | | | | | | | | and b correction factors. Original commit message from CVS: reviewed by: David Schleef <ds@schleef.org> * gst/videofilter/gstgamma.c: (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property), (gst_gamma_get_property), (gst_gamma_calculate_tables), (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction for RGB, with separate r g and b correction factors.
* Convert a few inner loops to use liboil. This is currently optional, and is ↵David Schleef2004-02-122-5/+24
| | | | | | | | | | | | | | | | | | | | only enabled if liboil is present (duh!). Original commit message from CVS: Convert a few inner loops to use liboil. This is currently optional, and is only enabled if liboil is present (duh!). * configure.ac: Check for liboil-0.1 * gst/intfloat/Makefile.am: * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32), (gst_int2float_chain_gint16): * gst/videofilter/Makefile.am: * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init), (tablelookup_u8), (gst_videobalance_planar411): * gst/videotestsrc/Makefile.am: * gst/videotestsrc/gstvideotestsrc.c: (plugin_init): * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2), (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3), (paint_hline_RGB565), (paint_hline_xRGB1555):
* gst/videofilter/gstvideobalance.*: Implement lookup-tables. +/- 10x faster.Ronald S. Bultje2004-01-252-58/+108
| | | | | | | | | | | | | | | | Original commit message from CVS: 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose), (gst_videobalance_init), (gst_videobalance_colorbalance_list_channels), (gst_videobalance_colorbalance_set_value), (gst_videobalance_colorbalance_get_value), (gst_videobalance_update_properties), (gst_videobalance_update_tables_planar411), (gst_videobalance_planar411): * gst/videofilter/gstvideobalance.h: Implement lookup-tables. +/- 10x faster.
* gst/videofilter/gstvideobalance.c: Fix regression; changing a property ↵David Schleef2004-01-161-11/+15
| | | | | | | | | | | | | | affects the video stream. Original commit message from CVS: * gst/videofilter/gstvideobalance.c: Fix regression; changing a property affects the video stream. * sys/xvimage/xvimagesink.c: * sys/xvimage/xvimagesink.h: Add synchronous property for debugging. Should probably be disabled in non-CVS builds. Make sure that the Xv attribute exists before we set it (crash!). Fix a silly float bug that caused colorbalance to just not work.
* gst/videofilter/gstvideobalance.c: Implement passthru if settings are in the ↵Julien Moutte2004-01-151-0/+16
| | | | | | | | | | | | middle. Original commit message from CVS: 2004-01-15 Julien MOUTTE <julien@moutte.net> * gst/videofilter/gstvideobalance.c: (gst_videobalance_init), (gst_videobalance_colorbalance_set_value): Implement passthru if settings are in the middle. * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
* gst/: Since we use videofilter symbols, link to it.Ronald S. Bultje2004-01-151-2/+1
| | | | | | | | | Original commit message from CVS: 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/videofilter/Makefile.am: * gst/volume/Makefile.am: Since we use videofilter symbols, link to it.
* gst/videofilter/gstvideobalance.c: Fixing videobalance ranges for ↵Julien Moutte2004-01-141-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | colorbalance interface implementation. Original commit message from CVS: 2004-01-14 Julien MOUTTE <julien@moutte.net> * gst/videofilter/gstvideobalance.c: (gst_videobalance_init), (gst_videobalance_colorbalance_set_value), (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges for colorbalance interface implementation. * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get), (gst_ximagesink_set_property), (gst_ximagesink_get_property), (gst_ximagesink_dispose), (gst_ximagesink_init), (gst_ximagesink_class_init): Adding DISPLAY property. * sys/ximage/ximagesink.h: Adding display_name to store display. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get), (gst_xvimagesink_set_property), (gst_xvimagesink_get_property), (gst_xvimagesink_dispose), (gst_xvimagesink_init), (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance properties (they still need polishing though for gst-launch use : no xcontext yet, i ll do that tomorrow). * sys/xvimage/xvimagesink.h: Adding display_name to store display.
* gst-libs/gst/colorbalance/colorbalance.c: Adding a default type.Julien Moutte2004-01-142-2/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: 2004-01-14 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/colorbalance/colorbalance.c: (gst_color_balance_class_init): Adding a default type. * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access the type. * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type), (gst_videobalance_dispose), (gst_videobalance_class_init), (gst_videobalance_init), (gst_videobalance_interface_supported), (gst_videobalance_interface_init), (gst_videobalance_colorbalance_list_channels), (gst_videobalance_colorbalance_set_value), (gst_videobalance_colorbalance_get_value), (gst_videobalance_colorbalance_init): Implementing colorbalance interface. * gst/videofilter/gstvideobalance.h: Adding colorbalance channels list. * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a bug which was triggering a BadAccess X error when setting an overlay before pad was really negotiated. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init): Using the colorbalance type macro.
* gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance ↵Jon Trowbridge2004-01-131-2/+1
| | | | | | | | | | | | | | | | | interface stating if it is hardware based... Original commit message from CVS: 2004-01-13 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance interface stating if it is hardware based or software based. * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411): Removing a trailing comma. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get), (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as the documentation seems to be wrong on the -1000 to 1000 interval.
* Remove all usage of gst_pad_get_caps(), and replace it with ↵David Schleef2004-01-121-1/+1
| | | | | | | | gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap(). Original commit message from CVS: Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
* ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() testDavid Schleef2004-01-111-4/+3
| | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new), (gst_fenced_buffer_default_copy): Fix for rename of buffer private structure members. * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time value during a resize/renegotiation. * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use gst_pad_alloc_buffer(); * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private structure members. * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free): Fix for rename of buffer private structure members. * sys/ximage/ximagesink.c: (gst_ximagesink_chain), (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc): Fix for rename of buffer private structure members. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc): Fix for rename of buffer private structure members.
* New gamma filterDavid Schleef2004-01-112-1/+298
| | | | | Original commit message from CVS: New gamma filter
* ext/ffmpeg/gstffmpegenc.c: Fix pad_link function to handle formats that ↵David Schleef2004-01-091-1/+6
| | | | | | | | | | | | | | | | | | | | | | | ffmpeg returns as multiple caps structures. Original commit message from CVS: * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix pad_link function to handle formats that ffmpeg returns as multiple caps structures. * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): Only complain if source buffer is _smaller_ than expected. * gst/videoscale/gstvideoscale.c: (gst_videoscale_init), (gst_videoscale_handle_src_event): Resize navigation events when passing them upstream. * gst/videotestsrc/gstvideotestsrc.c: * gst/videotestsrc/gstvideotestsrc.h: * gst/videotestsrc/videotestsrc.c: * gst/videotestsrc/videotestsrc.h: Rewrite many of the buffer painting functions to handle odd sizes (for many formats, size%4!=0 or size%8!=0). Most have been verified to work with my video card. * testsuite/gst-lint: Add check for elements calling gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
* Handle builddir != srcdir builds with making gstvideoexample.cDavid Schleef2004-01-071-3/+2
| | | | | Original commit message from CVS: Handle builddir != srcdir builds with making gstvideoexample.c
* Fix the regular expressions and quote properlyDavid Schleef2004-01-071-6/+9
| | | | | Original commit message from CVS: Fix the regular expressions and quote properly
* Convert make_filter to sh. Add make_filter's id to the outputDavid Schleef2004-01-072-27/+28
| | | | | Original commit message from CVS: Convert make_filter to sh. Add make_filter's id to the output
* gstvideoexample.h disappeared. fixing build.Julien Moutte2004-01-071-1/+1
| | | | | Original commit message from CVS: gstvideoexample.h disappeared. fixing build.
* Merge gstvideotemplate.h into gstvideotemplate.cDavid Schleef2004-01-074-81/+33
| | | | | Original commit message from CVS: Merge gstvideotemplate.h into gstvideotemplate.c
* Negotiation fixes.David Schleef2003-12-312-68/+97
| | | | | Original commit message from CVS: Negotiation fixes.
* Merge CAPS branchDavid Schleef2003-12-222-148/+82
| | | | | Original commit message from CVS: Merge CAPS branch
* make videofilter handle RGB correctlyBenjamin Otte2003-12-091-21/+36
| | | | | Original commit message from CVS: make videofilter handle RGB correctly
* remove copyright field from pluginsAndy Wingo2003-12-044-4/+0
| | | | | Original commit message from CVS: remove copyright field from plugins
* + checking in plugin category changesLeif Johnson2003-11-164-4/+4
| | | | | Original commit message from CVS: + checking in plugin category changes
* remove pesky g_print()sDavid Schleef2003-11-081-21/+0
| | | | | Original commit message from CVS: remove pesky g_print()s
* break up Id: in s/ patternDavid Schleef2003-11-081-1/+2
| | | | | Original commit message from CVS: break up Id: in s/ pattern
* Add tag to output .c fileDavid Schleef2003-11-081-0/+1
| | | | | Original commit message from CVS: Add tag to output .c file
* recommmit to get the make_filter tag correctDavid Schleef2003-11-082-2/+2
| | | | | Original commit message from CVS: recommmit to get the make_filter tag correct
* much cleanup hacking made possible by plugin changesDavid Schleef2003-11-085-343/+202
| | | | | Original commit message from CVS: much cleanup hacking made possible by plugin changes
* Update the videofilter templateDavid Schleef2003-11-081-84/+37
| | | | | Original commit message from CVS: Update the videofilter template
* Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2003-11-077-4/+9
| | | | | | | 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
* Fixes for new plugin systemDavid Schleef2003-11-031-19/+12
| | | | | Original commit message from CVS: Fixes for new plugin system
* fix template, tooBenjamin Otte2003-11-021-21/+27
| | | | | Original commit message from CVS: fix template, too
* BlaRonald S. Bultje2003-11-023-68/+86
| | | | | Original commit message from CVS: Bla
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-081-4/+5
| | | | | | | 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.
* Change some g_prints to GST_DEBUGDavid Schleef2003-09-141-4/+2
| | | | | Original commit message from CVS: Change some g_prints to GST_DEBUG
* add cvsignoresChristian Schaller2003-09-111-0/+3
| | | | | Original commit message from CVS: add cvsignores
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* Caps fixes and general cleanup.David Schleef2003-07-145-32/+48
| | | | | Original commit message from CVS: Caps fixes and general cleanup.
* small disting fixChristian Schaller2003-07-051-1/+1
| | | | | Original commit message from CVS: small disting fix
* add formats to base class, not the actual videofilter classDavid Schleef2003-07-023-3/+6
| | | | | Original commit message from CVS: add formats to base class, not the actual videofilter class
* Add a base init functionDavid Schleef2003-07-021-5/+9
| | | | | Original commit message from CVS: Add a base init function
* move code from videoflip directory. Why? I don't really know.David Schleef2003-07-022-20/+202
| | | | | Original commit message from CVS: move code from videoflip directory. Why? I don't really know.
* video balancing (brightness, contrast, etc.)David Schleef2003-07-023-20/+120
| | | | | Original commit message from CVS: video balancing (brightness, contrast, etc.)
* Add videobalance from templateDavid Schleef2003-07-022-0/+333
| | | | | Original commit message from CVS: Add videobalance from template
* Add videoflip, created from template.David Schleef2003-07-023-2/+341
| | | | | Original commit message from CVS: Add videoflip, created from template.
* GstVideofilter abstract class for video filtersDavid Schleef2003-07-026-0/+1093
Original commit message from CVS: GstVideofilter abstract class for video filters