]> git.sesse.net Git - vlc/blobdiff - ChangeLog
(note: empty CVS mails mean that a new directory has been created,
[vlc] / ChangeLog
index 0c66166e2287f905699f8ca0708c56aa449342f3..a232d90224ecd4a525ad703665e0802f7387ab88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,51 @@
-O.1.99i :
 
-  * fixed the support for the field pictures, which involved a few dozens
+### THIS CHANGELOG HASN'T BEEN UPDATED FOR UNSTABLE ###
+
+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. 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 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 :
+
+  * 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 varaible in src/input/input_file.c.
+  * 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 :