summaryrefslogtreecommitdiffstats
path: root/gst/videofilter
Commit message (Expand)AuthorAgeFilesLines
* More G_OBJECT macro fixing.Stefan Kost2006-09-162-2/+2
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-1/+1
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-012-2/+2
* Const-ify GEnumValue arrays.Tim-Philipp Müller2006-05-101-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-254-4/+4
* gst/level/gstlevel.c: use G_GINT64_CONSTANT for INT64 constantsSébastien Moutte2006-04-091-0/+4
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-0/+4
* better/unified long descriptionsWim Taymans2006-03-304-4/+4
* docs/plugins/: Added videobalance and videoflip to the docs.Wim Taymans2006-03-035-311/+445
* gst/: update for symbols changeThomas Vander Stichele2005-11-302-7/+7
* remove the videofilter library and link to the one in baseThomas Vander Stichele2005-11-294-151/+3
* borgifyThomas Vander Stichele2005-11-292-138/+138
* configure.ac: fix up GST_PLUGIN_LDFLAGSThomas Vander Stichele2005-11-271-2/+2
* gst/: Handle strides correctly, fix identity flipping, convert navigation eve...Julien Moutte2005-11-241-45/+183
* VideoFilter inherits fromJulien Moutte2005-11-237-788/+413
* Convert to fractional framerates.Jan Schmidt2005-11-222-5/+8
* fix up more enumsThomas Vander Stichele2005-11-221-10/+11
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-144-4/+4
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-2/+2
* update spec and add missing header fileChristian Schaller2005-07-251-1/+1
* forward port from 0.9 and enable videoflip now that it worksThomas Vander Stichele2005-07-256-69/+67
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-055-10/+0
* Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*Jan Schmidt2005-07-011-3/+0
* configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build breakage ensue!!!Andy Wingo2005-06-291-1/+1
* gst/: Bufferalloc changes.Wim Taymans2005-06-021-12/+16
* gst/: Turn videofilter into a library (private for now)Tim-Philipp Müller2005-05-111-5/+4
* make mad and effectv work with gst-registerChristian Schaller2005-05-061-11/+10
* add ported videofilter to cvs headChristian Schaller2005-05-065-82/+65
* Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt2004-11-011-7/+18
* configure.ac: update for swfdec-0.3 and liboil-0.2David Schleef2004-10-141-2/+2
* compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friendsBenjamin Otte2004-08-031-2/+1
* fix local includes and 64 bits constantsSteve Lhomme2004-07-274-4/+4
* more working pluginsSteve Lhomme2004-07-274-4/+4
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-274-8/+8
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-274-12/+12
* more plugins supported under windowsSteve Lhomme2004-07-264-0/+589
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-214-8/+8
* gconf/Makefile.am: Fix for non-GNU makeDavid Schleef2004-04-191-2/+7
* don't mix tabs and spacesThomas Vander Stichele2004-03-155-79/+84
* *.h: Revert indentingJohan Dahlin2004-03-153-36/+37
* gst-indentThomas Vander Stichele2004-03-148-670/+708
* ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin doesn't conflict w...David Schleef2004-03-091-5/+4
* gst/videofilter/gstgamma.c: Fix typo that modified the alpha channel and caus...David Schleef2004-03-041-2/+4
* gst/videofilter/gstgamma.c: Adds gamma correction for RGB, with separate r g ...David Schleef2004-02-241-6/+137
* Convert a few inner loops to use liboil. This is currently optional, and is ...David Schleef2004-02-122-5/+24
* gst/videofilter/gstvideobalance.*: Implement lookup-tables. +/- 10x faster.Ronald S. Bultje2004-01-252-58/+108
* gst/videofilter/gstvideobalance.c: Fix regression; changing a property affect...David Schleef2004-01-161-11/+15
* gst/videofilter/gstvideobalance.c: Implement passthru if settings are in the ...Julien Moutte2004-01-151-0/+16
* gst/: Since we use videofilter symbols, link to it.Ronald S. Bultje2004-01-151-2/+1
* gst/videofilter/gstvideobalance.c: Fixing videobalance ranges for colorbalanc...Julien Moutte2004-01-141-10/+10