summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* actually recurse into sndfile if we are able big ladspa cleanups, mainly to c...Andy Wingo2003-07-167-289/+15
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-065-48/+116
* Fix missing config.h and unistd.h includes which were apparently removed from...Ronald S. Bultje2003-07-032-0/+5
* implemented wait_async and unschedule ossclock, and support it in osssink -- ...Andy Wingo2003-07-033-11/+72
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-298-49/+59
* Plugins cleanup:Ronald S. Bultje2003-06-251-8/+2
* Remove NEW_MEDIA from pluginsRonald S. Bultje2003-06-071-3/+0
* - use common code to write samples to the deviceWim Taymans2003-05-311-12/+20
* - added gst_oss_clock_set_time to .h fileWim Taymans2003-05-241-0/+1
* - UNITS -> DEFAULTWim Taymans2003-05-241-7/+1
* - UNITS -> DEFAULTWim Taymans2003-05-244-18/+31
* 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
* properly get rid of clocks on disposal - be parent of own clockBenjamin Otte2003-05-102-1/+38
* Implement element synchronization (#108301)Ronald S. Bultje2003-05-023-29/+243
* I'm too lazy to comment thisRonald S. Bultje2003-04-041-14/+14
* implement clocking set clock counter back to zero on ready->paused move open/...Ronald S. Bultje2003-03-302-4/+62
* 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
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef2003-02-022-2/+2
* Removed bogus patch 1.4 to make osssrc work again.Wim Taymans2003-01-271-24/+8
* - Add error reportingWim Taymans2003-01-271-3/+14
* Enable sync again, for some reason it was disabledWim Taymans2003-01-191-2/+2
* until this reliably works for more than two media types, we're better off mak...Thomas Vander Stichele2003-01-131-2/+2
* Applied patch from Martin Schlemmer for locking issue, see bug http://bugzill...Christian Schaller2003-01-121-1/+20
* PadConnect -> PadLinkThomas Vander Stichele2003-01-103-7/+7
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-103-20/+20
* Fix plugins for new query APIWim Taymans2002-12-302-18/+18
* Update to new element sync APIWim Taymans2002-12-271-2/+4
* Properly reset the internal state without leaking the filehandleWim Taymans2002-12-103-1/+8
* parallel install fixesThomas Vander Stichele2002-12-082-2/+2
* More refactoring osssrc has more features now, like query/convert etcWim Taymans2002-12-076-548/+626
* Some cleanups and refactoring make ossrc do good negotiationWim Taymans2002-12-076-241/+299
* Add an event handler to the GstOssSrc. Handle EOS events.Iain Holmes2002-12-062-2/+37
* more useful error messagesThomas Vander Stichele2002-12-031-2/+32
* Make the OSSSrc set the correct rate/number of channels as set in the GstCaps.Iain Holmes2002-12-032-16/+55
* Moved clock set/get to class functions.Wim Taymans2002-11-271-3/+3
* Bug #94429 (open with O_NONBLOCK). I hope it's ok (wtay ?)Jeremy Simon2002-11-241-2/+3
* v4l plugins: add open/close signals v4l2 plugins: add open/close signals move...Ronald S. Bultje2002-11-139-157/+274
* Remove properties that can easily be found on the caps.Wim Taymans2002-11-021-76/+0
* 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
* I'm such an idiot - these files should have been in a week agoRonald S. Bultje2002-09-285-90/+28
* oss debug backport fixesThomas Vander Stichele2002-09-231-10/+48
* 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-0/+5
* some enhancements for capsnegoRonald S. Bultje2002-09-181-2/+15