]> git.sesse.net Git - vlc/blobdiff - ChangeLog
* Fixed 32 bits bitstream bugs.
[vlc] / ChangeLog
index 94ff0037ac071ad069bb8309ad1f5b6b8a35c2ab..fd76cadb865972a54102a4bcc9520d507d6adaf0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,22 +1,30 @@
 0.1.99j:
 
+  * Added hardware YUV overlay support (SDL). Huge performance
+    increase.
   * Minor changes in the Debian files.
   * Fixed fps display.
-  * Fixed MPEG1 video decoding.
+  * Fixed MPEG1 video decoding. We don't read MPEG 1 PS files for the
+    moment.
   * Fixed a 100% cpu usage bug, in the dummy aout.
   * Added a 'f' shortcut to switch between Windowed and Fullscreen
     mode.
   * Added --broadcast option for network input.
   * Screen is now emptied when framebuffer output exits.
   * Totally new frame dropping algorithm.
-  * Fixed a bug in video_ouput.c which made the stream go backwards
-    sometimes.
   * Fixed a bug in video_ouput.c which trashed more late pictures than
     necessary.
   * Fixed the DEBUG mode in the Makefile.
   * Fixed a bug in mwait() which made us wait too long.
   * The video_decoder can now be split into several threads to take
     advantage of the SMP machines.
+  * Added --enable-debug, --enable-stats, and --disable-optims in the
+    GNU configure stuff.
+  * Added alsa audio support (plugin)  
+  * vlc is now compiled without the STATS mode by default.
+  * Fixed a bug which made frames go backwards with some displays (the
+    video_decoder thread is now niced).
+  * Added intf_WarnMsg(), and made use of it in the most needed places.
 
 Mon, 28 Aug 2000 02:34:18 +0200
 0.1.99i :