summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2004-08-30fix for 151236Thomas Vander Stichele1-1/+1
2004-08-27sys/glsink/glimagesink.c: Move local variable declarations to make gcc-2.95 h...David Schleef1-19/+20
2004-08-27sys/sunaudio/Makefile.am: Add sunaudiosrc patch from BalaBalamurali Viswanathan3-0/+495
2004-08-18sys/sunaudio/: Fix caps to handle full range of rates and channels. Make deb...Balamurali Viswanathan6-14/+933
2004-08-09sys/glsink/ARB_multitexture.h: Remove old files.David Schleef10-3462/+0
2004-08-09GL sink plugin. (Bug #147302)Gernot Ziegler4-8/+1762
2004-08-03compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friendsBenjamin Otte2-3/+3
2004-07-07sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCESDavid Schleef1-1/+1
2004-06-24don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball.Benjamin Otte1-1/+3
2004-06-22configure.ac: Add objective-c support if running in Darwin/Mac OS XZaheer Abbas Merali1-4/+11
2004-05-31- update links to v4l[12] API docsStéphane Loeuillet1-3/+7
2004-05-31gst-libs/gst/tuner/tunerchannel.h: - add a freq_multiplicator field to make t...Stéphane Loeuillet2-6/+14
2004-05-21fourth batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet6-8/+8
2004-05-21gst/cdxaparse/gstcdxaparse.*: some renaming add some checks/sanity prepare fo...Stéphane Loeuillet1-12/+2
2004-05-20configure.ac: Minor cosmetic change to convince the buildbot to reautogen.David Schleef1-28/+196
2004-05-20Original commit message from CVS:David Schleef1-3/+11
2004-05-20- change sunaudio category to Sink/AudioStéphane Loeuillet1-1/+1
2004-05-19sys/sunaudio/: New sunaudiosinkDavid Schleef2-0/+289
2004-05-19configure.ac: Add sunaudioDavid Schleef1-3/+9
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