]> git.sesse.net Git - vlc/blobdiff - ChangeLog
Oui, bon, j'ai oubli� le changelog, �a peut arriver einh !
[vlc] / ChangeLog
index a82a2921e2a61d4f70b8b1611e1f50dc092b92cd..99de734d37a7a119531440d31e68ca3cc2f7741c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,32 @@
+  * fixe a 100% cpu usage bug, in the dummy aout
+  * Added a 'f' shortcut to switch between Windowed and Fullscreened
+    mode.
+
+Mon, 28 Aug 2000 02:34:18 +0200
 O.1.99i :
 
-  * fixed the support for the field pictures, which involved a few dozens
-    bugs in the video parser and video decoder
+  * fixed the support for field pictures, which involved a few dozens
+    bugs in the video parser and video decoder.
+  * put names of authors under a lot of source files, for historical
+    purposes.
+  * fixed another input_file exit bug for the beos version.
+  * fixed the aliases install.
+  * renamed an inconsistent variable in src/input/input_file.c.
+  * added support for I+ synchro (all Is and the first P).
+  * fixed a motion compensation bug which generated some distortion
+    on B images.
+  * fixed a motion compensation bug for skipped macroblocks.
+  * fixed a synchro bug for field images.
+  * cleaned Octplane's crappy indentation.
+  * fixed the --server option which didn't work if a ~/.vlcrc existed.
 
 Tue, 22 Aug 2000 01:31:58 +0200
 0.1.99h :
 
-  * fixed the sound issue under beos
-  * fixed a bug that was making the crash randomly under beos
-  * fixed a bug that was exhausting system ressources under beos
-  * improved the cond_var for beos
+  * fixed the sound issue under beos.
+  * fixed a bug that was making the crash randomly under beos.
+  * fixed a bug that was exhausting system ressources under beos.
+  * improved the cond_var for beos.
   * added support for the SDL vout : the --display fullscreen allows 
     fullscreen when possible. Disabled by default.
   * added sdlvlc (which probably should start in fullscreen, no ?)