summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* wasapisrc: Port to GstAudioSrcSebastian Dröge2013-04-237-194/+218
* wasapi: Port wasapisink to GstAudioSinkSebastian Dröge2013-04-237-166/+203
* dvbbasebin: better error reportingTim-Philipp Müller2013-04-215-26/+44
* dvbbasebin: log channel parsing into dvbbasebin debug category as wellTim-Philipp Müller2013-04-212-1/+4
* dvbbasebin: fix path where to look for the dvb-channels.confTim-Philipp Müller2013-04-211-5/+8
* amcaudiodec: Properly set output format instead of just setting capsSebastian Dröge2013-04-161-5/+2
* androidmedia: Set parent class in class_initSebastian Dröge2013-04-162-0/+4
* androidmedia: Handle refcounts of pad templates correctlySebastian Dröge2013-04-162-4/+4
* amcaudiodec: Use 1.0-style raw audio capsSebastian Dröge2013-04-161-5/+2
* androidmedia: Properly set subclasses metadata/pad templates in base_initSebastian Dröge2013-04-162-55/+124
* uvch264: printf format fixAnton Belka2013-04-151-1/+2
* gst: Add better support for static pluginsSebastian Dröge2013-04-1528-30/+30
* avfvideosrc: fix deadlock draining queue from the same threadAndoni Morales Alastruey2013-04-151-1/+2
* dshowsrcwrapper: Added Graph Builder and Capture Builder to correctly create ...Fabricio Costa Alisedo2013-04-152-11/+108
* dshowsrcwrapper: Add support for UYVYAndoni Morales Alastruey2013-04-153-0/+9
* sys: print format fixes in debug messagesTim-Philipp Müller2013-04-085-8/+10
* d3dvideosink: use bilinear filter as much as possibleAndoni Morales Alastruey2013-04-041-1/+1
* vdpau: Don't use deprecated GMutex methodsEdward Hervey2013-04-011-6/+6
* vdpau: Port to 1.0Edward Hervey2013-03-3162-8686/+1672
* dvb: Move CAM handling to a separate GstTaskEdward Hervey2013-03-312-27/+56
* dvbsrc: We output time segmentsEdward Hervey2013-03-301-0/+1
* shm: Make sure the zero-sized array is always last in the structOlivier Crête2013-03-281-2/+3
* bluez: Remove a2dpsrc binArun Raghavan2013-03-284-256/+0
* bluez: Compile fixes for avdtpsrc/a2dpsrc code against 1.xArun Raghavan2013-03-283-59/+72
* bluez: Add avdtpsrc/a2dpsrc to buildArun Raghavan2013-03-282-2/+14
* bluez: Fix up some problems that came in with cherry-pickArun Raghavan2013-03-281-5/+1
* bluez: We work in TIME format with avdtpsrcWim Taymans2013-03-281-1/+1
* bluez: Fix depreacation warnings on g_mutex_*Wim Taymans2013-03-282-0/+4
* bluez: Fix a number of compiler warningsWim Taymans2013-03-284-3/+12
* bluez: Fix some warnings in gstavdtputil.cArun Raghavan2013-03-282-0/+2
* bluez: Fix typo in resetting the D-Bus connectionArun Raghavan2013-03-281-1/+1
* bluez: Handle EOF in avdtpsrc correctlyArun Raghavan2013-03-281-2/+9
* bluez: Fix avdtpsrc getcaps() functionArun Raghavan2013-03-281-0/+4
* bluez: Add an a2dpsrc bin elementArun Raghavan2013-03-284-1/+252
* bluez: Fix avdtpsrc classificationArun Raghavan2013-03-281-1/+1
* bluez: Bump up priority for sockets in AVDTP elementsArun Raghavan2013-03-281-0/+9
* bluez: Add an avdtpsrc elementArun Raghavan2013-03-287-672/+1257
* d3dvideosink: Make sure that all buffers in our pool contain our own memorySebastian Dröge2013-03-271-3/+22
* wasapi: Initial port to 1.0Sebastian Dröge2013-03-268-92/+82
* wasapi: Include config.h before anything elseSebastian Dröge2013-03-264-3/+12
* d3dvideosink: Add support for crop metaSebastian Dröge2013-03-263-7/+29
* d3dvideosink: Implement a buffer pool that shares D3D surfaces with upstreamSebastian Dröge2013-03-264-128/+664
* d3dvideosink: Allocate a new offscreen surface for every bufferSebastian Dröge2013-03-261-27/+33
* applemedia: fix build for objcThiago Santos2013-03-251-0/+4
* opensles: Include string.h for memcpy()Sebastian Dröge2013-03-211-0/+2
* decklinksink: fix some compiler warningsTim-Philipp Müller2013-03-201-1/+5
* decklinksink: obtain class from objectMark Nauwelaerts2013-03-181-1/+1
* decklinksrc: set discont flag on first audio buffer tooTim-Philipp Müller2013-03-161-0/+5
* decklinksrc: aggregate audio and video flow returnsTim-Philipp Müller2013-03-161-24/+28
* decklinksrc: add send_event handler so application can inject EOS eventTim-Philipp Müller2013-03-162-0/+94