|
|
@2668
|
14 years |
Sam Hocevar |
* pipi.c: implement pipi_copy().
|
|
|
@2667
|
14 years |
Sam Hocevar |
* pixels.c: store byte length and bits-per-pixel value in the …
|
|
|
@2666
|
14 years |
Sam Hocevar |
* Prefix dithering functions with _dither_ to avoid namespace cluttering.
|
|
|
@2665
|
14 years |
Sam Hocevar |
* ordered.c: implement Bayer dithering (pretty trivial).
|
|
|
@2664
|
14 years |
Sam Hocevar |
* dbs.c: optimise DBS by ignoring 16x16 cells that had no pixel …
|
|
|
@2663
|
14 years |
Sam Hocevar |
* dbs.c: improve the DBS human visual system kernel by adding two …
|
|
|
@2662
|
14 years |
Sam Hocevar |
* sharpen.c: add a sharpen filter example, using our generic …
|
|
|
@2661
|
14 years |
Sam Hocevar |
* blur.c: remove the blurring code and use our generic convolution
…
|
|
|
@2660
|
14 years |
Sam Hocevar |
* convolution.c: automatically detect when a convolution filter is …
|
|
|
@2659
|
14 years |
Sam Hocevar |
* blur.c: fix the blur example’s argument checking.
|
|
|
@2658
|
14 years |
Sam Hocevar |
* convolution.c: generic convolution method. Does not take advantage …
|
|
|
@2657
|
14 years |
Sam Hocevar |
* edd.c: output MSD instead of RMSD in the displacement computation.
|
|
|
@2656
|
14 years |
Sam Hocevar |
* Error diffusion methods now support either raster or serpentine scan.
|
|
|
@2655
|
14 years |
Sam Hocevar |
* pixels.c: support more conversion combinations.
|
|
|
@2654
|
14 years |
Sam Hocevar |
* ostromoukhov.c: Ostromoukhov's simple error diffusion algorithm.
|
|
|
@2653
|
14 years |
Sam Hocevar |
* floydsteinberg.c: perform Floyd-Steinberg dithering on a serpentine path.
|
|
|
@2652
|
14 years |
Sam Hocevar |
* dither.c: add an example program for dithering methods.
|
|
|
@2651
|
14 years |
Sam Hocevar |
* dbs.c: new dithering function: Direct Binary Search. One of the best …
|
|
|
@2650
|
14 years |
Sam Hocevar |
* measure.c: there is now pipi_measure_msd in addition to …
|
|
|
@2649
|
14 years |
Pascal Terjan |
* Check a few more realloc, and return when they fail
|
|
|
@2648
|
14 years |
Pascal Terjan |
* Check a few more malloc, and output errors on stderr
|
|
|
@2647
|
14 years |
Sam Hocevar |
* edd.c: output E_fast as well.
|
|
|
@2646
|
14 years |
Jean-Yves Lamoureux |
* Set default (temporary) size of initial term to 80x80 to avoid …
|
|
|
@2645
|
14 years |
Pascal Terjan |
* Move the end of options parsing into handle_command_line
|
|
|
@2644
|
14 years |
Sam Hocevar |
* edd.c: example program that computes the Floyd-Steinberg …
|
|
|
@2643
|
14 years |
Sam Hocevar |
* blur.c: adapt the kernel size to large values of dx and/or dy.
* …
|
|
|
@2642
|
14 years |
Jean-Yves Lamoureux |
* Moved most of the command line parsing to its own function
|
|
|
@2641
|
14 years |
Jean-Yves Lamoureux |
* Added window list and window selection by name using ctrl-a-"
|
|
|
@2640
|
14 years |
Pascal Terjan |
* Fill TODO with nice wishes
|
|
|
@2639
|
14 years |
Jean-Yves Lamoureux |
* We can now choose current window with ctrl-a-N where N is 0-9
|
|
|
@2638
|
14 years |
Jean-Yves Lamoureux |
* Don't quit if a refresh doesn't work. Problem must be tougher as …
|
|
|
@2637
|
14 years |
Sam Hocevar |
* Add Floyd-Steinberg grayscale dithering.
|
|
|
@2636
|
14 years |
Sam Hocevar |
* pixels.c: fix a typo in the dithering method that could cause crashes.
|
|
|
@2635
|
14 years |
Sam Hocevar |
* measure.c: started writing error/measure functions. First one is RMSD.
|
|
|
@2634
|
14 years |
Sam Hocevar |
* blur.c: support for greyscale images.
|
|
|
@2633
|
14 years |
Sam Hocevar |
* pixels.c: start supporting grayscale images.
|
|
|
@2632
|
14 years |
Sam Hocevar |
* codec.c: bump Imlib2 and OpenCV priorities over SDL.
|
|
|
@2631
|
14 years |
Sam Hocevar |
* opencv.c: bring the OpenCV codec up to date.
|
|
|
@2630
|
14 years |
Sam Hocevar |
* pixels.c: add support for 24-bpp BGR format.
|
|
|
@2629
|
14 years |
Sam Hocevar |
* pipi.c: reimplement pipi_new() without relying on the underlying …
|
|
|
@2628
|
14 years |
Sam Hocevar |
* configure.ac: fix the OpenCV detection by using pkg-config.
|
|
|
@2627
|
14 years |
Pascal Terjan |
* Use "config.h" everywhere
|
|
|
@2626
|
14 years |
Pascal Terjan |
* Handle Ctrl-a k (and not only Ctrl-a Ctrl-k)
|
|
|
@2625
|
14 years |
Pascal Terjan |
* Filter out events that we don't use
* Reduce caca_get_event timeout
|
|
|
@2624
|
14 years |
Pascal Terjan |
* Move all server creatio ninto server.c
|
|
|
@2623
|
14 years |
Pascal Terjan |
* No need to reize windows until we now the size of the client
|
|
|
@2622
|
14 years |
Pascal Terjan |
* Don't use free'd title during the final animation
|
|
|
@2621
|
14 years |
Sam Hocevar |
* Start shipping unit tests. The first one checks that converting an
…
|
|
|
@2620
|
14 years |
Sam Hocevar |
* pixels.c: clamp pixels in the float32 -> rgba32 conversion to avoid
…
|
|
|
@2619
|
14 years |
Sam Hocevar |
* filter/blur.c: avoid annoying side effects with very small or …
|
|
|
@2618
|
14 years |
Sam Hocevar |
* filter/blur.c: minor optimisation in the kernel generation.
|
|
|
@2617
|
14 years |
Sam Hocevar |
* blur.c: support for variable blur radius and Gaussian offset.
|
|
|
@2616
|
14 years |
Sam Hocevar |
* pixels.c: add Floyd-Steinberg dithering to the float32 -> rgba32
…
|
|
|
@2615
|
14 years |
Sam Hocevar |
* term.c: use size_t instead of unsigned int to avoid warnings.
|
|
|
@2614
|
14 years |
Pascal Terjan |
* Factorize some code in attach.c
|
|
|
@2613
|
14 years |
Pascal Terjan |
* Handle events even if we get flooded on the socket
|
|
|
@2612
|
14 years |
Pascal Terjan |
* Revert change about ptrace.h, should not be commited
|
|
|
@2611
|
14 years |
Pascal Terjan |
* Fix copy/paste errors
|
|
|
@2610
|
14 years |
Pascal Terjan |
* Fix build without PAM
|
|
|
@2609
|
14 years |
Sam Hocevar |
* pixels.c: speed up the RGBA32 -> float32 conversion, using a simple LUT.
|
|
|
@2608
|
14 years |
Sam Hocevar |
* blur.c: separated blur; it's now incredibly faster.
|
|
|
@2607
|
14 years |
Sam Hocevar |
* Free surfaces allocated by pipi_getpixels() in pipi_free().
|
|
|
@2606
|
14 years |
Sam Hocevar |
* blur.c: fix overflow errors.
|
|
|
@2605
|
14 years |
Sam Hocevar |
* Big API reorganisation. Now libpipi can transparently convert …
|
|
|
@2604
|
14 years |
Sam Hocevar |
* Add a blur example.
|
|
|
@2603
|
14 years |
Sam Hocevar |
* Test implementation of Gaussian blurring. It's awfully slow and does …
|
|
|
@2602
|
14 years |
Sam Hocevar |
* pixels.c: do not return a white pixel when calling getpixel() …
|
|
|
@2601
|
14 years |
Sam Hocevar |
* Improve genethumb --help message.
|
|
|
@2600
|
14 years |
Sam Hocevar |
* Typo.
|
|
|
@2599
|
14 years |
Sam Hocevar |
* bootstrap: update bootstrapping script.
|
|
|
@2598
|
14 years |
Pascal Terjan |
* Fix attach which got broken by .srv addition
|
|
|
@2597
|
14 years |
Pascal Terjan |
* Don't detach on temporary write failure
|
|
|
@2596
|
14 years |
Pascal Terjan |
* Suffix the server socket, it's on them that we glob
* If the last …
|
|
|
@2595
|
14 years |
Pascal Terjan |
* But don't leak
|
|
|
@2594
|
14 years |
Pascal Terjan |
* Wait until the server is started
|
|
|
@2593
|
14 years |
Pascal Terjan |
* Disconnect when failing to write to the client
|
|
|
@2592
|
14 years |
Pascal Terjan |
* Include config.h in attach.c to have DEBUG
|
|
|
@2591
|
14 years |
Pascal Terjan |
* Fix a double free and free everything in case of error
|
|
|
@2590
|
14 years |
Pascal Terjan |
* Fix warnings
|
|
|
@2589
|
14 years |
Pascal Terjan |
* Add missing part in detach code (a lot of cleanup and fixes needed)
|
|
|
@2588
|
14 years |
Pascal Terjan |
* Rewrote detach handling, enjoy silent neercs
|
|
|
@2587
|
14 years |
Pascal Terjan |
* Ensure screen_list->config is NULL when there is no config file
|
|
|
@2586
|
14 years |
Sam Hocevar |
* Smaller header.
|
|
|
@2585
|
14 years |
Sam Hocevar |
* minor link fix.
|
|
|
@2584
|
14 years |
Sam Hocevar |
* Hack around to get HP-UX tools to work. It still fails the most …
|
|
|
@2583
|
14 years |
Sam Hocevar |
* zzuf.c: make the -B flag (max bytes) also work when fuzzing the …
|
|
|
@2582
|
14 years |
bsittler |
improved terminal emulation (partial ISO-2022 support)
|
|
|
@2581
|
14 years |
bsittler |
Ctrl-A a & Ctrl-A ? behaviour
|
|
|
@2580
|
14 years |
bsittler |
OS X compilation fixes
|
|
|
@2579
|
14 years |
Sam Hocevar |
* test/Makefile.am: add functions.inc to the distribution.
|
|
|
@2578
|
14 years |
Sam Hocevar |
* configure.ac: fix the printf attribute macro.
|
|
|
@2577
|
14 years |
Sam Hocevar |
* configure.ac: add a check for the printf function attribute.
|
|
|
@2576
|
14 years |
Sam Hocevar |
* bug-div0.c: raise SIGFPE manually since Darwin won't trap on 1/0.
|
|
|
@2575
|
14 years |
Sam Hocevar |
* fuzz.c: activate the fuzz() debug message, it may be verbose but I …
|
|
|
@2574
|
14 years |
Sam Hocevar |
* lib-mem.c: with all the preprocessor crap that we now have in C …
|
|
|
@2573
|
14 years |
Sam Hocevar |
* Factored the test suite to avoid excessive code duplication.
|
|
|
@2572
|
14 years |
Sam Hocevar |
* lib-stream.c: since srefill is far more powerful than srget, we …
|
|
|
@2571
|
14 years |
Sam Hocevar |
* lib-stream.c: fix a bug in the OS X srefill implementation.
|
|
|
@2570
|
14 years |
Sam Hocevar |
* lib-stream.c: the BSDs' refill function is slightly different from …
|
|
|
@2569
|
14 years |
Sam Hocevar |
* Implement srget on FreeBSD, which is yet another version of srefill.
|
|
|