summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2005-07-22sys/v4l2/: implement read access. V4l2src will use read access if mmap doesn'...Benjamin Otte3-145/+236
2005-07-14sys/v4l2/v4l2src_calls.c: try extra hard to discard queued buffers. Fixes rei...Benjamin Otte1-18/+31
2005-06-09sys/v4l2/gstv4l2src.c: Don't use bytesused/length of a buffer for GST_BUFFER_...Ronald S. Bultje1-3/+1
2005-06-07sys/glsink/glimagesink.c: Make MESA extensions dependent on having MESA. (fix...David Schleef1-4/+10
2005-05-29sys/glsink/glimagesink.c: Change rank fromDavid Schleef1-1/+1
2005-05-14sys/glsink/glimagesink.c: And remember to set the context on the current thre...David Schleef1-0/+3
2005-05-14sys/glsink/glimagesink.*: Delay creation of window until PAUSED->PLAYING so t...David Schleef2-18/+80
2005-05-14sys/glsink/glimagesink.c: Fix resizing issues. Works well in totem.David Schleef1-20/+44
2005-05-13sys/glsink/: Rewrite glimagesink from scratch. Lots more feature and bounds ...David Schleef3-1170/+296
2005-05-05More gcc-4.0 fixes.Tim-Philipp Müller4-7/+8
2005-04-22First set of GCC4 compiler fixes.Ronald S. Bultje1-1/+1
2005-03-31Add v4l-based analog radio source (#168728).Ronald S. Bultje1-6/+32
2005-02-03sys/qcam/gstqcamsrc.c: Use GST_ELEMENT_ERROR, not g_warning, if open failed.Ronald S. Bultje1-13/+17
2005-01-10sys/: Add debug categories, fix overlay disabling.Ronald S. Bultje1-1/+15
2005-01-07sys/v4l2/gstv4l2src.c: Fix against template (#150576).Ronald S. Bultje1-0/+9
2004-12-22sys/sunaudio/gstsunmixer.c: Normalizing the value before settingRonald S. Bultje1-4/+9
2004-12-19sys/: g_assert() can be a macro, don't use #ifdef inside it.Ronald S. Bultje1-3/+5
2004-12-15sys/sunaudio/gstsunaudio.c: Apply patch from and cleaning up code a bit. Als...David Schleef2-53/+7
2004-12-09Synchronize property names where not yet the case. Devices are now device=X, ...Ronald S. Bultje1-2/+8
2004-11-25gst/cdxaparse/: SVCD/VCD header stripping separated from CDXA image parsing.Ronald S. Bultje2-156/+390
2004-11-11sys/v4l2/gstv4l2element.c: Fix compilation if HAVE_XVIDEO is not definedZaheer Abbas Merali1-1/+6
2004-11-01Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt2-11/+9
2004-10-27fix build on older automakeThomas Vander Stichele1-1/+1
2004-10-26Memory leak fixesIain Holmes1-4/+1
2004-10-25sys/: Remove client-side overlay handling, use the X-server v4l plugin for th...Ronald S. Bultje8-227/+155
2004-10-25sys/oss/gstosssrc.*: OK, so people want offset in DEFAULT. This time, actuall...Ronald S. Bultje1-1/+3
2004-10-24sys/v4l2/gstv4l2element.c: Fix properties (channel, norm, frequency).Ronald S. Bultje1-11/+12
2004-10-24sys/v4l2/gstv4l2element.c: Flag typo.Ronald S. Bultje2-9/+12
2004-10-24sys/v4l2/v4l2src_calls.c: Fix hang.Ronald S. Bultje1-0/+1
2004-10-24sys/v4l2/gstv4l2element.h: Yet Another Hack (tm) for kernel header borkedness.Ronald S. Bultje4-7/+25
2004-10-01sys/sunaudio/gstsunaudio.c: Solve #152805.Ronald S. Bultje2-6/+15
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