]> git.sesse.net Git - vlc/blobdiff - ChangeLog
Some of RV32 bugs worked out - pretty close. Some RGB2 work.
[vlc] / ChangeLog
index 92935b2986a1190c880f845b1eb5f7da4a3bdc3b..f9facdde36b46fa7830baef4089a03e0363d0919 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,72 +1,54 @@
-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.
-
-Tue Aug  8 11:24:01 CEST 2000
-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 Jul 20 15:14:06 CEST 2000
-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
-0.1.99d :
-
-  * fixed RPM build
-  * .deb is now more lintian-friendly
-  * fixed vlc.spec to install nicely
-  * PLUGIN_PATH and DATA_PATH now in include/*.h
-  * removed a few useless warning messages
-  * removed remaining header stuff related to the old non-free decoder
-  * fixed the MGA build (doesn't work yet, though)
-  * new plugin API
-  * updated the INSTALL document
-  * plugin auto-detection
-  * fixed a few misspellings in the code
-  * removed the default --enable-ppro option because it didn't work on K6-2
-  * the framebuffer client now leaves the console in a working state
-  * the dithered 8 bpp YUV transformation works again (blame bbp !)
-  * the YUV transformations are now plugins as well
-  * alternative symlinks like gvlc, fbvlc are now created at compile time
-  * borrowed libmpeg2's GPLed MMX YUV transformations (16 and 32 bits)
-  * fixed an endianness problem which occured on iMacs
-  * fixed the build for the Mandrake distribution
-
-Sun Jun 18 18:54:48 CEST 2000
-0.1.99c :
-
-  * fixed Makefile.in for debug version
-  * caught Delete Window event in Gnome and X11 modes
-  * fixed man page
-  * GGI output now works
-  * fixed a segfault on exit for the Gnome plugin
-  * fixed compile problems for BeOS
-  * sound support almost works under BeOS
-  * fixed a warning in ac3_exponent.c
-  * automatic support for .rpm and .deb building
-
-Sat Jun 17 03:35:02 CEST 2000
-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
-0.1.99a :
-
-  * first public release
+2004-01-03 Saturday 10:55  gbazin
+
+ * modules/gui/wxwindows/interface.cpp: fixed and re-enabled aspect-ratio combobox in the extended gui.
+
+2004-01-03 Saturday 00:39  gbazin
+
+ * modules/stream_out/transcode.c: added YV12 raw video fourcc (chroma planes will likely be inverted though).
+
+2004-01-03 Saturday 00:23  gbazin
+
+ * modules/demux/mpeg/mpga.c, src/input/stream.c: fixed mem leaks.
+
+2004-01-02 Friday 23:22  zorglub
+
+ My name is Bond
+ VLC Media Player 0.7.0 Bond
+
+2004-01-02 Friday 22:17  gbazin
+
+ * modules/video_output/directx/*: fixed overlay on 24bpp displays.
+
+2004-01-02 Friday 13:48  sam
+
+   * doc/ChangeLog-2003: Happy new year!
+
+2004-01-02 Friday 13:30  gbazin
+
+ * modules/gui/wxwindows/preferences_widgets.cpp: use wxL2U() (Thanks Anil).
+
+2004-01-02 Friday 04:44  rocky
+
+ Attempt to make easier to understand and easier to complete.
+
+2004-01-01 Thursday 17:41  zorglub
+
+ * Updated german and french translations
+ * Updated version number and Changelog
+
+2004-01-01 Thursday 15:56  rocky
+
+ RenderRV16 handles scaling. But seems to slow to render subtitles.
+
+2004-01-01 Thursday 14:33  zorglub
+
+ Updated brazilian portuguese translation
+
+2004-01-01 Thursday 13:54  rocky
+
+ Remove a magic number.
+
+2004-01-01 Thursday 13:51  rocky
+
+ Add RV16 rendering. With transparancy, but still only Y plane is done.