summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89322f32..76d20e3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-05-22 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: Sjoerd Simons <sjoerd at luon dot net>
+
+ * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
+ (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
+ (gst_mpeg4vparse_change_state):
+ Move some code around to integrate the startcode searching with the
+ other bits of parsing, avoid a whole bunch of peeks.
+ Get rid of invalid data that should not happen according to the specs.
+ Fixes #533559.
+
2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
Patch by: Bastien Nocera <hadess at hadess dot net>