Switched Cr and Cb in YUV2RGB fixed the avi parser (gstriff had wrong size) the syste...
authorWim Taymans <wim.taymans@gmail.com>
Sun, 25 Jun 2000 21:38:00 +0000 (21:38 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 25 Jun 2000 21:38:00 +0000 (21:38 +0000)
commita3d5d3a62b3850506f0571d73809a46ea367bfb1
tree853e9672b708bd4b371672f191c58c9988848f03
parentfff99983add05509a1539edf39e7180ffbe4ac40
Switched Cr and Cb in YUV2RGB fixed the avi parser (gstriff had wrong size) the system_encoder can now do video only ...

Original commit message from CVS:
Switched Cr and Cb in YUV2RGB
fixed the avi parser (gstriff had wrong size)
the system_encoder can now do video only system streams
sanitized the colorspace and scaler api.
added fast self modifying asm scaler.
worked on the typefind stuff.
added a cool media player (gstplay) it uses the typefinder to playback
avi, mpeg1 (system and video) streams. It is also a testbed and a real app.
38 files changed:
configure.in
gst/elements/Makefile.am
gst/elements/gstaudiosink.h
gst/elements/gstdisksrc.c
gst/elements/gstelements.c
gst/elements/gstqueue.c
gst/gstpad.c
gst/gstpad.h
gst/gsttypefind.c [deleted file]
gst/gsttypefind.h [deleted file]
gst/types/gsttypes.c
gstplay/Makefile.am [new file with mode: 0644]
gstplay/avi.c [new file with mode: 0644]
gstplay/callbacks.c [new file with mode: 0644]
gstplay/callbacks.h [new file with mode: 0644]
gstplay/codecs.h [new file with mode: 0644]
gstplay/interface.c [new file with mode: 0644]
gstplay/interface.h [new file with mode: 0644]
gstplay/main.c [new file with mode: 0644]
gstplay/mpeg1.c [new file with mode: 0644]
gstplay/pixmaps/pause.xpm [new file with mode: 0644]
gstplay/pixmaps/play.xpm [new file with mode: 0644]
gstplay/pixmaps/stop.xpm [new file with mode: 0644]
gstplay/support.c [new file with mode: 0644]
gstplay/support.h [new file with mode: 0644]
libs/colorspace/yuv2rgb.c
libs/riff/gstriffparse.c
libs/videoscale/Makefile.am
libs/videoscale/gstvideoscale.c
plugins/elements/Makefile.am
plugins/elements/gstaudiosink.h
plugins/elements/gstdisksrc.c
plugins/elements/gstelements.c
plugins/elements/gstqueue.c
test/avi2mpg.c
test/aviparse.c
test/mp1parse.c
test/vidcapture.c