summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-08-19 12:45:52 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-08-19 12:45:52 +0000
commitdfcde6cb6f14757fc012936621a7eebf0e492566 (patch)
tree6e16659faf59969e76f3de455140b4f15d3920ef
parentc08afccd5658381ed9f4cf9568f1a5e35d3f0848 (diff)
downloadxine-lib-dfcde6cb6f14757fc012936621a7eebf0e492566.tar.gz
xine-lib-dfcde6cb6f14757fc012936621a7eebf0e492566.tar.bz2
MPEG demuxer fixes
CVS patchset: 5297 CVS date: 2003/08/19 12:45:52
-rw-r--r--AUTHORS3
-rw-r--r--ChangeLog1
2 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e6eff9193..27b7a9530 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -404,4 +404,7 @@ Darren Vincent Hart <dvhart@byu.edu>
Philip Jägenstedt <philipj@telia.com>
rework of aspect ratio to support float values
+Laurent Aimar <fenrir@videolan.org>
+ MPEG demuxer fixes
+
(let us know if we've forgotten anyone)
diff --git a/ChangeLog b/ChangeLog
index 5b3cefc0d..473cd57f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@ xine-lib (1-rc1)
* get the correct duration and bitrate for MP3s with Xing headers (VBR)
* fix alignment check in configure (fixes weird colours with MPEG2 on PPC)
* improved expand plugin (increased performance, allow subtitle shifting)
+ * MPEG demuxer fixes (support VLC streams)
xine-lib (1-rc0a)
* includes ffmpeg's MPEG encode in dist tarball (fixes DXR3 support)