mirror of
https://github.com/videolan/vlc.git
synced 2024-11-24 18:33:38 +08:00
53 lines
2.2 KiB
Plaintext
53 lines
2.2 KiB
Plaintext
------------------------------------------------------------------------
|
|
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
|
|
------------------------------------------------------------------------
|