| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gst/videofilter/gstgamma.c: Fix typo that modified the alpha channel and caus... | David Schleef | 2004-03-04 | 1 | -2/+4 |
* | gst/videofilter/gstgamma.c: Adds gamma correction for RGB, with separate r g ... | David Schleef | 2004-02-24 | 1 | -6/+137 |
* | Convert a few inner loops to use liboil. This is currently optional, and is ... | David Schleef | 2004-02-12 | 2 | -5/+24 |
* | gst/videofilter/gstvideobalance.*: Implement lookup-tables. +/- 10x faster. | Ronald S. Bultje | 2004-01-25 | 2 | -58/+108 |
* | gst/videofilter/gstvideobalance.c: Fix regression; changing a property affect... | David Schleef | 2004-01-16 | 1 | -11/+15 |
* | gst/videofilter/gstvideobalance.c: Implement passthru if settings are in the ... | Julien Moutte | 2004-01-15 | 1 | -0/+16 |
* | gst/: Since we use videofilter symbols, link to it. | Ronald S. Bultje | 2004-01-15 | 1 | -2/+1 |
* | gst/videofilter/gstvideobalance.c: Fixing videobalance ranges for colorbalanc... | Julien Moutte | 2004-01-14 | 1 | -10/+10 |
* | gst-libs/gst/colorbalance/colorbalance.c: Adding a default type. | Julien Moutte | 2004-01-14 | 2 | -2/+153 |
* | gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance i... | Jon Trowbridge | 2004-01-13 | 1 | -2/+1 |
* | Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow... | David Schleef | 2004-01-12 | 1 | -1/+1 |
* | ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test | David Schleef | 2004-01-11 | 1 | -4/+3 |
* | New gamma filter | David Schleef | 2004-01-11 | 2 | -1/+298 |
* | ext/ffmpeg/gstffmpegenc.c: Fix pad_link function to handle formats that ffmpe... | David Schleef | 2004-01-09 | 1 | -1/+6 |
* | Handle builddir != srcdir builds with making gstvideoexample.c | David Schleef | 2004-01-07 | 1 | -3/+2 |
* | Fix the regular expressions and quote properly | David Schleef | 2004-01-07 | 1 | -6/+9 |
* | Convert make_filter to sh. Add make_filter's id to the output | David Schleef | 2004-01-07 | 2 | -27/+28 |
* | gstvideoexample.h disappeared. fixing build. | Julien Moutte | 2004-01-07 | 1 | -1/+1 |
* | Merge gstvideotemplate.h into gstvideotemplate.c | David Schleef | 2004-01-07 | 4 | -81/+33 |
* | Negotiation fixes. | David Schleef | 2003-12-31 | 2 | -68/+97 |
* | Merge CAPS branch | David Schleef | 2003-12-22 | 2 | -148/+82 |
* | make videofilter handle RGB correctly | Benjamin Otte | 2003-12-09 | 1 | -21/+36 |
* | remove copyright field from plugins | Andy Wingo | 2003-12-04 | 4 | -4/+0 |
* | + checking in plugin category changes | Leif Johnson | 2003-11-16 | 4 | -4/+4 |
* | remove pesky g_print()s | David Schleef | 2003-11-08 | 1 | -21/+0 |
* | break up Id: in s/ pattern | David Schleef | 2003-11-08 | 1 | -1/+2 |
* | Add tag to output .c file | David Schleef | 2003-11-08 | 1 | -0/+1 |
* | recommmit to get the make_filter tag correct | David Schleef | 2003-11-08 | 2 | -2/+2 |
* | much cleanup hacking made possible by plugin changes | David Schleef | 2003-11-08 | 5 | -343/+202 |
* | Update the videofilter template | David Schleef | 2003-11-08 | 1 | -84/+37 |
* | Remove all config.h includes from header files, add it to each source file an... | Ronald S. Bultje | 2003-11-07 | 7 | -4/+9 |
* | Fixes for new plugin system | David Schleef | 2003-11-03 | 1 | -19/+12 |
* | fix template, too | Benjamin Otte | 2003-11-02 | 1 | -21/+27 |
* | Bla | Ronald S. Bultje | 2003-11-02 | 3 | -68/+86 |
* | /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ... | Andy Wingo | 2003-10-08 | 1 | -4/+5 |
* | Change some g_prints to GST_DEBUG | David Schleef | 2003-09-14 | 1 | -4/+2 |
* | add cvsignores | Christian Schaller | 2003-09-11 | 1 | -0/+3 |
* | Remove redundant plugindir definition | David Schleef | 2003-08-10 | 1 | -1/+0 |
* | Caps fixes and general cleanup. | David Schleef | 2003-07-14 | 5 | -32/+48 |
* | small disting fix | Christian Schaller | 2003-07-05 | 1 | -1/+1 |
* | add formats to base class, not the actual videofilter class | David Schleef | 2003-07-02 | 3 | -3/+6 |
* | Add a base init function | David Schleef | 2003-07-02 | 1 | -5/+9 |
* | move code from videoflip directory. Why? I don't really know. | David Schleef | 2003-07-02 | 2 | -20/+202 |
* | video balancing (brightness, contrast, etc.) | David Schleef | 2003-07-02 | 3 | -20/+120 |
* | Add videobalance from template | David Schleef | 2003-07-02 | 2 | -0/+333 |
* | Add videoflip, created from template. | David Schleef | 2003-07-02 | 3 | -2/+341 |
* | GstVideofilter abstract class for video filters | David Schleef | 2003-07-02 | 6 | -0/+1093 |