summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-08-16 14:54:56 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-08-16 14:54:56 +0000
commit25665a0df3ccad07a6867eb3d231d6e580393b99 (patch)
tree1f659ac37a411c81dba977e08b6e48a03ee78aad /ChangeLog
parent87fd8ada3422d22c2e71bbf99b95cb543bbfbe7b (diff)
gst/avi/gstavidemux.c: Some AVI 2.0 (ODML) files don't respect the 'specifications' completely and instead of using t...
Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_read_subindexes_push): Some AVI 2.0 (ODML) files don't respect the 'specifications' completely and instead of using the 'ix##' nomenclature, use '##ix'. They're still valid though, this fixes the duration and indexes for virtually all the ODML files I have.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 239a94db..a5106298 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-08-16 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
+ (gst_avi_demux_read_subindexes_push):
+ Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
+ and instead of using the 'ix##' nomenclature, use '##ix'.
+ They're still valid though, this fixes the duration and indexes for
+ virtually all the ODML files I have.
+
2008-08-15 Wim Taymans <wim.taymans@collabora.co.uk>
Patch by: Olivier Crete <tester at tester dot ca>