author | Djordje Senicic <d-senicic1@ti.com> | |
Sat, 27 Feb 2016 01:19:28 +0000 (20:19 -0500) | ||
committer | Djordje Senicic <d-senicic1@ti.com> | |
Sat, 27 Feb 2016 01:19:28 +0000 (20:19 -0500) | ||
commit | 7808287706054e287a113fe3291741758454fabd | |
tree | c9fb1fd6602eda0d223d4de7206b2f8da19282a7 | tree | snapshot (tar.xz tar.gz zip) |
parent | 248b53bb1314128c62859375bf7fbda678bf7c85 | commit | diff |
GST plugin skeleton files added. Actual OpenCL kernel implementation still missing
20 files changed:
.gitignore | [new file with mode: 0644] | blob |
.gitmodules | [new file with mode: 0644] | blob |
AUTHORS | [new file with mode: 0644] | blob |
COPYING | [new file with mode: 0644] | blob |
Makefile.am | [new file with mode: 0644] | blob |
NEWS | [new file with mode: 0644] | blob |
autogen.sh | [new file with mode: 0755] | blob |
configure.ac | [new file with mode: 0644] | blob |
debian/changelog | [new file with mode: 0644] | blob |
debian/compat | [new file with mode: 0644] | blob |
debian/control | [new file with mode: 0644] | blob |
debian/copyright | [new file with mode: 0644] | blob |
debian/gstreamer0.10-plugin-dsp66.install | [new file with mode: 0644] | blob |
debian/rules | [new file with mode: 0755] | blob |
debian/source/format | [new file with mode: 0644] | blob |
src/Makefile.am | [new file with mode: 0644] | blob |
src/gstdsp66.c | [new file with mode: 0644] | blob |
src/gstdsp66.h | [new file with mode: 0644] | blob |
src/gstdsp66videokernel.c | [new file with mode: 0644] | blob |
src/gstdsp66videokernel.h | [new file with mode: 0644] | blob |