summaryrefslogtreecommitdiff
path: root/sys/xvimage
Commit message (Expand)AuthorAgeFilesLines
* Fix use of undeclared core debug category symbolsTim-Philipp Müller2016-02-203-5/+4
* xvimagesink/ximagesink: Fix structure memory leakVineeth TM2015-11-171-0/+1
* xvimagesink: Put error message into debug output instead of just throwing it ...Sebastian Dröge2015-10-041-2/+4
* xvimagesink: fix error leak when context creation failsVineeth TM2015-09-141-1/+2
* xvimagesink: refactor to use gst_pad_push_eventVineeth T M2015-07-071-56/+51
* xvimagesink: fix pad memory leakVineeth TM2015-07-071-0/+1
* x/xv_image_sink: rename for consitencyStefan Sauer2015-07-065-165/+168
* xvimagesink: Don't share internal poolNicolas Dufresne2015-06-121-55/+37
* ximagesink, xvimagesink: fix string leaks when setting class hintTim-Philipp Müller2015-06-081-2/+2
* xvimagesink: set WM_CLASS of windowLuis de Bethencourt2015-06-081-0/+8
* xvimagesink: fix pool leakVineeth T M2015-05-181-0/+1
* docs: update element example pipelinesTim-Philipp Müller2015-05-101-11/+13
* xvimagesink: fix navigation event leak when early returningGuillaume Desmottes2015-05-051-2/+1
* xvimagesink: fix navigation event leak when not handledGuillaume Desmottes2015-05-051-2/+3
* xvimagesink: Post unhandled navigation events on the busEdward Hervey2015-04-291-2/+11
* xvimagsink: fix failure to allocate large shared memory blocksVincent Penquerc'h2015-04-031-2/+4
* Fix double semicolonsTim-Philipp Müller2015-03-101-1/+1
* videopool: update video alignment after applyingSong Bing2014-12-221-0/+2
* ximagesink: clear src and dest rectanglesWim Taymans2014-12-161-2/+5
* videopool: update buffer size after video alignmentSong Bing2014-12-161-1/+6
* xvimagesink: get rid of unnecessary private struct for poolTim-Philipp Müller2014-09-272-64/+49
* xvimagesink: only try to set XV_ITURBT_709 port attribute if it existsTim-Philipp Müller2014-09-112-1/+10
* xvimage: fix crash when outputting debug logTim-Philipp Müller2014-08-101-3/+3
* xvimagesink: fix property description stringTim-Philipp Müller2014-07-171-1/+1
* xvimage: remove dead codeVincent Penquerc'h2014-04-101-2/+2
* xvimagesink: don't recreate xvcontextHolger Kaelberer2014-01-151-7/+10
* Some compiler warning fixes to satisfy XCode compilerTodd Agulnick2013-12-161-1/+1
* docs: remove old 0.10 Since markersTim-Philipp Müller2013-11-161-14/+0
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* xvimagesink: fix debug message printf format compiler warningJosep Torra2013-03-301-1/+1
* xvimagesink: configure colorimetryWim Taymans2013-03-143-0/+30
* xvcontext: protect X call with lockWim Taymans2013-03-141-0/+2
* xvimagesink: use xvcontext for allocationWim Taymans2013-03-1310-1923/+2362
* xvimagesink: mark as NO_SHAREWim Taymans2013-03-052-3/+3
* xvimagepool: gst_memory_init() does not take ownership of the allocatorSebastian Dröge2013-02-241-2/+2
* xvimagesink: Implement XvImage memory as a GstMemory, not as a GstMetaSebastian Dröge2013-02-233-174/+238
* docs: fix up some more GstXOverlay -> GstVideoOverlayTim-Philipp Müller2012-12-102-5/+6
* Fix FSF addressTim-Philipp Müller2012-11-035-10/+10
* Revert "gst: Add better support for static plugins"Sebastian Dröge2012-10-241-1/+1
* gst: Add better support for static pluginsSebastian Dröge2012-10-241-1/+1
* meta registration: use g_once functions to register these threadsafely.Michael Smith2012-10-031-2/+3
* xvimagesink: port to new GLib thread APITim-Philipp Müller2012-09-103-106/+95
* Remove glib-compat-private.h stuff we don't need any moreTim-Philipp Müller2012-09-091-2/+0
* X11: add unpadded width/height as videometaWim Taymans2012-08-201-2/+3
* X11: use new alignment functionWim Taymans2012-08-201-32/+8
* x11: fix alignment in non-XSHM caseWim Taymans2012-08-101-4/+11
* x11: don't block in buffer acquireWim Taymans2012-08-101-4/+8
* gst: Set alignment at the correct place of GstAllocationParamsSebastian Dröge2012-08-081-1/+1
* xvimagesink: calculate target rectangle correctlyWim Taymans2012-07-241-1/+8
* x11: match FORCE_ASPECT_RATIO default valueWim Taymans2012-07-241-1/+1