documentation: fixed a heap o' typos
[platform/upstream/gstreamer.git] / sys / d3dvideosink / d3dhelpers.c
2019-11-05 Aaron Boxerdocumentation: fixed a heap o' typos
2019-08-15 Seungha Yangd3dvideosink: Fix crash on WinProc handler
2019-01-30 Aaron Boxerd3dhelpers.c: fix typo in debug output
2018-11-13 Nirbheek Chauhand3dvideosink: Remove unused variable
2018-11-06 Seungha Yangd3dvideosink: Fix calculating buffer size of packed...
2018-11-06 Seungha Yangd3dvideosink: Set actual buffer size to buffer pool
2018-11-06 Seungha Yangd3dvideosink: Use lock/cond to wait internal window...
2018-11-06 Seungha Yangd3dvideosink: Don't leak GThread object
2018-11-06 Seungha Yangd3dvideosink: Remove white space
2017-05-17 Sebastian Drögegst: Clear floating flag in constructor of all GstObjec...
2017-04-12 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2016-11-12 Scott D PhillipsRemove 'return' from `void` functions
2016-06-28 Sebastian Dröged3dvideosink: Replace some more gst_caps_to_string...
2015-11-30 Sebastian Dröged3dvideosink: Don't try to recreate swapchain while...
2015-06-10 Fabio Cetrinid3dvideosink: Avoid frame rendering while the window...
2015-02-25 Roman Nowickid3dvideosink: release existing D3D swap chain on init
2015-02-24 Sebastian Dröged3dvideosink: Don't initialize the render window swap...
2015-02-18 Sebastian Dröged3dvideosink: Deactivate the fallback pool and unref...
2014-07-15 Sebastian Dröged3dvideosink: Open Direct3D devices in a threadsafe way
2014-07-03 Sebastian Dröged3dvideosink: Always lock the D3D surfaces in write...
2014-07-03 Sebastian Dröged3dhelpers: Swap UV planes properly for YV12 as compare...
2014-07-02 Sebastian Dröged3dvideosink: Don't leak all surfaces
2014-07-02 Sebastian Dröged3dvideosink: PostMessage() takes integers as last...
2014-07-02 Sebastian Dröged3dvideosink: Remove unused variable
2014-06-23 Eric Troussetd3dvideosink: Release D3D surfaces when shutting down...
2014-04-08 Tim-Philipp Müllerd3dvideosink: post proper error message when window...
2014-04-02 Sebastian Dröged3dvideosink: Only pass a dest rectangle if set, otherw...
2014-01-21 Alexey Chernovd3dvideosink: First destroy the window, then unregister...
2013-09-02 Andoni Morales Ala... d3dvideosink: disable buffer pools
2013-04-04 Andoni Morales Ala... d3dvideosink: use bilinear filter as much as possible
2013-03-27 Tim-Philipp MüllerMerge SBC decoder and encoder from bluez
2013-03-27 Sebastian Dröged3dvideosink: Make sure that all buffers in our pool...
2013-03-26 Sebastian Dröged3dvideosink: Add support for crop meta
2013-03-26 Sebastian Dröged3dvideosink: Implement a buffer pool that shares D3D...
2013-03-26 Sebastian Dröged3dvideosink: Allocate a new offscreen surface for...
2012-12-22 Sebastian Dröged3dvideosink: Remove scary "while (object.refcount...
2012-12-22 Sebastian Dröged3dvideosink: Don't use "class" as variable name and...
2012-12-22 Sebastian Dröged3dvideosink: Only open system resources in in NULL...
2012-12-22 Sebastian Dröged3dvideosink: Properly copy frames to D3D with the...
2012-12-22 Sebastian Dröged3dvideosink: Fix some more compiler warnings
2012-12-22 Sebastian Dröged3dvideosink: Rename keep-aspect-ratio to force-aspect...
2012-12-22 Sebastian Dröged3dvideosink: Add files that had to be included in...