Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mapmapteam/gst-plugins-gl

Fork of gst-plugins-gl
https://github.com/mapmapteam/gst-plugins-gl

qglwtextureshare example: disable setting display

b71be7b8bf19b48b04decc433dddf27eb05a3fb6 authored almost 11 years ago
qglwtextureshare example: fix in qglrenderer.cpp

2f5743a7ac001f9cbd47236dd5ac7d0d301006d7 authored almost 11 years ago
qglwtextureshare example: fixes in the .pro file

0f4618b450001ae3a04eb4957c736a4124e4d217 authored almost 11 years ago
Release 0.10.3

e5aeaff6735b2a74d09c23af02b5a398d9fc18d2 authored over 12 years ago
Update .po files

7a1d22e00445fd8a856cf1aade467fb4b5931909 authored over 12 years ago
configure: set plugins release time

723be00246f98166179e2fd7ed7962d505ac6f28 authored over 12 years ago
configure: bump core/base requirement from ancient git version to newish core/base release

7badaef6e37437c9b8b6a056732557547ed0506e authored over 12 years ago
docs: fix distcheck

ERROR: files left in build directory after distclean:
./docs/libs/gst-plugins-gl-libs-overrides.txt

dbd56fafad4d621753641c5d1ce3b208197a35c6 authored over 12 years ago
cocoa example: do not set pipeline to null state twice

9aa8450d3e3f04cb14aead58f1c5d93691853561 authored almost 13 years ago
cocoa example: remove white spaces

421ad67fb2194cf66867e39b2fef8f6946717b8a authored almost 13 years ago
gldisplay: do not call glCheckFramebufferStatus if 0 is bound

Indeed it may return GL_FRAMEBUFFER_UNDEFINED if there is no
default framebuffer.
It seems to be...

872dc318fb7b724d4389e065ce847ad649588748 authored almost 13 years ago
examples: fix build on MacOSX

8af4e68f0cf7a78cc72bf6b0f06741efc9523e67 authored almost 13 years ago
gldisplay: don't pass non-constant strings as printf format strings

Fixes 'format not a string literal and no format arguments' on darwin

d0c0f29824c574ba1f701a42bba2858d3e3f273c authored almost 13 years ago
filtershader: fix format compiler warnings

f8e28a655cb3bcbe26c7b6c6da2cb21a3f04a8c5 authored almost 13 years ago
cmake build: add path to config.h on APPLE

bef80a6bd95a381e6d5bcd74f9bddb554a8998ce authored almost 13 years ago
glES2.0: properly use glDeleteShader

4fda8901c4b432dad3b89e2bca7f0c73b81b4f6e authored almost 13 years ago
cmake build: use config.h from win32/common and add some guidelines

c9763a2455850106e63ad1bc806b35c60d7da3e8 authored almost 13 years ago
docs: add libvisual-gl to docs

3ba21f245da52506d418da9be47816e65ec4e7cd authored almost 13 years ago
Move to 0.10 branch of common

aff15929a2e5398d276f3a9ad6b334ba20001cd3 authored almost 13 years ago
autogen.sh: remove unrecognized option '--enable-plugin-docs'

c52db7829edbae215fe6db514241a1e4159d8541 authored almost 13 years ago
glwindow: properly fails if resource not found

0b2af955ae80be2072654660db9406fd3aababb2 authored almost 13 years ago
Automatic update of common submodule

From 464fe15 to 6db25be

49061da11ae1bf326b9c289c4c4ec8472642ff84 authored almost 13 years ago
glES2.0: properly fails if driver/kernel inconsistency

bd4930e2932d431da6f600851bebdb6b07c4448c authored almost 13 years ago
gldisplay: error out instead of g_assert

c8242e1dbaa832d275160d7bd8443c5d92fa9952 authored almost 13 years ago
configure: remove unnecessary check for gdp library

2fcfdc8404377c573c90167102cf5136dca6b25f authored almost 13 years ago
glimagesink: pixel-aspect-ratio property now returns "1/1" by default

Previously it was not set
Fix bug #671734 (compatibility with Totem)

092319efc566fa862e4cb884c8d9ae646f7a2f3a authored almost 13 years ago
Automatic update of common submodule

