Added a colorspace library and removed yuv2rgb conversion from the videosink.
authorWim Taymans <wim.taymans@gmail.com>
Sun, 2 Apr 2000 21:36:54 +0000 (21:36 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 2 Apr 2000 21:36:54 +0000 (21:36 +0000)
commit0d9315223a7c412893ec41cdce8445cb749c588a
tree58d2ba1da2e4ac45379ec2c1e64c7c0650468b34
parentbf8c785fb0ff5b69b48ef032b1a26efe97cbc438
Added a colorspace library and removed yuv2rgb conversion from the videosink.

Original commit message from CVS:
Added a colorspace library and removed yuv2rgb conversion from the
videosink.
The aviencoder should now more or less work.
15 files changed:
configure.in
gst/meta/videoraw.h
libs/Makefile.am
libs/colorspace/.gitignore [new file with mode: 0644]
libs/colorspace/Makefile.am [new file with mode: 0644]
libs/colorspace/gstcolorspace.c [new file with mode: 0644]
libs/colorspace/gstcolorspace.h [new file with mode: 0644]
libs/colorspace/rgb2rgb.c [new file with mode: 0644]
libs/colorspace/yuv2rgb.c [new file with mode: 0644]
libs/colorspace/yuv2rgb.h [new file with mode: 0644]
libs/riff/Makefile.am
libs/riff/gstriff.h
test/Makefile.am
test/aviparse.c
test/vidcapture.c