summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2012-08-07winks: add missing default switch case0.10Andoni Morales Alastruey1-0/+4
2012-08-07winks: fix typesAndoni Morales Alastruey1-1/+1
2012-08-07winks: fix format warningsAndoni Morales Alastruey1-5/+5
2012-08-07winks: fix unused variables warningsAndoni Morales Alastruey2-6/+1
2012-08-07winks: don't reinitialize MEDIASUBTYPE_I420Andoni Morales Alastruey1-6/+1
2012-08-07winks: define STATIC_KSPROPSETID_Wave_Queued if not definedAndoni Morales Alastruey2-2/+8
2012-08-07winks: integrate build with autotoolsAndoni Morales Alastruey2-8/+22
2012-08-06d3dvideosink: avoid duplicated symbols in static linksAndoni Morales Alastruey1-1/+1
2012-07-13initialize return values (fixes bug #679503)Andreas Frisch1-1/+2
2012-07-05shmsrc: memory corruption when a client disconnects (fixes #679385)Aleix Conchillo Flaque1-1/+1
2012-07-03directsoundsrc: Chain up to the parent class' finalize implementationSebastian Dröge1-5/+7
2012-07-02decklinksink: Better handling of audio outputDavid Schleef2-25/+65
2012-07-02decklinksrc: Send newsegment eventsDavid Schleef2-0/+32
2012-07-02decklinksink: Mark element as sink elementDavid Schleef1-0/+1
2012-07-02decklink: use GOnce in type registrationDavid Schleef1-62/+66
2012-06-26d3dvideosink: release the offscreen surface before the d3d deviceAndoni Morales Alastruey1-7/+7
2012-06-26d3dvideosink: clean up elementAndoni Morales Alastruey1-176/+80
2012-06-26d3dvideosink: rework locking for devices lostAndoni Morales Alastruey2-44/+56
2012-06-26d3dvideosink: release and recreate the device in prepare_windowAndoni Morales Alastruey1-3/+2
2012-06-21Correct satellite delivery descriptor parsing.Tony Houghton1-0/+1
2012-06-19dvb: Detect more issues with configuration fileEdward Hervey1-223/+251
2012-06-19dvbbasebin: Emit an error when we fail reading the channels fileEdward Hervey3-82/+90
2012-06-18dvbsrc: spell-checkFabrizio (Misto) Milo1-1/+1
2012-06-18dvb: better dvsrc polarity infoFabrizio (Misto) Milo1-4/+7
2012-06-15d3dvideosink: don't recreate the d3d device if it already existsAndoni Morales Alastruey1-1/+3
2012-06-15d3dvideosink: don't create new internal windows if we already have oneAndoni Morales Alastruey1-3/+7
2012-05-31dshowdecwrapper: add support for VC1 and fix plugins ranksAndoni Morales Alastruey3-10/+25
2012-05-31dshowdecwrapper: initialize debug properlyAndoni Morales Alastruey2-0/+9
2012-05-31dshowdecwrapper: fix object disposal and finalizationAndoni Morales Alastruey2-14/+8
2012-05-31d3dvideosink: don't flush after a device lostAndoni Morales Alastruey1-1/+0
2012-05-31d3dvideosink: create the back buffer with the correct sizeAndoni Morales Alastruey1-2/+2
2012-05-30applemedia: Put the right flags into the right variableSebastian Dröge1-1/+1
2012-05-30configure: Add OBJC specific compiler flagsSebastian Dröge1-2/+2
2012-05-28dvb: Add more debugging to cam supportEdward Hervey3-2/+108
2012-05-22dvbbasebin: Emit no-more-pads when pad is addedEdward Hervey1-0/+2
2012-05-22camutils: Fix PMT message constructionEdward Hervey1-1/+14
2012-05-22camtransport: Allow delay when setting up cam deviceEdward Hervey1-4/+16
2012-05-22dvbsrc: Fixup/add debug statementsEdward Hervey1-8/+13
2012-05-22dvbsrc: Only open device read/write when neededEdward Hervey1-4/+5
2012-05-22dvb: Add warning when dvb channels file isn't presentEdward Hervey1-1/+2
2012-05-09d3dvideosink: fix deadlock when the device is lostAndoni Morales Alastruey1-2/+0
2012-05-09d3dvideosink: remove trailing ';' from locks defines to make gst-indent happyAndoni Morales Alastruey1-29/+38
2012-05-07shmsink: fix memory corruption when a client disconnects (fixes #675640)Aleix Conchillo Flaque1-7/+24
2012-05-07dshowvideosink: add missing casts to LPCSTRAndoni Morales Alastruey1-6/+6
2012-05-07dshowvideosink: lower rank of the DirectShow video sink pluginAndoni Morales Alastruey1-1/+1
2012-05-07dshowvideosink: Fix compilation on x64 platformsAndoni Morales Alastruey1-0/+4
2012-04-24decklink: Fix unitialized variableEdward Hervey1-1/+1
2012-04-24vdpau: Switch from deprecated XKeycodeToKeysym() to XkbKeycodeToKeysym()Sebastian Dröge1-3/+5
2012-04-20dvbsrc: pass the reason for failed read as GstFlowReturnWim Taymans1-24/+22
2012-03-23shmsink: Make buffer-time signed to deal with backward jumps in timestampsOlivier Crête2-5/+5