summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2011-03-24decklink: Fix win32 buildDavid Schleef1-1/+1
2011-03-23decklink: Add decklink pluginDavid Schleef12-1/+4166
2011-03-23linsys: Add plugin for Linear Systems SDI boardsDavid Schleef12-2/+1987
2011-03-17shm: Don't use "sun" as a variable name, breaks on SolarisOlivier Crête1-10/+10
2011-03-16shmsink: Keep shmsink referenced while there are still buffers aroundSjoerd Simons1-1/+13
2011-03-16shm: Allow ShmPipe to save a data pointer for applicationsSjoerd Simons2-0/+16
2011-03-16shm: Keep the ShmPipe alive as long as there are blocks leftSjoerd Simons1-4/+33
2011-03-16shmsrc: Only connect to sink in PLAYING in live modeOlivier Crête1-9/+58
2011-03-16shmsrc: Keep GstPoll for whole src lifetimeOlivier Crête1-9/+22
2011-02-08directdrawsink: avoid aspect-ratio borders overlying other windowsMark Nauwelaerts1-2/+4
2011-02-08directdrawsink: avoid rendering to invalid areaMark Nauwelaerts1-0/+14
2011-02-02dvbsrc: fix up enum nick namesTim-Philipp Müller1-20/+20
2011-01-27vdpau: Initialize some variables to make gcc 4.6 happySebastian Dröge2-2/+4
2011-01-03dvb: fix build errors on macosxRob Clark2-2/+3
2011-01-03README: fix the example pipelineStefan Kost1-4/+4
2010-12-18applemedia: fix compiler warning: redundant declaration of 'parent_class'Leo Singer2-6/+2
2010-12-13gdiscreencapsrc: fix memory leakFrancis Rammeloo1-0/+4
2010-12-10applemedia: only enqueue buffers in the VideoToolbox callbacksOle André Vadla Ravnås2-20/+26
2010-12-10applemedia: bring back Leopard compatibilityOle André Vadla Ravnås5-8/+10
2010-12-10winks: fix framerate fraction range mappingChristian Berentsen1-5/+3
2010-12-09qtkitvideosrc: reset the queue condition to NO_FRAMES in unlockStop.Alessandro Decina1-1/+5
2010-12-09qtkitvideosrc: run the mainRunLoop for a while if not running.Alessandro Decina1-0/+11
2010-12-03sys: Add android audioflingersinkBenjamin Gaignard7-0/+2495
2010-12-01applemedia: don't use the deprecated g_strcasecmp function.Alessandro Decina1-2/+2
2010-12-01Fix compiler warnings with gcc 4.2.1 on OSX.Alessandro Decina1-0/+2
2010-11-24shm: Don't pass the ShmPipe to the function closing the shm areaOlivier Crête1-26/+27
2010-11-24shm: Use the right counter when freeing buffersOlivier Crête1-2/+2
2010-11-24shmalloc: Manually decide to use GLib or not in the shmallocOlivier Crête2-2/+2
2010-11-24shm: Remove duplicated arguementOlivier Crête1-16/+14
2010-11-24shm: Fix socket leak on connect() errorOlivier Crête1-5/+3
2010-11-24shm: sp_client_recv returns negative on error, so make the retval signedOlivier Crête2-2/+2
2010-11-24shm: Rename confusingly named variableOlivier Crête1-12/+13
2010-11-24shm: Change permissions on old shm areas tooOlivier Crête1-1/+7
2010-11-24shm: Use the macro for the last error tooOlivier Crête1-4/+2
2010-11-24shm: Use "ablock" for all ShmAllocBlock variablesOlivier Crête1-8/+8
2010-11-24shm: Add more commentsOlivier Crête1-0/+2
2010-11-24shm: stylist improvementsYouness Alaoui1-19/+20
2010-11-24shm: Explain some fieldsYouness Alaoui1-0/+8
2010-11-19dvbbasebin: Add TDT to the initial pids filter for dvbsrc. Fixes #635200.Andoni Morales Alastruey1-2/+2
2010-11-12celvideosrc: fix nasty deadlockOle André Vadla Ravnås2-35/+51
2010-11-12cmapi: cover CMBufferQueue's trigger APIOle André Vadla Ravnås2-4/+30
2010-11-12celvideosrc: unlock should also notifyOle André Vadla Ravnås1-0/+1
2010-11-11applemedia: don't push synchronously from callbackOle André Vadla Ravnås4-17/+44
2010-11-11vtenc: bump H.264 level from 1.3 to 3.0Ole André Vadla Ravnås1-1/+1
2010-11-11celvideosrc: add basic device selection supportOle André Vadla Ravnås2-1/+46
2010-11-11cvapi: add wrapper for IO surface accessOle André Vadla Ravnås2-0/+3
2010-11-11celapi: add capture port type constantsOle André Vadla Ravnås2-0/+8
2010-11-08applemedia: biplanar is actually NV12, not I420Ole André Vadla Ravnås5-7/+7
2010-11-08vtenc: remove keyframe enforcement workaroundOle André Vadla Ravnås2-65/+10
2010-11-08cvapi: add a few extra bits of wrappingOle André Vadla Ravnås2-0/+13