summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* decklink: Add to SUBDIRSSebastian Dröge2011-04-281-1/+1
* decklink: Remove unused/unneeded CFLAGS/LIBS and move $(LIBM) to LIBADDSebastian Dröge2011-04-181-5/+4
* linsys: Link with libgstbase for basesink/basesrcSebastian Dröge2011-04-181-5/+3
* decklink: Dist all headers and put them in noinst_HEADERSSebastian Dröge2011-04-171-3/+7
* linsys: Dist all headers and put them in noinst_HEADERSSebastian Dröge2011-04-171-2/+9
* Remove audioflingersinkReynaldo H. Verdejo Pinochet2011-04-147-2475/+0
* android: make it ready for androgenizerThibault Saunier2011-04-111-31/+11
* vdpau: Fix uninitialized variable compiler warningSebastian Dröge2011-04-091-2/+1
* dshowvideosink: update for latest GstXOverlay changesHaakon Sporsheim2011-04-071-3/+3
* shmsink: ensure gst_poll_wait is called first on descriptorsVincent Penquerc'h2011-04-071-0/+5
* shm: Make default perm u+rw g+r for shm areaOlivier Crête2011-03-311-1/+2
* vdpausink: fix bug where we didn't setup vdpau on a user set windowCarl-Anton Ingmarsson2011-03-271-34/+41
* vdpau: fixup GstFlowReturn handlingCarl-Anton Ingmarsson2011-03-279-51/+77
* vdpau: small indentation fixCarl-Anton Ingmarsson2011-03-271-1/+1
* vdpaumpegdec: don't ignore return value of gst_base_video_decoder_finish_frameCarl-Anton Ingmarsson2011-03-271-2/+2
* dshow: fix list iteration codeTim-Philipp Müller2011-03-271-6/+3
* decklink: Fix win32 buildDavid Schleef2011-03-241-1/+1
* decklink: Add decklink pluginDavid Schleef2011-03-2312-1/+4166
* linsys: Add plugin for Linear Systems SDI boardsDavid Schleef2011-03-2312-2/+1987
* shm: Don't use "sun" as a variable name, breaks on SolarisOlivier Crête2011-03-171-10/+10
* shmsink: Keep shmsink referenced while there are still buffers aroundSjoerd Simons2011-03-161-1/+13
* shm: Allow ShmPipe to save a data pointer for applicationsSjoerd Simons2011-03-162-0/+16
* shm: Keep the ShmPipe alive as long as there are blocks leftSjoerd Simons2011-03-161-4/+33
* shmsrc: Only connect to sink in PLAYING in live modeOlivier Crête2011-03-161-9/+58
* shmsrc: Keep GstPoll for whole src lifetimeOlivier Crête2011-03-161-9/+22
* directdrawsink: avoid aspect-ratio borders overlying other windowsMark Nauwelaerts2011-02-081-2/+4
* directdrawsink: avoid rendering to invalid areaMark Nauwelaerts2011-02-081-0/+14
* dvbsrc: fix up enum nick namesTim-Philipp Müller2011-02-021-20/+20
* vdpau: Initialize some variables to make gcc 4.6 happySebastian Dröge2011-01-272-2/+4
* dvb: fix build errors on macosxRob Clark2011-01-032-2/+3
* README: fix the example pipelineStefan Kost2011-01-031-4/+4
* applemedia: fix compiler warning: redundant declaration of 'parent_class'Leo Singer2010-12-182-6/+2
* gdiscreencapsrc: fix memory leakFrancis Rammeloo2010-12-131-0/+4
* applemedia: only enqueue buffers in the VideoToolbox callbacksOle André Vadla Ravnås2010-12-102-20/+26
* applemedia: bring back Leopard compatibilityOle André Vadla Ravnås2010-12-105-8/+10
* winks: fix framerate fraction range mappingChristian Berentsen2010-12-101-5/+3
* qtkitvideosrc: reset the queue condition to NO_FRAMES in unlockStop.Alessandro Decina2010-12-091-1/+5
* qtkitvideosrc: run the mainRunLoop for a while if not running.Alessandro Decina2010-12-091-0/+11
* sys: Add android audioflingersinkBenjamin Gaignard2010-12-037-0/+2495
* applemedia: don't use the deprecated g_strcasecmp function.Alessandro Decina2010-12-011-2/+2
* Fix compiler warnings with gcc 4.2.1 on OSX.Alessandro Decina2010-12-011-0/+2
* shm: Don't pass the ShmPipe to the function closing the shm areaOlivier Crête2010-11-241-26/+27
* shm: Use the right counter when freeing buffersOlivier Crête2010-11-241-2/+2
* shmalloc: Manually decide to use GLib or not in the shmallocOlivier Crête2010-11-242-2/+2
* shm: Remove duplicated arguementOlivier Crête2010-11-241-16/+14
* shm: Fix socket leak on connect() errorOlivier Crête2010-11-241-5/+3
* shm: sp_client_recv returns negative on error, so make the retval signedOlivier Crête2010-11-242-2/+2
* shm: Rename confusingly named variableOlivier Crête2010-11-241-12/+13
* shm: Change permissions on old shm areas tooOlivier Crête2010-11-241-1/+7
* shm: Use the macro for the last error tooOlivier Crête2010-11-241-4/+2