Julien Isorce
|
0f4bae01c3
|
[229/906] update authors from the CVS repository
|
2014-03-15 18:36:28 +01:00 |
|
Filippo Argiolas
|
43e92c4a3f
|
[227/906] explicitly bind the main texture and the curve one to separate units in rgb and luma to curve effects. This should solve the issue pointed in TODO item 21.
|
2014-03-15 18:36:28 +01:00 |
|
Julien Isorce
|
72b90292eb
|
[222/906] Finish TODO task 17
|
2014-03-15 18:36:27 +01:00 |
|
Julien Isorce
|
597fe26a1e
|
[219/906] Use a gst debug category for GstGLDisplay instead of g_print, gst-launch-0.10 --gst-debug=gldisplay:3 videotestsrc ! glimagesink
|
2014-03-15 18:36:27 +01:00 |
|
Julien
|
a38424f3be
|
[218/906] The CMake build now works on my Kubuntu-KDE4.1.1
|
2014-03-15 18:36:27 +01:00 |
|
Julien Isorce
|
fde783262f
|
[217/906] Add cmake build http://www.cmake.org. See CMake install instructions in the INSTALL file. (I have not correctly configured yet the CMake build for unix, BE patient)
|
2014-03-15 18:36:27 +01:00 |
|
Julien
|
66464c279d
|
[216/906] fix glbumper related gtk dependencies
|
2014-03-15 18:36:27 +01:00 |
|
Julien Isorce
|
be8d0806d8
|
[215/906] glbumper is compiled only when having GdkPixBuf. And update win32 codeblocks build
|
2014-03-15 18:36:27 +01:00 |
|
julien User
|
690b684d93
|
[214/906] update codeblocks build on linux and fix a warning
|
2014-03-15 18:36:27 +01:00 |
|
Julien Isorce
|
9df01a59ae
|
[213/906] forgot to add the bumper files
|
2014-03-15 18:36:27 +01:00 |
|
Julien Isorce
|
10853e1c2f
|
[212/906] add a glbumper (bump mapping filter through GLSL) that exposes how to use both vertex and fragment shaders
|
2014-03-15 18:36:27 +01:00 |
|
unknown
|
c8fb510e4f
|
[206/906] Do not use frame buffer object when "input video is RGB" or when "GLSL is not available and YCbCr is available". So frame buffer object is not a plugin requirement anymore. So I decreased the OpengGL version from 1.4 to 1.2 (maybe less?)
|
2014-03-15 18:36:27 +01:00 |
|
Filippo Argiolas
|
7c2662d7e9
|
[203/906] use opengl for pixbuf resizing in glpixbufoverlay, start to work on properties
|
2014-03-15 18:36:26 +01:00 |
|
Filippo Argiolas
|
52a7e2dc6b
|
[202/906] use fixed opengl pipeline for glpixbufoverlay (any drawback?)
|
2014-03-15 18:36:26 +01:00 |
|
Julien Isorce
|
352f0d4180
|
[198/906] add fxtest vs8 project
|
2014-03-15 18:36:26 +01:00 |
|
Julien Isorce
|
631a06c6ab
|
[197/906] Shaders which are in the shaderstable are now released
|
2014-03-15 18:36:26 +01:00 |
|
Filippo Argiolas
|
e25a8f27db
|
[196/906] fix a differencematte memory issue
|
2014-03-15 18:36:26 +01:00 |
|
Filippo Argiolas
|
5425839342
|
[195/906] fix gstgldifferencematte and add an example app to test it dragging an image over the video (works with pixbufoverlay too, see pixbufdrop --help)
|
2014-03-15 18:36:26 +01:00 |
|
Filippo Argiolas
|
745a078f7f
|
[194/906] another typo, restore old twirl fragment source
|
2014-03-15 18:36:26 +01:00 |
|
Filippo Argiolas
|
4c907f53be
|
[193/906] fix typos
|
2014-03-15 18:36:26 +01:00 |
|
Filippo Argiolas
|
8024aa7483
|
[192/906] complete differencematte filter.. I did it quickly, probably still needs some work
|
2014-03-15 18:36:26 +01:00 |
|
Filippo Argiolas
|
3faa943819
|
[191/906] little cleanup. add first draft of gstgldifferencematte. still doesn't work
|
2014-03-15 18:36:26 +01:00 |
|
Julien Isorce
|
b770c7cd04
|
[190/906] force calling glimagesink->stop() when going from PAUSED to READY
|
2014-03-15 18:36:26 +01:00 |
|
unknown
|
f8f81eae40
|
[189/906] update vs8 build and fix some warnings that comes from vc8
|
2014-03-15 18:36:26 +01:00 |
|
Filippo Argiolas
|
72f6eb52dc
|
[188/906] add first draft of a pixbuf overlay element. add macros to optionally build the latter if gdk-pixbuf is found
|
2014-03-15 18:36:26 +01:00 |
|
Filippo Argiolas
|
30ab0747cc
|
[184/906] add a couple of macros to autotools to compile with uintrepid automake. remove array constructor so we don't have to depend on glsl #version 120.
|
2014-03-15 18:36:25 +01:00 |
|
Filippo Argiolas
|
fcb1d8a62f
|
[182/906] add a better sepia toning curve
|
2014-03-15 18:36:25 +01:00 |
|
Filippo Argiolas
|
2e43b533ea
|
[181/906] add a translatable string to testsrc to get rid of po dir errors after distclean and git clean
|
2014-03-15 18:36:25 +01:00 |
|
Filippo Argiolas
|
91006dae09
|
[179/906] distortion effect cleanup
|
2014-03-15 18:36:25 +01:00 |
|
Filippo Argiolas
|
0a4aa6ecc3
|
[177/906] fix gleffects memory issue (init resources on start and reset them on stop)
|
2014-03-15 18:36:25 +01:00 |
|
Filippo Argiolas
|
35b7b488f3
|
[176/906] fix a typo
|
2014-03-15 18:36:25 +01:00 |
|
Filippo Argiolas
|
85502ef8cd
|
[175/906] add sin effect (desaturate everything but red shades). still needs some tuning.
|
2014-03-15 18:36:25 +01:00 |
|
Filippo Argiolas
|
7364319bfd
|
[174/906] add a property to gleffects to switch video left to right, useful with webcams to resemble a mirror
|
2014-03-15 18:36:25 +01:00 |
|
Filippo Argiolas
|
5db4fa5f1e
|
[173/906] add lumaxpro (desaturate + cross process) effect. nothing too impressive but I like it.
|
2014-03-15 18:36:25 +01:00 |
|
Filippo Argiolas
|
fad976d7b7
|
[171/906] import fxtest (little gtk app to easily test effects) from cvs branch, fixed rgbtocurve.
|
2014-03-15 18:36:25 +01:00 |
|
Julien Isorce
|
6e0a1b201f
|
[170/906] update codeblocks build
|
2014-03-15 18:36:25 +01:00 |
|
Filippo Argiolas
|
c87eb37c32
|
[169/906] import remaining distortion effects from cvs branch (fisheye, twirl, bulge, tunnel, square)
|
2014-03-15 18:36:25 +01:00 |
|
Filippo Argiolas
|
c780339c92
|
[168/906] cleanup curves header
|
2014-03-15 18:36:24 +01:00 |
|
Filippo Argiolas
|
226fe2bffa
|
[167/906] better cross processing curve
|
2014-03-15 18:36:24 +01:00 |
|
Filippo Argiolas
|
5b1f62a079
|
[166/906] add rgb_to_luma_fragment source and correspondent effect. use the latter for a cross processing effect.
|
2014-03-15 18:36:24 +01:00 |
|
Filippo Argiolas
|
e009d7b400
|
[165/906] import luma_to_curve effects (Sepia, Heat) from cvs branch with better texture memory handling (teximage curves only once). Sepia curve still needs some love.
|
2014-03-15 18:36:24 +01:00 |
|
Filippo Argiolas
|
c5bd6fdbc5
|
[164/906] rename blend_fragment_source to sum_fragment_source and add uniform blending parameters
|
2014-03-15 18:36:24 +01:00 |
|
Filippo Argiolas
|
aa7e3867ac
|
[163/906] import glow effect (maybe the most tricky) from cvs branch
|
2014-03-15 18:36:24 +01:00 |
|
Filippo Argiolas
|
e8d27cadf7
|
[162/906] import stretch effect from cvs
|
2014-03-15 18:36:24 +01:00 |
|
Filippo Argiolas
|
ebde5b5501
|
[161/906] import squeeze effect from cvs
|
2014-03-15 18:36:24 +01:00 |
|
Filippo Argiolas
|
962e4cd8a1
|
[160/906] forgot to add a file
|
2014-03-15 18:36:24 +01:00 |
|
Filippo Argiolas
|
77fc214670
|
[159/906] still some source tree reorganize, fixed some issue with headers and ifdefs, moved identity into effects dir
|
2014-03-15 18:36:24 +01:00 |
|
Filippo Argiolas
|
7bbdcce721
|
[158/906] still working on mergin gstgleffects, add mirror effect. reorganize source tree.
|
2014-03-15 18:36:24 +01:00 |
|
Julien Isorce
|
fd192ec957
|
[157/906] move thread_do_upload_make from thread_do_upload to thread_init_upload
|
2014-03-15 18:36:24 +01:00 |
|
Julien Isorce
|
d0203c1172
|
[156/906] fix a crash that could happens when using at least 2 gl context and when closing a window on linux
|
2014-03-15 18:36:24 +01:00 |
|
Julien Isorce
|
8e8a9b8fd5
|
[155/906] fix some errors and check all the pipelines listed in tests/pipelines
|
2014-03-15 18:36:24 +01:00 |
|
Filippo Argiolas
|
4fc5dab530
|
[154/906] added first skeleton of gstgleffects, imported basic stuff from cvs branch.
|
2014-03-15 18:36:24 +01:00 |
|
Filippo Argiolas
|
a595635904
|
[153/906] Try to genereate textures within gstglfilterblur to see if the new thread_use_fbo works both with textures from the pool and custom ones
|
2014-03-15 18:36:24 +01:00 |
|
Julien Isorce
|
11f620a96a
|
[151/906] ISO C90
|
2014-03-15 18:36:24 +01:00 |
|
Julien Isorce
|
c0f13fd869
|
[150/906] glTexImage2D(w, h, NULL) is now called only one time (mem alloc)
|
2014-03-15 18:36:23 +01:00 |
|
Julien Isorce
|
f27aef15b7
|
[147/906] oups forgot to add 2 files to the previous commit
|
2014-03-15 18:36:23 +01:00 |
|
Julien Isorce
|
d6ef47cd9c
|
[146/906] remove filteredge
|
2014-03-15 18:36:23 +01:00 |
|
Julien Isorce
|
26564461f0
|
[145/906] gen/del the middle texture only one time in the gstglfilterblur
|
2014-03-15 18:36:23 +01:00 |
|
Filippo Argiolas
|
fadb69b0aa
|
[144/906] remove gstglfilterblur.h, it's easier to have everything in the same file
|
2014-03-15 18:36:23 +01:00 |
|
Filippo Argiolas
|
b0f30ff125
|
[143/906] Add init and reset callbacks in GstGLFilter to run arbitrary gl code at start and stop. Useful to init and cleanup custom gl resources.
|
2014-03-15 18:36:23 +01:00 |
|
Filippo Argiolas
|
396afd5ef3
|
[142/906] Add a generic action to be able to execute arbitrary gl code within the gl thread with less pain
|
2014-03-15 18:36:23 +01:00 |
|
Filippo Argiolas
|
77c0b28031
|
[141/906] some steps towards simplification. added a convenience function to gstglfilter and some comment here and there
|
2014-03-15 18:36:23 +01:00 |
|
Julien Isorce
|
47554d341c
|
[139/906] fix warnings when compiling upload/download shaders
|
2014-03-15 18:36:23 +01:00 |
|
Julien Isorce
|
79bea07a77
|
[135/906] add and make the Filippo's gstglfilterblur works on the master branch (example of multiple step rendering)
|
2014-03-15 18:36:23 +01:00 |
|
julien User
|
03a9ea9c6b
|
[134/906] fix makefiles list from configure.ac (tests have changes) and fix a warning
|
2014-03-15 18:36:23 +01:00 |
|
Julien Isorce
|
8049be3a60
|
[132/906] make the plugin properly shutdown when one of the check requirements failed
|
2014-03-15 18:36:22 +01:00 |
|
Filippo Argiolas
|
c3d0a2f9b4
|
[131/906] fix warnings (unused vars)
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
3d3ba97c4d
|
[130/906] use GstGLShader in the GLSL colorspace conversion
|
2014-03-15 18:36:22 +01:00 |
|
Filippo Argiolas
|
93722cac7d
|
[129/906] fixed warning for unused variable (fatal with -Werror)
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
44ec9c01dd
|
[128/906] add GstGLShader stuffs in the vs8 project, fix laplacian fragment code to make it compile on ATI, and fix check function about Opengl and Glew version
|
2014-03-15 18:36:22 +01:00 |
|
Filippo Argiolas
|
aeadf6bc0e
|
[127/906] Imported GstGLShader from cvs branch. Added a demo laplacian convolution filter to demonstrate how this can be integrated with minimum effort.
|
2014-03-15 18:36:22 +01:00 |
|
David Schleef
|
a4400cf12b
|
[126/906] Change some guints to GLuints because of warnings on OS/X.
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
21e2cff9cc
|
[119/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@579 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
951460cdd1
|
[118/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@573 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
27c009b1ee
|
[117/906] up gtk example
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@564 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:22 +01:00 |
|
Julien Isorce
|
6b2276b9ab
|
[116/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@563 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
90f411fe53
|
[115/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@556 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
5acf54ccf9
|
[114/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@555 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
37a0568858
|
[113/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@554 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
652914f17b
|
[112/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@552 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
070fbb7498
|
[110/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@544 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
31b67c52b1
|
[109/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@543 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
e7f5afee87
|
[108/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@540 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
6fe0a756a1
|
[106/906] up sobel algo
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@522 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
646aaf4cd3
|
[105/906] up Sobel filter and gl/glew version checker
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@518 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
f0a68351b3
|
[104/906] start to add a glfilteredge that proceeds edge detection using GLSL
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@517 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
459cde2eaa
|
[103/906] rename glgraphicmaker -> glupload and glvideomaker -> gldownload
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@516 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
7bf48a45ff
|
[102/906] up
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@514 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
b2ba65cb9b
|
[101/906] idem
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@513 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
a8ceba7f97
|
[100/906] fix warnings linux-specific
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@512 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:21 +01:00 |
|
Julien Isorce
|
9ab1b4dbe3
|
[099/906] up (switching linux and win32) ... not fun editor ...
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@511 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:20 +01:00 |
|
Julien Isorce
|
97ef64e193
|
[098/906] up...
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@510 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:20 +01:00 |
|
Julien Isorce
|
54763f9ad3
|
[097/906] fix warnings
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@509 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:20 +01:00 |
|
Julien Isorce
|
129652c1ce
|
[096/906] up
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@508 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:20 +01:00 |
|
Julien Isorce
|
fccfc68d2b
|
[093/906] remove 2 warnings
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@505 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:20 +01:00 |
|
Julien Isorce
|
3778a85f01
|
[092/906] Finish to revive the gltestsrc. Next step is to do some refactoring.
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@504 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:20 +01:00 |
|
Julien Isorce
|
49d9bdca0e
|
[091/906] start to revive the gltestsrc
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@503 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:20 +01:00 |
|
Julien Isorce
|
a2b31f9961
|
[090/906] up
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@502 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:20 +01:00 |
|
Julien Isorce
|
cc2c8fa9cf
|
[089/906] add a "glcolorscale" element equivalent to "ffmepgcolorspace ! videoscale ! ffmpegcolorspace"
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@501 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:20 +01:00 |
|
Julien Isorce
|
268d9cd781
|
[088/906] fix some caps negociations those pipelines works fine : gst-launch-0.10 -v videotestsrc ! video/x-raw-yuv, width=320, height=240 ! glgraphicmaker ! video/x-raw-gl, width=720 , height=576 ! glfiltercube ! glimagesink and gst-launch-0.10 -v videotestsrc ! video/x-raw-yuv, width=320, height=240 ! glgraphicmaker ! video/x-raw-gl, width=720 , height=576 ! glimagesink
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@500 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:20 +01:00 |
|
Julien Isorce
|
752357e283
|
[087/906] glfilter can accept to have an input size different than the out put size : video/x-raw-gl, width=w1, height=w1 ! glfilter ! video/x-raw-gl, width=w2, height=w2 ! (fix every examples)
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@499 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:20 +01:00 |
|
Julien Isorce
|
6c3eb8de43
|
[085/906] fix regressions about glvideomaker.
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@497 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:20 +01:00 |
|
Julien Isorce
|
f7b69d5233
|
[084/906] add a glfilterapp which holds the client draw and reshape callbacks (some "wanted" regressions about the glvideomaker, have been done with this version. Will be fix in next commits)
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@496 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:20 +01:00 |
|
Julien Isorce
|
43e4bedbe5
|
[083/906] finish to implement the glfilter: example : gst-launch-0.10 videotestsrc num_buffers = 100 ! glgraphicmaker ! glfiltercube ! glimagesink
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@495 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:20 +01:00 |
|
Julien Isorce
|
59dc400b7e
|
[082/906] glfilter can request, use and reject a FBO (step 1)
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@494 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:19 +01:00 |
|
Julien Isorce
|
31be382a90
|
[081/906] start to add a glfilter
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@493 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:19 +01:00 |
|
Julien Isorce
|
e1452c50d0
|
[078/906] up from kubuntu
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@476 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:19 +01:00 |
|
Julien Isorce
|
ede863197a
|
[075/906] indent
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@451 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:19 +01:00 |
|
Julien Isorce
|
870fff7ac8
|
[070/906] implement and fix onClose: when a user click on the cross of an internal window (there is not this issue when using the gstxoverlay interface)
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@436 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:19 +01:00 |
|
Julien Isorce
|
76fa1292f8
|
[069/906] add gstreamer license
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@435 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:19 +01:00 |
|
Julien Isorce
|
9c306c1c40
|
[068/906] up
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@432 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:19 +01:00 |
|
Julien Isorce
|
e123a82ecf
|
[067/906] up
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@431 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:19 +01:00 |
|
Julien Isorce
|
f509c88675
|
[066/906] up
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@430 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:19 +01:00 |
|
Julien Isorce
|
3b8e186130
|
[064/906] up
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@424 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:18 +01:00 |
|
Julien Isorce
|
a5ff5ff14e
|
[062/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@421 93df14bb-0f41-7a43-8087-d3e2a2f0e464
|
2014-03-15 18:36:18 +01:00 |
|
David Schleef
|
f1744c26ec
|
[061/906] First SVN commit. This commit is a hack to make git-rebase work
|
2014-03-15 18:36:18 +01:00 |
|
Tim-Philipp Müller
|
7fbd185eb5
|
[058/906] * gst-libs/gst/gl/Makefile.am: The library needs to link against libgstvideo-0.10. * gst/gl/Makefile.am: The plugin does not (I think) need to link against GL or libgstvideo, since our new gstreamer GL library already does that, but it does need to link against our brand-new libgstgl-0.10.
|
2014-03-15 18:36:18 +01:00 |
|
David Schleef
|
22ad71355d
|
[057/906] * gst/gl/.cvsignore: ingore some files * gst-libs/gst/Makefile.am: distcheck fixes * gst/gl/Makefile.am: distcheck fixes * win32/common/config.h: -good has this in CVS, so we will too.
|
2014-03-15 18:36:18 +01:00 |
|
David Schleef
|
0a3e152339
|
[056/906] * configure.ac: Readd pre-pkgconfig OpenGL detection, since pkgconfig requires Mesa from git master. * gst/gl/glimagesink.c: * gst/gl/gstopengl.c: Move debug category initialization to element. * gst-libs/gst/gl/Makefile.am: * gst-libs/gst/gl/gstglfilter.c: * gst-libs/gst/gl/gstglfilter.h: * gst/gl/gstglfilter.c: * gst/gl/gstglfilter.h: Move glfilter to library. * pkgconfig/gstreamer-plugins-gl.pc.in: Add gstreamer-base-0.10 as a requirement. * po/en.po: Update.
|
2014-03-15 18:36:18 +01:00 |
|
Tim-Philipp Müller
|
38699b8db5
|
[055/906] * configure.ac: * docs/Makefile.am: * gst-libs/Makefile.am: * gst-libs/gst/gl/Makefile.am: * gst/gl/Makefile.am: * tests/Makefile.am: Fix compilation in uninstalled setup and some distcheck-y bits (not all though).
|
2014-03-15 18:36:18 +01:00 |
|
David Schleef
|
46f9f1a828
|
[054/906] Fixes to make project compile. Probably still doesn't work. * configure.ac: * gst-libs/gst/Makefile.am: * gst-libs/gst/gl/Makefile.am: * gst/Makefile.am: * gst/gl/Makefile.am: * gst/gl/gstgltestsrc.c: * po/LINGUAS: * win32/MANIFEST:
|
2014-03-15 18:36:18 +01:00 |
|
David Schleef
|
be12ae8167
|
[052/906] * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/gstglbuffer.h: * sys/glsink/gstgldisplay.c: * sys/glsink/gstgldisplay.h: * sys/glsink/gstglupload.c: Handle xoverlay exposes correctly. This means glimagesink works correctly most of the time in totem (fullscreening being an execption). Doesn't handle expose events directly to the GL window.
|
2014-03-15 18:36:18 +01:00 |
|
David Schleef
|
97116dd0d0
|
[051/906] * sys/glsink/glextensions.c: * sys/glsink/glextensions.h: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/gstgldisplay.c: * sys/glsink/gstgldisplay.h: * sys/glsink/gstopengl.c: Reenable video/x-raw-rgb and x-raw-yuv for glimagesink. Enable vblank synchronization. Remove unused code.
|
2014-03-15 18:36:18 +01:00 |
|
David Schleef
|
a7190f5a74
|
[050/906] * configure.ac: * sys/glsink/Makefile.am: Switch to using pkgconfig to detect libGL. Since we use recent features added to Mesa, there's no point in adding a check for pre-pkgconfig versions.
|
2014-03-15 18:36:18 +01:00 |
|
David Schleef
|
694ae09876
|
[049/906] * configure.ac: * sys/glsink/glextensions.c: * sys/glsink/glextensions.h: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/gstglbuffer.c: * sys/glsink/gstglbuffer.h: * sys/glsink/gstglconvert.c: * sys/glsink/gstgldisplay.c: * sys/glsink/gstgldisplay.h: * sys/glsink/gstgldownload.c: * sys/glsink/gstglfilter.c: * sys/glsink/gstglfilter.h: * sys/glsink/gstglfilterexample.c: * sys/glsink/gstgltestsrc.c: * sys/glsink/gstglupload.c: Major cleanup of code. Convert glupload to BaseTransform. Handle caps negotiation mostly correctly. Reenable in build.
|
2014-03-15 18:36:18 +01:00 |
|
David Schleef
|
4c48328151
|
[048/906] * sys/glsink/glimagesink.c: * sys/glsink/gstglupload.c: Change glimagesink over to using GL buffers. This breaks glimagesink for normal operation, but should be fixed soon.
|
2014-03-15 18:36:18 +01:00 |
|
David Schleef
|
87c262d1c3
|
[047/906] * sys/glsink/gltestsrc.c: * sys/glsink/gstglbuffer.c: * sys/glsink/gstglbuffer.h: * sys/glsink/gstgldownload.c: * sys/glsink/gstglfilter.c: * sys/glsink/gstglfilterexample.c: * sys/glsink/gstgltestsrc.c: * sys/glsink/gstglupload.c: Convert gldownload to BaseTransform. Make glfilterexample visually interesting. Add support for various formats to downloading. Fix a few places where we leak GL state to other elements (bad, but hard to prevent).
|
2014-03-15 18:36:18 +01:00 |
|
David Schleef
|
8abaf6f1dd
|
[046/906] * sys/glsink/BUGS: * sys/glsink/Makefile.am: * sys/glsink/gstglbuffer.c: * sys/glsink/gstglbuffer.h: * sys/glsink/gstglconvert.c: * sys/glsink/gstgldisplay.c: * sys/glsink/gstglfilter.c: * sys/glsink/gstglfilter.h: * sys/glsink/gstglfilterexample.c: * sys/glsink/gstgltestsrc.c: * sys/glsink/gstglupload.c: * sys/glsink/gstopengl.c: Remove code that handles non-texture buffers. Add a GstGLBufferFormat type that corresponds to how to use the texture, not the original video format. Convert gstflfilter.c into a base class, add glfilterexample and glconvert elements. * sys/glsink/color_matrix.c: Minor ramblings about color conversion matrices.
|
2014-03-15 18:36:17 +01:00 |
|
David Schleef
|
27c5fb1f81
|
[045/906] * sys/glsink/Makefile.am: * sys/glsink/gltestsrc.c: * sys/glsink/gltestsrc.h: * sys/glsink/gstgldisplay.c: * sys/glsink/gstgldownload.c: * sys/glsink/gstglfilter.c: * sys/glsink/gstgltestsrc.c: * sys/glsink/gstgltestsrc.h: * sys/glsink/gstglupload.c: * sys/glsink/gstopengl.c: Add gltestsrc element, a duplicate of videotestsrc that uses GL rendering to create images. More cleanup.
|
2014-03-15 18:36:17 +01:00 |
|
David Schleef
|
8e95439b75
|
[044/906] * sys/glsink/gstglbuffer.c: * sys/glsink/gstgldownload.c: * sys/glsink/gstglfilter.c: Clean up code. Fix a few leaks.
|
2014-03-15 18:36:17 +01:00 |
|
David Schleef
|
6e4a16f9a1
|
[043/906] * sys/glsink/Makefile.am: * sys/glsink/glimagesink.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstglbuffer.c: * sys/glsink/gstglbuffer.h: * sys/glsink/gstgldisplay.c: * sys/glsink/gstgldisplay.h: Rename glvideo.[ch] to gstgldisplay.[ch].
|
2014-03-15 18:36:17 +01:00 |
|
David Schleef
|
ff954bcaff
|
[042/906] * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstglbuffer.c: * sys/glsink/gstglbuffer.h: * sys/glsink/gstgldownload.c: * sys/glsink/gstglfilter.c: * sys/glsink/gstglupload.c: Rewrite a bunch of code to use textures as the intermediate instead of renderbuffers. upload, download, filtering all work.
|
2014-03-15 18:36:17 +01:00 |
|
David Schleef
|
07780031bc
|
[041/906] * sys/glsink/glextensions.c: * sys/glsink/glextensions.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstglbuffer.c: * sys/glsink/gstgldownload.c: * sys/glsink/gstglupload.c: A careful read of the documentation reveals that I can't use renderbuffers as textures. Duh. Checkpoint because I'm about to rewrite a bunch of code.
|
2014-03-15 18:36:17 +01:00 |
|
David Schleef
|
21437bba7d
|
[040/906] * sys/glsink/Makefile.am: * sys/glsink/glextensions.c: * sys/glsink/glextensions.h: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstglbuffer.c: * sys/glsink/gstglbuffer.h: * sys/glsink/gstgldownload.c: * sys/glsink/gstglfilter.c: * sys/glsink/gstglupload.c: * sys/glsink/gstopengl.c: Switch to using framebuffer_objects instead of GLXPixmaps, because that's what my driver supports. Remove GLDrawable, since GstGLDisplay now has a default drawable and context.
|
2014-03-15 18:36:17 +01:00 |
|
David Schleef
|
42e6695716
|
[039/906] * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstopengl.c: * sys/glsink/gstglupload.c: Use new GstVideoFormat checked into -base. Add new glupload element to upload raw video into a GLXPixbuf. Untested. Will likely crash your motorcycle if you try it. * sys/glsink/gstvideo-common.c: * sys/glsink/gstvideo-common.h: Remove.
|
2014-03-15 18:36:17 +01:00 |
|
David Schleef
|
4628a9a16d
|
[038/906] * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: Rename GLVideo* to GstGL*.
|
2014-03-15 18:36:17 +01:00 |
|
David Schleef
|
dd67fc9b27
|
[037/906] * sys/glsink/Makefile.am: * sys/glsink/glextensions.c: * sys/glsink/glextensions.h: * sys/glsink/glvideo.c: Add vblank synchronization. Isn't really working on my driver. :(
|
2014-03-15 18:36:17 +01:00 |
|
David Schleef
|
9509570498
|
[036/906] * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstvideo-common.c: * sys/glsink/gstvideo-common.h: Add support for xRGB, xBGR, and AYUV. Re-add support for power-of-2 textures.
|
2014-03-15 18:36:17 +01:00 |
|
David Schleef
|
4b7396917b
|
[035/906] * sys/glsink/gstvideo-common.c: * sys/glsink/gstvideo-common.h: Pull together some common raw video functions into one location. This should eventually move to -base. * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstopengl.c: Use the new video-common.h stuff. Readd support for RGB video.
|
2014-03-15 18:36:17 +01:00 |
|
Christian Schaller
|
4f11558976
|
[034/906] update spec file and add two missing files for disting
|
2014-03-15 18:36:17 +01:00 |
|
David Schleef
|
40c4ec0e6a
|
[033/906] * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: Split out gl-related code into a separate file with a sensible API. Major cleanup. Still crashes occasionally due to different threads touching bits at the same time.
|
2014-03-15 18:36:17 +01:00 |
|
Jan Schmidt
|
7e83b698c4
|
[032/906] * sys/glsink/glimagesink.c: (gst_glimage_sink_stop), (gst_glimage_sink_create_window), (gst_glimage_sink_init_display): Sprinkle in some XSync calls to avoid raciness with broken drivers (ATI) when re-using a single glimagesink.
|
2014-03-15 18:36:17 +01:00 |
|
Jan Schmidt
|
057fd7ae98
|
[031/906] * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display): Update the cached caps after opening the display so that we report only the supported caps formats, not just the template caps. Fixes: #439405
|
2014-03-15 18:36:17 +01:00 |
|
David Schleef
|
5aaa3c2a21
|
[030/906] * sys/glsink/glimagesink.c: Fix handling of video/x-raw-yuv. Add overlay handling.
|
2014-03-15 18:36:17 +01:00 |
|
David Schleef
|
d77b3cd6f9
|
[029/906] * sys/glsink/glimagesink.c: Fix problems when the element cannot open the display. (fixes #357212)
|
2014-03-15 18:36:16 +01:00 |
|
Tim-Philipp Müller
|
f43bfd5a2e
|
[028/906] * ext/directfb/dfbvideosink.c: (plugin_init): Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might be autoplugged shouldn't trump plugins in -base, -good or -ugly (in this case ximagesink). * sys/glsink/glimagesink.c: (plugin_init): Set rank to NONE to prevent it from being autoplugged until errors are handled properly (see #357212).
|
2014-03-15 18:36:16 +01:00 |
|
Tim-Philipp Müller
|
2895764956
|
[027/906] * ext/libfame/gstlibfame.c: (gst_fameenc_get_property): * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property): Fix leaks (#351502).
|
2014-03-15 18:36:16 +01:00 |
|
Tim-Philipp Müller
|
2b402f94cd
|
[026/906] * ext/directfb/dfbvideosink.c: * ext/gsm/gstgsmdec.c: * ext/gsm/gstgsmenc.c: * ext/libmms/gstmms.c: * ext/neon/gstneonhttpsrc.c: * ext/theora/theoradec.c: * gst/freeze/gstfreeze.c: * gst/gdp/gstgdpdepay.c: * gst/gdp/gstgdppay.c: * sys/glsink/glimagesink.c: Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject boilerplate macro.
|
2014-03-15 18:36:16 +01:00 |
|
Stefan Kost
|
d3d56de171
|
[025/906] * ext/amrwb/gstamrwbdec.c: * ext/amrwb/gstamrwbenc.c: * ext/amrwb/gstamrwbparse.c: * ext/arts/gst_arts.c: * ext/artsd/gstartsdsink.c: * ext/audiofile/gstafparse.c: * ext/audiofile/gstafsink.c: * ext/audiofile/gstafsrc.c: * ext/audioresample/gstaudioresample.c: * ext/bz2/gstbz2dec.c: * ext/bz2/gstbz2enc.c: * ext/cdaudio/gstcdaudio.c: * ext/directfb/dfbvideosink.c: * ext/divx/gstdivxdec.c: * ext/divx/gstdivxenc.c: * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init): * ext/faac/gstfaac.c: (gst_faac_base_init): * ext/faad/gstfaad.c: * ext/gsm/gstgsmdec.c: * ext/gsm/gstgsmenc.c: * ext/hermes/gsthermescolorspace.c: * ext/ivorbis/vorbisfile.c: * ext/lcs/gstcolorspace.c: * ext/libfame/gstlibfame.c: * ext/libmms/gstmms.c: (gst_mms_base_init): * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init): * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init): * ext/nas/nassink.c: (gst_nassink_base_init): * ext/neon/gstneonhttpsrc.c: * ext/sdl/sdlaudiosink.c: * ext/sdl/sdlvideosink.c: * ext/shout/gstshout.c: * ext/snapshot/gstsnapshot.c: * ext/sndfile/gstsf.c: * ext/swfdec/gstswfdec.c: * ext/tarkin/gsttarkindec.c: * ext/tarkin/gsttarkinenc.c: * ext/theora/theoradec.c: * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init): * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init): * ext/xvid/gstxviddec.c: * ext/xvid/gstxvidenc.c: * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init): * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init): * gst/chart/gstchart.c: * gst/colorspace/gstcolorspace.c: * gst/deinterlace/gstdeinterlace.c: * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init): * gst/festival/gstfestival.c: * gst/filter/gstbpwsinc.c: * gst/filter/gstiir.c: * gst/filter/gstlpwsinc.c: * gst/freeze/gstfreeze.c: * gst/games/gstpuzzle.c: (gst_puzzle_base_init): * gst/librfb/gstrfbsrc.c: * gst/mixmatrix/mixmatrix.c: * gst/mpeg1sys/gstmpeg1systemencode.c: * gst/mpeg1videoparse/gstmp1videoparse.c: * gst/mpeg2sub/gstmpeg2subt.c: * gst/mpegaudioparse/gstmpegaudioparse.c: * gst/multifilesink/gstmultifilesink.c: * gst/overlay/gstoverlay.c: * gst/passthrough/gstpassthrough.c: * gst/playondemand/gstplayondemand.c: * gst/qtdemux/qtdemux.c: * gst/rtjpeg/gstrtjpegdec.c: * gst/rtjpeg/gstrtjpegenc.c: * gst/smooth/gstsmooth.c: * gst/smoothwave/gstsmoothwave.c: * gst/spectrum/gstspectrum.c: * gst/speed/gstspeed.c: * gst/stereo/gststereo.c: * gst/switch/gstswitch.c: * gst/tta/gstttadec.c: (gst_tta_dec_base_init): * gst/tta/gstttaparse.c: (gst_tta_parse_base_init): * gst/vbidec/gstvbidec.c: * gst/videocrop/gstvideocrop.c: * gst/videodrop/gstvideodrop.c: * gst/virtualdub/gstxsharpen.c: * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init): * gst/y4m/gsty4mencode.c: * sys/cdrom/gstcdplayer.c: * sys/directdraw/gstdirectdrawsink.c: * sys/directsound/gstdirectsoundsink.c: * sys/glsink/glimagesink.c: * sys/qcam/gstqcamsrc.c: * sys/v4l2/gstv4l2src.c: * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init): * sys/ximagesrc/ximagesrc.c: Define GstElementDetails as const and also static (when defined as global)
|
2014-03-15 18:36:16 +01:00 |
|
Thomas Vander Stichele
|
331cd7136a
|
[024/906] rework build; add translations for v4l2
|
2014-03-15 18:36:16 +01:00 |
|
Julien Moutte
|
96f4bfe011
|
[023/906] 2006-02-25 Julien MOUTTE <julien@moutte.net>
* sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
|
2014-03-15 18:36:16 +01:00 |
|
Jan Schmidt
|
f9cd135d90
|
[022/906] * configure.ac: * sys/glsink/Makefile.am: Merge patch from #317048 for building on Cygwin. Patch by Cygwin Ports maintainer. * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display): Move normal debug output to LOG level not ERROR.
|
2014-03-15 18:36:16 +01:00 |
|
Andy Wingo
|
30ce65ad7f
|
[021/906] 2006-02-14 Andy Wingo <wingo@pobox.com>
* sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
schleef, don't break me gst-inspect -a.
|
2014-03-15 18:36:16 +01:00 |
|
Andy Wingo
|
2100b0368f
|
[020/906] 2006-01-30 Andy Wingo <wingo@pobox.com>
* sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD)
(libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
|
2014-03-15 18:36:16 +01:00 |
|
Edward Hervey
|
a26d4d9a88
|
[019/906] * sys/glsink/Makefile.am: glimagesink.h is dead, long live glimagesink.h
|
2014-03-15 18:36:16 +01:00 |
|
David Schleef
|
83e7e6013a
|
[018/906] * configure.ac: * sys/Makefile.am: * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: revival of glimagesink. Kind of works.
|
2014-03-15 18:36:16 +01:00 |
|
Jan Schmidt
|
a6b932af62
|
[017/906] * ext/audioresample/gstaudioresample.c: * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate): * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate): * gst/modplug/gstmodplug.cc: * sys/glsink/glimagesink.c: (gst_glimagesink_fixate): * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate): Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027)
|
2014-03-15 18:36:16 +01:00 |
|
Stefan Kost
|
78c55796e0
|
[016/906] * examples/indexing/indexmpeg.c: (main): * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio), (gst_artsdsink_close_audio), (gst_artsdsink_change_state): * ext/artsd/gstartsdsink.h: * ext/audiofile/gstafparse.c: (gst_afparse_open_file), (gst_afparse_close_file): * ext/audiofile/gstafparse.h: * ext/audiofile/gstafsink.c: (gst_afsink_open_file), (gst_afsink_close_file), (gst_afsink_chain), (gst_afsink_change_state): * ext/audiofile/gstafsink.h: * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file), (gst_afsrc_close_file), (gst_afsrc_change_state): * ext/audiofile/gstafsrc.h: * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init): * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init): * ext/dts/gstdtsdec.c: (gst_dtsdec_init): * ext/jack/gstjack.h: * ext/jack/gstjackbin.c: (gst_jack_bin_init), (gst_jack_bin_change_state): * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init): * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init): * ext/nas/nassink.c: (gst_nassink_open_audio), (gst_nassink_close_audio), (gst_nassink_change_state): * ext/nas/nassink.h: * ext/polyp/polypsink.c: (gst_polypsink_init): * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state): * ext/sdl/sdlvideosink.h: * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init): * ext/sndfile/gstsf.c: (gst_sf_set_property), (gst_sf_change_state), (gst_sf_release_request_pad), (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop): * ext/sndfile/gstsf.h: * ext/swfdec/gstswfdec.c: (gst_swfdec_init): * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init): * gst/apetag/apedemux.c: (gst_ape_demux_init): * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init): * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init): * gst/festival/gstfestival.c: (gst_festival_change_state): * gst/festival/gstfestival.h: * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init): * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init), (gst_multifilesink_set_location), (gst_multifilesink_open_file), (gst_multifilesink_close_file), (gst_multifilesink_next_file), (gst_multifilesink_pad_query), (gst_multifilesink_handle_event), (gst_multifilesink_chain), (gst_multifilesink_change_state): * gst/multifilesink/gstmultifilesink.h: * gst/videodrop/gstvideodrop.c: (gst_videodrop_init): * sys/cdrom/gstcdplayer.c: (cdplayer_init): * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init), (dxr3audiosink_open), (dxr3audiosink_close), (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3), (dxr3audiosink_change_state): * sys/dxr3/dxr3audiosink.h: * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open), (dxr3spusink_close), (dxr3spusink_chain), (dxr3spusink_change_state): * sys/dxr3/dxr3spusink.h: * sys/dxr3/dxr3videosink.c: (dxr3videosink_init), (dxr3videosink_open), (dxr3videosink_close), (dxr3videosink_write_data), (dxr3videosink_change_state): * sys/dxr3/dxr3videosink.h: * sys/glsink/glimagesink.c: (gst_glimagesink_init): * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state), (gst_qcamsrc_open), (gst_qcamsrc_close): * sys/qcam/gstqcamsrc.h: * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init): * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get), (gst_vcdsrc_open_file), (gst_vcdsrc_close_file), (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate): * sys/vcd/vcdsrc.h: renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition
|
2014-03-15 18:36:16 +01:00 |
|
Jan Schmidt
|
cb9baa0736
|
[015/906] Fix up all the state change functions.
|
2014-03-15 18:36:16 +01:00 |
|
Jan Schmidt
|
dcafe8705e
|
[014/906] * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose), (gst_alsa_finalize): * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init), (gst_cdaudio_finalize): * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init), (cdparanoia_finalize): * ext/divx/gstdivxdec.c: (gst_divxdec_dispose): * ext/divx/gstdivxenc.c: (gst_divxenc_dispose): * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init), (dvdreadsrc_finalize): * ext/flac/gstflacdec.c: (gst_flacdec_class_init), (gst_flacdec_finalize): * ext/flac/gstflacenc.c: (gst_flacenc_class_init), (gst_flacenc_finalize): * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init), (gst_gnomevfssink_finalize): * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_finalize): * ext/libfame/gstlibfame.c: (gst_fameenc_class_init), (gst_fameenc_finalize): * ext/nas/nassink.c: (gst_nassink_class_init), (gst_nassink_finalize): * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize), (gst_sdlvideosink_class_init): * ext/sndfile/gstsf.c: (gst_sf_dispose): * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose): * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose): * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose): * gst-libs/gst/xwindowlistener/xwindowlistener.c: (gst_x_window_listener_dispose): * gst/audioscale/gstaudioscale.c: * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init), (play_on_demand_finalize): * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose): * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): * sys/cdrom/gstcdplayer.c: (cdplayer_class_init), (cdplayer_finalize): * sys/glsink/glimagesink.c: (gst_glimagesink_finalize), (gst_glimagesink_class_init): * sys/oss/gstosselement.c: (gst_osselement_class_init), (gst_osselement_finalize): * sys/oss/gstosssink.c: (gst_osssink_dispose): * sys/oss/gstosssrc.c: (gst_osssrc_dispose): * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose): Fixes a bunch of problems with finalize and dispose functions, either assumptions that dispose is only called once, or not calling the parent class dispose/finalize function
|
2014-03-15 18:36:16 +01:00 |
|
David Schleef
|
290cd7d03d
|
[013/906] * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put), (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get), (gst_glimagesink_fixate): Move local variable declarations to make gcc-2.95 happy.
|
2014-03-15 18:36:16 +01:00 |
|
David Schleef
|
435d10633f
|
[012/906] * sys/glsink/ARB_multitexture.h: Remove old files. * sys/glsink/EXT_paletted_texture.h: * sys/glsink/NV_register_combiners.h: * sys/glsink/gstgl_nvimage.c: * sys/glsink/gstgl_pdrimage.c: * sys/glsink/gstgl_rgbimage.c: * sys/glsink/gstglsink.c: * sys/glsink/gstglsink.h: * sys/glsink/gstglxwindow.c: * sys/glsink/regcomb_yuvrgb.c:
|
2014-03-15 18:36:16 +01:00 |
|
David Schleef
|
6d3b83f990
|
[011/906] Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the GL sink plugin. (Bug #147302) * configure.ac: Test for OpenGL * sys/Makefile.am: Use test for OpenGL * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: rewrite * sys/glsink/glimagesink.h: rewrite
|
2014-03-15 18:36:16 +01:00 |
|
Thomas Vander Stichele
|
0a52f9f6c3
|
[010/906] don't mix tabs and spaces
|
2014-03-15 18:36:15 +01:00 |
|
Johan Dahlin
|
cb6634af4f
|
[009/906] * *.h: Revert indenting
|
2014-03-15 18:36:15 +01:00 |
|
Thomas Vander Stichele
|
febb402b4b
|
[008/906] gst-indent
|
2014-03-15 18:36:15 +01:00 |
|
David Schleef
|
925dfd952a
|
[007/906] * ext/ffmpeg/gstffmpeg.c: * ext/ffmpeg/gstffmpegcodecmap.c: * ext/ffmpeg/gstffmpegdec.c: * ext/ffmpeg/gstffmpegenc.c: * ext/ffmpeg/gstffmpegprotocol.c: * ext/gdk_pixbuf/gstgdkanimation.c: * ext/jpeg/gstjpeg.c: * ext/libpng/gstpng.c: * ext/mpeg2dec/perftest.c: * ext/speex/gstspeex.c: * gst-libs/gst/resample/dtos.c: * gst/intfloat/gstintfloatconvert.c: * gst/oneton/gstoneton.c: * gst/rtjpeg/RTjpeg.c: * gst/rtp/gstrtp.c: * sys/dxr3/dxr3init.c: * sys/glsink/gstgl_nvimage.c: * sys/glsink/gstgl_pdrimage.c: * sys/glsink/gstglsink.c: * testsuite/gst-lint: Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
|
2014-03-15 18:36:15 +01:00 |
|
David Schleef
|
b0b9f01a57
|
[006/906] Merge CAPS branch
|
2014-03-15 18:36:15 +01:00 |
|
Andy Wingo
|
7a4a1e955e
|
[005/906] remove copyright field from plugins
|
2014-03-15 18:36:15 +01:00 |
|
Ronald S. Bultje
|
a4baf571d9
|
[004/906] Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
|
2014-03-15 18:36:15 +01:00 |
|
madmac
|
dab13af935
|
[003/906] updates to glsink
|
2014-03-15 18:36:15 +01:00 |
|
madmac
|
29e13787fe
|
[002/906] glsink with correct threading support
|
2014-03-15 18:36:15 +01:00 |
|
madmac
|
08c1bf4df8
|
[001/906] welcome to glsink for 0.7.x :)
|
2014-03-15 18:36:15 +01:00 |
|