fix up more enums
[platform/upstream/gst-plugins-good.git] / gst / videofilter /
2005-11-22 Thomas Vander Stichelefix up more enums
2005-11-14 Thomas Vander Stichelerework configure.ac; make asterisk rtp stuff compile...
2005-09-23 Thomas Vander Stichelefix build and use of GST_LIBS
2005-07-25 Christian Schallerupdate spec and add missing header file
2005-07-25 Thomas Vander Sticheleforward port from 0.9 and enable videoflip now that...
2005-07-05 Andy WingoWay, way, way too many files: Remove crack comment...
2005-07-01 Jan SchmidtReplace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*
2005-06-29 Andy Wingoconfigure.ac (GST_CFLAGS): GCC strikes back!!! Let...
2005-06-02 Wim Taymansgst/: Bufferalloc changes.
2005-05-11 Tim-Philipp Müllergst/: Turn videofilter into a library (private for...
2005-05-06 Christian Schallermake mad and effectv work with gst-register
2005-05-06 Christian Schalleradd ported videofilter to cvs head
2004-11-01 Jan SchmidtFixes a bunch of problems with finalize and dispose...
2004-10-14 David Schleefconfigure.ac: update for swfdec-0.3 and liboil-0.2
2004-08-03 Benjamin Ottecompile fixes for --disable-gst-debug, G_DISABLE_ASSERT...
2004-07-27 Steve Lhommefix local includes and 64 bits constants
2004-07-27 Steve Lhommemore working plugins
2004-07-27 Steve Lhommerename GStreamer-0.8.lib to libgstreamer.lib
2004-07-27 Steve Lhommeavoid problems with math.h, fix release dependancy
2004-07-26 Steve Lhommemore plugins supported under windows
2004-05-21 Stéphane Loeuilletfirst batch : remove ',' at end of enums as they could...
2004-04-19 David Schleefgconf/Makefile.am: Fix for non-GNU make
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-15 Johan Dahlin*.h: Revert indenting
2004-03-14 Thomas Vander Stichelegst-indent
2004-03-09 David Schleefext/lcs/Makefile.am: Fix so that the lcs colorspace...
2004-03-04 David Schleefgst/videofilter/gstgamma.c: Fix typo that modified...
2004-02-24 David Schleefgst/videofilter/gstgamma.c: Adds gamma correction for...
2004-02-12 David SchleefConvert a few inner loops to use liboil. This is curre...
2004-01-25 Ronald S. Bultjegst/videofilter/gstvideobalance.*: Implement lookup...
2004-01-16 David Schleefgst/videofilter/gstvideobalance.c: Fix regression;...
2004-01-15 Julien Mouttegst/videofilter/gstvideobalance.c: Implement passthru...
2004-01-15 Ronald S. Bultjegst/: Since we use videofilter symbols, link to it.
2004-01-14 Julien Mouttegst/videofilter/gstvideobalance.c: Fixing videobalance...
2004-01-14 Julien Mouttegst-libs/gst/colorbalance/colorbalance.c: Adding a...
2004-01-13 Jon Trowbridgegst-libs/gst/colorbalance/colorbalance.h: Adding a...
2004-01-12 David SchleefRemove all usage of gst_pad_get_caps(), and replace...
2004-01-11 David Schleefext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed...
2004-01-11 David SchleefNew gamma filter
2004-01-09 David Schleefext/ffmpeg/gstffmpegenc.c: Fix pad_link function to...
2004-01-07 David SchleefHandle builddir != srcdir builds with making gstvideoex...
2004-01-07 David SchleefFix the regular expressions and quote properly
2004-01-07 David SchleefConvert make_filter to sh. Add make_filter's id to...
2004-01-07 Julien Mouttegstvideoexample.h disappeared. fixing build.
2004-01-07 David SchleefMerge gstvideotemplate.h into gstvideotemplate.c
2003-12-31 David SchleefNegotiation fixes.
2003-12-22 David SchleefMerge CAPS branch
2003-12-09 Benjamin Ottemake videofilter handle RGB correctly
2003-12-04 Andy Wingoremove copyright field from plugins
2003-11-16 Leif Johnson+ checking in plugin category changes
2003-11-08 David Schleefremove pesky g_print()s
2003-11-08 David Schleefbreak up Id: in s/ pattern
2003-11-08 David SchleefAdd tag to output .c file
2003-11-08 David Schleefrecommmit to get the make_filter tag correct
2003-11-08 David Schleefmuch cleanup hacking made possible by plugin changes
2003-11-08 David SchleefUpdate the videofilter template
2003-11-07 Ronald S. BultjeRemove all config.h includes from header files, add...
2003-11-03 David SchleefFixes for new plugin system
2003-11-02 Benjamin Ottefix template, too
2003-11-02 Ronald S. BultjeBla
2003-10-08 Andy Wingo/GstBuffer/GstData/ in the API where you can pass event...
2003-09-14 David SchleefChange some g_prints to GST_DEBUG
2003-09-11 Christian Schalleradd cvsignores
2003-08-10 David SchleefRemove redundant plugindir definition
2003-07-14 David SchleefCaps fixes and general cleanup.
2003-07-05 Christian Schallersmall disting fix
2003-07-02 David Schleefadd formats to base class, not the actual videofilter...
2003-07-02 David SchleefAdd a base init function
2003-07-02 David Schleefmove code from videoflip directory. Why? I don't...
2003-07-02 David Schleefvideo balancing (brightness, contrast, etc.)
2003-07-02 David SchleefAdd videobalance from template
2003-07-02 David SchleefAdd videoflip, created from template.
2003-07-02 David SchleefGstVideofilter abstract class for video filters