summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2008-05-22 14:03:05 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-05-22 14:03:05 +0000
commitb3bc29bc641b8a4c380d100b60d709aa08e61f28 (patch)
treee9dc23357ce6476ff71961af4e000a8d4f0e84eb /ChangeLog
parentfb7879098c4717909b4345ecc9bbd90f777f4cda (diff)
downloadgst-plugins-bad-b3bc29bc641b8a4c380d100b60d709aa08e61f28.tar.gz
gst-plugins-bad-b3bc29bc641b8a4c380d100b60d709aa08e61f28.tar.bz2
gst-plugins-bad-b3bc29bc641b8a4c380d100b60d709aa08e61f28.zip
gst/mpeg4videoparse/mpeg4videoparse.c: Move some code around to integrate the startcode searching with the other bits...
Original commit message from CVS: 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.
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>