summaryrefslogtreecommitdiffstats
path: root/gst/videocrop
Commit message (Expand)AuthorAgeFilesLines
* gst/videocrop/gstvideocrop.*: Handle packed YUV formats (UYVY, YUY2, YUYV) se...Tim-Philipp Müller2006-10-042-17/+116
* configure.ac: Bump requirements of -base (videocrop test case needs this).Tim-Philipp Müller2006-09-081-0/+7
* gst/videocrop/: Some quick tests indicate that it doesn't make a great deal o...Tim-Philipp Müller2006-09-082-9/+6
* docs/plugins/: Add videocrop to docs.Tim-Philipp Müller2006-09-023-55/+89
* Port/rewrite videocrop from scratch for GStreamer-0.10, and make it support a...Tim-Philipp Müller2006-09-022-375/+480
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+2
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* Unify the long descriptions in the plugin details (#337263).j^2006-04-061-2/+1
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* Update for alloc_buffer changes.Andy Wingo2005-12-051-2/+3
* Fix up all the state change functions.Jan Schmidt2005-09-051-12/+13
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-1/+0
* ext/mpeg2dec/gstmpeg2dec.c: Don't send things to NULL PAD_PEERsJan Schmidt2005-02-011-1/+2
* gst/deinterlace/gstdeinterlace.c: Rowstride fixes. Fixes #161039.Ronald S. Bultje2004-12-181-57/+200
* more working pluginsSteve Lhomme2004-07-271-1/+1
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-271-2/+2
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-271-3/+3
* more plugins supported under windowsSteve Lhomme2004-07-261-0/+145
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-211-2/+2
* ext/alsa/gstalsa.c: Don't fixate fields that aren't in the caps.David Schleef2004-03-301-1/+1
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-8/+9
* gst-indentThomas Vander Stichele2004-03-141-107/+111
* gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte2004-01-121-2/+2
* Merge CAPS branchDavid Schleef2003-12-221-48/+23
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* fix for new plugin systemBenjamin Otte2003-11-021-26/+28
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-3/+4
* updating some plugin categoriesLeif Johnson2003-10-081-1/+1
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-3/+1
* converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte2003-09-151-1/+3
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
* Rewrote the core function. Added some nice #defines that should probably go ...David Schleef2003-07-251-22/+39
* A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.Joshua N. Pritikin2003-07-221-1/+1
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-66/+76
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-0/+3
* Silly bug, i wonder who was the last one to play with itZeeshan Ali2003-03-021-6/+0
* Just correcting my mistakeZeeshan Ali2003-01-301-4/+0
* The first attempt to support MAS. Dont expect it to work :)Zeeshan Ali2003-01-301-3/+12
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-2/+2
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-101-3/+3
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
* plugins part of license field patchChristian Schaller2002-09-181-0/+1
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-101-2/+2
* Added simple video cropping pluginWim Taymans2002-07-222-0/+429