search for: ogg_theora

Displaying 3 results from an estimated 3 matches for "ogg_theora".

2008 Dec 10
3
How to fix broken ogg/theora files
Hi there, I haven't been on this list until now, so I wasn't aware of this problem until last night ;-) - sorry for that. I am working on a patch for oggCut for that issue (looks good actually but I would like to do some testing befor I can release a patch.) Normal players are not effected by the page time misordering, so I took this issue as "minor". The reason for the
2009 May 04
1
Convert skeleton to "regular" format
> > I thought I fixed the problem with oggCut and ogg skeleton. What version of the Ogg Video Tools are you actually using? If you fixed the problem, I would be happy for a patch :-). > Well, the fix was more of a hack :) I was using oggvideotools 0.7a and the fix is removing the output from lines 189-191 in oggCut.cpp. The toString() method seems to trigger the segfault. Best Oliver
2007 Feb 15
1
How to do Theora playback efficiently ?
...layback so another implementation is needed. Because of this I tried to do this demuxing stuff (read from file, do the page_in calls) in a seperate thread. But without defining critical sections or other handling of synchronising threads, I get a lot off runtime errors (collission of ogg_stream and ogg_theora functions because of suddenly zero packets, etc.). If I synchonise the threads, it's working but I have a big slow down again... it works not efficiently. I don't understand why I have all these theora and ogg states when they are not capable of handle multiple threads. The only thing I do...