From 11f0cd5 to 464fe15

c95d86c75fe5f5f138d9d2c71416ae82321bb839 authored almost 13 years ago
libvisual-gl: full compatibility with projectM-libvisual if libprojectM >= 2.0.1

Fix bug #310775

a08f746435165461cfb74fc7db967d4d4d913d2d authored almost 13 years ago
gl: Fix compiler warnings

'if statement has empty body', which were real bugs and

'comparison of unsigned expression < 0 ...

522f279f2bc873fc45df91d4f942f8ad9526be0b authored almost 13 years ago
autogen.sh: avoid touching .po files during 'make'

A simple workaround to deal with GNU gettext automake integration
failing to deal with git. Fix...

c0dbbbbd52d3d21bef97a7ddaa46063101c51b95 authored almost 13 years ago
libvisual-gl: add minimal support to libvisual plugins that uses Framebuffer objects

Fix bug #310775

gst-launch audiotestsrc ! libvisual_gl_projectM ! glimagesink is working
but fo...

23b17f6d59e2c79897201724269a46cc5c709376 authored about 13 years ago
gstgldisplay: turn off texture binding and read buffer when downloading rgb is done

It fixes: (black image before)
gst-launch-0.10 audiotestsrc ! libvisual_gl_lv_gltest ! gldownloa...

fd1e0df1c3db546e3ebfd259d0810b4e545f775c authored about 13 years ago
libvisual_gl: correctly setup depth and blend functions

badab73c66911862dfa39721730ce22070e7236e authored about 13 years ago
glelements: do not leak parent when using gst_pad_get_parent

4f57c8912b4bd8b0ceea747c67896545c7860281 authored about 13 years ago
build: build gst-libs before ext

Fixes #665102

39d1768c66b39235dca0a522f83415e00ecbed52 authored about 13 years ago
ext: Add a libvisual plugin wrapping opengl libvisual

Fix bug #202069

b005095852a987fb337d80038412487ba8c68ed7 authored about 13 years ago
feature checking: error out instead of doing nothing if an OpenGL feature is not present

Fix bug #572767

ec027145586ff1cbb528ff0c77e824a8d1c4ef7b authored about 13 years ago
WinCE: can use Khronos OpenGL ES 2.0 SDK

I also tested the AMD OpenGL ES 2.0 Emulator

140fc9cc57885ccde6e7a596fd9418ca44a83f3c authored about 13 years ago
cmake build: can use OSSBUILD_GSTREAMER_SDK_DIR env var on win32

Also uses built-in libxml2, libpng, zlib cmake modules.
Tested on unix and win32.

d2af6a21b0a309b737b10b4a2091fc4a41c8943d authored about 13 years ago
win32 builds: add glshader filter sources to vs9 and codeblocks

Also fix some warnings from msvc9 and mingw-3.4.5

b01bce796e6009a387c2a2f6fb0b4b978216aa6d authored about 13 years ago
gstglshadervariables: strtok_r is not multiplatform

Fix bug #664367

ff40a0e41e1a152657390b1511a35f4d65d7c378 authored about 13 years ago
OpenGL ES 2.0: include glib.h to use G_BEGIN_DECLS in gstgles2.h

Fix bug #631019

613344bb0760ce24efff0cef157065dc026c41fb authored about 13 years ago
OpenGL ES 2.0: fix build since glfiltershader changes

8ff068e5a68c08427176e1129e63d487e9a7930c authored about 13 years ago
OpenGL ES 2.0: fix build and disable some examples

Fix bug #631019

36147f226f7a62ba79d2bddfc634ac523b2d8075 authored about 13 years ago
docs: add glmosaic and glshader to docs

30ca6783126b93d484b57f24129ea7151daa277f authored about 13 years ago
build: make libjpeg use conditional

Disable gloverlay element if we do not hve libjpeg

5a25f822950ca722ecccbac8ed82e0ad1d40440e authored about 13 years ago
cmake build: 2.8 is now required and add jpeg

jpeg and png should be optional but our cmake build is still in pre-alpha

73adf4e276ce76d08bb6dcfda417532704961c7d authored about 13 years ago
linpng: make libpng use conditional

Disable 3 elements if we don't have libpng.

