A simple video scaler as a library and an Element. Also a little non working mpeg2...
authorWim Taymans <wim.taymans@gmail.com>
Fri, 12 May 2000 17:39:40 +0000 (17:39 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 12 May 2000 17:39:40 +0000 (17:39 +0000)
commit2a4bfc0fc8b1c9083e6eaf7458823a9cdba29569
tree231fa1394c7d51fd8c4a1cc9c4902908160befc1
parent17224d3c8e6aef33dbead6714645b2098a867813
A simple video scaler as a library and an Element. Also a little non working mpeg2 to mpeg1 converter (still struggli...

Original commit message from CVS:
A simple video scaler as a library and an Element. Also a little non
working mpeg2 to mpeg1 converter (still struggling with the quantisation).
libs/videoscale/Makefile.am [new file with mode: 0644]
libs/videoscale/gstvideoscale.c [new file with mode: 0644]
libs/videoscale/gstvideoscale.h [new file with mode: 0644]
libs/videoscale/rgb2rgb.c [new file with mode: 0644]
libs/videoscale/yuv2rgb.c [new file with mode: 0644]
libs/videoscale/yuv2rgb.h [new file with mode: 0644]
test/mp2tomp1.c [new file with mode: 0644]