Displaying 3 results from an estimated 3 matches for "dumpvideo".
Did you mean:
dump_video
2006 Jul 24
1
WebCam with OpenCV
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: enc_dec.zip
Type: application/zip
Size: 10525 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/theora/attachments/20060724/6355cb1b/enc_dec.zip
2004 Aug 29
0
theora issues
...integration of theora into our engine and ran into a
couple of issues listed below.
.dsp files in the alpha 3 zip are in unix format.
Additional include path for the static theora library project is wrong.
Library relies on libogg - would be nice to have a single zip including
all dependencies.
dumpvideo sample relies on global structures being zero initialized
though does not mention it so copy & pasting the code has some nasty
side effects of touching uninitialized memory if those structures are no
longer global. The most likely crash seems to be in theora_granule_time.
decode.c line 467 acc...
2004 Aug 29
0
theora a3 issues
...integration of theora into our engine and ran into a
couple of issues listed below.
.dsp files in the alpha 3 zip are in unix format.
Additional include path for the static theora library project is wrong.
Library relies on libogg - would be nice to have a single zip including
all dependencies.
dumpvideo sample relies on global structures being zero initialized
though does not mention it so copy & pasting the code has some nasty
side effects of touching uninitialized memory if those structures are no
longer global. The most likely crash seems to be in theora_granule_time.
decode.c line 467 acc...