summaryrefslogtreecommitdiffstats
path: root/gst/videocrop
AgeCommit message (Expand)AuthorFilesLines
2005-04-09gst/videocrop/gstvideocrop.c: Renegotiate after a set_property, not after a g...Ronald S. Bultje1-3/+3
2005-02-01ext/mpeg2dec/gstmpeg2dec.c: Don't send things to NULL PAD_PEERsJan Schmidt1-1/+2
2004-12-18gst/deinterlace/gstdeinterlace.c: Rowstride fixes. Fixes #161039.Ronald S. Bultje1-57/+200
2004-07-27more working pluginsSteve Lhomme1-1/+1
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme1-2/+2
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme1-3/+3
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+145
2004-05-21first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet1-2/+2
2004-03-30ext/alsa/gstalsa.c: Don't fixate fields that aren't in the caps.David Schleef1-1/+1
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-8/+9
2004-03-14gst-indentThomas Vander Stichele1-107/+111
2004-01-12gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte1-2/+2
2003-12-22Merge CAPS branchDavid Schleef1-48/+23
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-16+ checking in plugin category changesLeif Johnson1-1/+1
2003-11-02fix for new plugin systemBenjamin Otte1-26/+28
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-3/+4
2003-10-08updating some plugin categoriesLeif Johnson1-1/+1
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele1-3/+1
2003-09-15converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte1-1/+3
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
2003-07-25Rewrote the core function. Added some nice #defines that should probably go ...David Schleef1-22/+39
2003-07-22A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.Joshua N. Pritikin1-1/+1
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-66/+76
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-0/+3
2003-03-02Silly bug, i wonder who was the last one to play with itZeeshan Ali1-6/+0
2003-01-30Just correcting my mistakeZeeshan Ali1-4/+0
2003-01-30The first attempt to support MAS. Dont expect it to work :)Zeeshan Ali1-3/+12
2003-01-10PadConnect -> PadLinkThomas Vander Stichele1-2/+2
2003-01-10another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele1-3/+3
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
2002-09-18plugins part of license field patchChristian Schaller1-0/+1
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje1-2/+2
2002-07-22Added simple video cropping pluginWim Taymans2-0/+429