summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Forgot to commit Makefile.am - these remove the marshallers and add interface...Ronald S. Bultje2003-10-142-34/+10
* Fix for Andy's GstBuffer->GstData changesRonald S. Bultje2003-10-141-10/+16
* another file that needs to be addedDavid Schleef2003-10-111-0/+1
* Some interface implementations for video4linux/video4linux2 plugins: a Tuner ...Ronald S. Bultje2003-10-1013-585/+1246
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-085-14/+16
* typosRonald S. Bultje2003-09-131-1/+2
* Move all the several v4l/v4l2 plugins in one v4l and one v4l2 pluginRonald S. Bultje2003-09-136-35/+66
* add cvsignoresChristian Schaller2003-09-112-0/+3
* Remove redundant definition of plugindirDavid Schleef2003-08-105-5/+0
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-067-43/+84
* Fix missing config.h and unistd.h includes which were apparently removed from...Ronald S. Bultje2003-07-032-0/+5
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-2910-5/+23
* Plugins cleanup:Ronald S. Bultje2003-06-251-8/+2
* Remove NEW_MEDIA from pluginsRonald S. Bultje2003-06-073-3/+0
* I'm too lazy to comment thisRonald S. Bultje2003-05-2915-509/+2925
* - some of my pending cleanupsWim Taymans2003-05-241-252/+277
* - UNITS -> DEFAULTWim Taymans2003-05-241-7/+1
* Actually, I didn't read the spec correctly. dohRonald S. Bultje2003-05-221-16/+2
* Fix for bttv driver (which doesn't seem to follow the v4l2 spec 100%?Ronald S. Bultje2003-05-221-1/+6
* Some final fixes for the v4lsrc elements. remove software sync thread (use GS...Ronald S. Bultje2003-05-214-46/+218
* This implements filtered-caps negotiation for all the v4l*src elements, and r...Ronald S. Bultje2003-05-104-376/+368
* Implement element synchronization (#108301)Ronald S. Bultje2003-05-023-29/+243
* Revert last change, since it breaks buildDavid Schleef2003-04-052-2/+2
* sys/io.h -> asm/io.h (more portable) - fixes bug #109048Ronald S. Bultje2003-04-042-2/+2
* Fix v4l/v4l2 compilation problemsRonald S. Bultje2003-03-091-0/+14
* Unification of the way to speak to v4l2 and v4l elements... Also fix a segfau...Ronald S. Bultje2003-03-0211-328/+213
* disabling videosink from head build, should I do the same for 0.6 branch?Christian Schaller2003-02-231-2/+2
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-3/+3
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-101-10/+10
* parallel install fixesThomas Vander Stichele2002-12-085-5/+5
* Compile fixRonald S. Bultje2002-12-021-1/+2
* v4l plugins: add open/close signals v4l2 plugins: add open/close signals move...Ronald S. Bultje2002-11-139-157/+274
* Let's use g_strerror() instead of strerror()Ronald S. Bultje2002-10-263-31/+31
* Use strerror() instead of sys_errlist[] (deprecated)Ronald S. Bultje2002-10-243-31/+31
* add licenseAndy Wingo2002-09-291-0/+1
* I'm such an idiot - these files should have been in a week agoRonald S. Bultje2002-09-285-90/+28
* This patch fixes some issues caused by design issues in video4linux, adds som...Ronald S. Bultje2002-09-202-57/+67
* plugins part of license field patchChristian Schaller2002-09-183-1/+5
* some enhancements for capsnegoRonald S. Bultje2002-09-181-2/+15
* This fixes the video4linux/video4linux2 debug output, which had one \n too muchRonald S. Bultje2002-09-173-3/+3
* This build bug accidently went into the CVSRonald S. Bultje2002-09-171-3/+3
* Add the convert functions to the source pads of the video4linux and video4lin...Ronald S. Bultje2002-09-161-1/+65
* s/if define/if defined/David I. Lehn2002-09-142-10/+6
* /* blush */Thomas Vander Stichele2002-09-141-9/+1
* this broke the compile for me. Did it work for anyone ? does this plugin wor...Thomas Vander Stichele2002-09-141-1/+6
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-101-1/+1
* This adds v4l2 stuff to the build systemRonald S. Bultje2002-09-091-4/+9
* this adds video4linux2 source and element plugins. The division in v4l2* plug...Ronald S. Bultje2002-09-0911-0/+3159
* Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. 'end-track','...Charles Schmidt2002-07-288-123/+807
* - Remove the dummy scheduler hackWim Taymans2002-07-281-11/+2