Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - roosterkin123

Pages: [1] 2 3
1
SFML projects / SFMLTheora 1.3 - Play videos in SFML
« on: August 23, 2011, 10:43:01 pm »
Your amazing, thanks it works again :D

2
SFML projects / SFMLTheora 1.3 - Play videos in SFML
« on: August 18, 2011, 12:48:00 am »
As of the latest sfml2, this is now again broken. It is to do with the sf::Image changes.

3
SFML projects / SFMLTheora 1.3 - Play videos in SFML
« on: May 26, 2011, 09:14:48 pm »
Its now fixed thank you :D

4
SFML projects / SFMLTheora 1.3 - Play videos in SFML
« on: May 25, 2011, 10:55:05 pm »
Hi, thanks a lot for having a look at it again,

Unfortunately it still doesnt work.
Still a blank screen.
Is there anything I should be doing differently when loading and playing video? Since something to do with timers has changed with SFML new version.

5
SFML projects / SFMLTheora 1.3 - Play videos in SFML
« on: May 22, 2011, 12:11:26 pm »
As of the latest sfml2 svn, this library no longer works (white screen)
Also the onseek needs to be changed to unsigned int instead of float.

6
Feature requests / [OpenGL 4.1] GL_ARB_debug_output
« on: April 20, 2011, 07:01:59 pm »
Can you please enable this by default?
Maybe only on debug builds?
Its a new feature in OpenGL 4.1 that will enable developers to not have to query glGetError() all the time and get precise debug information in the output window.

Here is a good tutorial:

http://sites.google.com/site/opengltutorialsbyaks/introduction-to-opengl-4-1---tutorial-05

7
SFML projects / SFMLTheora 1.3 - Play videos in SFML
« on: April 17, 2011, 03:47:04 pm »
Do we have the source for it? Can we try fix it?

8
SFML projects / SFMLTheora 1.3 - Play videos in SFML
« on: April 17, 2011, 12:27:44 pm »
I tried commenting out my video and it no longer leaks.
As soon as I uncomment it, it produces those 2 leaks.

9
SFML projects / SFMLTheora 1.3 - Play videos in SFML
« on: April 17, 2011, 11:42:02 am »
Lol now there is another problem.
Memory leak is caused when allocating a video

{314425} normal block at 0x0C6DD638, 32 bytes long.
 Data: <./data/video/log> 2E 2F 64 61 74 61 2F 76 69 64 65 6F 2F 6C 6F 67
{314424} normal block at 0x0C6DD5F0, 8 bytes long.
 Data: <  m     > E8 D4 6D 0C 00 00 00 00
{314421} normal block at 0x0C6DD4E0, 44 bytes long.
 Data: <`   x  X  m 8 m > 60 19 1C 00 78 F5 AF 58 F0 D5 6D 0C 38 D6 6D 0C

10
SFML projects / SFMLTheora 1.3 - Play videos in SFML
« on: April 16, 2011, 04:28:52 pm »
Yes that fixed it awesome  :D
Hooray!

11
SFML projects / SFMLTheora 1.3 - Play videos in SFML
« on: April 16, 2011, 03:28:26 pm »
That stutters as well.

12
SFML projects / SFMLTheora 1.3 - Play videos in SFML
« on: April 16, 2011, 12:03:14 pm »
1.0.1 works perfect. Tbh I think I will stickwith it since I dont really need pause functionality. But if the newest one will get fixed that would be awesome.

13
SFML projects / SFMLTheora 1.3 - Play videos in SFML
« on: April 16, 2011, 11:22:08 am »
Hmm well it still stutters. But you know whats weird. Your sample application also stutters. I am begging to think this must be an audio driver issue so I cleaned out my drivers and reinstalled hoping it would fix it. But nope.

I dunno what else to try. The ogg files play fine with a video player just not with your library :(

14
SFML projects / SFMLTheora 1.3 - Play videos in SFML
« on: April 15, 2011, 09:58:00 pm »
I found that file in the demos folder? I dont think its even part of the library.
Anyway I tried it and it did not fix anything sadly.

Its weird because sfmlTheora 1.0 worked perfect with sfml2.
So either something went wrong with sfmlTheora or sfml2.

I am using same folder for libtheora and theoraplayer as I did with 1.0

15
SFML projects / SFMLTheora 1.3 - Play videos in SFML
« on: April 15, 2011, 08:09:31 pm »
Every time, unless I restart computer in that case it runs fine one time.
Have you tried other videos?

Pages: [1] 2 3