|
|
@4711
|
10 years |
Alex Foulon |
* Add examples: blit, frames and text.
|
|
|
@4710
|
10 years |
Alex Foulon |
* Bind figfont functions
* Add example figfont
|
|
|
@4709
|
10 years |
Sam Hocevar |
Allow larger image previews on the website.
|
|
|
@4708
|
10 years |
Alex Foulon |
* Convert RGB image to RGBA.
|
|
|
@4707
|
10 years |
Alex Foulon |
* Fix color mask order in Dither class.
|
|
|
@4706
|
10 years |
Alex Foulon |
* Add example: port of img2txt with python bindings.
|
|
|
@4705
|
10 years |
Alex Foulon |
* Bind dither functions
|
|
|
@4704
|
10 years |
Sam Hocevar |
YUV support in dumpmovie and makemovie.
|
|
|
@4703
|
10 years |
Sam Hocevar |
Ensure dumpmovie outputs YUVA pictures.
|
|
|
@4702
|
10 years |
Jean-Yves Lamoureux |
* Fixed typo in img2txt doc (patch courtesy of Julien Danjou)
* Fixes #85
|
|
|
@4701
|
10 years |
carmie |
|
|
|
@4700
|
10 years |
Sam Hocevar |
Import x264 presets into sequence.c. Doesn't work properly yet.
|
|
|
@4699
|
10 years |
Sam Hocevar |
Clamp Y to 16 - 235, as the MPEG standard uses.
|
|
|
@4698
|
10 years |
Sam Hocevar |
Add a simple dumpmovie program to extract YUV images from a movie.
|
|
|
@4697
|
10 years |
Sam Hocevar |
Add functions to convert from RGB to YUV and back.
|
|
|
@4696
|
10 years |
Sam Hocevar |
Implement bicubic resampling. Lacks some blurring in the pre-pass, maybe.
|
|
|
@4695
|
10 years |
Sam Hocevar |
Minor compilation warning fix.
|
|
|
@4694
|
10 years |
Sam Hocevar |
Make the movie generation methods and program more versatile.
|
|
|
@4693
|
10 years |
Sam Hocevar |
Update opencv codec to more recent cvSaveImage prototype.
|
|
|
@4692
|
10 years |
Sam Hocevar |
Look for highgui.h in addition to the opencv package.
|
|
|
@4691
|
10 years |
Sam Hocevar |
Avoid floating-point divisions in the Bresenham resize.
|
|
|
@4690
|
10 years |
Sam Hocevar |
Move resize.c to an algorithm-specific file so that we can implement …
|
|
|
@4689
|
10 years |
Sam Hocevar |
Fix the Win32 build: ssize_t was no longer defined.
|
|
|
@4688
|
10 years |
Sam Hocevar |
Convert stuff to Visual Studio 2010. It has <stdint.h>!
|
|
|
@4687
|
10 years |
Sam Hocevar |
Minor tuning to caca_types.h.
|
|
|
@4686
|
10 years |
Sam Hocevar |
Get rid of the build time generated caca_types.h. It sucked.
|
|
|
@4685
|
10 years |
Sam Hocevar |
Fix wrong pointer types in the network range structures.
|
|
|
@4684
|
10 years |
Sam Hocevar |
Fix line endings.
|
|
|
@4683
|
10 years |
Sam Hocevar |
Get rid of the getopt reimplementation and depend on libcaca instead.
|
|
|
@4682
|
10 years |
Sam Hocevar |
Remove useless reference to deprecated libcucul.
|
|
|
@4681
|
10 years |
Sam Hocevar |
Remove the build dependency on the getopt implementation and use …
|
|
|
@4680
|
10 years |
Sam Hocevar |
Link libcaca with -lgnugetopt if necessary.
|
|
|
@4679
|
10 years |
Sam Hocevar |
Set version to 0.99beta18.
|
|
|
@4678
|
10 years |
Sam Hocevar |
Remove spurious tabs from source.
|
|
|
@4677
|
10 years |
Sam Hocevar |
Move mygetopt() directly into libcaca, for use by other programs.
|
|
|
@4676
|
10 years |
Sam Hocevar |
Implement ReOpenFile? and fix a few Win32 compilation warnings.
|
|
|
@4675
|
10 years |
Sam Hocevar |
Fix Win32 intermediate build directories.
|
|
|
@4674
|
10 years |
Sam Hocevar |
Fix missing ZZUF_DEBUGFD passing and debug function availability.
|
|
|
@4673
|
10 years |
Sam Hocevar |
Fix a bug in the %i formatting and implement %S.
|
|
|
@4672
|
10 years |
Sam Hocevar |
Get the debug channel to work on Win32.
|
|
|
@4671
|
10 years |
Sam Hocevar |
Treat %x arguments as unsigned in the printf reimplementation.
|
|
|
@4670
|
10 years |
Sam Hocevar |
Fix the printf reimplementation to properly handle INT_MIN.
|
|
|
@4669
|
10 years |
Sam Hocevar |
Disable select() on Win32. It is not supported on non-sockets.
|
|
|
@4668
|
10 years |
Sam Hocevar |
Remove useless PARENT_FD/CHILD_FD hack.
|
|
|
@4667
|
10 years |
Sam Hocevar |
Make it easier to dynamically allocate the debug filedescriptor later.
|
|
|
@4666
|
10 years |
Sam Hocevar |
Filedescriptor 0 is the debug channel, not stdin! Fix that.
|
|
|
@4665
|
10 years |
Sam Hocevar |
Proper child command line construction on Win32. There is no need
to …
|
|
|
@4664
|
10 years |
Sam Hocevar |
Inherit stdin/stdout/stderr in the child process under Win32.
|
|
|
@4663
|
10 years |
Sam Hocevar |
Remove useless code for Win32 diversions.
|
|
|
@4662
|
10 years |
Sam Hocevar |
Mark diverted Win32 functions as stdcall, it's the correct calling …
|
|
|
@4661
|
10 years |
Sam Hocevar |
Divert ReadFile?() and CloseHandle?().
|
|
|
@4660
|
10 years |
Sam Hocevar |
Drop Visual Studio 2008 support and require the 2010 version. The
2010 …
|
|
|
@4659
|
10 years |
Sam Hocevar |
Fix compilation warnings on Win32.
|
|
|
@4658
|
10 years |
Sam Hocevar |
Divert CreateFileW in addition to CreateFileA.
|
|
|
@4657
|
10 years |
Sam Hocevar |
Fix the Linux build to accomodate with the new Win32 features.
|
|
|
@4656
|
10 years |
Sam Hocevar |
CreateFile?() diversion proof of concept.
|
|
|
@4655
|
10 years |
Sam Hocevar |
Add a mechanism for Win32 diversions.
|
|
|
@4654
|
10 years |
Sam Hocevar |
Fix a bug caused by undefined function call precedence.
|
|
|
@4653
|
10 years |
Sam Hocevar |
Fix zzat compilation on Win32 and create a .vcxproj file for it.
|
|
|
@4652
|
10 years |
Sam Hocevar |
Minor Win32 code simplification in sys.c.
|
|
|
@4651
|
10 years |
Sam Hocevar |
Divert AttachConsole?() and AllocConsole?() for debugging purposes.
|
|
|
@4650
|
10 years |
Sam Hocevar |
Full support for ASLR in the Win32 loader.
|
|
|
@4649
|
10 years |
Sam Hocevar |
Refactor the DLL initialisation code to allow several diversions.
|
|
|
@4648
|
10 years |
Sam Hocevar |
Improve the DLL injection code. Now seems to work rather
well under …
|
|
|
@4647
|
10 years |
Sam Hocevar |
Do not build ASLR binaries on Windows for now.
|
|
|
@4646
|
10 years |
Sam Hocevar |
Fix Win32 build.
|
|
|
@4645
|
10 years |
Sam Hocevar |
Add a few comments in the code for new Win32 strategies.
|
|
|
@4644
|
10 years |
Sam Hocevar |
Mark the font data as const. We no longer modify it in place.
|
|
|
@4643
|
10 years |
Sam Hocevar |
Comply with cygwin's curses.h implementation.
|
|
|
@4642
|
10 years |
Pascal Terjan |
* Do not force output to be in UTF-8, some people have not switched yet…
|
|
|
@4641
|
10 years |
Pascal Terjan |
* Fix using dead keys on my us_intl keyboard
- Ignore key events …
|
|
|
@4640
|
10 years |
Pascal Terjan |
* Fix build in debug mode /o\
|
|
|
@4639
|
10 years |
carmie |
|
|
|
@4638
|
10 years |
carmie |
|
|
|
@4637
|
10 years |
carmie |
|
|
|
@4636
|
10 years |
carmie |
|
|
|
@4635
|
10 years |
carmie |
|
|
|
@4634
|
10 years |
carmie |
|
|
|
@4633
|
10 years |
carmie |
|
|
|
@4632
|
10 years |
carmie |
|
|
|
@4631
|
10 years |
carmie |
|
|
|
@4630
|
10 years |
carmie |
|
|
|
@4629
|
10 years |
carmie |
|
|
|
@4628
|
10 years |
carmie |
|
|
|
@4627
|
10 years |
carmie |
|
|
|
@4626
|
10 years |
carmie |
|
|
|
@4625
|
10 years |
carmie |
|
|
|
@4624
|
10 years |
carmie |
|
|
|
@4623
|
10 years |
carmie |
|
|
|
@4622
|
10 years |
carmie |
|
|
|
@4621
|
10 years |
carmie |
|
|
|
@4620
|
10 years |
carmie |
|
|
|
@4619
|
10 years |
carmie |
|
|
|
@4618
|
10 years |
carmie |
|
|
|
@4617
|
10 years |
carmie |
|
|
|
@4616
|
10 years |
carmie |
|
|
|
@4615
|
10 years |
carmie |
|
|
|
@4614
|
10 years |
carmie |
|
|
|
@4613
|
10 years |
carmie |
|
|
|
@4612
|
10 years |
carmie |
|
|
|