index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-png.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-30
Silence enumeration warnings following addition of RGB16_565
Chris Wilson
1
-0
/
+1
2010-03-01
api: Introduce CAIRO_FORMAT_INVALID formally in the API.
M Joonas Pihlaja
1
-0
/
+1
2010-02-23
image: split cairo_image_surface_coerce()
Benjamin Otte
1
-2
/
+1
2010-01-25
[png] Simplify coercion code
Benjamin Otte
1
-10
/
+6
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+2
2009-05-15
[debug] Check image contents using memcheck.
Chris Wilson
1
-0
/
+2
2009-05-05
[png] Coerce FORMAT_INVALID to a known image format
Chris Wilson
1
-14
/
+30
2009-02-12
Merge branch '1.8'
Chris Wilson
1
-2
/
+15
2009-02-12
[png] Correct documentation to avoid reference to NULL
Chris Wilson
1
-2
/
+15
2009-01-30
Revert "[png] Complete the idempotent read_png() -> write_png()"
Chris Wilson
1
-14
/
+0
2009-01-29
[png] Avoid a double free of the memory stream after error.
Chris Wilson
1
-1
/
+1
2008-11-29
[png] Fix leak of original png data on error path.
Chris Wilson
1
-4
/
+11
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-7
/
+7
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-7
/
+7
2008-11-26
[png] Use FILE* instead of void*.
Chris Wilson
1
-2
/
+4
2008-11-07
[surface] Pass a separate closure for the mime-type destroy notifier.
Chris Wilson
1
-1
/
+2
2008-11-05
[png] Complete the idempotent read_png() -> write_png()
Chris Wilson
1
-0
/
+14
2008-11-05
[png] Attach the png representation to cairo_surface_create_from_png().
Chris Wilson
1
-49
/
+78
2008-11-04
[png] Use RGB for opaque images.
Chris Wilson
1
-4
/
+7
2008-09-24
Eliminate paranoid check for PNG_INTERLACE_NONE.
Carl Worth
1
-1
/
+1
2008-08-20
[test] Cache last output and compare next time.
Chris Wilson
1
-3
/
+6
2008-08-19
[png] Specify a no-op flush callback (NULL deref)
Alex Rostovtsev
1
-1
/
+8
2008-06-04
Bit swap when writing FORMAT_A1 to PNG on little endian
Adrian Johnson
1
-0
/
+3
2008-06-01
Fix newly detected doc syntax issues
Behdad Esfahbod
1
-5
/
+5
2008-04-21
[cairo-png] Call png_set_filler() before png_read_update_info().
Chris Wilson
1
-1
/
+2
2008-04-21
[cairo-png] Recheck png_info after setting transformation options.
Chris Wilson
1
-18
/
+20
2008-04-21
[cairo-png] Create an ARGB32 surface for paletted PNGs.
Chris Wilson
1
-5
/
+14
2008-04-08
Check surface->status and finished in cairo_surface_write_to_png_stream
Chris Wilson
1
-0
/
+6
2008-04-08
Check surface->status and finished in cairo_surface_write_to_png
Carl Worth
1
-0
/
+6
2008-03-21
[cairo-png] Set bKGD gray value.
Chris Wilson
1
-3
/
+2
2008-03-06
[cairo-png] Revert accidental chunk from FORMAT_A1 support.
Chris Wilson
1
-1
/
+3
2008-03-04
[cairo-png] Support generating CAIRO_FORMAT_RGB24 from PNGs.
Chris Wilson
1
-17
/
+52
2008-03-04
[cairo-png] Use cairo_format_stride_for_width()
Chris Wilson
1
-6
/
+10
2008-03-04
[cairo-png] Further hardening against malloc failures.
Chris Wilson
1
-9
/
+29
2008-02-15
[cairo-png] Improve error return for invalid parameters.
Chris Wilson
1
-11
/
+13
2008-01-28
[doc] Make sure all type names in docs are prefixed by #
Behdad Esfahbod
1
-1
/
+1
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
1
-5
/
+5
2008-01-16
[cairo-surface] Introduce _cairo_surface_create_in_error().
Chris Wilson
1
-16
/
+22
2008-01-05
Check errno for appropriate error return.
Chris Wilson
1
-2
/
+8
2007-10-31
[cairo-png] Check for feof whilst reading.
Chris Wilson
1
-1
/
+1
2007-10-31
[cairo-png] Handle missing PNG_SETJMP_SUPPORTED
Chris Wilson
1
-4
/
+12
2007-10-11
[cairo-png] Clean up volatile warning.
Chris Wilson
1
-1
/
+1
2007-10-05
[cairo-png] Markup a couple of original error sites with _cairo_error().
Chris Wilson
1
-3
/
+3
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-12
/
+12
2007-09-25
[cairo-png] Propagate error from read and write funcs.
Chris Wilson
1
-19
/
+38
2007-08-16
[cairo-png] Protect against malloc(0).
Chris Wilson
1
-9
/
+12
2007-06-29
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-3
/
+3
2007-06-07
Fix return value of cairo_surface_write_to_png for unsupported formats
Carl Worth
1
-1
/
+1
2007-04-23
Merge branch 'master' of git+ssh://pmw@git.freedesktop.org/git/cairo
Peter Weilbacher
1
-6
/
+26
2007-04-23
Add a _cairo_error() to png_simple_error_callback()
Chris Wilson
1
-0
/
+1
[next]