
Log of /trunk/uia/vxa
Directory Listing
Revision
2805 -
Directory Listing
Modified
Tue Sep 4 12:20:30 2007 UTC (2 years, 2 months ago) by
baford
...
Revision
2600 -
Directory Listing
Modified
Wed Jun 20 11:21:49 2007 UTC (2 years, 5 months ago) by
baford
Get VXA compiling again, on Mac OS X this time
Revision
1982 -
Directory Listing
Modified
Sun Jan 15 18:54:19 2006 UTC (3 years, 10 months ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
patch things up temporarily for a pre-release for Steve McCormant
Revision
1969 -
Directory Listing
Modified
Mon Dec 19 23:31:53 2005 UTC (3 years, 11 months ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
Redesigned VXA interface to use more of a process model;
wrote shared-library versions of most of the native decoders;
zip/unzip aren't updated yet though.
Revision
1968 -
Directory Listing
Modified
Tue Dec 13 04:06:18 2005 UTC (3 years, 11 months ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
redefining VXA library interface to have more of a process model,
to be compatible with all the less trivial codecs that need it.
Revision
1946 -
Directory Listing
Modified
Thu Nov 24 15:47:29 2005 UTC (4 years ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
started splitting VXA stuff out from the VM tree into a separate package
Revision
1945 -
Directory Listing
Modified
Tue Nov 15 20:05:36 2005 UTC (4 years ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
Try getting rid of CBW, CWD, etc.,
and see if GCC actually generates them...
Revision
1919 -
Directory Listing
Modified
Sun Jul 24 14:18:04 2005 UTC (4 years, 4 months ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
Ogg Vorbis decoder based on libogg-1.1 and libvorbis-1.0.1.
Revision
1917 -
Directory Listing
Modified
Sun Jul 24 14:08:11 2005 UTC (4 years, 4 months ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
JPEG decoder from Independent JPEG Group's jpeg-6b source release.
Revision
1916 -
Directory Listing
Modified
Mon Jul 4 19:27:51 2005 UTC (4 years, 4 months ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
added makefile magic to build host versions of decoders, for testing
Revision
1914 -
Directory Listing
Modified
Mon Jul 4 15:24:56 2005 UTC (4 years, 4 months ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
created new vx32 target for gcc-4.0.0 and binutils-1.16.1,
in order to fix gcc so it never emits x87 code.
Revision
1910 -
Directory Listing
Modified
Mon Jul 4 11:37:14 2005 UTC (4 years, 4 months ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
got FLAC-to-WAV decoder complete and compiling,
not yet working because gcc still produces x87 instructions...
Revision
1907 -
Directory Listing
Modified
Mon Jul 4 09:09:53 2005 UTC (4 years, 4 months ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
incorporated a bunch more C library functions from FreeBSD-CVS;
working on getting mp3 support from ffmpeg.
Revision
1892 -
Directory Listing
Modified
Tue Jun 28 08:31:14 2005 UTC (4 years, 4 months ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
made configure script auto-detect and set up for host system type;
wrote missing runtime support code for x86-32.
Revision
1889 -
Directory Listing
Modified
Mon Jun 27 08:53:40 2005 UTC (4 years, 4 months ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
got into the (not-yet-complete) instruction translation code
Revision
1888 -
Directory Listing
Modified
Sun Jun 26 12:48:51 2005 UTC (4 years, 5 months ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
rewrote glue code for stream-oriented compression/decompression
Revision
1887 -
Directory Listing
Modified
Sun Jun 26 11:09:32 2005 UTC (4 years, 5 months ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
many changes to simplify from a Mik-like microkernel model
towards a pure computation-oriented VM environment.
Revision
1884 -
Directory Listing
Modified
Sun Jun 26 10:51:22 2005 UTC (4 years, 5 months ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
Original Zip-2.3.1 source code directly from www.info-zip.org.
Revision
1874 -
Directory Listing
Modified
Fri Jan 31 06:11:26 2003 UTC (6 years, 9 months ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
filled out process loading and chunk management;
almost got the code path to the instruction translator in place...
Revision
1868 -
Directory Listing
Modified
Mon Jan 27 23:00:10 2003 UTC (6 years, 9 months ago) by
baford
Original Path:
trunk/vxa/trunk/vxa
got some of the file system traversal and sequence building code working