gstreamer/test
Wim Taymans 9b0e11ec7e Added seeking to some of the plugins. some MMX speedups in the MPEG decoders.
Original commit message from CVS:
Added seeking to some of the plugins.
some MMX speedups in the MPEG decoders.
Better YUV to MMX conversion
implemented seeking to gstplay.
2000-07-05 10:21:08 +00:00
..
bindings More incremental updates. I can now successfully produce an rpm simply by typing ./autogen.sh;make rpm. This is g... 2000-01-31 09:43:08 +00:00
cothreads More incremental updates. I can now successfully produce an rpm simply by typing ./autogen.sh;make rpm. This is g... 2000-01-31 09:43:08 +00:00
xml More incremental updates. I can now successfully produce an rpm simply by typing ./autogen.sh;make rpm. This is g... 2000-01-31 09:43:08 +00:00
.gitignore Rewrote the mpeg2 system parser like the mpeg1 parser. 2000-05-28 22:46:46 +00:00
a.c Fixed a nasty bug in mp3parse (partial buffer state remained) 2000-02-05 01:20:11 +00:00
ac3parse.c initial checkin 2000-01-30 10:44:33 +00:00
ac3play.c initial checkin 2000-01-30 10:44:33 +00:00
ac3sync.c initial checkin 2000-01-30 10:44:33 +00:00
args.c initial checkin 2000-01-30 10:44:33 +00:00
avi2mpg.c Switched Cr and Cb in YUV2RGB fixed the avi parser (gstriff had wrong size) the system_encoder can now do video only ... 2000-06-25 21:38:00 +00:00
aviparse.c Switched Cr and Cb in YUV2RGB fixed the avi parser (gstriff had wrong size) the system_encoder can now do video only ... 2000-06-25 21:38:00 +00:00
basic.c initial checkin 2000-01-30 10:44:33 +00:00
buffer.c initial checkin 2000-01-30 10:44:33 +00:00
cobin.c initial checkin 2000-01-30 10:44:33 +00:00
dvdcat.c initial checkin 2000-01-30 10:44:33 +00:00
fake.c initial checkin 2000-01-30 10:44:33 +00:00
gsttracedump.c initial checkin 2000-01-30 10:44:33 +00:00
jitter.c initial checkin 2000-01-30 10:44:33 +00:00
m.c initial checkin 2000-01-30 10:44:33 +00:00
Makefile.am Rewrote the mpeg1 system stream parser. 2000-05-28 19:59:46 +00:00
mcut.c initial checkin 2000-01-30 10:44:33 +00:00
mem.c initial checkin 2000-01-30 10:44:33 +00:00
mem.h initial checkin 2000-01-30 10:44:33 +00:00
mp1parse.c Switched Cr and Cb in YUV2RGB fixed the avi parser (gstriff had wrong size) the system_encoder can now do video only ... 2000-06-25 21:38:00 +00:00
mp1tomp1.c An MPEG1 transcoder. 2000-05-21 21:59:40 +00:00
mp2tomp1.c Added seeking to some of the plugins. some MMX speedups in the MPEG decoders. 2000-07-05 10:21:08 +00:00
mp3.c initial checkin 2000-01-30 10:44:33 +00:00
mp3parse.c Fixed a nasty bug in mp3parse (partial buffer state remained) 2000-02-05 01:20:11 +00:00
mp3play.c Unified getbits handling. I currently have an inline integer implementation. 2000-04-16 18:47:45 +00:00
mpeg2parse.c Added seeking to some of the plugins. some MMX speedups in the MPEG decoders. 2000-07-05 10:21:08 +00:00
mpg123.c initial checkin 2000-01-30 10:44:33 +00:00
p.c initial checkin 2000-01-30 10:44:33 +00:00
pipetest.c Added a basic element: pipefilter. This element connects the stdin/stdout of an external program into the pipeline. W... 2000-05-28 20:04:31 +00:00
plugin.c initial checkin 2000-01-30 10:44:33 +00:00
push.c initial checkin 2000-01-30 10:44:33 +00:00
qtest.c initial checkin 2000-01-30 10:44:33 +00:00
r.c initial checkin 2000-01-30 10:44:33 +00:00
README initial checkin 2000-01-31 03:25:25 +00:00
record.c initial checkin 2000-01-30 10:44:33 +00:00
s.c initial checkin 2000-01-30 10:44:33 +00:00
spectrum.c initial checkin 2000-01-30 10:44:33 +00:00
states.c initial checkin 2000-01-30 10:44:33 +00:00
teardown.c initial checkin 2000-01-30 10:44:33 +00:00
typefind.c initial checkin 2000-01-30 10:44:33 +00:00
types.c initial checkin 2000-01-30 10:44:33 +00:00
vidcapture.c Switched Cr and Cb in YUV2RGB fixed the avi parser (gstriff had wrong size) the system_encoder can now do video only ... 2000-06-25 21:38:00 +00:00
videotest.c Makefile.am fixes 2000-04-13 21:59:38 +00:00
w.c initial checkin 2000-01-30 10:44:33 +00:00
wave.c initial checkin 2000-01-30 10:44:33 +00:00

This is a collection of test programs of all sorts, ranging from the first
version of GiST to the simple hard-disk recorder used in the Oct
31, 1999 inaugural run of GStreamer in a 'real' environment.  Not all are
included, because most are obsolete.  All the stuff you see in the first
line of the Makefile.am (commented out) is both old and broken.

One of these days test/ will turn back into a real test-suite for
GStreamer, but for now it's my sandbox.