summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2015-06-08ximagesink, xvimagesink: fix string leaks when setting class hintTim-Philipp Müller2-4/+4
2015-06-08ximagesink: set WM_CLASS of windowLuis de Bethencourt1-0/+8
2015-06-08xvimagesink: set WM_CLASS of windowLuis de Bethencourt1-0/+8
2015-05-18xvimagesink: fix pool leakVineeth T M1-0/+1
2015-05-10docs: update element example pipelinesTim-Philipp Müller2-14/+16
2015-05-05xvimagesink: fix navigation event leak when early returningGuillaume Desmottes1-2/+1
2015-05-05xvimagesink: fix navigation event leak when not handledGuillaume Desmottes1-2/+3
2015-04-29xvimagesink: Post unhandled navigation events on the busEdward Hervey1-2/+11
2015-04-03xvimagsink: fix failure to allocate large shared memory blocksVincent Penquerc'h1-2/+4
2015-04-03ximage: do not allocate extra alignment slack for shared memoryVincent Penquerc'h1-1/+4
2015-03-10Fix double semicolonsTim-Philipp Müller1-1/+1
2014-12-22videopool: update video alignment after applyingSong Bing2-0/+4
2014-12-16ximagesink: clear src and dest rectanglesWim Taymans2-3/+8
2014-12-16videopool: update buffer size after video alignmentSong Bing2-2/+12
2014-09-27xvimagesink: get rid of unnecessary private struct for poolTim-Philipp Müller2-64/+49
2014-09-27ximagesink: get rid of unnecessary private struct for poolTim-Philipp Müller2-54/+38
2014-09-11xvimagesink: only try to set XV_ITURBT_709 port attribute if it existsTim-Philipp Müller2-1/+10
2014-08-10xvimage: fix crash when outputting debug logTim-Philipp Müller1-3/+3
2014-07-17xvimagesink: fix property description stringTim-Philipp Müller1-1/+1
2014-04-10xvimage: remove dead codeVincent Penquerc'h1-2/+2
2014-03-27ximagesink: only extrapolate alpha mask for 32-bit depthNicolas Dufresne1-3/+6
2014-01-15xvimagesink: don't recreate xvcontextHolger Kaelberer1-7/+10
2013-12-16Some compiler warning fixes to satisfy XCode compilerTodd Agulnick1-1/+1
2013-11-16docs: remove old 0.10 Since markersTim-Philipp Müller2-18/+0
2013-05-16ximagesink: add support for 32-bit RGB with alpha maskBenjamin Gaignard1-3/+10
2013-04-15gst: Add better support for static pluginsSebastian Dröge2-2/+2
2013-04-09ximagesink: Fix coompiler error without HAVE_XSHMAlexander Schrab1-0/+2
2013-03-30xvimagesink: fix debug message printf format compiler warningJosep Torra1-1/+1
2013-03-21ximagesink: Don't access structures of EMPTY capsSebastian Dröge1-0/+5
2013-03-14xvimagesink: configure colorimetryWim Taymans3-0/+30
2013-03-14xvcontext: protect X call with lockWim Taymans1-0/+2
2013-03-13xvimagesink: use xvcontext for allocationWim Taymans10-1923/+2362
2013-03-05ximagesink: don't share memoryWim Taymans1-2/+2
2013-03-05xvimagesink: mark as NO_SHAREWim Taymans2-3/+3
2013-02-26ximagesink: use memory to store XImage infoWim Taymans3-166/+231
2013-02-24xvimagepool: gst_memory_init() does not take ownership of the allocatorSebastian Dröge1-2/+2
2013-02-23xvimagesink: Implement XvImage memory as a GstMemory, not as a GstMetaSebastian Dröge3-174/+238
2012-12-10docs: fix up some more GstXOverlay -> GstVideoOverlayTim-Philipp Müller3-7/+8
2012-11-03Fix FSF addressTim-Philipp Müller10-20/+20
2012-10-24Revert "gst: Add better support for static plugins"Sebastian Dröge2-2/+2
2012-10-24gst: Add better support for static pluginsSebastian Dröge2-2/+2
2012-10-03meta registration: use g_once functions to register these threadsafely.Michael Smith2-4/+6
2012-09-10xvimagesink: port to new GLib thread APITim-Philipp Müller3-106/+95
2012-09-10ximagesink: port to the new GLib thread APITim-Philipp Müller3-107/+101
2012-09-09Remove glib-compat-private.h stuff we don't need any moreTim-Philipp Müller2-4/+0
2012-08-20X11: add unpadded width/height as videometaWim Taymans2-4/+6
2012-08-20X11: use new alignment functionWim Taymans2-51/+16
2012-08-10x11: fix alignment in non-XSHM caseWim Taymans2-8/+22
2012-08-10x11: don't block in buffer acquireWim Taymans2-8/+16
2012-08-08gst: Set alignment at the correct place of GstAllocationParamsSebastian Dröge2-2/+2