acb1373d77bad7b8c107e022ecb56b782dc9af26 authored about 13 years ago
glshader: add dynamic fragment shader filter

Also add fragment shader parser
Fix bug #600195

c711633f4de7bcded15bbbfa16ebf49cfe45638f authored about 13 years ago
configure.ac: jpeg is not a plugin

8bde97f0e3065df872050956dbb52bb6711001ac authored about 13 years ago
gloverlay: add jpeg support

Fix bug #636070

8ad415e32b32c035ca7996fa5fed476979587a00 authored about 13 years ago
gloverlay: manage ratio texture

Fix bug #630525

6c8fd809d4bfe4adff64c173714934a0fd7e6371 authored about 13 years ago
tests: fix commentary in clutteractor example

c97f986e834a873b08a0ec07a7abfa65c69d7514 authored about 13 years ago
tests: various build fixes

- cmake could not find glib
- put gtk variables at the beginning to avoid GL conflicts
- upda...

45881a907d10b9bd039131097ecd1adc958e7400 authored about 13 years ago
Automatic update of common submodule

From a39eb83 to 11f0cd5

536fabd769d7c28aa2da62813bd8e128191d8c3f authored over 13 years ago
Automatic update of common submodule

From 605cd9a to a39eb83

b075e32855829ab68f890bd761dea48189578951 authored over 13 years ago
tests: Fix variable unused but set compiler warning

eecfd97bb8ed40ea34e0a109f2555edfd4a8222e authored over 13 years ago
gl: Fix variable unused but set compiler warnings

ca46978d4b8c3b17ebd0010f7b48880bc481637d authored over 13 years ago
Automatic update of common submodule

From 69b981f to 605cd9a

e55c1cdbb7c901cfe2f437183bf01845bfacb8f5 authored over 13 years ago
glimagesink: Interface query should return FALSE if the supplied interface is not GST_TYPE_X_OVERLAY

7f1e9f6e756ce75411827b2598f96f650d8d6ea1 authored over 13 years ago
Automatic update of common submodule

From 9e5bbd5 to 69b981f

8956b0a65d17230b0ae8aee114000664e1852a79 authored over 13 years ago
Automatic update of common submodule

From fd35073 to 9e5bbd5

af9efc134de25534bcf0aa7577dcd9d90fecead2 authored over 13 years ago
Automatic update of common submodule

From 46dfcea to fd35073

498f1d9fad20c6f17bf4800e3b20f7f73f2bac41 authored over 13 years ago
Automatic update of common submodule

From c3cafe1 to 46dfcea

8efb524c796e565da093337499fb6e313798cbd1 authored over 13 years ago
Automatic update of common submodule

From 1ccbe09 to c3cafe1

5a61ea9e6586aba411aff843db8df6b0c4bb6f34 authored almost 14 years ago
Automatic update of common submodule

From 193b717 to 1ccbe09

e2055339ff48fb9abde30a0adb8ea07e2ab41c43 authored almost 14 years ago
Automatic update of common submodule

From b77e2bf to 193b717

014a1cdc5e06c8d189b7ca76be49b664978ac86c authored almost 14 years ago
Automatic update of common submodule

From d8814b6 to b77e2bf

922ed08f0f3d6d5e6edddbf044f8da81ab0a0af7 authored almost 14 years ago
Automatic update of common submodule

From 6aaa286 to d8814b6

e3965997b2733038a30676f8b75984d0c0728126 authored almost 14 years ago
Automatic update of common submodule

From 6aec6b9 to 6aaa286

a75c5a544499bef52a760efec991fafa14416c65 authored almost 14 years ago
autogen: wingo signed comment

f242476f703a6c41fda8cc083e38936f8cfc3ab5 authored almost 14 years ago
configure.ac: export plugin description more platform independent

Fixes #642504.

0048055ac97f3dada2aba526ab5ea1e7f76c1dff authored almost 14 years ago
Automatic update of common submodule

From 1de7f6a to 6aec6b9

3f6cf7becf11105f251f384e6bd74dc0716883af authored almost 14 years ago
Automatic update of common submodule

From f94d739 to 1de7f6a

3a484e02775f6277763c573ea165701a239ce2ea authored almost 14 years ago
Automatic update of common submodule

