Age | Commit message (Expand) | Author | Files | Lines |
2003-05-22 | Actually, I didn't read the spec correctly. doh | Ronald S. Bultje | 1 | -16/+2 |
2003-05-22 | Fix for bttv driver (which doesn't seem to follow the v4l2 spec 100%? | Ronald S. Bultje | 1 | -1/+6 |
2003-05-21 | Some final fixes for the v4lsrc elements. remove software sync thread (use GS... | Ronald S. Bultje | 4 | -46/+218 |
2003-05-10 | This implements filtered-caps negotiation for all the v4l*src elements, and r... | Ronald S. Bultje | 4 | -376/+368 |
2003-05-02 | Implement element synchronization (#108301) | Ronald S. Bultje | 3 | -29/+243 |
2003-04-05 | Revert last change, since it breaks build | David Schleef | 2 | -2/+2 |
2003-04-04 | sys/io.h -> asm/io.h (more portable) - fixes bug #109048 | Ronald S. Bultje | 2 | -2/+2 |
2003-03-09 | Fix v4l/v4l2 compilation problems | Ronald S. Bultje | 1 | -0/+14 |
2003-03-02 | Unification of the way to speak to v4l2 and v4l elements... Also fix a segfau... | Ronald S. Bultje | 11 | -328/+213 |
2003-02-23 | disabling videosink from head build, should I do the same for 0.6 branch? | Christian Schaller | 1 | -2/+2 |
2003-01-10 | PadConnect -> PadLink | Thomas Vander Stichele | 1 | -3/+3 |
2003-01-10 | another batch of connect->link fixes please let me know about issues and plea... | Thomas Vander Stichele | 1 | -10/+10 |
2002-12-08 | parallel install fixes | Thomas Vander Stichele | 5 | -5/+5 |
2002-12-02 | Compile fix | Ronald S. Bultje | 1 | -1/+2 |
2002-11-13 | v4l plugins: add open/close signals v4l2 plugins: add open/close signals move... | Ronald S. Bultje | 9 | -157/+274 |
2002-10-26 | Let's use g_strerror() instead of strerror() | Ronald S. Bultje | 3 | -31/+31 |
2002-10-24 | Use strerror() instead of sys_errlist[] (deprecated) | Ronald S. Bultje | 3 | -31/+31 |
2002-09-29 | add license | Andy Wingo | 1 | -0/+1 |
2002-09-28 | I'm such an idiot - these files should have been in a week ago | Ronald S. Bultje | 5 | -90/+28 |
2002-09-20 | This patch fixes some issues caused by design issues in video4linux, adds som... | Ronald S. Bultje | 2 | -57/+67 |
2002-09-18 | plugins part of license field patch | Christian Schaller | 3 | -1/+5 |
2002-09-18 | some enhancements for capsnego | Ronald S. Bultje | 1 | -2/+15 |
2002-09-17 | This fixes the video4linux/video4linux2 debug output, which had one \n too much | Ronald S. Bultje | 3 | -3/+3 |
2002-09-17 | This build bug accidently went into the CVS | Ronald S. Bultje | 1 | -3/+3 |
2002-09-16 | Add the convert functions to the source pads of the video4linux and video4lin... | Ronald S. Bultje | 1 | -1/+65 |
2002-09-14 | s/if define/if defined/ | David I. Lehn | 2 | -10/+6 |
2002-09-14 | /* blush */ | Thomas Vander Stichele | 1 | -9/+1 |
2002-09-14 | this broke the compile for me. Did it work for anyone ? does this plugin wor... | Thomas Vander Stichele | 1 | -1/+6 |
2002-09-10 | This updates all plugins to the new API for gst_pad_try_set_caps | Ronald S. Bultje | 1 | -1/+1 |
2002-09-09 | This adds v4l2 stuff to the build system | Ronald S. Bultje | 1 | -4/+9 |
2002-09-09 | this adds video4linux2 source and element plugins. The division in v4l2* plug... | Ronald S. Bultje | 11 | -0/+3159 |
2002-07-28 | Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. 'end-track','... | Charles Schmidt | 8 | -123/+807 |
2002-07-28 | - Remove the dummy scheduler hack | Wim Taymans | 1 | -11/+2 |
2002-07-27 | Added conditional for cdrom, someone needs to write a configure check to make... | Wim Taymans | 1 | -2/+8 |
2002-07-27 | Added the cdrom plugin by ishamael. | Wim Taymans | 5 | -0/+590 |
2002-05-10 | Patches by Joshua | Ronald S. Bultje | 2 | -3/+16 |
2002-04-20 | a hack to work around intltool's brokenness a current check for mpeg2dec deta... | Andy Wingo | 1 | -1/+1 |
2002-04-11 | GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a... | Andy Wingo | 5 | -10/+10 |
2002-04-06 | fixed rest of warning for gcc 3 in /sys | Benjamin Otte | 1 | -9/+7 |
2002-03-29 | include the right header, bla | Andy Wingo | 1 | -1/+1 |
2002-03-29 | check for the proper dxr3 header aphabetization fixes | Andy Wingo | 1 | -2/+2 |
2002-03-29 | some s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustments | Andy Wingo | 5 | -2/+523 |
2002-03-20 | s/Gnome-Streamer/GStreamer/ | Andy Wingo | 3 | -3/+3 |
2002-03-19 | removal of //-style comments don't link plugins to core libs -- the versionin... | Andy Wingo | 4 | -7/+7 |
2002-03-19 | s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variable... | Andy Wingo | 2 | -2/+2 |
2002-03-12 | lib rename | Thomas Vander Stichele | 1 | -5/+5 |
2002-03-02 | adding 'videosink' element | Benjamin Otte | 1 | -2/+2 |
2002-01-18 | - plugins are built without versioning info | Wrobell | 2 | -0/+2 |
2002-01-17 | reverting hadess's patch | Thomas Vander Stichele | 1 | -4/+1 |
2002-01-17 | - make the qcam plugin build only only platforms using NASM, ie. x86 | Bastien Nocera | 1 | -1/+3 |