summaryrefslogtreecommitdiff
path: root/sys/d3dvideosink
AgeCommit message (Expand)AuthorFilesLines
2012-12-22d3dvideosink: And remove the right declarationSebastian Dröge1-2/+5
2012-12-22d3dvideosink: Remove unused static declarationSebastian Dröge1-5/+0
2012-12-22d3dvideosink: Remove unused variablesSebastian Dröge1-3/+0
2012-12-22d3dvideosink: Update to new GLib threading APISebastian Dröge2-5/+5
2012-12-22d3dvideosink: Rename keep_aspect_ratio to force_aspect_ratio in the header tooSebastian Dröge1-1/+1
2012-12-22d3dvideosink: Use G_PARAM_STATIC_STRINGSSebastian Dröge1-4/+8
2012-12-22d3dvideosink: Rename keep-aspect-ratio to force-aspect-ratio and default to TRUESebastian Dröge2-11/+11
2012-12-22d3dvideosink: Add files that had to be included in the last commitSebastian Dröge2-0/+2456
2012-12-22d3dvideosink: Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGSSebastian Dröge1-1/+1
2012-12-22d3dvideosink: Various improvementsRoland Krikava20-3608/+525
2012-12-21d3dvideosink: Only include formats that are actually workingSebastian Dröge1-13/+7
2012-12-21d3dvideosink: Add the actually supported color formats to the template capsSebastian Dröge1-1/+1
2012-12-11d3dvideosink: fix compiler and linker flagsMichael Esemplare1-2/+2
2012-11-20d3dvideosink: fix redefinition of DECLARE_INTERFACE_IIDAndoni Morales Alastruey1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller19-38/+38
2012-09-11d3dvideosink: port to the new GLib thread APIMark Nauwelaerts3-17/+13
2012-08-07d3dvideosink: avoid duplicated symbols in static linksAndoni Morales Alastruey1-39/+45
2012-08-06d3dvideosink: avoid duplicated symbols in static linksAndoni Morales Alastruey1-1/+1
2012-06-29sys: make video sinks default to force-aspect-ratio=trueTim-Philipp Müller1-1/+1
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-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-31d3dvideosink: don't flush after a device lostAndoni Morales Alastruey1-1/+0
2012-05-23Port d3dvideosink to 0.11Руслан Ижбулатов10-210/+237
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-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge4-63/+35
2012-03-18d3dvideosink: fix regression setting window handle in pause/playCarsten Kroll1-59/+28
2012-03-12fix for caps _normalize changesWim Taymans1-6/+7
2012-03-03d3dvideosink: fix compiler warnings and build failure with mingwРуслан Ижбулатов3-10/+12
2012-03-02d3dvideosink: add missing directx headersAndoni Morales Alastruey1-2/+2
2012-02-10Merge branch 'master' into 0.11Wim Taymans2-607/+537
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-1/+1
2012-02-07d3dvideosink: create a d3d device for each sink and use the default swap chai...Carsten Kroll2-654/+443
2012-02-07d3dvideosink: flush GPU before Present added alternate wait for vsync method ...Carsten Kroll1-3/+66
2012-02-07d3dvideosink: check for hardware capabilities, when negotiatingCarsten Kroll1-7/+51
2012-02-07d3dvideosink: redraw last buffer when new window handle has been set.Carsten Kroll1-3/+6
2012-02-07d3dvideosink: added NV12 + enabled RGB supportCarsten Kroll1-3/+30
2012-02-07d3dvideosink: Fix device initialization checkAndoni Morales Alastruey1-1/+5
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-2/+2
2011-06-25d3dvideosink: Fix configure check and makefilesRaimo Järvi1-2/+3
2011-06-05d3dvideosink: compile fixLevente Farkas1-3/+3
2011-06-04d3dvideosink: Add pluginDavid Schleef20-0/+4127