Timeline
08/03/08:
- 20:36 Changeset [2664] by
- * dbs.c: optimise DBS by ignoring 16x16 cells that had no pixel changes …
- 20:36 Changeset [2663] by
- * dbs.c: improve the DBS human visual system kernel by adding two Gaussian …
- 18:03 Changeset [2662] by
- * sharpen.c: add a sharpen filter example, using our generic convolution …
- 17:54 Changeset [2661] by
- * blur.c: remove the blurring code and use our generic convolution …
- 17:54 Changeset [2660] by
- * convolution.c: automatically detect when a convolution filter is …
- 17:54 Changeset [2659] by
- * blur.c: fix the blur example’s argument checking.
- 17:54 Changeset [2658] by
- * convolution.c: generic convolution method. Does not take advantage of …
- 13:48 Changeset [2657] by
- * edd.c: output MSD instead of RMSD in the displacement computation.
- 13:48 Changeset [2656] by
- * Error diffusion methods now support either raster or serpentine scan.
- 13:47 Changeset [2655] by
- * pixels.c: support more conversion combinations.
- 05:31 Changeset [2654] by
- * ostromoukhov.c: Ostromoukhov's simple error diffusion algorithm.
- 05:30 Changeset [2653] by
- * floydsteinberg.c: perform Floyd-Steinberg dithering on a serpentine …
- 04:17 Changeset [2652] by
- * dither.c: add an example program for dithering methods.
- 04:17 Changeset [2651] by
- * dbs.c: new dithering function: Direct Binary Search. One of the best …
- 04:17 Changeset [2650] by
- * measure.c: there is now pipi_measure_msd in addition to …
08/02/08:
- 23:24 Changeset [2649] by
- * Check a few more realloc, and return when they fail
- 23:22 Changeset [2648] by
- * Check a few more malloc, and output errors on stderr
- 18:56 Changeset [2647] by
- * edd.c: output E_fast as well.
- 14:47 Changeset [2646] by
- * Set default (temporary) size of initial term to 80x80 to avoid having a …
- 14:29 Changeset [2645] by
- * Move the end of options parsing into handle_command_line
- 14:13 Changeset [2644] by
- * edd.c: example program that computes the Floyd-Steinberg displacement, …
- 14:12 Changeset [2643] by
- * blur.c: adapt the kernel size to large values of dx and/or dy. * …
- 13:32 Changeset [2642] by
- * Moved most of the command line parsing to its own function
- 12:53 Changeset [2641] by
- * Added window list and window selection by name using ctrl-a-"
- 12:52 Changeset [2640] by
- * Fill TODO with nice wishes
- 12:23 Changeset [2639] by
- * We can now choose current window with ctrl-a-N where N is 0-9
- 11:51 Changeset [2638] by
- * Don't quit if a refresh doesn't work. Problem must be tougher as this, …
- 02:01 Changeset [2637] by
- * Add Floyd-Steinberg grayscale dithering.
- 02:01 Changeset [2636] by
- * pixels.c: fix a typo in the dithering method that could cause crashes.
- 02:01 Changeset [2635] by
- * measure.c: started writing error/measure functions. First one is RMSD.
- 02:01 Changeset [2634] by
- * blur.c: support for greyscale images.
- 02:01 Changeset [2633] by
- * pixels.c: start supporting grayscale images.
- 02:01 Changeset [2632] by
- * codec.c: bump Imlib2 and OpenCV priorities over SDL.
- 02:01 Changeset [2631] by
- * opencv.c: bring the OpenCV codec up to date.
- 02:00 Changeset [2630] by
- * pixels.c: add support for 24-bpp BGR format.
- 02:00 Changeset [2629] by
- * pipi.c: reimplement pipi_new() without relying on the underlying codec …
- 02:00 Changeset [2628] by
- * configure.ac: fix the OpenCV detection by using pkg-config.
08/01/08:
- 18:02 Changeset [2627] by
- * Use "config.h" everywhere
- 16:24 Changeset [2626] by
- * Handle Ctrl-a k (and not only Ctrl-a Ctrl-k)
- 15:55 Changeset [2625] by
- * Filter out events that we don't use * Reduce caca_get_event timeout
- 15:44 Changeset [2624] by
- * Move all server creatio ninto server.c
- 15:37 Changeset [2623] by
- * No need to reize windows until we now the size of the client
- 15:10 Changeset [2622] by
- * Don't use free'd title during the final animation
- 00:02 Changeset [2621] by
- * Start shipping unit tests. The first one checks that converting an …
- 00:02 Changeset [2620] by
- * pixels.c: clamp pixels in the float32 -> rgba32 conversion to avoid …
- 00:02 Changeset [2619] by
- * filter/blur.c: avoid annoying side effects with very small or negative …
- 00:02 Changeset [2618] by
- * filter/blur.c: minor optimisation in the kernel generation.
- 00:02 Changeset [2617] by
- * blur.c: support for variable blur radius and Gaussian offset.
- 00:02 Changeset [2616] by
- * pixels.c: add Floyd-Steinberg dithering to the float32 -> rgba32 …
07/31/08:
- 16:16 Changeset [2615] by
- * term.c: use size_t instead of unsigned int to avoid warnings.
- 01:34 Changeset [2614] by
- * Factorize some code in attach.c
- 00:42 Changeset [2613] by
- * Handle events even if we get flooded on the socket
07/30/08:
- 23:38 Changeset [2612] by
- * Revert change about ptrace.h, should not be commited
- 23:35 Changeset [2611] by
- * Fix copy/paste errors
- 23:19 Changeset [2610] by
- * Fix build without PAM
- 00:17 Changeset [2609] by
- * pixels.c: speed up the RGBA32 -> float32 conversion, using a simple LUT.
07/29/08:
- 01:49 Changeset [2608] by
- * blur.c: separated blur; it's now incredibly faster.
- 01:49 Changeset [2607] by
- * Free surfaces allocated by pipi_getpixels() in pipi_free().
- 01:49 Changeset [2606] by
- * blur.c: fix overflow errors.
- 01:01 Changeset [2605] by
- * Big API reorganisation. Now libpipi can transparently convert between …
- 01:01 Changeset [2604] by
- * Add a blur example.
- 01:01 Changeset [2603] by
- * Test implementation of Gaussian blurring. It's awfully slow and does not …
- 01:01 Changeset [2602] by
- * pixels.c: do not return a white pixel when calling getpixel() outside …
- 01:01 Changeset [2601] by
- * Improve genethumb --help message.
- 01:01 Changeset [2600] by
- * Typo.
- 01:01 Changeset [2599] by
- * bootstrap: update bootstrapping script.
07/27/08:
- 22:57 Changeset [2598] by
- * Fix attach which got broken by .srv addition
- 22:19 Changeset [2597] by
- * Don't detach on temporary write failure
- 21:08 Changeset [2596] by
- * Suffix the server socket, it's on them that we glob * If the last …
- 20:58 Changeset [2595] by
- * But don't leak
- 20:56 Changeset [2594] by
- * Wait until the server is started
- 11:08 Changeset [2593] by
- * Disconnect when failing to write to the client
- 10:48 Changeset [2592] by
- * Include config.h in attach.c to have DEBUG
- 10:25 Changeset [2591] by
- * Fix a double free and free everything in case of error
- 10:08 Changeset [2590] by
- * Fix warnings
- 04:33 Changeset [2589] by
- * Add missing part in detach code (a lot of cleanup and fixes needed)
- 01:17 Changeset [2588] by
- * Rewrote detach handling, enjoy silent neercs
- 01:06 Changeset [2587] by
- * Ensure screen_list->config is NULL when there is no config file
07/25/08:
- 11:40 Changeset [2586] by
- * Smaller header.
- 11:40 Changeset [2585] by
- * minor link fix.
07/24/08:
- 01:40 Changeset [2584] by
- * Hack around to get HP-UX tools to work. It still fails the most nasty …
- 01:40 Changeset [2583] by
- * zzuf.c: make the -B flag (max bytes) also work when fuzzing the standard …
07/23/08:
- 23:55 Changeset [2582] by
- improved terminal emulation (partial ISO-2022 support)
- 23:54 Changeset [2581] by
- Ctrl-A a & Ctrl-A ? behaviour
- 23:52 Changeset [2580] by
- OS X compilation fixes
07/20/08:
- 13:20 Changeset [2579] by
- * test/Makefile.am: add functions.inc to the distribution.
- 13:16 Changeset [2578] by
- * configure.ac: fix the printf attribute macro.
- 13:11 Changeset [2577] by
- * configure.ac: add a check for the printf function attribute.
- 12:19 Changeset [2576] by
- * bug-div0.c: raise SIGFPE manually since Darwin won't trap on 1/0.
- 12:10 Changeset [2575] by
- * fuzz.c: activate the fuzz() debug message, it may be verbose but I end …
- 12:10 Changeset [2574] by
- * lib-mem.c: with all the preprocessor crap that we now have in C files, …
- 11:57 Changeset [2573] by
- * Factored the test suite to avoid excessive code duplication.
- 11:57 Changeset [2572] by
- * lib-stream.c: since srefill is far more powerful than srget, we only …
- 03:29 Changeset [2571] by
- * lib-stream.c: fix a bug in the OS X srefill implementation.
- 03:22 Changeset [2570] by
- * lib-stream.c: the BSDs' refill function is slightly different from the …
07/18/08:
- 13:01 publications edited by
- (diff)
- 11:28 Changeset [2569] by
- * Implement srget on FreeBSD, which is yet another version of srefill.
- 11:28 Changeset [2568] by
- * lib-stream.c: fix the fread() implementation on FreeBSD 7.0.
- 11:28 Changeset [2567] by
- * check-utils: only perform 3 util test series, the rest was only here to …
- 11:28 Changeset [2566] by
- * lib-stream.c: only use the srefill trick on OS X. HP-UX is too …
- 11:28 Changeset [2565] by
- * lib-mem.c: fix FreeBSD 7.0 build by including <sys/cdefs.h> earlier on.
- 11:28 Changeset [2564] by
- * Make the RNG test shorter... it should not vary across platforms anyway.
- 11:28 Changeset [2563] by
- * Add slightly more complex modes to zzcat.
- 11:28 Changeset [2562] by
- * Better check for the func keyword that does not rely on assumptions …
- 11:27 Changeset [2561] by
- * Add simpler modes to zzcat to better analyse what's going on.
07/17/08:
- 02:20 publications edited by
- add an "in the news" section (diff)
- 01:24 Changeset [2560] by
- * bug-memory.c: fix the SIGSEGV unit test.
- 01:17 Changeset [2559] by
- * Support fsetpos64 on Linux.
- 01:17 Changeset [2558] by
- * zzcat.c: partial fread() reads are undefined; avoid them in zzcat.
07/16/08:
- 23:54 Changeset [2557] by
- * lib-mem.c: add pre-include macro to get getc_unlocked() on OpenSolaris?.
- 23:45 Changeset [2556] by
- * lib-mem.c: add pre-include macros to get mmap and valloc on OpenSolaris?.
- 23:45 Changeset [2555] by
- * zzuf.c: rename sig2str to sig2name; the former is a Solaris libc symbol.
- 23:41 Changeset [2554] by
- * Another fucked commit... synchronise config.h and lib-stream.c.
- 23:37 Changeset [2553] by
- * lib-stream.c: try to make the filbuf() implementation portable across …
- 23:24 Changeset [2552] by
- * Implement freopen64, fsetpos64 and fseeko64 for OpenSolaris?.
- 23:03 Changeset [2551] by
- * check-utils: use tail -n X or tail -X depending on the platform.
- 22:53 Changeset [2550] by
- * bootstrap: update bootstrapping script for OpenSolaris? compatibility. …
- 22:36 Changeset [2549] by
- * Oops, forgot to check in check-md5.
- 22:36 Changeset [2548] by
- * Add a unit test for MD5 hashes.
- 19:25 Ticket #42 (toilet: use mygetopt.c) created by
- Other projects (img2txt, genethumb, neercs, zzuf) use our custom …
- 19:24 Changeset [2547] by
- * mygetopt.c: fix a parsing issue with short options.
- 19:23 Changeset [2546] by
- * mygetopt.c: fix a parsing issue with short options.
- 19:23 Changeset [2545] by
- * Add a bunch of unit tests to check for zzuf basic capabilities: SIGSEGV …
- 19:23 Changeset [2544] by
- * mygetopt.c: fix a parsing issue with short options.
- 19:23 Changeset [2543] by
- * mygetopt.c: fix a parsing issue with short options.
- 19:23 Changeset [2542] by
- * Fix a few HP-UX warnings caused by missing headers.
- 19:23 Changeset [2541] by
- * Split the test suite into the RNG test and the Unix utils test.
- 17:51 zzuf/bugs edited by
- lol HP-UX (diff)
- 15:53 Changeset [2540] by
- * bootstrap: update bootstrapping script. * configure.ac: hide autotools …
- 15:50 Changeset [2539] by
- * Fix bad AM_CONDITIONAL location: it must be in the default code path.
- 15:36 Changeset [2538] by
- * lock.c: do not build PTY locking mechanism if PAM isn't present.
- 15:30 Changeset [2537] by
- * configure.ac: fix libcucul-dev dependency value.
- 15:06 Changeset [2536] by
- * cucul/file.c: fix a typo causing build failures when zlib is not here.
- 15:06 Changeset [2535] by
- * Make the asm checks for fsin/fcos and fldln2/fxch/fyl2x more robust by …
- 11:52 Changeset [2534] by
- * zzuf.c: retrieve library object name from libtool's .la file so we don't …
- 11:52 Changeset [2533] by
- * Implement srefill() for full HP-UX support on parisc-gcc.
- 11:51 Changeset [2532] by
- * zzcat.c: compilation fix for missing headers.
- 11:51 Changeset [2531] by
- * testsuite.h: do not test for grep -a if the option is unknown.
07/15/08:
- 23:34 Changeset [2530] by
- * Add a few _INCLUDE_POSIX_SOURCE defines here and there so that we build …
- 22:16 Changeset [2529] by
- * testsuite.sh: use printf instead of echo -n for better portability.
- 22:16 Changeset [2528] by
- * Implement additional functions required on HP-UX: fopen64, fseeko64, …
- 22:16 Changeset [2527] by
- * Build on HP-UX systems: disable unsupported warning flags, define …
- 22:16 Changeset [2526] by
- * configure.ac: do not use -fno-strength-reduce -fomit-frame-pointer, …
- 22:15 Changeset [2525] by
- * zzuf.c: reformated the licensing information for zzuf -V.
- 22:15 Changeset [2524] by
- * lib-stream.c: remove an unused variable.
- 22:15 Changeset [2523] by
- * Fix a compilation issue on FreeBSD by defining _BSD_SOURCE and including …
- 22:15 Changeset [2522] by
- * Fix the Win32 package build. No, it still doesn't work, it just builds.
- 22:15 Changeset [2521] by
- * Set a default maximum memory usage value to avoid excessive swapping.
07/09/08:
- 22:53 publications edited by
- (diff)
- 22:47 publications edited by
- add a reference to the LNCS volume (diff)
- 22:42 publications edited by
- (diff)
- 22:42 publications edited by
- mention Jylam's conferences and reorder by date (diff)
- 22:38 publications edited by
- HSF slides (diff)
- 22:34 publications edited by
- RMLL 08 slides (diff)
- 22:28 publications edited by
- link to presentation slides (diff)
- 22:16 publications edited by
- ICISP paper (diff)
- 22:10 publications created by
- creating page
- 12:50 Changeset [2520] by
- * Ideas for a zzufrc file.
- 12:47 zzuf edited by
- cleanup (diff)
- 12:28 zzuf/bugs edited by
- switched tables to wiki formatting (diff)
- 11:56 zzuf/bugs edited by
- re-added the old crash tables (diff)
- 11:26 zzuf/bugs created by
- creating separate bugs page
07/05/08:
- 18:44 WikiStart edited by
- beta14 (diff)
- 18:43 libcaca edited by
- beta14 (diff)
- 18:39 Changeset [2519] by
- * Fix plugin build.
- 18:34 Changeset [2518] by
- * Set version to 0.99.beta14. * Updateed NEWS and ChangeLog?.
- 18:28 Changeset [2517] by
- * Check for FTGL in the configure step, because we will use it later. * …
- 14:40 WikiStart edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.
