summaryrefslogtreecommitdiff
path: root/sys/xvimage
AgeCommit message (Expand)AuthorFilesLines
2009-10-07xvimagesink: only start event thread if neededStefan Kost1-8/+46
2009-09-08ximagesink, xvimagesink: use new GstVideoSink::show_frame() vfuncTim-Philipp Müller1-4/+6
2009-09-06xvimagesink: fix small memory leak when setting window titleRené Stadler1-1/+3
2009-07-06xvimagesink: use core performance log categoryStefan Kost1-1/+4
2009-06-22x(v)imagesink: pass the xwindow along to not look at the yet unset var.Stefan Kost1-7/+7
2009-06-22x(v)imagesink: catch tags and show title in own windowStefan Kost2-7/+77
2009-06-18xvimagesink: appname might be NULLStefan Kost1-2/+4
2009-06-18xvimagesink: set window title from application nameStefan Kost1-0/+7
2009-03-31xvimagesink: use xcontext->depth instead of bits in attr.max_value for colorkeyStefan Kost1-25/+22
2009-03-25xvimagesink: scale the colorkey components in case of 16bit visualsStefan Kost1-4/+11
2009-02-25xvimageink: protect buffer_alloc from shutdownWim Taymans2-20/+54
2009-02-22x(v)imagesink: Correctly cast to GstBuffer * before passing to gst_buffer_unr...Sebastian Dröge1-3/+3
2009-02-05xvimagesink: do not call _xwindow_clear on ready->paused.Stefan Kost1-10/+9
2009-01-23Add some more debugging to the Xv stridesWim Taymans1-5/+19
2009-01-13sys/xvimage/xvimagesink.c: Don't reset the colorkey when element is reused. F...Stefan Kost1-3/+1
2008-12-03sys/: Clear all flags on buffers returned from the image pool.Edward Hervey1-0/+2
2008-11-13sys/xvimage/xvimagesink.*: Avoid typechecking when we do trivial casts.Wim Taymans2-41/+93
2008-10-22sys/: Don't mark as gtk-doc docs as they aren't public.Stefan Kost1-2/+2
2008-10-22Allow setting colorkey if possible. Implement property probe interface for op...Stefan Kost2-9/+80
2008-10-16Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost1-0/+1
2008-10-11sys/xvimage/xvimagesink.c: Don't assert on caps==NULL.Stefan Kost1-0/+3
2008-09-05sys/xvimage/xvimagesink.c: No really, the next release is 0.10.21 (fix Since:...Tim-Philipp Müller1-1/+1
2008-09-04sys/xvimage/xvimagesink.*: Add a "draw-border" property that can be set to fa...Stefan Kost2-7/+30
2008-07-30sys/xvimage/xvimagesink.c: Fix a "may be used uninitialized in this function"...Edward Hervey1-1/+1
2008-07-29sys/xvimage/Makefile.am: floor() needs linking to $(LIBM).Stefan Kost1-1/+1
2008-07-29gst/playback/gstplaybasebin.c: Fix property doc markup (its not a signal).Stefan Kost1-0/+29
2008-07-29sys/xvimage/xvimagesink.*: Add autofill/colorkey properties. Fixes #538656.Stefan Kost2-4/+36
2008-07-29sys/xvimage/xvimagesink.c: Fix rounding errors when converting colorbalance v...David Schleef1-12/+12
2008-07-17sys/xvimage/xvimagesink.c: Oops - set the size of the image used for probing ...Jan Schmidt1-2/+2
2008-07-17sys/: it's not legal to ask theJan Schmidt1-14/+23
2008-07-11Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost1-35/+24
2008-06-24sys/ximage/ximagesink.h: When the caps change, make sure to re-draw borders i...Jan Schmidt1-1/+1
2008-06-20sys/xvimage/xvimagesink.c: Don't set colour balance values on the Xv port if ...Michael Smith1-0/+5
2008-05-21Some debug and comment fixes.Wim Taymans1-2/+2
2008-05-14sys/xvimage/xvimagesink.c: Better debug logging in port value handling. Mergi...Stefan Kost1-18/+15
2008-04-23sys/xvimage/xvimagesink.c: Add some logging for cases when grabbing the xv fa...Stefan Kost1-3/+10
2008-04-22sys/xvimage/xvimagesink.c: Fix typo that causes the overlay keying color to b...David Schleef1-1/+1
2008-04-07Fix calculation of 'expected size' for YV12 buffers.Jan Schmidt1-4/+6
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-14/+21
2008-03-03Correct all relevant warnings found by the sparse semantic code analyzer. Thi...Sebastian Dröge1-7/+7
2008-02-11sys/xvimage/xvimagesink.c: Fix build of xvimagesink if we don't have XShm, e....Branko Čibej1-1/+1
2008-01-05sys/xvimage/xvimagesink.c: Add debugging information to understand how X calc...Julien Moutte1-0/+11
2007-11-16sys/: Don't leak the PAR on errors. Fixes #496731.Tommi Myöhänen1-1/+2
2007-10-22sys/: Make sure that before we clean up the X resources, we shutdown and join...Wim Taymans1-11/+23
2007-10-12Actual code change to go along with:Jan Schmidt1-10/+24
2007-09-09sys/: Correctly chain up finalize with the parent class to prevent memory lea...René Stadler1-0/+6
2007-07-20sys/xvimage/xvimagesink.c: xcontext->im_format is only for testing XShm suppo...Michael Smith1-7/+4
2007-07-14sys/xvimage/xvimagesink.*: Add option to turn off double-buffering for debugg...Bastien Nocera2-2/+15
2007-07-14sys/: add 'handle-expose' property. Useful for video widgets which may want t...Jorn Baayen2-3/+15
2007-07-13sys/xvimage/xvimagesink.*: After a caps change, redraw our borders to avoid g...Jan Schmidt2-3/+10