]> git.sesse.net Git - vlc/blobdiff - ChangeLog
misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects...
[vlc] / ChangeLog
index f9facdde36b46fa7830baef4089a03e0363d0919..1d24194be30bf96957b79467c40ca6f1ac213719 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,54 +1,52 @@
-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.
-
+------------------------------------------------------------------------
+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
+------------------------------------------------------------------------