]> git.sesse.net Git - vlc/blobdiff - ChangeLog
* added a few sanity checks in the audio mpeg and ac3 decoders.
[vlc] / ChangeLog
index 7756719dc41726c9aa40b8cb6f6b5f4b3862511f..90e0fa2fbd32b288741d72eea1e579d3c03d898f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,65 @@
-[insert date here]
+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
+  * 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 ?)
+  * removed sdlvlc :)
+  * updated debian directory to build vlc-sdl.
+  * removed CCFLAGS flags which were improperly used.
+  * added hints for powerpc build.
+  * fixed the input_file exit bug.
+  * fixed a Makefile bug which removed the CVS directory.
+  * removed the frame statistics output.
+  * removed a verbose message in intf_sdl.c.
+  * added a few sanity checks in the audio mpeg and ac3 decoders.
+  * temporarily got rid of vlc.channels.
+  * added notice in debian/control about unencrypted DVDs.
+  * fixed PowerPC .deb build.
+Wed, 16 Aug 2000 01:07:14 +0200
+0.1.99g :
+
+  * removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
+  * new --synchro flag which lets you force which images are decoded.
+  * removed an unused variable in the MMX YUVs.
+  * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
+  * now scaling is on by default, so that people won't tell that the vlc
+    cannot do scaling :-)
+  * fixed a few long lines.
+  * fixed 8bpp YUV.
+  * fixed the fscked up Bresenham algorithm in all YUV functions.
+  * fixed a dumb bug in the Makefile that prevented inclusion of the
+    -march=pentium directive. thanks Meuuh, blame sam.
+  * fixed a warning in main.c.
+  * separate Debian packages.
+  * added request for ALSA support in the TODO list.
+  * changed "pentiumpro" to "ppro" in the ./configure, it was misleading.
+
+Tue,  8 Aug 2000 11:24:01 +0200
+0.1.99f :
+
+  * plugin detection now works
+  * "gvlc", "fbvlc", "ggivlc" aliases now work
+  * fixed functions that weren't properly inlined
+  * removed bloat from the MMX YUV plugin
+  * vlc.init becomes ~/.vlcrc
+  * removed float operations in the video decoder, and all emms asm functions
+  * borrowed linuxvideo's MMX motion compensation
+  * fixed an undefined symbol in the MMX YUV plugin
+
+Thu, 20 Jul 2000 15:14:06 +0200
+0.1.99e :
+
+  * new bitstream syntax and slight performance increase
+  * BeOS build fix
+  * removed the sample code from the reference decoder
+
+Wed, 12 Jul 2000 01:24:40 +0200
 0.1.99d :
 
   * fixed RPM build
@@ -21,7 +82,7 @@
   * fixed an endianness problem which occured on iMacs
   * fixed the build for the Mandrake distribution
 
-Sun Jun 18 18:54:48 CEST 2000
+Sun, 18 Jun 2000 18:54:48 +0200
 0.1.99c :
 
   * fixed Makefile.in for debug version
@@ -34,14 +95,14 @@ Sun Jun 18 18:54:48 CEST 2000
   * fixed a warning in ac3_exponent.c
   * automatic support for .rpm and .deb building
 
-Sat Jun 17 03:35:02 CEST 2000
+Sat, 17 Jun 2000 03:35:02 +0200
 0.1.99b :
 
   * fixed a bug preventing to quit when run with no arguments
   * new VLAN changing code
   * created the ChangeLog file :)
 
-Thu Jun 15 20:48:54 CEST 2000
+Thu, 15 Jun 2000 20:48:54 +0200
 0.1.99a :
 
   * first public release