diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2006-04-11 09:35:45 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2006-04-11 09:35:45 +0000 |
| commit | 6dccffbfd0dfd0b67260dd3d1b33cc130f1246fb (patch) | |
| tree | 7c0b4e91e3ebac3f83552de8a76173682d729cb3 /ChangeLog | |
| parent | 4ebda6356b3d0d5391410ac5d593dca7d8a4885b (diff) | |
ext/libpng/gstpngdec.*: Handle more than one frame if the content is framed, like with png-in-quicktime (#331917).
Original commit message from CVS:
* ext/libpng/gstpngdec.c: (gst_pngdec_init),
(user_endrow_callback), (user_end_callback),
(gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
(gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
(gst_pngdec_libpng_clear), (gst_pngdec_change_state):
* ext/libpng/gstpngdec.h:
Handle more than one frame if the content is framed,
like with png-in-quicktime (#331917).
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2006-04-11 Tim-Philipp Müller <tim at centricular dot net> + + * ext/libpng/gstpngdec.c: (gst_pngdec_init), + (user_endrow_callback), (user_end_callback), + (gst_pngdec_caps_create_and_set), (gst_pngdec_chain), + (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event), + (gst_pngdec_libpng_clear), (gst_pngdec_change_state): + * ext/libpng/gstpngdec.h: + Handle more than one frame if the content is framed, + like with png-in-quicktime (#331917). + 2006-04-10 Thomas Vander Stichele <thomas at apestaart dot org> * sys/oss/Makefile.am: |
