You can subscribe to this list here.
2001 |
Jan
|
Feb
(9) |
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(6) |
Aug
|
Sep
|
Oct
(8) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(2) |
Feb
(8) |
Mar
(10) |
Apr
(1) |
May
(1) |
Jun
(12) |
Jul
(11) |
Aug
(14) |
Sep
(3) |
Oct
(2) |
Nov
(128) |
Dec
(62) |
2003 |
Jan
(15) |
Feb
(95) |
Mar
(6) |
Apr
|
May
(9) |
Jun
|
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: David S. <dsc...@us...> - 2003-02-21 06:55:42
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: dschleef 03/02/20 22:55:40 Modified files: libcodec : convert_c.c Log message: add stdint types to function define |
From: Erik W. <ome...@us...> - 2003-02-21 06:33:45
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/20 22:33:44 Modified files: scripts : sl_common.py Log message: added code to normalize argument lists for whitespace |
From: Erik W. <ome...@us...> - 2003-02-21 06:28:45
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/20 22:28:44 Modified files: specialib : sl_preamble.h Log message: sl_preamble.h brings in sl_types.h so generated headers work |
From: Erik W. <ome...@us...> - 2003-02-21 06:14:39
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 03/02/20 22:14:38 Modified files: libcodec : convert_c.c Log message: fixed up new #define in convert_c.c |
From: Erik W. <ome...@us...> - 2003-02-21 06:05:46
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/20 22:05:45 Added files: specialib : sl_types.h Log message: added sl_types.h where SL_TYPE_U8 is uint8_t, etc. |
From: David S. <dsc...@us...> - 2003-02-21 06:05:14
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: dschleef 03/02/20 22:05:11 Modified files: libcodec : convert_c.c Log message: Convert from N almost-identical functions to a #define |
From: Erik W. <ome...@us...> - 2003-02-21 05:53:30
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/20 21:53:29 Modified files: scripts : sl-exp-functions-stub sl-functions-stub sl-metaspecialize sl-object-stub sl_arch.py sl_parser.py specialize Log message: convert back to python instead of python2, but we're *not* python 1.x friendly |
From: David S. <dsc...@us...> - 2003-02-21 05:50:17
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: dschleef 03/02/20 21:50:16 Added files: libcodec : convert_c_bitstuff.c Log message: conversion functions that build floats by stuffing bits |
From: Erik W. <ome...@us...> - 2003-02-21 05:40:26
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/20 21:40:25 Modified files: scripts : sl-functions-stub Log message: assume there is *always* a __ version that is the default |
From: Erik W. <ome...@us...> - 2003-02-21 05:16:47
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 03/02/20 21:16:46 Modified files: . : Makefile.am tests : Makefile.am Log message: turned off vlcgen build and removed poke_convert smoketest |
From: Erik W. <ome...@us...> - 2003-02-21 05:08:50
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 03/02/20 21:08:49 Modified files: libcodec : Makefile.sl convert_validtime.c mcomp_validtime.c tests : validate_mcomp.c Log message: Update validate and time routines to new prototypes Fix up validate_mcomp for new validate and time prototypes |
From: Erik W. <ome...@us...> - 2003-02-21 05:08:15
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/20 21:08:07 Modified files: specialib : Makefile.am specialib.c specialib.h Log message: Fixed CFLAGS line Added code so select_impl will store the current sl_arch Rewrote validate and time routines to take just a single sl_func_impl |
From: Erik W. <ome...@us...> - 2003-02-21 04:26:00
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 03/02/20 20:26:00 Modified files: tests : validate_mcomp.c Log message: turned back on the timing of all routines |
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 |
From: Erik W. <ome...@us...> - 2003-02-21 04:25:19
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/20 20:25:18 Modified files: scripts : sl-functions-stub specialib : sl_random.c sl_random.h specialib.c specialib.h Log message: Added a terminator to the function list Added sl_random_U8_range(min,max) and friends Fixed up the global function list management |
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:01:39
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/20 20:01:38 Modified files: scripts : sl-functions-stub specialib : specialib.c specialib.h Log message: updates to use a totally different style of generated header |
From: Erik W. <ome...@us...> - 2003-02-19 23:59:17
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/19 15:59:16 Modified files: specialib : specialib.h Log message: fixed stupid cut&paste bug |
From: Erik W. <ome...@us...> - 2003-02-19 23:35:16
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/19 15:35:15 Added files: specialib : sl_arch.c sl_arch.h Log message: helps to add files to CVS... |
From: Erik W. <ome...@us...> - 2003-02-19 23:22:55
|
CVSROOT: /cvsroot/codecs Module name: specialib-pre Changes by: omegahacker 03/02/19 15:22:55 Modified files: bitstream : Makefile.sl bitstream_c.c vlctable.c vlctable_decode.c libcodec : wild-timing.php specialib : index.php hyperopt : hyperopt_x86.c test.c libcdx-jpeg : jpeg.c jpeg.h tests : validate_mcomp.c . : .cvsignore libmpeg : Makefile.sl libmpeg.c libmpeg.h macroblock.c motionvectors.c mpeg1_cbp.c mpeg1_dc_size.c mpeg1_dct_coeff.c mpeg1_mbainc.c mpeg1_mbtypes.c mpeg1_mvector.c parse.c reconstruct.c tests : Makefile.am parse.c . : configure.ac nopcodes : Makefile.am specialib : specialib.c specialib.h example/average: average.h average_c.c average_mmx.c average_sse.c example/tests : test1.c scripts : sl-make-stubs.pl specialib : Makefile.am architectures.h specialib.c specialib.h Log message: when you convert sym names, having it compile isn't all there is to it |
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-19 23:09:46
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/19 15:09:44 Added files: specialib : sl_random.c sl_random.h Log message: added sl_random_* |
From: Erik W. <ome...@us...> - 2003-02-19 23:07:42
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/19 15:07:42 Modified files: specialib : specialib.h Log message: a few missed s/_arch_/_impl_/'s |
From: Erik W. <ome...@us...> - 2003-02-19 23:06:58
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/19 15:06:58 Modified files: scripts : sl-exp-functions-stub sl-functions-stub Log message: convert to sl_func_impl, and move the constructor to the C file |
From: Erik W. <ome...@us...> - 2003-02-19 23:05:56
|
CVSROOT: /cvsroot/codecs Module name: specialib Changes by: omegahacker 03/02/19 15:05:55 Modified files: specialib : Makefile.am architectures.h specialib.c specialib.h Log message: Convert to sl_func_impl, and rename all the routines to sl_..._impl. Use sl_func_impl in a few more places as the canonical ID of an impl. |