summaryrefslogtreecommitdiffstats
path: root/gst/videocrop/gstvideocrop.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use Glib 2.16 function g_strcmp0.Jan Schmidt2009-01-301-3/+3
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-16/+10
* Fix link in documentation of videocrop elementThijs Vermeir2009-01-241-1/+1
* Add aspectratiocrop element. Fixes bug #527951Thijs Vermeir2009-01-231-2/+8
* Fix navigation event forwarding while cropping. Fixes bug #567992.Thijs Vermeir2009-01-231-2/+51
* gst/videocrop/gstvideocrop.c: Add 8bit grayscale support to videocrop plugin....Luotao Fu2009-01-191-2/+10
* gst/videocrop/gstvideocrop.*: Fix renegotiation when changing properties usin...Wim Taymans2008-11-251-64/+45
* gst/videocrop/gstvideocrop.c: Fix cropping for packed 4:2:2 formats YUYV/YUY2...Tim-Philipp Müller2007-01-281-12/+14
* gst/videocrop/gstvideocrop.*: Handle packed YUV formats (UYVY, YUY2, YUYV) se...Tim-Philipp Müller2006-10-041-14/+106
* 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-081-7/+4
* docs/plugins/: Add videocrop to docs.Tim-Philipp Müller2006-09-021-54/+3
* Port/rewrite videocrop from scratch for GStreamer-0.10, and make it support a...Tim-Philipp Müller2006-09-021-372/+474
* 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
* 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
* 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
* 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-221-0/+419