search for: theora_testsuit

Displaying 4 results from an estimated 4 matches for "theora_testsuit".

Did you mean: theora_testsuite
2007 Dec 25
2
VC2005 MMX patch.
...to build the library. You can find the patch here (quite big).. http://torus.untergrund.net/code/theora_mmx_vc2005.diff Please let me know if the encoder works without problems. I just did a very brief testing of it. The decoder has been tested against the test files from http://v2v.cc/~j/theora_testsuite/ . I compared the dumpvid output against my version and it looks ok so far. Nils
2009 Dec 13
1
conformance test suites (e.g vobis, theora)
hi, does anzone know of a conformance testsuite e.g. for vorbis and theora bitstreams. This would be nice to have when e.g. testing a dsp based reimplementation. Also a testsuite that does robustness testing on the ogg container format would be nice. If none of these exist, wound't that be a good project for e.g. next GSoC? Stefan
2010 Aug 23
1
[RFC] theorarm-merge-branch diff for latest svn
...ingle patch would a lot simpler to test for the people interested. Simple tests have shown a reduction of 30% in time for executing ./examples/video_dump mobile_itu601_i_422.ogg > /dev/null The test file is available here [1] from theora test suite [2]. thanks, riccardo [1] http://v2v.cc/~j/theora_testsuite/mobile_itu601_i_422.ogg [2] http://wiki.xiph.org/TheoraTestsuite -------------- next part -------------- A non-text attachment was scrubbed... Name: theorarm-to-git-8ec0d25c0f21c82f.diff Type: text/x-patch Size: 135096 bytes Desc: not available Url : http://lists.xiph.org/pipermail/theora-dev/at...
2008 Apr 29
2
More trival questions
Hopefullly this is once again something trivial I'm missing. I'm still trying to figure out how to pull a part a stream. I get two out the three theora headers I can see in the file (http://v2v.cc/~j/theora_testsuite/320x240.ogg) if I use the buffer in the page struct and nothing usable if I try to use the packet structs. Hopefully this is once again something something trivial I've missed in the documentation. Neil >>> #include <stdio.h> #include "ogg/ogg.h" #define BUF_SIZE 4...