]> git.sesse.net Git - vlc/blobdiff - ChangeLog
Simplify.
[vlc] / ChangeLog
index 74144a63adbd290e07e6fbd142a73fc7987a25d1..1d24194be30bf96957b79467c40ca6f1ac213719 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,93 +1,52 @@
-Thu Aug 18 00:21:33 BST 2000
-0.1.99g :
-
-       * 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 ?)
-Wed Aug 16 01:07:14 CEST 2000
-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 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
-
+------------------------------------------------------------------------
+r23974 | pdherbemont | 2008-01-01 15:55:21 +0100 (Tue, 01 Jan 2008) | 2 lines
+Changed paths:
+   M /trunk/src/input/item.c
+
+input/item.c: Move SetMeta into a non static exported function.
+
+------------------------------------------------------------------------
+r23973 | dionoea | 2008-01-01 15:54:42 +0100 (Tue, 01 Jan 2008) | 2 lines
+Changed paths:
+   M /trunk/THANKS
+   M /trunk/modules/access/v4l2.c
+
+v4l2: Factorize code, fix the video controls init, add Dennis Lou's contributions to the v4l2 module in THANKS.
+
+------------------------------------------------------------------------
+r23972 | fkuehne | 2008-01-01 15:54:06 +0100 (Tue, 01 Jan 2008) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+
+macosx: forgot a corner case in the previous commit
+------------------------------------------------------------------------
+r23971 | fkuehne | 2008-01-01 15:48:25 +0100 (Tue, 01 Jan 2008) | 1 line
+Changed paths:
+   M /trunk/modules/gui/macosx/intf.m
+   M /trunk/modules/gui/macosx/vout.m
+
+macosx: if an input item includes a NowPlaying meta item, display it in our controller window instead some bogus MRL parsing stuff nobody can understand
+------------------------------------------------------------------------
+r23970 | pdherbemont | 2008-01-01 15:33:18 +0100 (Tue, 01 Jan 2008) | 2 lines
+Changed paths:
+   M /trunk/include/vlc_events.h
+   M /trunk/include/vlc_input.h
+   M /trunk/include/vlc_threads_funcs.h
+   M /trunk/src/misc/events.c
+   M /trunk/src/misc/threads.c
+
+misc/events.c: Fix event sending, by properly supporting event_manager edition (event_detach) while executing a callback (vlc_event_send). This is done through a recursive lock.
+
+------------------------------------------------------------------------
+r23969 | ivoire | 2008-01-01 15:15:03 +0100 (Tue, 01 Jan 2008) | 1 line
+Changed paths:
+   M /trunk/modules/video_output/sdl.c
+
+add mutex to the sdl video_output
+------------------------------------------------------------------------
+r23968 | fkuehne | 2007-12-31 17:29:40 +0100 (Mon, 31 Dec 2007) | 1 line
+Changed paths:
+   M /trunk/extras/contrib/src/packages.mak
+
+ typo
+------------------------------------------------------------------------