CDXLPlay added with permission from Fredik Wikstrom.
commitf8423e889888de03507d01b1d39d9acc094f0661
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 5 Feb 2017 13:12:42 +0000 (5 13:12 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 5 Feb 2017 13:12:42 +0000 (5 13:12 +0000)
tree0ad12c8c3580ae3b1d7201d8b2ab4317826d4e39
parent43e2f715a915cdea12cf5ca453ef704445b94832
CDXLPlay added with permission from Fredik Wikstrom.
It's a player for the CDXL video format.

git-svn-id: https://svn.aros.org/svn/aros/trunk/contrib@53500 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
40 files changed:
MultiMedia/cdxlplay/LEGAL [new file with mode: 0644]
MultiMedia/cdxlplay/Makefile.i386-aros [new file with mode: 0644]
MultiMedia/cdxlplay/Makefile.morphos [new file with mode: 0644]
MultiMedia/cdxlplay/Makefile.ppc-aros [new file with mode: 0644]
MultiMedia/cdxlplay/Makefile.win32 [new file with mode: 0644]
MultiMedia/cdxlplay/Makefile.x86_64-aros [new file with mode: 0644]
MultiMedia/cdxlplay/SDL_cond_aros.c [new file with mode: 0644]
MultiMedia/cdxlplay/cdxlplay-sdl.src.readme [new file with mode: 0644]
MultiMedia/cdxlplay/cdxlplay.c [new file with mode: 0644]
MultiMedia/cdxlplay/include/cdxl.h [new file with mode: 0644]
MultiMedia/cdxlplay/include/cdxlplay.h [new file with mode: 0644]
MultiMedia/cdxlplay/include/endian.h [new file with mode: 0644]
MultiMedia/cdxlplay/include/lists.h [new file with mode: 0644]
MultiMedia/cdxlplay/include/p2c.h [new file with mode: 0644]
MultiMedia/cdxlplay/include/strdup.h [new file with mode: 0644]
MultiMedia/cdxlplay/include/usleep.h [new file with mode: 0644]
MultiMedia/cdxlplay/main.c [new file with mode: 0644]
MultiMedia/cdxlplay/mmakefile.src [new file with mode: 0644]
MultiMedia/cdxlplay/opengl.c [new file with mode: 0644]
MultiMedia/cdxlplay/options_amiga.c [new file with mode: 0644]
MultiMedia/cdxlplay/options_unix.c [new file with mode: 0644]
MultiMedia/cdxlplay/p2c.c [new file with mode: 0644]
MultiMedia/cdxlplay/p2c/p2c_1.c [new file with mode: 0644]
MultiMedia/cdxlplay/p2c/p2c_2.c [new file with mode: 0644]
MultiMedia/cdxlplay/p2c/p2c_3.c [new file with mode: 0644]
MultiMedia/cdxlplay/p2c/p2c_4.c [new file with mode: 0644]
MultiMedia/cdxlplay/p2c/p2c_5.c [new file with mode: 0644]
MultiMedia/cdxlplay/p2c/p2c_6.c [new file with mode: 0644]
MultiMedia/cdxlplay/p2c/p2c_7.c [new file with mode: 0644]
MultiMedia/cdxlplay/p2c/p2c_8.c [new file with mode: 0644]
MultiMedia/cdxlplay/ppc/p2c.s [new file with mode: 0644]
MultiMedia/cdxlplay/ppc/p2c/p2c_1.s [new file with mode: 0644]
MultiMedia/cdxlplay/ppc/p2c/p2c_2.s [new file with mode: 0644]
MultiMedia/cdxlplay/ppc/p2c/p2c_3.s [new file with mode: 0644]
MultiMedia/cdxlplay/ppc/p2c/p2c_4.s [new file with mode: 0644]
MultiMedia/cdxlplay/ppc/p2c/p2c_5.s [new file with mode: 0644]
MultiMedia/cdxlplay/ppc/p2c/p2c_6.s [new file with mode: 0644]
MultiMedia/cdxlplay/ppc/p2c/p2c_7.s [new file with mode: 0644]
MultiMedia/cdxlplay/ppc/p2c/p2c_8.s [new file with mode: 0644]
MultiMedia/cdxlplay/usleep_aros.c [new file with mode: 0644]