summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro@nnva.org>2008-01-29 18:43:32 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-01-29 18:43:32 +0000
commit3ad8e778d7995fcb47f8edbc58b0db21331ec05e (patch)
tree48162ecce264d22cb005bbe662d2ff8a5391251b /ChangeLog
parentbc1734ac89690cc08e025195cfcc3586665b2ae2 (diff)
ext/libpng/gstpngenc.*: Preallocate the output buffer so that g_memdup() and gst_buffer_merge() aren't needed anymore...
Original commit message from CVS: Patch by: Alessandro Decina <alessandro at nnva dot org> * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain): * ext/libpng/gstpngenc.h: Preallocate the output buffer so that g_memdup() and gst_buffer_merge() aren't needed anymore. This greatly improves performances and fixes #512544.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 984a2adf..d8471ed9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2008-01-29 Wim Taymans <wim.taymans@collabora.co.uk>
+ Patch by: Alessandro Decina <alessandro at nnva dot org>
+
+ * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
+ * ext/libpng/gstpngenc.h:
+ Preallocate the output buffer so that g_memdup() and
+ gst_buffer_merge() aren't needed anymore. This greatly improves
+ performances and fixes #512544.
+
+2008-01-29 Wim Taymans <wim.taymans@collabora.co.uk>
+
* gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
(gst_avi_demux_stream_data):
GStreamer timestamps are PTS values while AVI only knows about DTS