[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r12769] by dan_w

Added .blend files for gleaner, diligence and franklin, and updated blend file of the Knight.

2010-04-24 05:39:39 Tree
[r12768] by dan_w

Added .blend versions of .bfxm's for Anaxidamus and Robin, for future work.

2010-04-24 02:22:04 Tree
[r12767] by klaussfreire

Ticket #38 mostly done: Integration of SUCSS for streaming of movie audio.

Issues remaining:
* Long hiccups in the event loop make the streaming source stop playing. It won't resume automatically - which is bad.
* Long streaming buffers create lipsync issues, even with OpenAL's supposedly accurate playing time. Add the previous point (which requires long buffers to avoid streaming to halt), and we're in trouble.
* Code a GUI.py abstraction for playing videos in full screen... so it's mod-friendly (right now, everything's too low level). Mostly the interaction with the Music DJ, which is complex.

The first two issues would be easily solved by threading the streaming part of the renderer... will have to look into that.

2010-04-21 04:51:15 Tree
[r12766] by klaussfreire

Bugfix: negative seek times would bring all sorts of crashy trouble.
Although negative seeks are wrong, crashy trouble is... wronger.

2010-04-21 04:44:55 Tree
[r12765] by klaussfreire

Bugfix: lin_time's queryTime() wasn't doing what I thought it did.
Implemented lin_time's realTime(), which does what we want.

2010-04-21 04:43:55 Tree
[r12764] by klaussfreire

Fixed ffmpeg/swscale detection issues.

2010-04-19 07:17:58 Tree
[r12763] by klaussfreire

Fix nasty buffer underflow in vsfilesystem.cpp

2010-04-14 02:44:00 Tree
[r12762] by klaussfreire

Bugfix: playtime query on streaming sources was broken:
OpenAL only reports the current buffer's play time, so in order to get accurate time stamps,
we must add the current buffer's start time to the reported time.

Now the tests report 27ms maximum drift: ain't that great?

2010-03-29 03:25:55 Tree
[r12761] by safemode

move ffmpeg module specific advance flags back to ffmpeg module, GTK2 still needs this done too

2010-03-26 06:44:32 Tree
[r12760] by safemode

Merging fix from safemode branch -r12759, forgot to cache a few variables

2010-03-25 03:45:11 Tree
Older >