Initial revision
authorAndy Wingo <wingo@pobox.com>
Sat, 22 Dec 2001 23:27:17 +0000 (23:27 +0000)
committerAndy Wingo <wingo@pobox.com>
Sat, 22 Dec 2001 23:27:17 +0000 (23:27 +0000)
commit92d4e11782aac4cf054edc89c9f65fdeceff77dc
tree54b1cd20452c22d2d5ff52457cba62b9453cee97
parentfec81a298adac2fc3308023b91f1080911d4acd9
Initial revision

Original commit message from CVS:
Initial revision
12 files changed:
gst/videoscale/.gitignore [new file with mode: 0644]
gst/videoscale/Makefile.am [new file with mode: 0644]
gst/videoscale/gstvideoscale.c [new file with mode: 0644]
gst/videoscale/gstvideoscale.h [new file with mode: 0644]
gst/videoscale/videoscale.c [new file with mode: 0644]
gst/videoscale/videoscale_x86.c [new file with mode: 0644]
gst/videoscale/videoscale_x86.h [new file with mode: 0644]
gst/videoscale/videoscale_x86_asm.s [new file with mode: 0644]
gst/volume/Makefile.am [new file with mode: 0644]
gst/volume/filter.func [new file with mode: 0644]
gst/volume/gstvolume.c [new file with mode: 0644]
gst/volume/gstvolume.h [new file with mode: 0644]