summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2003-02-06make v4l element do all calls in one thread, this makes performance much bett...Ronald S. Bultje2-25/+81
2003-02-02Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef1-2/+2
2003-01-31Don't use irrelevant debugging output on get_buffer callsRonald S. Bultje1-1/+1
2003-01-31Don't use irrelevant debugging output on get_buffer calls, and fix a race in ...Ronald S. Bultje2-5/+13
2003-01-10PadConnect -> PadLinkThomas Vander Stichele3-8/+8
2003-01-10another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele3-27/+27
2002-12-27Update to new element sync APIWim Taymans1-1/+5
2002-12-20need to cast the buffer funcs, for some reasonSteve Baker3-5/+5
2002-12-20fix stupid typoDavid Schleef1-2/+3
2002-12-20Fix to allow parameters to be set by gst-launchDavid Schleef3-11/+50
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
2002-12-08Fixes a bug discovered by Sjoerd Simons, thanksRonald S. Bultje1-1/+1
2002-11-27Moved clock set/get to class functions.Wim Taymans1-1/+1
2002-11-13v4l plugins: add open/close signals v4l2 plugins: add open/close signals move...Ronald S. Bultje3-4/+34
2002-11-02Convert from pthreads to GThreads. Untested. BBB: feel free to revert this ...David Schleef4-75/+88
2002-11-02Include pthreads.h as the core doesn't use plain pthreads anymoreWim Taymans2-0/+2
2002-10-26Let's use g_strerror() instead of strerror()Ronald S. Bultje5-48/+48
2002-10-24Use strerror() instead of sys_errlist[] (deprecated)Ronald S. Bultje5-48/+48
2002-10-21This is broken too... I'm a moronRonald S. Bultje2-2/+2
2002-10-21BlablaRonald S. Bultje1-0/+2
2002-10-21Ohmy, didnt anyone notice? this is horribly brokenRonald S. Bultje2-8/+8
2002-09-28I'm such an idiot - these files should have been in a week agoRonald S. Bultje5-98/+38
2002-09-20This patch fixes some issues caused by design issues in video4linux, adds som...Ronald S. Bultje7-77/+206
2002-09-18plugins part of license field patchChristian Schaller4-1/+8
2002-09-18some enhancements for capsnegoRonald S. Bultje2-8/+23
2002-09-17This fixes the video4linux/video4linux2 debug output, which had one \n too muchRonald S. Bultje5-23/+13
2002-09-16Add the convert functions to the source pads of the video4linux and video4lin...Ronald S. Bultje2-0/+130
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2-2/+2
2002-09-09This adds v4l2 stuff to the build systemRonald S. Bultje1-4/+9
2002-09-09This patch: 1) would provide v4l2 plugins, if only the CVS server wouldn't bo...Ronald S. Bultje10-361/+182
2002-08-11add #include <stdlib.h> where neededSteve Baker2-0/+2
2002-07-27Added conditional for cdrom, someone needs to write a configure check to make...Wim Taymans1-2/+8
2002-07-08Fix bufferpool compile issues. please test..Wim Taymans2-33/+42
2002-05-26- Changed plugins for new APIsWim Taymans1-1/+1
2002-05-08We're till using micros for timestamps.Wim Taymans1-2/+5
2002-04-14div by zero badSteve Baker1-1/+4
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a...Andy Wingo4-10/+10
2002-04-06fixed rest of warning for gcc 3 in /sysBenjamin Otte4-5/+12
2002-03-30Changed to the new props APIWim Taymans2-24/+43
2002-03-29check for the proper dxr3 header aphabetization fixesAndy Wingo1-2/+2
2002-03-29some s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustmentsAndy Wingo1-2/+8
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior fixe...Andy Wingo1-2/+2
2002-03-19removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo9-13/+13
2002-03-19s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variable...Andy Wingo1-4/+4
2002-03-12lib renameThomas Vander Stichele1-18/+18
2002-03-03get up-to-date with the gst_caps_debug api improved capsnego in mad improved ...Andy Wingo1-1/+1
2002-03-02adding 'videosink' elementBenjamin Otte1-2/+2
2002-02-23Actually forgot to add the overlay file itselfRonald S. Bultje1-0/+186
2002-02-23Added basic overlay support to v4lRonald S. Bultje5-10/+103
2002-02-20Small updates to avimux and the v4l plugins for usability in generalRonald S. Bultje8-31/+82