27 Commits (ce535c4f9c26247e2b3ac48888c8f13f98059c21)

Autor SHA1 Mensagem Data
  sam 8f68604bcc libpipi: do not swap bytes in the GDI loader. 16 anos atrás
  sam 9b044feef7 libpipi: fix a double free in the Oric codec. 16 anos atrás
  sam a63c525fb7 libpipi: fix a buffer underallocation. 16 anos atrás
  sam 92c813ec69 libpipi: get rid of all remaining large stack allocations. 16 anos atrás
  sam d8f42fb418 libpipi: replace large stack buffer allocations with malloc(). 16 anos atrás
  sam 497e7330e8 libpipi: sometimes imlib_load_image() succeeds but imlib_image_get_data() 16 anos atrás
  sam 77d650ccf5 libpipi: fix a sign bug in the GDI loader. 16 anos atrás
  sam 6c8787f346 Remove tabs in the code here and there. 16 anos atrás
  sam 3bf0d166a8 libpipi: fix file headers. 16 anos atrás
  sam 0eb36a6225 Support C99 types on Win32 through the same hacks as in libcaca. 16 anos atrás
  jylam b222945a6e * Added preliminary support of CoreImage (Cocoa/Mac OS X) 16 anos atrás
  sam b254b61998 oric.c: allow to load invalid files that img2oric used to generate. 16 anos atrás
  sam ab741dd245 Wrote an Oric hires file writer, based on img2oric. 16 anos atrás
  sam 36438eed8f Fix headers. 16 anos atrás
  sam 2f5dae2927 Wrote an Oric hires file parser. 16 anos atrás
  sam de6742dd3f Fix uninitialised values in most codec image writers. 16 anos atrás
  sam 9f10fdd2b9 gdi.c: the GDI codec can now open and save BMP files. 16 anos atrás
  sam 89d3be6048 Detect Windows GDI at configuration time. 16 anos atrás
  sam 6fc2b78f37 Allow to use all available image loaders instead of just the first one. 16 anos atrás
  jylam 4a41d81ee6 * Moved accessors to their own file, and added a pipi_get_format_name() 16 anos atrás
  sam 23bd005f9c * pipi.h: add the PIPI_PIXELS_MASK_C pixel format for canvas boundaries. 16 anos atrás
  sam 3784480d3b * Add a new image flag, u8, which indicates whether the image samples come 16 anos atrás
  sam a17c6753e3 * pixels.c: store byte length and bits-per-pixel value in the pipi_pixels_t 16 anos atrás
  sam af15db52cb * opencv.c: bring the OpenCV codec up to date. 16 anos atrás
  sam 8953c91d6b * pipi.c: reimplement pipi_new() without relying on the underlying codec 16 anos atrás
  sam 31328a14aa * Big API reorganisation. Now libpipi can transparently convert between 16 anos atrás
  sam 6a86e2b643 * Split the image loaders into sdl.c, imlib.c and opencv.c. We'll do 17 anos atrás