From e572c87 to f94d739

ec816194c3f46923090b287f9c01de21e0887d3b authored about 14 years ago
Automatic update of common submodule

From ccbaa85 to e572c87

43146aac06a6fe37ec46b5dc2573efb31782b6b9 authored about 14 years ago
Automatic update of common submodule

From 46445ad to ccbaa85

f03226cda1c4be8f9cee565bf67cdbd327159f61 authored about 14 years ago
Automatic update of common submodule

From 169462a to 46445ad

f2996b7acd1b2b224abd5d673b961c0cf2029515 authored about 14 years ago
Automatic update of common submodule

From 20742ae to 169462a

fb54aba82968b49750f08ea825b920aade21e4e6 authored about 14 years ago
Add some more G_{BEGIN,END}_DECLS to public headers

https://bugzilla.gnome.org/show_bug.cgi?id=637260

6d9bfd30a275883d09ac3acb15182b39853754ed authored about 14 years ago
Automatic update of common submodule

From 011bcc8 to 20742ae

c6b54065f74e840baa5be4bfb92b20cdcc5fda76 authored about 14 years ago
tests: replace _set_xwindow_id with _set_window_handle.

ce71559e7dc2aba0401ac5406bd4cae634b70bcf authored about 14 years ago
Automatic update of common submodule

From 7bbd708 to 011bcc8

8b15cc29c7e4513cdc6e0bffc46b412088cd2c98 authored about 14 years ago
various: add missing G_PARAM_STATIC_STRINGS flags

Canonicalize property names as needed. Includes some gst-indent changes as well :/

1c82cc922a70d64d9758d4f69216a523085adcdb authored over 14 years ago
Automatic update of common submodule

From 5a668bf to 7bbd708

c06ced3df9b3905bade4a2df6de990ba9cb55161 authored over 14 years ago
Automatic update of common submodule

From c4a8adc to 5a668bf

a107e039f221b8e8ec26577f202848f76301754b authored over 14 years ago
Automatic update of common submodule

From 5e3c9bf to c4a8adc

d608830b73498c5e254c46e4373afca1bd729bf1 authored over 14 years ago
Automatic update of common submodule

From aa0d1d0 to 5e3c9bf

fab824ea01f43c3fecaa2fed5e9e828774db5b24 authored over 14 years ago
xoverlay: require base from git and update to new API

6ae0117c3dce8b23e302eb7592be42a19d41e9fd authored over 14 years ago
tests: allow running state tests for all elements

Now one can use GST_NO_STATE_IGNORE_ELEMENTS=1 make generic/states.check
to try elements that wo...

989c2b3648a8cb6ffa023ffc3b66eecf8b1080ed authored over 14 years ago
gstgleffects: Fix upper bound of an array iteration

10 is above NEEDED_TEXTURES (currently 5) and makes the code consistent
with the rest of the usa...

a1949034de98f33e8ed4ecf11b4bcfa948f5a78b authored over 14 years ago
Automatic update of common submodule

From c2e10bf to aa0d1d0

25023dcdc7a94109023462c0f7314d44772c1ca0 authored over 14 years ago
Automatic update of common submodule

From d3d9acf to c2e10bf

f60c94691ce5329005aa78d8e3e591ca4e2a4861 authored over 14 years ago
back to development -> 0.10.2.1

b65848af318c419a0d09f07f188bf42d61568a6a authored over 14 years ago
Automatic update of common submodule

From ec60217 to d3d9acf

c6921be106a207fce8eee144601b2539f0db2eb6 authored over 14 years ago
Release 0.10.2

d66c4ee82a93696d53095c41a624b50f2bc5c299 authored over 14 years ago
Update .po files

f996282f87806c2a88b066af83c647deb856bf31 authored over 14 years ago
0.10.1.5 pre-release

41c18215ba0009623c35c9abbfa0395b8f84bc02 authored over 14 years ago
Automatic update of common submodule

From 3e8db1d to ec60217

a0818ebcdbd47bba4a04ca7d4c9b3efc44f59af7 authored over 14 years ago
plugin-docs: add glfilterreflectedscreen to docs.

5c6500c2ffe0c45b2862e354c75cd83f6f839e77 authored over 14 years ago