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 |
|
Matthew Waters
|
a44326f86e
|
[532/906] GstGLFilter: implement allocation vfuncs
|
2014-03-15 18:36:45 +01:00 |
|
Matthew Waters
|
9ab50ed175
|
[531/906] GstGLEffects: update for GstGLMeta
|
2014-03-15 18:36:45 +01:00 |
|
Matthew Waters
|
ed5deaa29b
|
[530/906] GstGLUpload: fix video scaling and use GL_UPLOAD_CAPS
|
2014-03-15 18:36:45 +01:00 |
|
Matthew Waters
|
d03ffe867d
|
[529/906] GstGLDownload: fix video scaling and use GL_DOWNLOAD_CAPS
|
2014-03-15 18:36:45 +01:00 |
|
Matthew Waters
|
ec782a5f27
|
[528/906] GstGLMeta: seperate upload/download/normal GL caps video formats
differentiate between upload, download and GL caps
|
2014-03-15 18:36:45 +01:00 |
|
Matthew Waters
|
796d326b74
|
[527/906] GstGLDisplay: add some trace debugging
|
2014-03-15 18:36:45 +01:00 |
|
Matthew Waters
|
65c0afe557
|
[526/906] GstGLTestSrc: update for 1.0
implement decide_allocation
rename push_src_create to _fill
use GstVideoInfo to convert times
make use of GstGLMeta and friends
|
2014-03-15 18:36:45 +01:00 |
|
Matthew Waters
|
ce3b50484f
|
[525/906] GstGLDownload: add allocation methods and use GstGLMeta
make GstGLDownload work with the new GstGLMeta and friends
|
2014-03-15 18:36:45 +01:00 |
|
Matthew Waters
|
0e5daa29f7
|
[524/906] GstGLDisplay: rework the download code
data paramaters now take GstVideoFrame
remove redundant parameters
|
2014-03-15 18:36:45 +01:00 |
|
Matthew Waters
|
3d7788dabb
|
[523/906] update for meta API changes
|
2014-03-15 18:36:45 +01:00 |
|
Matthew Waters
|
1ec68db8f0
|
[522/906] GstGLDisplay: add forgotten function definition
|
2014-03-15 18:36:45 +01:00 |
|
Matthew Waters
|
2141571de9
|
[521/906] GstGLMemory: update for GstAllocator changes
|
2014-03-15 18:36:45 +01:00 |
|
Matthew Waters
|
3ff83c0f37
|
[520/906] GstGLMixer: fix for GstChildProxy changes
|
2014-03-15 18:36:45 +01:00 |
|
Matthew Waters
|
08349cff6d
|
[519/906] GstGLUpload: implement the allocation funcs and use GstGLMeta
make use of the new GstGLMeta, GstGLMemory and GstGLBufferPool objects
|
2014-03-15 18:36:45 +01:00 |
|
Matthew Waters
|
4d7bb47b75
|
[518/906] GstGLImageSink: add propose_allocation impl and use GstGLMeta
make use of GstGLMeta and GstGLMemory
|
2014-03-15 18:36:45 +01:00 |
|