File: README

package info (click to toggle)
mpeg2dec 0.4.0b-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,648 kB
  • ctags: 1,739
  • sloc: ansic: 14,671; sh: 8,405; makefile: 340
file content (35 lines) | stat: -rw-r--r-- 1,132 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Please do use these tests if you do some libmpeg2 changes.

* get the official suite of mpeg2 torture tests at
http://libmpeg2.sourceforge.net/files/mpeg2dec-streams.tar.gz

or using CVS :

# export CVSROOT=:pserver:anonymous@cvs.libmpeg2.sourceforge.net:/cvsroot/libmpeg2
# cvs login (Just press Return when prompted for a password)
# cvs checkout mpeg2dec-streams

(OK, I did some reorganization work on the archive, so its not really the
official suite anymore)

Then,

* extract this archive at the same level as your mpeg2dec directory :
  in your working directory you should have subdirectories mpeg2dec
  and mpeg2dec-streams.

* or, extract this archive where you want, but change the first line
  of the "tests" file to reflect that location. Do _not_ remove the
  pound (#) sign at the beginning of the line.

Now run test/regression <test> <idct>

<test> is the name of the test suite you want to use. For the official
mpeg video conformance tests, just use "tests".

<idct> is the type of IDCT you are using. If your machine supports MMX,
choose "mmx". If your machine uses the c idct, choose "c"

That's it...

walken