]> git.sesse.net Git - vlc/blobdiff - ChangeLog
Added : alsa support
[vlc] / ChangeLog
index 7f9d9ec2723ebaee30f3bb810f4a308c254b12dd..06a6b0c595a5a720b62c99ce1c55100f97b011ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,49 @@
+0.1.99j:
+
+  * Minor changes in the Debian files.
+  * Fixed fps display.
+  * Fixed MPEG1 video decoding.
+  * 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)  
+
+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 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 ?)
   * 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 Aug 16 01:07:14 CEST 2000
+Wed, 16 Aug 2000 01:07:14 +0200
 0.1.99g :
 
   * removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
@@ -35,7 +79,7 @@ Wed Aug 16 01:07:14 CEST 2000
   * added request for ALSA support in the TODO list.
   * changed "pentiumpro" to "ppro" in the ./configure, it was misleading.
 
-Tue Aug  8 11:24:01 CEST 2000
+Tue,  8 Aug 2000 11:24:01 +0200
 0.1.99f :
 
   * plugin detection now works
@@ -47,14 +91,14 @@ Tue Aug  8 11:24:01 CEST 2000
   * borrowed linuxvideo's MMX motion compensation
   * fixed an undefined symbol in the MMX YUV plugin
 
-Thu Jul 20 15:14:06 CEST 2000
+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 Jul 12 01:24:40 CEST 2000
+Wed, 12 Jul 2000 01:24:40 +0200
 0.1.99d :
 
   * fixed RPM build
@@ -77,7 +121,7 @@ Wed Jul 12 01:24:40 CEST 2000
   * 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
@@ -90,14 +134,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