summaryrefslogtreecommitdiff
path: root/sys/dshowvideosink
Commit message (Expand)AuthorAgeFilesLines
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-4/+4
* Remove autotools build systemTim-Philipp Müller2019-10-141-9/+0
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+1
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-5/+2
* dshowvideosink: Fix 64bit compatibility issueplamot2015-10-191-9/+5
* dshowvideosink: Port to 1.0 and new GLib threading APIChun-wei Fan2014-12-053-165/+128
* Fix FSF addressTim-Philipp Müller2012-11-044-8/+8
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* sys: make video sinks default to force-aspect-ratio=trueTim-Philipp Müller2012-06-291-1/+1
* dshowvideosink: add missing casts to LPCSTRAndoni Morales Alastruey2012-05-071-6/+6
* dshowvideosink: lower rank of the DirectShow video sink pluginAndoni Morales Alastruey2012-05-071-1/+1
* dshowvideosink: Fix compilation on x64 platformsAndoni Morales Alastruey2012-05-071-0/+4
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-2/+2
* dshowvideosink: update for latest GstXOverlay changesHaakon Sporsheim2011-04-071-3/+3
* dshowvideosink: close our own window when changing the window idAndoni Morales Alastruey2010-08-061-3/+10
* dshowvideosink: allow changing window ID whilst in PLAYING stateRaimo Jarvi2010-08-061-1/+17
* dshowvideosink: Improvements contributed from the Moovida projet.Julien Moutte2010-07-233-124/+417
* dshowvideosink: Update renderer aspect ratio after force-aspect-ratio propert...Philippe Normand2010-07-072-2/+13
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-8/+5
* dshowvideosink: don't crash on invalid AM_MEDIA_TYPEDavid Hoyt2010-02-011-1/+8
* dshowvideosink: don't leak filter_media_eventStephen McNamara2009-12-081-0/+5
* dshowvideosink: spell things more betterer.Michael Smith2009-12-071-1/+1
* dshowvideosink: add virtual destructor for internal helper class.Stephen McNamara2009-12-071-0/+1
* dshowvideosink: remove unused variable to fix compiler warningHavard Graff2009-09-081-1/+0
* dshowvideosink: Return ASYNC appropriately from change_state.Michael Smith2009-02-121-4/+8
* Handle many more edge cases in dshowvideosink.Michael Smith2009-02-044-1833/+2045
* sys/: Initialise COM with default flags.Michael Smith2008-08-132-2/+11
* sys/dshowvideosink/: Fix up copyright notice on new plugin.Michael Smith2008-06-044-6/+6
* Add a new win32 videosink. Uses the DirectShow renderers for high-performance...Michael Smith2008-06-026-0/+2011