summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2012-09-07applemedia: help libtool with --tag=CCAndoni Morales Alastruey1-1/+1
2012-09-07osxvideo: help libtool with CC tagAndoni Morales Alastruey1-1/+1
2012-08-07winks: add missing default switch caseAndoni 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 Alastruey2-3/+3
2012-06-26Correct satellite delivery descriptor parsing.Tony Houghton1-0/+1
2012-06-25d3dvideosink: release the offscreen surface before the d3d deviceAndoni Morales Alastruey1-7/+7
2012-06-20d3dvideosink: clean up elementAndoni Morales Alastruey1-176/+80
2012-06-20d3dvideosink: rework locking for devices lostAndoni Morales Alastruey2-44/+56
2012-06-19d3dvideosink: release and recreate the device in prepare_windowAndoni Morales Alastruey1-3/+2
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-06-01Revert "applemedia: update format description helper signature"Andoni Morales Alastruey1-1/+1
2012-06-01Revert "applemedia: add missing argument after the signature update"Andoni Morales Alastruey1-1/+1
2012-05-31d3dvideosink: don't flush after a device lostAndoni Morales Alastruey1-1/+0
2012-05-30d3dvideosink: 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-29dshowdecwrapper: add support for VC1 and fix plugins ranksAndoni Morales Alastruey3-10/+25
2012-05-29dshowdecwrapper: initialize debug properlyAndoni Morales Alastruey2-0/+9
2012-05-29dshowdecwarpper: fix object disposal and finalizationAndoni Morales Alastruey2-14/+8
2012-05-28applemedia: add missing argument after the signature updateAndoni Morales Alastruey1-1/+1
2012-05-28applemedia: update format description helper signatureAlessandro Decina1-1/+1
2012-05-08d3dvideosink: remove trailing ';' from locks defines to make gst-indent happyAndoni Morales Alastruey1-29/+38
2012-05-08d3dvideosink: fix deadlock when the device is lostAndoni Morales Alastruey1-2/+0
2012-05-08d3dvideosink: fix regression setting window handle in pause/playCarsten Kroll1-59/+28
2012-05-08d3dvideosink: fix compiler warnings and build failure with mingwРуслан Ижбулатов3-10/+12
2012-05-08d3dvideosink: create a d3d device for each sink and use the default swap chai...Carsten Kroll2-654/+443
2012-05-08d3dvideosink: flush GPU before Present added alternate wait for vsync method ...Carsten Kroll1-3/+66
2012-05-08d3dvideosink: check for hardware capabilities, when negotiatingCarsten Kroll1-7/+51
2012-05-08d3dvideosink: redraw last buffer when new window handle has been set.Carsten Kroll1-3/+6
2012-05-08d3dvideosink: added NV12 + enabled RGB supportCarsten Kroll1-3/+30
2012-05-03dshowvideosink: lower rank of the DirectShow video sink pluginAndoni Morales Alastruey1-1/+1
2012-05-02dshowvideosink: add missing casts to LPCSTRAndoni Morales Alastruey1-6/+6
2012-05-02dshowvideosink: Fix compilation on x64 platformsAndoni Morales Alastruey1-0/+4
2012-03-15Use GST_PLUGIN_DEFINE2 instead of GST_PLUGIN_DEFINE3Sebastian Dröge1-1/+1
2012-03-13dvbsrc: Timestamp output by defaultEdward Hervey1-1/+2
2012-03-09gst: Add better support for static pluginsSebastian Dröge50-55/+100
2012-03-02d3dvideosink: add missing directx headersAndoni Morales Alastruey1-2/+2
2012-02-20decklink: Add $(GST_PLUGINS_BASE_CFLAGS) and $(GST_PLUGINS_BASE_LIBS) to fix ...Sebastian Dröge1-0/+3
2012-02-09shmsink: fix indefinite wait after adding a new fd to the poll setVincent Penquerc'h1-1/+5
2012-02-09d3dvideosink: Fix device initialization checkAndoni Morales Alastruey1-1/+5
2012-01-23avc: fix broken line continuationDavid Schleef1-1/+1
2012-01-18linsyssdi: fix leaksVincent Penquerc'h2-1/+9
2011-11-28various: fix pad template ref leaksVincent Penquerc'h48-100/+103