mf/tests: Add some IV50 encoder / decoder tests.
[wine.git] / dlls / mf / tests / resource.rc
blobe3df92e375ff6991e9dbfb1baeacc2dd65c70cd8
1 /*
2  * Resources for mf test suite.
3  *
4  * Copyright 2022 RĂ©mi Bernon for CodeWeavers
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
21 #include "windef.h"
23 /* @makedep: audiodata.bin */
24 audiodata.bin RCDATA audiodata.bin
26 /* @makedep: audioconvdata.bin */
27 audioconvdata.bin RCDATA audioconvdata.bin
29 /* @makedep: aacencdata.bin */
30 aacencdata.bin RCDATA aacencdata.bin
32 /* @makedep: aacdecdata.bin */
33 aacdecdata.bin RCDATA aacdecdata.bin
35 /* @makedep: wmaencdata.bin */
36 wmaencdata.bin RCDATA wmaencdata.bin
38 /* @makedep: wmadecdata.bin */
39 wmadecdata.bin RCDATA wmadecdata.bin
41 /* @makedep: wmvencdata.bin */
42 wmvencdata.bin RCDATA wmvencdata.bin
44 /* Generated with:
45  *  gst-launch-1.0 filesrc location=dlls/mf/tests/audiodata.bin ! \
46  *      audio/x-raw,format=F32LE,rate=22050,channels=2,layout=interleaved ! \
47  *      audioconvert ! lamemp3enc ! \
48  *      audio/mpeg,mpegversion=1,layer=3,rate=22050,channels=2 ! \
49  *      filesink location=dlls/mf/tests/mp3encdata.bin
50  */
51 /* @makedep: mp3encdata.bin */
52 mp3encdata.bin RCDATA mp3encdata.bin
54 /* @makedep: mp3decdata.bin */
55 mp3decdata.bin RCDATA mp3decdata.bin
57 /* Generated with:
58  *  gst-launch-1.0 videotestsrc num-buffers=120 pattern=smpte100 ! \
59  *      video/x-raw,format=I420,width=84,height=82,framerate=30000/1001 ! \
60  *      videoflip method=clockwise ! videoconvert ! \
61  *      x264enc ! filesink location=dlls/mf/tests/h264data.bin
62  */
63 /* @makedep: h264data.bin */
64 h264data.bin RCDATA h264data.bin
66 /* Generated from running the tests on Windows */
67 /* @makedep: nv12frame.bmp */
68 nv12frame.bmp RCDATA nv12frame.bmp
70 /* Generated from running the tests on Windows */
71 /* @makedep: nv12frame-grabber.bmp */
72 nv12frame-grabber.bmp RCDATA nv12frame-grabber.bmp
74 /* Generated from running the tests on Windows */
75 /* @makedep: nv12frame-flip.bmp */
76 nv12frame-flip.bmp RCDATA nv12frame-flip.bmp
78 /* Generated from running the tests on Windows */
79 /* @makedep: i420frame.bmp */
80 i420frame.bmp RCDATA i420frame.bmp
82 /* Generated from running the tests on Windows */
83 /* @makedep: rgb32frame.bmp */
84 rgb32frame.bmp RCDATA rgb32frame.bmp
86 /* Generated from running the tests on Windows */
87 /* @makedep: rgb32frame-flip.bmp */
88 rgb32frame-flip.bmp RCDATA rgb32frame-flip.bmp
90 /* Generated from running the tests on Windows */
91 /* @makedep: rgb32frame-grabber.bmp */
92 rgb32frame-grabber.bmp RCDATA rgb32frame-grabber.bmp
94 /* Generated from running the tests on Windows */
95 /* @makedep: rgb555frame.bmp */
96 rgb555frame.bmp RCDATA rgb555frame.bmp
98 /* Generated from running the tests on Windows */
99 /* @makedep: rgb555frame-flip.bmp */
100 rgb555frame-flip.bmp RCDATA rgb555frame-flip.bmp
102 /* Generated from running the tests on Windows */
103 /* @makedep: iv50frame.bin */
104 iv50frame.bin RCDATA iv50frame.bin
106 /* Generated from running the tests on Windows */
107 /* @makedep: rgb24frame.bmp */
108 rgb24frame.bmp RCDATA rgb24frame.bmp
110 /* Generated with:
111  *  gst-launch-1.0 videotestsrc num-buffers=60 pattern=smpte100 ! \
112  *      video/x-raw,format=I420,width=64,height=64,framerate=30000/1001 ! \
113  *      videoflip method=clockwise ! videoconvert ! \
114  *      x264enc ! mp4mux ! filesink location=dlls/mf/tests/test.mp4
115  */
116 /* @makedep: test.mp4 */
117 test.mp4 RCDATA test.mp4