summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* opensles: Work around race condition in Android < 4.2 that leads to deadlocks...Sebastian Dröge2014-05-161-0/+32
* bluez: fix property namesWim Taymans2014-05-141-4/+4
* shm: Don't leak GstShmPipeEdward Hervey2014-05-131-4/+5
* dvbsrc: Don't free string we're still usingSebastian Dröge2014-05-121-1/+1
* dvbsrc: drop C++ style commentsReynaldo H. Verdejo Pinochet2014-05-101-6/+5
* dvbsrc: fix up error reportingReynaldo H. Verdejo Pinochet2014-05-101-6/+10
* mfc: Remove mfc plugin, it is obsoleted by the v4l2videodec element from gst-...Sebastian Dröge2014-05-039-2930/+2
* decklink: Don't fail if HW does not have all interfacesNicolas Dufresne2014-04-271-3/+0
* Revert "y4mdec: check for VIDEO meta instead of CROP meta"Tim-Philipp Müller2014-04-271-0/+3
* avfassetsrc: downgrade rank to SECONDARY in OS XAndoni Morales Alastruey2014-04-241-2/+5
* avfassetsrc: rename references to iOSAndoni Morales Alastruey2014-04-241-3/+3
* iosavassetsrc: rename element to avfassetsrcMatthieu Bouron2014-04-244-224/+224
* iosavassetsrc: Port to 1.0Matthieu Bouron2014-04-245-181/+285
* applemedia: add new source/decoder element for iOS assetsAndoni Morales Alastruey2014-04-244-2/+1181
* coremediabuffer: handle stride alignmentMatthieu Bouron2014-04-244-42/+219
* avfvideosrc: check if downstream supports the video meta APIMatthieu Bouron2014-04-241-0/+26
* decklink: Fix support for HW without outputNicolas Dufresne2014-04-233-0/+18
* y4mdec: check for VIDEO meta instead of CROP metaNicolas Dufresne2014-04-231-3/+0
* dvbbasebin: fix test for proper use count balancingVincent Penquerc'h2014-04-211-16/+35
* vtenc: fix complier error using fixed lenght arraysAndoni Morales Alastruey2014-04-181-4/+4
* dvb: Fix if() checkEdward Hervey2014-04-161-1/+1
* dvb/camsession: Don't do operations on unexisting sessionsEdward Hervey2014-04-161-3/+4
* dvb: Handle socket() failureEdward Hervey2014-04-161-1/+4
* dvbsrc: Handle failure to get statistics from the deviceEdward Hervey2014-04-161-5/+8
* dvbsrc: Don't close a fd that wasn't openEdward Hervey2014-04-161-1/+0
* dvbsrc: Don't try to access NULL stringEdward Hervey2014-04-161-47/+51
* dvbsrc: Handle symbols added in minor version 7 and 8Edward Hervey2014-04-111-0/+18
* dvbsrc: Add comment with all DVB API v5 minor changesEdward Hervey2014-04-111-0/+59
* decklink: initialize priv to NULLVincent Penquerc'h2014-04-091-1/+1
* mfc: fix left crop change testVincent Penquerc'h2014-04-091-1/+1
* shm: remove dead codeVincent Penquerc'h2014-04-091-5/+1
* mfc: reset "in use" flag on failure to initializeVincent Penquerc'h2014-04-091-3/+9
* mfc: test for allocation failure before dereferencingVincent Penquerc'h2014-04-091-1/+1
* d3dvideosink: post proper error message when window disappearsTim-Philipp Müller2014-04-081-1/+3
* dvb: fix compilationTim-Philipp Müller2014-04-081-1/+1
* dvb: reject too long socket pathsVincent Penquerc'h2014-04-081-0/+1
* directsoundsrc: Fix critical due to missing debug category initializationXavi Artigas2014-04-081-3/+3
* d3dvideosink: Only pass a dest rectangle if set, otherwise pass NULLSebastian Dröge2014-04-021-1/+4
* winks: port to 1.0Andoni Morales Alastruey2014-03-157-291/+179
* dvbsrc: mpegts: change bandwidth to DVBv5 valuesStefan Ringel2014-03-153-34/+55
* atdec: Add some more debug outputSebastian Dröge2014-03-111-0/+11
* atdec: Implement draining properlySebastian Dröge2014-03-112-56/+90
* atdec: First dequeue a buffer before enqueueing anything from the queueSebastian Dröge2014-03-111-1/+31
* atdec: Keep track of the current positionSebastian Dröge2014-03-112-0/+23
* atdec: Always try to pull one decoded frame out of the queueSebastian Dröge2014-03-112-3/+4
* atdec: Handle errors in handle_frame() properlySebastian Dröge2014-03-111-3/+48
* atdec: Call AudioQueueReset() for flushingSebastian Dröge2014-03-111-1/+1
* atdec: Set correct number of frames for MP3Sebastian Dröge2014-03-113-4/+9
* atdec: Initialize the audio description with zeroesSebastian Dröge2014-03-111-0/+2
* atdec: Set the correct layer depending on the MP3 capsSebastian Dröge2014-03-111-3/+20