]> git.sesse.net Git - vlc/blobdiff - ChangeLog
misc/objects: No need to do atomic list-release when releasing the list.
[vlc] / ChangeLog
index e3db8ef812a701107822c9c02f263d1c969bda23..1d24194be30bf96957b79467c40ca6f1ac213719 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,52 @@
-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
+------------------------------------------------------------------------