summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2004-05-07sys/v4l2/gstv4l2src.c: Ronald S. Bultje1-0/+1
2004-05-03ext/divx/gstdivxenc.c: fix range since -1 is the defaultThomas Vander Stichele2-3/+3
2004-04-29ext/jpeg/: move format setting to inner loopThomas Vander Stichele2-6/+10
2004-04-10Workaround for missing struct v4l2_buffer declaration in Suse 9 and Mandrake ...Ronald S. Bultje1-0/+30
2004-04-10sys/v4l2/gstv4l2src.c: fix Y41P (was typo'ed toRonald S. Bultje1-37/+42
2004-03-15don't mix tabs and spacesThomas Vander Stichele28-1140/+1149
2004-03-15*.h: Revert indentingJohan Dahlin26-1760/+1405
2004-03-14gst-indentThomas Vander Stichele55-5932/+6322
2004-03-09removing plugins from buildThomas Vander Stichele1-4/+2
2004-03-04fix headers fix signals to use - instead of _Thomas Vander Stichele3-7/+7
2004-02-27patches from jmmv@menta.net (Julio M. Merino Vidal)David Schleef1-0/+7
2004-02-02remove textdomain callsThomas Vander Stichele2-2/+0
2004-02-02code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef1-1/+1
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele9-58/+59
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele9-58/+58
2004-01-21fix includes for distcheckThomas Vander Stichele1-1/+1
2004-01-20sys/dxr3/: Fix more error error error errors (missing includes here).Ronald S. Bultje4-2/+7
2004-01-20fix missing includeBenjamin Otte1-0/+2
2004-01-19another fixThomas Vander Stichele1-1/+1
2004-01-19fix element_errorThomas Vander Stichele1-12/+11
2004-01-19further element_error fixesThomas Vander Stichele1-36/+37
2004-01-19putting i18n in place for pluginsThomas Vander Stichele4-19/+31
2004-01-19updating v4l2 for new error handlingThomas Vander Stichele1-60/+63
2004-01-18use new error signal and classificationThomas Vander Stichele6-93/+78
2004-01-15ext/alsa/gstalsamixer.c: Setting mixer interface type to HARDWARE.Julien Moutte1-0/+2
2004-01-14ext/divx/: Set category to divx4linux instead of divx (too generic).Ronald S. Bultje1-1/+1
2004-01-12Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_HDavid Schleef4-0/+8
2004-01-12sys/v4l2/: add norm, channel and frequency properties.Benjamin Otte8-1097/+1098
2004-01-12gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte1-1/+1
2004-01-07Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje4-32/+1
2003-12-23Fix caps breakage after Dave's caps branch merge.Ronald S. Bultje3-66/+39
2003-12-22Merge CAPS branchDavid Schleef4-188/+99
2003-12-21configure.ac: Improve mpeg2enc detection. This is for distributions that do s...Ronald S. Bultje1-45/+96
2003-12-07Move over from GstInterface to GstImplementsInterface. Also adds some signals...Ronald S. Bultje1-4/+4
2003-12-07Remove copyright from GST_PLUGIN_DEFINERonald S. Bultje1-1/+0
2003-12-04remove copyright field from pluginsAndy Wingo5-5/+0
2003-11-24tagging stuff and build fixes. In detail:Benjamin Otte1-0/+3
2003-11-22distcheck fixesDavid Schleef1-1/+1
2003-11-15fix makefileThomas Vander Stichele1-1/+1
2003-11-14disting fixChristian Schaller1-3/+5
2003-11-12fix build system for X, XShm and XvBenjamin Otte1-9/+12
2003-11-10Proper device-capabilities check when openingRonald S. Bultje1-0/+11
2003-11-09disting fixes, pixbuf loader still borked in regards to distingChristian Schaller1-7/+10
2003-11-09Fix device probing from multiple childs. It's done once in the parent class o...Ronald S. Bultje1-5/+8
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje15-10/+43
2003-11-07Add device autodetectionRonald S. Bultje2-1/+180
2003-11-07test and define HAVE_XSHM build ximage pluginThomas Vander Stichele1-1/+1
2003-11-06All the interfaces are collected in libgstinterfaces now.Jan Schmidt1-3/+1
2003-11-06updates to glsinkGernot Ziegler1-46/+44
2003-11-03v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init ...Benjamin Otte1-1/+1