Sign in
coral
/
imx-gst-plugins-good
/
9dcdc413a705e6af58cfb2e8188c520db2e0ecbf
/
ext
/
libpng
/
gstpngdec.c
9dcdc41
jpeg, png, vpx: use gst_element_class_set_static_metadata()
by Tim-Philipp Müller
· 12 years ago
a32398f
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
by Mark Nauwelaerts
· 12 years ago
4bb52bb
docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert
by Tim-Philipp Müller
· 13 years ago
4de8bd0
No code with side-effects inside g_assert() please
by Tim-Philipp Müller
· 13 years ago
6e673d4
ext: Update for video base classes API changes
by Sebastian Dröge
· 13 years ago
fa5697e
jpeg/png: Call video_decoder_negotiate()
by Edward Hervey
· 13 years ago
8eadb9c
update for query api changes
by Wim Taymans
· 13 years ago
088c444
png: fix video state leaks
by Vincent Penquerc'h
· 13 years ago
78ec03e
Some printf variable format fixes
by Thiago Santos
· 13 years ago
5ba30e6
png: Port to 0.11 again
by Sebastian Dröge
· 13 years ago
0b82806
png: Port to base video classes
by Edward Hervey
· 13 years ago
e09ae57
Use new gst_element_class_set_static_metadata()
by Tim-Philipp Müller
· 13 years ago
c44cd8f
Merge branch 'master' into 0.11
by Wim Taymans
· 13 years ago
513d480
don't pass random pointers to pull_range
by Wim Taymans
· 13 years ago
ced4758
update for bufferpool changes
by Wim Taymans
· 13 years ago
f3a770a
update for allocation query changes
by Wim Taymans
· 13 years ago
751fcf0
take padding into account
by Wim Taymans
· 13 years ago
38372eb
pngdec: add support for video/x-raw-gray formats
by Andrej Gelenberg
· 13 years ago
9365f12
GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
by Wim Taymans
· 13 years ago
f87ab74
png: port to new memory API
by Wim Taymans
· 13 years ago
2fcb5fa
pngdec: port to 0.11
by Mark Nauwelaerts
· 13 years ago
47a1da9
GST_FLOW_UNEXPECTED -> GST_FLOW_EOS
by Wim Taymans
· 13 years ago
c0e101e
various: fix pad template leaks
by Vincent Penquerc'h
· 13 years ago
24d57ac
pngdec: Remove temporary code
by David Schleef
· 14 years ago
13d4413
pngdec: Handle 16-bit-per-channel images
by David Schleef
· 14 years ago
a513a7b
pngdec: use png_error() as recommended by libpng docs to signal an error
by Stefan Kost
· 14 years ago
58427ee
pngdec: Don't use GST_FLOW_IS_FATAL()
by Sebastian Dröge
· 15 years ago
cccfeaa
gst_element_class_set_details => gst_element_class_set_details_simple
by Benjamin Otte
· 15 years ago
bc873f7
pngenc: Use png_get_io_ptr() instead of accessing io_ptr directly
by Руслан Ижбулатов
· 15 years ago
2514421
png: fix compilation with libpng 1.4
by David Hoyt
· 15 years ago
d9544bc
pngdec: Avoid possible overflow in calculations
by Jan Schmidt
· 16 years ago
32491d5
pngdec: match g_malloc() with g_free()
by John Keeping
· 16 years ago
034a4a7
fix format string in pngdec
by Andy Wingo
· 16 years ago
0cb5b42
Remove trivial unused variables detected by CLang static analyzer.
by Edward Hervey
· 16 years ago
4a9e807
Remove unused variables in _class_init
by Edward Hervey
· 16 years ago
18571b9
pngdec: various cleanups.
by Wim Taymans
· 16 years ago
9cf73bd
Update and add documentation for plugins with deps (ext).
by Stefan Kost
· 16 years ago
7d08894
ext/libpng/gstpngdec.c: Don't return GST_FLOW_ERROR when buffer_alloc fails - return whatever it returned.
by Jan Schmidt
· 17 years ago
b3c5184
ext/libpng/gstpngdec.c: Post error before sending EOS. Fixes #499178.
by Wim Taymans
· 17 years ago
dfdc0fa
ext/libpng/gstpngdec.*: Don't release the png-memory from within the callback.
by Stefan Kost
· 17 years ago
546bc7d
ext/annodex/Makefile.am: Fix CFLAGS/LIBS.
by Stefan Kost
· 18 years ago
73ec6b7
More docs. More logs in pngdec.
by Stefan Kost
· 18 years ago
5e32a71
ext/libpng/gstpngdec.c: Remove endianness-flipping hack that seems to have been required only because of a bug in ffm...
by Jan Schmidt
· 18 years ago
08d5ded
ext/: When operating in pull mode, error out correct on not-linked.
by Tim-Philipp Müller
· 18 years ago
ee21b60
ext/libpng/gstpngdec.c: Fix build on macosx.
by Edward Hervey
· 18 years ago
3f55b6e
ext/libpng/gstpngdec.c: If we get a fatal flow return in the loop function, first post the error message and only the...
by Tim-Philipp Müller
· 18 years ago
82f5a35
Printf format fixes.
by Tim-Philipp Müller
· 18 years ago
cc35079
ext/libpng/gstpngdec.*: Use statically allocated segment instead of leaking.
by Wim Taymans
· 19 years ago
00e08a3
ext/libpng/gstpngdec.*: Implement buffer clipping/dropping using GstSegment.
by Edward Hervey
· 19 years ago
05eaedc
Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro fixes.
by Tim-Philipp Müller
· 19 years ago
27f2c9b
Define GstElementDetails as const and also static (when defined as global)
by Stefan Kost
· 19 years ago
6dccffb
ext/libpng/gstpngdec.*: Handle more than one frame if the content is framed, like with png-in-quicktime (#331917).
by Tim-Philipp Müller
· 19 years ago
b5af832
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
by Stefan Kost
· 19 years ago
629fb23
better/unified long descriptions
by Wim Taymans
· 19 years ago
38c2bcc
ext/libpng/gstpngdec.c: Make state change function thread-safe.
by Tim-Philipp Müller
· 19 years ago
50f4eb8
Fix memleak with gst_static_pad_template_get().
by Edward Hervey
· 19 years ago
f50d6d8
ext/libpng/gstpngdec.c: Implement paletted and grayscale png files handling. (#150363).
by Julien Moutte
· 19 years ago
7fbfd29
Update for alloc_buffer changes.
by Andy Wingo
· 19 years ago
11c39ab
More fractional framerate conversions
by Jan Schmidt
· 19 years ago
bdeae7c
ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame) ext/flac/gstflacdec.c (gst_flacdec_writ...
by Andy Wingo
· 19 years ago
2b5cfd8
ext/libpng/gstpngdec.c: Push a newsegment event, move some redundant code in a single place.
by Julien Moutte
· 19 years ago
cc0c333
ext/libpng/gstpngdec.c: Temporary hack to get correct colors order when we have a png image with alpha channel.
by Julien Moutte
· 19 years ago
1ad1739
ext/libpng/gstpngdec.c: Don't use fixed caps on a sink pad.
by Julien Moutte
· 19 years ago
d006b06
STOPPED->FAILED
by Thomas Vander Stichele
· 19 years ago
6142c0c
ext/libpng/gstpngdec.c: forgot the buffer unref in pull.
by Julien Moutte
· 19 years ago
1d531d5
ext/libpng/gstpngdec.*: Complete rewrite of pngdec. It's now very nice and handle push/pull based model. if you have ...
by Julien Moutte
· 19 years ago
55fd660
ext/libpng/gstpngdec.c: We use fixed caps.
by Julien Moutte
· 19 years ago
1aa9f76
configure.ac: Adding videomixer.
by Julien Moutte
· 19 years ago
2ae32d6
ext/libpng/: Ported pngdec to 0.9
by Julien Moutte
· 19 years ago
840c55e
ext/libpng/: Fix byte-order, use proper fixed caps. Fixes #164197.
by Ronald S. Bultje
· 20 years ago
25dcc61
ext/libpng/gstpngdec.c: Handle only 8-bppc (bits-per-pixel-component) images, better error handling and correct strid...
by Ronald S. Bultje
· 20 years ago
536f3d6
ext/libpng/: mime fixage.
by Ronald S. Bultje
· 20 years ago
501df5c
error out on unsupported types
by Thomas Vander Stichele
· 21 years ago
c754da7
ext/libpng/: Added snapshot property to pngenc. removed g_print from pngdec
by Wim Taymans
· 21 years ago
e490879
ext/libpng/: Added png decoder.
by Wim Taymans
· 21 years ago