From: Erik W. <ome...@us...> - 2001-02-23 01:15:53
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 01/02/22 17:16:58 libcodec/libcodec/idct Update of /cvsroot/codecs/libcodec/libcodec/idct In directory usw-pr-cvs1:/tmp/cvs-serv32012/idct Log Message: Directory /cvsroot/codecs/libcodec/libcodec/idct added to the repository |
From: Erik W. <ome...@us...> - 2001-02-23 01:15:56
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 01/02/22 17:17:02 libcodec/libcodec/mcomp Update of /cvsroot/codecs/libcodec/libcodec/mcomp In directory usw-pr-cvs1:/tmp/cvs-serv32044/mcomp Log Message: Directory /cvsroot/codecs/libcodec/libcodec/mcomp added to the repository |
From: Erik W. <ome...@us...> - 2001-02-23 01:55:11
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 01/02/22 17:56:16 Modified files: . : aclocal.m4 configure.in gen.pl ltconfig ltmain.sh libcodec : Makefile.am lc_preamble.h libcodec.h place.h scale.h tests : .cvsignore Makefile.am test.c Added files: libcodec : clipping.c clipping.h libcodec/idct : .cvsignore Makefile.am idct.c idctint_c.c idctint_mmx.c idctref.c libcodec/mcomp : .cvsignore Makefile.am add.c average.c mcomp.c put.c sum.c tests : idct.c Removed files: . : libcodec.spec libcodec : _mcomp.c _mcomp_average.c _mcomp_put.c _mcomp_sum.c mcomp.h Log message: Update to latest code on my machine. Subsystems now have their own dirs, so namespace issues go away. Added lots of idct stuff, but the mmx and mmxext ones take reordered input, so need to: a) add matrices to convert each direction b) add functions to convert matrices c) add variants of idct routines that take normal matrices d) move reordered (original) routines to a new name Namespace issues will always haunt us here, but the decision needs to be made almost on a per-subsystem level. idct is already getting messy. |
From: Erik W. <ome...@us...> - 2001-02-23 02:41:48
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 01/02/22 18:42:53 Modified files: . : libcodec.spec.in Log message: updates to spec file |
From: Erik W. <ome...@us...> - 2001-02-24 08:38:43
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 01/02/24 00:39:51 libcodec/libcodec/yuv Update of /cvsroot/codecs/libcodec/libcodec/yuv In directory usw-pr-cvs1:/tmp/cvs-serv856/yuv Log Message: Directory /cvsroot/codecs/libcodec/libcodec/yuv added to the repository |
From: Erik W. <ome...@us...> - 2001-02-24 23:02:21
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 01/02/24 15:03:31 Modified files: . : configure.in libcodec : Makefile.am libcodec.h libcodec/idct : idctint_mmx.c tests : idct.c Added files: libcodec/yuv : Makefile.am yuv.c yuv420-rgb555-mmx.c Removed files: libcodec : _yuv420.c yuv420.h Log message: moved yuv stuff around, some initial changes to idct to handle reorder stuff |
From: Erik W. <ome...@us...> - 2001-04-18 21:33:29
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 01/04/18 14:33:28 Modified files: . : configure.in gen.pl libcodec : lc_preamble.h libcodec/idct : idctint_mmx.c libcodec/yuv : yuv420-rgb555-mmx.c Log message: sync with working copy |
From: Erik W. <ome...@us...> - 2001-04-26 19:53:27
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 01/04/26 12:53:26 Modified files: . : acconfig.h config.h.in configure.in gen.pl libcodec : Makefile.am _place.c _scale.c libcodec.c libcodec.h place.h scale.h libcodec/idct : idctint_c.c idctint_mmx.c idctref.c libcodec/mcomp : add.c average.c mcomp.c put.c sum.c libcodec/yuv : yuv420-rgb555-mmx.c tests : Makefile.am idct.c mcomp.c optimization.c test.c Added files: libcodec/yuv : .cvsignore yuv411-rgb555-mmx.c tests : yuvconvert.c yuvconvert2.c Log message: - Added some more YUV code (not fully working yet) - Changed the arch codes to X86_xxx for x86 variants - Updated generation code to deal with new arch names, with double-_ before arch so arch can contain _'s - Updated some test (NOT ALL) to use new immediate arch names |
From: Erik W. <ome...@us...> - 2002-11-29 07:22:31
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 02/11/28 23:22:27 Removed files: . : AUTHORS COPYING ChangeLog INSTALL LICENSE Makefile.am NEWS README acconfig.h aclocal.m4 autogen.sh config.h.in configure.in gen.pl install-sh libcodec-config.in libcodec.spec.in ltconfig ltmain.sh missing mkinstalldirs regen.sh stamp-h.in libcodec : Makefile.am libcodec/idct : Makefile.am libcodec/mcomp : Makefile.am libcodec/yuv : Makefile.am tests : Makefile.am Log message: first, remove old build infrastructure |
From: Erik W. <ome...@us...> - 2002-11-29 07:31:23
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 02/11/28 23:31:19 Modified files: . : .cvsignore Added files: . : AUTHORS ChangeLog Makefile.am NEWS README autogen.sh configure.ac libcodec-uninstalled.pc.in libcodec.pc.in libcodec.spec.in ltmain.sh stamp.h.in Log message: then add the new root build files |
From: Erik W. <ome...@us...> - 2002-11-29 22:14:44
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 02/11/29 14:14:43 Modified files: libcodec : .cvsignore clipping.c clipping.h Added files: libcodec : Makefile.sl mcomp.c mcomp.h mcomp_c.c mcomp_mmx.c mcomp_sse.c mcomp_sse2.c Removed files: libcodec : lc_preamble.h Log message: Converted mcomp routines to specialib, started to remove old infrastructure |
From: Erik W. <ome...@us...> - 2002-11-29 22:20:02
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 02/11/29 14:20:01 Removed files: libcodec : _place.c _scale.c libcodec.c libcodec.h perf.c perf.h place.h scale.h Log message: removed more old stuff, some of which will be brought back in other forms, some is pre-specialib stuff |
From: Erik W. <ome...@us...> - 2002-11-29 22:58:01
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 02/11/29 14:58:00 Removed files: tests : idct.c mcomp.c mcomp_average.c optimization.c test.c timings.c yuvconvert.c yuvconvert2.c Log message: remove all the old tests, make way for new ones |
From: Erik W. <ome...@us...> - 2002-11-30 06:02:51
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 02/11/29 22:02:49 Modified files: libcodec : Makefile.sl mcomp.h mcomp_c.c Added files: libcodec : libcodec.h mcomp_validtime.c Log message: adding validation and timing for the majority of mcomp routines |
From: Erik W. <ome...@us...> - 2002-12-03 03:00:31
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 02/12/02 19:00:30 Modified files: . : configure.ac tests : .cvsignore Added files: tests : Makefile.am validate_mcomp.c Log message: added validate_mcomp test |
From: Erik W. <ome...@us...> - 2002-12-03 03:02:41
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 02/12/02 19:02:40 Modified files: libcodec : mcomp_validtime.c mcomp_mmx.c mcomp_sse.c Log message: nearly complete validation and timing, plus some fixed and speedups to mcomp mmx and sse routines |
From: Erik W. <ome...@us...> - 2002-12-03 03:03:39
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 02/12/02 19:03:39 Modified files: . : Makefile.am libcodec.pc.in libcodec-uninstalled.pc.in Log message: fixed libname in .pc files, should be -lcodec, plus added tests to Makefile.am |
From: Erik W. <ome...@us...> - 2002-12-03 08:06:21
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 02/12/03 00:06:20 Modified files: libcodec : Makefile.sl mcomp_c.c Log message: added mcomp_put_U8_S16 to mcomp_c.c |
From: Erik W. <ome...@us...> - 2003-02-14 23:44:14
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 03/02/14 15:44:13 Modified files: . : Makefile.am configure.ac libcodec : mcomp_c.c tools/vlcgen : Makefile.am Log message: local updates to libcodec |
From: Erik W. <ome...@us...> - 2003-02-16 23:24:48
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 03/02/16 15:24:47 Modified files: libcodec : mcomp.h Log message: fixed detail headers for macros, need that : after validate |
From: Erik W. <ome...@us...> - 2003-02-17 20:32:26
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 03/02/17 12:32:24 Modified files: libcodec : mcomp_validtime.c Log message: converted use of sl_locate_arch_real to deref _sl_funcptr_def |
From: Erik W. <ome...@us...> - 2003-02-19 23:04:55
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 03/02/19 15:04:55 Modified files: libcodec : convert_validtime.c mcomp_validtime.c Log message: Update to use sl_locate_impl_real |
From: Erik W. <ome...@us...> - 2003-02-19 23:10:27
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 03/02/19 15:10:26 Modified files: libcodec : mcomp_validtime.c Log message: updated to use the sl_random_*() routines |
From: Erik W. <ome...@us...> - 2003-02-21 04:02:06
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 03/02/20 20:02:05 Modified files: libcodec : Makefile.sl mcomp_validtime.c tests : Makefile.am validate_mcomp.c Added files: libcodec : convert_sse.c Log message: updates to match API and generated header style |
From: Erik W. <ome...@us...> - 2003-02-21 04:25:40
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 03/02/20 20:25:39 Modified files: libcodec : mcomp_validtime.c Log message: fixed up the mcomp timing routines to use random data in a valid range |