index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ext
/
libpng
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext/libpng/gstpngdec.c: Don't return GST_FLOW_ERROR when buffer_alloc fails -...
Jan Schmidt
2008-06-30
1
-3
/
+2
*
ext/libpng/gstpngenc.*: Preallocate the output buffer so that g_memdup() and ...
Alessandro Decina
2008-01-29
2
-19
/
+26
*
ext/libpng/gstpngdec.c: Post error before sending EOS. Fixes #499178.
Wim Taymans
2007-11-29
1
-1
/
+1
*
ext/libpng/gstpngdec.*: Don't release the png-memory from within the callback.
Stefan Kost
2007-11-20
2
-12
/
+19
*
ext/libpng/gstpngenc.c: Don't leak buffer data memory. Fixes #498395.
René Stadler
2007-11-20
1
-1
/
+2
*
ext/annodex/Makefile.am: Fix CFLAGS/LIBS.
Stefan Kost
2007-07-20
1
-0
/
+1
*
More docs. More logs in pngdec.
Stefan Kost
2007-07-18
1
-10
/
+17
*
Fix build against core CVS.
Tim-Philipp Müller
2007-07-11
1
-1
/
+2
*
ext/libpng/gstpngdec.c: Remove endianness-flipping hack that seems to have be...
Jan Schmidt
2007-07-06
1
-1
/
+6
*
ext/: When operating in pull mode, error out correct on not-linked.
Tim-Philipp Müller
2007-06-08
1
-4
/
+5
*
ext/libpng/gstpngdec.c: Fix build on macosx.
Edward Hervey
2007-05-16
1
-3
/
+4
*
ext/libpng/gstpngdec.c: If we get a fatal flow return in the loop function, f...
Tim-Philipp Müller
2007-04-25
1
-1
/
+1
*
ext/libpng/gstpngenc.*: Fix strides. Fixes #364856.
Wim Taymans
2006-10-27
2
-27
/
+19
*
Printf format fixes.
Tim-Philipp Müller
2006-10-05
1
-1
/
+1
*
ext/libpng/gstpngdec.*: Use statically allocated segment instead of leaking.
Wim Taymans
2006-07-17
2
-67
/
+98
*
ext/libpng/gstpngdec.*: Implement buffer clipping/dropping using GstSegment.
Edward Hervey
2006-07-03
2
-5
/
+61
*
Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...
Tim-Philipp Müller
2006-06-22
2
-2
/
+2
*
Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
Stefan Kost
2006-06-01
2
-7
/
+7
*
ext/libpng/gstpngenc.c: In snapshot mode, we always return GST_FLOW_UNEXPECTE...
Edward Hervey
2006-05-16
1
-4
/
+2
*
ext/libpng/Makefile.am: Add LIBPNG_CFLAGS.
Zaheer Abbas Merali
2006-05-16
1
-1
/
+1
*
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
2006-04-25
2
-2
/
+2
*
ext/libpng/gstpngdec.*: Handle more than one frame if the content is framed, ...
Tim-Philipp Müller
2006-04-11
2
-12
/
+99
*
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
2006-04-08
2
-2
/
+2
*
better/unified long descriptions
Wim Taymans
2006-03-30
2
-12
/
+10
*
ext/libpng/gstpngdec.c: Make state change function thread-safe.
Tim-Philipp Müller
2006-03-23
1
-4
/
+11
*
Fix memleak with gst_static_pad_template_get().
Edward Hervey
2006-03-15
2
-8
/
+9
*
close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.
Wim Taymans
2006-03-13
1
-0
/
+3
*
ext/libpng/gstpngdec.c: Implement paletted and grayscale png files handling. ...
Julien Moutte
2006-03-06
1
-5
/
+24
*
C89 fixes: declare variables at the beginning of a block and
Jens Granseuer
2006-01-23
1
-1
/
+3
*
expand tabs
Thomas Vander Stichele
2005-12-06
2
-7
/
+7
*
Update for alloc_buffer changes.
Andy Wingo
2005-12-05
1
-2
/
+4
*
More fractional framerate conversions
Jan Schmidt
2005-11-22
3
-7
/
+11
*
ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...
Andy Wingo
2005-11-22
1
-1
/
+1
*
ext/libpng/gstpngenc.c: Added debug category
Edward Hervey
2005-11-18
1
-1
/
+13
*
rework configure.ac; make asterisk rtp stuff compile on mingw
Thomas Vander Stichele
2005-11-14
1
-1
/
+2
*
ext/libpng/gstpngdec.c: Push a newsegment event, move some redundant code in ...
Julien Moutte
2005-10-25
1
-60
/
+40
*
ext/libpng/gstpngdec.c: Temporary hack to get correct colors order when we ha...
Julien Moutte
2005-10-25
1
-3
/
+17
*
ext/libpng/gstpngdec.c: Don't use fixed caps on a sink pad.
Julien Moutte
2005-10-24
1
-1
/
+0
*
STOPPED->FAILED
Thomas Vander Stichele
2005-10-23
1
-4
/
+7
*
ext/libpng/gstpngdec.c: forgot the buffer unref in pull.
Julien Moutte
2005-10-18
1
-0
/
+2
*
ext/libpng/gstpngdec.*: Complete rewrite of pngdec. It's now very nice and ha...
Julien Moutte
2005-10-18
2
-140
/
+465
*
ext/libpng/gstpngdec.c: We use fixed caps.
Julien Moutte
2005-10-17
1
-3
/
+3
*
configure.ac: Adding videomixer.
Julien Moutte
2005-10-17
1
-1
/
+1
*
ext/libpng/: Ported pngdec to 0.9
Julien Moutte
2005-10-15
4
-74
/
+75
*
fix build and use of GST_LIBS
Thomas Vander Stichele
2005-09-23
1
-2
/
+1
*
Updates for two-arg init from GST_BOILERPLATE.
Andy Wingo
2005-08-28
1
-1
/
+1
*
ext/libpng/Makefile.am: Fix uninstalled build.
Ronald S. Bultje
2005-08-03
1
-1
/
+1
*
Ported pngenc , still have to port pngdec...
Edward Hervey
2005-08-02
3
-97
/
+92
*
ext/libpng/: Fix byte-order, use proper fixed caps. Fixes #164197.
Ronald S. Bultje
2005-02-08
2
-72
/
+43
*
ext/libpng/gstpngenc.*: Add compression level property (#163323).
Ronald S. Bultje
2005-01-09
2
-2
/
+19
[next]