]> git.sesse.net Git - vlc/blob - ChangeLog
Accept MP3 as an alternative to MPGA for RTP and TS.
[vlc] / ChangeLog
1 ------------------------------------------------------------------------
2 r23974 | pdherbemont | 2008-01-01 15:55:21 +0100 (Tue, 01 Jan 2008) | 2 lines
3 Changed paths:
4    M /trunk/src/input/item.c
5
6 input/item.c: Move SetMeta into a non static exported function.
7
8 ------------------------------------------------------------------------
9 r23973 | dionoea | 2008-01-01 15:54:42 +0100 (Tue, 01 Jan 2008) | 2 lines
10 Changed paths:
11    M /trunk/THANKS
12    M /trunk/modules/access/v4l2.c
13
14 v4l2: Factorize code, fix the video controls init, add Dennis Lou's contributions to the v4l2 module in THANKS.
15
16 ------------------------------------------------------------------------
17 r23972 | fkuehne | 2008-01-01 15:54:06 +0100 (Tue, 01 Jan 2008) | 1 line
18 Changed paths:
19    M /trunk/modules/gui/macosx/intf.m
20
21 macosx: forgot a corner case in the previous commit
22 ------------------------------------------------------------------------
23 r23971 | fkuehne | 2008-01-01 15:48:25 +0100 (Tue, 01 Jan 2008) | 1 line
24 Changed paths:
25    M /trunk/modules/gui/macosx/intf.m
26    M /trunk/modules/gui/macosx/vout.m
27
28 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
29 ------------------------------------------------------------------------
30 r23970 | pdherbemont | 2008-01-01 15:33:18 +0100 (Tue, 01 Jan 2008) | 2 lines
31 Changed paths:
32    M /trunk/include/vlc_events.h
33    M /trunk/include/vlc_input.h
34    M /trunk/include/vlc_threads_funcs.h
35    M /trunk/src/misc/events.c
36    M /trunk/src/misc/threads.c
37
38 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.
39
40 ------------------------------------------------------------------------
41 r23969 | ivoire | 2008-01-01 15:15:03 +0100 (Tue, 01 Jan 2008) | 1 line
42 Changed paths:
43    M /trunk/modules/video_output/sdl.c
44
45 add mutex to the sdl video_output
46 ------------------------------------------------------------------------
47 r23968 | fkuehne | 2007-12-31 17:29:40 +0100 (Mon, 31 Dec 2007) | 1 line
48 Changed paths:
49    M /trunk/extras/contrib/src/packages.mak
50
51  typo
52 ------------------------------------------------------------------------