changeset 8066:956562173bbe

some updates
author arpi
date Sun, 03 Nov 2002 00:21:20 +0000
parents a3e7c0e16d5b
children 482666d4c729
files ChangeLog
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Nov 03 00:15:55 2002 +0000
+++ b/ChangeLog	Sun Nov 03 00:21:20 2002 +0000
@@ -20,14 +20,21 @@
     * fixed multiple reads caused by byteswapping macro (mjpeg.c, mach64_vid.c)
     * cleanup of postprocessing code - now it's threadsafe and can be shared
     * ported to GNU/Hurd
+    * cleanup of AVI pts (timestamp) handling - no more BPS hack in mplayer.c
+    * small cleanup of A-V sync code - using relative timers instead of absolute
+    * GUI code cleanup, obsolete files/dirs removed
+    * various small bugfixes, endianess fixes
+    * mencoder: -pass option removed, use -divx4opts pass=N / -lavcopts vpass=N
     
     Features:
     * -ao win32 (for windows port)
     * libavcodec: native WMA v1/v2 (aka. DivX audio) decoder
     * hw-accelerated video eq for -vo x11 and gl2, using DirectColor colormap
     * overlapping subtitles support, jacosub (*.js) format support
-    * dxr3 got a new syncengine, ':sync', read the manual for more info
+    * -vo dxr3 got a new syncengine, ':sync', read the manual for more info
     * QDMC/QDM2 audio codec support, using quicktime 5 win32 DLLs (libwine!)
+    * libavcodec: various MJPEG decoding fixes - now it decodes all sample files!
+    * mencvcd updates, sox/toolame support etc
     
     Filters:
     * -af/-af-adv options cleanup