[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[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
[r12759] by safemode

cmake wasn't caching a few variables that we needed to

2010-03-25 03:43:12 Tree
[r12758] by safemode

merging to safemode branch -r12757, fixes to cmake FFMPEG detection and general ffmpeg related cmake cleanups

2010-03-25 03:20:55 Tree
[r12757] by safemode

cmake cleanups (mostly ffmpeg related)

2010-03-25 03:14:08 Tree
[r12756] by safemode

Merging -r12749 of FindFFMPEG.cmake from audio branch to safemode branch, fixes detection for distro installed headers and libs

2010-03-25 01:05:09 Tree
[r12755] by safemode

Merging trunk -r12745

2010-03-25 00:58:44 Tree
[r12754] by klaussfreire

Ticket #37: Integrate SUCSS part 1, initialize with borrowed AL context

2010-03-24 22:02:31 Tree
[r12753] by klaussfreire

Lots of fixes and some new tests:
- Streaming fixes to account for broken OpenAL implementations that don't support setting AL_SEC_OFFSET
- Streaming tests now measure time drift. I'm measuring some weird jitter, though... that might be a problem with movie playback
- Complex scene test now uses a quicker tick, to test the scene manager's efficiency with many sources - which seems good for now :-D
- New test for streaming the same track twice - concurrently. Will be interesting to know if Windows can handle that (windows has some weird file sharing rules - ie: opening a file twice).
o While doing that, I noticed we didn't have a generic API for playing a stream from a position other than the beginning. Fixed that.
- Warning fixes (initialization order)

2010-03-24 16:58:33 Tree
Older >