Matthew Waters
|
79ed68478f
|
[582/906] filters: changes for new API
|
2014-03-15 18:36:48 +01:00 |
|
Matthew Waters
|
e89266b664
|
[581/906] filter: add seperate filter function for operating on textures instead of buffers
|
2014-03-15 18:36:48 +01:00 |
|
Matthew Waters
|
558e10be0f
|
[580/906] bufferpool: remove obselete gl meta buffer pool options
|
2014-03-15 18:36:48 +01:00 |
|
Matthew Waters
|
cfafeea297
|
[579/906] download: fix YV12 format
same as I420 but plane 1+2 swapped
|
2014-03-15 18:36:48 +01:00 |
|
Matthew Waters
|
5aa048e53b
|
[578/906] {up,down}load: add variants that can be called in the gl thread
|
2014-03-15 18:36:48 +01:00 |
|
Matthew Waters
|
338bb1871b
|
[577/906] remove upload and download elements from the build system
|
2014-03-15 18:36:48 +01:00 |
|
Matthew Waters
|
8f4c270ae1
|
[576/906] remove uneeded GstGLMeta (use GstVideoMeta)
|
2014-03-15 18:36:48 +01:00 |
|
Matthew Waters
|
fa9a4d6862
|
[575/906] filter: port to new upload/download
|
2014-03-15 18:36:48 +01:00 |
|
Matthew Waters
|
5d1395f435
|
[574/906] memory: implement transperent upload/download for data
(not async yet)
|
2014-03-15 18:36:48 +01:00 |
|
Matthew Waters
|
88cb7e3060
|
[573/906] add upload and download library objects
allows multiple upload pipelines that previously wasn't possible
(i.e. upload RGB and I420 and ... on the same GstGLDisplay)
|
2014-03-15 18:36:48 +01:00 |
|
Matthew Waters
|
d163ecce23
|
[572/906] remove upload and download elements
to be replaced by upload and download in memory
|
2014-03-15 18:36:48 +01:00 |
|
Matthew Waters
|
aebcacecf8
|
[571/906] mixer: fix deadlock on shutdown
didn't reiterate over the sinkpad's displays and reactivate them causing a deadlock
|
2014-03-15 18:36:48 +01:00 |
|
Matthew Waters
|
0f2f42e4e8
|
[570/906] remove the requirement for VideoMeta to be present on non-GL buffers
|
2014-03-15 18:36:48 +01:00 |
|
Matthew Waters
|
9fb3e60387
|
[569/906] differencematte: prevent double unref of shader and midtexture
|
2014-03-15 18:36:48 +01:00 |
|
Matthew
|
ed1f04acab
|
[568/906] window: fix public definitions
|
2014-03-15 18:36:47 +01:00 |
|
Matthew
|
20406c1de3
|
[567/906] fix OpenGL|ES2 ifdef'ed code
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
beff5a3710
|
[566/906] effects: avoid using tanh in sin_fragment
It produces weird results on nouveau.
Provide an alternative implementation with (1-sinh)*cosh
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
96163f1589
|
[565/906] effects: fix shader compilation with mesa drivers
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
863f21b1f6
|
[564/906] glmemory: remove unused typedef
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
3f94f31c3d
|
[563/906] readd support for hanging GL pipelines e.g. ... ! gleffects ! fakesink
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
6de0b127d7
|
[562/906] gldisplay: fix download of YUV formats
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
7627755581
|
[561/906] gldisplay: fix endianess issues on RGB download
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
38ab01769d
|
[560/906] examples: update for bus api changes and glimagesink changes
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
de25a454ce
|
[559/906] glmixer: pass the mixpad's display to the querying element
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
729115c515
|
[558/906] add missing includes for _post_missing_element_message in glcolorspace
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
b227398c0c
|
[557/906] Fix plugin define and remove warning
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
c7e43349e4
|
[556/906] GLColorscale: convert to a bin of glupload ! gldownload
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
ce6c6b5065
|
[555/906] Make the query for a GstGLDisplay a pad peer query
Allows the query to pass through bin boundaries and makes it possible for
arbitrary gl elements to be placed in bins.
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
0ef8174881
|
[554/906] GstGLMemory: update for GstAllocator API changes
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
35983bcd88
|
[553/906] GstGLFilterShader: update for GstGLMeta
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
61e2266d16
|
[552/906] GstGLFilterApp: update for GstGLMeta
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
8ae1fd34e0
|
[551/906] GstGLOverlay: fix loading of non-square overlays
libjpeg complains about "Application read too {many,few} scan lines" in non-square images
|
2014-03-15 18:36:47 +01:00 |
|
Matthew Waters
|
b34d014918
|
[550/906] GstGLOverlay: fix libPNG complaining about unsigned integer being out of range
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
b54f031278
|
[549/906] GstGLOverlay: update for GstGLMeta
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
7a44219656
|
[548/906] GstGLDifferenceMatte: update for GstGLMeta
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
02fcc954de
|
[547/906] GstGLBumper: fix libPNG complaining about invalid png files
We failed to inform libPNG that we had already read the header
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
f0035b9a9b
|
[546/906] GstGLFilterSobel: update for GstGLMeta
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
da4c698a50
|
[545/906] GstGLBumper: update for GstGLMeta
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
3affb44884
|
[544/906] fix memory leaks from not g_free()ing string returned by gst_element_get_name
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
972cd421c7
|
[543/906] GstGLDisplay: fix segfault from GST_PTR_FORMAT trying to expand the object
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
fe1ce6a7ff
|
[542/906] GstGLMixer: add allocation and bufferpool methods
based off GstBaseTransform
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
3be415e5c9
|
[541/906] GstGLTestSrc: generate a GLBufferPool instead of a VideoBufferPool in decide_allocation
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
7c0c039933
|
[540/906] GstGLMosaic: update for GstGLMeta
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
9f51f1721e
|
[539/906] GstGLImageSink: fold multiple fields into one and use VIDEO_SINK_* for window width/height
replace the caps information with a GstVideoInfo
place the window width/height information width VIDEO_SINK
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
84bf052181
|
[538/906] GstGLDeinterlace: update for GstGLMeta
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
d4045e7699
|
[537/906] GstGLFilterReflectedScreen: update for GstGLMeta
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
5402a43d80
|
[536/906] GstGLFilterGlass: update for GstGLMeta
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
a93c464c5b
|
[535/906] GstGLFilterLaplacian: update for GstGLMeta
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
ddbfe41721
|
[534/906] GstGLFilterCube: Update for GstGLMeta
|
2014-03-15 18:36:46 +01:00 |
|
Matthew Waters
|
58c27d8ef2
|
[533/906] GstGLFilterBlur: update for GstGLMeta
|
2014-03-15 18:36:46 +01:00 |
|