summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-03 00:21:20 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-03 00:21:20 +0000
commitafb1dc52ff8ed5f24d3cf2b3f3c676b734c6726b (patch)
tree31de9ee8ada31fa35d37d6a24e6c6dd358086c71 /ChangeLog
parentb2f4966a910ad221f143cf3b9597c32ae1f2c662 (diff)
downloadmpv-afb1dc52ff8ed5f24d3cf2b3f3c676b734c6726b.tar.bz2
mpv-afb1dc52ff8ed5f24d3cf2b3f3c676b734c6726b.tar.xz
some updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8067 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b032fdc4a..1e421d9a62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,14 +20,21 @@ mplayer (0.90)
* 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