]> git.sesse.net Git - vlc/blob - doc/ChangeLog-2007
Let's go on with the "women enslaving men" category.
[vlc] / doc / ChangeLog-2007
1 ------------------------------------------------------------------------
2 r23968 | fkuehne | 2007-12-31 17:29:40 +0100 (Mon, 31 Dec 2007) | 1 line
3 Changed paths:
4    M /trunk/extras/contrib/src/packages.mak
5
6  typo
7 ------------------------------------------------------------------------
8 r23967 | fkuehne | 2007-12-31 15:24:21 +0100 (Mon, 31 Dec 2007) | 1 line
9 Changed paths:
10    M /trunk/extras/contrib/src/packages.mak
11
12 contrib: mirror the packages by GNUPG on ganesh as their server is constantly unreachable
13 ------------------------------------------------------------------------
14 r23966 | fkuehne | 2007-12-31 15:08:05 +0100 (Mon, 31 Dec 2007) | 1 line
15 Changed paths:
16    M /trunk/NEWS
17    M /trunk/modules/gui/macosx/macosx.m
18    M /trunk/modules/gui/macosx/playlist.m
19
20 macosx: added an option to disable the 'Recent Items' list as requested by multiple forum users (closes #1340)
21 ------------------------------------------------------------------------
22 r23965 | ileoo | 2007-12-31 13:16:53 +0100 (Mon, 31 Dec 2007) | 3 lines
23 Changed paths:
24    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
25    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
26    M /trunk/modules/gui/qt4/input_manager.cpp
27    M /trunk/modules/gui/qt4/input_manager.hpp
28
29 add artChanged signal to inputmanager and change backgroundwidget to use
30 it.
31
32 ------------------------------------------------------------------------
33 r23962 | fkuehne | 2007-12-31 11:01:24 +0100 (Mon, 31 Dec 2007) | 1 line
34 Changed paths:
35    M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
36
37 osx-proj: fix ogg format descriptions and add media types (refs #1279). Patch by Saoshyant
38 ------------------------------------------------------------------------
39 r23960 | funman | 2007-12-31 04:02:30 +0100 (Mon, 31 Dec 2007) | 1 line
40 Changed paths:
41    M /trunk/extras/mpris.py
42
43 mpris controller: update to new api
44 ------------------------------------------------------------------------
45 r23959 | pdherbemont | 2007-12-31 03:09:31 +0100 (Mon, 31 Dec 2007) | 2 lines
46 Changed paths:
47    M /trunk/src/control/media_list_view.c
48
49 Remove unwanted part in previous commit.
50
51 ------------------------------------------------------------------------
52 r23958 | pdherbemont | 2007-12-31 03:07:38 +0100 (Mon, 31 Dec 2007) | 2 lines
53 Changed paths:
54    M /trunk/src/control/media_list_view.c
55
56 media_list_view.c: Properly forward all items added events.
57
58 ------------------------------------------------------------------------
59 r23957 | pdherbemont | 2007-12-31 03:06:53 +0100 (Mon, 31 Dec 2007) | 2 lines
60 Changed paths:
61    M /trunk/src/control/flat_media_list_view.c
62    M /trunk/src/control/media_list.c
63
64 flat_media_list_view.c: Add some debug facilities.
65
66 ------------------------------------------------------------------------
67 r23956 | funman | 2007-12-31 02:34:58 +0100 (Mon, 31 Dec 2007) | 2 lines
68 Changed paths:
69    M /trunk/include/vlc_update.h
70    M /trunk/src/misc/update.c
71
72 update: use PGP to authenticate status file and downloaded binaries
73
74 ------------------------------------------------------------------------
75 r23955 | funman | 2007-12-30 23:38:21 +0100 (Sun, 30 Dec 2007) | 2 lines
76 Changed paths:
77    M /trunk/modules/gui/qt4/main_interface.cpp
78
79 authorisation -> authorization
80
81 ------------------------------------------------------------------------
82 r23954 | fkuehne | 2007-12-30 23:08:08 +0100 (Sun, 30 Dec 2007) | 1 line
83 Changed paths:
84    M /trunk/Makefile.am
85
86 makefile: we want to use spaces instead of tabs. sorry for the disturbance
87 ------------------------------------------------------------------------
88 r23952 | funman | 2007-12-30 21:54:02 +0100 (Sun, 30 Dec 2007) | 1 line
89 Changed paths:
90    M /trunk/modules/gui/ncurses.c
91
92 ncurses: use directory:// URI when adding a directory to playlist
93 ------------------------------------------------------------------------
94 r23951 | funman | 2007-12-30 21:14:31 +0100 (Sun, 30 Dec 2007) | 1 line
95 Changed paths:
96    M /trunk/modules/demux/playlist/xspf.c
97
98 fix #1421
99 ------------------------------------------------------------------------
100 r23950 | funman | 2007-12-30 19:40:53 +0100 (Sun, 30 Dec 2007) | 2 lines
101 Changed paths:
102    M /trunk/modules/demux/playlist/xspf.c
103
104 fix #1244
105
106 ------------------------------------------------------------------------
107 r23949 | funman | 2007-12-30 19:24:10 +0100 (Sun, 30 Dec 2007) | 5 lines
108 Changed paths:
109    M /trunk/include/vlc_events.h
110    M /trunk/include/vlc_input.h
111    M /trunk/modules/demux/playlist/asx.c
112    M /trunk/modules/demux/playlist/b4s.c
113    M /trunk/modules/demux/playlist/dvb.c
114    M /trunk/modules/demux/playlist/gvp.c
115    M /trunk/modules/demux/playlist/ifo.c
116    M /trunk/modules/demux/playlist/itml.c
117    M /trunk/modules/demux/playlist/m3u.c
118    M /trunk/modules/demux/playlist/pls.c
119    M /trunk/modules/demux/playlist/podcast.c
120    M /trunk/modules/demux/playlist/qtl.c
121    M /trunk/modules/demux/playlist/sgimb.c
122    M /trunk/modules/demux/playlist/shoutcast.c
123    M /trunk/modules/demux/playlist/xspf.c
124    M /trunk/modules/misc/lua/vlc.c
125    M /trunk/src/playlist/item.c
126    M /trunk/src/playlist/loadsave.c
127
128 fix #1410.
129 You can not change a playlist_item_t to be a node, when you previously registered events on it, using input_item_t sub items adding event, because the pointer will be destroyed.
130 If you want to use nodes anyway, you have to explicitely create them.
131 Note: we were lucky that xspf did work so far, because we were EXCLUSIVELY using invalid pointers, except for the 1st item being added to each playlist_item_t (it did happen before the conversion obviously).
132
133 ------------------------------------------------------------------------
134 r23948 | pdherbemont | 2007-12-30 18:48:26 +0100 (Sun, 30 Dec 2007) | 2 lines
135 Changed paths:
136    M /trunk/modules/audio_filter/converter/dtstospdif.c
137
138 dtstospdif.c: Fix spdif type on big endian stream. (Patch by Julien Robert).
139
140 ------------------------------------------------------------------------
141 r23947 | fkuehne | 2007-12-30 17:39:23 +0100 (Sun, 30 Dec 2007) | 1 line
142 Changed paths:
143    M /trunk/Makefile.am
144
145 arf
146 ------------------------------------------------------------------------
147 r23946 | fkuehne | 2007-12-30 17:38:27 +0100 (Sun, 30 Dec 2007) | 1 line
148 Changed paths:
149    M /trunk/Makefile.am
150
151 Makefile: correctly distribute .hosts within VLC-release.app
152 ------------------------------------------------------------------------
153 r23942 | fkuehne | 2007-12-30 15:53:00 +0100 (Sun, 30 Dec 2007) | 1 line
154 Changed paths:
155    M /trunk/modules/gui/macosx/intf.h
156    M /trunk/modules/gui/macosx/intf.m
157    M /trunk/modules/gui/macosx/prefs.m
158
159 macosx: don't allow the user to open the preferences window multiple times (leading to orphan pref windows which can't be controlled)
160 ------------------------------------------------------------------------
161 r23941 | pdherbemont | 2007-12-30 05:25:04 +0100 (Sun, 30 Dec 2007) | 2 lines
162 Changed paths:
163    M /trunk/THANKS
164    M /trunk/modules/audio_filter/converter/dtstospdif.c
165
166 audio_filter/converter/dtstospdif.c: Fix odd frame sized DTS conversion to SPDIF. Patch by Julien Robert <jul at mac.com>. (Reported to fix most of the current DTS issues).
167
168 ------------------------------------------------------------------------
169 r23940 | pdherbemont | 2007-12-30 02:50:14 +0100 (Sun, 30 Dec 2007) | 2 lines
170 Changed paths:
171    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
172
173 MacOSX/Framework/VLCMedia.m: Update the subitems on sub item additions.
174
175 ------------------------------------------------------------------------
176 r23939 | pdherbemont | 2007-12-30 02:46:12 +0100 (Sun, 30 Dec 2007) | 2 lines
177 Changed paths:
178    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
179    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
180
181 MacOSX/Framework/VLCMediaList.m: new aspect for the node hierarchy view.
182
183 ------------------------------------------------------------------------
184 r23938 | pdherbemont | 2007-12-30 02:18:00 +0100 (Sun, 30 Dec 2007) | 2 lines
185 Changed paths:
186    M /trunk/include/vlc/libvlc.h
187
188 libvlc.h: Publish libvlc_media_list_hierarchical_node_view().
189
190 ------------------------------------------------------------------------
191 r23937 | pdherbemont | 2007-12-30 02:17:15 +0100 (Sun, 30 Dec 2007) | 2 lines
192 Changed paths:
193    M /trunk/src/Makefile.am
194    A /trunk/src/control/hierarchical_node_media_list_view.c (from /trunk/src/control/hierarchical_media_list_view.c:23862)
195
196 control/hierarchical_node_media_list_view.c: Implement a view that only show the node of the media list, hierarchically.
197
198 ------------------------------------------------------------------------
199 r23936 | xtophe | 2007-12-30 00:25:52 +0100 (Sun, 30 Dec 2007) | 2 lines
200 Changed paths:
201    M /trunk/modules/gui/qt4/qt4.cpp
202
203 Only do translation in Qt when asked.
204
205 ------------------------------------------------------------------------
206 r23935 | funman | 2007-12-29 22:35:13 +0100 (Sat, 29 Dec 2007) | 1 line
207 Changed paths:
208    M /trunk/src/playlist/item.c
209
210 simplify *install_input_item_observer()
211 ------------------------------------------------------------------------
212 r23934 | funman | 2007-12-29 22:28:44 +0100 (Sat, 29 Dec 2007) | 1 line
213 Changed paths:
214    M /trunk/src/playlist/loadsave.c
215
216 fix input item mem leak
217 ------------------------------------------------------------------------
218 r23933 | xtophe | 2007-12-29 19:30:42 +0100 (Sat, 29 Dec 2007) | 2 lines
219 Changed paths:
220    M /trunk/modules/video_filter/Modules.am
221
222 Distribute filter_picture.h
223
224 ------------------------------------------------------------------------
225 r23932 | pdherbemont | 2007-12-29 18:08:56 +0100 (Sat, 29 Dec 2007) | 2 lines
226 Changed paths:
227    M /trunk/src/control/hierarchical_media_list_view.c
228
229 hierarchical_media_list_view.c: Fix a mlist mem leak.
230
231 ------------------------------------------------------------------------
232 r23931 | pdherbemont | 2007-12-29 18:02:41 +0100 (Sat, 29 Dec 2007) | 2 lines
233 Changed paths:
234    M /trunk/src/control/hierarchical_media_list_view.c
235
236 control/hierarchical_media_list_view.c: Fix a media descriptor leak.
237
238 ------------------------------------------------------------------------
239 r23930 | funman | 2007-12-29 15:32:01 +0100 (Sat, 29 Dec 2007) | 1 line
240 Changed paths:
241    M /trunk/modules/demux/playlist/xspf.c
242
243 cosmetics
244 ------------------------------------------------------------------------
245 r23929 | pdherbemont | 2007-12-29 15:26:19 +0100 (Sat, 29 Dec 2007) | 2 lines
246 Changed paths:
247    M /trunk/src/playlist/item.c
248
249 Fix previous commit ;.
250
251 ------------------------------------------------------------------------
252 r23928 | pdherbemont | 2007-12-29 15:25:14 +0100 (Sat, 29 Dec 2007) | 2 lines
253 Changed paths:
254    M /trunk/src/playlist/item.c
255
256 playlist/item.c: Properly release the input_item as pointed by funman.
257
258 ------------------------------------------------------------------------
259 r23926 | pdherbemont | 2007-12-29 04:31:25 +0100 (Sat, 29 Dec 2007) | 2 lines
260 Changed paths:
261    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
262    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
263
264 MacOSX/Framework/VLCMediaPlayer.m: -isSeekable.
265
266 ------------------------------------------------------------------------
267 r23925 | pdherbemont | 2007-12-29 04:29:10 +0100 (Sat, 29 Dec 2007) | 2 lines
268 Changed paths:
269    M /trunk/include/vlc/libvlc.h
270    M /trunk/src/control/media_instance.c
271
272 control/media_instance.c: Publish is_seekable().
273
274 ------------------------------------------------------------------------
275 r23924 | pdherbemont | 2007-12-29 03:46:12 +0100 (Sat, 29 Dec 2007) | 2 lines
276 Changed paths:
277    M /trunk/extras/MacOSX/Framework/Headers/Public/VLC.h
278
279 MacOSX/Framework/VLC.h: Add VLCMediaPlayer.h.
280
281 ------------------------------------------------------------------------
282 r23923 | pdherbemont | 2007-12-29 03:45:41 +0100 (Sat, 29 Dec 2007) | 2 lines
283 Changed paths:
284    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
285    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
286
287 Sources/VLCMediaPlayer.m: Position getters and setters.
288
289 ------------------------------------------------------------------------
290 r23922 | pdherbemont | 2007-12-29 03:44:32 +0100 (Sat, 29 Dec 2007) | 2 lines
291 Changed paths:
292    M /trunk/src/control/media_instance.c
293
294 src/control/media_instance.c: Don't wait to have modulo something, to forward the time, that could be crazy.
295
296 ------------------------------------------------------------------------
297 r23921 | pdherbemont | 2007-12-29 02:29:48 +0100 (Sat, 29 Dec 2007) | 6 lines
298 Changed paths:
299    M /trunk/include/vlc/libvlc_structures.h
300    M /trunk/src/control/event.c
301    M /trunk/src/control/media_instance.c
302
303 control/media_instance.c:
304 * Implement MediaInstancePositionChanged and MediaInstanceTimeChanged accurately.
305 control/event.c:
306 * Register the all event types.
307 * Don't strdup() in libvlc_event_type_name().
308
309 ------------------------------------------------------------------------
310 r23920 | fkuehne | 2007-12-29 01:41:01 +0100 (Sat, 29 Dec 2007) | 1 line
311 Changed paths:
312    M /trunk/modules/gui/macosx/embeddedwindow.m
313    M /trunk/modules/gui/macosx/intf.m
314
315 macosx: fixed 2 appearance bugs introduced in [23908]
316 ------------------------------------------------------------------------
317 r23919 | pdherbemont | 2007-12-29 01:11:36 +0100 (Sat, 29 Dec 2007) | 2 lines
318 Changed paths:
319    M /trunk/src/control/media_instance.c
320
321 media_instance.c: Fix the position callback to retun the time. (Next time, we'll fix it to return the position).
322
323 ------------------------------------------------------------------------
324 r23918 | pdherbemont | 2007-12-28 23:23:01 +0100 (Fri, 28 Dec 2007) | 2 lines
325 Changed paths:
326    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
327
328 Forgotten file in previous commit.
329
330 ------------------------------------------------------------------------
331 r23917 | pdherbemont | 2007-12-28 23:22:36 +0100 (Fri, 28 Dec 2007) | 2 lines
332 Changed paths:
333    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
334
335 MacOSX/Framework/VLCMediaPlayer.m: Enable bindings uses on the @"time" key.
336
337 ------------------------------------------------------------------------
338 r23916 | pdherbemont | 2007-12-28 23:21:26 +0100 (Fri, 28 Dec 2007) | 2 lines
339 Changed paths:
340    M /trunk/extras/MacOSX/Framework/Sources/VLCTime.m
341
342 MacOSX/Framework/VLCTime.m: Fix a segfault because of a missing retain. Create a real null time. Code simplification.
343
344 ------------------------------------------------------------------------
345 r23915 | pdherbemont | 2007-12-28 23:20:19 +0100 (Fri, 28 Dec 2007) | 2 lines
346 Changed paths:
347    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
348    M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
349
350 MacOSX/Framework/VLCVideoView.m: Capitalize the s in FullScreen.
351
352 ------------------------------------------------------------------------
353 r23914 | courmisch | 2007-12-28 22:05:01 +0100 (Fri, 28 Dec 2007) | 2 lines
354 Changed paths:
355    M /trunk/modules/demux/mpeg/mpga.c
356
357 Fix warning
358
359 ------------------------------------------------------------------------
360 r23913 | courmisch | 2007-12-28 21:38:49 +0100 (Fri, 28 Dec 2007) | 2 lines
361 Changed paths:
362    M /trunk/include/vlc_threads_funcs.h
363
364 Use long
365
366 ------------------------------------------------------------------------
367 r23912 | courmisch | 2007-12-28 21:37:40 +0100 (Fri, 28 Dec 2007) | 2 lines
368 Changed paths:
369    M /trunk/include/vlc_threads_funcs.h
370
371 C++ fun
372
373 ------------------------------------------------------------------------
374 r23911 | courmisch | 2007-12-28 21:04:22 +0100 (Fri, 28 Dec 2007) | 2 lines
375 Changed paths:
376    M /trunk/include/vlc_threads_funcs.h
377
378 Rewrite CAST_PTHREAD_TO_INT in a ISO C valid way - closes #1407
379
380 ------------------------------------------------------------------------
381 r23910 | courmisch | 2007-12-28 20:54:40 +0100 (Fri, 28 Dec 2007) | 2 lines
382 Changed paths:
383    M /trunk/src/misc/objects.c
384
385 Attempt to implement waitpipe with Winsock (should fix #1347)
386
387 ------------------------------------------------------------------------
388 r23909 | fkuehne | 2007-12-28 20:38:05 +0100 (Fri, 28 Dec 2007) | 1 line
389 Changed paths:
390    M /trunk/modules/gui/macosx/vout.m
391
392 * sorry, this one was unintended
393 ------------------------------------------------------------------------
394 r23908 | fkuehne | 2007-12-28 20:36:00 +0100 (Fri, 28 Dec 2007) | 1 line
395 Changed paths:
396    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
397    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
398    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
399    M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
400    M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
401    A /trunk/extras/MacOSX/Resources/add_embedded_graphite.png
402    A /trunk/extras/MacOSX/Resources/equalizerdrawer_graphite.png
403    A /trunk/extras/MacOSX/Resources/fullscreen_graphite.png
404    A /trunk/extras/MacOSX/Resources/next_graphite.png
405    A /trunk/extras/MacOSX/Resources/pause_embedded_graphite.png
406    A /trunk/extras/MacOSX/Resources/pause_graphite.png
407    A /trunk/extras/MacOSX/Resources/play_embedded_graphite.png
408    A /trunk/extras/MacOSX/Resources/play_graphite.png
409    A /trunk/extras/MacOSX/Resources/playlistdrawer_graphite.png
410    A /trunk/extras/MacOSX/Resources/previous_graphite.png
411    A /trunk/extras/MacOSX/Resources/repeat_embedded_graphite.png
412    A /trunk/extras/MacOSX/Resources/repeat_single_embedded_graphite.png
413    A /trunk/extras/MacOSX/Resources/shuffle_embedded_graphite.png
414    A /trunk/extras/MacOSX/Resources/skip_forward_embedded_graphite.png
415    A /trunk/extras/MacOSX/Resources/skip_forward_graphite.png
416    A /trunk/extras/MacOSX/Resources/skip_previous_embedded_graphite.png
417    A /trunk/extras/MacOSX/Resources/skip_previous_graphite.png
418    A /trunk/extras/MacOSX/Resources/stop_graphite.png
419    A /trunk/extras/MacOSX/Resources/volumeslider_graphite.png
420    M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
421    M /trunk/modules/gui/macosx/controls.h
422    M /trunk/modules/gui/macosx/controls.m
423    M /trunk/modules/gui/macosx/embeddedwindow.h
424    M /trunk/modules/gui/macosx/embeddedwindow.m
425    M /trunk/modules/gui/macosx/intf.h
426    M /trunk/modules/gui/macosx/intf.m
427    M /trunk/modules/gui/macosx/misc.h
428    M /trunk/modules/gui/macosx/misc.m
429    M /trunk/modules/gui/macosx/vout.m
430
431 * add a 'graphite' button set including the facilities to switch the theme at runtime (closes #1379)
432 ------------------------------------------------------------------------
433 r23907 | ivoire | 2007-12-28 20:11:20 +0100 (Fri, 28 Dec 2007) | 1 line
434 Changed paths:
435    M /trunk/modules/video_output/sdl.c
436
437 Improve Aspect Ratio and Crop support
438 ------------------------------------------------------------------------
439 r23906 | pdherbemont | 2007-12-28 19:30:23 +0100 (Fri, 28 Dec 2007) | 2 lines
440 Changed paths:
441    M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
442    M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
443    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
444    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
445    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
446    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
447
448 MacOSX/Framework: Fix end of file line, at least on headers.
449
450 ------------------------------------------------------------------------
451 r23905 | pdherbemont | 2007-12-28 19:29:38 +0100 (Fri, 28 Dec 2007) | 2 lines
452 Changed paths:
453    M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
454
455 MacOSX/Framework/VLCLibrary.m: Default the use of the opengllayer video output module. Don't be verbose by default.
456
457 ------------------------------------------------------------------------
458 r23904 | pdherbemont | 2007-12-28 19:28:29 +0100 (Fri, 28 Dec 2007) | 2 lines
459 Changed paths:
460    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
461    M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
462
463 MacOSX/Framework/VLCVideoView.m: Supports the opengllayer video_output.
464
465 ------------------------------------------------------------------------
466 r23903 | pdherbemont | 2007-12-28 19:25:03 +0100 (Fri, 28 Dec 2007) | 2 lines
467 Changed paths:
468    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaListAspect.h
469    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
470
471 MacOSX/Framework/VLCMediaListAspect.m: Implement -parentMediaList.
472
473 ------------------------------------------------------------------------
474 r23902 | pdherbemont | 2007-12-28 19:23:46 +0100 (Fri, 28 Dec 2007) | 2 lines
475 Changed paths:
476    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
477    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
478
479 MacOSX/Framework/VLCMediaList.m: Implement -isReadOnly.
480
481 ------------------------------------------------------------------------
482 r23901 | pdherbemont | 2007-12-28 19:21:35 +0100 (Fri, 28 Dec 2007) | 2 lines
483 Changed paths:
484    M /trunk/modules/video_output/opengllayer.m
485
486 video_output/opengllayer.m: Fix a warning, and use addVoutLayer: instead of addVoutView:.
487
488 ------------------------------------------------------------------------
489 r23900 | courmisch | 2007-12-28 18:17:29 +0100 (Fri, 28 Dec 2007) | 2 lines
490 Changed paths:
491    M /trunk/modules/access/file.c
492
493 Be on the safe side of memory protection for now: use PROT_WRITE.
494
495 ------------------------------------------------------------------------
496 r23899 | fkuehne | 2007-12-28 18:14:58 +0100 (Fri, 28 Dec 2007) | 1 line
497 Changed paths:
498    M /trunk/modules/gui/macosx/intf.m
499
500 * make sure our window titles change while switching items within playback (closes #1381)
501 ------------------------------------------------------------------------
502 r23898 | courmisch | 2007-12-28 18:01:56 +0100 (Fri, 28 Dec 2007) | 3 lines
503 Changed paths:
504    M /trunk/include/vlc_block.h
505    M /trunk/modules/access/file.c
506    M /trunk/src/libvlc.sym
507    M /trunk/src/misc/block.c
508
509 block_mmap_Alloc: commoditize block allocation from mmap
510 Only the file access uses this, but I don't like "wild" callbacks into plugins.
511
512 ------------------------------------------------------------------------
513 r23897 | courmisch | 2007-12-28 17:16:55 +0100 (Fri, 28 Dec 2007) | 2 lines
514 Changed paths:
515    M /trunk/modules/access/file.c
516
517 Fix stack overflow in debug code: use heap for large allocations.
518
519 ------------------------------------------------------------------------
520 r23896 | massiot | 2007-12-28 15:05:56 +0100 (Fri, 28 Dec 2007) | 2 lines
521 Changed paths:
522    M /trunk/doc/fortunes.txt
523
524 .
525
526 ------------------------------------------------------------------------
527 r23895 | fkuehne | 2007-12-28 13:11:35 +0100 (Fri, 28 Dec 2007) | 1 line
528 Changed paths:
529    M /trunk/modules/gui/macosx/wizard.m
530
531 * adapted the wizard to use the RTP stream out module instead of the removed RTP access out. Please check the other interfaces...
532 ------------------------------------------------------------------------
533 r23894 | ileoo | 2007-12-28 12:36:57 +0100 (Fri, 28 Dec 2007) | 4 lines
534 Changed paths:
535    M /trunk/src/network/httpd.c
536
537
538 small fix for http-streaming, don't set b_die to true in beginning if
539 object is alive.
540
541 ------------------------------------------------------------------------
542 r23893 | courmisch | 2007-12-27 17:48:20 +0100 (Thu, 27 Dec 2007) | 2 lines
543 Changed paths:
544    M /trunk/modules/access/file.c
545
546 Revert [23889]. Don't enable debug if you don't want it.
547
548 ------------------------------------------------------------------------
549 r23892 | jpsaman | 2007-12-27 15:38:16 +0100 (Thu, 27 Dec 2007) | 1 line
550 Changed paths:
551    M /trunk/extras/contrib/src/Makefile
552    M /trunk/extras/contrib/src/Patches/live-starttime.patch
553
554 Sync with latest live555 source code.
555 ------------------------------------------------------------------------
556 r23891 | jpsaman | 2007-12-27 15:31:43 +0100 (Thu, 27 Dec 2007) | 2 lines
557 Changed paths:
558    M /trunk/modules/demux/live555.cpp
559
560 Fix segfault when Connect() returned failure and fix memleaks. Make sure live555 modules exits while in Connect() if vlc is asked to stop.
561
562 ------------------------------------------------------------------------
563 r23890 | jpsaman | 2007-12-27 13:46:30 +0100 (Thu, 27 Dec 2007) | 1 line
564 Changed paths:
565    M /trunk/configure.ac
566
567 Indentation fix
568 ------------------------------------------------------------------------
569 r23889 | jpsaman | 2007-12-27 13:45:31 +0100 (Thu, 27 Dec 2007) | 1 line
570 Changed paths:
571    M /trunk/modules/access/file.c
572
573 Silence debug message.
574 ------------------------------------------------------------------------
575 r23887 | fkuehne | 2007-12-27 13:44:02 +0100 (Thu, 27 Dec 2007) | 1 line
576 Changed paths:
577    M /trunk/NEWS
578
579 * couple of NEWS updates and typo fixes here and there
580 ------------------------------------------------------------------------
581 r23886 | fkuehne | 2007-12-26 21:40:50 +0100 (Wed, 26 Dec 2007) | 1 line
582 Changed paths:
583    M /trunk/modules/gui/macosx/embeddedwindow.m
584
585 * revert previous forward-port, as video-device's content changed for 0.9.0. Thanks to Pierre for pointing this out.
586 ------------------------------------------------------------------------
587 r23885 | fkuehne | 2007-12-26 21:12:59 +0100 (Wed, 26 Dec 2007) | 1 line
588 Changed paths:
589    M /trunk/modules/gui/macosx/embeddedwindow.m
590
591 * forward-port [23884]
592 ------------------------------------------------------------------------
593 r23883 | pdherbemont | 2007-12-26 20:55:39 +0100 (Wed, 26 Dec 2007) | 2 lines
594 Changed paths:
595    M /trunk/modules/video_output/opengllayer.m
596
597 video_output/opengllayer.m: Correctly set the initial bounds of the layer. Also grab the anti-tearing stuff from the Mac OS X GL vout.
598
599 ------------------------------------------------------------------------
600 r23882 | courmisch | 2007-12-26 13:29:53 +0100 (Wed, 26 Dec 2007) | 2 lines
601 Changed paths:
602    M /trunk/include/vlc_input.h
603    M /trunk/src/input/input_internal.h
604
605 Move a few large inlines out of include/
606
607 ------------------------------------------------------------------------
608 r23881 | courmisch | 2007-12-26 13:21:56 +0100 (Wed, 26 Dec 2007) | 2 lines
609 Changed paths:
610    M /trunk/src/input/item.c
611
612 Code factorization
613
614 ------------------------------------------------------------------------
615 r23880 | courmisch | 2007-12-26 13:13:56 +0100 (Wed, 26 Dec 2007) | 2 lines
616 Changed paths:
617    M /trunk/include/vlc_configuration.h
618    M /trunk/src/modules/entry.c
619
620 Add "safe" config item property
621
622 ------------------------------------------------------------------------
623 r23879 | dionoea | 2007-12-26 03:35:50 +0100 (Wed, 26 Dec 2007) | 5 lines
624 Changed paths:
625    M /trunk/configure.ac
626    M /trunk/modules/video_chroma/Modules.am
627    A /trunk/modules/video_chroma/chain.c (from /trunk/modules/video_chroma/i422_yuy2.c:23848)
628    A /trunk/modules/video_chroma/yuy2_i420.c
629    A /trunk/modules/video_chroma/yuy2_i422.c (from /trunk/modules/video_chroma/i422_yuy2.c:23848)
630
631 Three new chroma converters:
632  * yuy2_i420: convert from Packed YUV 4:2:2 to Planar YUV 4:2:0
633  * yuy2_i422: convert from Packed YUV 4:2:2 to Planar YUV 4:2:2
634  * chroma_chain: attempt to chain 2 chroma converters to acheive the conversion (i.e. yuy2 -> rv32 will be done using yuy2 -> i420 -> rv32)
635
636 ------------------------------------------------------------------------
637 r23878 | pdherbemont | 2007-12-26 02:14:28 +0100 (Wed, 26 Dec 2007) | 2 lines
638 Changed paths:
639    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
640
641 MacOSX/Framework/VLCMediaDiscoverer.m: Remove silly debug code.
642
643 ------------------------------------------------------------------------
644 r23877 | dionoea | 2007-12-26 01:44:51 +0100 (Wed, 26 Dec 2007) | 5 lines
645 Changed paths:
646    M /trunk/modules/video_filter/adjust.c
647    M /trunk/modules/video_filter/erase.c
648    M /trunk/modules/video_filter/extract.c
649    A /trunk/modules/video_filter/filter_picture.h
650
651 Some more filter work:
652  * adjust.c, extract.c: packed YUV 422 support.
653  * filter_picture.h: code shared by some "video filter2" filters.
654  * erase.c: validate the picture chroma in the constructor.
655
656 ------------------------------------------------------------------------
657 r23876 | pdherbemont | 2007-12-26 00:34:52 +0100 (Wed, 26 Dec 2007) | 2 lines
658 Changed paths:
659    M /trunk/include/vlc/libvlc.h
660    M /trunk/src/control/media_discoverer.c
661    M /trunk/src/control/media_list_player.c
662
663 vlc/libvlc.h: Set the return value of the libvlc_*_is_*() call to vlc_bool_t.
664
665 ------------------------------------------------------------------------
666 r23875 | pdherbemont | 2007-12-26 00:26:43 +0100 (Wed, 26 Dec 2007) | 2 lines
667 Changed paths:
668    M /trunk/src/control/media_discoverer.c
669
670 control/media_discoverer.c: Set the corresponding media_list to read-only.
671
672 ------------------------------------------------------------------------
673 r23874 | pdherbemont | 2007-12-26 00:25:09 +0100 (Wed, 26 Dec 2007) | 2 lines
674 Changed paths:
675    M /trunk/src/control/libvlc_internal.h
676    M /trunk/src/control/media_list.c
677
678 control/media_list.c: read-only-fy add_media_descriptor().
679
680 ------------------------------------------------------------------------
681 r23873 | pdherbemont | 2007-12-26 00:16:56 +0100 (Wed, 26 Dec 2007) | 2 lines
682 Changed paths:
683    M /trunk/include/vlc/libvlc.h
684    M /trunk/src/control/libvlc_internal.h
685    M /trunk/src/control/media_list.c
686
687 control/media_list.c: Implement read-only media_list.
688
689 ------------------------------------------------------------------------
690 r23872 | pdherbemont | 2007-12-25 23:55:15 +0100 (Tue, 25 Dec 2007) | 2 lines
691 Changed paths:
692    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaDiscoverer.h
693    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
694
695 MacOSX/Framework/VLCMediaDiscoverer: Publish -isRunning.
696
697 ------------------------------------------------------------------------
698 r23871 | pdherbemont | 2007-12-25 23:51:13 +0100 (Tue, 25 Dec 2007) | 2 lines
699 Changed paths:
700    M /trunk/include/vlc/libvlc.h
701    M /trunk/src/control/libvlc_internal.h
702    M /trunk/src/control/media_discoverer.c
703
704 control/media_discoverer.c: Publish media_discoverer_is_running().
705
706 ------------------------------------------------------------------------
707 r23870 | dionoea | 2007-12-25 23:39:00 +0100 (Tue, 25 Dec 2007) | 7 lines
708 Changed paths:
709    M /trunk/modules/video_filter/colorthres.c
710    M /trunk/modules/video_filter/erase.c
711    M /trunk/modules/video_filter/gaussianblur.c
712    M /trunk/modules/video_filter/psychedelic.c
713    M /trunk/modules/video_filter/rotate.c
714
715 Video filter fixes:
716  * colorthres.c: validate input chroma.
717  * erase.c: fix bluring application limit (prevents out of bounds access).
718  * gaussianblur.c: validate input chroma and add planar YUV 4:2:2 support.
719  * psychedelic.c: check image_Convert return value (it fails for I422 which would then trigger a segfault due to a NULL pointer being dereferenced).
720  * rotate.c: validate input chroma, add planar YUV 4:2:2 support and misc code fixes or simplifications.
721
722 ------------------------------------------------------------------------
723 r23869 | pdherbemont | 2007-12-25 23:33:56 +0100 (Tue, 25 Dec 2007) | 2 lines
724 Changed paths:
725    M /trunk/include/vlc/libvlc.h
726    M /trunk/src/control/media_discoverer.c
727
728 control/media_discoverer.c: Publish media_discoverer_event_manager().
729
730 ------------------------------------------------------------------------
731 r23868 | pdherbemont | 2007-12-25 23:25:45 +0100 (Tue, 25 Dec 2007) | 2 lines
732 Changed paths:
733    M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
734
735 MacOSX/Framework: Use the Pre-Compile script.
736
737 ------------------------------------------------------------------------
738 r23867 | pdherbemont | 2007-12-25 23:19:12 +0100 (Tue, 25 Dec 2007) | 2 lines
739 Changed paths:
740    M /trunk/extras/MacOSX/Framework/Pre-Compile.sh
741    M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
742
743 MacOSX/Framework: Properly track updated library and modules.
744
745 ------------------------------------------------------------------------
746 r23866 | pdherbemont | 2007-12-25 22:29:49 +0100 (Tue, 25 Dec 2007) | 2 lines
747 Changed paths:
748    M /trunk/include/vlc/libvlc_structures.h
749    M /trunk/src/control/media_discoverer.c
750
751 control/media_discoverer.c: Forward started and ended event.
752
753 ------------------------------------------------------------------------
754 r23865 | pdherbemont | 2007-12-25 21:54:18 +0100 (Tue, 25 Dec 2007) | 2 lines
755 Changed paths:
756    M /trunk/include/vlc_events.h
757    M /trunk/src/playlist/services_discovery.c
758
759 playlist/services_discovery.c: Send service discover started and ended events, to keep track of running sd.
760
761 ------------------------------------------------------------------------
762 r23863 | pdherbemont | 2007-12-25 17:18:23 +0100 (Tue, 25 Dec 2007) | 2 lines
763 Changed paths:
764    M /trunk/include/vlc/libvlc.h
765    M /trunk/src/control/media_list_view.c
766
767 control/media_list_view.c: Implement media_list_view_parent_media_list().
768
769 ------------------------------------------------------------------------
770 r23862 | fkuehne | 2007-12-25 14:55:30 +0100 (Tue, 25 Dec 2007) | 1 line
771 Changed paths:
772    M /trunk/modules/access/file.c
773
774 * mmap is broken on Darwin. Disabled it for now to have basic file access functionality working.
775 ------------------------------------------------------------------------
776 r23861 | fkuehne | 2007-12-25 14:36:02 +0100 (Tue, 25 Dec 2007) | 1 line
777 Changed paths:
778    M /trunk/configure.ac
779    M /trunk/extras/contrib/src/Makefile
780    A /trunk/extras/contrib/src/Patches/ffmpeg-svn-mmx_removal-darwin9.patch
781
782 * disable any MMX usage in FFmpeg on Darwin 9 (x86). This way, we can use the ffmpeg module normally until Apple releases the updated ld.
783 ------------------------------------------------------------------------
784 r23860 | pdherbemont | 2007-12-24 20:45:26 +0100 (Mon, 24 Dec 2007) | 2 lines
785 Changed paths:
786    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
787    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
788
789 Sources/VLCMedia.m: Implement a KeyValueCoding enabled -state property.
790
791 ------------------------------------------------------------------------
792 r23858 | pdherbemont | 2007-12-24 19:45:10 +0100 (Mon, 24 Dec 2007) | 2 lines
793 Changed paths:
794    M /trunk/include/vlc/libvlc.h
795    M /trunk/include/vlc/libvlc_structures.h
796    M /trunk/src/control/libvlc_internal.h
797    M /trunk/src/control/media_descriptor.c
798    M /trunk/src/control/media_instance.c
799
800 control/media_descriptor.c: Publish an Event plus a method to get the media_descriptor state, which is buffering, playing, error, nothing special. This is a bit controversial as we need a media_instance to set that state, and this is media_instance dependant. However, this is a nice shortcut.
801
802 ------------------------------------------------------------------------
803 r23857 | ivoire | 2007-12-24 18:53:28 +0100 (Mon, 24 Dec 2007) | 1 line
804 Changed paths:
805    M /trunk/modules/video_output/sdl.c
806
807 improve sdl video output. If there is some stupidities feel free to revert. And Merry Christmas.
808 ------------------------------------------------------------------------
809 r23856 | dionoea | 2007-12-24 17:52:05 +0100 (Mon, 24 Dec 2007) | 2 lines
810 Changed paths:
811    M /trunk/modules/services_discovery/shout.c
812
813 Revert r23852.
814
815 ------------------------------------------------------------------------
816 r23853 | xtophe | 2007-12-24 17:07:27 +0100 (Mon, 24 Dec 2007) | 2 lines
817 Changed paths:
818    M /trunk/share/Makefile.am
819
820 distribute the Christmas icons
821
822 ------------------------------------------------------------------------
823 r23852 | courmisch | 2007-12-24 16:39:17 +0100 (Mon, 24 Dec 2007) | 2 lines
824 Changed paths:
825    M /trunk/modules/services_discovery/shout.c
826
827 Not every body trusts "free.fr", especially not through non-secure HTTP, and/or non-FQDN-only hostnames
828
829 ------------------------------------------------------------------------
830 r23851 | dionoea | 2007-12-24 15:40:51 +0100 (Mon, 24 Dec 2007) | 3 lines
831 Changed paths:
832    M /trunk/src/libvlc-common.c
833
834 Include font and password configuration items in the help output.
835 Tell the user about --advanced when his help query skipped advanced configuration items.
836
837 ------------------------------------------------------------------------
838 r23850 | dionoea | 2007-12-24 14:52:48 +0100 (Mon, 24 Dec 2007) | 2 lines
839 Changed paths:
840    M /trunk/src/libvlc-common.c
841    M /trunk/src/misc/messages.c
842
843 Use \033[0;1m instead of \033[37;1m for bold text using the default color (prevent using bold white text on terms with a white background).
844
845 ------------------------------------------------------------------------
846 r23849 | dionoea | 2007-12-24 14:48:20 +0100 (Mon, 24 Dec 2007) | 2 lines
847 Changed paths:
848    M /trunk/src/modules/entry.c
849
850 Use the longtext as longtext.
851
852 ------------------------------------------------------------------------
853 r23848 | pdherbemont | 2007-12-24 02:18:54 +0100 (Mon, 24 Dec 2007) | 2 lines
854 Changed paths:
855    M /trunk/modules/services_discovery/shout.c
856
857 services_discovery/shout.c: No need to incref. (fix a memleak).
858
859 ------------------------------------------------------------------------
860 r23847 | jb | 2007-12-24 02:03:16 +0100 (Mon, 24 Dec 2007) | 3 lines
861 Changed paths:
862    M /trunk/src/osd/osd.c
863
864 Remove unused variable in OSD. Revert if needed :D
865
866
867 ------------------------------------------------------------------------
868 r23846 | jb | 2007-12-24 02:02:05 +0100 (Mon, 24 Dec 2007) | 3 lines
869 Changed paths:
870    M /trunk/src/playlist/engine.c
871
872 Fix a Typo.
873
874
875 ------------------------------------------------------------------------
876 r23845 | jb | 2007-12-24 02:00:03 +0100 (Mon, 24 Dec 2007) | 4 lines
877 Changed paths:
878    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
879    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
880    M /trunk/modules/gui/qt4/main_interface.cpp
881
882 Qt4 - Background Widget change. Resetting the maximum size at each resize is wrong. Scaling content can be really really ugly.
883 To be finished.
884
885
886 ------------------------------------------------------------------------
887 r23844 | hovis | 2007-12-24 01:15:47 +0100 (Mon, 24 Dec 2007) | 1 line
888 Changed paths:
889    M /trunk/modules/access/v4l2.c
890
891 v4l2.c:  Patch by Dennis Lou to add MPEG2 support.  Many thanks.
892 ------------------------------------------------------------------------
893 r23843 | dionoea | 2007-12-23 23:23:25 +0100 (Sun, 23 Dec 2007) | 3 lines
894 Changed paths:
895    M /trunk/modules/demux/playlist/m3u.c
896    M /trunk/modules/services_discovery/shout.c
897
898 Allow specifying options specific to each url in the shout service discovery.
899 Make it possible to inherit the m3u-extvlcopt option in the m3u parser.
900
901 ------------------------------------------------------------------------
902 r23842 | dionoea | 2007-12-23 22:39:09 +0100 (Sun, 23 Dec 2007) | 2 lines
903 Changed paths:
904    M /trunk/configure.ac
905    M /trunk/modules/services_discovery/Modules.am
906    D /trunk/modules/services_discovery/freebox.c
907    M /trunk/modules/services_discovery/shout.c
908
909 Merge the shoutcast and freebox service discovery modules. Cleanup the shout.c code.
910
911 ------------------------------------------------------------------------
912 r23841 | fkuehne | 2007-12-23 19:28:14 +0100 (Sun, 23 Dec 2007) | 1 line
913 Changed paths:
914    M /trunk/modules/gui/macosx/macosx.m
915    M /trunk/modules/gui/macosx/wizard.h
916    M /trunk/modules/gui/macosx/wizard.m
917
918 macosx: remove useless setting as basically no user wants the wizard panel to reset in a single session, but demands it to keep its selections (this was the default behaviour anyway)
919 ------------------------------------------------------------------------
920 r23840 | fkuehne | 2007-12-23 19:20:06 +0100 (Sun, 23 Dec 2007) | 1 line
921 Changed paths:
922    M /trunk/modules/gui/macosx/playlist.m
923
924 macosx:playlist.m turn an error msg into a warning as the event isn't as bad as it seems to be
925 ------------------------------------------------------------------------
926 r23839 | courmisch | 2007-12-23 18:42:57 +0100 (Sun, 23 Dec 2007) | 3 lines
927 Changed paths:
928    M /trunk/src/network/httpd.c
929
930 Fix format string injection in the Connection field for HTTP-served files
931 (affects HTTP interface and LUA plus HTTP export for DVB and RTP)
932
933 ------------------------------------------------------------------------
934 r23838 | pdherbemont | 2007-12-23 17:48:15 +0100 (Sun, 23 Dec 2007) | 2 lines
935 Changed paths:
936    M /trunk/modules/video_output/opengllayer.m
937
938 modules/video_output/opengllayer.m: Don't free the gl texture in End(), but in the releaseGLContext function. Set the original bounds of the CALayer. Protect the removeFromSuperlayer by a CATransaction.
939
940 ------------------------------------------------------------------------
941 r23837 | pdherbemont | 2007-12-23 16:29:47 +0100 (Sun, 23 Dec 2007) | 2 lines
942 Changed paths:
943    M /trunk/src/playlist/item.c
944    M /trunk/src/playlist/loadsave.c
945
946 playlist: Fix an input_item leak in item.c, and notice that we are leaking one in loadsave.c.
947
948 ------------------------------------------------------------------------
949 r23836 | pdherbemont | 2007-12-23 16:28:51 +0100 (Sun, 23 Dec 2007) | 2 lines
950 Changed paths:
951    M /trunk/src/playlist/tree.c
952
953 playlist/tree.c: Fix an input_item leak.
954
955 ------------------------------------------------------------------------
956 r23835 | pdherbemont | 2007-12-23 15:59:34 +0100 (Sun, 23 Dec 2007) | 2 lines
957 Changed paths:
958    M /trunk/modules/demux/playlist/xspf.c
959
960 modules/demux/playlist/xspf.c: Show where the input_item leak comes from. (funman can fix that?)
961
962 ------------------------------------------------------------------------
963 r23834 | pdherbemont | 2007-12-23 15:53:25 +0100 (Sun, 23 Dec 2007) | 2 lines
964 Changed paths:
965    M /trunk/modules/demux/playlist/asx.c
966    M /trunk/modules/demux/playlist/b4s.c
967    M /trunk/modules/demux/playlist/dvb.c
968    M /trunk/modules/demux/playlist/gvp.c
969    M /trunk/modules/demux/playlist/ifo.c
970    M /trunk/modules/demux/playlist/itml.c
971    M /trunk/modules/demux/playlist/m3u.c
972    M /trunk/modules/demux/playlist/pls.c
973    M /trunk/modules/demux/playlist/podcast.c
974    M /trunk/modules/demux/playlist/qtl.c
975    M /trunk/modules/demux/playlist/sgimb.c
976    M /trunk/modules/demux/playlist/shoutcast.c
977
978 modules/demux/playlist/*.c: Fix input_item memleaks.
979
980 ------------------------------------------------------------------------
981 r23833 | pdherbemont | 2007-12-23 15:45:09 +0100 (Sun, 23 Dec 2007) | 2 lines
982 Changed paths:
983    M /trunk/src/control/media_descriptor.c
984
985 control/media_descriptor.c: Prevent an input_item memleak.
986
987 ------------------------------------------------------------------------
988 r23832 | pdherbemont | 2007-12-23 15:40:28 +0100 (Sun, 23 Dec 2007) | 2 lines
989 Changed paths:
990    M /trunk/modules/demux/mp4/mp4.c
991
992 modules/demux/mp4/mp4.c: Fix an input_item memleak.
993
994 ------------------------------------------------------------------------
995 r23831 | pdherbemont | 2007-12-23 15:38:53 +0100 (Sun, 23 Dec 2007) | 2 lines
996 Changed paths:
997    M /trunk/modules/control/http/macro.c
998    M /trunk/modules/control/http/rpn.c
999
1000 modules/control/http: Fix input_item memleak.
1001
1002 ------------------------------------------------------------------------
1003 r23830 | pdherbemont | 2007-12-23 15:35:43 +0100 (Sun, 23 Dec 2007) | 2 lines
1004 Changed paths:
1005    M /trunk/modules/access/directory.c
1006
1007 modules/access/directory.c: Fix an input_item memleak.
1008
1009 ------------------------------------------------------------------------
1010 r23829 | pdherbemont | 2007-12-23 15:34:25 +0100 (Sun, 23 Dec 2007) | 2 lines
1011 Changed paths:
1012    M /trunk/modules/access/cdda.c
1013
1014 modules/access/cdda.c: Fix an input_item memleak.
1015
1016 ------------------------------------------------------------------------
1017 r23828 | pdherbemont | 2007-12-23 15:19:00 +0100 (Sun, 23 Dec 2007) | 6 lines
1018 Changed paths:
1019    M /trunk/include/vlc_common.h
1020    M /trunk/modules/misc/lua/vlc.c
1021    M /trunk/modules/services_discovery/bonjour.c
1022    M /trunk/modules/services_discovery/freebox.c
1023    M /trunk/modules/services_discovery/hal.c
1024    M /trunk/modules/services_discovery/sap.c
1025    M /trunk/modules/services_discovery/shout.c
1026
1027 vlc_common.h:
1028 * Add some proper assert() to the vlc_gc_* function to spot errors.
1029 * Correctly initialize the refcount to 1. (This will prevent freed pointer usage). (This may also introduce leaks in some module).
1030 modules/*.c:
1031 * Prevent some module to leak input_item_t.
1032
1033 ------------------------------------------------------------------------
1034 r23827 | funman | 2007-12-23 13:55:08 +0100 (Sun, 23 Dec 2007) | 2 lines
1035 Changed paths:
1036    M /trunk/extras/contrib/src/Makefile
1037    A /trunk/extras/contrib/src/Patches/libdvdnav-win32.patch
1038
1039 contribs: fix libdvdnav runtime on win32 (patch was deleted when switching to mplayer's libdvdnav), extract using gzip
1040
1041 ------------------------------------------------------------------------
1042 r23826 | ivoire | 2007-12-23 11:47:59 +0100 (Sun, 23 Dec 2007) | 1 line
1043 Changed paths:
1044    M /trunk/modules/gui/qt4/dialogs/interaction.cpp
1045    M /trunk/modules/gui/qt4/dialogs_provider.cpp
1046
1047 little error
1048 ------------------------------------------------------------------------
1049 r23825 | fkuehne | 2007-12-23 11:15:49 +0100 (Sun, 23 Dec 2007) | 1 line
1050 Changed paths:
1051    M /trunk/modules/gui/macosx/intf.m
1052    M /trunk/modules/gui/macosx/open.m
1053    M /trunk/modules/gui/macosx/playlist.m
1054    M /trunk/modules/gui/macosx/playlistinfo.m
1055    M /trunk/modules/gui/macosx/prefs_widgets.m
1056    M /trunk/modules/gui/macosx/vout.m
1057
1058 * withCString is deprecated in 10.4. Use WithUTF8String instead, as VLC's core is completely UTF8 now. Remove a couple of (nowadays) useless checks
1059 ------------------------------------------------------------------------
1060 r23824 | ivoire | 2007-12-23 09:12:26 +0100 (Sun, 23 Dec 2007) | 1 line
1061 Changed paths:
1062    M /trunk/src/misc/update.c
1063
1064 remove memory leak
1065 ------------------------------------------------------------------------
1066 r23823 | jb | 2007-12-23 02:48:30 +0100 (Sun, 23 Dec 2007) | 3 lines
1067 Changed paths:
1068    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
1069    M /trunk/modules/gui/qt4/main_interface.cpp
1070
1071 Qt4 - Small fix to get a smaller size when a video ends.
1072
1073
1074 ------------------------------------------------------------------------
1075 r23822 | pdherbemont | 2007-12-23 02:38:20 +0100 (Sun, 23 Dec 2007) | 2 lines
1076 Changed paths:
1077    M /trunk/modules/gui/macosx/playlist.m
1078
1079 modules/macosx/playlist.m: Remove code that shouldn't be here, to re-enable services discovery.
1080
1081 ------------------------------------------------------------------------
1082 r23821 | jb | 2007-12-23 02:24:25 +0100 (Sun, 23 Dec 2007) | 3 lines
1083 Changed paths:
1084    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
1085
1086 And forgot the other file... Sorry.
1087
1088
1089 ------------------------------------------------------------------------
1090 r23820 | jb | 2007-12-23 02:22:20 +0100 (Sun, 23 Dec 2007) | 2 lines
1091 Changed paths:
1092    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
1093
1094 Qt4 - Clean more.
1095
1096 ------------------------------------------------------------------------
1097 r23819 | jb | 2007-12-23 02:12:58 +0100 (Sun, 23 Dec 2007) | 3 lines
1098 Changed paths:
1099    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
1100    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
1101    M /trunk/modules/gui/qt4/main_interface.cpp
1102
1103 Qt4 - simplify the VideoWidget. VideoWidget is a just an simple QFrame with the necessary interactions...
1104
1105
1106 ------------------------------------------------------------------------
1107 r23818 | jb | 2007-12-23 01:54:54 +0100 (Sun, 23 Dec 2007) | 2 lines
1108 Changed paths:
1109    M /trunk/modules/gui/qt4/pixmaps/noart.png
1110
1111 Qt4 - less ugly Noart pix
1112
1113 ------------------------------------------------------------------------
1114 r23817 | funman | 2007-12-23 01:30:19 +0100 (Sun, 23 Dec 2007) | 1 line
1115 Changed paths:
1116    M /trunk/modules/demux/playlist/xspf.c
1117    M /trunk/modules/demux/playlist/xspf.h
1118
1119 fix #1409
1120 ------------------------------------------------------------------------
1121 r23816 | xtophe | 2007-12-22 23:28:23 +0100 (Sat, 22 Dec 2007) | 2 lines
1122 Changed paths:
1123    M /trunk/po/sl.po
1124
1125 Slovenian translation update by Matej Urban?\196?\141i?\196?\141.
1126
1127 ------------------------------------------------------------------------
1128 r23815 | xtophe | 2007-12-22 23:01:56 +0100 (Sat, 22 Dec 2007) | 2 lines
1129 Changed paths:
1130    M /trunk/include/vlc_common.h
1131    M /trunk/src/config/file.c
1132    M /trunk/src/modules/entry.c
1133
1134 Use dgettext() (aka _() ) rather than gettext().
1135
1136 ------------------------------------------------------------------------
1137 r23814 | jb | 2007-12-22 20:31:19 +0100 (Sat, 22 Dec 2007) | 3 lines
1138 Changed paths:
1139    M /trunk/modules/gui/qt4/main_interface.cpp
1140
1141 Qt4 - timeLabel cosmetic.
1142
1143
1144 ------------------------------------------------------------------------
1145 r23813 | jb | 2007-12-22 20:21:17 +0100 (Sat, 22 Dec 2007) | 2 lines
1146 Changed paths:
1147    M /trunk/modules/gui/qt4/Modules.am
1148    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
1149    A /trunk/modules/gui/qt4/pixmaps/volume-medium.png
1150    M /trunk/modules/gui/qt4/res.qrc
1151
1152 Qt4 - Add a "medium" volume icon as requested on IRC, ( by Quovodis?)
1153
1154 ------------------------------------------------------------------------
1155 r23812 | jb | 2007-12-22 20:12:45 +0100 (Sat, 22 Dec 2007) | 3 lines
1156 Changed paths:
1157    M /trunk/modules/gui/qt4/main_interface.cpp
1158
1159 Qt4 - Make the time Label right aligned and not size increasing in resize.
1160
1161
1162 ------------------------------------------------------------------------
1163 r23811 | pdherbemont | 2007-12-22 19:11:50 +0100 (Sat, 22 Dec 2007) | 2 lines
1164 Changed paths:
1165    M /trunk/modules/services_discovery/sap.c
1166
1167 services_discovery/sap.c: Make sure the thread will exit, even if in poll(). And properly lock the object.
1168
1169 ------------------------------------------------------------------------
1170 r23810 | pdherbemont | 2007-12-22 17:19:04 +0100 (Sat, 22 Dec 2007) | 2 lines
1171 Changed paths:
1172    M /trunk/include/vlc_objects.h
1173    M /trunk/src/misc/objects.c
1174
1175 include/vlc_objects.h: Use the usual macro trick, to publish a function that take as argument a vlc_object_t *, here for vlc_object_waitpipe().
1176
1177 ------------------------------------------------------------------------
1178 r23809 | courmisch | 2007-12-22 17:04:32 +0100 (Sat, 22 Dec 2007) | 2 lines
1179 Changed paths:
1180    M /trunk/src/network/httpd.c
1181
1182 syntax error
1183
1184 ------------------------------------------------------------------------
1185 r23808 | courmisch | 2007-12-22 16:53:38 +0100 (Sat, 22 Dec 2007) | 2 lines
1186 Changed paths:
1187    M /trunk/src/misc/objects.c
1188    M /trunk/src/network/httpd.c
1189
1190 Add an error message
1191
1192 ------------------------------------------------------------------------
1193 r23807 | courmisch | 2007-12-22 16:50:53 +0100 (Sat, 22 Dec 2007) | 2 lines
1194 Changed paths:
1195    M /trunk/src/network/httpd.c
1196
1197 Fix warnings
1198
1199 ------------------------------------------------------------------------
1200 r23806 | courmisch | 2007-12-22 16:49:53 +0100 (Sat, 22 Dec 2007) | 2 lines
1201 Changed paths:
1202    M /trunk/src/misc/objects.c
1203
1204 _pipe is not selectable on Windows, so return -1
1205
1206 ------------------------------------------------------------------------
1207 r23805 | courmisch | 2007-12-22 16:42:36 +0100 (Sat, 22 Dec 2007) | 2 lines
1208 Changed paths:
1209    M /trunk/src/network/httpd.c
1210
1211 Corner case race condition in the waitpipe
1212
1213 ------------------------------------------------------------------------
1214 r23804 | courmisch | 2007-12-22 15:47:15 +0100 (Sat, 22 Dec 2007) | 3 lines
1215 Changed paths:
1216    M /trunk/modules/access/file.c
1217
1218 Put debug/test code for mmap
1219 (it does not find any error here)
1220
1221 ------------------------------------------------------------------------
1222 r23803 | courmisch | 2007-12-22 15:11:42 +0100 (Sat, 22 Dec 2007) | 4 lines
1223 Changed paths:
1224    M /trunk/modules/access/file.c
1225
1226  - Parse seek offsets as unsigned (why they were signed in the first place??)
1227  - Fix comments
1228  - Cache pagesize
1229
1230 ------------------------------------------------------------------------
1231 r23802 | pdherbemont | 2007-12-22 14:44:00 +0100 (Sat, 22 Dec 2007) | 2 lines
1232 Changed paths:
1233    M /trunk/modules/services_discovery/sap.c
1234
1235 services_discovery/sap.c: s/min/min_int/ to prevent a macro collision on windows environment.
1236
1237 ------------------------------------------------------------------------
1238 r23801 | jpsaman | 2007-12-22 14:10:39 +0100 (Sat, 22 Dec 2007) | 1 line
1239 Changed paths:
1240    M /trunk/modules/gui/qt4/input_manager.cpp
1241
1242 First page is 100 by default
1243 ------------------------------------------------------------------------
1244 r23800 | courmisch | 2007-12-22 14:06:33 +0100 (Sat, 22 Dec 2007) | 2 lines
1245 Changed paths:
1246    M /trunk/modules/services_discovery/sap.c
1247
1248 Pierre writes too good code. We need to kludge it :(
1249
1250 ------------------------------------------------------------------------
1251 r23799 | pdherbemont | 2007-12-22 13:53:23 +0100 (Sat, 22 Dec 2007) | 2 lines
1252 Changed paths:
1253    M /trunk/modules/services_discovery/sap.c
1254
1255 services_discovery/sap.: Don't wakeup more than needed.
1256
1257 ------------------------------------------------------------------------
1258 r23798 | ivoire | 2007-12-22 13:41:56 +0100 (Sat, 22 Dec 2007) | 1 line
1259 Changed paths:
1260    M /trunk/include/vlc_update.h
1261    M /trunk/modules/gui/qt4/dialogs/help.cpp
1262    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
1263    M /trunk/src/libvlc-common.c
1264    M /trunk/src/misc/update.c
1265
1266 use a pointer to a function instead of a callback
1267 ------------------------------------------------------------------------
1268 r23797 | pdherbemont | 2007-12-22 13:36:53 +0100 (Sat, 22 Dec 2007) | 2 lines
1269 Changed paths:
1270    M /trunk/Makefile.am
1271
1272 Makefile.am: Put hdiutil into verbose mode in package-macosx creation.
1273
1274 ------------------------------------------------------------------------
1275 r23796 | funman | 2007-12-22 12:29:57 +0100 (Sat, 22 Dec 2007) | 2 lines
1276 Changed paths:
1277    M /trunk/src/libvlc-common.c
1278    M /trunk/src/misc/update.c
1279
1280 update: cosmetics, put the variable creation in libvlc
1281
1282 ------------------------------------------------------------------------
1283 r23795 | ivoire | 2007-12-22 11:18:01 +0100 (Sat, 22 Dec 2007) | 1 line
1284 Changed paths:
1285    M /trunk/src/misc/update.c
1286
1287 another cleaning session
1288 ------------------------------------------------------------------------
1289 r23794 | courmisch | 2007-12-22 11:09:20 +0100 (Sat, 22 Dec 2007) | 2 lines
1290 Changed paths:
1291    M /trunk/include/vlc_network.h
1292
1293 Try to fix Win32 linking
1294
1295 ------------------------------------------------------------------------
1296 r23793 | courmisch | 2007-12-22 11:02:50 +0100 (Sat, 22 Dec 2007) | 2 lines
1297 Changed paths:
1298    M /trunk/include/vlc_network.h
1299    M /trunk/src/libvlc.sym
1300    M /trunk/src/network/io.c
1301
1302 Remove net_Select. Simplify net_Read consequently.
1303
1304 ------------------------------------------------------------------------
1305 r23792 | courmisch | 2007-12-22 10:31:58 +0100 (Sat, 22 Dec 2007) | 2 lines
1306 Changed paths:
1307    M /trunk/modules/services_discovery/sap.c
1308
1309 Use poll() directly when you want to listen to multiple sockets.
1310
1311 ------------------------------------------------------------------------
1312 r23791 | jb | 2007-12-22 10:31:50 +0100 (Sat, 22 Dec 2007) | 2 lines
1313 Changed paths:
1314    M /trunk/modules/gui/qt4/dialogs/sout.cpp
1315    M /trunk/modules/gui/qt4/dialogs/sout.hpp
1316    M /trunk/modules/gui/qt4/dialogs_provider.cpp
1317
1318 Qt4 - Fix previous commit.
1319
1320 ------------------------------------------------------------------------
1321 r23790 | courmisch | 2007-12-22 10:11:25 +0100 (Sat, 22 Dec 2007) | 2 lines
1322 Changed paths:
1323    M /trunk/include/vlc_network.h
1324
1325 Same as previous commit
1326
1327 ------------------------------------------------------------------------
1328 r23789 | courmisch | 2007-12-22 10:10:56 +0100 (Sat, 22 Dec 2007) | 2 lines
1329 Changed paths:
1330    M /trunk/src/network/io.c
1331
1332 Revert [23768] and [23768]. Fix dead lock whenever reading from the network.
1333
1334 ------------------------------------------------------------------------
1335 r23788 | jb | 2007-12-22 09:12:02 +0100 (Sat, 22 Dec 2007) | 2 lines
1336 Changed paths:
1337    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
1338    M /trunk/modules/gui/qt4/dialogs/open.cpp
1339    M /trunk/modules/gui/qt4/dialogs/sout.cpp
1340    M /trunk/modules/gui/qt4/dialogs/sout.hpp
1341    M /trunk/modules/gui/qt4/dialogs/vlm.cpp
1342    M /trunk/modules/gui/qt4/dialogs/vlm.hpp
1343    M /trunk/modules/gui/qt4/dialogs_provider.cpp
1344    M /trunk/modules/gui/qt4/dialogs_provider.hpp
1345
1346 Qt4 - Use a main instance of Sout for VLM. Clean DP since all dialogs (except Bookmarks that won't be done...) are done.
1347
1348 ------------------------------------------------------------------------
1349 r23787 | jb | 2007-12-22 08:19:01 +0100 (Sat, 22 Dec 2007) | 3 lines
1350 Changed paths:
1351    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
1352    M /trunk/modules/gui/qt4/main_interface.cpp
1353    M /trunk/modules/gui/qt4/main_interface.hpp
1354
1355 Qt4 - remember if the playlist was inside or not. Clean.
1356
1357
1358 ------------------------------------------------------------------------
1359 r23786 | jb | 2007-12-22 04:20:11 +0100 (Sat, 22 Dec 2007) | 2 lines
1360 Changed paths:
1361    M /trunk/modules/gui/qt4/components/playlist/playlist.cpp
1362    M /trunk/modules/gui/qt4/components/playlist/playlist.hpp
1363    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
1364    M /trunk/modules/gui/qt4/main_interface.cpp
1365
1366 Qt4 - Remember playlist's size.
1367
1368 ------------------------------------------------------------------------
1369 r23785 | jb | 2007-12-22 04:04:42 +0100 (Sat, 22 Dec 2007) | 2 lines
1370 Changed paths:
1371    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
1372
1373 Qt4 - Save the settings from the playlist for the dialog Provider if ever needed.
1374
1375 ------------------------------------------------------------------------
1376 r23784 | jb | 2007-12-22 03:38:14 +0100 (Sat, 22 Dec 2007) | 2 lines
1377 Changed paths:
1378    M /trunk/modules/gui/qt4/main_interface.cpp
1379
1380 QT4 - sizing (still not fix... anyone can look at it ?) and remember if the playlist is floating.
1381
1382 ------------------------------------------------------------------------
1383 r23783 | jb | 2007-12-22 02:50:29 +0100 (Sat, 22 Dec 2007) | 3 lines
1384 Changed paths:
1385    M /trunk/modules/gui/qt4/main_interface.cpp
1386
1387 Qt4 - Typo on the sizing that can explain the "Video Above the control" bug.
1388
1389
1390 ------------------------------------------------------------------------
1391 r23782 | jb | 2007-12-22 02:49:50 +0100 (Sat, 22 Dec 2007) | 2 lines
1392 Changed paths:
1393    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
1394
1395 Qt4 - Be sure of the existence of getInput.
1396
1397 ------------------------------------------------------------------------
1398 r23781 | jb | 2007-12-22 02:08:21 +0100 (Sat, 22 Dec 2007) | 2 lines
1399 Changed paths:
1400    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
1401    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
1402
1403 Qt4 - remove unusefull debug.
1404
1405 ------------------------------------------------------------------------
1406 r23780 | pdherbemont | 2007-12-22 01:43:59 +0100 (Sat, 22 Dec 2007) | 2 lines
1407 Changed paths:
1408    M /trunk/modules/audio_filter/converter/dtstospdif.c
1409
1410 dtstospdif.c: Print a warning on frame size changes. Hopefully it will help us to debug the issue with SPDIF.
1411
1412 ------------------------------------------------------------------------
1413 r23779 | pdherbemont | 2007-12-22 01:34:04 +0100 (Sat, 22 Dec 2007) | 2 lines
1414 Changed paths:
1415    M /trunk/modules/audio_filter/converter/dtstospdif.c
1416
1417 modules/audio_filter/converter/dtstospdif.c: We need a starting date. Fix a typo that cause the starting date not to be set.
1418
1419 ------------------------------------------------------------------------
1420 r23778 | funman | 2007-12-21 22:38:35 +0100 (Fri, 21 Dec 2007) | 1 line
1421 Changed paths:
1422    M /trunk/modules/access/file.c
1423
1424 fix [23367]
1425 ------------------------------------------------------------------------
1426 r23777 | funman | 2007-12-21 22:05:02 +0100 (Fri, 21 Dec 2007) | 1 line
1427 Changed paths:
1428    M /trunk/modules/access/file.c
1429
1430 file: do not declare mmapBlock() if it won't be defined
1431 ------------------------------------------------------------------------
1432 r23776 | jb | 2007-12-21 21:34:34 +0100 (Fri, 21 Dec 2007) | 2 lines
1433 Changed paths:
1434    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
1435    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
1436
1437 Qt4 - Use AutoRaise button for faster and slower in order to keep consistency in the interface.
1438
1439 ------------------------------------------------------------------------
1440 r23775 | jb | 2007-12-21 21:29:59 +0100 (Fri, 21 Dec 2007) | 4 lines
1441 Changed paths:
1442    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
1443    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
1444
1445 Qt4 - SpeedSlider, use an AutoRaise button for the Normal Rate.
1446 Remove and unneeded member in the class.
1447
1448
1449 ------------------------------------------------------------------------
1450 r23774 | jb | 2007-12-21 21:16:12 +0100 (Fri, 21 Dec 2007) | 2 lines
1451 Changed paths:
1452    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
1453
1454 Qt4 - Fix the SINGLE Item mode of the Media Information! Be Carefull again !
1455
1456 ------------------------------------------------------------------------
1457 r23773 | jb | 2007-12-21 20:59:39 +0100 (Fri, 21 Dec 2007) | 3 lines
1458 Changed paths:
1459    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
1460    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
1461
1462 Qt4 - We DO need pulling for the stats in MediaInfo Dialog... Revert part of 23590.
1463
1464
1465 ------------------------------------------------------------------------
1466 r23772 | jb | 2007-12-21 20:40:58 +0100 (Fri, 21 Dec 2007) | 3 lines
1467 Changed paths:
1468    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
1469
1470 Qt4 - Fix an 'assertion failed' when opening the media information witout an input.
1471
1472
1473 ------------------------------------------------------------------------
1474 r23771 | pdherbemont | 2007-12-21 20:35:59 +0100 (Fri, 21 Dec 2007) | 2 lines
1475 Changed paths:
1476    M /trunk/modules/services_discovery/freebox.c
1477
1478 modules/services_discovery/freebox.c: Wrong copyright, reported by funman.
1479
1480 ------------------------------------------------------------------------
1481 r23770 | pdherbemont | 2007-12-21 20:30:52 +0100 (Fri, 21 Dec 2007) | 2 lines
1482 Changed paths:
1483    M /trunk/configure.ac
1484    M /trunk/modules/services_discovery/Modules.am
1485    A /trunk/modules/services_discovery/freebox.c
1486
1487 modules/services_discovery/freebox.c: Create a new service discovery for the french ISP free.fr set top box.
1488
1489 ------------------------------------------------------------------------
1490 r23769 | pdherbemont | 2007-12-21 19:56:54 +0100 (Fri, 21 Dec 2007) | 2 lines
1491 Changed paths:
1492    M /trunk/src/network/io.c
1493
1494 network/io.c: net_Select should return i_total on timeout.
1495
1496 ------------------------------------------------------------------------
1497 r23768 | pdherbemont | 2007-12-21 19:52:21 +0100 (Fri, 21 Dec 2007) | 5 lines
1498 Changed paths:
1499    M /trunk/include/vlc_network.h
1500    M /trunk/modules/services_discovery/sap.c
1501    M /trunk/src/network/io.c
1502
1503 modules/services_discovery/sap.c: Don't trust announcement down packet, but support implicit timeout.
1504 * As suggested in the RFC we remove the discovered media if there is no new packet after three average packet period. (implicit timeout).
1505 * Announcement of removal packet can be used to silently replace an announce by an other.
1506 * Add a timeout argument to net_Select.
1507
1508 ------------------------------------------------------------------------
1509 r23767 | funman | 2007-12-21 18:25:10 +0100 (Fri, 21 Dec 2007) | 1 line
1510 Changed paths:
1511    M /trunk/HACKING
1512
1513 put the right developers website url, pointed out by marcfiu on IRC. bump gettext requirement
1514 ------------------------------------------------------------------------
1515 r23766 | courmisch | 2007-12-21 18:22:39 +0100 (Fri, 21 Dec 2007) | 2 lines
1516 Changed paths:
1517    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
1518
1519 Add module_Exists until I don't get any error on my build tree!
1520
1521 ------------------------------------------------------------------------
1522 r23765 | courmisch | 2007-12-21 17:56:21 +0100 (Fri, 21 Dec 2007) | 2 lines
1523 Changed paths:
1524    M /trunk/include/vlc_configuration.h
1525
1526 Use vlc_config_set for categories (close #1411)
1527
1528 ------------------------------------------------------------------------
1529 r23764 | courmisch | 2007-12-21 17:55:49 +0100 (Fri, 21 Dec 2007) | 2 lines
1530 Changed paths:
1531    M /trunk/src/modules/modules.c
1532
1533 Fix config item counting
1534
1535 ------------------------------------------------------------------------
1536 r23763 | courmisch | 2007-12-21 16:56:50 +0100 (Fri, 21 Dec 2007) | 3 lines
1537 Changed paths:
1538    M /trunk/modules/access/udp.c
1539
1540  - Fix error handling
1541  - Fix a warning
1542
1543 ------------------------------------------------------------------------
1544 r23762 | courmisch | 2007-12-21 16:56:30 +0100 (Fri, 21 Dec 2007) | 2 lines
1545 Changed paths:
1546    M /trunk/modules/access/file.c
1547
1548 Use ssize_t
1549
1550 ------------------------------------------------------------------------
1551 r23761 | pdherbemont | 2007-12-21 16:03:49 +0100 (Fri, 21 Dec 2007) | 2 lines
1552 Changed paths:
1553    M /trunk/modules/services_discovery/shout.c
1554
1555 shout.c: Fix a typo in previous commit. (thanks, funman).
1556
1557 ------------------------------------------------------------------------
1558 r23760 | pdherbemont | 2007-12-21 15:57:24 +0100 (Fri, 21 Dec 2007) | 2 lines
1559 Changed paths:
1560    M /trunk/modules/services_discovery/shout.c
1561
1562 modules/services_discovery/shout.c: Don't leak the input_item.
1563
1564 ------------------------------------------------------------------------
1565 r23759 | pdherbemont | 2007-12-21 15:35:20 +0100 (Fri, 21 Dec 2007) | 2 lines
1566 Changed paths:
1567    M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
1568
1569 MacOSX/Framework/VLCEventManager.m: Fix a bit the file description.
1570
1571 ------------------------------------------------------------------------
1572 r23758 | pdherbemont | 2007-12-21 15:31:00 +0100 (Fri, 21 Dec 2007) | 2 lines
1573 Changed paths:
1574    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
1575    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
1576
1577 MacOSX/Framework/VLCMediaList.m: Implement -description: and fix -flatAspect and -hierarchicalAspect when used with bindings.
1578
1579 ------------------------------------------------------------------------
1580 r23757 | jb | 2007-12-21 02:21:09 +0100 (Fri, 21 Dec 2007) | 3 lines
1581 Changed paths:
1582    M /trunk/modules/gui/qt4/dialogs/vlm.cpp
1583    M /trunk/modules/gui/qt4/dialogs/vlm.hpp
1584
1585 Qt4 - VLM: select input from the OpenDialog, using the existing OpenDialog and not creating new one. :D
1586
1587
1588 ------------------------------------------------------------------------
1589 r23756 | funman | 2007-12-21 01:58:18 +0100 (Fri, 21 Dec 2007) | 2 lines
1590 Changed paths:
1591    M /trunk/THANKS
1592    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
1593    M /trunk/modules/gui/qt4/dialogs/help.cpp
1594    M /trunk/modules/gui/qt4/main_interface.cpp
1595    M /trunk/modules/gui/qt4/qt4.cpp
1596    M /trunk/modules/gui/qt4/res.qrc
1597    A /trunk/share/vlc128x128-christmas.png
1598    A /trunk/share/vlc32x32-christmas.xpm
1599    A /trunk/share/vlc48x48-christmas.png
1600
1601 qt4: special icon made by Geoffrey Roussel alias akem/meka is displayed in the last days of the year.
1602
1603 ------------------------------------------------------------------------
1604 r23755 | jb | 2007-12-21 01:45:54 +0100 (Fri, 21 Dec 2007) | 2 lines
1605 Changed paths:
1606    M /trunk/modules/gui/qt4/ui/open.ui
1607
1608 Qt4 - UI. Remove QT4.3 only functions.
1609
1610 ------------------------------------------------------------------------
1611 r23754 | jb | 2007-12-21 01:42:57 +0100 (Fri, 21 Dec 2007) | 2 lines
1612 Changed paths:
1613    M /trunk/modules/gui/qt4/dialogs/open.cpp
1614
1615 Qt4 - typo.
1616
1617 ------------------------------------------------------------------------
1618 r23753 | jb | 2007-12-21 01:40:47 +0100 (Fri, 21 Dec 2007) | 3 lines
1619 Changed paths:
1620    M /trunk/modules/gui/qt4/dialogs/open.cpp
1621    M /trunk/modules/gui/qt4/dialogs/open.hpp
1622    M /trunk/modules/gui/qt4/dialogs_provider.cpp
1623    M /trunk/modules/gui/qt4/dialogs_provider.hpp
1624    M /trunk/modules/gui/qt4/ui/open.ui
1625
1626 Qt4 - Small open dialog refactoring for use for vlm dialog.
1627
1628
1629 ------------------------------------------------------------------------
1630 r23752 | funman | 2007-12-20 23:58:00 +0100 (Thu, 20 Dec 2007) | 1 line
1631 Changed paths:
1632    M /trunk/MAINTAINERS
1633
1634 Add mysef as playlist & ncurses interface maintainer
1635 ------------------------------------------------------------------------
1636 r23751 | Trax | 2007-12-20 20:19:00 +0100 (Thu, 20 Dec 2007) | 1 line
1637 Changed paths:
1638    M /trunk/modules/demux/mp4/libmp4.c
1639
1640 * modules/demux/mp4/libmp4.c: spelling - uncompletetly -> incompletely
1641 ------------------------------------------------------------------------
1642 r23750 | jpsaman | 2007-12-20 12:47:22 +0100 (Thu, 20 Dec 2007) | 2 lines
1643 Changed paths:
1644    M /trunk/modules/video_output/opengl.c
1645    M /trunk/modules/video_output/x11/xcommon.c
1646    M /trunk/src/video_output/video_output.c
1647
1648 Remove excess/trailing whitespace
1649
1650 ------------------------------------------------------------------------
1651 r23749 | jpsaman | 2007-12-20 12:47:21 +0100 (Thu, 20 Dec 2007) | 2 lines
1652 Changed paths:
1653    M /trunk/modules/video_output/fb.c
1654
1655 Restore old functionality in video_output fb to use the entire screen size.
1656
1657 ------------------------------------------------------------------------
1658 r23748 | jpsaman | 2007-12-20 12:47:19 +0100 (Thu, 20 Dec 2007) | 2 lines
1659 Changed paths:
1660    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
1661
1662 Make wxwidgets compile again. The preference dialog still needs fixing.
1663
1664 ------------------------------------------------------------------------
1665 r23747 | jb | 2007-12-20 06:17:31 +0100 (Thu, 20 Dec 2007) | 2 lines
1666 Changed paths:
1667    M /trunk/modules/gui/qt4/main_interface.cpp
1668
1669 Qt4 - Fix the "playlist doesn't show at first click" bug.
1670
1671 ------------------------------------------------------------------------
1672 r23746 | jb | 2007-12-20 05:44:31 +0100 (Thu, 20 Dec 2007) | 2 lines
1673 Changed paths:
1674    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
1675
1676 Qt4 - More Module_Exist for SPrefs.
1677
1678 ------------------------------------------------------------------------
1679 r23745 | funman | 2007-12-20 01:48:39 +0100 (Thu, 20 Dec 2007) | 2 lines
1680 Changed paths:
1681    M /trunk/modules/gui/qt4/dialogs_provider.cpp
1682    M /trunk/modules/gui/qt4/dialogs_provider.hpp
1683
1684 revert [23722]
1685
1686 ------------------------------------------------------------------------
1687 r23744 | funman | 2007-12-20 01:37:23 +0100 (Thu, 20 Dec 2007) | 1 line
1688 Changed paths:
1689    M /trunk/share/luaplaylist/joox.lua
1690
1691 lua playlist: fix joox
1692 ------------------------------------------------------------------------
1693 r23743 | jb | 2007-12-20 01:21:20 +0100 (Thu, 20 Dec 2007) | 2 lines
1694 Changed paths:
1695    M /trunk/modules/gui/qt4/dialogs_provider.cpp
1696
1697 Qt4 - add UPDATEVLC_DIALOG to the DP.
1698
1699 ------------------------------------------------------------------------
1700 r23742 | funman | 2007-12-20 00:59:06 +0100 (Thu, 20 Dec 2007) | 3 lines
1701 Changed paths:
1702    M /trunk/modules/demux/playlist/asx.c
1703    M /trunk/modules/demux/playlist/b4s.c
1704    M /trunk/modules/demux/playlist/dvb.c
1705    M /trunk/modules/demux/playlist/gvp.c
1706    M /trunk/modules/demux/playlist/ifo.c
1707    M /trunk/modules/demux/playlist/itml.c
1708    M /trunk/modules/demux/playlist/m3u.c
1709    M /trunk/modules/demux/playlist/pls.c
1710    M /trunk/modules/demux/playlist/podcast.c
1711    M /trunk/modules/demux/playlist/qtl.c
1712    M /trunk/modules/demux/playlist/sgimb.c
1713    M /trunk/modules/demux/playlist/shoutcast.c
1714    M /trunk/modules/demux/playlist/xspf.c
1715
1716 playlist demuxers: return -1 in case of error, 0 in case of eof, 1 else; like any correct demuxer. (we always return eof since playlists don't need 2 successive demuxing).
1717 fix a corner case bug in ifo.c
1718
1719 ------------------------------------------------------------------------
1720 r23741 | funman | 2007-12-20 00:28:02 +0100 (Thu, 20 Dec 2007) | 1 line
1721 Changed paths:
1722    M /trunk/modules/demux/playlist/xspf.c
1723
1724 xspf: use correct return value. VLC_FALSE == VLC_SUCCESS
1725 ------------------------------------------------------------------------
1726 r23740 | pdherbemont | 2007-12-20 00:12:22 +0100 (Thu, 20 Dec 2007) | 2 lines
1727 Changed paths:
1728    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
1729    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
1730
1731 MacOSX/Framework/VLCMedia.m: Implement mediaAsNodeWithName:.
1732
1733 ------------------------------------------------------------------------
1734 r23739 | pdherbemont | 2007-12-20 00:10:31 +0100 (Thu, 20 Dec 2007) | 2 lines
1735 Changed paths:
1736    M /trunk/include/vlc/libvlc.h
1737    M /trunk/src/control/media_descriptor.c
1738
1739 control/media_descriptor.c: Implement libvlc_media_descriptor_new_as_node.
1740
1741 ------------------------------------------------------------------------
1742 r23738 | pdherbemont | 2007-12-19 23:50:14 +0100 (Wed, 19 Dec 2007) | 2 lines
1743 Changed paths:
1744    M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
1745
1746 MacOSX/Framework/VLCEventManager.m: Directly issue events to main thread if we are called from main thread.
1747
1748 ------------------------------------------------------------------------
1749 r23737 | jb | 2007-12-19 23:30:48 +0100 (Wed, 19 Dec 2007) | 3 lines
1750 Changed paths:
1751    M /trunk/modules/gui/qt4/main_interface.cpp
1752
1753 Qt4 - revert part of [23442]. Fix and close #1398.
1754
1755
1756 ------------------------------------------------------------------------
1757 r23736 | pdherbemont | 2007-12-19 23:28:22 +0100 (Wed, 19 Dec 2007) | 2 lines
1758 Changed paths:
1759    M /trunk/modules/video_output/opengllayer.m
1760
1761 opengllayer.m: Use AGP texturing.
1762
1763 ------------------------------------------------------------------------
1764 r23735 | pdherbemont | 2007-12-19 23:10:51 +0100 (Wed, 19 Dec 2007) | 2 lines
1765 Changed paths:
1766    M /trunk/configure.ac
1767
1768 configure.ac: Don't activate opengllayer, if QuartzCore/CALayer.h is not here.
1769
1770 ------------------------------------------------------------------------
1771 r23734 | courmisch | 2007-12-19 21:46:45 +0100 (Wed, 19 Dec 2007) | 2 lines
1772 Changed paths:
1773    M /trunk/src/misc/mtime.c
1774    M /trunk/src/misc/threads.c
1775
1776 Work-around for overaging POSIX systems
1777
1778 ------------------------------------------------------------------------
1779 r23733 | courmisch | 2007-12-19 21:42:12 +0100 (Wed, 19 Dec 2007) | 2 lines
1780 Changed paths:
1781    M /trunk/src/misc/mtime.c
1782
1783 Fix stupid logic
1784
1785 ------------------------------------------------------------------------
1786 r23732 | pdherbemont | 2007-12-19 17:20:44 +0100 (Wed, 19 Dec 2007) | 2 lines
1787 Changed paths:
1788    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaListAspect.h
1789    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
1790
1791 MacOSX/Framework/VLCMediaListAspect.m: Allow tree based VLCMediaListAspect manipulation with Bindings.
1792
1793 ------------------------------------------------------------------------
1794 r23731 | pdherbemont | 2007-12-19 17:18:07 +0100 (Wed, 19 Dec 2007) | 2 lines
1795 Changed paths:
1796    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
1797
1798 MacOSX/Framework/VLCMediaPlayer.m: Formatting fixes.
1799
1800 ------------------------------------------------------------------------
1801 r23730 | pdherbemont | 2007-12-19 17:09:55 +0100 (Wed, 19 Dec 2007) | 2 lines
1802 Changed paths:
1803    M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
1804
1805 ffmpeg-macosx-intel-mmx.patch: Update the patch to reflect latest ffmpeg changes. (flac code moved to flacdsp_mmc.c and new sse2 optimization in flac that uses too much registers).
1806
1807 ------------------------------------------------------------------------
1808 r23729 | pdherbemont | 2007-12-19 16:46:32 +0100 (Wed, 19 Dec 2007) | 2 lines
1809 Changed paths:
1810    M /trunk/src/control/media_list_view.c
1811
1812 control/media_list_view.c: Ignore exception that may happen while unregistering an event, a we may never have register the event.
1813
1814 ------------------------------------------------------------------------
1815 r23728 | pdherbemont | 2007-12-19 16:40:10 +0100 (Wed, 19 Dec 2007) | 7 lines
1816 Changed paths:
1817    M /trunk/configure.ac
1818    M /trunk/modules/video_output/Modules.am
1819
1820 configure.ac:
1821 * Activate the opengllayer video output module.
1822 * Rework a bit how Mac OS X Specific modules are handled.
1823 video_output/Modules.am:
1824 * Activate the opengllayer video output module.
1825 * Please test that the --tag=CC libtool hack doesn't interfer with the .cpp modules.
1826
1827 ------------------------------------------------------------------------
1828 r23727 | pdherbemont | 2007-12-19 14:55:46 +0100 (Wed, 19 Dec 2007) | 2 lines
1829 Changed paths:
1830    A /trunk/modules/video_output/opengllayer.m (from /trunk/modules/video_output/opengl.c:23630)
1831
1832 modules/video_output/opengllayer.m: Initial creation of a Mac OS X video output module. Its output is a CAOpenGLLayer. This needs a special video output module as it is not trivial to create an opengl provider module connected to a layer. (the layer request its frames).
1833
1834 ------------------------------------------------------------------------
1835 r23726 | pdherbemont | 2007-12-19 14:31:14 +0100 (Wed, 19 Dec 2007) | 2 lines
1836 Changed paths:
1837    M /trunk/include/vlc_common.h
1838
1839 include/vlc_common.h: Define gettext() as a no-op when --disable-nls is used. (Fix compilation with --disable-nls).
1840
1841 ------------------------------------------------------------------------
1842 r23725 | jb | 2007-12-19 08:06:00 +0100 (Wed, 19 Dec 2007) | 3 lines
1843 Changed paths:
1844    M /trunk/modules/gui/qt4/components/extended_panels.cpp
1845    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
1846    M /trunk/modules/gui/qt4/dialogs/open.cpp
1847
1848 Qt4 - Getting rid of useless setCheckState( Qt::Checked ) when setChecked is enough...
1849
1850
1851 ------------------------------------------------------------------------
1852 r23724 | jb | 2007-12-19 08:02:26 +0100 (Wed, 19 Dec 2007) | 2 lines
1853 Changed paths:
1854    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
1855
1856 Qt4 - Preferences, lastfm fix.
1857
1858 ------------------------------------------------------------------------
1859 r23723 | jb | 2007-12-19 07:52:33 +0100 (Wed, 19 Dec 2007) | 2 lines
1860 Changed paths:
1861    M /trunk/modules/gui/qt4/components/open_panels.cpp
1862    M /trunk/modules/gui/qt4/components/open_panels.hpp
1863
1864 Qt4 - Open Capture. Only build what you do have. :D
1865
1866 ------------------------------------------------------------------------
1867 r23722 | jb | 2007-12-19 06:46:26 +0100 (Wed, 19 Dec 2007) | 2 lines
1868 Changed paths:
1869    M /trunk/modules/gui/qt4/dialogs_provider.cpp
1870    M /trunk/modules/gui/qt4/dialogs_provider.hpp
1871
1872 Qt4 - FIX compilation when --enable-update-check isn't enabled...
1873
1874 ------------------------------------------------------------------------
1875 r23721 | ivoire | 2007-12-19 02:43:20 +0100 (Wed, 19 Dec 2007) | 1 line
1876 Changed paths:
1877    M /trunk/src/misc/update.c
1878
1879 Better asprintf error handling
1880 ------------------------------------------------------------------------
1881 r23720 | funman | 2007-12-19 00:30:00 +0100 (Wed, 19 Dec 2007) | 6 lines
1882 Changed paths:
1883    M /trunk/include/vlc_update.h
1884    M /trunk/src/misc/update.c
1885
1886 update system:
1887     * don't compare svn revisions, we don't support binaries compiled from svn.
1888     * compare only the 1st character of the "extra" (the 'd' of "0.8.6d")
1889     * document the status file format
1890     * don't use %as GNU extension with sscanf()
1891
1892 ------------------------------------------------------------------------
1893 r23719 | jpsaman | 2007-12-18 23:21:28 +0100 (Tue, 18 Dec 2007) | 1 line
1894 Changed paths:
1895    M /trunk/modules/stream_out/transcode.c
1896
1897 Fix compiler warning about comparison of signed and unsigned integers.
1898 ------------------------------------------------------------------------
1899 r23718 | fkuehne | 2007-12-18 21:57:40 +0100 (Tue, 18 Dec 2007) | 1 line
1900 Changed paths:
1901    M /trunk/po/de.po
1902
1903 * fix the strings instead of marking them as fuzzy. sorry about the breakage
1904 ------------------------------------------------------------------------
1905 r23717 | courmisch | 2007-12-18 21:40:46 +0100 (Tue, 18 Dec 2007) | 2 lines
1906 Changed paths:
1907    M /trunk/src/misc/mtime.c
1908    M /trunk/src/misc/threads.c
1909
1910 _POSIX_CLOCK_SELECTION at 0 does not mean it's not supported.
1911
1912 ------------------------------------------------------------------------
1913 r23716 | courmisch | 2007-12-18 21:38:47 +0100 (Tue, 18 Dec 2007) | 2 lines
1914 Changed paths:
1915    M /trunk/src/libvlc-module.c
1916
1917 Don't create two competing options of the same name
1918
1919 ------------------------------------------------------------------------
1920 r23715 | Trax | 2007-12-18 21:24:02 +0100 (Tue, 18 Dec 2007) | 1 line
1921 Changed paths:
1922    M /trunk/po/de.po
1923
1924 * po/de.po: add some fuzzy stuff..
1925 ------------------------------------------------------------------------
1926 r23714 | courmisch | 2007-12-18 20:25:39 +0100 (Tue, 18 Dec 2007) | 2 lines
1927 Changed paths:
1928    M /trunk/src/config/config.h
1929    M /trunk/src/config/core.c
1930    M /trunk/src/libvlc-common.c
1931    M /trunk/src/libvlc-module.c
1932
1933 Good riddance the helper module
1934
1935 ------------------------------------------------------------------------
1936 r23713 | courmisch | 2007-12-18 20:19:37 +0100 (Tue, 18 Dec 2007) | 2 lines
1937 Changed paths:
1938    M /trunk/src/libvlc-module.c
1939
1940 Move options from the help kludge^Wmodule to the main module
1941
1942 ------------------------------------------------------------------------
1943 r23712 | courmisch | 2007-12-18 19:56:58 +0100 (Tue, 18 Dec 2007) | 2 lines
1944 Changed paths:
1945    M /trunk/src/libvlc-module.c
1946    M /trunk/src/libvlc.h
1947
1948 Fix for libvlc_config crash (hopefully)
1949
1950 ------------------------------------------------------------------------
1951 r23711 | fkuehne | 2007-12-18 17:38:41 +0100 (Tue, 18 Dec 2007) | 1 line
1952 Changed paths:
1953    M /trunk/po/de.po
1954
1955 * updated German translation by Philipp Weissenbacher including a couple of more strings translated by myself and various minor fixes here and there. --- we seriously need to work on the correctness of the English strings.. ;)
1956 ------------------------------------------------------------------------
1957 r23710 | ivoire | 2007-12-18 16:51:29 +0100 (Tue, 18 Dec 2007) | 1 line
1958 Changed paths:
1959    M /trunk/include/vlc_update.h
1960    M /trunk/modules/control/rc.c
1961    M /trunk/modules/gui/qt4/dialogs/help.cpp
1962    M /trunk/modules/gui/qt4/dialogs/help.hpp
1963    M /trunk/src/misc/update.c
1964
1965 Add fonctions to the update system : all is in a thread now. The rc interface doesn't use the update system for the moment and there isn't any encryption for the moment ...
1966 ------------------------------------------------------------------------
1967 r23709 | jpsaman | 2007-12-18 10:04:24 +0100 (Tue, 18 Dec 2007) | 1 line
1968 Changed paths:
1969    M /trunk/activex/axvlc.idl
1970    M /trunk/activex/vlccontrol2.cpp
1971    M /trunk/activex/vlccontrol2.h
1972    M /trunk/include/vlc/libvlc.h
1973    M /trunk/mozilla/control/npolibvlc.cpp
1974    M /trunk/src/control/video.c
1975
1976 Implement vlc.video.toggleTeletext() JS API method
1977 ------------------------------------------------------------------------
1978 r23708 | jb | 2007-12-18 05:48:32 +0100 (Tue, 18 Dec 2007) | 2 lines
1979 Changed paths:
1980    M /trunk/extras/contrib/src/Distributions/win32.mak
1981    M /trunk/extras/contrib/src/Patches/portaudio-cross.patch
1982
1983 Contribs: build portaudio on Windows. Close #419
1984
1985 ------------------------------------------------------------------------
1986 r23707 | jb | 2007-12-18 05:28:14 +0100 (Tue, 18 Dec 2007) | 3 lines
1987 Changed paths:
1988    M /trunk/modules/gui/qt4/main_interface.cpp
1989
1990 Qt4 - remember the position on close and open in the same position.
1991 Reference #1374
1992
1993 ------------------------------------------------------------------------
1994 r23706 | jb | 2007-12-18 05:16:29 +0100 (Tue, 18 Dec 2007) | 2 lines
1995 Changed paths:
1996    M /trunk/modules/gui/qt4/ui/open_disk.ui
1997
1998 Qt4 - Mention the VIDEO_TS opening in the tooltip. Opening a VIDEO_TS folder from the *DISK OPENING* works fine. Close #247.
1999
2000 ------------------------------------------------------------------------
2001 r23705 | courmisch | 2007-12-17 22:03:26 +0100 (Mon, 17 Dec 2007) | 2 lines
2002 Changed paths:
2003    M /trunk/include/vlc_modules_macros.h
2004
2005 Remove unused variable
2006
2007 ------------------------------------------------------------------------
2008 r23704 | courmisch | 2007-12-17 21:54:32 +0100 (Mon, 17 Dec 2007) | 2 lines
2009 Changed paths:
2010    M /trunk/include/vlc_modules_macros.h
2011
2012 Force rebuild due to ABI breakage yet again (should be the last one for plugin entry config)
2013
2014 ------------------------------------------------------------------------
2015 r23703 | courmisch | 2007-12-17 21:53:25 +0100 (Mon, 17 Dec 2007) | 2 lines
2016 Changed paths:
2017    M /trunk/include/vlc_configuration.h
2018    M /trunk/include/vlc_modules_macros.h
2019    M /trunk/src/config/config.h
2020    M /trunk/src/config/core.c
2021    M /trunk/src/libvlc.sym
2022    M /trunk/src/modules/entry.c
2023
2024 Use vlc_config_create()
2025
2026 ------------------------------------------------------------------------
2027 r23702 | courmisch | 2007-12-17 21:27:03 +0100 (Mon, 17 Dec 2007) | 2 lines
2028 Changed paths:
2029    M /trunk/include/vlc_modules_macros.h
2030    M /trunk/src/config/core.c
2031    M /trunk/src/modules/entry.c
2032
2033 Save one memory copy and fix the helper module leak
2034
2035 ------------------------------------------------------------------------
2036 r23701 | courmisch | 2007-12-17 20:43:18 +0100 (Mon, 17 Dec 2007) | 2 lines
2037 Changed paths:
2038    M /trunk/src/config/core.c
2039    M /trunk/src/modules/entry.c
2040
2041 Memory leaks
2042
2043 ------------------------------------------------------------------------
2044 r23700 | courmisch | 2007-12-17 20:36:58 +0100 (Mon, 17 Dec 2007) | 2 lines
2045 Changed paths:
2046    M /trunk/include/vlc_configuration.h
2047    M /trunk/src/config/chain.c
2048    M /trunk/src/config/cmdline.c
2049    M /trunk/src/config/core.c
2050    M /trunk/src/config/file.c
2051    M /trunk/src/libvlc-common.c
2052    M /trunk/src/modules/cache.c
2053    M /trunk/src/modules/entry.c
2054    M /trunk/src/modules/modules.c
2055
2056 Add support for aliases through vlc_config_set
2057
2058 ------------------------------------------------------------------------
2059 r23699 | courmisch | 2007-12-17 20:01:13 +0100 (Mon, 17 Dec 2007) | 2 lines
2060 Changed paths:
2061    M /trunk/include/vlc_configuration.h
2062    M /trunk/include/vlc_modules_macros.h
2063    M /trunk/src/config/core.c
2064    M /trunk/src/modules/entry.c
2065
2066 Add action through vlc_config_set
2067
2068 ------------------------------------------------------------------------
2069 r23698 | courmisch | 2007-12-17 19:57:56 +0100 (Mon, 17 Dec 2007) | 2 lines
2070 Changed paths:
2071    M /trunk/modules/demux/playlist/xspf.c
2072
2073 Fix XSPF crash when XML is not available
2074
2075 ------------------------------------------------------------------------
2076 r23697 | fkuehne | 2007-12-17 17:20:29 +0100 (Mon, 17 Dec 2007) | 1 line
2077 Changed paths:
2078    M /trunk/extras/contrib/src/packages.mak
2079
2080 * mirror pkg-config on ganesh, as their mirror is down most of the time
2081 ------------------------------------------------------------------------
2082 r23696 | courmisch | 2007-12-17 17:16:53 +0100 (Mon, 17 Dec 2007) | 2 lines
2083 Changed paths:
2084    M /trunk/modules/misc/screensaver.c
2085
2086 Fix error handling
2087
2088 ------------------------------------------------------------------------
2089 r23695 | fkuehne | 2007-12-17 16:40:29 +0100 (Mon, 17 Dec 2007) | 1 line
2090 Changed paths:
2091    M /trunk/modules/gui/macosx/about.h
2092    M /trunk/modules/gui/macosx/about.m
2093
2094 * fixed a crash when quitting VLC while scrolling the credits in the about window. Additionally, improved the help window's memory print slightly
2095 ------------------------------------------------------------------------
2096 r23694 | jpsaman | 2007-12-17 15:38:14 +0100 (Mon, 17 Dec 2007) | 2 lines
2097 Changed paths:
2098    M /trunk/modules/stream_out/transcode.c
2099
2100 Fix breakage in transcode_audio_new().
2101
2102 ------------------------------------------------------------------------
2103 r23693 | jb | 2007-12-17 09:55:35 +0100 (Mon, 17 Dec 2007) | 3 lines
2104 Changed paths:
2105    M /trunk/include/vlc_configuration.h
2106
2107 Same as previous commit. This may be wrong, if it is, revert, don't scream...
2108
2109
2110 ------------------------------------------------------------------------
2111 r23692 | jb | 2007-12-17 09:51:15 +0100 (Mon, 17 Dec 2007) | 2 lines
2112 Changed paths:
2113    M /trunk/modules/access/dshow/dshow.cpp
2114
2115 DShow, partial fix due to changes in [23667]
2116
2117 ------------------------------------------------------------------------
2118 r23691 | bigben | 2007-12-17 07:40:11 +0100 (Mon, 17 Dec 2007) | 3 lines
2119 Changed paths:
2120    M /trunk/modules/demux/playlist/dvb.c
2121
2122 * add support for ATSC modulation types
2123
2124
2125 ------------------------------------------------------------------------
2126 r23690 | jb | 2007-12-17 01:48:49 +0100 (Mon, 17 Dec 2007) | 3 lines
2127 Changed paths:
2128    M /trunk/modules/gui/qt4/main_interface.cpp
2129
2130 Qt4 - less debug messages.
2131
2132
2133 ------------------------------------------------------------------------
2134 r23689 | jb | 2007-12-17 01:46:54 +0100 (Mon, 17 Dec 2007) | 3 lines
2135 Changed paths:
2136    M /trunk/modules/gui/qt4/main_interface.cpp
2137    M /trunk/modules/gui/qt4/menus.hpp
2138    M /trunk/modules/gui/qt4/qt4.hpp
2139
2140 Qt4 - trailing spaces... Post-commit script ?
2141
2142
2143 ------------------------------------------------------------------------
2144 r23688 | Trax | 2007-12-17 00:34:49 +0100 (Mon, 17 Dec 2007) | 1 line
2145 Changed paths:
2146    M /trunk/modules/access/dc1394.c
2147    M /trunk/modules/access/v4l.c
2148
2149 * modules/access/v4l.c and dc1394.c: typo openened -> opened
2150 ------------------------------------------------------------------------
2151 r23687 | jb | 2007-12-16 23:34:47 +0100 (Sun, 16 Dec 2007) | 3 lines
2152 Changed paths:
2153    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2154    M /trunk/modules/gui/qt4/input_manager.cpp
2155    M /trunk/modules/gui/qt4/input_manager.hpp
2156
2157 Qt4 - Don't compile and create the Teletext bar without ZBVI
2158
2159
2160 ------------------------------------------------------------------------
2161 r23686 | dionoea | 2007-12-16 23:05:16 +0100 (Sun, 16 Dec 2007) | 2 lines
2162 Changed paths:
2163    M /trunk/include/vlc_modules_macros.h
2164
2165 Fix modules loading. Next time you potentialy break all of VLC, please compile and try the change before commiting.
2166
2167 ------------------------------------------------------------------------
2168 r23685 | jpsaman | 2007-12-16 23:01:06 +0100 (Sun, 16 Dec 2007) | 1 line
2169 Changed paths:
2170    M /trunk/modules/codec/telx.c
2171    M /trunk/modules/demux/ps.h
2172    M /trunk/modules/misc/gtk_main.c
2173    M /trunk/src/control/vlm.c
2174    M /trunk/src/input/vlm.c
2175
2176 remove excess whitespace
2177 ------------------------------------------------------------------------
2178 r23684 | jpsaman | 2007-12-16 22:44:47 +0100 (Sun, 16 Dec 2007) | 1 line
2179 Changed paths:
2180    M /trunk/src/control/video.c
2181
2182 Use correct object for var_GetInteger(p_vbi,vbi-page);
2183 ------------------------------------------------------------------------
2184 r23683 | dionoea | 2007-12-16 22:27:59 +0100 (Sun, 16 Dec 2007) | 2 lines
2185 Changed paths:
2186    M /trunk/configure.ac
2187
2188 Define HAVE_LIBAVFORMAT_TREE.
2189
2190 ------------------------------------------------------------------------
2191 r23682 | courmisch | 2007-12-16 22:10:57 +0100 (Sun, 16 Dec 2007) | 3 lines
2192 Changed paths:
2193    M /trunk/src/config/core.c
2194
2195 Typo (free both tabs once, rather than one twice, and the other one never)
2196 Also some code simplifaction
2197
2198 ------------------------------------------------------------------------
2199 r23681 | jpsaman | 2007-12-16 22:07:11 +0100 (Sun, 16 Dec 2007) | 1 line
2200 Changed paths:
2201    M /trunk/modules/codec/zvbi.c
2202
2203 Disable debugging print in zvbi
2204 ------------------------------------------------------------------------
2205 r23680 | courmisch | 2007-12-16 22:03:45 +0100 (Sun, 16 Dec 2007) | 2 lines
2206 Changed paths:
2207    M /trunk/include/vlc_modules_macros.h
2208
2209 Fix previous commit
2210
2211 ------------------------------------------------------------------------
2212 r23679 | dionoea | 2007-12-16 22:02:23 +0100 (Sun, 16 Dec 2007) | 2 lines
2213 Changed paths:
2214    M /trunk/modules/codec/ffmpeg/demux.c
2215    M /trunk/modules/codec/ffmpeg/ffmpeg.c
2216    M /trunk/modules/codec/ffmpeg/mux.c
2217
2218 Don't pretend to have ffmpeg based muxers and demuxers if you don't.
2219
2220 ------------------------------------------------------------------------
2221 r23678 | jpsaman | 2007-12-16 21:59:46 +0100 (Sun, 16 Dec 2007) | 1 line
2222 Changed paths:
2223    M /trunk/modules/demux/ts.c
2224
2225 Small cleanup
2226 ------------------------------------------------------------------------
2227 r23677 | courmisch | 2007-12-16 21:59:21 +0100 (Sun, 16 Dec 2007) | 2 lines
2228 Changed paths:
2229    M /trunk/configure.ac
2230    M /trunk/include/vlc_modules_macros.h
2231    M /trunk/modules/genmf
2232
2233 Move plugin ABI version (MODULE_SYMBOL) out of build system.
2234
2235 ------------------------------------------------------------------------
2236 r23676 | jpsaman | 2007-12-16 21:58:28 +0100 (Sun, 16 Dec 2007) | 1 line
2237 Changed paths:
2238    M /trunk/modules/codec/zvbi.c
2239    M /trunk/modules/gui/qt4/input_manager.cpp
2240    M /trunk/src/control/video.c
2241
2242 Don't misuse p_this->p_libvlc for putting modules variables of zvbi.
2243 ------------------------------------------------------------------------
2244 r23675 | dionoea | 2007-12-16 21:38:14 +0100 (Sun, 16 Dec 2007) | 2 lines
2245 Changed paths:
2246    M /trunk/modules/demux/cdg.c
2247    M /trunk/modules/demux/nsc.c
2248    M /trunk/modules/demux/rawdv.c
2249    M /trunk/modules/misc/lua/vlc.c
2250
2251 Change demux2 capability values so the lua demux2 gets called as a last resort (2) right before the ps demux is forced (1).
2252
2253 ------------------------------------------------------------------------
2254 r23674 | jb | 2007-12-16 21:10:34 +0100 (Sun, 16 Dec 2007) | 3 lines
2255 Changed paths:
2256    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2257    M /trunk/modules/gui/qt4/main_interface.cpp
2258
2259 Qt4 - Hide the grey rectangle on the top of the interface, try to fix the zoom reiszing
2260
2261
2262 ------------------------------------------------------------------------
2263 r23673 | jpsaman | 2007-12-16 20:48:36 +0100 (Sun, 16 Dec 2007) | 1 line
2264 Changed paths:
2265    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2266
2267 don't show the teletext buttons yet, it is not ready for primetime.
2268 ------------------------------------------------------------------------
2269 r23672 | jpsaman | 2007-12-16 20:47:25 +0100 (Sun, 16 Dec 2007) | 1 line
2270 Changed paths:
2271    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2272
2273 keep to the style of the file.
2274 ------------------------------------------------------------------------
2275 r23671 | jpsaman | 2007-12-16 20:44:00 +0100 (Sun, 16 Dec 2007) | 1 line
2276 Changed paths:
2277    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2278
2279 Set default vbi page in interface.
2280 ------------------------------------------------------------------------
2281 r23670 | jpsaman | 2007-12-16 20:34:07 +0100 (Sun, 16 Dec 2007) | 1 line
2282 Changed paths:
2283    M /trunk/modules/codec/zvbi.c
2284
2285 Make sure vbi-opaque can be set from an interface.
2286 ------------------------------------------------------------------------
2287 r23669 | jpsaman | 2007-12-16 20:33:05 +0100 (Sun, 16 Dec 2007) | 1 line
2288 Changed paths:
2289    M /trunk/modules/gui/qt4/input_manager.cpp
2290
2291 Let teletext gui buttons do something.
2292 ------------------------------------------------------------------------
2293 r23668 | courmisch | 2007-12-16 18:40:21 +0100 (Sun, 16 Dec 2007) | 2 lines
2294 Changed paths:
2295    M /trunk/include/vlc_configuration.h
2296    M /trunk/src/config/core.c
2297
2298 config_Free simplifications
2299
2300 ------------------------------------------------------------------------
2301 r23667 | courmisch | 2007-12-16 18:36:01 +0100 (Sun, 16 Dec 2007) | 2 lines
2302 Changed paths:
2303    M /trunk/include/vlc_configuration.h
2304    A /trunk/include/vlc_plugin.h
2305    M /trunk/src/config/core.c
2306    M /trunk/src/modules/entry.c
2307
2308 short and list support for vlc_config_set
2309
2310 ------------------------------------------------------------------------
2311 r23666 | fkuehne | 2007-12-16 17:54:03 +0100 (Sun, 16 Dec 2007) | 1 line
2312 Changed paths:
2313    M /trunk/modules/gui/macosx/prefs.m
2314    M /trunk/modules/gui/macosx/prefs_widgets.m
2315
2316 * fixed 2 segfaults when switching categories within the preferences. The options for CONFIG_SUBCATEGORY and CONFIG_CATEGORY aren't displayed, yet.
2317 ------------------------------------------------------------------------
2318 r23665 | courmisch | 2007-12-16 16:51:08 +0100 (Sun, 16 Dec 2007) | 2 lines
2319 Changed paths:
2320    M /trunk/src/misc/messages.c
2321    M /trunk/src/network/error.c
2322
2323 I hate Winsuck^H^H^Hock
2324
2325 ------------------------------------------------------------------------
2326 r23664 | courmisch | 2007-12-16 16:12:51 +0100 (Sun, 16 Dec 2007) | 2 lines
2327 Changed paths:
2328    M /trunk/include/vlc_configuration.h
2329    M /trunk/include/vlc_modules.h
2330    M /trunk/src/modules/entry.c
2331
2332 Don't use enums. They are cool and all (the compiler even tells when one case is missing in switch), but I don't want the compiler to assume as yet unassigned codepoints will not be used.
2333
2334 ------------------------------------------------------------------------
2335 r23663 | dionoea | 2007-12-16 16:00:15 +0100 (Sun, 16 Dec 2007) | 2 lines
2336 Changed paths:
2337    M /trunk/src/audio_output/dec.c
2338
2339 Oops.
2340
2341 ------------------------------------------------------------------------
2342 r23662 | dionoea | 2007-12-16 15:58:43 +0100 (Sun, 16 Dec 2007) | 2 lines
2343 Changed paths:
2344    M /trunk/src/audio_output/dec.c
2345    M /trunk/src/audio_output/intf.c
2346
2347 Add warning if people try using an unimplemented aout function (zorglub!!!). This is currently only possible through the qt interface (i haven't tried it myself).
2348
2349 ------------------------------------------------------------------------
2350 r23661 | courmisch | 2007-12-16 15:54:44 +0100 (Sun, 16 Dec 2007) | 2 lines
2351 Changed paths:
2352    M /trunk/modules/stream_out/transcode.c
2353
2354 use add_module_list
2355
2356 ------------------------------------------------------------------------
2357 r23660 | courmisch | 2007-12-16 15:40:15 +0100 (Sun, 16 Dec 2007) | 2 lines
2358 Changed paths:
2359    M /trunk/src/config/core.c
2360    M /trunk/src/modules/entry.c
2361
2362 Simplification, and no-ops removal
2363
2364 ------------------------------------------------------------------------
2365 r23659 | courmisch | 2007-12-16 15:34:29 +0100 (Sun, 16 Dec 2007) | 2 lines
2366 Changed paths:
2367    M /trunk/include/vlc_configuration.h
2368    M /trunk/src/config/core.c
2369    M /trunk/src/modules/entry.c
2370
2371 Migrate module, module_list and obsolete_* to vlc_config_set
2372
2373 ------------------------------------------------------------------------
2374 r23658 | dionoea | 2007-12-16 15:13:33 +0100 (Sun, 16 Dec 2007) | 2 lines
2375 Changed paths:
2376    M /trunk/src/video_output/vout_subpictures.c
2377
2378 Slight cleanup and simplification.
2379
2380 ------------------------------------------------------------------------
2381 r23657 | dionoea | 2007-12-16 14:46:30 +0100 (Sun, 16 Dec 2007) | 2 lines
2382 Changed paths:
2383    M /trunk/src/video_output/vout_intf.c
2384
2385 Some more vout_intf.c simplification and compile warning fixes.
2386
2387 ------------------------------------------------------------------------
2388 r23656 | fkuehne | 2007-12-16 13:50:45 +0100 (Sun, 16 Dec 2007) | 1 line
2389 Changed paths:
2390    M /trunk/Makefile.am
2391
2392 cough, fix VLC-release.app broken in previous commit
2393 ------------------------------------------------------------------------
2394 r23655 | fkuehne | 2007-12-16 13:46:59 +0100 (Sun, 16 Dec 2007) | 1 line
2395 Changed paths:
2396    M /trunk/Makefile.am
2397
2398 * strongly improved the speed of make VLC.app and make VLC-release.app by only copying the xcode project and the Resources folder instead of various plugins and most importantly the framework to a temporary folder
2399 ------------------------------------------------------------------------
2400 r23654 | courmisch | 2007-12-16 11:33:04 +0100 (Sun, 16 Dec 2007) | 2 lines
2401 Changed paths:
2402    M /trunk/src/config/file.c
2403
2404 Code factorization
2405
2406 ------------------------------------------------------------------------
2407 r23653 | courmisch | 2007-12-16 11:28:24 +0100 (Sun, 16 Dec 2007) | 2 lines
2408 Changed paths:
2409    M /trunk/include/vlc_configuration.h
2410    M /trunk/src/modules/entry.c
2411
2412 Some more vlc_config_* code
2413
2414 ------------------------------------------------------------------------
2415 r23652 | jb | 2007-12-16 07:04:53 +0100 (Sun, 16 Dec 2007) | 3 lines
2416 Changed paths:
2417    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2418    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
2419    M /trunk/modules/gui/qt4/input_manager.cpp
2420    M /trunk/modules/gui/qt4/input_manager.hpp
2421
2422 Qt4 - teletext Panel. Not any function behind it. Not my job anymore :)
2423
2424
2425 ------------------------------------------------------------------------
2426 r23651 | jb | 2007-12-16 06:01:25 +0100 (Sun, 16 Dec 2007) | 3 lines
2427 Changed paths:
2428    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2429
2430 Qt4 - Make the interface a bit smaller.
2431
2432
2433 ------------------------------------------------------------------------
2434 r23650 | jb | 2007-12-16 05:49:40 +0100 (Sun, 16 Dec 2007) | 10 lines
2435 Changed paths:
2436    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2437    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
2438    M /trunk/modules/gui/qt4/main_interface.cpp
2439    M /trunk/modules/gui/qt4/main_interface.hpp
2440    M /trunk/modules/gui/qt4/qt4.hpp
2441
2442 Qt4 - SHould Fix -- Videos are always started with an incredibly small size.
2443  -- There is no "auto size" feature as in the wx interface to
2444  automatically resize the interface so the video is displayed in its
2445  native size.
2446   -- The interface doesn't resize itself down to its minimal size when
2447   video playback is stopped and the control widgets re-organise themselves
2448   in a weird way.
2449 Should fix part of playlist resizing.
2450
2451
2452 ------------------------------------------------------------------------
2453 r23649 | fkuehne | 2007-12-16 03:20:14 +0100 (Sun, 16 Dec 2007) | 1 line
2454 Changed paths:
2455    M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/classes.nib
2456    M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/info.nib
2457    M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
2458    M /trunk/modules/gui/macosx/about.h
2459    M /trunk/modules/gui/macosx/about.m
2460
2461 * added navigation controls to the Help window (implemented with minimal affords by using WebKit's builtin methods). We need a nicer home button graphic, though ;-)
2462 ------------------------------------------------------------------------
2463 r23648 | jb | 2007-12-16 01:35:25 +0100 (Sun, 16 Dec 2007) | 3 lines
2464 Changed paths:
2465    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2466    M /trunk/modules/gui/qt4/main_interface.cpp
2467
2468 Qt4 - Make the default interface smaller.
2469
2470
2471 ------------------------------------------------------------------------
2472 r23647 | jb | 2007-12-16 01:09:01 +0100 (Sun, 16 Dec 2007) | 3 lines
2473 Changed paths:
2474    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2475    M /trunk/modules/gui/qt4/main_interface.cpp
2476
2477 Qt4 - Small interface and control layout fix.
2478
2479
2480 ------------------------------------------------------------------------
2481 r23646 | xtophe | 2007-12-16 00:33:14 +0100 (Sun, 16 Dec 2007) | 2 lines
2482 Changed paths:
2483    M /trunk/modules/gui/qt4/dialogs_provider.cpp
2484
2485 We know that we open a directory
2486
2487 ------------------------------------------------------------------------
2488 r23645 | Trax | 2007-12-16 00:18:43 +0100 (Sun, 16 Dec 2007) | 1 line
2489 Changed paths:
2490    M /trunk/src/libvlc-module.c
2491
2492 * src/libvlc-module.c: typo autorise -> authorise
2493 ------------------------------------------------------------------------
2494 r23644 | xtophe | 2007-12-15 23:46:58 +0100 (Sat, 15 Dec 2007) | 2 lines
2495 Changed paths:
2496    M /trunk/include/vlc_configuration.h
2497
2498 Typo
2499
2500 ------------------------------------------------------------------------
2501 r23643 | jb | 2007-12-15 23:39:32 +0100 (Sat, 15 Dec 2007) | 3 lines
2502 Changed paths:
2503    M /trunk/modules/gui/qt4/dialogs/vlm.cpp
2504
2505 Qt4 - Add an author that was removed by mistake.
2506
2507
2508 ------------------------------------------------------------------------
2509 r23642 | jb | 2007-12-15 23:38:31 +0100 (Sat, 15 Dec 2007) | 3 lines
2510 Changed paths:
2511    M /trunk/modules/gui/qt4/dialogs/vlm.cpp
2512    M /trunk/modules/gui/qt4/dialogs/vlm.hpp
2513
2514 Qt4 - VLM. enable/disable from the list controls the VLM. small fixes and correction of VLM requests.
2515
2516
2517 ------------------------------------------------------------------------
2518 r23641 | courmisch | 2007-12-15 23:18:03 +0100 (Sat, 15 Dec 2007) | 2 lines
2519 Changed paths:
2520    M /trunk/include/vlc_configuration.h
2521    M /trunk/src/modules/entry.c
2522
2523 Continue the vlc_config_set stuff - still unfinished
2524
2525 ------------------------------------------------------------------------
2526 r23640 | dionoea | 2007-12-15 22:56:49 +0100 (Sat, 15 Dec 2007) | 2 lines
2527 Changed paths:
2528    M /trunk/modules/video_output/fb.c
2529
2530 Here too.
2531
2532 ------------------------------------------------------------------------
2533 r23639 | courmisch | 2007-12-15 22:52:13 +0100 (Sat, 15 Dec 2007) | 2 lines
2534 Changed paths:
2535    M /trunk/modules/stream_out/mosaic_bridge.c
2536
2537 extraneous semicolon
2538
2539 ------------------------------------------------------------------------
2540 r23638 | courmisch | 2007-12-15 22:50:37 +0100 (Sat, 15 Dec 2007) | 2 lines
2541 Changed paths:
2542    M /trunk/src/config/config.h
2543    M /trunk/src/config/core.c
2544
2545 export IsConfigIntegerType and IsConfigFloatType within libvlc
2546
2547 ------------------------------------------------------------------------
2548 r23637 | courmisch | 2007-12-15 22:47:07 +0100 (Sat, 15 Dec 2007) | 2 lines
2549 Changed paths:
2550    M /trunk/src/libvlc-common.c
2551
2552 help module hack becomes even worst...
2553
2554 ------------------------------------------------------------------------
2555 r23636 | jb | 2007-12-15 22:17:20 +0100 (Sat, 15 Dec 2007) | 3 lines
2556 Changed paths:
2557    M /trunk/modules/gui/qt4/dialogs/vlm.cpp
2558    M /trunk/modules/gui/qt4/dialogs/vlm.hpp
2559
2560 Qt4 - VLM: simplifications.
2561
2562
2563 ------------------------------------------------------------------------
2564 r23635 | xtophe | 2007-12-15 22:16:08 +0100 (Sat, 15 Dec 2007) | 2 lines
2565 Changed paths:
2566    M /trunk/configure.ac
2567
2568 Make sure no module not recompiled are used after [23633]
2569
2570 ------------------------------------------------------------------------
2571 r23634 | jb | 2007-12-15 22:15:57 +0100 (Sat, 15 Dec 2007) | 3 lines
2572 Changed paths:
2573    M /trunk/include/vlc_vlm.h
2574
2575 Add a cast to fix compilation.
2576
2577
2578 ------------------------------------------------------------------------
2579 r23633 | courmisch | 2007-12-15 21:50:54 +0100 (Sat, 15 Dec 2007) | 3 lines
2580 Changed paths:
2581    M /trunk/include/vlc_configuration.h
2582    M /trunk/src/config/core.c
2583    M /trunk/src/modules/entry.c
2584
2585 Partially introduce vlc_config_set() to modify module_config_t through a less brittle API
2586 BEWARE: If you have non-recompiled plugins, they WILL crash.
2587
2588 ------------------------------------------------------------------------
2589 r23632 | jb | 2007-12-15 21:40:45 +0100 (Sat, 15 Dec 2007) | 3 lines
2590 Changed paths:
2591    M /trunk/modules/gui/qt4/dialogs/vlm.cpp
2592    M /trunk/modules/gui/qt4/dialogs/vlm.hpp
2593
2594 Qt4 - VLM update. Add the actual vlm queries, the modifications and so on for VOD and Broadcast.
2595
2596
2597 ------------------------------------------------------------------------
2598 r23631 | courmisch | 2007-12-15 21:40:41 +0100 (Sat, 15 Dec 2007) | 2 lines
2599 Changed paths:
2600    M /trunk/src/libvlc-module.c
2601
2602 Remove extra semi-colon
2603
2604 ------------------------------------------------------------------------
2605 r23630 | courmisch | 2007-12-15 17:07:40 +0100 (Sat, 15 Dec 2007) | 2 lines
2606 Changed paths:
2607    M /trunk/modules/gui/beos/PreferencesWindow.cpp
2608    M /trunk/modules/gui/macosx/prefs_widgets.m
2609    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
2610    M /trunk/modules/gui/wince/preferences_widgets.cpp
2611    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
2612
2613 Remove code killed by previous commit
2614
2615 ------------------------------------------------------------------------
2616 r23629 | courmisch | 2007-12-15 17:05:45 +0100 (Sat, 15 Dec 2007) | 2 lines
2617 Changed paths:
2618    M /trunk/src/modules/modules.c
2619
2620 Conceal unsaveable and renamed options as well
2621
2622 ------------------------------------------------------------------------
2623 r23628 | courmisch | 2007-12-15 16:59:22 +0100 (Sat, 15 Dec 2007) | 2 lines
2624 Changed paths:
2625    M /trunk/modules/demux/playlist/playlist.c
2626
2627 Allow totally reckless users to save m3u-extvlcopt if they want to.
2628
2629 ------------------------------------------------------------------------
2630 r23627 | courmisch | 2007-12-15 16:54:14 +0100 (Sat, 15 Dec 2007) | 2 lines
2631 Changed paths:
2632    M /trunk/modules/gui/macosx/prefs.m
2633    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
2634    M /trunk/src/modules/modules.c
2635
2636 Hide internal settings
2637
2638 ------------------------------------------------------------------------
2639 r23626 | jpsaman | 2007-12-15 16:19:00 +0100 (Sat, 15 Dec 2007) | 2 lines
2640 Changed paths:
2641    M /trunk/modules/gui/pda/pda.c
2642    M /trunk/modules/gui/pda/pda_callbacks.c
2643    M /trunk/modules/gui/pda/pda_callbacks.h
2644    M /trunk/modules/gui/pda/pda_support.h
2645
2646 Update to newest playlist API.
2647
2648 ------------------------------------------------------------------------
2649 r23625 | funman | 2007-12-15 13:20:54 +0100 (Sat, 15 Dec 2007) | 1 line
2650 Changed paths:
2651    M /trunk/modules/misc/playlist/xspf.c
2652
2653 xspf: %-encode '%' and '+' for every URIs (it really should be URI type dependant). fix #1394
2654 ------------------------------------------------------------------------
2655 r23624 | fkuehne | 2007-12-15 12:06:40 +0100 (Sat, 15 Dec 2007) | 1 line
2656 Changed paths:
2657    M /trunk/extras/contrib/src/packages.mak
2658
2659 * the SWITCH download mirror is down, use HEANET instead
2660 ------------------------------------------------------------------------
2661 r23623 | courmisch | 2007-12-15 11:51:07 +0100 (Sat, 15 Dec 2007) | 4 lines
2662 Changed paths:
2663    M /trunk/include/vlc_modules.h
2664    M /trunk/src/modules/modules.c
2665
2666  - fix symbol list
2667  - remove useless IsSubmodule (submodules have NO configuration items anyway, and any sensible UI won't show modules with no configuration)
2668  - free checks for NULL anyway
2669
2670 ------------------------------------------------------------------------
2671 r23622 | funman | 2007-12-15 10:39:55 +0100 (Sat, 15 Dec 2007) | 2 lines
2672 Changed paths:
2673    M /trunk/src/playlist/engine.c
2674
2675 Preparse file items which don't begin with 'file:'. Patch by Antoine Lejeune.
2676
2677 ------------------------------------------------------------------------
2678 r23621 | pdherbemont | 2007-12-14 23:20:51 +0100 (Fri, 14 Dec 2007) | 2 lines
2679 Changed paths:
2680    M /trunk/src/control/hierarchical_media_list_view.c
2681
2682 control/hierarchical_media_list_view.c: Don't lock too soon the mlist.
2683
2684 ------------------------------------------------------------------------
2685 r23620 | gbazin | 2007-12-14 23:18:44 +0100 (Fri, 14 Dec 2007) | 1 line
2686 Changed paths:
2687    M /trunk/include/vlc_modules.h
2688    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
2689    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
2690    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
2691    M /trunk/modules/gui/wxwidgets/dialogs.cpp
2692    M /trunk/src/modules/modules.c
2693
2694 * modules/gui/wxwidgets: fix breakage introduced by changeset 23581 and 23579. Breaking perfectly working modules just because you don't care about them is just rude.
2695 ------------------------------------------------------------------------
2696 r23619 | jb | 2007-12-14 22:14:39 +0100 (Fri, 14 Dec 2007) | 2 lines
2697 Changed paths:
2698    M /trunk/modules/gui/qt4/dialogs/vlm.cpp
2699    M /trunk/modules/gui/qt4/dialogs/vlm.hpp
2700
2701 Qt4 - Fix VLM-object not being checked. Add a type to be sure of the edition to do. 
2702
2703 ------------------------------------------------------------------------
2704 r23618 | pdherbemont | 2007-12-14 22:00:53 +0100 (Fri, 14 Dec 2007) | 2 lines
2705 Changed paths:
2706    M /trunk/src/control/media_instance.c
2707
2708 control/media_instance.c: implement libvlc_media_instance_stop.
2709
2710 ------------------------------------------------------------------------
2711 r23617 | dionoea | 2007-12-14 21:09:07 +0100 (Fri, 14 Dec 2007) | 2 lines
2712 Changed paths:
2713    M /trunk/modules/access/pvr.c
2714
2715 [PATCH] Extend pvr support to non-ivtv v4l2 cards (e.g. cx88-blackbird) by Dennis Lou.
2716
2717 ------------------------------------------------------------------------
2718 r23616 | jb | 2007-12-14 20:11:53 +0100 (Fri, 14 Dec 2007) | 3 lines
2719 Changed paths:
2720    M /trunk/THANKS
2721
2722 Thanks to TombiGel.
2723
2724
2725 ------------------------------------------------------------------------
2726 r23615 | funman | 2007-12-14 18:53:27 +0100 (Fri, 14 Dec 2007) | 9 lines
2727 Changed paths:
2728    M /trunk/configure.ac
2729    M /trunk/doc/release-howto.txt
2730    M /trunk/include/vlc_update.h
2731    M /trunk/modules/control/rc.c
2732    M /trunk/modules/gui/macosx/intf.h
2733    M /trunk/modules/gui/macosx/intf.m
2734    M /trunk/modules/gui/macosx/update.h
2735    M /trunk/modules/gui/macosx/update.m
2736    M /trunk/modules/gui/qt4/dialogs/help.cpp
2737    M /trunk/modules/gui/qt4/dialogs/help.hpp
2738    M /trunk/modules/gui/qt4/dialogs_provider.cpp
2739    M /trunk/modules/gui/qt4/dialogs_provider.hpp
2740    M /trunk/modules/gui/qt4/menus.cpp
2741    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
2742    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
2743    M /trunk/modules/gui/wxwidgets/dialogs.cpp
2744    M /trunk/modules/gui/wxwidgets/interface.cpp
2745    M /trunk/src/misc/update.c
2746
2747 Disable update checking per default, re-enable with --enable-update-check
2748 Add OpenPGP code, still unused as there is no download of binaries at the moment
2749
2750 We will need to define (and write) the files (and their location) we will use in the update system:
2751
2752     * We will use a file per arch, which will be signed
2753     * ALL VideoLAN gpg public keys will be stored on http://download.videolan.org/pub/keys/XXXXXXXXXXXXXXXX.asc where XXXXXXXXXXXXXXXX is the long id of the key
2754     * Every downloadable file will be signed with gpg --sign --detach --armor
2755
2756 ------------------------------------------------------------------------
2757 r23614 | funman | 2007-12-14 18:40:15 +0100 (Fri, 14 Dec 2007) | 1 line
2758 Changed paths:
2759    M /trunk/modules/misc/screensaver.c
2760
2761 another missing signal.h
2762 ------------------------------------------------------------------------
2763 r23613 | funman | 2007-12-14 18:30:58 +0100 (Fri, 14 Dec 2007) | 1 line
2764 Changed paths:
2765    M /trunk/src/extras/libc.c
2766
2767 add missing signal.h
2768 ------------------------------------------------------------------------
2769 r23612 | pdherbemont | 2007-12-14 18:29:01 +0100 (Fri, 14 Dec 2007) | 2 lines
2770 Changed paths:
2771    M /trunk/extras/contrib/src/packages.mak
2772
2773 packages.mak: Use ftp:// for all gnugp packages.
2774
2775 ------------------------------------------------------------------------
2776 r23611 | pdherbemont | 2007-12-14 18:05:50 +0100 (Fri, 14 Dec 2007) | 2 lines
2777 Changed paths:
2778    M /trunk/modules/gui/macosx/prefs_widgets.m
2779
2780 modules/macosx/prefs_widgets.m: module_GetConfig doesn't accept second arg as NULL, quickly work around that.
2781
2782 ------------------------------------------------------------------------
2783 r23610 | pdherbemont | 2007-12-14 17:57:01 +0100 (Fri, 14 Dec 2007) | 2 lines
2784 Changed paths:
2785    M /trunk/modules/gui/macosx/prefs.m
2786    M /trunk/modules/gui/macosx/prefs_widgets.m
2787
2788 modules/gui/macosx/prefs*.m: Fix for module_t privatization. Feel free to test. That code is unreadable.
2789
2790 ------------------------------------------------------------------------
2791 r23609 | pdherbemont | 2007-12-14 17:55:09 +0100 (Fri, 14 Dec 2007) | 2 lines
2792 Changed paths:
2793    M /trunk/extras/contrib/src/packages.mak
2794
2795 packages.mak: Use ftp instead of http for ftp.gnupg.org as their http mirror is always down.
2796
2797 ------------------------------------------------------------------------
2798 r23608 | pdherbemont | 2007-12-14 17:24:28 +0100 (Fri, 14 Dec 2007) | 2 lines
2799 Changed paths:
2800    M /trunk/modules/gui/macosx/intf.h
2801    M /trunk/modules/gui/macosx/intf.m
2802
2803 module/gui/macosx/intf.m: Use a const char * in parameters where desired.
2804
2805 ------------------------------------------------------------------------
2806 r23607 | pdherbemont | 2007-12-14 16:02:53 +0100 (Fri, 14 Dec 2007) | 2 lines
2807 Changed paths:
2808    M /trunk/modules/gui/macosx/playlist.m
2809
2810 modules/gui/macosx/playlist.m: Don't use p_module directly.
2811
2812 ------------------------------------------------------------------------
2813 r23606 | pdherbemont | 2007-12-14 15:33:06 +0100 (Fri, 14 Dec 2007) | 2 lines
2814 Changed paths:
2815    M /trunk/include/vlc/libvlc.h
2816    M /trunk/src/control/media_descriptor.c
2817
2818 control/media_descriptor.c: As requested by Jacques Boileau, allow options tuning from the media_descriptor class. This is done through libvlc_media_descriptor_add_option.
2819
2820 ------------------------------------------------------------------------
2821 r23605 | jpsaman | 2007-12-14 11:41:48 +0100 (Fri, 14 Dec 2007) | 1 line
2822 Changed paths:
2823    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
2824
2825 make use of new module_* API
2826 ------------------------------------------------------------------------
2827 r23604 | jb | 2007-12-14 10:11:34 +0100 (Fri, 14 Dec 2007) | 2 lines
2828 Changed paths:
2829    M /trunk/modules/gui/qt4/dialogs/vlm.cpp
2830    M /trunk/modules/gui/qt4/dialogs/vlm.hpp
2831    M /trunk/modules/gui/qt4/ui/vlm.ui
2832
2833 Qt4 - VLM improvements... Classing for the three kind of objects, more property editing and less segfaults (though there is one I have nooo clue ).
2834
2835 ------------------------------------------------------------------------
2836 r23603 | jb | 2007-12-14 04:04:07 +0100 (Fri, 14 Dec 2007) | 3 lines
2837 Changed paths:
2838    M /trunk/modules/gui/qt4/components/playlist/playlist.cpp
2839
2840 Qt4 - Art in the playlist is collapsable with the use of a QSplitter. If you really don't like, please revert.
2841
2842
2843 ------------------------------------------------------------------------
2844 r23602 | jb | 2007-12-14 03:54:05 +0100 (Fri, 14 Dec 2007) | 2 lines
2845 Changed paths:
2846    M /trunk/modules/gui/qt4/components/playlist/playlist.cpp
2847
2848 Qt4 - I prefer to have the left pane to not grow when the whole playlist is widenthed...
2849
2850 ------------------------------------------------------------------------
2851 r23601 | jb | 2007-12-14 03:44:11 +0100 (Fri, 14 Dec 2007) | 3 lines
2852 Changed paths:
2853    M /trunk/modules/gui/qt4/main_interface.cpp
2854
2855 Qt4 - Playlist should be Expanding, not MinimumExpanding.
2856
2857
2858 ------------------------------------------------------------------------
2859 r23600 | funman | 2007-12-13 23:09:12 +0100 (Thu, 13 Dec 2007) | 1 line
2860 Changed paths:
2861    M /trunk/modules/gui/ncurses.c
2862
2863 ncurses: force building (and memory allocation) of playlist as soon as interface is running
2864 ------------------------------------------------------------------------
2865 r23599 | courmisch | 2007-12-13 20:16:07 +0100 (Thu, 13 Dec 2007) | 2 lines
2866 Changed paths:
2867    M /trunk/modules/stream_out/rtpfmt.c
2868
2869 Don't substract twelve twice
2870
2871 ------------------------------------------------------------------------
2872 r23598 | courmisch | 2007-12-13 20:03:29 +0100 (Thu, 13 Dec 2007) | 2 lines
2873 Changed paths:
2874    M /trunk/modules/stream_out/Modules.am
2875    M /trunk/modules/stream_out/rtp.c
2876    M /trunk/modules/stream_out/rtp.h
2877    A /trunk/modules/stream_out/rtpfmt.c (from /trunk/modules/stream_out/rtp.c:23596)
2878
2879 Split RTP sout further
2880
2881 ------------------------------------------------------------------------
2882 r23597 | courmisch | 2007-12-13 19:34:05 +0100 (Thu, 13 Dec 2007) | 2 lines
2883 Changed paths:
2884    M /trunk/include/vlc_common.h
2885    M /trunk/include/vlc_url.h
2886    M /trunk/modules/stream_out/rtcp.c
2887
2888 Forward declare vlc_url_t
2889
2890 ------------------------------------------------------------------------
2891 r23596 | courmisch | 2007-12-13 19:06:34 +0100 (Thu, 13 Dec 2007) | 7 lines
2892 Changed paths:
2893    M /trunk/modules/demux/live555.cpp
2894
2895 SET_PARAMETER is simply *wrong*. Servers are not supposed to support except for proprietary extensions (meaning we cannot use for just any random server).
2896 Even GET_PARAMETER is hardly good, as it is not mandatory to implement either, but it is a defined way to ping (which SET_PARAMETER ain't).
2897 In any case, the only proper way to ping a stream is RTCP feedback.
2898 When it comes to the control session, better check OPTIONS Allow: header for GET_PARAMETER.
2899
2900 I really wonder how live555 can be so low-level though - smells like we are trying to be too intelligent here.
2901
2902 ------------------------------------------------------------------------
2903 r23595 | jpsaman | 2007-12-13 17:39:33 +0100 (Thu, 13 Dec 2007) | 2 lines
2904 Changed paths:
2905    M /trunk/src/playlist/control.c
2906
2907 Patch by Jilles Tjoelker. Fixes crash in playlist due to negative index in playlist item array. Added boundary check to solve this.
2908
2909 ------------------------------------------------------------------------
2910 r23594 | pdherbemont | 2007-12-13 16:21:21 +0100 (Thu, 13 Dec 2007) | 2 lines
2911 Changed paths:
2912    M /trunk/Makefile.am
2913
2914 Makefile.am: Don't ship the framework, since it's too big for now.
2915
2916 ------------------------------------------------------------------------
2917 r23593 | hovis | 2007-12-13 16:14:10 +0100 (Thu, 13 Dec 2007) | 1 line
2918 Changed paths:
2919    M /trunk/modules/access/v4l2.c
2920
2921 v4l2: ALSA error handling.
2922 ------------------------------------------------------------------------
2923 r23592 | ileoo | 2007-12-13 14:20:52 +0100 (Thu, 13 Dec 2007) | 1 line
2924 Changed paths:
2925    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
2926    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
2927
2928 reset editingmode when mediainfo-dialog is closed, still leaves bug when dialog is reshown that it doesn't update content
2929 ------------------------------------------------------------------------
2930 r23591 | ileoo | 2007-12-13 12:53:34 +0100 (Thu, 13 Dec 2007) | 1 line
2931 Changed paths:
2932    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
2933    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
2934
2935 remove (seems to be) unneeded b_need_update variable
2936 ------------------------------------------------------------------------
2937 r23590 | ileoo | 2007-12-13 09:13:56 +0100 (Thu, 13 Dec 2007) | 5 lines
2938 Changed paths:
2939    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2940    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
2941    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
2942    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
2943
2944 Change backgroundwidget and mediainfo-dialog to use THEMIM
2945 inputChanged-signal instead of polling.
2946
2947 I think that iteration-count for this one is still under 10 ;)
2948
2949 ------------------------------------------------------------------------
2950 r23589 | xtophe | 2007-12-13 01:14:33 +0100 (Thu, 13 Dec 2007) | 1 line
2951 Changed paths:
2952    M /trunk/src/Makefile.am
2953
2954 Typo
2955 ------------------------------------------------------------------------
2956 r23587 | xtophe | 2007-12-13 00:11:16 +0100 (Thu, 13 Dec 2007) | 2 lines
2957 Changed paths:
2958    M /trunk/po/sl.po
2959
2960 Slovenian translation update by Matej Urban?\196?\141i?\196?\141
2961
2962 ------------------------------------------------------------------------
2963 r23586 | xtophe | 2007-12-12 23:59:41 +0100 (Wed, 12 Dec 2007) | 2 lines
2964 Changed paths:
2965    M /trunk/po/POTFILES.in
2966    M /trunk/po/vlc.pot
2967
2968 Some files have been splitted
2969
2970 ------------------------------------------------------------------------
2971 r23585 | courmisch | 2007-12-12 21:22:32 +0100 (Wed, 12 Dec 2007) | 2 lines
2972 Changed paths:
2973    M /trunk/src/modules/cache.c
2974
2975 Handle I/O errors while writing the cache file
2976
2977 ------------------------------------------------------------------------
2978 r23584 | courmisch | 2007-12-12 20:55:03 +0100 (Wed, 12 Dec 2007) | 2 lines
2979 Changed paths:
2980    M /trunk/src/modules/modules.c
2981
2982 Use DIR_SEP
2983
2984 ------------------------------------------------------------------------
2985 r23583 | courmisch | 2007-12-12 20:47:39 +0100 (Wed, 12 Dec 2007) | 4 lines
2986 Changed paths:
2987    M /trunk/modules/misc/screensaver.c
2988    M /trunk/src/extras/libc.c
2989
2990 Clear signal mask _between_ fork() and exec*().
2991 Before fork() would break VLC's own sigmask.
2992 After exec*() would rely on the children program to do it (and many don't).
2993
2994 ------------------------------------------------------------------------
2995 r23582 | courmisch | 2007-12-12 20:36:05 +0100 (Wed, 12 Dec 2007) | 2 lines
2996 Changed paths:
2997    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
2998
2999 Typo
3000
3001 ------------------------------------------------------------------------
3002 r23581 | courmisch | 2007-12-12 20:29:02 +0100 (Wed, 12 Dec 2007) | 4 lines
3003 Changed paths:
3004    M /trunk/include/vlc_configuration.h
3005    M /trunk/include/vlc_modules.h
3006    M /trunk/modules/codec/mpeg_audio.c
3007    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
3008    M /trunk/modules/gui/qt4/components/extended_panels.cpp
3009    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
3010    M /trunk/src/audio_output/input.c
3011    M /trunk/src/config/core.c
3012    M /trunk/src/libvlc.sym
3013    M /trunk/src/modules/modules.c
3014
3015  - Remove config_FindModule as module_Find nowadays does the same thing
3016  - Use module_Exists as appropriate
3017  - Rename module_FindName as module_Find
3018
3019 ------------------------------------------------------------------------
3020 r23580 | courmisch | 2007-12-12 20:13:46 +0100 (Wed, 12 Dec 2007) | 2 lines
3021 Changed paths:
3022    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
3023
3024 Fix double free
3025
3026 ------------------------------------------------------------------------
3027 r23579 | courmisch | 2007-12-12 20:07:25 +0100 (Wed, 12 Dec 2007) | 2 lines
3028 Changed paths:
3029    M /trunk/include/vlc_modules.h
3030    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
3031    M /trunk/modules/gui/qt4/components/complete_preferences.hpp
3032    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
3033    M /trunk/src/modules/modules.h
3034
3035 Hide module_t
3036
3037 ------------------------------------------------------------------------
3038 r23578 | courmisch | 2007-12-12 19:45:11 +0100 (Wed, 12 Dec 2007) | 2 lines
3039 Changed paths:
3040    M /trunk/src/libvlc.sym
3041    M /trunk/src/modules/modules.c
3042
3043 module_GetConfig, module_PutConfig: copy configuration data for a module
3044
3045 ------------------------------------------------------------------------
3046 r23577 | courmisch | 2007-12-12 18:46:15 +0100 (Wed, 12 Dec 2007) | 2 lines
3047 Changed paths:
3048    M /trunk/src/Makefile.am
3049
3050 Run the symbol check
3051
3052 ------------------------------------------------------------------------
3053 r23576 | courmisch | 2007-12-12 18:45:54 +0100 (Wed, 12 Dec 2007) | 2 lines
3054 Changed paths:
3055    M /trunk/include/vlc_modules.h
3056
3057 Not meant to be committed just yet
3058
3059 ------------------------------------------------------------------------
3060 r23575 | courmisch | 2007-12-12 18:45:25 +0100 (Wed, 12 Dec 2007) | 2 lines
3061 Changed paths:
3062    M /trunk/include/vlc_common.h
3063    M /trunk/include/vlc_messages.h
3064    M /trunk/include/vlc_network.h
3065    M /trunk/src/libvlc.sym
3066
3067 More symbols fixes
3068
3069 ------------------------------------------------------------------------
3070 r23574 | courmisch | 2007-12-12 18:43:36 +0100 (Wed, 12 Dec 2007) | 2 lines
3071 Changed paths:
3072    M /trunk/modules/gui/qt4/components/extended_panels.cpp
3073
3074 Use module_Put
3075
3076 ------------------------------------------------------------------------
3077 r23573 | courmisch | 2007-12-12 18:32:41 +0100 (Wed, 12 Dec 2007) | 3 lines
3078 Changed paths:
3079    M /trunk/src/libvlc.sym
3080
3081 - Unlist synchro stuff that is now internal
3082 - Add block_fifowake
3083
3084 ------------------------------------------------------------------------
3085 r23572 | courmisch | 2007-12-12 18:31:57 +0100 (Wed, 12 Dec 2007) | 2 lines
3086 Changed paths:
3087    A /trunk/src/check_symbols
3088
3089 symbol list consistency checker
3090
3091 ------------------------------------------------------------------------
3092 r23571 | courmisch | 2007-12-12 18:24:20 +0100 (Wed, 12 Dec 2007) | 2 lines
3093 Changed paths:
3094    M /trunk/src/libvlc.sym
3095
3096 Sort plugin API list properly
3097
3098 ------------------------------------------------------------------------
3099 r23570 | courmisch | 2007-12-12 18:05:55 +0100 (Wed, 12 Dec 2007) | 2 lines
3100 Changed paths:
3101    M /trunk/include/vlc_modules.h
3102    M /trunk/src/libvlc.sym
3103    M /trunk/src/modules/modules.c
3104
3105 module_Put: releases a reference to a module
3106
3107 ------------------------------------------------------------------------
3108 r23569 | courmisch | 2007-12-12 17:58:19 +0100 (Wed, 12 Dec 2007) | 2 lines
3109 Changed paths:
3110    M /trunk/include/vlc_modules.h
3111    M /trunk/src/modules/modules.h
3112
3113 Cosmetic
3114
3115 ------------------------------------------------------------------------
3116 r23568 | courmisch | 2007-12-12 17:46:40 +0100 (Wed, 12 Dec 2007) | 2 lines
3117 Changed paths:
3118    M /trunk/src/modules/cache.c
3119    M /trunk/src/modules/os.c
3120
3121 Remove some cruft
3122
3123 ------------------------------------------------------------------------
3124 r23567 | courmisch | 2007-12-12 17:43:52 +0100 (Wed, 12 Dec 2007) | 2 lines
3125 Changed paths:
3126    M /trunk/src/Makefile.am
3127    A /trunk/src/modules/cache.c (from /trunk/src/modules/modules.c:23566)
3128    M /trunk/src/modules/modules.c
3129    M /trunk/src/modules/modules.h
3130    A /trunk/src/modules/os.c (from /trunk/src/modules/modules.c:23566)
3131
3132 Split the over-large module.c
3133
3134 ------------------------------------------------------------------------
3135 r23566 | courmisch | 2007-12-12 16:35:57 +0100 (Wed, 12 Dec 2007) | 2 lines
3136 Changed paths:
3137    M /trunk/src/modules/modules.c
3138
3139 FYI, snprintf always nul-terminates
3140
3141 ------------------------------------------------------------------------
3142 r23565 | jpsaman | 2007-12-12 15:35:01 +0100 (Wed, 12 Dec 2007) | 2 lines
3143 Changed paths:
3144    M /trunk/src/modules/modules.c
3145
3146 Don't free() a char variable when it is on the stack (in src/modules/modules.c SaveCache()) and be more sane about contents of psz_filename.
3147
3148 ------------------------------------------------------------------------
3149 r23564 | ileoo | 2007-12-12 09:32:08 +0100 (Wed, 12 Dec 2007) | 1 line
3150 Changed paths:
3151    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
3152    M /trunk/modules/gui/qt4/main_interface.cpp
3153
3154 add myself to list who to blaim for qt4 bugs
3155 ------------------------------------------------------------------------
3156 r23563 | ileoo | 2007-12-12 09:13:47 +0100 (Wed, 12 Dec 2007) | 5 lines
3157 Changed paths:
3158    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
3159    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
3160    M /trunk/modules/gui/qt4/main_interface.cpp
3161
3162
3163 remove that kludge to use playlistwidget for getting art for
3164 backgroundwidget, use callback instead and check need of update every
3165 750ms.
3166
3167 ------------------------------------------------------------------------
3168 r23562 | pdherbemont | 2007-12-12 06:10:38 +0100 (Wed, 12 Dec 2007) | 2 lines
3169 Changed paths:
3170    M /trunk/src/control/media_list_view.c
3171
3172 control/media_list_view.c: Don't lock the mlist in libvlc_media_list_view_set_ml_notification_callback.
3173
3174 ------------------------------------------------------------------------
3175 r23561 | pdherbemont | 2007-12-12 05:42:15 +0100 (Wed, 12 Dec 2007) | 2 lines
3176 Changed paths:
3177    M /trunk/include/vlc_threads_funcs.h
3178    M /trunk/src/misc/threads.c
3179
3180 misc/threads.c: Implement vlc_threads_error(), that is called when an error is encountered in the threading system. The whole point of this is to ease debugging of such situation, by exposing a nice symbol on which we can break. (This costs nearly nothing).
3181
3182 ------------------------------------------------------------------------
3183 r23560 | pdherbemont | 2007-12-12 05:16:33 +0100 (Wed, 12 Dec 2007) | 2 lines
3184 Changed paths:
3185    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
3186
3187 Source/VLCMedia.m: No need to ask for more than one meta at the begining.
3188
3189 ------------------------------------------------------------------------
3190 r23559 | pdherbemont | 2007-12-12 05:12:33 +0100 (Wed, 12 Dec 2007) | 2 lines
3191 Changed paths:
3192    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
3193
3194 MacOSX/Framework/VLCMediaListAspect.m: Use the cachedMedia array when giving back the aspect items. That really boost performances by the way.
3195
3196 ------------------------------------------------------------------------
3197 r23558 | pdherbemont | 2007-12-12 04:53:53 +0100 (Wed, 12 Dec 2007) | 2 lines
3198 Changed paths:
3199    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
3200
3201 MacOSX/Framework/VLCMedia.m: Speed a bit stringToMetaType.
3202
3203 ------------------------------------------------------------------------
3204 r23557 | jb | 2007-12-12 00:24:57 +0100 (Wed, 12 Dec 2007) | 3 lines
3205 Changed paths:
3206    M /trunk/modules/gui/qt4/pixmaps/volume-slider-inside.png
3207    M /trunk/modules/gui/qt4/pixmaps/volume-slider-outside.png
3208    M /trunk/modules/gui/qt4/util/input_slider.cpp
3209    M /trunk/modules/gui/qt4/util/input_slider.hpp
3210
3211 Qt4 - Slightly smaller sound slider and fix the padding between mouse and shape.
3212
3213
3214 ------------------------------------------------------------------------
3215 r23556 | dionoea | 2007-12-11 23:31:34 +0100 (Tue, 11 Dec 2007) | 2 lines
3216 Changed paths:
3217    M /trunk/src/video_output/vout_intf.c
3218
3219 Simplify/factorize some of the vout_intf variables creation code.
3220
3221 ------------------------------------------------------------------------
3222 r23555 | dionoea | 2007-12-11 22:51:17 +0100 (Tue, 11 Dec 2007) | 2 lines
3223 Changed paths:
3224    M /trunk/src/video_output/vout_intf.c
3225
3226 Remove double return in the Aspect Ratio change callback.
3227
3228 ------------------------------------------------------------------------
3229 r23554 | funman | 2007-12-11 22:28:56 +0100 (Tue, 11 Dec 2007) | 2 lines
3230 Changed paths:
3231    M /trunk/mozilla/npvlc_rc.rc
3232    M /trunk/mozilla/vlc.r
3233    M /trunk/mozilla/vlcplugin.h
3234
3235 mozilla: add video/divx mimetype
3236
3237 ------------------------------------------------------------------------
3238 r23553 | fenrir | 2007-12-11 22:12:25 +0100 (Tue, 11 Dec 2007) | 5 lines
3239 Changed paths:
3240    M /trunk/modules/demux/live555.cpp
3241
3242 Added DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE implementation based
3243 on Glen Gray patch.
3244 (The code is commented until it is confirmed to compil/work.)
3245
3246
3247 ------------------------------------------------------------------------
3248 r23552 | fenrir | 2007-12-11 21:49:56 +0100 (Tue, 11 Dec 2007) | 3 lines
3249 Changed paths:
3250    M /trunk/src/input/input.c
3251    M /trunk/src/input/input_internal.h
3252
3253 Update to use DEMUX_CAN_CONTROL_RATE/DEMUX_SET_RATE when available.
3254 Based on a patch by Glen Gray.
3255
3256 ------------------------------------------------------------------------
3257 r23551 | fenrir | 2007-12-11 21:06:49 +0100 (Tue, 11 Dec 2007) | 2 lines
3258 Changed paths:
3259    M /trunk/src/input/clock.c
3260    M /trunk/src/input/es_out.c
3261    M /trunk/src/input/input.c
3262    M /trunk/src/input/input_internal.h
3263
3264 Do not use p_input->p->i_rate directly (no functionnality change yet)
3265
3266 ------------------------------------------------------------------------
3267 r23550 | fenrir | 2007-12-11 20:16:37 +0100 (Tue, 11 Dec 2007) | 3 lines
3268 Changed paths:
3269    M /trunk/include/vlc_demux.h
3270    M /trunk/src/input/input.c
3271
3272 Introduce DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE (for future rtsp trickplay)
3273 DEMUX_CAN_PAUSE and DEMUX_CAN_CONTROL_PACE can now fail.
3274
3275 ------------------------------------------------------------------------
3276 r23549 | pdherbemont | 2007-12-11 17:31:20 +0100 (Tue, 11 Dec 2007) | 2 lines
3277 Changed paths:
3278    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
3279
3280 MacOSX/Framework/VLCMedia.m: Don't forget to init the metaDictionary, when initing from a media_descriptor object.
3281
3282 ------------------------------------------------------------------------
3283 r23548 | jb | 2007-12-11 16:43:53 +0100 (Tue, 11 Dec 2007) | 3 lines
3284 Changed paths:
3285    M /trunk/modules/audio_filter/channel_mixer/mono.c
3286
3287 Yet another typo discovered by Philipp Weissenbacher
3288
3289
3290 ------------------------------------------------------------------------
3291 r23547 | pdherbemont | 2007-12-11 16:38:46 +0100 (Tue, 11 Dec 2007) | 2 lines
3292 Changed paths:
3293    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
3294
3295 MacOSX/Framework/VLCMediaDiscoverer.m: Use UTF8String instead of cString.
3296
3297 ------------------------------------------------------------------------
3298 r23546 | pdherbemont | 2007-12-11 16:38:00 +0100 (Tue, 11 Dec 2007) | 2 lines
3299 Changed paths:
3300    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
3301
3302 MacOSX/Framework/VLCMedia.m: Separate the different part by some nice comments. Remove uneeded and complicated code in meta information retrieval. Use stringWithUT8String instead of stringWithCString.
3303
3304 ------------------------------------------------------------------------
3305 r23545 | ivoire | 2007-12-11 14:47:32 +0100 (Tue, 11 Dec 2007) | 1 line
3306 Changed paths:
3307    M /trunk/src/misc/update.c
3308
3309 Simplify the version test dans remove useless things
3310 ------------------------------------------------------------------------
3311 r23544 | pdherbemont | 2007-12-11 14:09:13 +0100 (Tue, 11 Dec 2007) | 2 lines
3312 Changed paths:
3313    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
3314
3315 MacOSX/Framework/VLCMedia.m: Remove not used code.
3316
3317 ------------------------------------------------------------------------
3318 r23543 | pdherbemont | 2007-12-11 14:06:19 +0100 (Tue, 11 Dec 2007) | 2 lines
3319 Changed paths:
3320    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
3321    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
3322
3323 MacOSX/Framework/VLCMedia.m: Use mediaWithURL:(NSURL*) instead of mediaWithURL:(NSString*). Add a mediaWithPath:(NSString*) constructor.
3324
3325 ------------------------------------------------------------------------
3326 r23542 | pdherbemont | 2007-12-11 12:49:43 +0100 (Tue, 11 Dec 2007) | 2 lines
3327 Changed paths:
3328    M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
3329
3330 MacOSX/Framework/VLC.xcodeproj: Various updates, such as removal of the SDK, gc support, and QuartzCore linking, and use NATIVE_ARCH as the only target.
3331
3332 ------------------------------------------------------------------------
3333 r23541 | fkuehne | 2007-12-11 12:25:21 +0100 (Tue, 11 Dec 2007) | 1 line
3334 Changed paths:
3335    M /trunk/modules/gui/macosx/intf.m
3336
3337 compile before you commit
3338 ------------------------------------------------------------------------
3339 r23540 | fkuehne | 2007-12-11 11:55:55 +0100 (Tue, 11 Dec 2007) | 1 line
3340 Changed paths:
3341    M /trunk/modules/gui/macosx/Modules.am
3342
3343 osx: disable the compilation of our update panel's code until its core functionality is re-written
3344 ------------------------------------------------------------------------
3345 r23539 | jb | 2007-12-11 09:03:44 +0100 (Tue, 11 Dec 2007) | 6 lines
3346 Changed paths:
3347    M /trunk/modules/gui/qt4/dialogs/vlm.cpp
3348    M /trunk/modules/gui/qt4/dialogs/vlm.hpp
3349    M /trunk/modules/gui/qt4/ui/vlm.ui
3350
3351 Qt4 - Rewrite of the VLM Dialog. It features a list on the left of the VLM object, and a right pane to see them in details. Creation and modification is doable. This is not yet a VCR, but it could be :D
3352 The code is way not finished and uncleaned, but feel free to improve.
3353 Only Brodcast elements have a start of code.
3354
3355
3356
3357 ------------------------------------------------------------------------
3358 r23538 | jb | 2007-12-11 04:42:17 +0100 (Tue, 11 Dec 2007) | 3 lines
3359 Changed paths:
3360    M /trunk/modules/demux/real.c
3361
3362 Real Demuxer: Code factorisation after previous commit.
3363
3364
3365 ------------------------------------------------------------------------
3366 r23537 | jb | 2007-12-11 04:36:01 +0100 (Tue, 11 Dec 2007) | 6 lines
3367 Changed paths:
3368    M /trunk/modules/demux/real.c
3369
3370 Real demuxer, set correctly the PCR, patch by Yuehua Zhao, modified by /me.
3371 It should fix some issues with Samples with Video + Cook.
3372 If you think this is wrong, please revert.
3373
3374
3375
3376 ------------------------------------------------------------------------
3377 r23536 | ivoire | 2007-12-11 01:52:05 +0100 (Tue, 11 Dec 2007) | 1 line
3378 Changed paths:
3379    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
3380    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
3381
3382 Add the modification to the wxwidget interface and make the buildbot happy
3383 ------------------------------------------------------------------------
3384 r23535 | ivoire | 2007-12-11 00:12:45 +0100 (Tue, 11 Dec 2007) | 1 line
3385 Changed paths:
3386    M /trunk/include/vlc_update.h
3387    M /trunk/modules/control/rc.c
3388    M /trunk/modules/gui/qt4/dialogs/help.cpp
3389    M /trunk/modules/gui/qt4/dialogs/help.hpp
3390    M /trunk/src/misc/update.c
3391
3392 Modify the update system : I will add more functionnality but this is the beginning
3393 ------------------------------------------------------------------------
3394 r23534 | fkuehne | 2007-12-10 23:35:55 +0100 (Mon, 10 Dec 2007) | 1 line
3395 Changed paths:
3396    M /trunk/configure.ac
3397
3398 * fixed a corner case on PowerPC-based Macs since MACOSX_DEPLOYMENT_TARGET is set to 10.1 on these devices, although we need at least 10.3 and prefer 10.4
3399 ------------------------------------------------------------------------
3400 r23533 | fkuehne | 2007-12-10 22:50:54 +0100 (Mon, 10 Dec 2007) | 1 line
3401 Changed paths:
3402    M /trunk/configure.ac
3403
3404 * disable the usage of the OSX SDKs by default due to a known incompatibility between the libraries used on 10.4.8 (or higher) and the existing 10.4u SDK. This solves the current compilation issues with the AUHAL and Screen.Mac modules and closes #1399
3405 ------------------------------------------------------------------------
3406 r23532 | jb | 2007-12-10 19:45:18 +0100 (Mon, 10 Dec 2007) | 2 lines
3407 Changed paths:
3408    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
3409    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
3410
3411 Qt4 - minwidth of dropdown inside settings dialogs, patch by Andr?\195?\169 Weber
3412
3413 ------------------------------------------------------------------------
3414 r23531 | fkuehne | 2007-12-10 18:12:35 +0100 (Mon, 10 Dec 2007) | 1 line
3415 Changed paths:
3416    M /trunk/configure.ac
3417
3418 * disable Screen Capturing on OSX until it is fixed because it blocks all builds on most 10.4 setups (refs #1399)
3419 ------------------------------------------------------------------------
3420 r23530 | jpsaman | 2007-12-10 15:20:32 +0100 (Mon, 10 Dec 2007) | 2 lines
3421 Changed paths:
3422    M /trunk/extras/contrib/src/Patches/live.patch
3423
3424 OPTIONS timeout of 5 seconds is way to short for some systems, so make it 30 instead.
3425
3426 ------------------------------------------------------------------------
3427 r23529 | funman | 2007-12-10 15:17:34 +0100 (Mon, 10 Dec 2007) | 2 lines
3428 Changed paths:
3429    M /trunk/modules/misc/notify/telepathy.c
3430
3431 telepathy: shows an empty status when VLC has been stopped
3432
3433 ------------------------------------------------------------------------
3434 r23528 | funman | 2007-12-10 14:23:37 +0100 (Mon, 10 Dec 2007) | 3 lines
3435 Changed paths:
3436    M /trunk/modules/gui/qt4/Modules.am
3437    M /trunk/vlc-config.in.in
3438
3439 vlc-config: don't store optimisation cflags in cppflags (preprocessor flags), revive --cppflags
3440 qt4: use preprocessor flags with moc, so it finds the headers in the right place
3441
3442 ------------------------------------------------------------------------
3443 r23527 | jpsaman | 2007-12-10 11:54:06 +0100 (Mon, 10 Dec 2007) | 1 line
3444 Changed paths:
3445    M /trunk/modules/demux/live555.cpp
3446
3447 Lower severity of message
3448 ------------------------------------------------------------------------
3449 r23526 | jpsaman | 2007-12-10 11:03:13 +0100 (Mon, 10 Dec 2007) | 1 line
3450 Changed paths:
3451    M /trunk/extras/contrib/src/Patches/live.patch
3452    M /trunk/modules/demux/live555.cpp
3453
3454 Fix hang in live555 when sending RTSP OPTIONS by letting readSocket() timeout after 5 seconds. Added reconnect case to modules/demux/live555.cpp (without backing off scenario).
3455 ------------------------------------------------------------------------
3456 r23525 | jb | 2007-12-10 04:01:14 +0100 (Mon, 10 Dec 2007) | 2 lines
3457 Changed paths:
3458    M /trunk/modules/gui/qt4/dialogs/vlm.cpp
3459    M /trunk/modules/gui/qt4/dialogs/vlm.hpp
3460    M /trunk/modules/gui/qt4/ui/vlm.ui
3461
3462 Qt4 - VLM dialog rework.
3463
3464 ------------------------------------------------------------------------
3465 r23524 | fkuehne | 2007-12-10 01:38:21 +0100 (Mon, 10 Dec 2007) | 1 line
3466 Changed paths:
3467    M /trunk/modules/gui/macosx/vout.m
3468
3469 typo
3470 ------------------------------------------------------------------------
3471 r23523 | fkuehne | 2007-12-10 01:35:23 +0100 (Mon, 10 Dec 2007) | 1 line
3472 Changed paths:
3473    M /trunk/modules/gui/macosx/AppleRemote.m
3474    M /trunk/modules/gui/macosx/about.m
3475    M /trunk/modules/gui/macosx/applescript.h
3476    M /trunk/modules/gui/macosx/applescript.m
3477    M /trunk/modules/gui/macosx/bookmarks.h
3478    M /trunk/modules/gui/macosx/bookmarks.m
3479    M /trunk/modules/gui/macosx/controls.h
3480    M /trunk/modules/gui/macosx/controls.m
3481    M /trunk/modules/gui/macosx/embeddedwindow.h
3482    M /trunk/modules/gui/macosx/embeddedwindow.m
3483    M /trunk/modules/gui/macosx/equalizer.h
3484    M /trunk/modules/gui/macosx/fspanel.h
3485    M /trunk/modules/gui/macosx/fspanel.m
3486    M /trunk/modules/gui/macosx/interaction.m
3487    M /trunk/modules/gui/macosx/intf.h
3488    M /trunk/modules/gui/macosx/misc.h
3489    M /trunk/modules/gui/macosx/misc.m
3490    M /trunk/modules/gui/macosx/open.h
3491    M /trunk/modules/gui/macosx/output.h
3492    M /trunk/modules/gui/macosx/output.m
3493    M /trunk/modules/gui/macosx/playlist.h
3494    M /trunk/modules/gui/macosx/playlist.m
3495    M /trunk/modules/gui/macosx/playlistinfo.m
3496    M /trunk/modules/gui/macosx/prefs.h
3497    M /trunk/modules/gui/macosx/prefs_widgets.m
3498    M /trunk/modules/gui/macosx/update.m
3499    M /trunk/modules/gui/macosx/vout.h
3500    M /trunk/modules/gui/macosx/vout.m
3501    M /trunk/modules/gui/macosx/voutgl.m
3502    M /trunk/modules/gui/macosx/voutqt.m
3503    M /trunk/modules/gui/macosx/wizard.h
3504    M /trunk/modules/gui/macosx/wizard.m
3505
3506 * cleaning, reformatting, clarifying here and there...
3507 ------------------------------------------------------------------------
3508 r23522 | fkuehne | 2007-12-10 00:41:09 +0100 (Mon, 10 Dec 2007) | 1 line
3509 Changed paths:
3510    M /trunk/modules/access/cdda/access.c
3511
3512 * fix [23509]
3513 ------------------------------------------------------------------------
3514 r23521 | courmisch | 2007-12-09 22:49:48 +0100 (Sun, 09 Dec 2007) | 3 lines
3515 Changed paths:
3516    M /trunk/include/vlc_modules.h
3517    M /trunk/include/vlc_modules_macros.h
3518    M /trunk/modules/control/rc.c
3519    M /trunk/modules/gui/ncurses.c
3520    M /trunk/modules/gui/qt4/qt4.cpp
3521    M /trunk/modules/gui/skins2/src/skin_main.cpp
3522    M /trunk/modules/gui/wince/wince.cpp
3523    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
3524    M /trunk/modules/misc/dummy/dummy.c
3525    M /trunk/src/libvlc-common.c
3526    M /trunk/src/modules/entry.c
3527    M /trunk/src/modules/modules.c
3528
3529 Remove unneeded psz_program hack.
3530 (Modules that would still depend on module_config_t are not going to like this, but it's not like you weren't warned a long time ahead)
3531
3532 ------------------------------------------------------------------------
3533 r23520 | courmisch | 2007-12-09 22:36:32 +0100 (Sun, 09 Dec 2007) | 2 lines
3534 Changed paths:
3535    M /trunk/Makefile.am
3536    A /trunk/make-alias
3537
3538 Build VLC aliases cleanly (don't need to parse argv[0])
3539
3540 ------------------------------------------------------------------------
3541 r23519 | courmisch | 2007-12-09 21:16:20 +0100 (Sun, 09 Dec 2007) | 2 lines
3542 Changed paths:
3543    M /trunk/configure.ac
3544    M /trunk/modules/gui/qt4/qt4.cpp
3545
3546 Simply X11 Qt4 error detection
3547
3548 ------------------------------------------------------------------------
3549 r23518 | courmisch | 2007-12-09 21:02:03 +0100 (Sun, 09 Dec 2007) | 2 lines
3550 Changed paths:
3551    M /trunk/src/vlc.c
3552
3553 Prevent gettext bug on glibc 2.5 too
3554
3555 ------------------------------------------------------------------------
3556 r23517 | courmisch | 2007-12-09 20:55:16 +0100 (Sun, 09 Dec 2007) | 2 lines
3557 Changed paths:
3558    M /trunk/src/libvlc.h
3559
3560 Do not privatize module_config_t - yet
3561
3562 ------------------------------------------------------------------------
3563 r23516 | funman | 2007-12-09 20:42:02 +0100 (Sun, 09 Dec 2007) | 2 lines
3564 Changed paths:
3565    M /trunk/configure.ac
3566    M /trunk/modules/gui/qt4/qt4.cpp
3567
3568 fix #1382
3569
3570 ------------------------------------------------------------------------
3571 r23515 | courmisch | 2007-12-09 20:33:51 +0100 (Sun, 09 Dec 2007) | 2 lines
3572 Changed paths:
3573    M /trunk/src/Makefile.am
3574    A /trunk/src/config
3575    A /trunk/src/config/chain.c (from /trunk/src/modules/configuration_chain.c:23514)
3576    A /trunk/src/config/cmdline.c (from /trunk/src/modules/configuration.c:23514)
3577    A /trunk/src/config/config.h (from /trunk/src/modules/configuration.h:23514)
3578    A /trunk/src/config/core.c (from /trunk/src/modules/configuration.c:23514)
3579    A /trunk/src/config/file.c (from /trunk/src/modules/configuration.c:23514)
3580    A /trunk/src/config/intf.c (from /trunk/src/modules/configuration.c:23514)
3581    M /trunk/src/libvlc-common.c
3582    D /trunk/src/modules/configuration.c
3583    D /trunk/src/modules/configuration.h
3584    D /trunk/src/modules/configuration_chain.c
3585    M /trunk/src/modules/modules.c
3586    M /trunk/src/playlist/loadsave.c
3587
3588 Split the big config file
3589
3590 ------------------------------------------------------------------------
3591 r23514 | courmisch | 2007-12-09 20:00:25 +0100 (Sun, 09 Dec 2007) | 2 lines
3592 Changed paths:
3593    M /trunk/src/libvlc-common.c
3594
3595 Fix superfluous double init
3596
3597 ------------------------------------------------------------------------
3598 r23513 | courmisch | 2007-12-09 19:59:35 +0100 (Sun, 09 Dec 2007) | 2 lines
3599 Changed paths:
3600    M /trunk/src/modules/configuration_chain.c
3601
3602 Not yet missing #include
3603
3604 ------------------------------------------------------------------------
3605 r23512 | courmisch | 2007-12-09 19:56:09 +0100 (Sun, 09 Dec 2007) | 2 lines
3606 Changed paths:
3607    M /trunk/src/libvlc-common.c
3608
3609 Fix compiler warning
3610
3611 ------------------------------------------------------------------------
3612 r23511 | dionoea | 2007-12-09 19:32:02 +0100 (Sun, 09 Dec 2007) | 2 lines
3613 Changed paths:
3614    M /trunk/share/http-lua/index.html
3615    M /trunk/share/http-lua/mosaic.html
3616    M /trunk/share/http-lua/vlm.html
3617
3618 Really fix charset for http-lua pages (--[[ ]] are block comments in lua so anything inside those isn't taken into account)
3619
3620 ------------------------------------------------------------------------
3621 r23510 | courmisch | 2007-12-09 19:16:15 +0100 (Sun, 09 Dec 2007) | 2 lines
3622 Changed paths:
3623    M /trunk/share/http/flash.html
3624    M /trunk/share/http/index.html
3625    M /trunk/share/http/mosaic.html
3626    M /trunk/share/http/requests/browse.xml
3627    M /trunk/share/http/requests/playlist.xml
3628    M /trunk/share/http/requests/status.xml
3629    M /trunk/share/http/requests/vlm.xml
3630    M /trunk/share/http/requests/vlm_cmd.xml
3631    M /trunk/share/http/vlm.html
3632    M /trunk/share/http-lua/index.html
3633
3634 Fix charset
3635
3636 ------------------------------------------------------------------------
3637 r23509 | courmisch | 2007-12-09 18:39:28 +0100 (Sun, 09 Dec 2007) | 3 lines
3638 Changed paths:
3639    M /trunk/include/vlc_access.h
3640    M /trunk/include/vlc_sout.h
3641    M /trunk/modules/access/cdda/access.c
3642    M /trunk/modules/access/directory.c
3643    M /trunk/modules/access/eyetv.c
3644    M /trunk/modules/access/file.c
3645    M /trunk/modules/access/ftp.c
3646    M /trunk/modules/access/http.c
3647    M /trunk/modules/access/mms/mmsh.c
3648    M /trunk/modules/access/mms/mmstu.c
3649    M /trunk/modules/access/pvr.c
3650    M /trunk/modules/access/smb.c
3651    M /trunk/modules/access/tcp.c
3652    M /trunk/modules/access_filter/bandwidth.c
3653    M /trunk/modules/access_filter/dump.c
3654    M /trunk/modules/access_filter/record.c
3655    M /trunk/modules/access_output/file.c
3656    M /trunk/modules/access_output/http.c
3657    M /trunk/modules/access_output/shout.c
3658    M /trunk/modules/access_output/udp.c
3659    M /trunk/src/stream_output/stream_output.c
3660
3661 Use (s)size_t for pf_read and pf_write.
3662 This is very likely to break .*64 platforms.
3663
3664 ------------------------------------------------------------------------
3665 r23508 | dionoea | 2007-12-09 16:23:06 +0100 (Sun, 09 Dec 2007) | 2 lines
3666 Changed paths:
3667    M /trunk/modules/access/v4l2.c
3668
3669 Add option to reset controls to their default value at runtime. Add "controls-update" variable which is triggered if any of the controls value is changed. Add some comments and change some function names.
3670
3671 ------------------------------------------------------------------------
3672 r23507 | phmo95 | 2007-12-09 15:33:18 +0100 (Sun, 09 Dec 2007) | 1 line
3673 Changed paths:
3674    M /trunk/bindings/java/VLCExample.java
3675    M /trunk/bindings/java/src/video-jni.cc
3676
3677 Update snapshot method.
3678 ------------------------------------------------------------------------
3679 r23506 | phmo95 | 2007-12-09 15:30:57 +0100 (Sun, 09 Dec 2007) | 1 line
3680 Changed paths:
3681    M /trunk/bindings/java/org/videolan/jvlc/Video.java
3682    M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
3683
3684 Update snapshot method.
3685 ------------------------------------------------------------------------
3686 r23504 | Trax | 2007-12-09 01:57:55 +0100 (Sun, 09 Dec 2007) | 1 line
3687 Changed paths:
3688    M /trunk/modules/demux/playlist/m3u.c
3689
3690 * modules/demux/playlist/m3u.c: typo you -> your
3691 ------------------------------------------------------------------------
3692 r23503 | dionoea | 2007-12-09 00:00:51 +0100 (Sun, 09 Dec 2007) | 2 lines
3693 Changed paths:
3694    M /trunk/modules/gui/qt4/components/extended_panels.cpp
3695    M /trunk/modules/gui/qt4/components/extended_panels.hpp
3696
3697 Automatically refresh the v4l2 extended panel on focus.
3698
3699 ------------------------------------------------------------------------
3700 r23502 | dionoea | 2007-12-08 23:19:30 +0100 (Sat, 08 Dec 2007) | 2 lines
3701 Changed paths:
3702    M /trunk/modules/gui/qt4/components/extended_panels.cpp
3703    M /trunk/modules/gui/qt4/components/extended_panels.hpp
3704    M /trunk/modules/gui/qt4/ui/v4l2.ui
3705
3706 Fixes to the v4l2 extended panel (works fine for multiple refreshes).
3707
3708 ------------------------------------------------------------------------
3709 r23501 | jb | 2007-12-08 21:17:24 +0100 (Sat, 08 Dec 2007) | 3 lines
3710 Changed paths:
3711    M /trunk/modules/gui/qt4/Modules.am
3712
3713 Qt4 - Remove useless things from uic output.
3714
3715
3716 ------------------------------------------------------------------------
3717 r23500 | dionoea | 2007-12-08 20:38:49 +0100 (Sat, 08 Dec 2007) | 2 lines
3718 Changed paths:
3719    M /trunk/modules/gui/qt4/Modules.am
3720    M /trunk/modules/gui/qt4/components/extended_panels.cpp
3721    M /trunk/modules/gui/qt4/components/extended_panels.hpp
3722    M /trunk/modules/gui/qt4/dialogs/extended.cpp
3723    A /trunk/modules/gui/qt4/ui/v4l2.ui
3724
3725 Add v4l2 section in extended pannel. The code isn't v4l2 specific at all so it could be adapted for other modules (as long as those define the "controls" variables with a list of controls that can be changed at runtime).
3726
3727 ------------------------------------------------------------------------
3728 r23499 | dionoea | 2007-12-08 18:28:57 +0100 (Sat, 08 Dec 2007) | 2 lines
3729 Changed paths:
3730    M /trunk/modules/access/v4l2.c
3731
3732 Ooops, this wasn't supposed to be here anymore.
3733
3734 ------------------------------------------------------------------------
3735 r23498 | dionoea | 2007-12-08 18:26:20 +0100 (Sat, 08 Dec 2007) | 2 lines
3736 Changed paths:
3737    M /trunk/modules/access/v4l2.c
3738
3739 Rework the v4l2 control handling. Variables corresponding to controls don't have any v4l2 suffix anymore. Variables for custom controls are also created. See "vars v4l2" in the rc interface. The "controls" variables is a list of all controls available. Next step is to use all these changes in the Qt interface to create a v4l2 control pannel.
3740
3741 ------------------------------------------------------------------------
3742 r23497 | dionoea | 2007-12-08 17:53:56 +0100 (Sat, 08 Dec 2007) | 2 lines
3743 Changed paths:
3744    M /trunk/include/vlc_variables.h
3745    M /trunk/src/misc/variables.c
3746
3747 Add VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possible to use VLC_VAR_INHERITVALUE with a 2nd argument which will be used as the variable name to inherit (for example you want to inherit a variable named "v4l2-hue" into a variable named "hue": vlc_value_t val; val.psz_string = strdup( "v4l2-hue" ); var_Change( p_demux, "hue", VLC_VAR_INHERITVALUE, NULL, &val ); free( val.psz_string ); )
3748
3749 ------------------------------------------------------------------------
3750 r23496 | jb | 2007-12-08 05:23:13 +0100 (Sat, 08 Dec 2007) | 3 lines
3751 Changed paths:
3752    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
3753
3754 Qt4 - small cosmetic change.
3755
3756
3757 ------------------------------------------------------------------------
3758 r23495 | jb | 2007-12-08 05:21:02 +0100 (Sat, 08 Dec 2007) | 2 lines
3759 Changed paths:
3760    M /trunk/modules/gui/qt4/components/info_panels.cpp
3761    M /trunk/modules/gui/qt4/components/info_panels.hpp
3762    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
3763    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
3764
3765 Qt4 - MediaInfoPanel, fix a segfault and don't clear() everytime you update and there is no input. :D
3766
3767 ------------------------------------------------------------------------
3768 r23494 | jb | 2007-12-08 05:19:45 +0100 (Sat, 08 Dec 2007) | 3 lines
3769 Changed paths:
3770    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
3771    M /trunk/modules/gui/qt4/components/open_panels.cpp
3772    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
3773    M /trunk/modules/gui/qt4/dialogs/open.cpp
3774    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
3775    M /trunk/modules/gui/qt4/dialogs/sout.cpp
3776    M /trunk/modules/gui/qt4/dialogs_provider.cpp
3777    M /trunk/modules/gui/qt4/input_manager.cpp
3778    M /trunk/modules/gui/qt4/main_interface.cpp
3779    M /trunk/modules/gui/qt4/menus.cpp
3780    M /trunk/modules/gui/qt4/menus.hpp
3781
3782 Qt4 - FIXME and comments fix. If you want to help, just grep -r FIXME *
3783
3784
3785 ------------------------------------------------------------------------
3786 r23493 | gbazin | 2007-12-08 02:23:36 +0100 (Sat, 08 Dec 2007) | 1 line
3787 Changed paths:
3788    M /trunk/modules/access/mms/mmsh.c
3789
3790 * modules/access/mms/mmsh.c: fixed changeset 23489. Please compile before you submit.
3791 ------------------------------------------------------------------------
3792 r23492 | gbazin | 2007-12-08 01:58:18 +0100 (Sat, 08 Dec 2007) | 1 line
3793 Changed paths:
3794    M /trunk/src/audio_output/dec.c
3795
3796 *  src/audio_output/dec.c: revert changeset 22216 which doesn't make any sense whatsoever.
3797 ------------------------------------------------------------------------
3798 r23491 | jpsaman | 2007-12-08 01:08:34 +0100 (Sat, 08 Dec 2007) | 2 lines
3799 Changed paths:
3800    M /trunk/modules/access/mms/mms.c
3801
3802 Little cleanup.
3803
3804 ------------------------------------------------------------------------
3805 r23490 | jpsaman | 2007-12-08 01:08:00 +0100 (Sat, 08 Dec 2007) | 2 lines
3806 Changed paths:
3807    M /trunk/modules/access/mms/asf.c
3808    M /trunk/modules/access/mms/buffer.c
3809
3810 Remove dead code (and commented out fprintf's).
3811
3812 ------------------------------------------------------------------------
3813 r23489 | jpsaman | 2007-12-08 01:06:01 +0100 (Sat, 08 Dec 2007) | 2 lines
3814 Changed paths:
3815    M /trunk/modules/access/mms/mmsh.c
3816
3817 Check malloc return value and cleanup.
3818
3819 ------------------------------------------------------------------------
3820 r23488 | jpsaman | 2007-12-08 01:04:26 +0100 (Sat, 08 Dec 2007) | 1 line
3821 Changed paths:
3822    M /trunk/modules/access/mms/asf.h
3823    M /trunk/modules/access/mms/buffer.h
3824    M /trunk/modules/access/mms/mms.h
3825    M /trunk/modules/access/mms/mmsh.h
3826    M /trunk/modules/access/mms/mmstu.h
3827
3828 Guard headerfiles in modules/access/mms/*.h against multiple inclusions.
3829 ------------------------------------------------------------------------
3830 r23487 | jpsaman | 2007-12-08 01:02:46 +0100 (Sat, 08 Dec 2007) | 1 line
3831 Changed paths:
3832    M /trunk/modules/codec/ffmpeg/mux.c
3833
3834 Remove excess whiteline
3835 ------------------------------------------------------------------------
3836 r23486 | dionoea | 2007-12-07 22:33:16 +0100 (Fri, 07 Dec 2007) | 2 lines
3837 Changed paths:
3838    M /trunk/modules/access/v4l2.c
3839
3840 Change the v4l2-chroma long help string.
3841
3842 ------------------------------------------------------------------------
3843 r23485 | dionoea | 2007-12-07 22:27:03 +0100 (Fri, 07 Dec 2007) | 2 lines
3844 Changed paths:
3845    M /trunk/modules/access/v4l2.c
3846
3847 Add MJPEG support to the v4l2 access (and simplify the buffer size handling code). I now need people with v4l2 compatible devices with JPEG, DV and MPEG support to try to enable those features.
3848
3849 ------------------------------------------------------------------------
3850 r23484 | jb | 2007-12-07 03:59:19 +0100 (Fri, 07 Dec 2007) | 2 lines
3851 Changed paths:
3852    M /trunk/modules/gui/qt4/Modules.am
3853    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
3854    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
3855    M /trunk/modules/gui/qt4/components/playlist/panels.hpp
3856    A /trunk/modules/gui/qt4/components/playlist/playlist.cpp (from /trunk/modules/gui/qt4/components/interface_widgets.cpp:23475)
3857    A /trunk/modules/gui/qt4/components/playlist/playlist.hpp (from /trunk/modules/gui/qt4/components/interface_widgets.hpp:23475)
3858    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
3859    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
3860    M /trunk/modules/gui/qt4/main_interface.cpp
3861
3862 Qt4 - remove PlaylistWidget from interface_widget and move it to its own file in the playlist/
3863
3864 ------------------------------------------------------------------------
3865 r23483 | jpsaman | 2007-12-06 20:08:04 +0100 (Thu, 06 Dec 2007) | 2 lines
3866 Changed paths:
3867    M /trunk/modules/demux/live555.cpp
3868
3869 Cleanup.
3870
3871 ------------------------------------------------------------------------
3872 r23482 | jpsaman | 2007-12-06 18:56:28 +0100 (Thu, 06 Dec 2007) | 1 line
3873 Changed paths:
3874    M /trunk/src/playlist/engine.c
3875
3876 No need to sleep 25 ms, a bit longer will do fine too.
3877 ------------------------------------------------------------------------
3878 r23481 | jpsaman | 2007-12-06 17:26:46 +0100 (Thu, 06 Dec 2007) | 2 lines
3879 Changed paths:
3880    M /trunk/include/vlc_playlist.h
3881    M /trunk/modules/gui/qt4/playlist_model.cpp
3882    M /trunk/src/input/input.c
3883    M /trunk/src/playlist/engine.c
3884
3885 CodingStyle fixes, use ; when using macros and do not write it in the macro definition.
3886
3887 ------------------------------------------------------------------------
3888 r23480 | jpsaman | 2007-12-06 16:33:45 +0100 (Thu, 06 Dec 2007) | 1 line
3889 Changed paths:
3890    M /trunk/src/input/input.c
3891
3892 Don't call input_ChangeState() constantly while being in error state, because it triggers callbacks at each call. This can result in a busy rc interface.
3893 ------------------------------------------------------------------------
3894 r23479 | jpsaman | 2007-12-06 15:35:40 +0100 (Thu, 06 Dec 2007) | 2 lines
3895 Changed paths:
3896    M /trunk/THANKS
3897
3898 Add Remi Duraffort to THANKS file.
3899
3900 ------------------------------------------------------------------------
3901 r23478 | jpsaman | 2007-12-06 15:18:02 +0100 (Thu, 06 Dec 2007) | 2 lines
3902 Changed paths:
3903    M /trunk/modules/gui/qt4/playlist_model.cpp
3904
3905 Patch by Remi Duraffort <ivoire at via.ecp.fr>: Replace fprintf with msg_Err().
3906
3907 ------------------------------------------------------------------------
3908 r23477 | jpsaman | 2007-12-06 12:40:22 +0100 (Thu, 06 Dec 2007) | 2 lines
3909 Changed paths:
3910    M /trunk/modules/video_output/fb.c
3911
3912 Only test the terminal if --fb-tty is used.
3913
3914 ------------------------------------------------------------------------
3915 r23476 | jb | 2007-12-06 09:15:37 +0100 (Thu, 06 Dec 2007) | 3 lines
3916 Changed paths:
3917    M /trunk/modules/gui/qt4/dialogs/extended.cpp
3918    M /trunk/modules/gui/qt4/dialogs/gototime.cpp
3919    M /trunk/modules/gui/qt4/dialogs/gototime.hpp
3920    M /trunk/modules/gui/qt4/dialogs/interaction.cpp
3921    M /trunk/modules/gui/qt4/dialogs/messages.cpp
3922    M /trunk/modules/gui/qt4/dialogs/messages.hpp
3923    M /trunk/modules/gui/qt4/dialogs/open.cpp
3924    M /trunk/modules/gui/qt4/dialogs/open.hpp
3925    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
3926    M /trunk/modules/gui/qt4/dialogs/podcast_configuration.hpp
3927    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
3928    M /trunk/modules/gui/qt4/dialogs/sout.cpp
3929    M /trunk/modules/gui/qt4/dialogs/vlm.cpp
3930    M /trunk/modules/gui/qt4/dialogs/vlm.hpp
3931
3932 Qt4 - Coding style fixes by R?\195?\169mi Duraffort.
3933
3934
3935 ------------------------------------------------------------------------
3936 r23475 | jb | 2007-12-06 09:04:21 +0100 (Thu, 06 Dec 2007) | 3 lines
3937 Changed paths:
3938    M /trunk/modules/gui/qt4/components/info_panels.cpp
3939    M /trunk/modules/gui/qt4/components/info_panels.hpp
3940    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
3941    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
3942    M /trunk/modules/gui/qt4/playlist_model.cpp
3943
3944 Qt4 - MediaInformation, simplification of the states machine, removal of over-complicated methods. Cleaning and other small fixes.
3945 Please report regressions on that part.
3946
3947 ------------------------------------------------------------------------
3948 r23474 | jb | 2007-12-06 09:02:43 +0100 (Thu, 06 Dec 2007) | 3 lines
3949 Changed paths:
3950    M /trunk/modules/gui/qt4/dialogs/extended.cpp
3951
3952 Qt4 - Change the default extended panel size.
3953
3954
3955 ------------------------------------------------------------------------
3956 r23473 | jb | 2007-12-06 09:01:41 +0100 (Thu, 06 Dec 2007) | 2 lines
3957 Changed paths:
3958    M /trunk/modules/gui/qt4/dialogs_provider.hpp
3959
3960 Qt4 - Use enum instead of defines.
3961
3962 ------------------------------------------------------------------------
3963 r23472 | jb | 2007-12-06 09:01:09 +0100 (Thu, 06 Dec 2007) | 2 lines
3964 Changed paths:
3965    M /trunk/modules/gui/qt4/menus.cpp
3966    M /trunk/modules/gui/qt4/menus.hpp
3967
3968 Qt4 Menu macro removal.
3969
3970 ------------------------------------------------------------------------
3971 r23471 | funman | 2007-12-06 02:20:26 +0100 (Thu, 06 Dec 2007) | 1 line
3972 Changed paths:
3973    M /trunk/modules/gui/qt4/qt4.cpp
3974
3975 fix #1382
3976 ------------------------------------------------------------------------
3977 r23468 | hovis | 2007-12-05 23:51:29 +0100 (Wed, 05 Dec 2007) | 3 lines
3978 Changed paths:
3979    M /trunk/modules/access/v4l2.c
3980
3981 v4l2: Workaround misbehaving devices (2 DVB cards in my case)
3982
3983
3984 ------------------------------------------------------------------------
3985 r23467 | fkuehne | 2007-12-05 20:47:10 +0100 (Wed, 05 Dec 2007) | 1 line
3986 Changed paths:
3987    M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
3988
3989 * fix ffmpeg compilation by reverting their revision 11100
3990 ------------------------------------------------------------------------
3991 r23466 | fkuehne | 2007-12-05 20:24:54 +0100 (Wed, 05 Dec 2007) | 1 line
3992 Changed paths:
3993    M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
3994
3995 * first update of our ffmpeg for MacTel patch. Doesn't fully compile yet..
3996 ------------------------------------------------------------------------
3997 r23465 | fkuehne | 2007-12-05 19:24:21 +0100 (Wed, 05 Dec 2007) | 1 line
3998 Changed paths:
3999    M /trunk/extras/contrib/src/Makefile
4000    M /trunk/modules/gui/macosx/about.m
4001
4002 *coughcough*
4003 ------------------------------------------------------------------------
4004 r23464 | xtophe | 2007-12-05 18:31:32 +0100 (Wed, 05 Dec 2007) | 2 lines
4005 Changed paths:
4006    M /trunk/po/POTFILES.in
4007    M /trunk/po/vlc.pot
4008
4009 File names have been modified
4010
4011 ------------------------------------------------------------------------
4012 r23463 | fkuehne | 2007-12-05 18:26:52 +0100 (Wed, 05 Dec 2007) | 1 line
4013 Changed paths:
4014    M /trunk/extras/contrib/src/Makefile
4015    A /trunk/extras/contrib/src/Patches/x264-svn-darwin.patch
4016
4017 * limit x264 to rev 701 for now and apply our patch taken from branch (r23341 and r23322). additionally, checkout stuff from svn instead of exporting. This makes it easier to track useful revisions for releases
4018 ------------------------------------------------------------------------
4019 r23462 | fkuehne | 2007-12-05 18:18:56 +0100 (Wed, 05 Dec 2007) | 1 line
4020 Changed paths:
4021    M /trunk/extras/contrib/src/Patches/libdvdnav.patch
4022
4023 * a part of our patch was submitted upstream
4024 ------------------------------------------------------------------------
4025 r23461 | jb | 2007-12-05 18:08:45 +0100 (Wed, 05 Dec 2007) | 3 lines
4026 Changed paths:
4027    M /trunk/modules/gui/qt4/dialogs/open.cpp
4028    M /trunk/modules/gui/qt4/dialogs/open.hpp
4029
4030 Qt4 - When adding a file to the playlist by clicking on "Read" in the OpenFile dialog, the first time it's ok but the next click you add 2 times and then more times the same file.
4031 Patch from R?\195?\169mi Duraffort.
4032
4033 ------------------------------------------------------------------------
4034 r23460 | jb | 2007-12-05 18:07:05 +0100 (Wed, 05 Dec 2007) | 4 lines
4035 Changed paths:
4036    M /trunk/modules/gui/qt4/dialogs_provider.cpp
4037    M /trunk/modules/gui/qt4/dialogs_provider.hpp
4038    M /trunk/modules/gui/qt4/input_manager.cpp
4039    M /trunk/modules/gui/qt4/input_manager.hpp
4040    M /trunk/modules/gui/qt4/main_interface.cpp
4041    M /trunk/modules/gui/qt4/playlist_model.cpp
4042    M /trunk/modules/gui/qt4/playlist_model.hpp
4043    M /trunk/modules/gui/qt4/qt4.cpp
4044    M /trunk/modules/gui/qt4/qt4.hpp
4045
4046 Qt4 - Typos/Code conventions/spaces/Cleaning.
4047 Patch by R?\195?\169mi Duraffort.
4048
4049
4050 ------------------------------------------------------------------------
4051 r23459 | jb | 2007-12-05 18:05:23 +0100 (Wed, 05 Dec 2007) | 3 lines
4052 Changed paths:
4053    M /trunk/modules/gui/qt4/main_interface.cpp
4054
4055 Qt4 - Space removal
4056 Commit from MIT.
4057
4058 ------------------------------------------------------------------------
4059 r23458 | fkuehne | 2007-12-05 17:27:12 +0100 (Wed, 05 Dec 2007) | 1 line
4060 Changed paths:
4061    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
4062    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
4063
4064 * typo in previous commit
4065 ------------------------------------------------------------------------
4066 r23457 | fkuehne | 2007-12-05 17:25:41 +0100 (Wed, 05 Dec 2007) | 1 line
4067 Changed paths:
4068    M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/classes.nib
4069    M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/info.nib
4070    M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
4071    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
4072    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
4073    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
4074    M /trunk/modules/gui/macosx/about.h
4075    M /trunk/modules/gui/macosx/about.m
4076    M /trunk/modules/gui/macosx/intf.h
4077    M /trunk/modules/gui/macosx/intf.m
4078
4079 * display the GPL in a separate window linked in the About window and the Help menu. Code cleanup (faster and less memory consuming).
4080 ------------------------------------------------------------------------
4081 r23456 | funman | 2007-12-05 14:54:29 +0100 (Wed, 05 Dec 2007) | 1 line
4082 Changed paths:
4083    M /trunk/modules/gui/qt4/dialogs/help.cpp
4084
4085 typo
4086 ------------------------------------------------------------------------
4087 r23455 | jb | 2007-12-05 05:19:26 +0100 (Wed, 05 Dec 2007) | 3 lines
4088 Changed paths:
4089    M /trunk/modules/gui/qt4/menus.cpp
4090    M /trunk/modules/gui/qt4/menus.hpp
4091
4092 Qt4 - Macros removal from menus.hpp... Still some to do. But the biggest are done. Should reduce code size.
4093 Commit from Boston
4094
4095 ------------------------------------------------------------------------
4096 r23454 | fkuehne | 2007-12-04 23:24:18 +0100 (Tue, 04 Dec 2007) | 1 line
4097 Changed paths:
4098    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
4099    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
4100
4101 * store the embedded vout's screen position on quit. Thanks to tomeo on IRC for the hint
4102 ------------------------------------------------------------------------
4103 r23453 | dionoea | 2007-12-04 22:37:50 +0100 (Tue, 04 Dec 2007) | 2 lines
4104 Changed paths:
4105    M /trunk/share/http/requests/vlm.xml
4106
4107 Fixes #1388
4108
4109 ------------------------------------------------------------------------
4110 r23452 | funman | 2007-12-04 21:43:31 +0100 (Tue, 04 Dec 2007) | 1 line
4111 Changed paths:
4112    M /trunk/activex/vlccontrol2.cpp
4113
4114 fix activex compilation
4115 ------------------------------------------------------------------------
4116 r23451 | funman | 2007-12-04 21:01:07 +0100 (Tue, 04 Dec 2007) | 2 lines
4117 Changed paths:
4118    M /trunk/include/vlc/libvlc.h
4119    M /trunk/src/control/video.c
4120
4121 libvlc_video_take_snapshot(): specify snapshot's height and width
4122
4123 ------------------------------------------------------------------------
4124 r23450 | funman | 2007-12-04 19:36:13 +0100 (Tue, 04 Dec 2007) | 2 lines
4125 Changed paths:
4126    M /trunk/include/vlc_osd.h
4127
4128 typo
4129
4130 ------------------------------------------------------------------------
4131 r23449 | jpsaman | 2007-12-04 19:26:30 +0100 (Tue, 04 Dec 2007) | 2 lines
4132 Changed paths:
4133    M /trunk/src/video_output/vout_intf.c
4134
4135 Remove obsolete comment.
4136
4137 ------------------------------------------------------------------------
4138 r23448 | funman | 2007-12-04 16:49:28 +0100 (Tue, 04 Dec 2007) | 3 lines
4139 Changed paths:
4140    M /trunk/src/video_output/vout_intf.c
4141
4142 vout_Snapshot(): hability to specify width & height when the snapshot isn't taken by an object.
4143 Value of 0 for width OR height means that we want to keep the original aspect ratio.
4144
4145 ------------------------------------------------------------------------
4146 r23447 | jb | 2007-12-04 05:10:32 +0100 (Tue, 04 Dec 2007) | 3 lines
4147 Changed paths:
4148    M /trunk/modules/gui/qt4/dialogs/errors.cpp
4149    M /trunk/modules/gui/qt4/dialogs/extended.cpp
4150    M /trunk/modules/gui/qt4/dialogs_provider.cpp
4151    M /trunk/modules/gui/qt4/dialogs_provider.hpp
4152    M /trunk/modules/gui/qt4/menus.cpp
4153
4154 Qt4 - renaming functions cosmetic and KDE/GNome/Windows button fight.
4155
4156
4157 ------------------------------------------------------------------------
4158 r23446 | jpsaman | 2007-12-03 23:39:55 +0100 (Mon, 03 Dec 2007) | 2 lines
4159 Changed paths:
4160    M /trunk/Makefile.am
4161
4162 Revert [23438] because --enable-fast-install does the same.
4163
4164 ------------------------------------------------------------------------
4165 r23445 | pdherbemont | 2007-12-03 22:34:03 +0100 (Mon, 03 Dec 2007) | 2 lines
4166 Changed paths:
4167    M /trunk/src/control/core.c
4168
4169 control/core.c: Use C99's __func__ unstead of gcc's __FUNCTION__ as dionoea requested in libvlc_exception_not_handled(). Make that function static.
4170
4171 ------------------------------------------------------------------------
4172 r23444 | jpsaman | 2007-12-03 17:17:13 +0100 (Mon, 03 Dec 2007) | 2 lines
4173 Changed paths:
4174    M /trunk/extras/contrib/src/Distributions/netbox3.mak
4175
4176 Add image and image2pipe muxers to netbox FFMPEGCONF settings.
4177
4178 ------------------------------------------------------------------------
4179 r23443 | jb | 2007-12-03 15:34:10 +0100 (Mon, 03 Dec 2007) | 3 lines
4180 Changed paths:
4181    M /trunk/modules/gui/qt4/Modules.am
4182    A /trunk/modules/gui/qt4/components/info_panels.cpp (from /trunk/modules/gui/qt4/components/infopanels.cpp:23418)
4183    A /trunk/modules/gui/qt4/components/info_panels.hpp (from /trunk/modules/gui/qt4/components/infopanels.hpp:23418)
4184    D /trunk/modules/gui/qt4/components/infopanels.cpp
4185    D /trunk/modules/gui/qt4/components/infopanels.hpp
4186    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
4187    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
4188
4189 Qt4 - File renaming for consistency.
4190
4191
4192 ------------------------------------------------------------------------
4193 r23442 | jb | 2007-12-03 15:21:35 +0100 (Mon, 03 Dec 2007) | 3 lines
4194 Changed paths:
4195    M /trunk/modules/gui/qt4/Modules.am
4196    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
4197    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
4198    D /trunk/modules/gui/qt4/components/open.cpp
4199    D /trunk/modules/gui/qt4/components/open.hpp
4200    A /trunk/modules/gui/qt4/components/open_panels.cpp (from /trunk/modules/gui/qt4/components/open.cpp:23418)
4201    A /trunk/modules/gui/qt4/components/open_panels.hpp (from /trunk/modules/gui/qt4/components/open.hpp:23418)
4202    M /trunk/modules/gui/qt4/dialogs/open.cpp
4203    M /trunk/modules/gui/qt4/dialogs/open.hpp
4204    M /trunk/modules/gui/qt4/dialogs_provider.cpp
4205    M /trunk/modules/gui/qt4/input_manager.cpp
4206    M /trunk/modules/gui/qt4/input_manager.hpp
4207    M /trunk/modules/gui/qt4/main_interface.cpp
4208    M /trunk/modules/gui/qt4/main_interface.hpp
4209
4210 Qt4 - MainInterface cleaning, FIXME labelling, Simplification, put the delay of status Toolip to 3s, re-ask the privacy dialog if closed the previous time without a correct validation before.
4211 Commit from NYC/NY/Columbia University ;)
4212
4213 ------------------------------------------------------------------------
4214 r23441 | funman | 2007-12-03 15:19:13 +0100 (Mon, 03 Dec 2007) | 2 lines
4215 Changed paths:
4216    M /trunk/modules/misc/dummy/vout.c
4217
4218 Copy [23439] for dummy video output
4219
4220 ------------------------------------------------------------------------
4221 r23440 | jpsaman | 2007-12-03 15:12:09 +0100 (Mon, 03 Dec 2007) | 2 lines
4222 Changed paths:
4223    M /trunk/extras/contrib/src/Distributions/netbox3.mak
4224
4225 Add encoders for bmp, jpeg and png to netbox.
4226
4227 ------------------------------------------------------------------------
4228 r23439 | jpsaman | 2007-12-03 15:04:41 +0100 (Mon, 03 Dec 2007) | 2 lines
4229 Changed paths:
4230    M /trunk/modules/video_output/fb.c
4231
4232 Fix snapshot functionality in video_output/fb.c
4233
4234 ------------------------------------------------------------------------
4235 r23438 | jpsaman | 2007-12-03 11:05:39 +0100 (Mon, 03 Dec 2007) | 2 lines
4236 Changed paths:
4237    M /trunk/Makefile.am
4238
4239 Install .libs/vlc instead of libtool script vlc.
4240
4241 ------------------------------------------------------------------------
4242 r23437 | jpsaman | 2007-12-03 11:05:37 +0100 (Mon, 03 Dec 2007) | 2 lines
4243 Changed paths:
4244    M /trunk/extras/contrib/src/Distributions/netbox3.mak
4245    M /trunk/extras/contrib/src/Makefile
4246
4247 Move distribution specific settings to Distributions/netbox3.mak.
4248
4249 ------------------------------------------------------------------------
4250 r23436 | jpsaman | 2007-12-03 10:48:07 +0100 (Mon, 03 Dec 2007) | 2 lines
4251 Changed paths:
4252    M /trunk/src/libvlc-module.c
4253
4254 Redine menu hotkeys because they collided with other keys.
4255
4256 ------------------------------------------------------------------------
4257 r23435 | pdherbemont | 2007-12-02 22:57:39 +0100 (Sun, 02 Dec 2007) | 2 lines
4258 Changed paths:
4259    M /trunk/src/control/media_list_view.c
4260
4261 control/media_list_view.c: Properly forward item added event to subclasses, and  properly unregister events.
4262
4263 ------------------------------------------------------------------------
4264 r23434 | pdherbemont | 2007-12-02 19:52:50 +0100 (Sun, 02 Dec 2007) | 2 lines
4265 Changed paths:
4266    M /trunk/src/control/core.c
4267
4268 control/core.c: Print an error on not handled libvlc exception. We'd better encourage third parties to take care of error sooner than later.
4269
4270 ------------------------------------------------------------------------
4271 r23433 | hovis | 2007-12-02 19:49:18 +0100 (Sun, 02 Dec 2007) | 1 line
4272 Changed paths:
4273    M /trunk/modules/access/v4l2.c
4274
4275 v4l2: Progress with Alsa.  Sounds much better :-)
4276 ------------------------------------------------------------------------
4277 r23432 | pdherbemont | 2007-12-02 19:35:39 +0100 (Sun, 02 Dec 2007) | 2 lines
4278 Changed paths:
4279    M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
4280
4281 MacOSX/Framework/VLCEventManager.m: Remove unuseful ;.
4282
4283 ------------------------------------------------------------------------
4284 r23431 | pdherbemont | 2007-12-02 19:20:54 +0100 (Sun, 02 Dec 2007) | 2 lines
4285 Changed paths:
4286    M /trunk/src/control/event.c
4287
4288 control/event.c: Print the event string description on error, instead of its numerical type.
4289
4290 ------------------------------------------------------------------------
4291 r23430 | hovis | 2007-12-02 17:17:06 +0100 (Sun, 02 Dec 2007) | 1 line
4292 Changed paths:
4293    M /trunk/modules/access/v4l2.c
4294
4295 v4l2: Fixed Gamma.
4296 ------------------------------------------------------------------------
4297 r23429 | dionoea | 2007-12-02 15:41:23 +0100 (Sun, 02 Dec 2007) | 4 lines
4298 Changed paths:
4299    M /trunk/modules/access/v4l2.c
4300
4301 Fix menu control value display code.
4302 Display current control value in VideoControlList.
4303 Add option to reset all video controls to their default value on startup.
4304
4305 ------------------------------------------------------------------------
4306 r23428 | dionoea | 2007-12-02 15:14:50 +0100 (Sun, 02 Dec 2007) | 2 lines
4307 Changed paths:
4308    M /trunk/modules/access/v4l2.c
4309
4310 Add "videocontrol" command variable to issue controls other than those which we explicitly support. For example, "@v4l2 videocontrol 8000002 30" changes the sharpness to something horrible on my webcam.
4311
4312 ------------------------------------------------------------------------
4313 r23427 | dionoea | 2007-12-02 15:04:32 +0100 (Sun, 02 Dec 2007) | 2 lines
4314 Changed paths:
4315    M /trunk/modules/access/v4l2.c
4316
4317 Add v4l2-gamma control. Also print control details for private controls.
4318
4319 ------------------------------------------------------------------------
4320 r23426 | hovis | 2007-12-02 13:53:35 +0100 (Sun, 02 Dec 2007) | 1 line
4321 Changed paths:
4322    M /trunk/modules/access/v4l2.c
4323
4324 v4l2: Fixed dynamic video metric updates.  Better handling of defaults.
4325 ------------------------------------------------------------------------
4326 r23425 | hovis | 2007-12-02 01:13:45 +0100 (Sun, 02 Dec 2007) | 1 line
4327 Changed paths:
4328    M /trunk/modules/access/v4l2.c
4329
4330 v4l2: Fixed VideoControlList.
4331 ------------------------------------------------------------------------
4332 r23424 | funman | 2007-12-02 00:41:47 +0100 (Sun, 02 Dec 2007) | 2 lines
4333 Changed paths:
4334    M /trunk/src/text/strings.c
4335
4336 vlc_b64_decode_binary_to_buffer(): i_dst is the size of the destination buffer, not the source buffer
4337
4338 ------------------------------------------------------------------------
4339 r23423 | dionoea | 2007-12-02 00:41:40 +0100 (Sun, 02 Dec 2007) | 2 lines
4340 Changed paths:
4341    M /trunk/modules/access/v4l2.c
4342
4343 Don't fail launching the video device if a video control failed. Update the hue/saturation/brightness/contrast values in the callback before issue the video control. (I haven't been able to test yet due to lack of hardware)
4344
4345 ------------------------------------------------------------------------
4346 r23422 | dionoea | 2007-12-01 18:00:20 +0100 (Sat, 01 Dec 2007) | 2 lines
4347 Changed paths:
4348    M /trunk/modules/access/v4l2.c
4349
4350 Factorise the Video Control code. List all available controls in debug messages. Add a callback to update those we already support on the flag (doesn't work properly yet, it might need a restart or something and people on #v4l aren't really helpfull).
4351
4352 ------------------------------------------------------------------------
4353 r23421 | dionoea | 2007-12-01 16:38:05 +0100 (Sat, 01 Dec 2007) | 2 lines
4354 Changed paths:
4355    M /trunk/modules/access/v4l2.c
4356
4357 Don't compile any of the alsa audio input code if HAVE_ALSA isn't defined. This mainly removes the --v4l2-alsa option if alsa devlopement headers aren't available.
4358
4359 ------------------------------------------------------------------------
4360 r23420 | funman | 2007-12-01 10:19:00 +0100 (Sat, 01 Dec 2007) | 1 line
4361 Changed paths:
4362    M /trunk/src/misc/update.c
4363
4364 oops
4365 ------------------------------------------------------------------------
4366 r23419 | jb | 2007-12-01 05:43:37 +0100 (Sat, 01 Dec 2007) | 2 lines
4367 Changed paths:
4368    M /trunk/modules/gui/qt4/pixmaps/volume-slider-inside.png
4369    M /trunk/modules/gui/qt4/pixmaps/volume-slider-outside.png
4370
4371 triangle for the volume... A bit less ugly.
4372
4373 ------------------------------------------------------------------------
4374 r23418 | xtophe | 2007-11-30 18:47:58 +0100 (Fri, 30 Nov 2007) | 2 lines
4375 Changed paths:
4376    M /trunk/doc/release-howto.txt
4377
4378 Try to avoid leak
4379
4380 ------------------------------------------------------------------------
4381 r23417 | Trax | 2007-11-30 18:35:54 +0100 (Fri, 30 Nov 2007) | 1 line
4382 Changed paths:
4383    M /trunk/NEWS
4384
4385 * NEWS: sync with 0.8.6d
4386 ------------------------------------------------------------------------
4387 r23415 | pdherbemont | 2007-11-30 16:23:31 +0100 (Fri, 30 Nov 2007) | 2 lines
4388 Changed paths:
4389    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
4390
4391 MacOSX/Framework/VLCMediaList.m: Don't lock in initMediaListInternal, we risk double lock.
4392
4393 ------------------------------------------------------------------------
4394 r23414 | jb | 2007-11-30 09:33:39 +0100 (Fri, 30 Nov 2007) | 3 lines
4395 Changed paths:
4396    M /trunk/modules/misc/inhibit.c
4397
4398 Yet another one from Philipp Weissenbacher.
4399
4400
4401 ------------------------------------------------------------------------
4402 r23413 | jb | 2007-11-30 09:14:10 +0100 (Fri, 30 Nov 2007) | 3 lines
4403 Changed paths:
4404    M /trunk/modules/video_filter/seamcarving.c
4405
4406 Typo spotted by Philipp Weisenbacher.
4407
4408
4409 ------------------------------------------------------------------------
4410 r23412 | xtophe | 2007-11-29 23:36:59 +0100 (Thu, 29 Nov 2007) | 1 line
4411 Changed paths:
4412    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
4413
4414 Typo
4415 ------------------------------------------------------------------------
4416 r23411 | xtophe | 2007-11-29 23:30:34 +0100 (Thu, 29 Nov 2007) | 2 lines
4417 Changed paths:
4418    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
4419    M /trunk/modules/gui/qt4/ui/sprefs_video.ui
4420
4421 No need to have overlay twice in the preferences
4422
4423 ------------------------------------------------------------------------
4424 r23410 | xtophe | 2007-11-29 23:22:40 +0100 (Thu, 29 Nov 2007) | 2 lines
4425 Changed paths:
4426    M /trunk/THANKS
4427    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
4428
4429 Improve stability of the preferences dialog. Patch by Andre Weber
4430
4431 ------------------------------------------------------------------------
4432 r23409 | courmisch | 2007-11-29 19:39:24 +0100 (Thu, 29 Nov 2007) | 2 lines
4433 Changed paths:
4434    M /trunk/src/input/stream.c
4435
4436 Typo
4437
4438 ------------------------------------------------------------------------
4439 r23408 | hovis | 2007-11-29 17:07:22 +0100 (Thu, 29 Nov 2007) | 1 line
4440 Changed paths:
4441    M /trunk/configure.ac
4442    M /trunk/modules/access/v4l2.c
4443
4444 v4l2: Experimental ALSA input support.  Currently non functional.  Still defaults to OSS.
4445 ------------------------------------------------------------------------
4446 r23407 | jpsaman | 2007-11-29 16:16:37 +0100 (Thu, 29 Nov 2007) | 2 lines
4447 Changed paths:
4448    M /trunk/src/video_output/vout_subpictures.c
4449
4450 Fix devision by zero in spu_RenderSubpictures.
4451
4452 ------------------------------------------------------------------------
4453 r23406 | jpsaman | 2007-11-29 16:16:35 +0100 (Thu, 29 Nov 2007) | 2 lines
4454 Changed paths:
4455    M /trunk/configure.ac
4456
4457 Remove stray character after testing for enable-libgcrypt and enable_gnutls.
4458
4459 ------------------------------------------------------------------------
4460 r23405 | jpsaman | 2007-11-29 16:16:32 +0100 (Thu, 29 Nov 2007) | 2 lines
4461 Changed paths:
4462    M /trunk/modules/demux/live555.cpp
4463
4464 Be more carefull on when rtpInfo timestamps should be set.
4465
4466 ------------------------------------------------------------------------
4467 r23404 | funman | 2007-11-29 03:20:36 +0100 (Thu, 29 Nov 2007) | 1 line
4468 Changed paths:
4469    M /trunk/modules/gui/qt4/dialogs/help.cpp
4470
4471 qt4 update: don't crash if there was a problem with update_New()
4472 ------------------------------------------------------------------------
4473 r23403 | pdherbemont | 2007-11-29 00:33:24 +0100 (Thu, 29 Nov 2007) | 2 lines
4474 Changed paths:
4475    M /trunk/src/libvlc-common.c
4476
4477 src/libvlc-common.c: Only print a piece of Info about cvlc if we are using 'vlc'.
4478
4479 ------------------------------------------------------------------------
4480 r23402 | pdherbemont | 2007-11-29 00:22:01 +0100 (Thu, 29 Nov 2007) | 2 lines
4481 Changed paths:
4482    M /trunk/extras/MacOSX/Framework/Pre-Compile.sh
4483    M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
4484
4485 MacOSX/Framework: Minimizes Package Size. only copy the libraries that the vlc modules need. (Patch by Enrique Osuna).
4486
4487 ------------------------------------------------------------------------
4488 r23401 | funman | 2007-11-28 21:28:55 +0100 (Wed, 28 Nov 2007) | 1 line
4489 Changed paths:
4490    M /trunk/include/vlc/libvlc.h
4491
4492 Avoid C++ comments be compatible with C ANSI
4493 ------------------------------------------------------------------------
4494 r23400 | courmisch | 2007-11-28 20:02:43 +0100 (Wed, 28 Nov 2007) | 2 lines
4495 Changed paths:
4496    M /trunk/m4/Makefile.am
4497    D /trunk/m4/libgcrypt.m4
4498
4499 Remove silly m4 file. I'd rather use UPTODATE version on my system than some crap from VLC tree
4500
4501 ------------------------------------------------------------------------
4502 r23399 | courmisch | 2007-11-28 20:00:12 +0100 (Wed, 28 Nov 2007) | 2 lines
4503 Changed paths:
4504    M /trunk/include/vlc_config.h
4505
4506 Default DVD to NULL for autodetection (hmm...)
4507
4508 ------------------------------------------------------------------------
4509 r23398 | funman | 2007-11-28 19:58:06 +0100 (Wed, 28 Nov 2007) | 4 lines
4510 Changed paths:
4511    M /trunk/m4/Makefile.am
4512    A /trunk/m4/libgcrypt.m4
4513    M /trunk/modules/gui/qt4/Modules.am
4514    M /trunk/share/Makefile.am
4515
4516 Adds some missing files to dist target (blaming j-b & dionoea)
4517 Adds libgcrypt.m4 for systems running autotools without libgcrypt-dev installed
4518 Prefers tabs over spaces in Makefiles
4519
4520 ------------------------------------------------------------------------
4521 r23397 | courmisch | 2007-11-28 19:52:19 +0100 (Wed, 28 Nov 2007) | 2 lines
4522 Changed paths:
4523    M /trunk/include/vlc_config.h
4524
4525 Typo
4526
4527 ------------------------------------------------------------------------
4528 r23396 | courmisch | 2007-11-28 19:38:36 +0100 (Wed, 28 Nov 2007) | 2 lines
4529 Changed paths:
4530    M /trunk/include/vlc_config.h
4531    M /trunk/src/libvlc-module.c
4532
4533 Set default DVD defice
4534
4535 ------------------------------------------------------------------------
4536 r23395 | courmisch | 2007-11-28 19:05:08 +0100 (Wed, 28 Nov 2007) | 2 lines
4537 Changed paths:
4538    M /trunk/modules/access/screen/win32.c
4539
4540 Compile fix
4541
4542 ------------------------------------------------------------------------
4543 r23394 | courmisch | 2007-11-28 19:01:32 +0100 (Wed, 28 Nov 2007) | 2 lines
4544 Changed paths:
4545    M /trunk/include/vlc_objects.h
4546
4547 Ordering
4548
4549 ------------------------------------------------------------------------
4550 r23393 | courmisch | 2007-11-28 18:50:22 +0100 (Wed, 28 Nov 2007) | 2 lines
4551 Changed paths:
4552    M /trunk/include/vlc_objects.h
4553    M /trunk/modules/misc/screensaver.c
4554    M /trunk/src/libvlc.sym
4555    M /trunk/src/misc/objects.c
4556
4557 Fix screensaver deadlock if terminating as soon the interface is created - closes #1363
4558
4559 ------------------------------------------------------------------------
4560 r23392 | funman | 2007-11-28 18:29:27 +0100 (Wed, 28 Nov 2007) | 1 line
4561 Changed paths:
4562    M /trunk/modules/misc/screensaver.c
4563
4564 revert [23385]. make sure the object is locked when we enter the thread
4565 ------------------------------------------------------------------------
4566 r23391 | courmisch | 2007-11-28 18:23:39 +0100 (Wed, 28 Nov 2007) | 2 lines
4567 Changed paths:
4568    M /trunk/NEWS
4569    M /trunk/src/vlc.c
4570
4571 Lets assume glibc 2.8 will work properly when it's out (though I doubt it)
4572
4573 ------------------------------------------------------------------------
4574 r23390 | fkuehne | 2007-11-28 16:20:56 +0100 (Wed, 28 Nov 2007) | 1 line
4575 Changed paths:
4576    M /trunk/configure.ac
4577
4578 * automagically assume --with-macosx-sdk
4579 ------------------------------------------------------------------------
4580 r23389 | xtophe | 2007-11-27 23:55:37 +0100 (Tue, 27 Nov 2007) | 2 lines
4581 Changed paths:
4582    M /trunk/configure.ac
4583
4584 Defines nvlc aliases in all cases
4585
4586 ------------------------------------------------------------------------
4587 r23387 | xtophe | 2007-11-27 22:33:52 +0100 (Tue, 27 Nov 2007) | 2 lines
4588 Changed paths:
4589    M /trunk/modules/gui/qt4/dialogs/open.cpp
4590
4591 Fix segfault when canceling the open dialog. Patch by R?\195?\169mi Duraffort.
4592
4593 ------------------------------------------------------------------------
4594 r23386 | courmisch | 2007-11-27 21:11:16 +0100 (Tue, 27 Nov 2007) | 2 lines
4595 Changed paths:
4596    M /trunk/src/vlc.c
4597
4598 Horrific kludge to prevent awfully crappy glibc from crashing VLC all the time.
4599
4600 ------------------------------------------------------------------------
4601 r23385 | funman | 2007-11-27 20:47:57 +0100 (Tue, 27 Nov 2007) | 1 line
4602 Changed paths:
4603    M /trunk/modules/misc/screensaver.c
4604
4605 fix make check
4606 ------------------------------------------------------------------------
4607 r23384 | courmisch | 2007-11-27 20:39:23 +0100 (Tue, 27 Nov 2007) | 2 lines
4608 Changed paths:
4609    M /trunk/modules/access/file.c
4610
4611 typo
4612
4613 ------------------------------------------------------------------------
4614 r23383 | courmisch | 2007-11-27 20:39:05 +0100 (Tue, 27 Nov 2007) | 2 lines
4615 Changed paths:
4616    M /trunk/modules/access/file.c
4617
4618 Better error handling
4619
4620 ------------------------------------------------------------------------
4621 r23378 | courmisch | 2007-11-27 19:17:13 +0100 (Tue, 27 Nov 2007) | 2 lines
4622 Changed paths:
4623    M /trunk/modules/access/file.c
4624
4625 Don't use MAP_POPULATE
4626
4627 ------------------------------------------------------------------------
4628 r23377 | courmisch | 2007-11-27 19:08:25 +0100 (Tue, 27 Nov 2007) | 2 lines
4629 Changed paths:
4630    M /trunk/modules/access/file.c
4631
4632 Fix EOF check and remove fprintf
4633
4634 ------------------------------------------------------------------------
4635 r23374 | hovis | 2007-11-27 17:44:13 +0100 (Tue, 27 Nov 2007) | 1 line
4636 Changed paths:
4637    M /trunk/modules/access/v4l2.c
4638
4639 v4l2: Support for setting brightness, contrast, saturation and hue (if supported by device)
4640 ------------------------------------------------------------------------
4641 r23372 | ileoo | 2007-11-27 13:43:54 +0100 (Tue, 27 Nov 2007) | 2 lines
4642 Changed paths:
4643    M /trunk/modules/access/file.c
4644
4645 oneliner to fix i_pos updating. works for me.
4646
4647 ------------------------------------------------------------------------
4648 r23371 | hovis | 2007-11-27 13:13:18 +0100 (Tue, 27 Nov 2007) | 1 line
4649 Changed paths:
4650    M /trunk/modules/access/v4l2.c
4651
4652 v4l2: Cosmetics.
4653 ------------------------------------------------------------------------
4654 r23370 | hovis | 2007-11-27 13:06:05 +0100 (Tue, 27 Nov 2007) | 1 line
4655 Changed paths:
4656    M /trunk/modules/access/v4l2.c
4657
4658 Fixed warnings.
4659 ------------------------------------------------------------------------
4660 r23367 | courmisch | 2007-11-26 22:02:27 +0100 (Mon, 26 Nov 2007) | 2 lines
4661 Changed paths:
4662    M /trunk/modules/access/file.c
4663
4664 Don't bother seeking when using mmap
4665
4666 ------------------------------------------------------------------------
4667 r23366 | courmisch | 2007-11-26 22:01:13 +0100 (Mon, 26 Nov 2007) | 2 lines
4668 Changed paths:
4669    M /trunk/modules/access/file.c
4670
4671 Fix file position update
4672
4673 ------------------------------------------------------------------------
4674 r23365 | courmisch | 2007-11-26 21:56:49 +0100 (Mon, 26 Nov 2007) | 2 lines
4675 Changed paths:
4676    M /trunk/modules/access/file.c
4677
4678 typo
4679
4680 ------------------------------------------------------------------------
4681 r23364 | courmisch | 2007-11-26 21:27:15 +0100 (Mon, 26 Nov 2007) | 2 lines
4682 Changed paths:
4683    M /trunk/modules/access/file.c
4684
4685 Memory mapped file input
4686
4687 ------------------------------------------------------------------------
4688 r23363 | courmisch | 2007-11-26 21:26:28 +0100 (Mon, 26 Nov 2007) | 2 lines
4689 Changed paths:
4690    M /trunk/modules/stream_out/transcode.c
4691
4692 Compile fix
4693
4694 ------------------------------------------------------------------------
4695 r23361 | courmisch | 2007-11-26 20:18:23 +0100 (Mon, 26 Nov 2007) | 2 lines
4696 Changed paths:
4697    M /trunk/include/vlc_block.h
4698    M /trunk/modules/access/screen/win32.c
4699    M /trunk/src/libvlc.sym
4700    M /trunk/src/misc/block.c
4701
4702 Cleanup custom block allocation
4703
4704 ------------------------------------------------------------------------
4705 r23359 | courmisch | 2007-11-26 19:53:28 +0100 (Mon, 26 Nov 2007) | 2 lines
4706 Changed paths:
4707    M /trunk/configure.ac
4708
4709 We've had fun breaking the ABI...
4710
4711 ------------------------------------------------------------------------
4712 r23358 | courmisch | 2007-11-26 19:52:41 +0100 (Mon, 26 Nov 2007) | 2 lines
4713 Changed paths:
4714    M /trunk/include/vlc_block.h
4715    M /trunk/modules/access/screen/win32.c
4716    M /trunk/src/misc/block.c
4717
4718 Remove block_t->p_sys, which is not really needed either.
4719
4720 ------------------------------------------------------------------------
4721 r23355 | courmisch | 2007-11-26 19:40:44 +0100 (Mon, 26 Nov 2007) | 2 lines
4722 Changed paths:
4723    M /trunk/src/misc/block.c
4724
4725 Save one pointer and dereference in the block core
4726
4727 ------------------------------------------------------------------------
4728 r23354 | courmisch | 2007-11-26 19:37:34 +0100 (Mon, 26 Nov 2007) | 2 lines
4729 Changed paths:
4730    M /trunk/include/vlc_block.h
4731    M /trunk/modules/access/screen/win32.c
4732    M /trunk/src/misc/block.c
4733
4734 Remove the unused manager from block_t
4735
4736 ------------------------------------------------------------------------
4737 r23353 | jb | 2007-11-26 19:36:45 +0100 (Mon, 26 Nov 2007) | 2 lines
4738 Changed paths:
4739    M /trunk/modules/gui/qt4/util/input_slider.cpp
4740
4741 Qt4 - Volume slider, move the slider when only clicked on it as ivoire requested.
4742
4743 ------------------------------------------------------------------------
4744 r23352 | Trax | 2007-11-26 19:28:56 +0100 (Mon, 26 Nov 2007) | 1 line
4745 Changed paths:
4746    M /trunk/modules/access_output/shout.c
4747
4748 * modules/access_output/shout.c: Remove sleep for reconnect; this does not allow for a graceful exit during the wait. A reconnect interval which increments x2 every failed reconnect still needs to be implemented (and eventually errors out after a max interval if upstream server doesn't come back).
4749 ------------------------------------------------------------------------
4750 r23351 | courmisch | 2007-11-26 17:30:25 +0100 (Mon, 26 Nov 2007) | 3 lines
4751 Changed paths:
4752    M /trunk/include/vlc_block.h
4753    M /trunk/src/misc/block.c
4754
4755 Use (s)size_t in block_t.
4756 /!\ This breaks the plugin ABI on LP64 platforms
4757
4758 ------------------------------------------------------------------------
4759 r23350 | funman | 2007-11-26 15:23:07 +0100 (Mon, 26 Nov 2007) | 1 line
4760 Changed paths:
4761    M /trunk/modules/misc/audioscrobbler.c
4762
4763 audioscrobbler: use psz_md5_hash()
4764 ------------------------------------------------------------------------
4765 r23349 | funman | 2007-11-26 15:18:57 +0100 (Mon, 26 Nov 2007) | 1 line
4766 Changed paths:
4767    M /trunk/src/misc/update.c
4768
4769 forget a parameter in msg_Err
4770 ------------------------------------------------------------------------
4771 r23348 | funman | 2007-11-26 15:10:30 +0100 (Mon, 26 Nov 2007) | 1 line
4772 Changed paths:
4773    M /trunk/src/misc/update.c
4774
4775 fix compilation on Linux
4776 ------------------------------------------------------------------------
4777 r23347 | funman | 2007-11-26 15:00:39 +0100 (Mon, 26 Nov 2007) | 2 lines
4778 Changed paths:
4779    M /trunk/include/vlc_arrays.h
4780    M /trunk/include/vlc_devices.h
4781    M /trunk/include/vlc_epg.h
4782    M /trunk/include/vlc_md5.h
4783    M /trunk/include/vlc_streaming.h
4784    M /trunk/include/vlc_update.h
4785    M /trunk/src/misc/update.c
4786
4787 update: performs size and m5 checksum verification (untested)
4788
4789 ------------------------------------------------------------------------
4790 r23339 | jb | 2007-11-26 09:17:23 +0100 (Mon, 26 Nov 2007) | 3 lines
4791 Changed paths:
4792    M /trunk/modules/gui/qt4/components/extended_panels.cpp
4793    M /trunk/modules/gui/qt4/components/infopanels.hpp
4794    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
4795    M /trunk/modules/gui/qt4/components/open.cpp
4796    M /trunk/modules/gui/qt4/dialogs/extended.cpp
4797    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
4798    M /trunk/modules/gui/qt4/dialogs/open.cpp
4799    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
4800    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
4801    M /trunk/modules/gui/qt4/dialogs/sout.cpp
4802    M /trunk/modules/gui/qt4/dialogs/vlm.hpp
4803    M /trunk/modules/gui/qt4/main_interface.cpp
4804    M /trunk/modules/gui/qt4/qt4.cpp
4805    M /trunk/modules/gui/qt4/util/input_slider.cpp
4806
4807 Qt4 - Cleaning trailing spaces...
4808
4809
4810 ------------------------------------------------------------------------
4811 r23338 | jb | 2007-11-26 09:10:01 +0100 (Mon, 26 Nov 2007) | 3 lines
4812 Changed paths:
4813    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
4814    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
4815    M /trunk/modules/gui/qt4/dialogs/extended.cpp
4816    M /trunk/modules/gui/qt4/dialogs/extended.hpp
4817    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
4818    M /trunk/modules/gui/qt4/main_interface.cpp
4819    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
4820
4821 Qt4 - saving size, position for the playlist and the extended panels.
4822 Be careful, if you have a config file, you may need to clean it.
4823
4824 ------------------------------------------------------------------------
4825 r23337 | jb | 2007-11-26 09:08:33 +0100 (Mon, 26 Nov 2007) | 3 lines
4826 Changed paths:
4827    M /trunk/modules/gui/qt4/pixmaps/volume-slider-outside.png
4828    M /trunk/modules/gui/qt4/pixmaps/volume-slider.svg
4829
4830 Qt4 - pixmap update.
4831
4832
4833 ------------------------------------------------------------------------
4834 r23336 | jb | 2007-11-26 08:09:30 +0100 (Mon, 26 Nov 2007) | 2 lines
4835 Changed paths:
4836    M /trunk/modules/gui/qt4/main_interface.cpp
4837
4838 Qt4 - Avoid segfault on exist if the playlist was never called, during the saving before exit. Bug re-introduced in 23333.
4839
4840 ------------------------------------------------------------------------
4841 r23335 | jb | 2007-11-26 07:58:18 +0100 (Mon, 26 Nov 2007) | 3 lines
4842 Changed paths:
4843    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
4844    M /trunk/modules/gui/qt4/util/input_slider.cpp
4845
4846 Qt4 - Make the gradient fit INSIDE the boundaries...
4847
4848
4849 ------------------------------------------------------------------------
4850 r23334 | jb | 2007-11-26 07:45:58 +0100 (Mon, 26 Nov 2007) | 2 lines
4851 Changed paths:
4852    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
4853    A /trunk/modules/gui/qt4/pixmaps/volume-slider-inside.png
4854    A /trunk/modules/gui/qt4/pixmaps/volume-slider-outside.png
4855    A /trunk/modules/gui/qt4/pixmaps/volume-slider.svg
4856    M /trunk/modules/gui/qt4/res.qrc
4857    M /trunk/modules/gui/qt4/util/input_slider.cpp
4858    M /trunk/modules/gui/qt4/util/input_slider.hpp
4859
4860 Qt4 - Did you really think I couldn't do more ugly ???? 
4861
4862 ------------------------------------------------------------------------
4863 r23333 | jb | 2007-11-26 07:21:54 +0100 (Mon, 26 Nov 2007) | 2 lines
4864 Changed paths:
4865    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
4866    M /trunk/modules/gui/qt4/main_interface.cpp
4867
4868 Qt4 - MainInterface, correct the resizing when docking the playlist for the first time. Remove some dead code... Not finished yet... Feel free to fix, but not to break :D
4869
4870 ------------------------------------------------------------------------
4871 r23324 | xtophe | 2007-11-25 17:04:21 +0100 (Sun, 25 Nov 2007) | 2 lines
4872 Changed paths:
4873    M /trunk/modules/gui/qt4/main_interface.cpp
4874
4875 Avoid segfault
4876
4877 ------------------------------------------------------------------------
4878 r23321 | dionoea | 2007-11-25 16:48:47 +0100 (Sun, 25 Nov 2007) | 2 lines
4879 Changed paths:
4880    M /trunk/src/playlist/search.c
4881
4882 Hide nodes which don't match the search string and don't have any children matching the search string when performing a playlist search.
4883
4884 ------------------------------------------------------------------------
4885 r23320 | dionoea | 2007-11-25 14:32:20 +0100 (Sun, 25 Nov 2007) | 2 lines
4886 Changed paths:
4887    M /trunk/configure.ac
4888    M /trunk/modules/video_chroma/Modules.am
4889    A /trunk/modules/video_chroma/i422_i420.c (from /trunk/modules/video_chroma/i422_yuy2.c:23043)
4890    M /trunk/modules/video_chroma/i422_yuy2.c
4891
4892 Split i422->packed YUV and i422->planar YUV. Add i422->YUVA. This still needs some testing.
4893
4894 ------------------------------------------------------------------------
4895 r23318 | Trax | 2007-11-25 13:40:20 +0100 (Sun, 25 Nov 2007) | 1 line
4896 Changed paths:
4897    M /trunk/modules/access_output/shout.c
4898
4899 * modules/access_output/shout.c: automatic reconnect to server at startup.
4900 ------------------------------------------------------------------------
4901 r23317 | Trax | 2007-11-25 11:26:42 +0100 (Sun, 25 Nov 2007) | 1 line
4902 Changed paths:
4903    M /trunk/modules/access_output/shout.c
4904
4905 * modules/access_output/shout.c: let this be a lesson for all you kids out there - think before.. ehr.. sync before you shout! (in case the buffer isn't empty after reconnect approach, allows for smoother transition).
4906 ------------------------------------------------------------------------
4907 r23316 | jb | 2007-11-25 10:33:08 +0100 (Sun, 25 Nov 2007) | 3 lines
4908 Changed paths:
4909    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
4910
4911 Qt4 - small cosmetic for the playlist.
4912
4913
4914 ------------------------------------------------------------------------
4915 r23315 | jb | 2007-11-25 10:18:25 +0100 (Sun, 25 Nov 2007) | 3 lines
4916 Changed paths:
4917    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
4918    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
4919    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
4920    M /trunk/modules/gui/qt4/dialogs/playlist.hpp
4921    M /trunk/modules/gui/qt4/main_interface.cpp
4922    M /trunk/modules/gui/qt4/main_interface.hpp
4923
4924 Qt4 - lame attempt for the resizing of the interface.
4925
4926
4927 ------------------------------------------------------------------------
4928 r23314 | Trax | 2007-11-25 06:34:58 +0100 (Sun, 25 Nov 2007) | 1 line
4929 Changed paths:
4930    M /trunk/modules/codec/dmo/dmo.c
4931
4932 * modules/codec/dmo/dmo.c: add some missing fourcc capitalization
4933 ------------------------------------------------------------------------
4934 r23313 | bitmap | 2007-11-25 06:05:09 +0100 (Sun, 25 Nov 2007) | 3 lines
4935 Changed paths:
4936    M /trunk/modules/misc/freetype.c
4937
4938 Try to protect more than one instance of FontBuilder from running at a time -
4939 attempt to fix issues with segfault reported on list
4940
4941 ------------------------------------------------------------------------
4942 r23312 | jb | 2007-11-25 01:56:41 +0100 (Sun, 25 Nov 2007) | 2 lines
4943 Changed paths:
4944    M /trunk/modules/gui/qt4/dialogs/extended.cpp
4945    M /trunk/modules/gui/qt4/ui/video_effects.ui
4946
4947 Qt4 - Extended: manage correctly the margin.
4948
4949 ------------------------------------------------------------------------
4950 r23311 | dionoea | 2007-11-25 00:20:47 +0100 (Sun, 25 Nov 2007) | 2 lines
4951 Changed paths:
4952    M /trunk/modules/video_filter/ripple.c
4953    M /trunk/modules/video_filter/wave.c
4954
4955 Wave and ripple should now behave correctly for chromas where pixels can take more than 1 byte in a row (like RV32).
4956
4957 ------------------------------------------------------------------------
4958 r23310 | dionoea | 2007-11-24 23:24:34 +0100 (Sat, 24 Nov 2007) | 2 lines
4959 Changed paths:
4960    M /trunk/modules/access/v4l2.c
4961
4962 v4l2: Since the frame size and frame intervals ioctls are new in Linux 2.6.19, add some ifdef stuff to make sure that this still compiles on older kernels.
4963
4964 ------------------------------------------------------------------------
4965 r23309 | dionoea | 2007-11-24 23:17:27 +0100 (Sat, 24 Nov 2007) | 2 lines
4966 Changed paths:
4967    M /trunk/modules/access/v4l2.c
4968
4969 v4l2: Display supported frame interval (inverse frame rate) for chosen chroma and resolution in debug output.
4970
4971 ------------------------------------------------------------------------
4972 r23308 | dionoea | 2007-11-24 22:57:33 +0100 (Sat, 24 Nov 2007) | 2 lines
4973 Changed paths:
4974    M /trunk/modules/access/v4l2.c
4975
4976 v4l2: Display supported framesizes in debug.
4977
4978 ------------------------------------------------------------------------
4979 r23307 | ileoo | 2007-11-24 22:30:50 +0100 (Sat, 24 Nov 2007) | 3 lines
4980 Changed paths:
4981    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
4982    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
4983    M /trunk/modules/gui/qt4/main_interface.cpp
4984    M /trunk/modules/gui/qt4/main_interface.hpp
4985
4986 qt4: no more calculateInterfaceSize, but sizeHint() stuff for
4987 widget-size, 1. try from me
4988
4989 ------------------------------------------------------------------------
4990 r23306 | jb | 2007-11-24 21:57:42 +0100 (Sat, 24 Nov 2007) | 3 lines
4991 Changed paths:
4992    M /trunk/modules/gui/qt4/dialogs/extended.cpp
4993
4994 Qt4 - Extended dialog, group audio things under an Audio Tab. put the audio and video tabs on the left.
4995
4996
4997 ------------------------------------------------------------------------
4998 r23302 | dionoea | 2007-11-24 20:00:16 +0100 (Sat, 24 Nov 2007) | 2 lines
4999 Changed paths:
5000    M /trunk/modules/misc/lua/intf.c
5001
5002 Oops, forgot this file.
5003
5004 ------------------------------------------------------------------------
5005 r23301 | dionoea | 2007-11-24 19:59:50 +0100 (Sat, 24 Nov 2007) | 2 lines
5006 Changed paths:
5007    M /trunk/modules/misc/lua/vlc.c
5008
5009 Changes to the lua module's declaration: add luahttp alias and don't make it accept the luameta alias for all capabilities.
5010
5011 ------------------------------------------------------------------------
5012 r23300 | dionoea | 2007-11-24 19:53:11 +0100 (Sat, 24 Nov 2007) | 2 lines
5013 Changed paths:
5014    M /trunk/NEWS
5015
5016 Some more NEWS (vlm scheduling on linux and EXTVLCOPT)
5017
5018 ------------------------------------------------------------------------
5019 r23299 | dionoea | 2007-11-24 19:50:35 +0100 (Sat, 24 Nov 2007) | 2 lines
5020 Changed paths:
5021    M /trunk/modules/demux/playlist/m3u.c
5022    M /trunk/modules/demux/playlist/playlist.c
5023
5024 Re-enable EXTVLCOPT: parsing in m3u playlists. You'll need to append the --m3u-extvlcopt option to you command line if you want it.
5025
5026 ------------------------------------------------------------------------
5027 r23298 | jb | 2007-11-24 19:06:14 +0100 (Sat, 24 Nov 2007) | 3 lines
5028 Changed paths:
5029    M /trunk/modules/gui/qt4/main_interface.cpp
5030
5031 Qt4 - privacy dialog... What about saving those options ?
5032
5033
5034 ------------------------------------------------------------------------
5035 r23297 | hovis | 2007-11-24 18:28:48 +0100 (Sat, 24 Nov 2007) | 1 line
5036 Changed paths:
5037    M /trunk/modules/access/v4l2.c
5038
5039 DQ buffers using correct io method for mmap.
5040 ------------------------------------------------------------------------
5041 r23296 | Trax | 2007-11-24 17:30:26 +0100 (Sat, 24 Nov 2007) | 1 line
5042 Changed paths:
5043    M /trunk/modules/access_output/shout.c
5044
5045 * modules/access_output/shout.c: Remove unneeded var in previous commit
5046 ------------------------------------------------------------------------
5047 r23295 | Trax | 2007-11-24 17:27:12 +0100 (Sat, 24 Nov 2007) | 1 line
5048 Changed paths:
5049    M /trunk/modules/access_output/shout.c
5050
5051 * modules/access_output/shout.c: Implement automatic reconnection on server disconnect - closes #1167
5052 ------------------------------------------------------------------------
5053 r23294 | jb | 2007-11-24 05:25:33 +0100 (Sat, 24 Nov 2007) | 2 lines
5054 Changed paths:
5055    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
5056    M /trunk/modules/gui/qt4/main_interface.cpp
5057    M /trunk/modules/gui/qt4/main_interface.hpp
5058    M /trunk/modules/gui/qt4/qt4.cpp
5059
5060 Qt4 - Add a dialog at firststart to ask about the privacy policy.
5061
5062 ------------------------------------------------------------------------
5063 r23293 | jb | 2007-11-24 05:24:47 +0100 (Sat, 24 Nov 2007) | 2 lines
5064 Changed paths:
5065    M /trunk/modules/gui/qt4/dialogs/messages.cpp
5066
5067 Cosmetic.
5068
5069 ------------------------------------------------------------------------
5070 r23292 | jb | 2007-11-24 05:08:56 +0100 (Sat, 24 Nov 2007) | 2 lines
5071 Changed paths:
5072    M /trunk/src/libvlc-module.c
5073
5074 Change the meta information fetcher TEXT
5075
5076 ------------------------------------------------------------------------
5077 r23291 | jb | 2007-11-24 04:01:54 +0100 (Sat, 24 Nov 2007) | 4 lines
5078 Changed paths:
5079    M /trunk/include/vlc_keys.h
5080
5081 Inclusion guards for vlc_keys.h
5082 Why don't we use an enum in that file ???
5083
5084
5085 ------------------------------------------------------------------------
5086 r23290 | jb | 2007-11-24 02:28:44 +0100 (Sat, 24 Nov 2007) | 3 lines
5087 Changed paths:
5088    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
5089    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
5090    M /trunk/modules/gui/qt4/main_interface.cpp
5091    M /trunk/modules/gui/qt4/qt4.cpp
5092
5093 Special Xtophe request ( Bday! ), add a new --no-qt-blingbling option to use native widgets...
5094 Inheritance rules...
5095
5096 ------------------------------------------------------------------------
5097 r23288 | pdherbemont | 2007-11-24 01:58:45 +0100 (Sat, 24 Nov 2007) | 2 lines
5098 Changed paths:
5099    M /trunk/src/libvlc-common.c
5100
5101 src/libvlc-common.c: Print a msg_Info on how to launch VLC without interface.
5102
5103 ------------------------------------------------------------------------
5104 r23287 | jb | 2007-11-24 01:57:42 +0100 (Sat, 24 Nov 2007) | 3 lines
5105 Changed paths:
5106    M /trunk/configure.ac
5107    M /trunk/modules/control/rc.c
5108    M /trunk/modules/gui/ncurses.c
5109    M /trunk/modules/misc/dummy/dummy.c
5110
5111 Add a few shortcuts, cvlc, nvlc, rvlc for cli, ncurses and rc
5112
5113
5114 ------------------------------------------------------------------------
5115 r23286 | pdherbemont | 2007-11-23 22:40:20 +0100 (Fri, 23 Nov 2007) | 2 lines
5116 Changed paths:
5117    M /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
5118    M /trunk/extras/MacOSX/VLC_app/VLCController.m
5119
5120 MacOSX/Framework/VLC_app: Use the bindings a little bit more. Demo the search feature. Uses shoutcasttv by default to have some content by default.
5121
5122 ------------------------------------------------------------------------
5123 r23285 | pdherbemont | 2007-11-23 21:32:35 +0100 (Fri, 23 Nov 2007) | 2 lines
5124 Changed paths:
5125    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5126
5127 MacOSX/Framework/VLCMediaListAspect.m: Update the cachedMedia array.
5128
5129 ------------------------------------------------------------------------
5130 r23284 | pdherbemont | 2007-11-23 21:28:26 +0100 (Fri, 23 Nov 2007) | 2 lines
5131 Changed paths:
5132    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
5133
5134 MacOSX/Framework: No more rely on media_descriptor_(get/set)_user_data, now that we cache the media decriptor. (We may want to revert that back one day, but right now this doesn't work, and trigger some strange bugs here).
5135
5136 ------------------------------------------------------------------------
5137 r23283 | pdherbemont | 2007-11-23 21:24:51 +0100 (Fri, 23 Nov 2007) | 2 lines
5138 Changed paths:
5139    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5140
5141 MacOSX/Framework/VLCMediaListAspect.m: Use @"media" binding key, instead of @"Media".
5142
5143 ------------------------------------------------------------------------
5144 r23282 | pdherbemont | 2007-11-23 21:23:51 +0100 (Fri, 23 Nov 2007) | 2 lines
5145 Changed paths:
5146    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5147
5148 MacOSX/Framework/Sources/VLCMediaList.m: Use @"media" binding key instead of @"Media".
5149
5150 ------------------------------------------------------------------------
5151 r23281 | pdherbemont | 2007-11-23 21:22:35 +0100 (Fri, 23 Nov 2007) | 2 lines
5152 Changed paths:
5153    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaListAspect.h
5154
5155 MacOSX/Framework/VLCMediaListAspect.h: Don't forget to define cachedMedia variable.
5156
5157 ------------------------------------------------------------------------
5158 r23280 | pdherbemont | 2007-11-23 21:21:53 +0100 (Fri, 23 Nov 2007) | 2 lines
5159 Changed paths:
5160    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5161
5162 MacOSX/Framework/VLCMediaListAspect.m: Fix a typo.
5163
5164 ------------------------------------------------------------------------
5165 r23279 | jpsaman | 2007-11-23 21:02:31 +0100 (Fri, 23 Nov 2007) | 2 lines
5166 Changed paths:
5167    M /trunk/extras/contrib/src/Patches/ffmpeg-svn-avdevices.patch
5168
5169 Correct description.
5170
5171 ------------------------------------------------------------------------
5172 r23278 | pdherbemont | 2007-11-23 20:19:07 +0100 (Fri, 23 Nov 2007) | 2 lines
5173 Changed paths:
5174    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5175
5176 MacOSX/Framework/VLCMediaListAspect.m: Use a NSMutableArray to cache the media list view items. (for the same reason given in previous commit).
5177
5178 ------------------------------------------------------------------------
5179 r23277 | pdherbemont | 2007-11-23 20:13:08 +0100 (Fri, 23 Nov 2007) | 2 lines
5180 Changed paths:
5181    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
5182    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5183
5184 MacOSX/Framework/VLCMediaList.m: Cache the media list objects in a NSMutableArray. We do this because we want to use bindings. Cocoa bindings requires us to send willChangeValueForKey/didChangeValueForKey on the main thread. And that's one of the simpler way to do that without having locking problems.
5185
5186 ------------------------------------------------------------------------
5187 r23276 | jb | 2007-11-23 18:52:29 +0100 (Fri, 23 Nov 2007) | 2 lines
5188 Changed paths:
5189    M /trunk/modules/stream_out/rtp.c
5190    M /trunk/modules/stream_out/standard.c
5191
5192 Typos spotted by Philipp Weissenbacher.
5193
5194 ------------------------------------------------------------------------
5195 r23275 | courmisch | 2007-11-23 18:12:56 +0100 (Fri, 23 Nov 2007) | 4 lines
5196 Changed paths:
5197    M /trunk/modules/control/http/http.c
5198    M /trunk/modules/control/http/http.h
5199    M /trunk/modules/control/http/mvar.c
5200    M /trunk/modules/control/http/rpn.c
5201    M /trunk/modules/control/http/util.c
5202
5203 Remove totally useless transcoding from UTF-8 in HTTP interface,
5204 heavy simplification, and fix(/remove) piles of error cases.
5205 Server gets to choose the charset anyway.
5206
5207 ------------------------------------------------------------------------
5208 r23274 | jpsaman | 2007-11-23 15:12:31 +0100 (Fri, 23 Nov 2007) | 2 lines
5209 Changed paths:
5210    M /trunk/modules/codec/ffmpeg/mux.c
5211
5212 Compile fix to check for ffmpeg version.
5213
5214 ------------------------------------------------------------------------
5215 r23273 | pdherbemont | 2007-11-23 15:09:03 +0100 (Fri, 23 Nov 2007) | 2 lines
5216 Changed paths:
5217    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5218
5219 MacOSX/Framework/VLCMediaListAspect.m: Alloc an autoreleasePool where needed.
5220
5221 ------------------------------------------------------------------------
5222 r23272 | pdherbemont | 2007-11-23 14:34:36 +0100 (Fri, 23 Nov 2007) | 2 lines
5223 Changed paths:
5224    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
5225
5226 MacOSX/Framework/VLCMedia.m: Don't forget to retain the url.
5227
5228 ------------------------------------------------------------------------
5229 r23270 | jpsaman | 2007-11-23 13:35:59 +0100 (Fri, 23 Nov 2007) | 1 line
5230 Changed paths:
5231    M /trunk/modules/codec/ffmpeg/mux.c
5232
5233 Fix compiler warnings in modules/codec/ffmpeg/mux.c. Please test.
5234 ------------------------------------------------------------------------
5235 r23269 | pdherbemont | 2007-11-23 13:30:20 +0100 (Fri, 23 Nov 2007) | 2 lines
5236 Changed paths:
5237    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5238
5239 MacOSX/Framework/VLCMediaListAspect.m: Don't release a media_list when it is a media_list_view.
5240
5241 ------------------------------------------------------------------------
5242 r23268 | pdherbemont | 2007-11-23 13:23:43 +0100 (Fri, 23 Nov 2007) | 2 lines
5243 Changed paths:
5244    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5245
5246 MacOSX/Framework/VLCMediaList.m: Don't forget to alloc an autorelease pool on function that may be called from a non-main thread context.
5247
5248 ------------------------------------------------------------------------
5249 r23267 | pdherbemont | 2007-11-23 13:18:01 +0100 (Fri, 23 Nov 2007) | 2 lines
5250 Changed paths:
5251    M /trunk/extras/MacOSX/Framework/Headers/Public/VLC.h
5252    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaDiscoverer.h
5253    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
5254    M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
5255    M /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
5256    M /trunk/extras/MacOSX/VLC_app/VLCController.m
5257
5258 MacOSX/Framework: Re-enable VLCMediaDiscoverer.
5259
5260 ------------------------------------------------------------------------
5261 r23266 | pdherbemont | 2007-11-23 13:12:27 +0100 (Fri, 23 Nov 2007) | 2 lines
5262 Changed paths:
5263    M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
5264    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
5265    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
5266    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5267
5268 MacOSX/Framework: Use mediaListWithLibVLCMediaList instead of media*l*istWithLibVLCMediaList, to match the VLCMediaList class name cases.
5269
5270 ------------------------------------------------------------------------
5271 r23265 | jpsaman | 2007-11-23 11:19:38 +0100 (Fri, 23 Nov 2007) | 2 lines
5272 Changed paths:
5273    M /trunk/extras/contrib/src/Makefile
5274    A /trunk/extras/contrib/src/Patches/ffmpeg-svn-avdevices.patch
5275
5276 Fix building of ffmpeg, by disabling libavdevices.
5277
5278 ------------------------------------------------------------------------
5279 r23264 | jpsaman | 2007-11-23 10:19:24 +0100 (Fri, 23 Nov 2007) | 2 lines
5280 Changed paths:
5281    M /trunk/extras/contrib/src/Makefile
5282    A /trunk/extras/contrib/src/Patches/ffmpeg-svn-libavformat.patch
5283
5284 Tune ffmpeg more for armeb and include <strings.h> in libavformat/utils.c
5285
5286 ------------------------------------------------------------------------
5287 r23263 | jpsaman | 2007-11-23 09:43:57 +0100 (Fri, 23 Nov 2007) | 1 line
5288 Changed paths:
5289    M /trunk/extras/contrib/src/Makefile
5290
5291 Tune ffmpeg features for armeb
5292 ------------------------------------------------------------------------
5293 r23262 | jpsaman | 2007-11-23 09:29:53 +0100 (Fri, 23 Nov 2007) | 2 lines
5294 Changed paths:
5295    M /trunk/extras/contrib/src/Makefile
5296
5297 Patches/ffmpeg-svn-grab.patch is no longer needed for HAVE_UCLIBC
5298
5299 ------------------------------------------------------------------------
5300 r23261 | jpsaman | 2007-11-23 09:28:50 +0100 (Fri, 23 Nov 2007) | 2 lines
5301 Changed paths:
5302    D /trunk/extras/contrib/src/Patches/ffmpeg-svn-grab.patch
5303    M /trunk/extras/contrib/src/Patches/ffmpeg-svn-uclibc.patch
5304
5305 Update ffmpeg for armeb target.
5306
5307 ------------------------------------------------------------------------
5308 r23260 | jb | 2007-11-23 09:27:23 +0100 (Fri, 23 Nov 2007) | 2 lines
5309 Changed paths:
5310    M /trunk/modules/gui/qt4/util/input_slider.cpp
5311
5312 Qt4 - I couldn't do more ugly... If you know how to... please try :D
5313
5314 ------------------------------------------------------------------------
5315 r23259 | jpsaman | 2007-11-23 09:09:07 +0100 (Fri, 23 Nov 2007) | 2 lines
5316 Changed paths:
5317    M /trunk/extras/contrib/src/Distributions/netbox3.mak
5318
5319 Disable faad and libmpeg2, because it is not needed.
5320
5321 ------------------------------------------------------------------------
5322 r23258 | jb | 2007-11-23 08:44:20 +0100 (Fri, 23 Nov 2007) | 2 lines
5323 Changed paths:
5324    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
5325    M /trunk/modules/gui/qt4/util/input_slider.cpp
5326    M /trunk/modules/gui/qt4/util/input_slider.hpp
5327
5328 Qt4 - take care of the volume-step value from the preferences.
5329
5330 ------------------------------------------------------------------------
5331 r23257 | jb | 2007-11-23 08:15:53 +0100 (Fri, 23 Nov 2007) | 4 lines
5332 Changed paths:
5333    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
5334    M /trunk/modules/gui/qt4/qt4.cpp
5335    M /trunk/modules/gui/qt4/util/input_slider.cpp
5336    M /trunk/modules/gui/qt4/util/input_slider.hpp
5337
5338 Qt4 - Add an option to have the volume slider from 0 to 400 %. Close #952 Close #1317
5339 Also the soundSlider takes it first value from the preferences...
5340
5341
5342 ------------------------------------------------------------------------
5343 r23256 | jb | 2007-11-23 07:47:30 +0100 (Fri, 23 Nov 2007) | 4 lines
5344 Changed paths:
5345    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
5346    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
5347    M /trunk/modules/gui/qt4/util/customwidgets.cpp
5348    M /trunk/modules/gui/qt4/util/customwidgets.hpp
5349    M /trunk/modules/gui/qt4/util/input_slider.cpp
5350    M /trunk/modules/gui/qt4/util/input_slider.hpp
5351
5352 Qt4 - New kind of volume slider.
5353 Need a lot of graphic tweaking.
5354
5355
5356 ------------------------------------------------------------------------
5357 r23255 | pdherbemont | 2007-11-23 01:35:00 +0100 (Fri, 23 Nov 2007) | 2 lines
5358 Changed paths:
5359    M /trunk/src/control/flat_media_list_view.c
5360
5361 control/flat_media_list_view.c: Import pre existing md in the view.
5362
5363 ------------------------------------------------------------------------
5364 r23254 | funman | 2007-11-23 01:04:52 +0100 (Fri, 23 Nov 2007) | 2 lines
5365 Changed paths:
5366    M /trunk/modules/misc/audioscrobbler.c
5367
5368 audioscrobbler: more explicit debug messages
5369
5370 ------------------------------------------------------------------------
5371 r23253 | damienf | 2007-11-23 00:59:30 +0100 (Fri, 23 Nov 2007) | 2 lines
5372 Changed paths:
5373    M /trunk/modules/gui/macosx/eyetv.h
5374    M /trunk/modules/gui/macosx/eyetv.m
5375    M /trunk/modules/gui/macosx/open.m
5376
5377 MacOS X: more EyeTV GUI improvements
5378
5379 ------------------------------------------------------------------------
5380 r23252 | pdherbemont | 2007-11-23 00:54:58 +0100 (Fri, 23 Nov 2007) | 2 lines
5381 Changed paths:
5382    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
5383
5384 MacOSX/Framework/VLCMedia.m: Don't forget to store the media's url.
5385
5386 ------------------------------------------------------------------------
5387 r23251 | pdherbemont | 2007-11-23 00:52:04 +0100 (Fri, 23 Nov 2007) | 2 lines
5388 Changed paths:
5389    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5390
5391 MacOSX/Framework/VLCMediaListAspect.m: Fix a typo (VLCMediaList->VLCMediaListAspect).
5392
5393 ------------------------------------------------------------------------
5394 r23250 | pdherbemont | 2007-11-23 00:42:24 +0100 (Fri, 23 Nov 2007) | 2 lines
5395 Changed paths:
5396    M /trunk/src/control/media_list_view.c
5397
5398 control/media_list_view.c: Register WillAdd/WillDelete events.
5399
5400 ------------------------------------------------------------------------
5401 r23249 | pdherbemont | 2007-11-23 00:39:55 +0100 (Fri, 23 Nov 2007) | 2 lines
5402 Changed paths:
5403    M /trunk/src/control/media_list.c
5404
5405 control/media_list.c: Don't forget to register_event_type for WillAdd/WillDelete.
5406
5407 ------------------------------------------------------------------------
5408 r23248 | xtophe | 2007-11-23 00:39:33 +0100 (Fri, 23 Nov 2007) | 2 lines
5409 Changed paths:
5410    M /trunk/src
5411    M /trunk/src/test
5412
5413 svn:ignore
5414
5415 ------------------------------------------------------------------------
5416 r23247 | damienf | 2007-11-22 23:13:56 +0100 (Thu, 22 Nov 2007) | 2 lines
5417 Changed paths:
5418    M /trunk/modules/gui/macosx/eyetv.h
5419    M /trunk/modules/gui/macosx/eyetv.m
5420    M /trunk/modules/gui/macosx/open.m
5421
5422 eyetv: functional GUI panel, replaced Carbon style AppleScript with NSAppleScript
5423
5424 ------------------------------------------------------------------------
5425 r23246 | xtophe | 2007-11-22 22:35:32 +0100 (Thu, 22 Nov 2007) | 3 lines
5426 Changed paths:
5427    M /trunk/THANKS
5428    M /trunk/po/ko.po
5429    M /trunk/po/sl.po
5430
5431 Korean translation from Kang Jeong-Hee and Namhyung Kim.
5432 Slovenian translation updates by Matej Urban?\196?\141i?\196?\141
5433
5434 ------------------------------------------------------------------------
5435 r23244 | pdherbemont | 2007-11-22 14:14:54 +0100 (Thu, 22 Nov 2007) | 2 lines
5436 Changed paths:
5437    M /trunk/modules/demux/playlist/xspf.c
5438
5439 modules/demux/playlist/xspf.c: Uses "vlc:skip" for node item. Fix a wrong over flow checking.
5440
5441 ------------------------------------------------------------------------
5442 r23243 | pdherbemont | 2007-11-22 13:26:55 +0100 (Thu, 22 Nov 2007) | 2 lines
5443 Changed paths:
5444    M /trunk/include/vlc/libvlc.h
5445    M /trunk/src/control/event.c
5446
5447 control/event.c: Properly implement libvlc_event_type_name, instead of relying on a non-working macro.
5448
5449 ------------------------------------------------------------------------
5450 r23242 | pdherbemont | 2007-11-22 13:01:43 +0100 (Thu, 22 Nov 2007) | 2 lines
5451 Changed paths:
5452    M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
5453
5454 MacOSX/Framework/VLC.xcodeproj: Make VLCMediaListAspect.h a public header.
5455
5456 ------------------------------------------------------------------------
5457 r23239 | funman | 2007-11-22 01:43:14 +0100 (Thu, 22 Nov 2007) | 1 line
5458 Changed paths:
5459    M /trunk/extras/vlc.vim
5460
5461 vim syntax: fix vlc files detection
5462 ------------------------------------------------------------------------
5463 r23236 | xtophe | 2007-11-21 23:39:34 +0100 (Wed, 21 Nov 2007) | 3 lines
5464 Changed paths:
5465    M /trunk/share/applications/vlc.desktop
5466
5467 Use verb is the comment
5468 Add some mimetype
5469
5470 ------------------------------------------------------------------------
5471 r23235 | jpsaman | 2007-11-21 23:30:00 +0100 (Wed, 21 Nov 2007) | 2 lines
5472 Changed paths:
5473    M /trunk/modules/demux/live555.cpp
5474
5475 Patch by Glen Gray: Enable keepalive for Kasenna servers, they parse the User Agent string and check for _KA appended to the User Agent name.
5476
5477 ------------------------------------------------------------------------
5478 r23233 | jpsaman | 2007-11-21 23:28:20 +0100 (Wed, 21 Nov 2007) | 2 lines
5479 Changed paths:
5480    M /trunk/modules/demux/live555.cpp
5481
5482 Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets and requires specific GET_PARAMETER commands (such as Kasenna) then the session times out when vlc is paused because the current version only sends the info when Demux() is called. Demux() is only called when data is received. This patch fixes this issue with a boolean that is set during PAUSED state that allows the timer thread to send the GET_PARAMTER messages instead and thus keeping the RTSP session alive.
5483
5484 ------------------------------------------------------------------------
5485 r23232 | jpsaman | 2007-11-21 23:26:53 +0100 (Wed, 21 Nov 2007) | 2 lines
5486 Changed paths:
5487    M /trunk/THANKS
5488
5489 Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets and requires specific GET_PARAMETER commands (such as Kasenna) then the session times out when vlc is paused because the current version only sends the info when Demux() is called. Demux() is only called when data is received. This patch fixes this issue with a boolean that is set during PAUSED state that allows the timer thread to send the GET_PARAMTER messages instead and thus keeping the RTSP session alive.
5490
5491 ------------------------------------------------------------------------
5492 r23231 | xtophe | 2007-11-21 23:19:06 +0100 (Wed, 21 Nov 2007) | 2 lines
5493 Changed paths:
5494    M /trunk/extras/contrib/src/Makefile
5495
5496 Also extract the translations of libqt4
5497
5498 ------------------------------------------------------------------------
5499 r23227 | massiot | 2007-11-21 20:20:45 +0100 (Wed, 21 Nov 2007) | 3 lines
5500 Changed paths:
5501    M /trunk/modules/codec/faad.c
5502
5503  * modules/codec/faad.c: Put sensible defaults in i_*_channels, used for
5504    transcode.
5505
5506 ------------------------------------------------------------------------
5507 r23226 | massiot | 2007-11-21 20:04:49 +0100 (Wed, 21 Nov 2007) | 3 lines
5508 Changed paths:
5509    M /trunk/modules/audio_filter/channel_mixer/simple.c
5510
5511  * simple.c: Extended the filter for mono output, and also converted it to the
5512    audio_filter2 architecture.
5513
5514 ------------------------------------------------------------------------
5515 r23225 | massiot | 2007-11-21 19:47:54 +0100 (Wed, 21 Nov 2007) | 2 lines
5516 Changed paths:
5517    M /trunk/modules/access/fake.c
5518
5519  * modules/access/fake.c: Fixed an integer overflow.
5520
5521 ------------------------------------------------------------------------
5522 r23224 | massiot | 2007-11-21 19:23:18 +0100 (Wed, 21 Nov 2007) | 3 lines
5523 Changed paths:
5524    M /trunk/src/input/es_out.c
5525
5526  * sec/input/es_out.c: Add suport for keyword 'any' in lists of languages ;
5527    also fix a memory leak.
5528
5529 ------------------------------------------------------------------------
5530 r23223 | jb | 2007-11-21 19:16:13 +0100 (Wed, 21 Nov 2007) | 3 lines
5531 Changed paths:
5532    M /trunk/THANKS
5533
5534 Donators section in THANKS file. Needs rewording...
5535
5536
5537 ------------------------------------------------------------------------
5538 r23222 | massiot | 2007-11-21 19:02:04 +0100 (Wed, 21 Nov 2007) | 3 lines
5539 Changed paths:
5540    M /trunk/modules/codec/x264.c
5541
5542  * modules/codec/x264.c: Fixed DTS when adaptive B frames are used (still
5543    wrong for bpyramid, though).
5544
5545 ------------------------------------------------------------------------
5546 r23221 | pdherbemont | 2007-11-21 18:38:12 +0100 (Wed, 21 Nov 2007) | 2 lines
5547 Changed paths:
5548    M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
5549    M /trunk/extras/MacOSX/Framework/Headers/Public/VLC.h
5550    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
5551    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5552    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5553
5554 MacOSX/Framework/VLCMediaListAspect.m: Implement -hierarchicalAspect and -flatAspect. (And add an internal @interface for VLCMediaListAspect (LibVLCBridging)).
5555
5556 ------------------------------------------------------------------------
5557 r23220 | pdherbemont | 2007-11-21 18:36:36 +0100 (Wed, 21 Nov 2007) | 2 lines
5558 Changed paths:
5559    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaLibrary.h
5560    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
5561
5562 MacOSX/Framework/VLCMediaLibrary.m: Rework -allMedia, and remove -sublists.
5563
5564 ------------------------------------------------------------------------
5565 r23219 | pdherbemont | 2007-11-21 17:22:04 +0100 (Wed, 21 Nov 2007) | 2 lines
5566 Changed paths:
5567    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
5568
5569 MacOSX/Framework/VLCMedia.m: Don't forget to remove the user_data from the media_descriptor.
5570
5571 ------------------------------------------------------------------------
5572 r23218 | pdherbemont | 2007-11-21 16:30:01 +0100 (Wed, 21 Nov 2007) | 2 lines
5573 Changed paths:
5574    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5575
5576 VLCMediaListAspect.m: Handle WillAdd/Added WillDelete/Deleted events.
5577
5578 ------------------------------------------------------------------------
5579 r23217 | pdherbemont | 2007-11-21 16:08:22 +0100 (Wed, 21 Nov 2007) | 2 lines
5580 Changed paths:
5581    M /trunk/include/vlc/libvlc.h
5582    M /trunk/src/control/media_list_view.c
5583
5584 control/media_list_view.c: Provide media_list_view_event_manager().
5585
5586 ------------------------------------------------------------------------
5587 r23216 | pdherbemont | 2007-11-21 15:31:47 +0100 (Wed, 21 Nov 2007) | 2 lines
5588 Changed paths:
5589    A /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaListAspect.h (from /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h:23214)
5590    A /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m (from /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m:23214)
5591    M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
5592
5593 MacOSX/Framework: Implement VLCMediaListAspect.
5594
5595 ------------------------------------------------------------------------
5596 r23215 | pdherbemont | 2007-11-21 13:19:08 +0100 (Wed, 21 Nov 2007) | 2 lines
5597 Changed paths:
5598    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
5599
5600 MacOSX/Framework/Sources/VLCMedia.m: Minor cleanup.
5601
5602 ------------------------------------------------------------------------
5603 r23214 | jb | 2007-11-21 01:39:36 +0100 (Wed, 21 Nov 2007) | 3 lines
5604 Changed paths:
5605    M /trunk/modules/gui/qt4/dialogs/help.cpp
5606    M /trunk/modules/gui/qt4/dialogs/help.hpp
5607
5608 Add fonctionality to the update dialog - Patches by  R?\195?\169mi Duraffort
5609
5610
5611 ------------------------------------------------------------------------
5612 r23213 | jb | 2007-11-21 01:23:15 +0100 (Wed, 21 Nov 2007) | 2 lines
5613 Changed paths:
5614    M /trunk/modules/gui/qt4/qt4.hpp
5615
5616 Update qtu, qta macros .
5617
5618 ------------------------------------------------------------------------
5619 r23211 | funman | 2007-11-21 00:26:26 +0100 (Wed, 21 Nov 2007) | 3 lines
5620 Changed paths:
5621    M /trunk/extras/contrib/src/Makefile
5622    A /trunk/extras/contrib/src/Patches/QtCore.pc.in
5623    A /trunk/extras/contrib/src/Patches/QtGui.pc.in
5624    A /trunk/extras/contrib/src/Patches/fontconfig-nodocs.patch
5625
5626 contribs: update qt4 TrollTech binaries packaging, note that it won't link correctly when building qt4 interface
5627 explicitely disable building of manuals & documentation of fontconfig
5628
5629 ------------------------------------------------------------------------
5630 r23209 | yoann | 2007-11-20 23:35:26 +0100 (Tue, 20 Nov 2007) | 2 lines
5631 Changed paths:
5632    M /trunk/modules/demux/playlist/Modules.am
5633    A /trunk/modules/demux/playlist/itml.c
5634    A /trunk/modules/demux/playlist/itml.h
5635    M /trunk/modules/demux/playlist/playlist.c
5636    M /trunk/modules/demux/playlist/playlist.h
5637
5638 * demux/playlist/itml.c: iTunes Media Library importer (not tested yet)
5639
5640 ------------------------------------------------------------------------
5641 r23208 | pdherbemont | 2007-11-20 23:25:37 +0100 (Tue, 20 Nov 2007) | 2 lines
5642 Changed paths:
5643    M /trunk/modules/gui/qt4/dialogs/interaction.cpp
5644
5645 modules/gui/qt4/dialogs/interaction.cpp: In InteractionDialog::update() use a msg_Dbg instead of a wrong msg_Err.
5646
5647 ------------------------------------------------------------------------
5648 r23207 | funman | 2007-11-20 23:24:15 +0100 (Tue, 20 Nov 2007) | 1 line
5649 Changed paths:
5650    M /trunk/extras/contrib/Makefile
5651
5652 Make sure we're not using a shell version of echo without -e switch
5653 ------------------------------------------------------------------------
5654 r23206 | xtophe | 2007-11-20 22:04:46 +0100 (Tue, 20 Nov 2007) | 2 lines
5655 Changed paths:
5656    M /trunk/configure.ac
5657
5658 No longer use ffmpeg-config which is a Debian invention. But now even etch has the .pc
5659
5660 ------------------------------------------------------------------------
5661 r23205 | pdherbemont | 2007-11-20 22:03:43 +0100 (Tue, 20 Nov 2007) | 2 lines
5662 Changed paths:
5663    M /trunk/modules/gui/qt4/util/input_slider.cpp
5664    M /trunk/modules/gui/qt4/util/input_slider.hpp
5665
5666 modules/gui/qt4: Display time in seek bar when mouse-over. (Patch by Antoine Lejeune. Reviewed by jb.)
5667
5668 ------------------------------------------------------------------------
5669 r23204 | jb | 2007-11-20 21:14:42 +0100 (Tue, 20 Nov 2007) | 3 lines
5670 Changed paths:
5671    M /trunk/modules/codec/ffmpeg/chroma.c
5672
5673 Ffmpeg swscaler, ifdef correction.
5674
5675
5676 ------------------------------------------------------------------------
5677 r23203 | courmisch | 2007-11-20 20:55:37 +0100 (Tue, 20 Nov 2007) | 2 lines
5678 Changed paths:
5679    M /trunk/src/misc/update.c
5680
5681 Very partial cleanup
5682
5683 ------------------------------------------------------------------------
5684 r23200 | courmisch | 2007-11-20 20:32:43 +0100 (Tue, 20 Nov 2007) | 2 lines
5685 Changed paths:
5686    M /trunk/m4/Makefile.am
5687
5688 Probably fix make dist
5689
5690 ------------------------------------------------------------------------
5691 r23199 | courmisch | 2007-11-20 20:32:10 +0100 (Tue, 20 Nov 2007) | 2 lines
5692 Changed paths:
5693    D /trunk/m4/inttypes.m4
5694    D /trunk/m4/isc-posix.m4
5695
5696 Remove some cruft from older gettext
5697
5698 ------------------------------------------------------------------------
5699 r23197 | courmisch | 2007-11-20 19:54:04 +0100 (Tue, 20 Nov 2007) | 3 lines
5700 Changed paths:
5701    M /trunk/modules/demux/playlist/m3u.c
5702
5703 Remove VLCOPT support from M3U parser.
5704 This was blatantly insecure.
5705
5706 ------------------------------------------------------------------------
5707 r23196 | pdherbemont | 2007-11-20 19:26:57 +0100 (Tue, 20 Nov 2007) | 2 lines
5708 Changed paths:
5709    M /trunk/modules/gui/qt4/dialogs/help.cpp
5710    M /trunk/modules/gui/qt4/dialogs/help.hpp
5711    M /trunk/modules/gui/qt4/dialogs_provider.cpp
5712    M /trunk/modules/gui/qt4/dialogs_provider.hpp
5713    M /trunk/modules/gui/qt4/menus.cpp
5714
5715 modules/gui/qt4: add an update dialog box to the help menu. (Patch by Remi Duraffort. Reviewed by jb).
5716
5717 ------------------------------------------------------------------------
5718 r23195 | courmisch | 2007-11-20 18:03:44 +0100 (Tue, 20 Nov 2007) | 2 lines
5719 Changed paths:
5720    M /trunk/src/text/wincp.c
5721
5722 Use cached ACP
5723
5724 ------------------------------------------------------------------------
5725 r23194 | pdherbemont | 2007-11-20 17:30:36 +0100 (Tue, 20 Nov 2007) | 2 lines
5726 Changed paths:
5727    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
5728    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5729
5730 MacOSX/Framework/VLCMediaList.m: Remove dead code.
5731
5732 ------------------------------------------------------------------------
5733 r23193 | pdherbemont | 2007-11-20 17:28:54 +0100 (Tue, 20 Nov 2007) | 2 lines
5734 Changed paths:
5735    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5736
5737 MacOSX/Framework/VLCMediaList.m: Don't forget to listen to WillAdd/WillDelete media list event.
5738
5739 ------------------------------------------------------------------------
5740 r23192 | pdherbemont | 2007-11-20 17:26:48 +0100 (Tue, 20 Nov 2007) | 2 lines
5741 Changed paths:
5742    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5743
5744 MacOSX/Framework/VLCMediaList.m: Be KVC compliant.
5745
5746 ------------------------------------------------------------------------
5747 r23191 | pdherbemont | 2007-11-20 16:32:27 +0100 (Tue, 20 Nov 2007) | 2 lines
5748 Changed paths:
5749    M /trunk/src/control/hierarchical_media_list_view.c
5750
5751 control/hierarchical_media_list_view.c: Send WillAdd/Added and WillDelete/Deleted events.
5752
5753 ------------------------------------------------------------------------
5754 r23190 | pdherbemont | 2007-11-20 16:31:51 +0100 (Tue, 20 Nov 2007) | 2 lines
5755 Changed paths:
5756    M /trunk/src/control/flat_media_list_view.c
5757
5758 control/flat_media_list_view.c: Send WillAdd/Added WillDelete/Deleted events.
5759
5760 ------------------------------------------------------------------------
5761 r23189 | pdherbemont | 2007-11-20 16:31:08 +0100 (Tue, 20 Nov 2007) | 2 lines
5762 Changed paths:
5763    M /trunk/include/vlc/libvlc_structures.h
5764    M /trunk/src/control/libvlc_internal.h
5765    M /trunk/src/control/media_list_view.c
5766
5767 src/control/media_list_view.c: Facilities to send WillAdd/Added WillDelete/Deleted events.
5768
5769 ------------------------------------------------------------------------
5770 r23188 | pdherbemont | 2007-11-20 15:57:06 +0100 (Tue, 20 Nov 2007) | 2 lines
5771 Changed paths:
5772    M /trunk/include/vlc/libvlc_structures.h
5773    M /trunk/src/control/media_list.c
5774
5775 control/media_list.c: Send WillAddItem and WillDeleteItem events.
5776
5777 ------------------------------------------------------------------------
5778 r23187 | pdherbemont | 2007-11-20 15:18:16 +0100 (Tue, 20 Nov 2007) | 2 lines
5779 Changed paths:
5780    M /trunk/src/control/hierarchical_media_list_view.c
5781
5782 svn propset svn:keywords "Id" hierarchical_media_list_view.c
5783
5784 ------------------------------------------------------------------------
5785 r23186 | pdherbemont | 2007-11-20 15:12:57 +0100 (Tue, 20 Nov 2007) | 2 lines
5786 Changed paths:
5787    M /trunk/include/vlc/libvlc.h
5788    M /trunk/src/Makefile.am
5789    A /trunk/src/control/hierarchical_media_list_view.c (from /trunk/src/control/flat_media_list_view.c:23168)
5790    M /trunk/src/control/libvlc_internal.h
5791
5792 src/control: Implement hierarchical_media_list_view.
5793
5794 ------------------------------------------------------------------------
5795 r23185 | pdherbemont | 2007-11-20 13:07:38 +0100 (Tue, 20 Nov 2007) | 2 lines
5796 Changed paths:
5797    M /trunk/src/control/media_descriptor.c
5798
5799 control/media_descriptor.c: Don't forget to release the event manager. (Reported by polo78 on the forum and funman).
5800
5801 ------------------------------------------------------------------------
5802 r23184 | jpsaman | 2007-11-20 12:57:00 +0100 (Tue, 20 Nov 2007) | 2 lines
5803 Changed paths:
5804    M /trunk/extras/contrib/src/Makefile
5805
5806 Fix cleanup of libamrwb package in contrib.
5807
5808 ------------------------------------------------------------------------
5809 r23183 | jpsaman | 2007-11-20 10:08:21 +0100 (Tue, 20 Nov 2007) | 2 lines
5810 Changed paths:
5811    M /trunk/modules/demux/live555.cpp
5812
5813 Fix return value after the interaction dialog has been used.
5814
5815 ------------------------------------------------------------------------
5816 r23182 | jpsaman | 2007-11-20 10:08:19 +0100 (Tue, 20 Nov 2007) | 2 lines
5817 Changed paths:
5818    M /trunk/modules/demux/live555.cpp
5819
5820 Fix double free in live555.
5821
5822 ------------------------------------------------------------------------
5823 r23181 | jpsaman | 2007-11-20 09:30:30 +0100 (Tue, 20 Nov 2007) | 1 line
5824 Changed paths:
5825    M /trunk/modules/access/v4l2.c
5826
5827 Patch by Richard Hosking: Allow users specified width and height of v4l2 source.
5828 ------------------------------------------------------------------------
5829 r23179 | funman | 2007-11-20 00:34:15 +0100 (Tue, 20 Nov 2007) | 1 line
5830 Changed paths:
5831    M /trunk/modules/misc/freetype.c
5832
5833 freetype: use [.\/_] to break lines when ' ' only failed
5834 ------------------------------------------------------------------------
5835 r23178 | funman | 2007-11-19 23:11:51 +0100 (Mon, 19 Nov 2007) | 1 line
5836 Changed paths:
5837    M /trunk/modules/demux/subtitle.c
5838
5839 add an unspported demux query to remove a useless error. Show the query number when it's unknown (for the future)
5840 ------------------------------------------------------------------------
5841 r23177 | courmisch | 2007-11-19 22:32:46 +0100 (Mon, 19 Nov 2007) | 2 lines
5842 Changed paths:
5843    M /trunk/src/text/wincp.c
5844
5845 Force ISO-8859-8 for Hebrew users
5846
5847 ------------------------------------------------------------------------
5848 r23176 | courmisch | 2007-11-19 22:26:10 +0100 (Mon, 19 Nov 2007) | 2 lines
5849 Changed paths:
5850    M /trunk/modules/codec/subtitles/subsdec.c
5851
5852 Simplify
5853
5854 ------------------------------------------------------------------------
5855 r23175 | courmisch | 2007-11-19 22:21:23 +0100 (Mon, 19 Nov 2007) | 2 lines
5856 Changed paths:
5857    M /trunk/modules/codec/subtitles/subsdec.c
5858
5859 Comments
5860
5861 ------------------------------------------------------------------------
5862 r23174 | damienf | 2007-11-19 20:42:19 +0100 (Mon, 19 Nov 2007) | 2 lines
5863 Changed paths:
5864    M /trunk/activex/Makefile.am
5865
5866 activex: fixed registration problems as reported in forums (i.e DllRegisterServer@0 postfix is removed). damn libtool !
5867
5868 ------------------------------------------------------------------------
5869 r23173 | funman | 2007-11-19 19:33:09 +0100 (Mon, 19 Nov 2007) | 1 line
5870 Changed paths:
5871    M /trunk/modules/demux/mkv.cpp
5872
5873 matroska demuxer: supports Real Video
5874 ------------------------------------------------------------------------
5875 r23172 | courmisch | 2007-11-19 19:28:24 +0100 (Mon, 19 Nov 2007) | 2 lines
5876 Changed paths:
5877    M /trunk/src/network/io.c
5878
5879 Comment on the EOF case - this does not change the semantic at all.
5880
5881 ------------------------------------------------------------------------
5882 r23171 | funman | 2007-11-19 18:50:30 +0100 (Mon, 19 Nov 2007) | 1 line
5883 Changed paths:
5884    M /trunk/modules/demux/mkv.cpp
5885
5886 typo
5887 ------------------------------------------------------------------------
5888 r23170 | jpsaman | 2007-11-19 16:36:33 +0100 (Mon, 19 Nov 2007) | 2 lines
5889 Changed paths:
5890    M /trunk/modules/demux/live555.cpp
5891
5892 Trigger intf_UserLoginPassword() when authorization of rtsp link failed while using --rtsp-http.
5893
5894 ------------------------------------------------------------------------
5895 r23169 | damienf | 2007-11-19 16:10:40 +0100 (Mon, 19 Nov 2007) | 2 lines
5896 Changed paths:
5897    M /trunk/extras/contrib/src/Makefile
5898
5899 contribs: fribidi, tar.bz2 -> tar.gz
5900
5901 ------------------------------------------------------------------------
5902 r23168 | pdherbemont | 2007-11-19 15:06:52 +0100 (Mon, 19 Nov 2007) | 2 lines
5903 Changed paths:
5904    M /trunk/src/control/flat_media_list_view.c
5905    M /trunk/src/control/libvlc_internal.h
5906    M /trunk/src/control/media_list_view.c
5907
5908 src/control: Implement flat_media_list_view construction.
5909
5910 ------------------------------------------------------------------------
5911 r23167 | jpsaman | 2007-11-19 14:59:57 +0100 (Mon, 19 Nov 2007) | 2 lines
5912 Changed paths:
5913    M /trunk/modules/demux/live555.cpp
5914
5915 Enable RTSP rtpInfo track synchronization in live555 demuxer.
5916
5917 ------------------------------------------------------------------------
5918 r23166 | jpsaman | 2007-11-19 14:59:56 +0100 (Mon, 19 Nov 2007) | 2 lines
5919 Changed paths:
5920    M /trunk/modules/demux/live555.cpp
5921
5922 live555 improvements: Make rtsp://user:pwd@server/path work and fix --rtsp-http option.
5923
5924 ------------------------------------------------------------------------
5925 r23165 | pdherbemont | 2007-11-19 14:58:52 +0100 (Mon, 19 Nov 2007) | 2 lines
5926 Changed paths:
5927    M /trunk/include/vlc_arrays.h
5928
5929 vlc_arrays.h: Implement vlc_array_index_of_item.
5930
5931 ------------------------------------------------------------------------
5932 r23164 | pdherbemont | 2007-11-19 14:48:23 +0100 (Mon, 19 Nov 2007) | 2 lines
5933 Changed paths:
5934    M /trunk/include/vlc/libvlc.h
5935    M /trunk/src/control/flat_media_list_view.c
5936    M /trunk/src/control/libvlc_internal.h
5937    M /trunk/src/control/media_list_view.c
5938
5939 src/control: Implement libvlc_media_list_view_children_at_index.
5940
5941 ------------------------------------------------------------------------
5942 r23163 | funman | 2007-11-19 13:58:21 +0100 (Mon, 19 Nov 2007) | 1 line
5943 Changed paths:
5944    M /trunk/modules/gui/ncurses.c
5945
5946 ncurses: display the input's title if it's present instead of the name. Use asprintf()
5947 ------------------------------------------------------------------------
5948 r23162 | funman | 2007-11-19 13:41:28 +0100 (Mon, 19 Nov 2007) | 1 line
5949 Changed paths:
5950    M /trunk/modules/gui/ncurses.c
5951
5952 ncurses: yield() the playlist only once
5953 ------------------------------------------------------------------------
5954 r23161 | funman | 2007-11-19 13:35:45 +0100 (Mon, 19 Nov 2007) | 3 lines
5955 Changed paths:
5956    M /trunk/modules/gui/ncurses.c
5957
5958 ncurses: store the current playlist node in p_sys
5959 Don't store the playlist_t pointer in p_sys since it is always present in any_vlc_object_t->p_libvlc->p_playlist
5960
5961 ------------------------------------------------------------------------
5962 r23160 | pdherbemont | 2007-11-19 10:55:34 +0100 (Mon, 19 Nov 2007) | 2 lines
5963 Changed paths:
5964    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
5965    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5966
5967 MacOSX/Framework/VLCMediaList.m: Fix a few warnings and use a Dictionary instead of an array for -mediaListItemAdded: argument.
5968
5969 ------------------------------------------------------------------------
5970 r23159 | pdherbemont | 2007-11-19 10:34:47 +0100 (Mon, 19 Nov 2007) | 2 lines
5971 Changed paths:
5972    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
5973
5974 MacOSX/Framework/VLCMedia.m: Remove the directory filter when opening a media. A directory can be seen as a VLCMedia, as it is a playlist, and playlists are media.
5975
5976 ------------------------------------------------------------------------
5977 r23158 | pdherbemont | 2007-11-19 10:23:33 +0100 (Mon, 19 Nov 2007) | 2 lines
5978 Changed paths:
5979    D /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.h
5980    D /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.m
5981    D /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.h
5982    D /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.m
5983    D /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.h
5984    D /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.m
5985
5986 MacOSX/VLC_app: Remove unused files.
5987
5988 ------------------------------------------------------------------------
5989 r23157 | pdherbemont | 2007-11-19 10:22:13 +0100 (Mon, 19 Nov 2007) | 2 lines
5990 Changed paths:
5991    M /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/classes.nib
5992    M /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/info.nib
5993    M /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/keyedobjects.nib
5994    M /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
5995    M /trunk/extras/MacOSX/VLC_app/VLCController.m
5996
5997 MacOSX/VLC_app: Update and simplify to match current Framework state.
5998
5999 ------------------------------------------------------------------------
6000 r23156 | funman | 2007-11-19 08:16:53 +0100 (Mon, 19 Nov 2007) | 1 line
6001 Changed paths:
6002    M /trunk/mozilla/vlcplugin.cpp
6003
6004 mozilla: remove harmful excessive debug, thanks to Martin V?\195?\161vra.
6005 ------------------------------------------------------------------------
6006 r23155 | jb | 2007-11-19 02:43:37 +0100 (Mon, 19 Nov 2007) | 3 lines
6007 Changed paths:
6008    M /trunk/include/vlc_es.h
6009    M /trunk/modules/codec/realaudio.c
6010    M /trunk/modules/demux/real.c
6011
6012 Real/Sipr, try to use a correct flavor detection, without using the MPlayer hacks...
6013
6014
6015 ------------------------------------------------------------------------
6016 r23154 | funman | 2007-11-19 01:22:42 +0100 (Mon, 19 Nov 2007) | 1 line
6017 Changed paths:
6018    M /trunk/mozilla/vlcplugin.cpp
6019
6020 mozilla: remove potentially harmful debug on win32
6021 ------------------------------------------------------------------------
6022 r23153 | fkuehne | 2007-11-19 01:17:33 +0100 (Mon, 19 Nov 2007) | 1 line
6023 Changed paths:
6024    M /trunk/modules/gui/macosx/about.m
6025
6026 * forward-port [23152]
6027 ------------------------------------------------------------------------
6028 r23145 | jb | 2007-11-18 23:31:43 +0100 (Sun, 18 Nov 2007) | 3 lines
6029 Changed paths:
6030    M /trunk/modules/demux/real.c
6031
6032 Real demuxer: Comments about support/non-support
6033
6034
6035 ------------------------------------------------------------------------
6036 r23144 | funman | 2007-11-18 23:28:18 +0100 (Sun, 18 Nov 2007) | 2 lines
6037 Changed paths:
6038    M /trunk/modules/gui/ncurses.c
6039
6040 ncurses: add a 'g' shortcut to go to the current playing item
6041
6042 ------------------------------------------------------------------------
6043 r23142 | fkuehne | 2007-11-18 22:37:45 +0100 (Sun, 18 Nov 2007) | 1 line
6044 Changed paths:
6045    M /trunk/extras/contrib/src/packages.mak
6046
6047 * retrieve fribidi from SourceForge instead of their project server/our own server
6048 ------------------------------------------------------------------------
6049 r23141 | jpsaman | 2007-11-18 22:35:16 +0100 (Sun, 18 Nov 2007) | 2 lines
6050 Changed paths:
6051    M /trunk/modules/codec/ffmpeg/scale.c
6052
6053 Disable MMXEXT (MMX2) mode for swScaler since it crashes.
6054
6055 ------------------------------------------------------------------------
6056 r23140 | jpsaman | 2007-11-18 22:35:14 +0100 (Sun, 18 Nov 2007) | 2 lines
6057 Changed paths:
6058    M /trunk/modules/codec/ffmpeg/chroma.c
6059
6060 Chroma conversion using swscaler module.
6061
6062 ------------------------------------------------------------------------
6063 r23139 | xtophe | 2007-11-18 22:23:12 +0100 (Sun, 18 Nov 2007) | 2 lines
6064 Changed paths:
6065    M /trunk/src/input/input.c
6066
6067 Oops remove debug
6068
6069 ------------------------------------------------------------------------
6070 r23138 | xtophe | 2007-11-18 22:18:48 +0100 (Sun, 18 Nov 2007) | 2 lines
6071 Changed paths:
6072    M /trunk/src/input/input.c
6073
6074 Don't leak memory
6075
6076 ------------------------------------------------------------------------
6077 r23137 | funman | 2007-11-18 21:56:44 +0100 (Sun, 18 Nov 2007) | 1 line
6078 Changed paths:
6079    M /trunk/modules/misc/playlist/xspf.c
6080
6081 xspf muxer: determinates correctly if we're handling a file:// uri, and so produce valid XSPF
6082 ------------------------------------------------------------------------
6083 r23136 | funman | 2007-11-18 21:47:58 +0100 (Sun, 18 Nov 2007) | 15 lines
6084 Changed paths:
6085    M /trunk/modules/gui/ncurses.c
6086
6087 ncurses: various bugfixes
6088
6089  * Workaround KEY_END not working with $TERM=xterm on FreeBSD
6090  * Don't abort when printing strings with unprintable characters ( for example when the user presses ctrl+something in FIND or OPEN boxes )
6091  * Show a '*' in front of the current node
6092  * Add files in the correct node
6093
6094 This is how nodes do work in ncurses: When you select an item with 'Enter',
6095
6096  * if it's a leaf, then start playing it, and set the current node to the toplevel parent of that leaf (example: local playlist, or media library)
6097  * if it's an empty node, then stop the playlist, and set the current node to be that one, so you can add items to it
6098  * if it's a node with children, set the current node to that one, and start playing the next children of that one
6099
6100 The "current node" means that the playlist will never reach items which aren't direct or indirect children of that node, and so it will stop after the last one has been reached
6101
6102 ------------------------------------------------------------------------
6103 r23135 | jpsaman | 2007-11-18 20:28:06 +0100 (Sun, 18 Nov 2007) | 2 lines
6104 Changed paths:
6105    M /trunk/modules/codec/ffmpeg/scale.c
6106
6107 Indentation.
6108
6109 ------------------------------------------------------------------------
6110 r23134 | jpsaman | 2007-11-18 20:28:01 +0100 (Sun, 18 Nov 2007) | 2 lines
6111 Changed paths:
6112    M /trunk/modules/codec/ffmpeg/ffmpeg.c
6113
6114 Test for PIX_FMT_RGBA iso swscale.
6115
6116 ------------------------------------------------------------------------
6117 r23133 | jpsaman | 2007-11-18 20:27:59 +0100 (Sun, 18 Nov 2007) | 2 lines
6118 Changed paths:
6119    M /trunk/modules/access/v4l2.c
6120
6121 Patch by Richard Hosking: Honor user specified chroma if the device supports it.
6122
6123 ------------------------------------------------------------------------
6124 r23132 | jb | 2007-11-18 20:06:37 +0100 (Sun, 18 Nov 2007) | 2 lines
6125 Changed paths:
6126    M /trunk/modules/demux/real.c
6127
6128 Oops.
6129
6130 ------------------------------------------------------------------------
6131 r23131 | jpsaman | 2007-11-18 20:03:25 +0100 (Sun, 18 Nov 2007) | 2 lines
6132 Changed paths:
6133    M /trunk/modules/codec/ffmpeg/chroma.c
6134    M /trunk/modules/codec/ffmpeg/ffmpeg.c
6135
6136 Attempt to implement chroma conversion using swscale. This currently crashes on calling of pf_convert().
6137
6138 ------------------------------------------------------------------------
6139 r23130 | funman | 2007-11-18 19:19:30 +0100 (Sun, 18 Nov 2007) | 2 lines
6140 Changed paths:
6141    M /trunk/modules/demux/playlist/xspf.c
6142    M /trunk/modules/misc/playlist/xspf.c
6143
6144 xspf: don't use %encoding for node title, but only convert XML special characters
6145
6146 ------------------------------------------------------------------------
6147 r23129 | jb | 2007-11-18 19:15:56 +0100 (Sun, 18 Nov 2007) | 2 lines
6148 Changed paths:
6149    M /trunk/modules/codec/ffmpeg/ffmpeg.c
6150    M /trunk/modules/demux/real.c
6151
6152 Realv3: support for broken streams that speciy a wrong FourCC
6153
6154 ------------------------------------------------------------------------
6155 r23128 | funman | 2007-11-18 19:06:05 +0100 (Sun, 18 Nov 2007) | 6 lines
6156 Changed paths:
6157    M /trunk/modules/gui/ncurses.c
6158
6159 ncurses: various bugfixes & new box
6160  * Metadata box ( 'm' key)
6161  * Rebuild the playlist immediately after a deletion, avoiding crashes
6162  * Center the title
6163  * Correctly ellipsize wide strings
6164
6165 ------------------------------------------------------------------------
6166 r23127 | funman | 2007-11-18 19:03:25 +0100 (Sun, 18 Nov 2007) | 1 line
6167 Changed paths:
6168    M /trunk/modules/misc/playlist/xspf.c
6169
6170 xspf muxer: %encode '+' since decode_URI() will decode it as a space
6171 ------------------------------------------------------------------------
6172 r23126 | funman | 2007-11-18 18:59:23 +0100 (Sun, 18 Nov 2007) | 1 line
6173 Changed paths:
6174    M /trunk/include/vlc_meta.h
6175
6176 vlc_meta.h: we don't need VLC_META_CODEC_* but we need the description of the track id
6177 ------------------------------------------------------------------------
6178 r23125 | funman | 2007-11-18 18:58:36 +0100 (Sun, 18 Nov 2007) | 1 line
6179 Changed paths:
6180    M /trunk/extras/mpris.py
6181
6182 mpris controler: doesn't depend on python being in /usr/bin
6183 ------------------------------------------------------------------------
6184 r23124 | funman | 2007-11-18 18:57:52 +0100 (Sun, 18 Nov 2007) | 1 line
6185 Changed paths:
6186    M /trunk/modules/control/dbus.c
6187
6188 dbus: super annoying typo
6189 ------------------------------------------------------------------------
6190 r23122 | fkuehne | 2007-11-18 16:20:10 +0100 (Sun, 18 Nov 2007) | 1 line
6191 Changed paths:
6192    M /trunk/po/POTFILES.in
6193    M /trunk/po/af.po
6194    M /trunk/po/ar.po
6195    M /trunk/po/bn.po
6196    M /trunk/po/ca.po
6197    M /trunk/po/co.po
6198    M /trunk/po/cs.po
6199    M /trunk/po/da.po
6200    M /trunk/po/de.po
6201    M /trunk/po/el.po
6202    M /trunk/po/en_GB.po
6203    M /trunk/po/es.po
6204    M /trunk/po/eu.po
6205    M /trunk/po/fa.po
6206    M /trunk/po/fi.po
6207    M /trunk/po/fr.po
6208    M /trunk/po/fur.po
6209    M /trunk/po/gl.po
6210    M /trunk/po/he.po
6211    M /trunk/po/hi.po
6212    M /trunk/po/hu.po
6213    M /trunk/po/it.po
6214    M /trunk/po/ja.po
6215    M /trunk/po/ka.po
6216    M /trunk/po/ko.po
6217    M /trunk/po/lt.po
6218    M /trunk/po/lv.po
6219    M /trunk/po/ms.po
6220    M /trunk/po/my.po
6221    M /trunk/po/ne.po
6222    M /trunk/po/nl.po
6223    M /trunk/po/no.po
6224    M /trunk/po/oc.po
6225    M /trunk/po/pa.po
6226    M /trunk/po/pl.po
6227    M /trunk/po/ps.po
6228    M /trunk/po/pt_BR.po
6229    M /trunk/po/pt_PT.po
6230    M /trunk/po/ro.po
6231    M /trunk/po/ru.po
6232    M /trunk/po/sk.po
6233    M /trunk/po/sl.po
6234    M /trunk/po/sq.po
6235    M /trunk/po/sv.po
6236    M /trunk/po/tet.po
6237    M /trunk/po/th.po
6238    M /trunk/po/tl.po
6239    M /trunk/po/tr.po
6240    M /trunk/po/vlc.pot
6241    M /trunk/po/zh_CN.po
6242    M /trunk/po/zh_TW.po
6243
6244 * updated the po-files once again
6245 ------------------------------------------------------------------------
6246 r23118 | titer | 2007-11-18 15:12:31 +0100 (Sun, 18 Nov 2007) | 2 lines
6247 Changed paths:
6248    M /trunk/configure.ac
6249
6250 typo
6251
6252 ------------------------------------------------------------------------
6253 r23117 | Trax | 2007-11-18 14:36:58 +0100 (Sun, 18 Nov 2007) | 1 line
6254 Changed paths:
6255    M /trunk/src/input/clock.c
6256
6257 * src/input/clock.c: Feed synchro with new ref. point after unexpected discontinuity. Needs testing, should fix ticket #691 no audio/video in transcode after clock gap in input
6258 ------------------------------------------------------------------------
6259 r23114 | damienf | 2007-11-18 00:32:42 +0100 (Sun, 18 Nov 2007) | 2 lines
6260 Changed paths:
6261    M /trunk/activex/plugin.cpp
6262
6263 activex: forwardport [23112]
6264
6265 ------------------------------------------------------------------------
6266 r23111 | jb | 2007-11-17 21:03:29 +0100 (Sat, 17 Nov 2007) | 3 lines
6267 Changed paths:
6268    A /trunk/doc/ChangeLog-2006
6269
6270 Add the Changelog-2006. It shouldn't be updated now... :)
6271
6272
6273 ------------------------------------------------------------------------
6274 r23110 | xtophe | 2007-11-17 20:35:43 +0100 (Sat, 17 Nov 2007) | 2 lines
6275 Changed paths:
6276    M /trunk/src/input/input.c
6277
6278 when retrying set the demux to "" for real. refs #1228
6279
6280 ------------------------------------------------------------------------
6281 r23107 | pdherbemont | 2007-11-17 16:14:59 +0100 (Sat, 17 Nov 2007) | 2 lines
6282 Changed paths:
6283    M /trunk/modules/codec/ffmpeg/video.c
6284
6285 modules/codec/ffmpeg/video.c: Fix Remi Duraffort's PIX_FMT_RGBA issue by testing directly for PIX_FMT_RGBA definition, instead of testing if swscale is present.
6286
6287 ------------------------------------------------------------------------
6288 r23106 | pdherbemont | 2007-11-17 15:42:14 +0100 (Sat, 17 Nov 2007) | 2 lines
6289 Changed paths:
6290    M /trunk/src/control/testapi.c
6291
6292 testapi.c: Superficial media list tests. For some reason `make check` doesn't work on here (Mac OS X) due to some libtool issues, so it wasn't tested for real.
6293
6294 ------------------------------------------------------------------------
6295 r23105 | pdherbemont | 2007-11-17 15:31:18 +0100 (Sat, 17 Nov 2007) | 2 lines
6296 Changed paths:
6297    M /trunk/src/control/libvlc_internal.h
6298
6299 control/libvlc_internal.h: Remove definition duplication.
6300
6301 ------------------------------------------------------------------------
6302 r23104 | pdherbemont | 2007-11-17 15:29:13 +0100 (Sat, 17 Nov 2007) | 2 lines
6303 Changed paths:
6304    M /trunk/src/control/core.c
6305    M /trunk/src/control/event.c
6306    M /trunk/src/control/libvlc_internal.h
6307
6308 control: Remove libvlc_event_fini exception handling, as we don't need it.
6309
6310 ------------------------------------------------------------------------
6311 r23103 | jpsaman | 2007-11-17 14:34:43 +0100 (Sat, 17 Nov 2007) | 2 lines
6312 Changed paths:
6313    M /trunk/modules/access/v4l2.c
6314
6315 Patch by Richard Hosking: v4l2 minor patch to fix silly bug in handling of user specified caching value.
6316
6317 ------------------------------------------------------------------------
6318 r23102 | jb | 2007-11-17 10:04:46 +0100 (Sat, 17 Nov 2007) | 3 lines
6319 Changed paths:
6320    M /trunk/modules/demux/real.c
6321
6322 Add a forgotten break; in a case.
6323 So far, it should work for most of the streams, except MP3 in rm (silly guys...), ralf, because it is still unsupported, and Sipr because of the flavour detection.
6324
6325 ------------------------------------------------------------------------
6326 r23101 | jb | 2007-11-17 09:47:24 +0100 (Sat, 17 Nov 2007) | 3 lines
6327 Changed paths:
6328    M /trunk/modules/demux/real.c
6329
6330 Extra Data code factorisation: This shouldn't destroy old support, but please repport any broken stream.
6331
6332
6333 ------------------------------------------------------------------------
6334 r23100 | jb | 2007-11-17 09:24:56 +0100 (Sat, 17 Nov 2007) | 2 lines
6335 Changed paths:
6336    M /trunk/modules/demux/real.c
6337
6338 Cosmetic and mention about unsupported ralf codec.
6339
6340 ------------------------------------------------------------------------
6341 r23099 | jb | 2007-11-17 09:16:17 +0100 (Sat, 17 Nov 2007) | 3 lines
6342 Changed paths:
6343    M /trunk/modules/demux/real.c
6344
6345 Reindent after previous commit.
6346
6347
6348 ------------------------------------------------------------------------
6349 r23098 | jb | 2007-11-17 09:13:58 +0100 (Sat, 17 Nov 2007) | 3 lines
6350 Changed paths:
6351    M /trunk/modules/demux/real.c
6352
6353 Real Demuxer: Support for RM version 3. Tested and works \o/
6354
6355
6356 ------------------------------------------------------------------------
6357 r23097 | jb | 2007-11-17 02:40:34 +0100 (Sat, 17 Nov 2007) | 3 lines
6358 Changed paths:
6359    M /trunk/extras/contrib/src/Makefile
6360
6361 Contribs: same insane test for Qt4 libraries... If you want to go on...
6362
6363
6364 ------------------------------------------------------------------------
6365 r23096 | jb | 2007-11-17 00:30:27 +0100 (Sat, 17 Nov 2007) | 3 lines
6366 Changed paths:
6367    M /trunk/extras/contrib/src/Makefile
6368    M /trunk/extras/contrib/src/packages.mak
6369
6370 Contribs: Try to use already compiled binaries made by Trolltech instead of the one I have to make on Windows. Use Wine... Close your eyes, it can burn...
6371
6372
6373 ------------------------------------------------------------------------
6374 r23095 | xtophe | 2007-11-16 23:33:20 +0100 (Fri, 16 Nov 2007) | 2 lines
6375 Changed paths:
6376    M /trunk/modules/misc/osd/Modules.am
6377    M /trunk/modules/misc/osd/osd_menu.c
6378    M /trunk/modules/misc/osd/osd_menu.h
6379    M /trunk/modules/misc/osd/parser.c
6380    M /trunk/modules/misc/osd/simple.c
6381    M /trunk/modules/misc/osd/xml.c
6382
6383 svn:keywords
6384
6385 ------------------------------------------------------------------------
6386 r23094 | oaubert | 2007-11-16 20:04:37 +0100 (Fri, 16 Nov 2007) | 3 lines
6387 Changed paths:
6388    M /trunk/src/control/mediacontrol_core.c
6389
6390 core/mediacontrol_core.c: code playlist_get_list using
6391 playlist_nodeDump as reference.
6392
6393 ------------------------------------------------------------------------
6394 r23093 | oaubert | 2007-11-16 19:59:19 +0100 (Fri, 16 Nov 2007) | 3 lines
6395 Changed paths:
6396    M /trunk/src/control/mediacontrol_core.c
6397
6398 core/mediacontrol_core.c: do not prepend the dummy argv[0] since it is
6399  done in libvlc_new now (since r22749)
6400
6401 ------------------------------------------------------------------------
6402 r23092 | courmisch | 2007-11-15 19:09:24 +0100 (Thu, 15 Nov 2007) | 2 lines
6403 Changed paths:
6404    M /trunk/modules/misc/screensaver.c
6405
6406 Typo
6407
6408 ------------------------------------------------------------------------
6409 r23091 | courmisch | 2007-11-15 18:58:53 +0100 (Thu, 15 Nov 2007) | 2 lines
6410 Changed paths:
6411    M /trunk/src/misc/objects.c
6412
6413 Revert [23063]
6414
6415 ------------------------------------------------------------------------
6416 r23090 | courmisch | 2007-11-15 18:58:46 +0100 (Thu, 15 Nov 2007) | 2 lines
6417 Changed paths:
6418    M /trunk/modules/misc/osd
6419
6420 svn:ignore
6421
6422 ------------------------------------------------------------------------
6423 r23089 | courmisch | 2007-11-15 18:55:02 +0100 (Thu, 15 Nov 2007) | 3 lines
6424 Changed paths:
6425    M /trunk/modules/misc/screensaver.c
6426
6427 - exit() cannot return negative (or large) values
6428 - waitpid() can fail
6429
6430 ------------------------------------------------------------------------
6431 r23088 | jpsaman | 2007-11-15 17:29:32 +0100 (Thu, 15 Nov 2007) | 2 lines
6432 Changed paths:
6433    M /trunk/modules/video_filter/rss.c
6434
6435 Fix various memleaks in error paths.
6436
6437 ------------------------------------------------------------------------
6438 r23087 | jpsaman | 2007-11-15 14:38:33 +0100 (Thu, 15 Nov 2007) | 2 lines
6439 Changed paths:
6440    M /trunk/src/video_output/vout_subpictures.c
6441
6442 Remove excess whitespace.
6443
6444 ------------------------------------------------------------------------
6445 r23086 | jpsaman | 2007-11-15 14:38:32 +0100 (Thu, 15 Nov 2007) | 2 lines
6446 Changed paths:
6447    M /trunk/include/vlc_osd.h
6448    M /trunk/modules/misc/osd/osd_menu.c
6449    M /trunk/modules/misc/osd/osd_menu.h
6450    M /trunk/modules/misc/osd/simple.c
6451    M /trunk/modules/video_filter/osdmenu.c
6452    M /trunk/src/osd/osd.c
6453
6454 Implement clickable osdmenu. The clickable positioning and scaling guessing is not complete (the whole spu region is now clickable with current configurations).
6455
6456 ------------------------------------------------------------------------
6457 r23085 | jpsaman | 2007-11-15 14:38:29 +0100 (Thu, 15 Nov 2007) | 2 lines
6458 Changed paths:
6459    M /trunk/include/vlc_arrays.h
6460
6461 Add macro for determining array size.
6462
6463 ------------------------------------------------------------------------
6464 r23084 | jb | 2007-11-15 07:04:02 +0100 (Thu, 15 Nov 2007) | 4 lines
6465 Changed paths:
6466    M /trunk/THANKS
6467
6468 Thanks to more other projects. I, of course, forget most, but step-by-step...
6469 It might not be all correct, so...
6470 Btw, at the top or at the bottom ? x264 ?
6471
6472 ------------------------------------------------------------------------
6473 r23083 | xtophe | 2007-11-14 23:02:01 +0100 (Wed, 14 Nov 2007) | 3 lines
6474 Changed paths:
6475    M /trunk/Makefile.am
6476    M /trunk/po/POTFILES.in
6477    M /trunk/po/vlc.pot
6478
6479 Don't use modules/gui/opie in gettext as we don't distribute it.
6480 Upgrade POTFILE.in and vlc.pot 
6481
6482 ------------------------------------------------------------------------
6483 r23082 | xtophe | 2007-11-14 22:53:40 +0100 (Wed, 14 Nov 2007) | 2 lines
6484 Changed paths:
6485    M /trunk/po/ro.po
6486
6487 Romanian translation update by Cristian Secar?\196?\131
6488
6489 ------------------------------------------------------------------------
6490 r23081 | dionoea | 2007-11-14 22:51:34 +0100 (Wed, 14 Nov 2007) | 2 lines
6491 Changed paths:
6492    M /trunk/include
6493
6494 svn:ignore include/vlc_about.h
6495
6496 ------------------------------------------------------------------------
6497 r23080 | dionoea | 2007-11-14 22:50:17 +0100 (Wed, 14 Nov 2007) | 2 lines
6498 Changed paths:
6499    M /trunk/COPYING
6500    M /trunk/modules/gui/qt4/dialogs/help.cpp
6501
6502 Layout fixes in COPYING (and use spaces instead of tabs). Use a fixed width font in when displaying the license in the qt4 help window (since that's how it's meant to be displayed).
6503
6504 ------------------------------------------------------------------------
6505 r23079 | jb | 2007-11-14 19:11:59 +0100 (Wed, 14 Nov 2007) | 3 lines
6506 Changed paths:
6507    M /trunk/extras/contrib/src/Makefile
6508    D /trunk/extras/contrib/src/Patches/libgpg-error-win32.patch
6509    M /trunk/extras/contrib/src/packages.mak
6510
6511 Contribs: libgpg-error version bump.
6512
6513
6514 ------------------------------------------------------------------------
6515 r23078 | jpsaman | 2007-11-14 16:18:23 +0100 (Wed, 14 Nov 2007) | 2 lines
6516 Changed paths:
6517    M /trunk/src/osd/osd.c
6518
6519 Fix double vlc_object_attach().
6520
6521 ------------------------------------------------------------------------
6522 r23077 | jpsaman | 2007-11-14 16:18:21 +0100 (Wed, 14 Nov 2007) | 2 lines
6523 Changed paths:
6524    M /trunk/modules/video_filter/osdmenu.c
6525
6526 Cleanup on osdmenu video filter.
6527
6528 ------------------------------------------------------------------------
6529 r23076 | jpsaman | 2007-11-14 16:18:19 +0100 (Wed, 14 Nov 2007) | 2 lines
6530 Changed paths:
6531    M /trunk/src/osd/osd.c
6532
6533 Detach osdmenu object before destroying.
6534
6535 ------------------------------------------------------------------------
6536 r23075 | jpsaman | 2007-11-14 16:18:18 +0100 (Wed, 14 Nov 2007) | 2 lines
6537 Changed paths:
6538    M /trunk/modules/video_filter/osdmenu.c
6539
6540 Indentation
6541
6542 ------------------------------------------------------------------------
6543 r23074 | jpsaman | 2007-11-14 16:18:16 +0100 (Wed, 14 Nov 2007) | 2 lines
6544 Changed paths:
6545    M /trunk/src/osd/osd.c
6546
6547 Cleanup osd_ParserLoad()/osdParserUnload().
6548
6549 ------------------------------------------------------------------------
6550 r23073 | jpsaman | 2007-11-14 16:18:15 +0100 (Wed, 14 Nov 2007) | 2 lines
6551 Changed paths:
6552    M /trunk/src/osd/osd.c
6553
6554 Return pointer to osdmenu object and use that iso NULL pointer.
6555
6556 ------------------------------------------------------------------------
6557 r23072 | jpsaman | 2007-11-14 16:18:12 +0100 (Wed, 14 Nov 2007) | 2 lines
6558 Changed paths:
6559    M /trunk/modules/misc/osd/osd_menu.c
6560    M /trunk/modules/misc/osd/osd_menu.h
6561
6562 Use the filename passed and not the configuration file.
6563
6564 ------------------------------------------------------------------------
6565 r23071 | jpsaman | 2007-11-14 16:18:10 +0100 (Wed, 14 Nov 2007) | 2 lines
6566 Changed paths:
6567    M /trunk/modules/misc/osd/parser.c
6568    M /trunk/src/osd/osd.c
6569
6570 Cleanup indentation.
6571
6572 ------------------------------------------------------------------------
6573 r23070 | jpsaman | 2007-11-14 16:18:09 +0100 (Wed, 14 Nov 2007) | 2 lines
6574 Changed paths:
6575    M /trunk/include/vlc_osd.h
6576    M /trunk/modules/misc/osd/osd_menu.c
6577    M /trunk/modules/misc/osd/osd_menu.h
6578    M /trunk/modules/misc/osd/parser.c
6579    M /trunk/modules/misc/osd/simple.c
6580    M /trunk/modules/misc/osd/xml.c
6581
6582 Refactor osdmenu parsing logic.
6583
6584 ------------------------------------------------------------------------
6585 r23069 | jpsaman | 2007-11-14 16:18:07 +0100 (Wed, 14 Nov 2007) | 2 lines
6586 Changed paths:
6587    M /trunk/configure.ac
6588
6589 Add osd_parser to configure.ac
6590
6591 ------------------------------------------------------------------------
6592 r23068 | jpsaman | 2007-11-14 16:18:04 +0100 (Wed, 14 Nov 2007) | 2 lines
6593 Changed paths:
6594    A /trunk/modules/misc/osd/simple.c
6595    A /trunk/modules/misc/osd/xml.c
6596
6597 Add new files which should have been in previous commit.
6598
6599 ------------------------------------------------------------------------
6600 r23067 | jpsaman | 2007-11-14 16:18:02 +0100 (Wed, 14 Nov 2007) | 2 lines
6601 Changed paths:
6602    M /trunk/include/vlc_osd.h
6603    M /trunk/modules/misc/osd/Modules.am
6604    M /trunk/modules/misc/osd/parser.c
6605    M /trunk/src/Makefile.am
6606    M /trunk/src/osd/osd.c
6607
6608 Further factoring out osdmenu parser functionality from osdmenu handling. Started a dummy modules/misc/osd/xml.c osdmenu parser.
6609
6610 ------------------------------------------------------------------------
6611 r23066 | jpsaman | 2007-11-14 16:18:00 +0100 (Wed, 14 Nov 2007) | 2 lines
6612 Changed paths:
6613    M /trunk/modules/misc/osd/Modules.am
6614    M /trunk/modules/misc/osd/osd_menu.h
6615
6616 Add newline to end of file, shuts up the compiler.
6617
6618 ------------------------------------------------------------------------
6619 r23065 | jpsaman | 2007-11-14 16:17:57 +0100 (Wed, 14 Nov 2007) | 2 lines
6620 Changed paths:
6621    M /trunk/include/vlc_configuration.h
6622    M /trunk/include/vlc_osd.h
6623    A /trunk/modules/misc/osd
6624    A /trunk/modules/misc/osd/Modules.am
6625    A /trunk/modules/misc/osd/osd_menu.c
6626    A /trunk/modules/misc/osd/osd_menu.h
6627    A /trunk/modules/misc/osd/parser.c
6628    M /trunk/src/osd/osd.c
6629    D /trunk/src/osd/osd_parser.c
6630
6631 Fix merge conflicts for src/osd/osd.c
6632
6633 ------------------------------------------------------------------------
6634 r23064 | jpsaman | 2007-11-14 08:14:22 +0100 (Wed, 14 Nov 2007) | 2 lines
6635 Changed paths:
6636    M /trunk/modules/codec/ffmpeg/video.c
6637
6638 Make PIX_FMT_RGBA dependend on ffmpeg with swscale. Patch by Remi Duraffort <ivoire at via.ecp.fr>.
6639
6640 ------------------------------------------------------------------------
6641 r23063 | funman | 2007-11-14 01:30:45 +0100 (Wed, 14 Nov 2007) | 2 lines
6642 Changed paths:
6643    M /trunk/src/misc/objects.c
6644
6645 make vlc_object_timedwait() return immediately if the object or libvlc is dying
6646
6647 ------------------------------------------------------------------------
6648 r23062 | funman | 2007-11-14 00:28:22 +0100 (Wed, 14 Nov 2007) | 2 lines
6649 Changed paths:
6650    M /trunk/modules/demux/playlist/xspf.c
6651    M /trunk/modules/misc/playlist/xspf.c
6652
6653 xspf: fix nodes encoding. big up to yoannp for fully nested xspf !
6654
6655 ------------------------------------------------------------------------
6656 r23061 | xtophe | 2007-11-13 23:44:36 +0100 (Tue, 13 Nov 2007) | 2 lines
6657 Changed paths:
6658    M /trunk/modules/misc/screensaver.c
6659
6660 Cosmetic
6661
6662 ------------------------------------------------------------------------
6663 r23060 | yoann | 2007-11-13 23:10:58 +0100 (Tue, 13 Nov 2007) | 2 lines
6664 Changed paths:
6665    M /trunk/modules/demux/playlist/xspf.c
6666    M /trunk/modules/misc/playlist/xspf.c
6667    M /trunk/src/playlist/loadsave.c
6668
6669 * XSPF nested playlist
6670
6671 ------------------------------------------------------------------------
6672 r23059 | dionoea | 2007-11-13 22:36:52 +0100 (Tue, 13 Nov 2007) | 2 lines
6673 Changed paths:
6674    M /trunk/NEWS
6675
6676 Add news about Album art, luameta and luaintf.
6677
6678 ------------------------------------------------------------------------
6679 r23058 | dionoea | 2007-11-13 22:20:56 +0100 (Tue, 13 Nov 2007) | 2 lines
6680 Changed paths:
6681    M /trunk/share/http/js/functions.js
6682    M /trunk/share/http-lua/js/functions.js
6683
6684 Fix error in javascript "playlist xml" -> html routine which messed up display of playlist with nodes 2 or more deep which didn't have any leaves.
6685
6686 ------------------------------------------------------------------------
6687 r23057 | dionoea | 2007-11-13 22:08:37 +0100 (Tue, 13 Nov 2007) | 2 lines
6688 Changed paths:
6689    M /trunk/share/http-lua/dialogs/playlist
6690    A /trunk/share/http-lua/images/reset.png
6691    M /trunk/share/http-lua/js/functions.js
6692    M /trunk/share/http-lua/requests/playlist.xml
6693
6694 Add "search as you type" to the HTTP interface.
6695
6696 ------------------------------------------------------------------------
6697 r23056 | funman | 2007-11-13 19:21:46 +0100 (Tue, 13 Nov 2007) | 1 line
6698 Changed paths:
6699    M /trunk/modules/demux/playlist/xspf.c
6700
6701 xspf demuxer: fix extension reading
6702 ------------------------------------------------------------------------
6703 r23054 | jb | 2007-11-13 08:48:21 +0100 (Tue, 13 Nov 2007) | 3 lines
6704 Changed paths:
6705    M /trunk/modules/demux/real.c
6706
6707 Cosmetic and initial support of sipr in rm demuxer. Doesn't work with all flavours yet.
6708
6709
6710 ------------------------------------------------------------------------
6711 r23053 | jb | 2007-11-13 08:39:09 +0100 (Tue, 13 Nov 2007) | 4 lines
6712 Changed paths:
6713    M /trunk/modules/codec/realaudio.c
6714
6715 Real decoder: Use the real libraries to decode atrac and sipr (sipr still doesn't work, because the flavour is misdetected)
6716 Add a few ifdefs for Loader use.
6717
6718
6719 ------------------------------------------------------------------------
6720 r23052 | jb | 2007-11-13 07:33:10 +0100 (Tue, 13 Nov 2007) | 4 lines
6721 Changed paths:
6722    M /trunk/modules/demux/real.c
6723
6724 Real Demuxer: Support for Atrac-3 codecs in Real files. Close #1359.
6725 Some new comments are in.
6726
6727
6728 ------------------------------------------------------------------------
6729 r23051 | jb | 2007-11-13 06:24:02 +0100 (Tue, 13 Nov 2007) | 3 lines
6730 Changed paths:
6731    M /trunk/extras/contrib/src/Makefile
6732
6733 Don't make fontconfig depend on Makefile in contribs, it is boring to recompile all the time :D
6734
6735
6736 ------------------------------------------------------------------------
6737 r23050 | jb | 2007-11-13 06:19:10 +0100 (Tue, 13 Nov 2007) | 3 lines
6738 Changed paths:
6739    M /trunk/extras/contrib/src/packages.mak
6740
6741 Libcdio update for Mac OS Contribs, memleaks and small bugs.
6742
6743
6744 ------------------------------------------------------------------------
6745 r23049 | jb | 2007-11-13 06:05:06 +0100 (Tue, 13 Nov 2007) | 2 lines
6746 Changed paths:
6747    M /trunk/extras/contrib/src/packages.mak
6748
6749 Contribs: png version bumps to 1.2.23, cleaning and perf release. For once, no CVE :D
6750
6751 ------------------------------------------------------------------------
6752 r23048 | jb | 2007-11-13 05:58:42 +0100 (Tue, 13 Nov 2007) | 4 lines
6753 Changed paths:
6754    M /trunk/extras/contrib/src/Makefile
6755    M /trunk/extras/contrib/src/packages.mak
6756
6757 Contribs: jump to faad 2.6.1. The patch is useless, but don't remove it might still be usefull.
6758
6759
6760
6761 ------------------------------------------------------------------------
6762 r23047 | jb | 2007-11-13 05:56:04 +0100 (Tue, 13 Nov 2007) | 3 lines
6763 Changed paths:
6764    M /trunk/THANKS
6765
6766 Start a contribs section in THANKS. This is just a beginning and may need to be rewritten, changed etc...
6767 Anyway, it is now valid to use faad2 v >= 2.6.1
6768
6769 ------------------------------------------------------------------------
6770 r23046 | pdherbemont | 2007-11-13 00:12:43 +0100 (Tue, 13 Nov 2007) | 2 lines
6771 Changed paths:
6772    M /trunk/Makefile.am
6773
6774 Makefile.am: Remove for goods disabled code. (as per funman's request).
6775
6776 ------------------------------------------------------------------------
6777 r23045 | ileoo | 2007-11-13 00:02:18 +0100 (Tue, 13 Nov 2007) | 4 lines
6778 Changed paths:
6779    M /trunk/modules/demux/live555.cpp
6780
6781 GET_PARAMETERS doesn't seem to work so well agains DSS 5.5.4,
6782 SET_PARAMETERS works agains DSS 5.5.4 and WMS 2003. WMS2003 doesn't
6783 accept empty parameter/value pair, so have to set something.
6784
6785 ------------------------------------------------------------------------
6786 r23044 | pdherbemont | 2007-11-12 23:59:14 +0100 (Mon, 12 Nov 2007) | 2 lines
6787 Changed paths:
6788    M /trunk/Makefile.am
6789
6790 Makefile.am: Disable icon positionement in the dmg.
6791
6792 ------------------------------------------------------------------------
6793 r23043 | dionoea | 2007-11-12 23:27:00 +0100 (Mon, 12 Nov 2007) | 3 lines
6794 Changed paths:
6795    M /trunk/modules/misc/lua/intf.c
6796    M /trunk/share/luaintf/rc.lua
6797
6798 Fix problem with the search lua wrapper (it always returned the "category" playlist even when searching in "onelevel" mode).
6799 Remove debug prints from the rc.lua module.
6800
6801 ------------------------------------------------------------------------
6802 r23042 | dionoea | 2007-11-12 23:18:31 +0100 (Mon, 12 Nov 2007) | 2 lines
6803 Changed paths:
6804    M /trunk/share/luaintf/rc.lua
6805
6806 Add option to use a flat playlist in the rc.lua interface (default disabled).
6807
6808 ------------------------------------------------------------------------
6809 r23041 | xtophe | 2007-11-12 23:08:54 +0100 (Mon, 12 Nov 2007) | 2 lines
6810 Changed paths:
6811    M /trunk/po/sv.po
6812
6813 Swedish translation update by Daniel Nylander
6814
6815 ------------------------------------------------------------------------
6816 r23040 | dionoea | 2007-11-12 23:00:47 +0100 (Mon, 12 Nov 2007) | 2 lines
6817 Changed paths:
6818    M /trunk/modules/misc/lua/Modules.am
6819    M /trunk/modules/misc/lua/intf.c
6820    A /trunk/modules/misc/lua/sd.c (from /trunk/modules/misc/lua/acl.c:23010)
6821    M /trunk/modules/misc/lua/vlc.h
6822    M /trunk/share/http-lua/dialogs/playlist
6823    M /trunk/share/http-lua/requests/playlist.xml
6824    M /trunk/share/http-lua/requests/status.xml
6825    M /trunk/share/luaintf/rc.lua
6826
6827 Add services discovery support and enhance playlist support for lua interface modules. Added "search", "sort" and "sd" commands to rc.lua. Restored true playlist functionality and sd selection in the lua http intf.
6828
6829 ------------------------------------------------------------------------
6830 r23039 | funman | 2007-11-12 22:47:08 +0100 (Mon, 12 Nov 2007) | 2 lines
6831 Changed paths:
6832    M /trunk/share/Makefile.am
6833    A /trunk/share/luaplaylist/joox.lua
6834
6835 luaplaylist: adds experimental script for joox.net
6836
6837 ------------------------------------------------------------------------
6838 r23038 | funman | 2007-11-12 21:10:54 +0100 (Mon, 12 Nov 2007) | 2 lines
6839 Changed paths:
6840    M /trunk/modules/misc/playlist/xspf.c
6841
6842 xspf export: write the extension tag before the trackList, we'll need to read it first to handle it properly.
6843
6844 ------------------------------------------------------------------------
6845 r23037 | pdherbemont | 2007-11-12 17:39:18 +0100 (Mon, 12 Nov 2007) | 2 lines
6846 Changed paths:
6847    M /trunk/modules/services_discovery/upnp_intel.cpp
6848
6849 modules/services_discovery/upnp_intel.cpp: Add a todo note: this module needs to be rewritten used the new services discovery API. (this is not really helpful, but yet, that could help to track bugs).
6850
6851 ------------------------------------------------------------------------
6852 r23036 | damienf | 2007-11-12 15:44:20 +0100 (Mon, 12 Nov 2007) | 2 lines
6853 Changed paths:
6854    M /trunk/extras/contrib/src/Makefile
6855    D /trunk/extras/contrib/src/Patches/libdvdnav-20050211-win32.patch
6856    D /trunk/extras/contrib/src/Patches/libdvdnav-mactel.patch
6857    A /trunk/extras/contrib/src/Patches/libdvdnav.patch
6858    D /trunk/extras/contrib/src/Patches/libdvdread-20041028-win32.patch
6859    D /trunk/extras/contrib/src/Patches/libdvdread.patch
6860    M /trunk/extras/contrib/src/packages.mak
6861
6862 dvdnav: support for new incarnation hosted in mplayerhq
6863
6864 ------------------------------------------------------------------------
6865 r23035 | funman | 2007-11-12 14:36:09 +0100 (Mon, 12 Nov 2007) | 3 lines
6866 Changed paths:
6867    M /trunk/modules/services_discovery/shout.c
6868    M /trunk/src/playlist/services_discovery.c
6869
6870 services_discovery_SetLocalizedName() is now mandatory. Fix #1344
6871 upnp_intel module still has to be rewritten (it will crash at runtime)
6872
6873 ------------------------------------------------------------------------
6874 r23034 | funman | 2007-11-12 14:34:54 +0100 (Mon, 12 Nov 2007) | 2 lines
6875 Changed paths:
6876    M /trunk/share/luameta/googleimage.lua
6877
6878 googleimage plugin: don't run vlc.uri_decode on a nil string
6879
6880 ------------------------------------------------------------------------
6881 r23029 | jb | 2007-11-12 08:50:16 +0100 (Mon, 12 Nov 2007) | 2 lines
6882 Changed paths:
6883    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6884
6885 Wx: this should fix the [23027] commit for compilation. needs review.
6886
6887 ------------------------------------------------------------------------
6888 r23028 | pdherbemont | 2007-11-11 22:09:55 +0100 (Sun, 11 Nov 2007) | 2 lines
6889 Changed paths:
6890    M /trunk/configure.ac
6891
6892 configure.ac: Fix a typo in my previous commit.
6893
6894 ------------------------------------------------------------------------
6895 r23027 | dionoea | 2007-11-11 22:08:36 +0100 (Sun, 11 Nov 2007) | 2 lines
6896 Changed paths:
6897    M /trunk/include/vlc_services_discovery.h
6898    M /trunk/modules/gui/qt4/menus.cpp
6899    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6900    M /trunk/src/playlist/services_discovery.c
6901
6902 Use the services_discovery_GetServicesNames() function in the qt4 and wxwidgets (i don't compile the wxwidgets module so there might be a few warnings/errors). This removes comprehension of how VLC modules work from the interface plugins. This change still needs to be done in the modules/gui/macosx/playlist.m file.
6903
6904 ------------------------------------------------------------------------
6905 r23026 | pdherbemont | 2007-11-11 22:03:42 +0100 (Sun, 11 Nov 2007) | 2 lines
6906 Changed paths:
6907    M /trunk/configure.ac
6908
6909 configure.ac: Fix Mac OS X 10.4 support (Reported by Enrique Osuna).
6910
6911 ------------------------------------------------------------------------
6912 r23025 | dionoea | 2007-11-11 21:32:43 +0100 (Sun, 11 Nov 2007) | 2 lines
6913 Changed paths:
6914    M /trunk/include/vlc_modules.h
6915    M /trunk/include/vlc_services_discovery.h
6916    M /trunk/src/modules/modules.c
6917    M /trunk/src/playlist/services_discovery.c
6918
6919 Add argument to module_GetModulesNamesForCapability (and services_discovery_GetServicesNames) to also get the longnames.
6920
6921 ------------------------------------------------------------------------
6922 r23024 | dionoea | 2007-11-11 21:16:51 +0100 (Sun, 11 Nov 2007) | 2 lines
6923 Changed paths:
6924    M /trunk/src/modules/modules.c
6925
6926 Fix module_GetModulesNamesForCapability() and make it handle submodules properly (ie: the shoutcasttv submodule is returned as "shoutcasttv" instead of "shout"). This function (or its services_discovery_GetServicesNames(p_this) specialised version) should be used in interfaces, instead of the current code duplication.
6927
6928 ------------------------------------------------------------------------
6929 r23023 | xtophe | 2007-11-11 20:26:32 +0100 (Sun, 11 Nov 2007) | 1 line
6930 Changed paths:
6931    M /trunk/Makefile.am
6932
6933 Fix [23001]
6934 ------------------------------------------------------------------------
6935 r23022 | funman | 2007-11-11 19:48:07 +0100 (Sun, 11 Nov 2007) | 3 lines
6936 Changed paths:
6937    M /trunk/modules/audio_output/alsa.c
6938
6939 alsa: use the pcm status to compute the delay. fix #894 (spdif passthrough)
6940 Please report loudly any regression, using spdif or not.
6941
6942 ------------------------------------------------------------------------
6943 r23021 | fkuehne | 2007-11-11 16:48:39 +0100 (Sun, 11 Nov 2007) | 1 line
6944 Changed paths:
6945    M /trunk/extras/contrib/bootstrap
6946
6947 * updated the comments, so other people can understand what we're doing on Leopard
6948 ------------------------------------------------------------------------
6949 r23020 | pdherbemont | 2007-11-11 15:50:30 +0100 (Sun, 11 Nov 2007) | 2 lines
6950 Changed paths:
6951    M /trunk/configure.ac
6952
6953 configure.ac: Because of the ld text relocation bug on Mac OS X, we have to disable ffmpeg when using such linker for the time being. Add a big warning at the end of configure if we are in such a configuration.
6954
6955 ------------------------------------------------------------------------
6956 r23019 | funman | 2007-11-11 14:45:16 +0100 (Sun, 11 Nov 2007) | 1 line
6957 Changed paths:
6958    M /trunk/share/Makefile.am
6959
6960 Install required files for lua http interface
6961 ------------------------------------------------------------------------
6962 r23018 | jb | 2007-11-11 07:08:59 +0100 (Sun, 11 Nov 2007) | 3 lines
6963 Changed paths:
6964    M /trunk/modules/codec/realaudio.c
6965
6966 Real Audio: Add support for RealPlayer 10/10GOLD .so
6967
6968
6969 ------------------------------------------------------------------------
6970 r23017 | jb | 2007-11-11 05:46:31 +0100 (Sun, 11 Nov 2007) | 3 lines
6971 Changed paths:
6972    M /trunk/modules/codec/realaudio.c
6973
6974 More Real Codecs paths.
6975
6976
6977 ------------------------------------------------------------------------
6978 r23016 | jb | 2007-11-11 05:02:48 +0100 (Sun, 11 Nov 2007) | 3 lines
6979 Changed paths:
6980    M /trunk/modules/codec/realaudio.c
6981
6982 RealAudio, more paths to search realAudio codecs.
6983
6984
6985 ------------------------------------------------------------------------
6986 r23015 | jb | 2007-11-11 04:26:09 +0100 (Sun, 11 Nov 2007) | 3 lines
6987 Changed paths:
6988    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
6989
6990 Qt4 - Use >= instead of == in loopA-B (thanks funman)
6991
6992
6993 ------------------------------------------------------------------------
6994 r23014 | jb | 2007-11-11 02:52:28 +0100 (Sun, 11 Nov 2007) | 3 lines
6995 Changed paths:
6996    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
6997    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
6998
6999 Qt4 - A to B Loop implementation.
7000
7001
7002 ------------------------------------------------------------------------
7003 r23013 | jb | 2007-11-11 02:51:57 +0100 (Sun, 11 Nov 2007) | 3 lines
7004 Changed paths:
7005    M /trunk/modules/gui/qt4/input_manager.cpp
7006
7007 Store the time and length in int, since we use only the seconds count.
7008
7009
7010 ------------------------------------------------------------------------
7011 r23012 | fkuehne | 2007-11-11 00:21:41 +0100 (Sun, 11 Nov 2007) | 1 line
7012 Changed paths:
7013    M /trunk/modules/demux/avi/avi.c
7014    M /trunk/src/misc/update.c
7015
7016 * a few more
7017 ------------------------------------------------------------------------
7018 r23011 | fkuehne | 2007-11-11 00:14:17 +0100 (Sun, 11 Nov 2007) | 1 line
7019 Changed paths:
7020    M /trunk/modules/access/dshow/dshow.cpp
7021    M /trunk/modules/access/dvdread.c
7022    M /trunk/modules/access/file.c
7023    M /trunk/modules/audio_output/auhal.c
7024    M /trunk/modules/misc/audioscrobbler.c
7025    M /trunk/src/input/decoder.c
7026    M /trunk/src/input/input.c
7027
7028 * English grammar fixes and beautifications for the intf_UserFatal messages
7029 ------------------------------------------------------------------------
7030 r23010 | dionoea | 2007-11-10 17:34:53 +0100 (Sat, 10 Nov 2007) | 12 lines
7031 Changed paths:
7032    M /trunk/Makefile.am
7033    M /trunk/modules/misc/lua/Modules.am
7034    A /trunk/modules/misc/lua/acl.c (from /trunk/modules/misc/lua/net.c:22977)
7035    M /trunk/modules/misc/lua/callbacks.c
7036    A /trunk/modules/misc/lua/httpd.c (from /trunk/modules/misc/lua/net.c:22977)
7037    M /trunk/modules/misc/lua/intf.c
7038    M /trunk/modules/misc/lua/net.c
7039    M /trunk/modules/misc/lua/vlc.c
7040    M /trunk/modules/misc/lua/vlc.h
7041    M /trunk/share/Makefile.am
7042    A /trunk/share/http-lua (from /trunk/share/http:22977)
7043    A /trunk/share/http-lua/custom.lua
7044    M /trunk/share/http-lua/dialogs/browse
7045    M /trunk/share/http-lua/dialogs/footer
7046    M /trunk/share/http-lua/dialogs/input
7047    M /trunk/share/http-lua/dialogs/main
7048    M /trunk/share/http-lua/dialogs/mosaic
7049    M /trunk/share/http-lua/dialogs/playlist
7050    M /trunk/share/http-lua/dialogs/sout
7051    M /trunk/share/http-lua/dialogs/vlm
7052    M /trunk/share/http-lua/flash.html
7053    M /trunk/share/http-lua/index.html
7054    R /trunk/share/http-lua/js (from /trunk/share/http/js:23009)
7055    R /trunk/share/http-lua/js/functions.js (from /trunk/share/http/js/functions.js:23009)
7056    M /trunk/share/http-lua/mosaic.html
7057    M /trunk/share/http-lua/requests/browse.xml
7058    M /trunk/share/http-lua/requests/playlist.xml
7059    M /trunk/share/http-lua/requests/status.xml
7060    M /trunk/share/http-lua/requests/vlm.xml
7061    M /trunk/share/http-lua/requests/vlm_cmd.xml
7062    M /trunk/share/http-lua/vlm.html
7063    M /trunk/share/http-lua/vlm_export.html
7064    A /trunk/share/luaintf/http.lua (from /trunk/share/luaintf/rc.lua:22977)
7065    A /trunk/share/luaintf/modules/acl.lua (from /trunk/share/luaintf/modules/host.lua:22977)
7066    M /trunk/share/luaintf/modules/common.lua
7067    A /trunk/share/luaintf/modules/httpd.lua (from /trunk/share/luaintf/modules/host.lua:22977)
7068    M /trunk/share/luaintf/rc.lua
7069
7070 Port the http interface to the Lua Interface Module framework.
7071
7072  * share/luaintf/http.lua: Equivalent of the legacy modules/control/http/
7073    module. (The new module takes 272 lines of Lua, instead of 5475 lines for
7074    the old one.) Functionality is basically the same except for CGI support
7075    which is missing.
7076  * share/http-lua/: The HTML files using the new <?vlc [lua code] ?> syntax.
7077  * modules/misc/lua/: Add Lua bindings for a few VLC function, the most
7078    important being the HTTPd high level functions, ACLs, stat and opendir.
7079
7080 The Lua code still needs to be cleaned up a bit.
7081
7082 ------------------------------------------------------------------------
7083 r23009 | pdherbemont | 2007-11-10 16:26:11 +0100 (Sat, 10 Nov 2007) | 2 lines
7084 Changed paths:
7085    M /trunk/extras/contrib/src/Makefile
7086
7087 contrib/src/Makefile: Update ffmpeg macosx-intel patch application recipe.
7088
7089 ------------------------------------------------------------------------
7090 r23008 | pdherbemont | 2007-11-10 16:09:52 +0100 (Sat, 10 Nov 2007) | 2 lines
7091 Changed paths:
7092    M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
7093
7094 contrib/ffmpeg-macosx-intel-mmx.patch: Use Graham Booker's patch which works around the ld64 text relocation bug.
7095
7096 ------------------------------------------------------------------------
7097 r23007 | pdherbemont | 2007-11-10 15:58:14 +0100 (Sat, 10 Nov 2007) | 2 lines
7098 Changed paths:
7099    M /trunk/configure.ac
7100
7101 configure.ac: On Mac OS X, if ld has the text reloc bug, disable mmx and sse.
7102
7103 ------------------------------------------------------------------------
7104 r23006 | pdherbemont | 2007-11-10 15:23:03 +0100 (Sat, 10 Nov 2007) | 2 lines
7105 Changed paths:
7106    M /trunk/configure.ac
7107
7108 configure.ac: Allow --disable-mmx and --disable-sse.
7109
7110 ------------------------------------------------------------------------
7111 r23005 | fkuehne | 2007-11-10 15:11:33 +0100 (Sat, 10 Nov 2007) | 1 line
7112 Changed paths:
7113    M /trunk/extras/contrib/bootstrap
7114
7115 ehm, forgot this in [23004]
7116 ------------------------------------------------------------------------
7117 r23004 | fkuehne | 2007-11-10 15:10:33 +0100 (Sat, 10 Nov 2007) | 1 line
7118 Changed paths:
7119    M /trunk/extras/contrib/src/Makefile
7120
7121 * disable ASM support in libtheora for now (until the authors release a fixed version or Apple a fixed ld)
7122 ------------------------------------------------------------------------
7123 r23003 | damienf | 2007-11-10 00:39:35 +0100 (Sat, 10 Nov 2007) | 2 lines
7124 Changed paths:
7125    M /trunk/configure.ac
7126
7127 - lua: meeds winsock2 on win32
7128
7129 ------------------------------------------------------------------------
7130 r23002 | xtophe | 2007-11-09 23:07:51 +0100 (Fri, 09 Nov 2007) | 2 lines
7131 Changed paths:
7132    M /trunk/Makefile.am
7133
7134 Don't replace @ on file without e-mail address
7135
7136 ------------------------------------------------------------------------
7137 r23001 | jb | 2007-11-09 19:59:33 +0100 (Fri, 09 Nov 2007) | 3 lines
7138 Changed paths:
7139    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7140    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
7141
7142 Qt4 - Sprefs: cosmetic and string change.
7143
7144
7145 ------------------------------------------------------------------------
7146 r23000 | xtophe | 2007-11-09 19:43:12 +0100 (Fri, 09 Nov 2007) | 1 line
7147 Changed paths:
7148    M /trunk/modules/audio_filter/channel_mixer/mono.c
7149
7150 Typo
7151 ------------------------------------------------------------------------
7152 r22999 | xtophe | 2007-11-09 19:19:53 +0100 (Fri, 09 Nov 2007) | 2 lines
7153 Changed paths:
7154    M /trunk/src/libvlc-common.c
7155
7156 Bool options need a special format
7157
7158 ------------------------------------------------------------------------
7159 r22998 | jpsaman | 2007-11-09 11:26:44 +0100 (Fri, 09 Nov 2007) | 2 lines
7160 Changed paths:
7161    M /trunk/modules/codec/dvbsub.c
7162
7163 Fix some potential segfaults, some cleanup and fix subtitling positioning.
7164
7165 ------------------------------------------------------------------------
7166 r22997 | jb | 2007-11-09 03:30:53 +0100 (Fri, 09 Nov 2007) | 2 lines
7167 Changed paths:
7168    M /trunk/modules/gui/qt4/dialogs/open.cpp
7169    M /trunk/modules/gui/qt4/dialogs/open.hpp
7170    M /trunk/modules/gui/qt4/dialogs_provider.hpp
7171
7172 Qt4 - Open: clean again, and fix the clear() bug.
7173
7174 ------------------------------------------------------------------------
7175 r22996 | jb | 2007-11-09 03:11:08 +0100 (Fri, 09 Nov 2007) | 2 lines
7176 Changed paths:
7177    M /trunk/modules/gui/qt4/dialogs/open.cpp
7178
7179 Qt4 - Open Dialog: Code cosmetic.
7180
7181 ------------------------------------------------------------------------
7182 r22995 | jb | 2007-11-09 03:06:42 +0100 (Fri, 09 Nov 2007) | 3 lines
7183 Changed paths:
7184    M /trunk/modules/gui/qt4/dialogs/open.cpp
7185    M /trunk/modules/gui/qt4/dialogs_provider.cpp
7186    M /trunk/modules/gui/qt4/dialogs_provider.hpp
7187    M /trunk/modules/gui/qt4/main_interface.cpp
7188    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
7189
7190 Qt4 - Slight string change and code cosmetic.
7191
7192
7193 ------------------------------------------------------------------------
7194 r22994 | xtophe | 2007-11-09 00:08:19 +0100 (Fri, 09 Nov 2007) | 2 lines
7195 Changed paths:
7196    M /trunk/src/libvlc-module.c
7197
7198 typo
7199
7200 ------------------------------------------------------------------------
7201 r22993 | xtophe | 2007-11-08 23:52:51 +0100 (Thu, 08 Nov 2007) | 2 lines
7202 Changed paths:
7203    M /trunk/po/sl.po
7204
7205 Slovenian l10n update by Matej Urban?\196?\141i?\196?\141
7206
7207 ------------------------------------------------------------------------
7208 r22992 | dionoea | 2007-11-08 23:14:52 +0100 (Thu, 08 Nov 2007) | 2 lines
7209 Changed paths:
7210    M /trunk/share/http/js/functions.js
7211
7212 Remove AltGr+Space character (firefox doesn't like it).
7213
7214 ------------------------------------------------------------------------
7215 r22991 | jb | 2007-11-08 02:07:15 +0100 (Thu, 08 Nov 2007) | 3 lines
7216 Changed paths:
7217    M /trunk/src/playlist/thread.c
7218
7219 Correct a typo in [22984], s/meta-fetch/fetch-meta :D
7220
7221
7222 ------------------------------------------------------------------------
7223 r22990 | jb | 2007-11-08 01:54:54 +0100 (Thu, 08 Nov 2007) | 3 lines
7224 Changed paths:
7225    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
7226
7227 Qt4 - strings modif.
7228
7229
7230 ------------------------------------------------------------------------
7231 r22989 | jb | 2007-11-08 01:45:23 +0100 (Thu, 08 Nov 2007) | 3 lines
7232 Changed paths:
7233    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
7234
7235 Qt4 - Interfaces, strings change.
7236
7237
7238 ------------------------------------------------------------------------
7239 r22988 | funman | 2007-11-08 01:36:09 +0100 (Thu, 08 Nov 2007) | 2 lines
7240 Changed paths:
7241    M /trunk/po/af.po
7242    M /trunk/po/ar.po
7243    M /trunk/po/bn.po
7244    M /trunk/po/ca.po
7245    M /trunk/po/co.po
7246    M /trunk/po/cs.po
7247    M /trunk/po/da.po
7248    M /trunk/po/de.po
7249    M /trunk/po/el.po
7250    M /trunk/po/en_GB.po
7251    M /trunk/po/es.po
7252    M /trunk/po/eu.po
7253    M /trunk/po/fa.po
7254    M /trunk/po/fi.po
7255    M /trunk/po/fr.po
7256    M /trunk/po/fur.po
7257    M /trunk/po/gl.po
7258    M /trunk/po/he.po
7259    M /trunk/po/hi.po
7260    M /trunk/po/hu.po
7261    M /trunk/po/it.po
7262    M /trunk/po/ja.po
7263    M /trunk/po/ka.po
7264    M /trunk/po/ko.po
7265    M /trunk/po/lt.po
7266    M /trunk/po/lv.po
7267    M /trunk/po/ms.po
7268    M /trunk/po/my.po
7269    M /trunk/po/ne.po
7270    M /trunk/po/nl.po
7271    M /trunk/po/no.po
7272    M /trunk/po/oc.po
7273    M /trunk/po/pa.po
7274    M /trunk/po/pl.po
7275    M /trunk/po/ps.po
7276    M /trunk/po/pt_BR.po
7277    M /trunk/po/pt_PT.po
7278    M /trunk/po/ro.po
7279    M /trunk/po/ru.po
7280    M /trunk/po/sk.po
7281    M /trunk/po/sl.po
7282    M /trunk/po/sq.po
7283    M /trunk/po/sv.po
7284    M /trunk/po/tet.po
7285    M /trunk/po/th.po
7286    M /trunk/po/tl.po
7287    M /trunk/po/tr.po
7288    M /trunk/po/zh_CN.po
7289    M /trunk/po/zh_TW.po
7290
7291 check in updated po files
7292
7293 ------------------------------------------------------------------------
7294 r22987 | xtophe | 2007-11-08 01:07:58 +0100 (Thu, 08 Nov 2007) | 2 lines
7295 Changed paths:
7296    M /trunk/Makefile.am
7297    M /trunk/po/POTFILES.in
7298
7299 Don't put built sources in POTFILES.in
7300
7301 ------------------------------------------------------------------------
7302 r22986 | jb | 2007-11-08 00:22:59 +0100 (Thu, 08 Nov 2007) | 4 lines
7303 Changed paths:
7304    M /trunk/modules/codec/ffmpeg/ffmpeg.c
7305
7306 FFmpeg - add the MPCK fourCC, that seems to be associated to some SV8.
7307 But it may be useless, because of our mpc demuxer...
7308
7309
7310 ------------------------------------------------------------------------
7311 r22985 | jb | 2007-11-08 00:00:58 +0100 (Thu, 08 Nov 2007) | 3 lines
7312 Changed paths:
7313    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7314    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
7315
7316 Qt4 - Add the meta-fetcher option to the privacy part of the Simple preferences.
7317
7318
7319 ------------------------------------------------------------------------
7320 r22984 | pdherbemont | 2007-11-07 22:21:46 +0100 (Wed, 07 Nov 2007) | 2 lines
7321 Changed paths:
7322    M /trunk/src/libvlc-module.c
7323    M /trunk/src/playlist/engine.c
7324    M /trunk/src/playlist/playlist_internal.h
7325    M /trunk/src/playlist/thread.c
7326
7327 playlist: Add an option to disable meta-fetch. (Need to be merged with art-fetch).
7328
7329 ------------------------------------------------------------------------
7330 r22983 | xtophe | 2007-11-07 21:20:41 +0100 (Wed, 07 Nov 2007) | 2 lines
7331 Changed paths:
7332    M /trunk/po/POTFILES.in
7333    M /trunk/po/vlc.pot
7334
7335 Update vlc.pot
7336
7337 ------------------------------------------------------------------------
7338 r22982 | dionoea | 2007-11-07 20:36:02 +0100 (Wed, 07 Nov 2007) | 2 lines
7339 Changed paths:
7340    M /trunk/include/vlc_httpd.h
7341    M /trunk/src/network/httpd.c
7342
7343 Return the p_sys pointer in the httpd_{Handler,File}Delete functions (in case you need it to clean up stuff).
7344
7345 ------------------------------------------------------------------------
7346 r22981 | jb | 2007-11-07 18:59:24 +0100 (Wed, 07 Nov 2007) | 3 lines
7347 Changed paths:
7348    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7349    M /trunk/modules/gui/qt4/qt4.cpp
7350    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
7351
7352 Qt4 - Add some privacy options to Simple Preferences.
7353
7354
7355 ------------------------------------------------------------------------
7356 r22980 | jb | 2007-11-07 03:21:04 +0100 (Wed, 07 Nov 2007) | 4 lines
7357 Changed paths:
7358    M /trunk/modules/gui/qt4/main_interface.cpp
7359
7360 Qt4 - Display "--:--" in the status bar when vlc can't guess the total time.
7361 I think it is better that way and confuse less the users.
7362
7363
7364 ------------------------------------------------------------------------
7365 r22979 | jb | 2007-11-07 03:11:30 +0100 (Wed, 07 Nov 2007) | 3 lines
7366 Changed paths:
7367    M /trunk/modules/gui/qt4/main_interface.cpp
7368
7369 Qt4 - MainInterface, Don't show remaining time when length is 0.
7370
7371
7372 ------------------------------------------------------------------------
7373 r22977 | pdherbemont | 2007-11-06 19:04:38 +0100 (Tue, 06 Nov 2007) | 2 lines
7374 Changed paths:
7375    M /trunk/configure.ac
7376
7377 configure.ac: Previous commit isn't necessary, isysroot implies syslibroot from experience.
7378
7379 ------------------------------------------------------------------------
7380 r22976 | pdherbemont | 2007-11-06 17:37:40 +0100 (Tue, 06 Nov 2007) | 2 lines
7381 Changed paths:
7382    M /trunk/configure.ac
7383
7384 configure.ac: Use -syslibroot ld argument when using --with-macosx-sdk.
7385
7386 ------------------------------------------------------------------------
7387 r22975 | jb | 2007-11-06 03:55:44 +0100 (Tue, 06 Nov 2007) | 3 lines
7388 Changed paths:
7389    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7390
7391 Qt4 - SPrefs, make the hotkeys module take all the space available.
7392
7393
7394 ------------------------------------------------------------------------
7395 r22974 | jb | 2007-11-06 03:47:07 +0100 (Tue, 06 Nov 2007) | 3 lines
7396 Changed paths:
7397    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7398
7399 Qt4 - Long lines, cosmetics and trailing spaces fixes.
7400
7401
7402 ------------------------------------------------------------------------
7403 r22973 | jb | 2007-11-06 03:43:01 +0100 (Tue, 06 Nov 2007) | 2 lines
7404 Changed paths:
7405    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7406
7407 Qt4 - SPrefs: use a switch to remove stupid iterative ifs.
7408
7409 ------------------------------------------------------------------------
7410 r22972 | jb | 2007-11-06 03:30:19 +0100 (Tue, 06 Nov 2007) | 2 lines
7411 Changed paths:
7412    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7413
7414 Qt4 - Remove unreachable code.
7415
7416 ------------------------------------------------------------------------
7417 r22971 | jb | 2007-11-06 03:25:30 +0100 (Tue, 06 Nov 2007) | 3 lines
7418 Changed paths:
7419    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7420    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
7421
7422 Qt4 - Hotkeys Preferences: * Create the QLabel warning only if needed,
7423                            * Fix the "empty value, empty text" key bug.
7424
7425 ------------------------------------------------------------------------
7426 r22970 | jb | 2007-11-06 03:05:47 +0100 (Tue, 06 Nov 2007) | 3 lines
7427 Changed paths:
7428    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
7429    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7430    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
7431
7432 Qt4 - Hotkeys, correct some unicode problem and change the default behaviour.
7433
7434
7435 ------------------------------------------------------------------------
7436 r22969 | jb | 2007-11-06 00:52:23 +0100 (Tue, 06 Nov 2007) | 3 lines
7437 Changed paths:
7438    M /trunk/modules/gui/qt4/Modules.am
7439    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
7440    D /trunk/modules/gui/qt4/ui/sprefs_hotkeys.ui
7441
7442 Qt4 - Remove now unneeded files.
7443
7444
7445 ------------------------------------------------------------------------
7446 r22968 | jb | 2007-11-06 00:47:40 +0100 (Tue, 06 Nov 2007) | 3 lines
7447 Changed paths:
7448    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7449    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
7450    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7451
7452 Qt4 - Unification of Hotkeys for Sprefs et Adv Preferences.
7453
7454
7455 ------------------------------------------------------------------------
7456 r22967 | jb | 2007-11-06 00:12:08 +0100 (Tue, 06 Nov 2007) | 3 lines
7457 Changed paths:
7458    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7459
7460 Qt4 - make GNOME and KDE people happy.
7461
7462
7463 ------------------------------------------------------------------------
7464 r22966 | jb | 2007-11-06 00:01:15 +0100 (Tue, 06 Nov 2007) | 3 lines
7465 Changed paths:
7466    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7467    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
7468
7469 Qt4 - Improve the hotkeys preferences.
7470
7471
7472 ------------------------------------------------------------------------
7473 r22965 | dionoea | 2007-11-05 22:52:26 +0100 (Mon, 05 Nov 2007) | 5 lines
7474 Changed paths:
7475    M /trunk/modules/misc/lua/intf.c
7476    M /trunk/modules/misc/lua/vlc.c
7477    M /trunk/modules/misc/lua/vlc.h
7478    M /trunk/modules/misc/lua/vlm.c
7479    M /trunk/share/luaintf/rc.lua
7480    M /trunk/share/luaintf/telnet.lua
7481
7482  * modules/misc/lua:
7483    * Add vlc.license()
7484    * vlc.vlm.execute_command() now returns the VLC error code and the corresponding error message as 2nd and 3rd return values.
7485  * share/luaintf: add help and module description related stuff to the telnet and rc modules.
7486
7487 ------------------------------------------------------------------------
7488 r22964 | dionoea | 2007-11-05 21:46:41 +0100 (Mon, 05 Nov 2007) | 2 lines
7489 Changed paths:
7490    M /trunk/share/luaintf/rc.lua
7491
7492 Revert part of r22952 which broke commands of more than 1000 chars.
7493
7494 ------------------------------------------------------------------------
7495 r22963 | xtophe | 2007-11-05 20:42:29 +0100 (Mon, 05 Nov 2007) | 2 lines
7496 Changed paths:
7497    M /trunk/share/luaintf/dummy.lua
7498    M /trunk/share/luaintf/hotkeys.lua
7499    M /trunk/share/luaintf/modules/common.lua
7500    M /trunk/share/luaintf/modules/host.lua
7501    M /trunk/share/luaintf/rc.lua
7502    M /trunk/share/luaintf/telnet.lua
7503
7504 svn:keywords
7505
7506 ------------------------------------------------------------------------
7507 r22962 | pdherbemont | 2007-11-05 18:18:17 +0100 (Mon, 05 Nov 2007) | 2 lines
7508 Changed paths:
7509    M /trunk/Makefile.am
7510
7511 Makefile.am: Build and export the Framework in package-macosx. This is probably not an appropriate place and will change one day.
7512
7513 ------------------------------------------------------------------------
7514 r22961 | courmisch | 2007-11-05 18:08:36 +0100 (Mon, 05 Nov 2007) | 2 lines
7515 Changed paths:
7516    M /trunk/modules/audio_output/alsa.c
7517
7518 Cosmetic fix (excessive indentation)
7519
7520 ------------------------------------------------------------------------
7521 r22960 | courmisch | 2007-11-05 17:58:36 +0100 (Mon, 05 Nov 2007) | 2 lines
7522 Changed paths:
7523    M /trunk/modules/audio_output/alsa.c
7524
7525 Fix a few minor race conditions
7526
7527 ------------------------------------------------------------------------
7528 r22959 | courmisch | 2007-11-05 17:24:07 +0100 (Mon, 05 Nov 2007) | 2 lines
7529 Changed paths:
7530    M /trunk/modules/audio_output/alsa.c
7531
7532 Fix previous commit
7533
7534 ------------------------------------------------------------------------
7535 r22958 | courmisch | 2007-11-05 17:16:36 +0100 (Mon, 05 Nov 2007) | 2 lines
7536 Changed paths:
7537    M /trunk/modules/audio_output/alsa.c
7538
7539 Recover from ALSA suspend properly if the device does not support resuming
7540
7541 ------------------------------------------------------------------------
7542 r22957 | pdherbemont | 2007-11-05 17:13:57 +0100 (Mon, 05 Nov 2007) | 2 lines
7543 Changed paths:
7544    M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
7545
7546 MacOSX/Framework/VLC.xcodeproj: Fix compilation.
7547
7548 ------------------------------------------------------------------------
7549 r22956 | jb | 2007-11-05 08:26:36 +0100 (Mon, 05 Nov 2007) | 3 lines
7550 Changed paths:
7551    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
7552    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7553
7554 Qt4 - Preferences, improve a bit the Hotkeys. Preparatory work to merge the Hotkeys from SPrefs and AdvPrefs.
7555
7556
7557 ------------------------------------------------------------------------
7558 r22955 | jb | 2007-11-05 07:07:25 +0100 (Mon, 05 Nov 2007) | 2 lines
7559 Changed paths:
7560    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7561
7562 Qt4 - Preferences: spaces and comments.
7563
7564 ------------------------------------------------------------------------
7565 r22954 | jb | 2007-11-05 05:36:55 +0100 (Mon, 05 Nov 2007) | 4 lines
7566 Changed paths:
7567    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7568
7569 qt4 - SPrefs: define a caching general value ( Custom, lowest, low, normal, high, highest) that control all the caching values in the preferences for dummies.
7570 Preferences for dummies should now be finished. ref #603
7571
7572
7573 ------------------------------------------------------------------------
7574 r22953 | jb | 2007-11-05 04:16:17 +0100 (Mon, 05 Nov 2007) | 2 lines
7575 Changed paths:
7576    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7577    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7578    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
7579
7580 Qt4 - SPrefs, doing funny things with qobject_cast to improve a bit the code...
7581
7582 ------------------------------------------------------------------------
7583 r22952 | funman | 2007-11-05 02:48:25 +0100 (Mon, 05 Nov 2007) | 2 lines
7584 Changed paths:
7585    M /trunk/share/luaintf/rc.lua
7586
7587 luarc: use info instead of error when exiting, don't try to interpret empty lines as commands
7588
7589 ------------------------------------------------------------------------
7590 r22951 | jb | 2007-11-05 01:29:23 +0100 (Mon, 05 Nov 2007) | 3 lines
7591 Changed paths:
7592    M /trunk/modules/gui/qt4/ui/sprefs_input.ui
7593
7594 Qt4 - fix qt4.2 compilation
7595
7596
7597 ------------------------------------------------------------------------
7598 r22950 | funman | 2007-11-05 00:42:06 +0100 (Mon, 05 Nov 2007) | 3 lines
7599 Changed paths:
7600    M /trunk/modules/misc/screensaver.c
7601
7602 screensaver: replaces system() calls by fork()/execv()/waitpid()
7603 A side effect is that on FreeBSD the console is not filled anymore with "xscreensaver-xxx not found", because "/bin/sh xx 2>&-" will not close stderr if the specified command doesn't exist.
7604
7605 ------------------------------------------------------------------------
7606 r22949 | jb | 2007-11-05 00:22:46 +0100 (Mon, 05 Nov 2007) | 3 lines
7607 Changed paths:
7608    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7609    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
7610    M /trunk/modules/gui/qt4/ui/sprefs_input.ui
7611
7612 Qt4 - SPrefs, save the access-filter.
7613
7614
7615 ------------------------------------------------------------------------
7616 r22948 | dionoea | 2007-11-05 00:10:10 +0100 (Mon, 05 Nov 2007) | 3 lines
7617 Changed paths:
7618    M /trunk/modules/misc/lua/playlist.c
7619    M /trunk/modules/misc/lua/vlc.c
7620
7621 Some more simplification of the luaplaylist/luameta code.
7622 Fix a few FIXMEs.
7623
7624 ------------------------------------------------------------------------
7625 r22947 | dionoea | 2007-11-04 23:40:00 +0100 (Sun, 04 Nov 2007) | 2 lines
7626 Changed paths:
7627    M /trunk/modules/misc/lua/vlc.c
7628
7629 Don't pop the string before using it (else our pointer points to garbage) and add a user friendly error message in vlclua_stream_new.
7630
7631 ------------------------------------------------------------------------
7632 r22946 | dionoea | 2007-11-04 22:42:27 +0100 (Sun, 04 Nov 2007) | 45 lines
7633 Changed paths:
7634    M /trunk/Makefile.am
7635    M /trunk/modules/misc/lua/Modules.am
7636    A /trunk/modules/misc/lua/callbacks.c
7637    A /trunk/modules/misc/lua/configuration.c
7638    A /trunk/modules/misc/lua/intf.c (from /trunk/modules/misc/lua/vlclua.c:22766)
7639    D /trunk/modules/misc/lua/luameta.c
7640    D /trunk/modules/misc/lua/luaplaylist.c
7641    A /trunk/modules/misc/lua/meta.c (from /trunk/modules/misc/lua/luameta.c:22766)
7642    A /trunk/modules/misc/lua/net.c
7643    A /trunk/modules/misc/lua/objects.c
7644    A /trunk/modules/misc/lua/playlist.c (from /trunk/modules/misc/lua/luaplaylist.c:22766)
7645    A /trunk/modules/misc/lua/variables.c
7646    A /trunk/modules/misc/lua/vlc.c (from /trunk/modules/misc/lua/vlclua.c:22766)
7647    A /trunk/modules/misc/lua/vlc.h (from /trunk/modules/misc/lua/vlclua.h:22766)
7648    D /trunk/modules/misc/lua/vlclua.c
7649    D /trunk/modules/misc/lua/vlclua.h
7650    A /trunk/modules/misc/lua/vlm.c
7651    M /trunk/share/Makefile.am
7652    A /trunk/share/luaintf
7653    A /trunk/share/luaintf/dummy.lua
7654    A /trunk/share/luaintf/hotkeys.lua
7655    A /trunk/share/luaintf/modules
7656    A /trunk/share/luaintf/modules/common.lua
7657    A /trunk/share/luaintf/modules/host.lua
7658    A /trunk/share/luaintf/rc.lua
7659    A /trunk/share/luaintf/telnet.lua
7660
7661 Add a new type of VLC Lua module: Interfaces.
7662 Two things led me to add this new type of Lua modules:
7663  * Most interfaces duplicate code from one another (rc and telnet both deal
7664    with sockets, rc and hotkeys duplicate VLC interfacing code)
7665  * It's easier to code in Lua than in C (for high level stuff)
7666 (* Users can code their own module easily, all they need is a text editor.)
7667
7668 Most of the changes in modules/misc/ are Lua wrappers for different C APIs
7669 in VLC. I'd say that 90% of those wrappers won't change, the other 10% might
7670  need small changes (mostly to simplify the C code).
7671
7672 The VLC Lua "interface" module will look for lua scripts in the
7673 *share*/luaintf/ directory. Files in *share*/luaintf/modules/ are lua modules
7674 which can be used by multiple VLC Lua modules (using require "modulename").
7675
7676 This commit includes 4 Lua interface modules:
7677  * dummy.lua: the default module. Prints error messages and quits.
7678  * rc.lua: equivalent to the legacy rc.c module. Also includes a bunch of
7679    new features (+ multiple socket connections at a time work!). See file for
7680    more details.
7681  * telnet.lua: equivalent to the legacy telnet.c module. See file for more
7682    details.
7683  * hotkeys.lua: a rewrite of the hotkey handling module. This module is still
7684    experimental. I'll need to change VLC core hotkeys stuff to make it work
7685    like I want (ie: 1 hotkey triggers 1 action instead of the current 1 action
7686    can have 1 hotkey). This version executes 3 dummy actions when keys 'q',
7687    'w' or 'x' are pressed.
7688
7689 What's left to do:
7690  * Port the http interface plugin to this framework (at least for the
7691    macros/rpn part ... using <?vlc some lua code ?> ?\195?\160 la PHP would be way
7692    easier than what we currently have).
7693  * Finish work on the hotkeys module.
7694  * Code a real telnet/rc module with autocompletion and all the cool features
7695    usually found in a telnet/terminal interface.
7696  * Trash the legacy C modules.
7697
7698 Stuff to test (which I can't test myself):
7699  * Win32 and Mac OS X specific changes to Makefile.am
7700  * Console interface under Win32. I expect it not to work.
7701
7702 Other stuff included in this changeset are:
7703  * Code cleanup (I'm sure that it's still possible to simplify some of the old lua bindings code).
7704  * That's pretty much it in fact :/
7705
7706 ------------------------------------------------------------------------
7707 r22945 | dionoea | 2007-11-04 22:07:50 +0100 (Sun, 04 Nov 2007) | 2 lines
7708 Changed paths:
7709    M /trunk/modules/control/rc.c
7710
7711 Remove unneed setting of val.b_bool before calling var_Set( p_input, "rate-{faster,slower}", val ) in the rc module. Those variables are of type VLC_VAR_VOID.
7712
7713 ------------------------------------------------------------------------
7714 r22944 | dionoea | 2007-11-04 22:06:11 +0100 (Sun, 04 Nov 2007) | 2 lines
7715 Changed paths:
7716    M /trunk/src/modules/configuration.c
7717
7718 When calling config_GetType on a CONFIG_ITEM_KEY, return VLC_VAR_INTEGER instead of 0.
7719
7720 ------------------------------------------------------------------------
7721 r22943 | dionoea | 2007-11-04 22:05:00 +0100 (Sun, 04 Nov 2007) | 2 lines
7722 Changed paths:
7723    M /trunk/include/vlc_interface.h
7724    M /trunk/src/interface/interface.c
7725
7726 Add a psz_intf member to intf_thread_t. This holds the string given to module_Need to load the interface (which can then be used by the interface to know what name was used to load it).
7727
7728 ------------------------------------------------------------------------
7729 r22942 | fkuehne | 2007-11-04 19:29:24 +0100 (Sun, 04 Nov 2007) | 1 line
7730 Changed paths:
7731    M /trunk/modules/gui/macosx/open.m
7732
7733 * ehm, added a missing test case checking if EyeTV wasn't launch prior to VLC's launch time
7734 ------------------------------------------------------------------------
7735 r22941 | fkuehne | 2007-11-04 13:17:39 +0100 (Sun, 04 Nov 2007) | 1 line
7736 Changed paths:
7737    M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
7738
7739 * we don't need AUTHORS, THANKS, COPYING and README (generic edition) inside our app bundle anymore, as they're either hard-coded or present on the disk-image anyway
7740 ------------------------------------------------------------------------
7741 r22940 | fkuehne | 2007-11-04 12:57:25 +0100 (Sun, 04 Nov 2007) | 1 line
7742 Changed paths:
7743    M /trunk/README.MacOSX.rtf
7744
7745 * updated the README for 0.9.0
7746 ------------------------------------------------------------------------
7747 r22939 | fkuehne | 2007-11-04 12:57:04 +0100 (Sun, 04 Nov 2007) | 1 line
7748 Changed paths:
7749    M /trunk/modules/gui/macosx/about.h
7750    M /trunk/modules/gui/macosx/about.m
7751
7752 * use the hard-coded authors and thanks lists instead of bundled files and incorporate [22938] for trunk
7753 ------------------------------------------------------------------------
7754 r22937 | funman | 2007-11-04 12:12:06 +0100 (Sun, 04 Nov 2007) | 1 line
7755 Changed paths:
7756    M /trunk/modules/access/vcd/cdrom.c
7757
7758 use correct return type
7759 ------------------------------------------------------------------------
7760 r22936 | ipkiss | 2007-11-04 11:28:26 +0100 (Sun, 04 Nov 2007) | 2 lines
7761 Changed paths:
7762    M /trunk/modules/gui/qt4/dialogs/help.cpp
7763
7764 qt4/dialogs/help.cpp: Fixed some typos
7765
7766 ------------------------------------------------------------------------
7767 r22935 | damienf | 2007-11-03 21:09:50 +0100 (Sat, 03 Nov 2007) | 2 lines
7768 Changed paths:
7769    M /trunk/Makefile.am
7770
7771 - mozilla plugin: added support for XCode 3 tools (leopard)
7772
7773 ------------------------------------------------------------------------
7774 r22934 | xtophe | 2007-11-03 17:14:21 +0100 (Sat, 03 Nov 2007) | 2 lines
7775 Changed paths:
7776    M /trunk/modules/gui/qt4/Modules.am
7777
7778 Remove useless and broken rule
7779
7780 ------------------------------------------------------------------------
7781 r22933 | funman | 2007-11-03 15:38:46 +0100 (Sat, 03 Nov 2007) | 2 lines
7782 Changed paths:
7783    M /trunk/share/luaplaylist/youtube.lua
7784
7785 youtube.lua: removes bad copy/pasting
7786
7787 ------------------------------------------------------------------------
7788 r22932 | funman | 2007-11-03 15:28:52 +0100 (Sat, 03 Nov 2007) | 4 lines
7789 Changed paths:
7790    M /trunk/share/Makefile.am
7791    M /trunk/share/luameta/googleimage.lua
7792    M /trunk/share/luaplaylist/appletrailers.lua
7793    M /trunk/share/luaplaylist/break.lua
7794    M /trunk/share/luaplaylist/dailymotion.lua
7795    M /trunk/share/luaplaylist/googlevideo.lua
7796    M /trunk/share/luaplaylist/lelombrik.lua
7797    M /trunk/share/luaplaylist/metacafe.lua
7798    M /trunk/share/luaplaylist/youtube.lua
7799    M /trunk/share/luaplaylist/youtube_homepage.lua
7800
7801 lua: adds a copyright notice and a GPLv2+ header to each lua script
7802 authors: feel free to change to the licence you want, and to add yourself to the Authors list
7803 additionnally, adds break.lua to its Makefile.am
7804
7805 ------------------------------------------------------------------------
7806 r22931 | funman | 2007-11-03 15:08:32 +0100 (Sat, 03 Nov 2007) | 2 lines
7807 Changed paths:
7808    A /trunk/share/luaplaylist/break.lua
7809
7810 New script for break.com videos website
7811
7812 ------------------------------------------------------------------------
7813 r22930 | funman | 2007-11-03 13:54:19 +0100 (Sat, 03 Nov 2007) | 1 line
7814 Changed paths:
7815    M /trunk/include/vlc_threads_funcs.h
7816
7817 removes some warnings on FreeBSD
7818 ------------------------------------------------------------------------
7819 r22929 | pdherbemont | 2007-11-03 13:16:02 +0100 (Sat, 03 Nov 2007) | 2 lines
7820 Changed paths:
7821    M /trunk/src/control/core.c
7822
7823 control/core.c: Fix a warning about lock being an usunsed variable, by using lock.
7824
7825 ------------------------------------------------------------------------
7826 r22928 | pdherbemont | 2007-11-03 13:13:09 +0100 (Sat, 03 Nov 2007) | 2 lines
7827 Changed paths:
7828    M /trunk/include/vlc/libvlc.h
7829
7830 include/vlc/libvlc.h: libvlc_media_list_flat_media_list->libvlc_media_list_flat_view.
7831
7832 ------------------------------------------------------------------------
7833 r22927 | pdherbemont | 2007-11-03 13:11:13 +0100 (Sat, 03 Nov 2007) | 2 lines
7834 Changed paths:
7835    M /trunk/src/control/libvlc_internal.h
7836
7837 control/libvlc_internal.h: Fix libvlc_media_list_view_release_func_t return type.
7838
7839 ------------------------------------------------------------------------
7840 r22926 | pdherbemont | 2007-11-03 13:07:47 +0100 (Sat, 03 Nov 2007) | 2 lines
7841 Changed paths:
7842    M /trunk/src/control/flat_media_list_view.c
7843
7844 control/flat_media_list_view.c: Remove some dead code. (Reported by jb).
7845
7846 ------------------------------------------------------------------------
7847 r22923 | courmisch | 2007-11-01 21:13:20 +0100 (Thu, 01 Nov 2007) | 2 lines
7848 Changed paths:
7849    M /trunk/THANKS
7850
7851 Thanks
7852
7853 ------------------------------------------------------------------------
7854 r22922 | courmisch | 2007-11-01 21:12:39 +0100 (Thu, 01 Nov 2007) | 3 lines
7855 Changed paths:
7856    M /trunk/src/input/vlm.c
7857
7858 vlm: Use RT rather than monotonic clock - fixes #1288
7859 Patch by Brian C. Wiles
7860
7861 ------------------------------------------------------------------------
7862 r22921 | bitmap | 2007-11-01 13:57:48 +0100 (Thu, 01 Nov 2007) | 3 lines
7863 Changed paths:
7864    M /trunk/modules/misc/freetype.c
7865
7866 Address Trac Issue #1350 - linebreaks being ignored under some
7867 circumstances in styled subtitles.
7868
7869 ------------------------------------------------------------------------
7870 r22920 | jb | 2007-11-01 05:59:58 +0100 (Thu, 01 Nov 2007) | 2 lines
7871 Changed paths:
7872    M /trunk/modules/LIST
7873
7874 Update List of ModuleS.
7875
7876 ------------------------------------------------------------------------
7877 r22919 | funman | 2007-11-01 04:47:33 +0100 (Thu, 01 Nov 2007) | 2 lines
7878 Changed paths:
7879    M /trunk/modules/gui/ncurses.c
7880
7881 ncurses: workaround a race condition spotted by akem. darkwired pwnage
7882
7883 ------------------------------------------------------------------------
7884 r22918 | jpsaman | 2007-10-31 21:30:56 +0100 (Wed, 31 Oct 2007) | 2 lines
7885 Changed paths:
7886    M /trunk/modules/codec/zvbi.c
7887
7888 Fixed transparency when using FFMPEG_SWSCALE in zvbi.
7889
7890 ------------------------------------------------------------------------
7891 r22917 | jpsaman | 2007-10-31 21:30:52 +0100 (Wed, 31 Oct 2007) | 2 lines
7892 Changed paths:
7893    M /trunk/modules/access/v4l2.c
7894
7895 Improve error message for v4l2.
7896
7897 ------------------------------------------------------------------------
7898 r22916 | jb | 2007-10-31 21:26:52 +0100 (Wed, 31 Oct 2007) | 3 lines
7899 Changed paths:
7900    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7901    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
7902    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7903    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
7904    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
7905
7906 Preferences, audio, save the normalizer activation and clean.
7907
7908
7909 ------------------------------------------------------------------------
7910 r22915 | xtophe | 2007-10-31 14:00:59 +0100 (Wed, 31 Oct 2007) | 2 lines
7911 Changed paths:
7912    M /trunk/vlc-config.in.in
7913
7914 Remove wrong -L${PREFIX}/lib from vlc-config
7915
7916 ------------------------------------------------------------------------
7917 r22914 | funman | 2007-10-31 03:51:23 +0100 (Wed, 31 Oct 2007) | 1 line
7918 Changed paths:
7919    M /trunk/src/vlc.c
7920
7921 Yes, sigwait() can fail, so don't ignore its return value
7922 ------------------------------------------------------------------------
7923 r22913 | xtophe | 2007-10-30 23:46:22 +0100 (Tue, 30 Oct 2007) | 2 lines
7924 Changed paths:
7925    M /trunk/mozilla/Makefile.am
7926
7927 Fix moz plugin linking on system with several version of libvlc installed
7928
7929 ------------------------------------------------------------------------
7930 r22912 | funman | 2007-10-30 19:24:06 +0100 (Tue, 30 Oct 2007) | 1 line
7931 Changed paths:
7932    M /trunk/src/libvlc-module.c
7933
7934 Disable album art by default. fix #1280
7935 ------------------------------------------------------------------------
7936 r22911 | xtophe | 2007-10-30 14:54:17 +0100 (Tue, 30 Oct 2007) | 2 lines
7937 Changed paths:
7938    M /trunk/configure.ac
7939
7940 "default auto" means nothing
7941
7942 ------------------------------------------------------------------------
7943 r22910 | xtophe | 2007-10-30 14:46:12 +0100 (Tue, 30 Oct 2007) | 1 line
7944 Changed paths:
7945    M /trunk/modules/gui/qt4/dialogs/help.cpp
7946
7947 Cosmetic
7948 ------------------------------------------------------------------------
7949 r22909 | jpsaman | 2007-10-30 11:27:58 +0100 (Tue, 30 Oct 2007) | 2 lines
7950 Changed paths:
7951    M /trunk/NEWS
7952
7953 Add VBI decoder to NEWS
7954
7955 ------------------------------------------------------------------------
7956 r22908 | funman | 2007-10-30 04:58:28 +0100 (Tue, 30 Oct 2007) | 2 lines
7957 Changed paths:
7958    M /trunk/share/luaplaylist/lelombrik.lua
7959
7960 lua: update lelombrik script
7961
7962 ------------------------------------------------------------------------
7963 r22907 | funman | 2007-10-30 04:42:18 +0100 (Tue, 30 Oct 2007) | 2 lines
7964 Changed paths:
7965    M /trunk/configure.ac
7966    M /trunk/modules/gui/ncurses.c
7967
7968 ncurses: base detection of wide characters support on the presence of libncursesw, and use the same header wether it's present or not
7969
7970 ------------------------------------------------------------------------
7971 r22906 | jb | 2007-10-30 02:38:53 +0100 (Tue, 30 Oct 2007) | 2 lines
7972 Changed paths:
7973    M /trunk/modules/gui/qt4/ui/sout.ui
7974
7975 Qt4 - Ui, small name change.
7976
7977 ------------------------------------------------------------------------
7978 r22905 | jb | 2007-10-30 02:34:48 +0100 (Tue, 30 Oct 2007) | 3 lines
7979 Changed paths:
7980    M /trunk/modules/gui/qt4/dialogs/sout.cpp
7981    M /trunk/modules/gui/qt4/ui/sout.ui
7982
7983 Qt4 - Mkv muxer in GUI... Same as previous from thresh...
7984
7985
7986 ------------------------------------------------------------------------
7987 r22904 | thresh | 2007-10-30 02:31:49 +0100 (Tue, 30 Oct 2007) | 3 lines
7988 Changed paths:
7989    M /trunk/modules/stream_out/standard.c
7990
7991 Six hundred kiloby... i mean, 32 bytes should be enough to store mux info.
7992 Add mkv file extension as ffmpeg now can mux to Matroska.
7993
7994 ------------------------------------------------------------------------
7995 r22903 | jb | 2007-10-30 02:21:03 +0100 (Tue, 30 Oct 2007) | 3 lines
7996 Changed paths:
7997    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
7998
7999 Qt4 - Fix the saving of the preferences to avoid inaccuracies between the panels.
8000 Preferences for dummies ( #603 ) is now almost done in Qt4. Please test and review my commits.
8001
8002 ------------------------------------------------------------------------
8003 r22902 | jb | 2007-10-30 02:08:22 +0100 (Tue, 30 Oct 2007) | 4 lines
8004 Changed paths:
8005    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
8006    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
8007
8008 Qt4 - Preferences, don't remove the widgets to re-add them! Just use hide/show... A stackedLayout would have been a better idea, but this should work.
8009 Please report any breakage, as it might be wrong somewhere.
8010
8011
8012 ------------------------------------------------------------------------
8013 r22901 | funman | 2007-10-30 02:08:03 +0100 (Tue, 30 Oct 2007) | 1 line
8014 Changed paths:
8015    M /trunk/modules/demux/playlist/xspf.c
8016
8017 xspf demuxer: removes some warning
8018 ------------------------------------------------------------------------
8019 r22900 | funman | 2007-10-30 01:48:51 +0100 (Tue, 30 Oct 2007) | 1 line
8020 Changed paths:
8021    M /trunk/modules/gui/qt4/dialogs/help.cpp
8022
8023 qt4: use the brand new vlc_about.h
8024 ------------------------------------------------------------------------
8025 r22899 | jb | 2007-10-30 01:26:54 +0100 (Tue, 30 Oct 2007) | 3 lines
8026 Changed paths:
8027    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
8028    M /trunk/modules/gui/qt4/dialogs/preferences.hpp
8029
8030 Qt4 - Prefs, cleanig again.
8031
8032
8033 ------------------------------------------------------------------------
8034 r22898 | jb | 2007-10-30 01:19:13 +0100 (Tue, 30 Oct 2007) | 3 lines
8035 Changed paths:
8036    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
8037    M /trunk/modules/gui/qt4/components/complete_preferences.hpp
8038    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
8039    M /trunk/modules/gui/qt4/dialogs/preferences.hpp
8040
8041 Qt4 - Prefs; cleaning, disabling unused code, general comments, class renaming, in order to actually use those preferences. :D
8042
8043
8044 ------------------------------------------------------------------------
8045 r22897 | jb | 2007-10-30 00:57:30 +0100 (Tue, 30 Oct 2007) | 3 lines
8046 Changed paths:
8047    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
8048    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
8049
8050 Qt4 - Remove excessive debug.
8051
8052
8053 ------------------------------------------------------------------------
8054 r22896 | jb | 2007-10-30 00:54:03 +0100 (Tue, 30 Oct 2007) | 5 lines
8055 Changed paths:
8056    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
8057    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
8058    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
8059    M /trunk/modules/gui/qt4/dialogs/preferences.hpp
8060
8061 Qt4 - Fix Simple Preference saving...
8062 Gosh, who wrote those simple Preferences ? Seriously ?
8063 ooooooooooooooops...
8064
8065
8066 ------------------------------------------------------------------------
8067 r22895 | xtophe | 2007-10-30 00:35:47 +0100 (Tue, 30 Oct 2007) | 3 lines
8068 Changed paths:
8069    M /trunk/configure.ac
8070    M /trunk/modules/gui/qt4/Modules.am
8071    M /trunk/src/Makefile.am
8072
8073 Move qt4/dialogs/about.hpp to include/vlc_about.h so all interfaces modules can use it.
8074 The change in configure.ac is suboptimal. It would be better to change DEFAULT_INCLUDES to use -I${top_builddir}/include rather than -I${top_builddir}. Automake wizard requested.
8075
8076 ------------------------------------------------------------------------
8077 r22891 | funman | 2007-10-29 12:07:35 +0100 (Mon, 29 Oct 2007) | 3 lines
8078 Changed paths:
8079    M /trunk/configure.ac
8080
8081 Include <sys/socket.h> when testing for <net/if.h>
8082 net/if.h depends on it on some systems (Darwin & FreeBSD at least)
8083
8084 ------------------------------------------------------------------------
8085 r22890 | jb | 2007-10-29 04:18:29 +0100 (Mon, 29 Oct 2007) | 3 lines
8086 Changed paths:
8087    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
8088
8089 Qt4 - whitespaces cleaning, code line size, code beautification ;)
8090
8091
8092 ------------------------------------------------------------------------
8093 r22889 | jb | 2007-10-29 04:02:43 +0100 (Mon, 29 Oct 2007) | 3 lines
8094 Changed paths:
8095    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
8096    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
8097
8098 Qt4 - SPrefs: save the interface value... Doesn't seem to work, so please review.
8099
8100
8101 ------------------------------------------------------------------------
8102 r22888 | jb | 2007-10-29 03:00:53 +0100 (Mon, 29 Oct 2007) | 3 lines
8103 Changed paths:
8104    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
8105    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
8106
8107 Qt4 - and fix the previous [22886]
8108
8109
8110 ------------------------------------------------------------------------
8111 r22887 | jb | 2007-10-29 02:54:08 +0100 (Mon, 29 Oct 2007) | 3 lines
8112 Changed paths:
8113    M /trunk/src/stream_output/profiles.c
8114
8115 Forgotten file in [22883]. Sorry.
8116
8117
8118 ------------------------------------------------------------------------
8119 r22886 | jb | 2007-10-29 02:47:26 +0100 (Mon, 29 Oct 2007) | 4 lines
8120 Changed paths:
8121    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
8122
8123 Qt4 - SPrefs, device selection. Please Review, since I am far from sure that this is a good idea... 
8124 Moreover, is it config_PutPsz( p, name, ASCII ) or  config_PutPsz( p, name, UTF-8 )  ?
8125
8126
8127 ------------------------------------------------------------------------
8128 r22885 | jb | 2007-10-29 02:15:33 +0100 (Mon, 29 Oct 2007) | 3 lines
8129 Changed paths:
8130    M /trunk/modules/gui/qt4/dialogs/sout.cpp
8131
8132 Sout - cleanup. and mark the TODO for the icecast MRL generation...
8133
8134
8135 ------------------------------------------------------------------------
8136 r22884 | jb | 2007-10-29 02:10:45 +0100 (Mon, 29 Oct 2007) | 3 lines
8137 Changed paths:
8138    M /trunk/modules/gui/qt4/ui/sout.ui
8139
8140 Qt4 - Ui - Sout: rearrange the sout possibilities.
8141
8142
8143 ------------------------------------------------------------------------
8144 r22883 | jb | 2007-10-29 02:06:10 +0100 (Mon, 29 Oct 2007) | 3 lines
8145 Changed paths:
8146    M /trunk/include/vlc_streaming.h
8147
8148 Move psz_mountpoint to psz_icecast_mountpoint.
8149
8150
8151 ------------------------------------------------------------------------
8152 r22882 | jb | 2007-10-29 02:05:27 +0100 (Mon, 29 Oct 2007) | 3 lines
8153 Changed paths:
8154    M /trunk/modules/gui/qt4/dialogs/sout.cpp
8155    M /trunk/modules/gui/qt4/ui/sout.ui
8156
8157 Qt4 - Sout: icecast patch mostly rewritten...
8158
8159
8160 ------------------------------------------------------------------------
8161 r22880 | jb | 2007-10-29 00:56:56 +0100 (Mon, 29 Oct 2007) | 3 lines
8162 Changed paths:
8163    M /trunk/modules/gui/qt4/components/open.hpp
8164
8165 qt4 - Don't public slots when unneeded.
8166
8167
8168 ------------------------------------------------------------------------
8169 r22879 | jb | 2007-10-29 00:54:32 +0100 (Mon, 29 Oct 2007) | 3 lines
8170 Changed paths:
8171    M /trunk/modules/gui/qt4/components/open.cpp
8172    M /trunk/modules/gui/qt4/components/open.hpp
8173
8174 Qt4 - Open cleaning and comments.
8175
8176
8177 ------------------------------------------------------------------------
8178 r22878 | jb | 2007-10-29 00:32:21 +0100 (Mon, 29 Oct 2007) | 3 lines
8179 Changed paths:
8180    M /trunk/modules/gui/qt4/components/open.cpp
8181
8182 Qt4 - Open Disc, use a completer for Linux, windows already has its autoprobing.
8183
8184
8185 ------------------------------------------------------------------------
8186 r22877 | jb | 2007-10-29 00:26:34 +0100 (Mon, 29 Oct 2007) | 2 lines
8187 Changed paths:
8188    M /trunk/modules/gui/qt4/ui/sprefs_input.ui
8189
8190 Qt4 - UI '2'
8191
8192 ------------------------------------------------------------------------
8193 r22875 | jb | 2007-10-29 00:19:20 +0100 (Mon, 29 Oct 2007) | 2 lines
8194 Changed paths:
8195    M /trunk/modules/gui/qt4/ui/sprefs_input.ui
8196
8197 Qt4- Ui cleaning.
8198
8199 ------------------------------------------------------------------------
8200 r22874 | fkuehne | 2007-10-28 23:39:26 +0100 (Sun, 28 Oct 2007) | 1 line
8201 Changed paths:
8202    M /trunk/extras/contrib/src/packages.mak
8203
8204 * the belnet mirror is broken. Let's use heanet instead
8205 ------------------------------------------------------------------------
8206 r22872 | fkuehne | 2007-10-28 23:33:21 +0100 (Sun, 28 Oct 2007) | 1 line
8207 Changed paths:
8208    M /trunk/modules/gui/macosx/AppleRemote.m
8209
8210 * fixed Apple Remote support for Leopard. Note that the cookie for kRemoteControl_Switched wasn't updated, but since we don't use this feature in VLC, that's pretty fine.
8211 ------------------------------------------------------------------------
8212 r22870 | jb | 2007-10-28 08:50:52 +0100 (Sun, 28 Oct 2007) | 3 lines
8213 Changed paths:
8214    M /trunk/modules/gui/qt4/components/open.cpp
8215
8216 Qt4 - spaces and comments on open.cpp.
8217
8218
8219 ------------------------------------------------------------------------
8220 r22869 | jb | 2007-10-28 08:06:56 +0100 (Sun, 28 Oct 2007) | 2 lines
8221 Changed paths:
8222    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
8223    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
8224    M /trunk/modules/gui/qt4/util/customwidgets.cpp
8225
8226 Qt4 - spaces removing.
8227
8228 ------------------------------------------------------------------------
8229 r22868 | jb | 2007-10-28 08:05:45 +0100 (Sun, 28 Oct 2007) | 2 lines
8230 Changed paths:
8231    M /trunk/modules/gui/qt4/components/open.cpp
8232    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
8233    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
8234    M /trunk/modules/gui/qt4/util/customwidgets.cpp
8235    M /trunk/modules/gui/qt4/util/customwidgets.hpp
8236
8237 Qt4 - Moving function from one file to another...
8238
8239 ------------------------------------------------------------------------
8240 r22867 | jb | 2007-10-28 07:59:41 +0100 (Sun, 28 Oct 2007) | 3 lines
8241 Changed paths:
8242    M /trunk/modules/gui/qt4/components/open.cpp
8243    M /trunk/modules/gui/qt4/components/open.hpp
8244    M /trunk/modules/gui/qt4/qt4.cpp
8245
8246 Qt4 - yeah, redefining some existing options *IS* a good idea..
8247
8248
8249 ------------------------------------------------------------------------
8250 r22866 | jb | 2007-10-28 07:59:03 +0100 (Sun, 28 Oct 2007) | 3 lines
8251 Changed paths:
8252    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
8253
8254 Qt4 - small layout modification .
8255
8256
8257 ------------------------------------------------------------------------
8258 r22864 | jb | 2007-10-26 22:00:09 +0200 (Fri, 26 Oct 2007) | 2 lines
8259 Changed paths:
8260    M /trunk/modules/gui/qt4/main_interface.cpp
8261
8262 Qt4 - Prevent Key Modifiers pressed event to be propagated to hotkeys that doesn't understand them.
8263
8264 ------------------------------------------------------------------------
8265 r22863 | courmisch | 2007-10-26 19:14:26 +0200 (Fri, 26 Oct 2007) | 2 lines
8266 Changed paths:
8267    M /trunk/bindings/cil/src/exception.cs
8268    M /trunk/bindings/cil/src/libvlc.cs
8269    M /trunk/bindings/cil/src/marshal.cs
8270
8271 Some more doc
8272
8273 ------------------------------------------------------------------------
8274 r22862 | courmisch | 2007-10-26 18:30:27 +0200 (Fri, 26 Oct 2007) | 2 lines
8275 Changed paths:
8276    M /trunk/bindings/cil
8277    A /trunk/bindings/cil/Doxyfile.in
8278    M /trunk/bindings/cil/Makefile.am
8279    M /trunk/bindings/cil/configure.ac
8280
8281 Support for Doxygen
8282
8283 ------------------------------------------------------------------------
8284 r22861 | courmisch | 2007-10-26 18:20:57 +0200 (Fri, 26 Oct 2007) | 2 lines
8285 Changed paths:
8286    M /trunk/bindings/cil/configure.ac
8287    M /trunk/bindings/cil/src/Makefile.am
8288    M /trunk/bindings/cil/tests/Makefile.am
8289
8290 Actually build targets
8291
8292 ------------------------------------------------------------------------
8293 r22860 | courmisch | 2007-10-26 18:01:10 +0200 (Fri, 26 Oct 2007) | 2 lines
8294 Changed paths:
8295    M /trunk/bindings/cil
8296    A /trunk/bindings/cil/AUTHORS
8297    A /trunk/bindings/cil/COPYING (from /trunk/COPYING:22832)
8298    A /trunk/bindings/cil/ChangeLog
8299    D /trunk/bindings/cil/Makefile
8300    A /trunk/bindings/cil/Makefile.am
8301    A /trunk/bindings/cil/NEWS
8302    A /trunk/bindings/cil/README
8303    A /trunk/bindings/cil/autogen.sh
8304    A /trunk/bindings/cil/configure.ac
8305    D /trunk/bindings/cil/exception.cs
8306    D /trunk/bindings/cil/libvlc.cs
8307    A /trunk/bindings/cil/m4
8308    A /trunk/bindings/cil/m4/Makefile.am
8309    D /trunk/bindings/cil/marshal.cs
8310    A /trunk/bindings/cil/src
8311    A /trunk/bindings/cil/src/Makefile.am
8312    A /trunk/bindings/cil/src/exception.cs (from /trunk/bindings/cil/exception.cs:22832)
8313    A /trunk/bindings/cil/src/libvlc.cs (from /trunk/bindings/cil/libvlc.cs:22832)
8314    A /trunk/bindings/cil/src/marshal.cs (from /trunk/bindings/cil/marshal.cs:22832)
8315    A /trunk/bindings/cil/src/ustring.cs (from /trunk/bindings/cil/ustring.cs:22832)
8316    A /trunk/bindings/cil/tests
8317    A /trunk/bindings/cil/tests/Makefile.am
8318    A /trunk/bindings/cil/tests/testvlc.cs (from /trunk/bindings/cil/testvlc.cs:22859)
8319    D /trunk/bindings/cil/testvlc.cs
8320    D /trunk/bindings/cil/ustring.cs
8321
8322 Non-working skeleton build system
8323
8324 ------------------------------------------------------------------------
8325 r22859 | courmisch | 2007-10-26 17:41:51 +0200 (Fri, 26 Oct 2007) | 2 lines
8326 Changed paths:
8327    M /trunk/bindings/cil/testvlc.cs
8328
8329 Plugin path
8330
8331 ------------------------------------------------------------------------
8332 r22858 | jpsaman | 2007-10-26 17:15:46 +0200 (Fri, 26 Oct 2007) | 2 lines
8333 Changed paths:
8334    M /trunk/configure.ac
8335
8336 Typo
8337
8338 ------------------------------------------------------------------------
8339 r22857 | jpsaman | 2007-10-26 17:08:08 +0200 (Fri, 26 Oct 2007) | 2 lines
8340 Changed paths:
8341    M /trunk/configure.ac
8342    M /trunk/modules/gui/Modules.am
8343    A /trunk/modules/gui/fbosd.c
8344
8345 Add new gui module for use with overlay framebuffer devices.
8346
8347 ------------------------------------------------------------------------
8348 r22856 | jpsaman | 2007-10-26 17:08:05 +0200 (Fri, 26 Oct 2007) | 2 lines
8349 Changed paths:
8350    M /trunk/modules/demux/ts.c
8351
8352 Fix number of potential memleaks
8353
8354 ------------------------------------------------------------------------
8355 r22855 | jpsaman | 2007-10-26 17:08:03 +0200 (Fri, 26 Oct 2007) | 2 lines
8356 Changed paths:
8357    M /trunk/src/input/vlm.c
8358
8359 Fix potential memleaks in src/input/vlm.c
8360
8361 ------------------------------------------------------------------------
8362 r22854 | jpsaman | 2007-10-26 17:08:01 +0200 (Fri, 26 Oct 2007) | 2 lines
8363 Changed paths:
8364    M /trunk/src/video_output/vout_subpictures.c
8365
8366 Fix potential memleaks in src/video_output/vout_subpictures.c
8367
8368 ------------------------------------------------------------------------
8369 r22853 | jpsaman | 2007-10-26 17:08:00 +0200 (Fri, 26 Oct 2007) | 2 lines
8370 Changed paths:
8371    M /trunk/src/misc/update.c
8372
8373 Fix potential memleak.
8374
8375 ------------------------------------------------------------------------
8376 r22852 | jpsaman | 2007-10-26 17:07:59 +0200 (Fri, 26 Oct 2007) | 2 lines
8377 Changed paths:
8378    M /trunk/src/misc/update.c
8379
8380 Fix potential segfault
8381
8382 ------------------------------------------------------------------------
8383 r22851 | jpsaman | 2007-10-26 17:07:57 +0200 (Fri, 26 Oct 2007) | 2 lines
8384 Changed paths:
8385    M /trunk/modules/codec/ffmpeg/video.c
8386
8387 Select frames to drop a bit smarter.
8388
8389 ------------------------------------------------------------------------
8390 r22850 | jpsaman | 2007-10-26 17:07:56 +0200 (Fri, 26 Oct 2007) | 2 lines
8391 Changed paths:
8392    M /trunk/modules/video_output/fb.c
8393
8394 Allow width/height mode selections to match framebuffer output capabilities.
8395
8396 ------------------------------------------------------------------------
8397 r22849 | jpsaman | 2007-10-26 17:07:54 +0200 (Fri, 26 Oct 2007) | 2 lines
8398 Changed paths:
8399    M /trunk/extras/contrib/src/Makefile
8400
8401 Optimization building ffmpeg for armeb-linux
8402
8403 ------------------------------------------------------------------------
8404 r22848 | jpsaman | 2007-10-26 17:07:53 +0200 (Fri, 26 Oct 2007) | 2 lines
8405 Changed paths:
8406    M /trunk/extras/contrib/bootstrap
8407
8408 Enable optimizations for armeb-linux-uclibc builds
8409
8410 ------------------------------------------------------------------------
8411 r22847 | jpsaman | 2007-10-26 17:07:48 +0200 (Fri, 26 Oct 2007) | 2 lines
8412 Changed paths:
8413    M /trunk/src/misc/block.c
8414
8415 Check malloc return value.
8416
8417 ------------------------------------------------------------------------
8418 r22846 | funman | 2007-10-26 17:05:04 +0200 (Fri, 26 Oct 2007) | 1 line
8419 Changed paths:
8420    M /trunk/ChangeLog
8421
8422 Removing Mathias C. Berens email address, as requested
8423 ------------------------------------------------------------------------
8424 r22845 | funman | 2007-10-26 15:48:31 +0200 (Fri, 26 Oct 2007) | 2 lines
8425 Changed paths:
8426    M /trunk/modules/gui/qt4/Modules.am
8427
8428 qt4: removes emails from THANKS tab
8429
8430 ------------------------------------------------------------------------
8431 r22844 | fkuehne | 2007-10-26 14:27:29 +0200 (Fri, 26 Oct 2007) | 1 line
8432 Changed paths:
8433    M /trunk/modules/gui/macosx/intf.m
8434
8435 * use secstotimestr to reduce code duplication and use the format logic introduced by [22835]. The main controller will get a layout fix later on, while the embedded vout and the fspanel don't need one.
8436 ------------------------------------------------------------------------
8437 r22843 | jpsaman | 2007-10-26 13:36:35 +0200 (Fri, 26 Oct 2007) | 1 line
8438 Changed paths:
8439    M /trunk/modules/codec/ffmpeg/video_filter.c
8440
8441 modules/codec/ffmpeg/video_filter.c is img_* API only now
8442 ------------------------------------------------------------------------
8443 r22842 | jpsaman | 2007-10-26 13:24:47 +0200 (Fri, 26 Oct 2007) | 1 line
8444 Changed paths:
8445    M /trunk/modules/codec/ffmpeg/scale.c
8446
8447 Fix ffmpeg swscaler
8448 ------------------------------------------------------------------------
8449 r22841 | jpsaman | 2007-10-26 13:03:56 +0200 (Fri, 26 Oct 2007) | 3 lines
8450 Changed paths:
8451    M /trunk/modules/codec/ffmpeg/Modules.am
8452    A /trunk/modules/codec/ffmpeg/deinterlace.c
8453    M /trunk/modules/codec/ffmpeg/video_filter.c
8454
8455 Refactorize modules/codec/ffmpeg/:
8456 - put deinterlace in its own file.
8457
8458 ------------------------------------------------------------------------
8459 r22840 | jpsaman | 2007-10-26 11:41:18 +0200 (Fri, 26 Oct 2007) | 1 line
8460 Changed paths:
8461    M /trunk/modules/control/rc.c
8462    M /trunk/src/libvlc-module.c
8463    M /trunk/src/video_output/vout_intf.c
8464
8465 Add snapshot command to rc interface and make snapshot-width and snapshot-height user modifiable.
8466 ------------------------------------------------------------------------
8467 r22839 | jpsaman | 2007-10-26 10:35:53 +0200 (Fri, 26 Oct 2007) | 2 lines
8468 Changed paths:
8469    M /trunk/modules/codec/zvbi.c
8470
8471 Use p_block->i_dts as spu->i_start instead of p_block->i_pts. This fixes timing issues while transcoding and streaming Teletext subtitles as DVB subtitles.
8472
8473 ------------------------------------------------------------------------
8474 r22838 | jpsaman | 2007-10-26 10:35:52 +0200 (Fri, 26 Oct 2007) | 7 lines
8475 Changed paths:
8476    M /trunk/modules/mux/mpeg/ts.c
8477
8478 Fix small issues in mux/ts.c:
8479
8480 - Fix potential memleak with SDT descriptors
8481 - Fix compiler warning about unused variables when not using SDT descriptors
8482 - Fix compiler warning about wrong type of psz_sdt_desc
8483 - Add parenthesis
8484
8485 ------------------------------------------------------------------------
8486 r22837 | jpsaman | 2007-10-26 10:33:55 +0200 (Fri, 26 Oct 2007) | 1 line
8487 Changed paths:
8488    M /trunk/modules/codec/ffmpeg/scale.c
8489
8490 Return NULL iso 0
8491 ------------------------------------------------------------------------
8492 r22836 | jpsaman | 2007-10-26 10:32:39 +0200 (Fri, 26 Oct 2007) | 2 lines
8493 Changed paths:
8494    M /trunk/extras/contrib/src/packages.mak
8495
8496 Bump up libamrwb to 7.0.0.2
8497
8498 ------------------------------------------------------------------------
8499 r22835 | jb | 2007-10-26 06:37:38 +0200 (Fri, 26 Oct 2007) | 3 lines
8500 Changed paths:
8501    M /trunk/src/misc/mtime.c
8502
8503 Don't show h: in h:mm:ss when h is 0 in secstotimestr.
8504
8505
8506 ------------------------------------------------------------------------
8507 r22834 | jb | 2007-10-26 03:03:39 +0200 (Fri, 26 Oct 2007) | 3 lines
8508 Changed paths:
8509    M /trunk/modules/gui/qt4/qt4.cpp
8510
8511 Qt4 - should fix the double-free and the freezing on quit. Ref #1348
8512
8513
8514 ------------------------------------------------------------------------
8515 r22833 | funman | 2007-10-26 01:45:08 +0200 (Fri, 26 Oct 2007) | 2 lines
8516 Changed paths:
8517    M /trunk/share/luaplaylist/googlevideo.lua
8518
8519 lua demuxer: update googlevideo
8520
8521 ------------------------------------------------------------------------
8522 r22832 | pdherbemont | 2007-10-25 14:45:22 +0200 (Thu, 25 Oct 2007) | 2 lines
8523 Changed paths:
8524    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCAudio.h
8525
8526 MacOSX/Framework/VLCAudio.h: Remove private function from public headers.(Patch by Enrique Osuna).
8527
8528 ------------------------------------------------------------------------
8529 r22831 | pdherbemont | 2007-10-25 14:43:45 +0200 (Thu, 25 Oct 2007) | 2 lines
8530 Changed paths:
8531    M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
8532    M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
8533    M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
8534
8535 MacOSX/Framework/VLCLibrary.m: libvlc type briding should be in the (VLCLibVLCBridging) category. No need to compute the applicationPath by now.(Patch by Enrique Osuna).
8536
8537 ------------------------------------------------------------------------
8538 r22830 | pdherbemont | 2007-10-25 14:40:49 +0200 (Thu, 25 Oct 2007) | 2 lines
8539 Changed paths:
8540    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
8541
8542 MacOSX/Framework/VLCMedia.m: Re-enable libvlc_MediaDescriptorMetaChanged/libvlc_MediaDescriptorDurationChanged event listening. (Patch by Enrique Osuna).
8543
8544 ------------------------------------------------------------------------
8545 r22829 | pdherbemont | 2007-10-25 14:39:10 +0200 (Thu, 25 Oct 2007) | 2 lines
8546 Changed paths:
8547    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
8548    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
8549
8550 MacOSX/Framework/VLCMediaPlayer.m: Implement Chapter and Audio selection. (Patch by Enrique Osuna).
8551
8552 ------------------------------------------------------------------------
8553 r22828 | pdherbemont | 2007-10-25 14:35:41 +0200 (Thu, 25 Oct 2007) | 2 lines
8554 Changed paths:
8555    M /trunk/include/vlc/libvlc.h
8556
8557 include/vlc/libvlc.h: publish libvlc_media_instance_set_chapter, libvlc_media_instance_get_chapter, libvlc_media_instance_get_chapter_count, libvlc_audio_get_track_count.(Patch by Enrique Osuna).@
8558
8559 ------------------------------------------------------------------------
8560 r22827 | pdherbemont | 2007-10-25 14:34:12 +0200 (Thu, 25 Oct 2007) | 2 lines
8561 Changed paths:
8562    M /trunk/src/control/audio.c
8563
8564 control/audio.c: Implement get_audio_track_count. (Patch by Enrique Osuna).
8565
8566 ------------------------------------------------------------------------
8567 r22826 | pdherbemont | 2007-10-25 14:33:12 +0200 (Thu, 25 Oct 2007) | 2 lines
8568 Changed paths:
8569    M /trunk/src/misc/darwin_specific.c
8570
8571 misc/darwin_specific.c: Comply to coding guideline a bit better.
8572
8573 ------------------------------------------------------------------------
8574 r22825 | pdherbemont | 2007-10-25 14:30:53 +0200 (Thu, 25 Oct 2007) | 2 lines
8575 Changed paths:
8576    M /trunk/src/misc/darwin_specific.c
8577
8578 control/darwin_specific.c: Fix Mac OS X Framework code detection. (Patch by Enrique Osuna).
8579
8580 ------------------------------------------------------------------------
8581 r22824 | pdherbemont | 2007-10-25 14:30:03 +0200 (Thu, 25 Oct 2007) | 2 lines
8582 Changed paths:
8583    M /trunk/include/vlc/libvlc_structures.h
8584    M /trunk/src/control/media_descriptor.c
8585
8586 control/media_descriptor.c: Send a libvlc_MediaDescriptorFreed event, when the md is freed. (Patch by Enrique Osuna).
8587
8588 ------------------------------------------------------------------------
8589 r22823 | pdherbemont | 2007-10-25 14:28:04 +0200 (Thu, 25 Oct 2007) | 2 lines
8590 Changed paths:
8591    M /trunk/src/control/media_instance.c
8592
8593 control/media_instance.c: Implement get/set chapter. (Patch by Enrique Osuna).
8594
8595 ------------------------------------------------------------------------
8596 r22822 | fkuehne | 2007-10-24 15:34:45 +0200 (Wed, 24 Oct 2007) | 1 line
8597 Changed paths:
8598    M /trunk/modules/gui/macosx/controls.m
8599    M /trunk/modules/gui/macosx/fspanel.h
8600    M /trunk/modules/gui/macosx/fspanel.m
8601    M /trunk/modules/gui/macosx/intf.h
8602    M /trunk/modules/gui/macosx/intf.m
8603    M /trunk/modules/gui/macosx/open.h
8604    M /trunk/modules/gui/macosx/open.m
8605    M /trunk/modules/gui/macosx/playlistinfo.h
8606    M /trunk/modules/gui/macosx/update.h
8607    M /trunk/modules/gui/macosx/update.m
8608    M /trunk/modules/gui/macosx/vout.m
8609
8610 * make sure that we're using UTF-8 instead of Western [Mac OS Roman] :D
8611 ------------------------------------------------------------------------
8612 r22821 | fkuehne | 2007-10-24 15:26:59 +0200 (Wed, 24 Oct 2007) | 1 line
8613 Changed paths:
8614    M /trunk/modules/gui/macosx/intf.m
8615
8616 * ehm, we require 10.4, not 10.5 *cough*
8617 ------------------------------------------------------------------------
8618 r22820 | fkuehne | 2007-10-24 15:25:46 +0200 (Wed, 24 Oct 2007) | 1 line
8619 Changed paths:
8620    M /trunk/modules/gui/macosx/intf.m
8621
8622 * added a version check of the current Mac OS X version, as we require 10.4.x or higher and will definitelly crash on earlier releases.
8623 ------------------------------------------------------------------------
8624 r22819 | jb | 2007-10-24 07:21:05 +0200 (Wed, 24 Oct 2007) | 2 lines
8625 Changed paths:
8626    M /trunk/modules/gui/qt4/main_interface.cpp
8627    M /trunk/modules/gui/qt4/main_interface.hpp
8628    M /trunk/modules/gui/qt4/menus.cpp
8629
8630 Qt4 - switch to minimal view should hide and show the menu, now. Close Trax#26
8631
8632 ------------------------------------------------------------------------
8633 r22818 | jb | 2007-10-24 06:39:14 +0200 (Wed, 24 Oct 2007) | 3 lines
8634 Changed paths:
8635    M /trunk/modules/gui/qt4/menus.cpp
8636
8637 Qt4 - minimal change of naming.
8638
8639
8640 ------------------------------------------------------------------------
8641 r22817 | jb | 2007-10-24 06:37:57 +0200 (Wed, 24 Oct 2007) | 3 lines
8642 Changed paths:
8643    M /trunk/modules/gui/qt4/dialogs/gototime.cpp
8644
8645 Qt4 - GotoTime, translation and size issue.
8646
8647
8648 ------------------------------------------------------------------------
8649 r22816 | jb | 2007-10-24 06:32:44 +0200 (Wed, 24 Oct 2007) | 3 lines
8650 Changed paths:
8651    M /trunk/modules/gui/qt4/main_interface.cpp
8652
8653 Qt4 - allow the nameLabel to be selectable by mouse or keyboard in order to copy/paste it.
8654 Supposed to be useful.
8655
8656 ------------------------------------------------------------------------
8657 r22815 | jb | 2007-10-24 05:57:57 +0200 (Wed, 24 Oct 2007) | 3 lines
8658 Changed paths:
8659    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
8660    M /trunk/modules/gui/qt4/main_interface.cpp
8661
8662 Qt4 - time left implementation. Do it better, faster, with also a middle click, and fix the double click toggling time left bug.
8663
8664
8665 ------------------------------------------------------------------------
8666 r22814 | funman | 2007-10-24 00:28:12 +0200 (Wed, 24 Oct 2007) | 2 lines
8667 Changed paths:
8668    M /trunk/modules/control/dbus.c
8669
8670 dbus: review object locking/yielding, fix various bugs & comments
8671
8672 ------------------------------------------------------------------------
8673 r22813 | jb | 2007-10-23 19:18:15 +0200 (Tue, 23 Oct 2007) | 2 lines
8674 Changed paths:
8675    M /trunk/include/vlc_interface.h
8676
8677 Add *.cdg to the format we use in the GUIs.
8678
8679 ------------------------------------------------------------------------
8680 r22812 | funman | 2007-10-23 14:10:30 +0200 (Tue, 23 Oct 2007) | 4 lines
8681 Changed paths:
8682    M /trunk/modules/control/dbus.c
8683
8684 dbus: don't lock the playlist, but only yield the input to prevent its destruction while we are accessing it.
8685 We do that because we can't lock the playlist when we're in the input "state" callback because we MAY have been called by playlist_Control(), which does lock the playlist, and then call us.
8686 ref #1346
8687
8688 ------------------------------------------------------------------------
8689 r22811 | jb | 2007-10-23 08:23:27 +0200 (Tue, 23 Oct 2007) | 2 lines
8690 Changed paths:
8691    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
8692    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
8693
8694 Qt4 - initial actions support for StringListConfigs in preferences... To be tested a lot more... 
8695
8696 ------------------------------------------------------------------------
8697 r22810 | jb | 2007-10-23 08:15:13 +0200 (Tue, 23 Oct 2007) | 2 lines
8698 Changed paths:
8699    M /trunk/modules/codec/ffmpeg/ffmpeg.c
8700    M /trunk/modules/codec/libmpeg2.c
8701
8702 Add support for fourCC MMES, which is a Matrox MPEG-2 codec... Remove a wrong comment.
8703
8704 ------------------------------------------------------------------------
8705 r22809 | jb | 2007-10-23 07:46:48 +0200 (Tue, 23 Oct 2007) | 2 lines
8706 Changed paths:
8707    M /trunk/modules/codec/ffmpeg/ffmpeg.c
8708
8709 Add VP6A fourCC.
8710
8711 ------------------------------------------------------------------------
8712 r22808 | jb | 2007-10-23 06:42:38 +0200 (Tue, 23 Oct 2007) | 2 lines
8713 Changed paths:
8714    M /trunk/modules/gui/qt4/components/open.cpp
8715
8716 Qt4 - fix previous compilation for windows.
8717
8718 ------------------------------------------------------------------------
8719 r22807 | jb | 2007-10-23 06:05:06 +0200 (Tue, 23 Oct 2007) | 3 lines
8720 Changed paths:
8721    M /trunk/modules/gui/qt4/components/open.cpp
8722    M /trunk/modules/gui/qt4/components/open.hpp
8723    M /trunk/modules/gui/qt4/qt4.cpp
8724
8725 Qt4 - try to remember latest open disc path.
8726
8727
8728 ------------------------------------------------------------------------
8729 r22806 | funman | 2007-10-23 02:41:00 +0200 (Tue, 23 Oct 2007) | 2 lines
8730 Changed paths:
8731    M /trunk/include/vlc_intf_strings.h
8732
8733 help string: add missing html tags
8734
8735 ------------------------------------------------------------------------
8736 r22805 | funman | 2007-10-23 01:47:24 +0200 (Tue, 23 Oct 2007) | 2 lines
8737 Changed paths:
8738    M /trunk/modules/control/dbus.c
8739    M /trunk/modules/control/dbus.h
8740
8741 dbus: updates to match the current status of MPRIS. Patch by Mirsal Ennaime as usual
8742
8743 ------------------------------------------------------------------------
8744 r22804 | jb | 2007-10-23 01:39:55 +0200 (Tue, 23 Oct 2007) | 3 lines
8745 Changed paths:
8746    M /trunk/NEWS
8747    M /trunk/vlc.win32.nsi.in
8748
8749 MXF support since ffmpeg has a demuxer. Fix #152
8750
8751
8752 ------------------------------------------------------------------------
8753 r22803 | funman | 2007-10-22 22:06:22 +0200 (Mon, 22 Oct 2007) | 2 lines
8754 Changed paths:
8755    M /trunk/activex/plugin.cpp
8756    M /trunk/bindings/cil/libvlc.cs
8757    M /trunk/bindings/java/src/core-jni.cc
8758    M /trunk/bindings/python/vlc_instance.c
8759    M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
8760    M /trunk/test/native/libvlc.c
8761
8762 libvlc_destroy() -> libvlc_release()
8763
8764 ------------------------------------------------------------------------
8765 r22802 | funman | 2007-10-22 21:15:05 +0200 (Mon, 22 Oct 2007) | 2 lines
8766 Changed paths:
8767    M /trunk/include/vlc_configuration.h
8768    M /trunk/src/modules/configuration.c
8769
8770 move config_*Intf() out from the header
8771
8772 ------------------------------------------------------------------------
8773 r22801 | gbazin | 2007-10-22 20:41:19 +0200 (Mon, 22 Oct 2007) | 1 line
8774 Changed paths:
8775    M /trunk/configure.ac
8776
8777 configure.ac: fixes for build problems introduced by changeset 22617.
8778 ------------------------------------------------------------------------
8779 r22800 | funman | 2007-10-22 20:01:34 +0200 (Mon, 22 Oct 2007) | 3 lines
8780 Changed paths:
8781    M /trunk/modules/misc/inhibit.c
8782    M /trunk/modules/misc/screensaver.c
8783
8784 inhibit: apply [22797] since it's the same main loop than screensaver.c
8785 screensaver: removes unused variable
8786
8787 ------------------------------------------------------------------------
8788 r22799 | funman | 2007-10-22 19:54:22 +0200 (Mon, 22 Oct 2007) | 1 line
8789 Changed paths:
8790    M /trunk/mozilla/vlcplugin.cpp
8791
8792 mozilla: use new libvlc api
8793 ------------------------------------------------------------------------
8794 r22798 | courmisch | 2007-10-22 19:35:27 +0200 (Mon, 22 Oct 2007) | 3 lines
8795 Changed paths:
8796    M /trunk/include/vlc_objects.h
8797
8798 Don't wait for signal if the object is already dying.
8799 Better solution would be to make sure interface threads lock their object ALL THE TIME, except when waiting on its condition variable, so we do never "loose" condition signals. However, I am not sure if this would not result in a deadlock, should the interface need to lock another object (typically, playlist, input and/or vout).  Also, we would need to have all thread call vlc_thread_ready(), otherwise, we could also miss the signal if it happens right after the thread is created => this requires fixing every interface, except those that don't have a pf_run.
8800
8801 ------------------------------------------------------------------------
8802 r22797 | courmisch | 2007-10-22 19:18:39 +0200 (Mon, 22 Oct 2007) | 2 lines
8803 Changed paths:
8804    M /trunk/modules/misc/screensaver.c
8805
8806 Fix race condition in screensaver exit
8807
8808 ------------------------------------------------------------------------
8809 r22796 | courmisch | 2007-10-22 19:01:35 +0200 (Mon, 22 Oct 2007) | 2 lines
8810 Changed paths:
8811    M /trunk/src/control/event.c
8812    M /trunk/src/control/log.c
8813    M /trunk/src/control/tag_query.c
8814
8815 Fix syntax errors
8816
8817 ------------------------------------------------------------------------
8818 r22795 | courmisch | 2007-10-22 18:59:59 +0200 (Mon, 22 Oct 2007) | 2 lines
8819 Changed paths:
8820    M /trunk/include/vlc/libvlc.h
8821    M /trunk/src/control/log.c
8822
8823 Fix warnings (it does not seem very logical for log_open to take a read-only libvlc anyway)
8824
8825 ------------------------------------------------------------------------
8826 r22794 | courmisch | 2007-10-22 18:57:33 +0200 (Mon, 22 Oct 2007) | 2 lines
8827 Changed paths:
8828    M /trunk/src/control/media_descriptor.c
8829
8830 Fix trivial warning
8831
8832 ------------------------------------------------------------------------
8833 r22793 | courmisch | 2007-10-22 18:56:41 +0200 (Mon, 22 Oct 2007) | 2 lines
8834 Changed paths:
8835    M /trunk/src/control/event.c
8836
8837 Event manager yields libvlc (and all the media_* stuff yields the event manager already)
8838
8839 ------------------------------------------------------------------------
8840 r22792 | courmisch | 2007-10-22 18:55:43 +0200 (Mon, 22 Oct 2007) | 2 lines
8841 Changed paths:
8842    M /trunk/src/control/log.c
8843
8844 Yield libvlc and fix corner case memleak
8845
8846 ------------------------------------------------------------------------
8847 r22791 | courmisch | 2007-10-22 18:55:30 +0200 (Mon, 22 Oct 2007) | 2 lines
8848 Changed paths:
8849    M /trunk/src/control/tag_query.c
8850
8851 Yield libvlc
8852
8853 ------------------------------------------------------------------------
8854 r22790 | courmisch | 2007-10-22 18:30:00 +0200 (Mon, 22 Oct 2007) | 2 lines
8855 Changed paths:
8856    M /trunk/include/vlc/libvlc.h
8857    M /trunk/src/control/core.c
8858    M /trunk/src/control/libvlc_internal.h
8859    M /trunk/src/control/mediacontrol_core.c
8860    M /trunk/src/control/testapi.c
8861
8862 Reference count libvlc. API break.
8863
8864 ------------------------------------------------------------------------
8865 r22789 | funman | 2007-10-22 18:15:39 +0200 (Mon, 22 Oct 2007) | 2 lines
8866 Changed paths:
8867    M /trunk/modules/misc/audioscrobbler.c
8868
8869 audioscrobbler: we're sure metadata has been read only when state is PLAYING_S
8870
8871 ------------------------------------------------------------------------
8872 r22788 | funman | 2007-10-22 18:00:08 +0200 (Mon, 22 Oct 2007) | 2 lines
8873 Changed paths:
8874    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
8875
8876 qt4: removes useless functionnality. fix #1330
8877
8878 ------------------------------------------------------------------------
8879 r22787 | funman | 2007-10-22 15:19:56 +0200 (Mon, 22 Oct 2007) | 2 lines
8880 Changed paths:
8881    M /trunk/modules/control/dbus.c
8882
8883 dbus: monitors input "state" variable to emit the TrackChange signal only when the metadata has been read
8884
8885 ------------------------------------------------------------------------
8886 r22786 | jpsaman | 2007-10-22 12:46:30 +0200 (Mon, 22 Oct 2007) | 3 lines
8887 Changed paths:
8888    M /trunk/extras/contrib/README
8889    M /trunk/extras/contrib/src/Makefile
8890    M /trunk/extras/contrib/src/packages.mak
8891
8892 - Enable building of libamrnb and libamrwb (disabled by default). To enable add HAVE_AMR to config.mak and make sure to rebuild ffmpeg too.
8893 - Bumped up libdvbpsi version number to 0.1.6
8894
8895 ------------------------------------------------------------------------
8896 r22785 | jb | 2007-10-22 06:24:23 +0200 (Mon, 22 Oct 2007) | 2 lines
8897 Changed paths:
8898    M /trunk/extras/contrib/src/packages.mak
8899
8900 Contribs - PNG new release with a bunch of CVE-... (as in previous version)
8901
8902 ------------------------------------------------------------------------
8903 r22784 | funman | 2007-10-22 04:01:55 +0200 (Mon, 22 Oct 2007) | 4 lines
8904 Changed paths:
8905    M /trunk/include/vlc_configuration.h
8906    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
8907
8908 configuration: add config_AddIntf() config_RemoveIntf() and config_ExistIntf() to handle extra interfaces in the preferences
8909 make use of it for last.fm simple preferences (ref #1262)
8910 by the way the duplication of "control" with "extraintf" is very boring
8911
8912 ------------------------------------------------------------------------
8913 r22783 | funman | 2007-10-22 03:32:11 +0200 (Mon, 22 Oct 2007) | 2 lines
8914 Changed paths:
8915    M /trunk/extras/contrib/src/Makefile
8916
8917 contribs: fix dvdnav compilation with mingw gcc 4.x
8918
8919 ------------------------------------------------------------------------
8920 r22782 | pdherbemont | 2007-10-22 01:33:39 +0200 (Mon, 22 Oct 2007) | 2 lines
8921 Changed paths:
8922    M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
8923
8924 Mac OS X: Add oga, ogv, ogx, anx file type. Close #1279. (Patch by j).
8925
8926 ------------------------------------------------------------------------
8927 r22781 | funman | 2007-10-22 00:55:13 +0200 (Mon, 22 Oct 2007) | 2 lines
8928 Changed paths:
8929    M /trunk/modules/gui/qt4/qt4.cpp
8930
8931 qt4: delete the QApplication when we are finished using it, removes an ugly QObject::killTimers warning.
8932
8933 ------------------------------------------------------------------------
8934 r22780 | funman | 2007-10-21 23:32:24 +0200 (Sun, 21 Oct 2007) | 1 line
8935 Changed paths:
8936    M /trunk/src/playlist/item.c
8937
8938 playlist_Clear() should delete only the local playlist, not the root playlist (including the media library, and the read only services discovery)
8939 ------------------------------------------------------------------------
8940 r22779 | xtophe | 2007-10-21 21:17:11 +0200 (Sun, 21 Oct 2007) | 2 lines
8941 Changed paths:
8942    M /trunk/src/input/input.c
8943
8944 Fix compilation on win
8945
8946 ------------------------------------------------------------------------
8947 r22778 | funman | 2007-10-21 21:08:44 +0200 (Sun, 21 Oct 2007) | 1 line
8948 Changed paths:
8949    M /trunk/mozilla/Makefile.am
8950
8951 mozilla: links with libvlc-control.1.dylib on macosx
8952 ------------------------------------------------------------------------
8953 r22777 | funman | 2007-10-21 20:47:43 +0200 (Sun, 21 Oct 2007) | 1 line
8954 Changed paths:
8955    M /trunk/src/video_output/vout_pictures.c
8956
8957 picture_t->i_refcount is unsigned, so never < 0
8958 ------------------------------------------------------------------------
8959 r22776 | courmisch | 2007-10-21 20:16:53 +0200 (Sun, 21 Oct 2007) | 3 lines
8960 Changed paths:
8961    M /trunk/src/control/testapi.c
8962
8963 Only recurse through the modules directory:
8964 remove warning about libvlc and libvlc-control not being valid plugins
8965
8966 ------------------------------------------------------------------------
8967 r22775 | courmisch | 2007-10-21 19:57:52 +0200 (Sun, 21 Oct 2007) | 2 lines
8968 Changed paths:
8969    M /trunk/configure.ac
8970
8971 Same as previous commit
8972
8973 ------------------------------------------------------------------------
8974 r22774 | courmisch | 2007-10-21 19:52:40 +0200 (Sun, 21 Oct 2007) | 2 lines
8975 Changed paths:
8976    M /trunk/configure.ac
8977
8978 some missing s/VLC_ADD_LDFLAGS/VLC_ADD_LIBS/
8979
8980 ------------------------------------------------------------------------
8981 r22773 | courmisch | 2007-10-21 19:30:59 +0200 (Sun, 21 Oct 2007) | 2 lines
8982 Changed paths:
8983    M /trunk/src/control/testapi.c
8984
8985 Also test libvlc_playlist_clear and libvlc_playlist_add_extended
8986
8987 ------------------------------------------------------------------------
8988 r22772 | courmisch | 2007-10-21 18:52:11 +0200 (Sun, 21 Oct 2007) | 2 lines
8989 Changed paths:
8990    M /trunk/bindings/cil/libvlc.cs
8991    M /trunk/bindings/cil/testvlc.cs
8992
8993 Playlist delete support... sorta. LibVLC crashes internally.
8994
8995 ------------------------------------------------------------------------
8996 r22771 | courmisch | 2007-10-21 18:50:02 +0200 (Sun, 21 Oct 2007) | 2 lines
8997 Changed paths:
8998    M /trunk/include/vlc/libvlc.h
8999
9000 Doxygen syntax fix
9001
9002 ------------------------------------------------------------------------
9003 r22770 | pdherbemont | 2007-10-21 18:45:56 +0200 (Sun, 21 Oct 2007) | 2 lines
9004 Changed paths:
9005    M /trunk/extras/contrib/src/Makefile
9006
9007 extras/contrib/src/Makefile: Fix dca an zvbi install name (on Mac OS X in particular). (Reported by maru).
9008
9009 ------------------------------------------------------------------------
9010 r22769 | fenrir | 2007-10-21 18:00:27 +0200 (Sun, 21 Oct 2007) | 5 lines
9011 Changed paths:
9012    M /trunk/src/input/input.c
9013
9014 Increase rate/speed control granularity.
9015 We now have:
9016  1x 1.5x 2x 3x 4x 8x (and the same for slower).
9017
9018
9019 ------------------------------------------------------------------------
9020 r22768 | courmisch | 2007-10-21 17:42:29 +0200 (Sun, 21 Oct 2007) | 2 lines
9021 Changed paths:
9022    M /trunk/bindings/cil/Makefile
9023    M /trunk/bindings/cil/libvlc.cs
9024
9025 "Advanced" playlist add
9026
9027 ------------------------------------------------------------------------
9028 r22767 | funman | 2007-10-21 16:31:09 +0200 (Sun, 21 Oct 2007) | 2 lines
9029 Changed paths:
9030    M /trunk/mozilla/vlcplugin.cpp
9031
9032 mozilla: don't add a custom application name as argv[0].
9033
9034 ------------------------------------------------------------------------
9035 r22766 | pdherbemont | 2007-10-21 15:55:53 +0200 (Sun, 21 Oct 2007) | 2 lines
9036 Changed paths:
9037    M /trunk/src/control/media_instance.c
9038
9039 control/media_instance.c: Cons-ify the conversion table.
9040
9041 ------------------------------------------------------------------------
9042 r22765 | pdherbemont | 2007-10-21 15:54:13 +0200 (Sun, 21 Oct 2007) | 2 lines
9043 Changed paths:
9044    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
9045
9046 MacOSX/Framework/VLCMediaPlayer.m: Const-ify the conversion table.
9047
9048 ------------------------------------------------------------------------
9049 r22764 | funman | 2007-10-21 15:51:53 +0200 (Sun, 21 Oct 2007) | 2 lines
9050 Changed paths:
9051    M /trunk/extras/contrib/src/Distributions/darwin.mak
9052    M /trunk/extras/contrib/src/Makefile
9053
9054 contribs: make it explicit that (unused) mozilla target is macosx only
9055
9056 ------------------------------------------------------------------------
9057 r22763 | pdherbemont | 2007-10-21 15:50:09 +0200 (Sun, 21 Oct 2007) | 2 lines
9058 Changed paths:
9059    D /trunk/extras/MacOSX/Framework/Headers/Public/VLCPlaylist.h
9060    D /trunk/extras/MacOSX/Framework/Sources/VLCPlaylist.m
9061
9062 MacOSX/Framework: VLCPlaylist object has been replaced by VLCMediaList (as in libvlc).
9063
9064 ------------------------------------------------------------------------
9065 r22762 | pdherbemont | 2007-10-21 15:45:39 +0200 (Sun, 21 Oct 2007) | 2 lines
9066 Changed paths:
9067    A /trunk/extras/MacOSX/Framework/Examples/test2
9068    A /trunk/extras/MacOSX/Framework/Examples/test2/Controller.h
9069    A /trunk/extras/MacOSX/Framework/Examples/test2/Controller.m
9070    A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj
9071    A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj/InfoPlist.strings
9072    A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj/MainMenu.nib
9073    A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj/MainMenu.nib/classes.nib
9074    A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj/MainMenu.nib/info.nib
9075    A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj/MainMenu.nib/keyedobjects.nib
9076    A /trunk/extras/MacOSX/Framework/Examples/test2/Info.plist
9077    A /trunk/extras/MacOSX/Framework/Examples/test2/main.m
9078    A /trunk/extras/MacOSX/Framework/Examples/test2/test.xcodeproj
9079    A /trunk/extras/MacOSX/Framework/Examples/test2/test.xcodeproj/project.pbxproj
9080    A /trunk/extras/MacOSX/Framework/Examples/test2/test_Prefix.pch
9081
9082 MacOSX/Framework: Updated Sample code. (Patch by Enrique Osuna).
9083
9084 ------------------------------------------------------------------------
9085 r22761 | funman | 2007-10-21 15:44:22 +0200 (Sun, 21 Oct 2007) | 2 lines
9086 Changed paths:
9087    M /trunk/modules/misc/lua/vlclua.c
9088
9089 lua: makes sure metadata is UTF8 encoded (some websites aren't using UTF8 charset)
9090
9091 ------------------------------------------------------------------------
9092 r22760 | pdherbemont | 2007-10-21 15:31:27 +0200 (Sun, 21 Oct 2007) | 2 lines
9093 Changed paths:
9094    M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
9095
9096 MacOSX/Framework/VLCLibrary.m: Regroup the sharedLibrary allocation and release. Fix a warning due to a left over in previous commit.
9097
9098 ------------------------------------------------------------------------
9099 r22759 | pdherbemont | 2007-10-21 15:16:46 +0200 (Sun, 21 Oct 2007) | 2 lines
9100 Changed paths:
9101    M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
9102
9103 MacOSX/Framework/VLCLibrary.m: Better memory management for the global VLCLibrary object. Give an autoreleased object in +[VLCLibrary sharedLibrary]. Release the global VLCLibrary atexit.
9104
9105 ------------------------------------------------------------------------
9106 r22758 | funman | 2007-10-21 15:12:51 +0200 (Sun, 21 Oct 2007) | 2 lines
9107 Changed paths:
9108    M /trunk/modules/misc/inhibit.c
9109
9110 power management inhibit: uninhibit only once
9111
9112 ------------------------------------------------------------------------
9113 r22757 | funman | 2007-10-21 14:56:41 +0200 (Sun, 21 Oct 2007) | 2 lines
9114 Changed paths:
9115    M /trunk/modules/demux/playlist/xspf.c
9116
9117 xspf demuxer: correctly checks "application" attribute of <extension> tag, fix #1342
9118
9119 ------------------------------------------------------------------------
9120 r22756 | courmisch | 2007-10-21 14:55:32 +0200 (Sun, 21 Oct 2007) | 2 lines
9121 Changed paths:
9122    M /trunk/bindings/cil/libvlc.cs
9123    M /trunk/bindings/cil/testvlc.cs
9124    M /trunk/bindings/cil/ustring.cs
9125
9126 Basic playlist controls
9127
9128 ------------------------------------------------------------------------
9129 r22755 | courmisch | 2007-10-21 14:18:19 +0200 (Sun, 21 Oct 2007) | 4 lines
9130 Changed paths:
9131    M /trunk/bindings/cil/exception.cs
9132    M /trunk/bindings/cil/libvlc.cs
9133    M /trunk/bindings/cil/marshal.cs
9134    M /trunk/bindings/cil/testvlc.cs
9135
9136 Add support for allocating media_descriptors and factorize some code (generics yum yum!).
9137 Destroying the instance object while a descriptor is still alive will crash(!).
9138 I wonder why libvlc_instance_t is not reference counted as the other handler types... ?
9139
9140 ------------------------------------------------------------------------
9141 r22754 | funman | 2007-10-21 14:16:45 +0200 (Sun, 21 Oct 2007) | 2 lines
9142 Changed paths:
9143    M /trunk/src/video_output/video_output.c
9144
9145 video_output: fix 4 bytes too short memory allocation
9146
9147 ------------------------------------------------------------------------
9148 r22753 | courmisch | 2007-10-21 13:44:56 +0200 (Sun, 21 Oct 2007) | 2 lines
9149 Changed paths:
9150    M /trunk/bindings/cil/Makefile
9151    M /trunk/bindings/cil/exception.cs
9152    M /trunk/bindings/cil/libvlc.cs
9153    M /trunk/bindings/cil/marshal.cs
9154    M /trunk/bindings/cil/testvlc.cs
9155    A /trunk/bindings/cil/ustring.cs
9156
9157 Switch CIL bindings to libvlc API
9158
9159 ------------------------------------------------------------------------
9160 r22752 | pdherbemont | 2007-10-21 13:30:35 +0200 (Sun, 21 Oct 2007) | 2 lines
9161 Changed paths:
9162    M /trunk/src/misc/darwin_specific.c
9163
9164 misc/darwin_specific.c: Fix framework detection code.
9165
9166 ------------------------------------------------------------------------
9167 r22751 | courmisch | 2007-10-21 13:14:25 +0200 (Sun, 21 Oct 2007) | 2 lines
9168 Changed paths:
9169    M /trunk/include/vlc/libvlc.h
9170
9171 Remove extra white spaces
9172
9173 ------------------------------------------------------------------------
9174 r22750 | thresh | 2007-10-21 13:09:30 +0200 (Sun, 21 Oct 2007) | 2 lines
9175 Changed paths:
9176    M /trunk/modules/codec/xvmc/alloc.c
9177
9178 Fix build.
9179
9180 ------------------------------------------------------------------------
9181 r22749 | courmisch | 2007-10-21 13:06:37 +0200 (Sun, 21 Oct 2007) | 2 lines
9182 Changed paths:
9183    M /trunk/include/main.h
9184    M /trunk/include/vlc/vlc.h
9185    M /trunk/src/control/core.c
9186    M /trunk/src/control/libvlc_internal.h
9187    M /trunk/src/libvlc-common.c
9188    M /trunk/src/libvlc.c
9189    M /trunk/src/modules/configuration.c
9190    M /trunk/src/modules/configuration.h
9191    M /trunk/src/vlc.c
9192
9193 Changing the order of parameters may be needed, but changing the parameters themselves is definitely not (it would crash in some cases anyway): add some const qualifiers
9194
9195 ------------------------------------------------------------------------
9196 r22748 | pdherbemont | 2007-10-21 13:02:45 +0200 (Sun, 21 Oct 2007) | 2 lines
9197 Changed paths:
9198    M /trunk/extras/contrib/src/Makefile
9199
9200 contrib/src/Makefile: Make sure libpng link name is correctly set on Mac OS X. (Reported by maru).
9201
9202 ------------------------------------------------------------------------
9203 r22747 | jpsaman | 2007-10-21 12:10:29 +0200 (Sun, 21 Oct 2007) | 1 line
9204 Changed paths:
9205    M /trunk/configure.ac
9206
9207 Fix detection of swscale with compile/link test.
9208 ------------------------------------------------------------------------
9209 r22746 | courmisch | 2007-10-21 11:58:59 +0200 (Sun, 21 Oct 2007) | 2 lines
9210 Changed paths:
9211    M /trunk/src/control/core.c
9212
9213 Remove silly debug for previous commit
9214
9215 ------------------------------------------------------------------------
9216 r22745 | courmisch | 2007-10-21 11:58:01 +0200 (Sun, 21 Oct 2007) | 2 lines
9217 Changed paths:
9218    M /trunk/src/control/core.c
9219    M /trunk/src/control/testapi.c
9220
9221 Put timeout to the testsuite
9222
9223 ------------------------------------------------------------------------
9224 r22744 | courmisch | 2007-10-21 10:09:02 +0200 (Sun, 21 Oct 2007) | 2 lines
9225 Changed paths:
9226    M /trunk/include/vlc/libvlc.h
9227    M /trunk/src/control/core.c
9228    M /trunk/src/control/testapi.c
9229
9230 Switch API smoke test to libvlc API
9231
9232 ------------------------------------------------------------------------
9233 r22743 | courmisch | 2007-10-21 09:12:07 +0200 (Sun, 21 Oct 2007) | 4 lines
9234 Changed paths:
9235    M /trunk/include/vlc/libvlc.h
9236    M /trunk/include/vlc/libvlc_structures.h
9237    M /trunk/src/control/core.c
9238
9239 libvlc_exception:
9240  * add missing const qualifiers
9241  * prevent exception from being silented in case of ENOMEM
9242
9243 ------------------------------------------------------------------------
9244 r22742 | jb | 2007-10-21 03:46:18 +0200 (Sun, 21 Oct 2007) | 3 lines
9245 Changed paths:
9246    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
9247
9248 Qt4 - Sprefs, ui margin adjustements.
9249
9250
9251 ------------------------------------------------------------------------
9252 r22741 | jb | 2007-10-21 03:42:13 +0200 (Sun, 21 Oct 2007) | 3 lines
9253 Changed paths:
9254    M /trunk/modules/gui/qt4/qt4.cpp
9255
9256 Qt4 -- remove extra empty line.
9257
9258
9259 ------------------------------------------------------------------------
9260 r22740 | jb | 2007-10-21 03:31:38 +0200 (Sun, 21 Oct 2007) | 3 lines
9261 Changed paths:
9262    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
9263    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
9264    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
9265    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
9266
9267 Qt4 - Simple prefs, re-do [22621], but removes all the connects for all the configcontrol, remove some functions, clean it, remove some dynamic_cast, but basically do the same.
9268
9269
9270 ------------------------------------------------------------------------
9271 r22739 | funman | 2007-10-21 02:05:44 +0200 (Sun, 21 Oct 2007) | 2 lines
9272 Changed paths:
9273    M /trunk/modules/misc/notify/telepathy.c
9274
9275 telepathy: don't Close() twice. one time when we encounter an error, one more time when VLC exits.
9276
9277 ------------------------------------------------------------------------
9278 r22738 | funman | 2007-10-21 01:47:34 +0200 (Sun, 21 Oct 2007) | 2 lines
9279 Changed paths:
9280    M /trunk/configure.ac
9281    M /trunk/modules/misc/Modules.am
9282    A /trunk/modules/misc/inhibit.c
9283    M /trunk/src/libvlc-common.c
9284    M /trunk/src/libvlc-module.c
9285
9286 New inhibit module to prevent the power management daemon (usually gnome-power-manager) to suspend/hibernate the laptop while VLC is active.
9287
9288 ------------------------------------------------------------------------
9289 r22737 | fenrir | 2007-10-21 01:37:56 +0200 (Sun, 21 Oct 2007) | 5 lines
9290 Changed paths:
9291    M /trunk/src/video_output/vout_subpictures.c
9292
9293 Fixed subtitle blend module loading.
9294 The blend module will be loaded only if needed and reloaded on chroma change.
9295 (As a side effect it should allow displaying TEXT even when no blending module
9296 exist)
9297
9298 ------------------------------------------------------------------------
9299 r22736 | fenrir | 2007-10-21 01:22:48 +0200 (Sun, 21 Oct 2007) | 9 lines
9300 Changed paths:
9301    M /trunk/include/vlc_sout.h
9302    M /trunk/modules/stream_out/transcode.c
9303    M /trunk/src/stream_output/stream_output.c
9304
9305  Added sout_UpdateStatistic and fixed transcode module to use it.
9306  As a side effect, it fixed a potential segfault (race condition) when using
9307 sout-keep (but I am not sure if we have a stream_out module that can show the
9308 problem)
9309
9310  sout_UpdateStatistic still uses input internal data and that need to
9311 be fixed. Audio output need such a clean too.
9312
9313
9314 ------------------------------------------------------------------------
9315 r22735 | funman | 2007-10-21 01:20:43 +0200 (Sun, 21 Oct 2007) | 1 line
9316 Changed paths:
9317    M /trunk/src/input/input.c
9318
9319 input: avoids double mutex locking
9320 ------------------------------------------------------------------------
9321 r22734 | fkuehne | 2007-10-21 00:39:20 +0200 (Sun, 21 Oct 2007) | 1 line
9322 Changed paths:
9323    M /trunk/Makefile.am
9324
9325 * fix make update-po on platforms with a non-GNU find implementation, aka BSD / Darwin. Thanks to xtophe for pointing this out and helping me
9326 ------------------------------------------------------------------------
9327 r22733 | jpsaman | 2007-10-20 21:15:05 +0200 (Sat, 20 Oct 2007) | 1 line
9328 Changed paths:
9329    M /trunk/modules/codec/ffmpeg/video_filter.c
9330
9331 Deinterlace prototype should be defined whether or not swscale is used.
9332 ------------------------------------------------------------------------
9333 r22732 | jpsaman | 2007-10-20 20:52:45 +0200 (Sat, 20 Oct 2007) | 1 line
9334 Changed paths:
9335    M /trunk/modules/codec/ffmpeg/ffmpeg.c
9336    M /trunk/modules/codec/ffmpeg/video_filter.c
9337
9338 Deinterlace module doesn't depend on swscale or img_* ffmpeg functionality.
9339 ------------------------------------------------------------------------
9340 r22731 | jpsaman | 2007-10-20 20:47:43 +0200 (Sat, 20 Oct 2007) | 1 line
9341 Changed paths:
9342    M /trunk/modules/codec/ffmpeg/scale.c
9343
9344 sws_scale_ordered() is deprecated in newer ffmpeg
9345 ------------------------------------------------------------------------
9346 r22730 | pdherbemont | 2007-10-20 19:56:00 +0200 (Sat, 20 Oct 2007) | 6 lines
9347 Changed paths:
9348    M /trunk/include/vlc/libvlc.h
9349    M /trunk/include/vlc/libvlc_structures.h
9350    M /trunk/include/vlc_events.h
9351    M /trunk/include/vlc_input.h
9352    M /trunk/src/control/libvlc_internal.h
9353    M /trunk/src/control/media_descriptor.c
9354    M /trunk/src/control/media_instance.c
9355
9356 src/control: (Patch by Enrique Osuna)
9357 * Add the ability to store user data in media_descriptor.
9358 * Duration can now be retrieved from a media_instance
9359 * Can new get the preparsed state of a media_descriptor
9360 * Add callbacks for libvlc_MediaDescriptorDurationChanged/vlc_InputItemDurationChanged and libvlc_MediaDescriptorPreparsedChanged/vlc_InputItemPreparsedChanged.
9361
9362 ------------------------------------------------------------------------
9363 r22729 | pdherbemont | 2007-10-20 19:40:51 +0200 (Sat, 20 Oct 2007) | 2 lines
9364 Changed paths:
9365    M /trunk/THANKS
9366
9367 THANKS: Thanks Enrique Osuna a bit more.
9368
9369 ------------------------------------------------------------------------
9370 r22728 | pdherbemont | 2007-10-20 19:37:07 +0200 (Sat, 20 Oct 2007) | 2 lines
9371 Changed paths:
9372    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaLibrary.h
9373    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
9374    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
9375    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
9376    M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
9377    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
9378    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
9379    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
9380    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
9381
9382 MacOSX/Framework: Very minor identation changes.
9383
9384 ------------------------------------------------------------------------
9385 r22727 | pdherbemont | 2007-10-20 19:36:15 +0200 (Sat, 20 Oct 2007) | 2 lines
9386 Changed paths:
9387    M /trunk/NEWS
9388
9389 NEWS: Add a piece of news on LibVLC. And specify that the OS X Framework was done as a SoC Project.
9390
9391 ------------------------------------------------------------------------
9392 r22726 | pdherbemont | 2007-10-20 19:29:34 +0200 (Sat, 20 Oct 2007) | 2 lines
9393 Changed paths:
9394    M /trunk/NEWS
9395
9396 NEWS: Mention the Mac OS X Framework.
9397
9398 ------------------------------------------------------------------------
9399 r22725 | jb | 2007-10-20 19:19:25 +0200 (Sat, 20 Oct 2007) | 3 lines
9400 Changed paths:
9401    M /trunk/NEWS
9402
9403 Add APE to NEWS and close #31
9404
9405
9406 ------------------------------------------------------------------------
9407 r22724 | pdherbemont | 2007-10-20 19:09:37 +0200 (Sat, 20 Oct 2007) | 2 lines
9408 Changed paths:
9409    M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCEventManager.h
9410    M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
9411    M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
9412    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCAudio.h
9413    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
9414    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaLibrary.h
9415    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
9416    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
9417    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCTime.h
9418    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
9419    M /trunk/extras/MacOSX/Framework/Sources/VLCAudio.m
9420    M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
9421    M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
9422    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
9423    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
9424    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
9425    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
9426    M /trunk/extras/MacOSX/Framework/Sources/VLCTime.m
9427    M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
9428
9429 MacOSX/Framework: Minor various spaces/comment cleanup.
9430
9431 ------------------------------------------------------------------------
9432 r22723 | pdherbemont | 2007-10-20 18:53:15 +0200 (Sat, 20 Oct 2007) | 2 lines
9433 Changed paths:
9434    M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCEventManager.h
9435    M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
9436    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCAudio.h
9437    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
9438    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
9439    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
9440    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
9441    M /trunk/extras/MacOSX/Framework/Pre-Compile.sh
9442    M /trunk/extras/MacOSX/Framework/Sources/VLCAudio.m
9443    M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
9444    M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
9445    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
9446    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
9447
9448 MacOSX/Framework: Fix tabs.
9449
9450 ------------------------------------------------------------------------
9451 r22722 | pdherbemont | 2007-10-20 18:47:04 +0200 (Sat, 20 Oct 2007) | 2 lines
9452 Changed paths:
9453    M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
9454    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
9455    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
9456
9457 MacOSX/Framework: s/PrivateAPI/Private/
9458
9459 ------------------------------------------------------------------------
9460 r22721 | pdherbemont | 2007-10-20 18:37:59 +0200 (Sat, 20 Oct 2007) | 2 lines
9461 Changed paths:
9462    M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCEventManager.h
9463    A /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
9464    M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
9465    A /trunk/extras/MacOSX/Framework/Headers/Public (from /trunk/extras/MacOSX/Framework/Headers/VLC:22699)
9466    M /trunk/extras/MacOSX/Framework/Headers/Public/VLC.h
9467    A /trunk/extras/MacOSX/Framework/Headers/Public/VLCAudio.h
9468    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
9469    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaLibrary.h
9470    A /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
9471    A /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
9472    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCTime.h
9473    M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
9474    D /trunk/extras/MacOSX/Framework/Headers/VLC
9475    M /trunk/extras/MacOSX/Framework/Makefile
9476    A /trunk/extras/MacOSX/Framework/Pre-Compile.sh
9477    A /trunk/extras/MacOSX/Framework/Sources/VLCAudio.m
9478    M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
9479    M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
9480    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
9481    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
9482    A /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
9483    A /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
9484    M /trunk/extras/MacOSX/Framework/Sources/VLCTime.m
9485    M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
9486    D /trunk/extras/MacOSX/Framework/Sources/test.m
9487    A /trunk/extras/MacOSX/Framework/TODO
9488    A /trunk/extras/MacOSX/Framework/VLC.xcodeproj
9489    A /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
9490    A /trunk/extras/MacOSX/Framework/VLC_Prefix.pch
9491
9492 MacOSX/Framework: Merge Enrique Osuna's work on the Framework.
9493
9494 ------------------------------------------------------------------------
9495 r22720 | fenrir | 2007-10-20 18:13:01 +0200 (Sat, 20 Oct 2007) | 3 lines
9496 Changed paths:
9497    M /trunk/modules/codec/ffmpeg/ffmpeg.c
9498
9499 Let ffmpeg handle APE codec (Monkey's Audio) as it seems to "work" with the
9500 ffmpeg demuxer (I am not sure seeking works alright). 
9501
9502 ------------------------------------------------------------------------
9503 r22719 | courmisch | 2007-10-20 18:02:03 +0200 (Sat, 20 Oct 2007) | 2 lines
9504 Changed paths:
9505    M /trunk/bindings/cil/libvlc.cs
9506    M /trunk/bindings/cil/marshal.cs
9507    M /trunk/bindings/cil/testvlc.cs
9508
9509 Add sound volume, rate, and fullscreen support
9510
9511 ------------------------------------------------------------------------
9512 r22718 | fkuehne | 2007-10-20 17:39:07 +0200 (Sat, 20 Oct 2007) | 1 line
9513 Changed paths:
9514    M /trunk/Makefile.am
9515
9516 * missed one occurence in the previous commit
9517 ------------------------------------------------------------------------
9518 r22717 | courmisch | 2007-10-20 17:24:39 +0200 (Sat, 20 Oct 2007) | 2 lines
9519 Changed paths:
9520    A /trunk/bindings/cil
9521    A /trunk/bindings/cil/Makefile
9522    A /trunk/bindings/cil/exception.cs
9523    A /trunk/bindings/cil/libvlc.cs
9524    A /trunk/bindings/cil/marshal.cs
9525    A /trunk/bindings/cil/testvlc.cs
9526
9527 Embryonic CIL bindings for libvlc-control
9528
9529 ------------------------------------------------------------------------
9530 r22716 | fkuehne | 2007-10-20 17:14:12 +0200 (Sat, 20 Oct 2007) | 1 line
9531 Changed paths:
9532    M /trunk/Makefile.am
9533
9534 * fixed [22708] for OSX
9535 ------------------------------------------------------------------------
9536 r22715 | fkuehne | 2007-10-20 17:05:16 +0200 (Sat, 20 Oct 2007) | 1 line
9537 Changed paths:
9538    M /trunk/modules/stream_out/transcode.c
9539
9540 * disabled stats updater as internal libvlc headers may not be used in modules. needs a real fix
9541 ------------------------------------------------------------------------
9542 r22714 | courmisch | 2007-10-20 15:39:41 +0200 (Sat, 20 Oct 2007) | 2 lines
9543 Changed paths:
9544    M /trunk/src/audio_output/aout_internal.h
9545    M /trunk/src/input/input_internal.h
9546    M /trunk/src/input/vlm_internal.h
9547    M /trunk/src/interface/interface.h
9548    M /trunk/src/misc/variables.h
9549    M /trunk/src/modules/configuration.h
9550    M /trunk/src/modules/modules.h
9551    M /trunk/src/playlist/playlist_internal.h
9552    M /trunk/src/stream_output/stream_output.h
9553
9554 Protects internal headers against incorrect/multiple inclusions
9555
9556 ------------------------------------------------------------------------
9557 r22713 | courmisch | 2007-10-20 15:39:23 +0200 (Sat, 20 Oct 2007) | 2 lines
9558 Changed paths:
9559    M /trunk/configure.ac
9560
9561 Don't build netsync by default until someone bothers fixing it
9562
9563 ------------------------------------------------------------------------
9564 r22712 | courmisch | 2007-10-20 15:27:00 +0200 (Sat, 20 Oct 2007) | 2 lines
9565 Changed paths:
9566    M /trunk/src/control/mediacontrol_util.c
9567
9568 Fix URL
9569
9570 ------------------------------------------------------------------------
9571 r22711 | courmisch | 2007-10-20 12:42:44 +0200 (Sat, 20 Oct 2007) | 2 lines
9572 Changed paths:
9573    M /trunk/src/control/testapi.c
9574
9575 Make sure assert are built-in
9576
9577 ------------------------------------------------------------------------
9578 r22710 | courmisch | 2007-10-20 12:41:53 +0200 (Sat, 20 Oct 2007) | 2 lines
9579 Changed paths:
9580    M /trunk/src/Makefile.am
9581    A /trunk/src/control/testapi.c
9582
9583 libvlc-control smoke test. Feel free to extend
9584
9585 ------------------------------------------------------------------------
9586 r22709 | courmisch | 2007-10-20 09:59:42 +0200 (Sat, 20 Oct 2007) | 2 lines
9587 Changed paths:
9588    M /trunk/include/vlc/mediacontrol_structures.h
9589
9590 Use int32 rather than long for FOURCC so we don't artificially screw up the ABI on 64-bits platform. Use int64 rather than long for value so we don't overflow on 32-bits platform (ABI breakage, but I did not start it)
9591
9592 ------------------------------------------------------------------------
9593 r22708 | courmisch | 2007-10-20 09:43:40 +0200 (Sat, 20 Oct 2007) | 2 lines
9594 Changed paths:
9595    M /trunk/src/Makefile.am
9596
9597 The current libvlc-control ABI is not compatible with the 0.8.6 one. Change SONAME.
9598
9599 ------------------------------------------------------------------------
9600 r22707 | courmisch | 2007-10-20 09:39:38 +0200 (Sat, 20 Oct 2007) | 2 lines
9601 Changed paths:
9602    M /trunk/include/vlc/mediacontrol.h
9603    M /trunk/src/control/mediacontrol_util.c
9604
9605 Add mediacontrol_exception_cleanup() consistent with mediacontrol_exception_init().
9606
9607 ------------------------------------------------------------------------
9608 r22706 | courmisch | 2007-10-20 09:38:20 +0200 (Sat, 20 Oct 2007) | 2 lines
9609 Changed paths:
9610    M /trunk/src/control/mediacontrol_core.c
9611
9612 Remove white spaces
9613
9614 ------------------------------------------------------------------------
9615 r22705 | jb | 2007-10-20 02:50:39 +0200 (Sat, 20 Oct 2007) | 3 lines
9616 Changed paths:
9617    M /trunk/extras/contrib/src/Makefile
9618
9619 Contribs: apply the ugly gcc 4.2 patch also on windows :D Fix goom2k4 with mingw32-4.2 compilation
9620
9621
9622 ------------------------------------------------------------------------
9623 r22704 | xtophe | 2007-10-20 02:45:03 +0200 (Sat, 20 Oct 2007) | 2 lines
9624 Changed paths:
9625    M /trunk/extras/contrib/src/packages.mak
9626
9627 Bump dirac version
9628
9629 ------------------------------------------------------------------------
9630 r22703 | xtophe | 2007-10-20 01:00:41 +0200 (Sat, 20 Oct 2007) | 2 lines
9631 Changed paths:
9632    M /trunk/po/POTFILES.in
9633
9634 Revert [22699] for POTFILES.in. the make update-po rule seems to be broken on MacOSX as it's the second times that when feepk update POTFILES.in all the files in modules/ disappear
9635
9636 ------------------------------------------------------------------------
9637 r22702 | thresh | 2007-10-19 22:58:12 +0200 (Fri, 19 Oct 2007) | 4 lines
9638 Changed paths:
9639    M /trunk/configure.ac
9640    M /trunk/modules/codec/dirac.c
9641
9642 Bump required dirac version to 0.8.0 and fix dirac codec module to support 0.8.
9643
9644 Tested with dirac files created by ffmpeg (by means of dirac support ffmpeg patch).
9645
9646 ------------------------------------------------------------------------
9647 r22701 | thresh | 2007-10-19 22:23:35 +0200 (Fri, 19 Oct 2007) | 2 lines
9648 Changed paths:
9649    M /trunk/configure.ac
9650
9651 Spatializer module should be built with g++
9652
9653 ------------------------------------------------------------------------
9654 r22700 | pdherbemont | 2007-10-19 22:05:55 +0200 (Fri, 19 Oct 2007) | 2 lines
9655 Changed paths:
9656    M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
9657
9658 contrib/ffmpeg-macosx-intel-mmx.patch: Fix the patch.
9659
9660 ------------------------------------------------------------------------
9661 r22699 | fkuehne | 2007-10-19 18:07:26 +0200 (Fri, 19 Oct 2007) | 1 line
9662 Changed paths:
9663    M /trunk/po/POTFILES.in
9664    M /trunk/po/af.po
9665    M /trunk/po/ar.po
9666    M /trunk/po/bn.po
9667    M /trunk/po/ca.po
9668    M /trunk/po/co.po
9669    M /trunk/po/cs.po
9670    M /trunk/po/da.po
9671    M /trunk/po/de.po
9672    M /trunk/po/el.po
9673    M /trunk/po/en_GB.po
9674    M /trunk/po/es.po
9675    M /trunk/po/eu.po
9676    M /trunk/po/fa.po
9677    M /trunk/po/fi.po
9678    M /trunk/po/fr.po
9679    M /trunk/po/fur.po
9680    M /trunk/po/gl.po
9681    M /trunk/po/he.po
9682    M /trunk/po/hi.po
9683    M /trunk/po/hu.po
9684    M /trunk/po/it.po
9685    M /trunk/po/ja.po
9686    M /trunk/po/ka.po
9687    M /trunk/po/ko.po
9688    M /trunk/po/lt.po
9689    M /trunk/po/lv.po
9690    M /trunk/po/ms.po
9691    M /trunk/po/my.po
9692    M /trunk/po/ne.po
9693    M /trunk/po/nl.po
9694    M /trunk/po/no.po
9695    M /trunk/po/oc.po
9696    M /trunk/po/pa.po
9697    M /trunk/po/pl.po
9698    M /trunk/po/ps.po
9699    M /trunk/po/pt_BR.po
9700    M /trunk/po/pt_PT.po
9701    M /trunk/po/ro.po
9702    M /trunk/po/ru.po
9703    M /trunk/po/sk.po
9704    M /trunk/po/sl.po
9705    M /trunk/po/sq.po
9706    M /trunk/po/sv.po
9707    M /trunk/po/tet.po
9708    M /trunk/po/th.po
9709    M /trunk/po/tl.po
9710    M /trunk/po/tr.po
9711    M /trunk/po/vlc.pot
9712    M /trunk/po/zh_CN.po
9713    M /trunk/po/zh_TW.po
9714
9715 * updated the po-files
9716 ------------------------------------------------------------------------
9717 r22698 | pdherbemont | 2007-10-19 15:51:34 +0200 (Fri, 19 Oct 2007) | 2 lines
9718 Changed paths:
9719    M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
9720
9721 contrib/ffmpeg: Yet an other fix attempt for ffmpeg. (Previous fix is broken because of registers don't get reseted properly in the look).
9722
9723 ------------------------------------------------------------------------
9724 r22697 | funman | 2007-10-19 12:34:46 +0200 (Fri, 19 Oct 2007) | 1 line
9725 Changed paths:
9726    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
9727
9728 qt4: control_(Add/Remove/Exists) are not ready yet. (and btw, the previous commit also introduced last.fm settings in the simple preferences)
9729 ------------------------------------------------------------------------
9730 r22696 | funman | 2007-10-19 12:30:34 +0200 (Fri, 19 Oct 2007) | 1 line
9731 Changed paths:
9732    M /trunk/modules/gui/qt4/components/open.cpp
9733    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
9734    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
9735    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
9736
9737 qt4: fix the use of HTTP in open dialog
9738 ------------------------------------------------------------------------
9739 r22695 | jb | 2007-10-19 04:32:16 +0200 (Fri, 19 Oct 2007) | 3 lines
9740 Changed paths:
9741    M /trunk/NEWS
9742    M /trunk/modules/codec/ffmpeg/ffmpeg.c
9743
9744 Add NellyMoser with FourCC NELL.
9745
9746
9747 ------------------------------------------------------------------------
9748 r22694 | jb | 2007-10-19 02:55:25 +0200 (Fri, 19 Oct 2007) | 2 lines
9749 Changed paths:
9750    M /trunk/NEWS
9751
9752 News... Add some... I am sure there are plenty more of them.
9753
9754 ------------------------------------------------------------------------
9755 r22693 | jb | 2007-10-19 02:30:49 +0200 (Fri, 19 Oct 2007) | 3 lines
9756 Changed paths:
9757    M /trunk/modules/gui/qt4/components/open.cpp
9758    M /trunk/modules/gui/qt4/components/open.hpp
9759    M /trunk/modules/gui/qt4/ui/open_disk.ui
9760
9761 Qt4 - make the Browse Device button to actually do something. Fix Trax#49. This has to be checked when you want to open a VIDEO_TS folder (reading V_T or V_T/.. ?)
9762
9763
9764 ------------------------------------------------------------------------
9765 r22692 | jb | 2007-10-19 02:27:06 +0200 (Fri, 19 Oct 2007) | 2 lines
9766 Changed paths:
9767    M /trunk/modules/gui/qt4/dialogs_provider.cpp
9768    M /trunk/modules/gui/qt4/menus.cpp
9769
9770 Qt4 - open File shortcut fix.
9771
9772 ------------------------------------------------------------------------
9773 r22691 | funman | 2007-10-19 00:40:07 +0200 (Fri, 19 Oct 2007) | 1 line
9774 Changed paths:
9775    M /trunk/share/Makefile.am
9776
9777 Adds lelombrik.lua in Makefile.am
9778 ------------------------------------------------------------------------
9779 r22690 | funman | 2007-10-19 00:30:34 +0200 (Fri, 19 Oct 2007) | 2 lines
9780 Changed paths:
9781    A /trunk/share/luaplaylist/lelombrik.lua
9782
9783 lua demuxer for lelombrik.net
9784
9785 ------------------------------------------------------------------------
9786 r22689 | fenrir | 2007-10-19 00:26:27 +0200 (Fri, 19 Oct 2007) | 2 lines
9787 Changed paths:
9788    M /trunk/modules/packetizer/mpegvideo.c
9789
9790 DVD CC are not reordered.
9791
9792 ------------------------------------------------------------------------
9793 r22688 | jpsaman | 2007-10-19 00:10:15 +0200 (Fri, 19 Oct 2007) | 2 lines
9794 Changed paths:
9795    M /trunk/modules/mux/mpeg/ts.c
9796
9797 Use proper unity.
9798
9799 ------------------------------------------------------------------------
9800 r22687 | jpsaman | 2007-10-19 00:10:11 +0200 (Fri, 19 Oct 2007) | 2 lines
9801 Changed paths:
9802    M /trunk/modules/codec/zvbi.c
9803
9804 Add support for converting RGBA into YUVA using ffmpeg libswscale capabilities when available. This makes the Teletext subtitles streamable with dvbsub encoder/decoder.
9805
9806 ------------------------------------------------------------------------
9807 r22686 | jpsaman | 2007-10-19 00:10:05 +0200 (Fri, 19 Oct 2007) | 2 lines
9808 Changed paths:
9809    M /trunk/modules/video_filter/blend.c
9810
9811 Remove printf().
9812
9813 ------------------------------------------------------------------------
9814 r22685 | jpsaman | 2007-10-19 00:09:59 +0200 (Fri, 19 Oct 2007) | 2 lines
9815 Changed paths:
9816    M /trunk/modules/video_filter/blend.c
9817
9818 Remove useless empty line.
9819
9820 ------------------------------------------------------------------------
9821 r22684 | jpsaman | 2007-10-19 00:09:48 +0200 (Fri, 19 Oct 2007) | 2 lines
9822 Changed paths:
9823    M /trunk/src/video_output/vout_subpictures.c
9824
9825 Support blending of RGBA and YUVA subpicture in addition to YUVP
9826
9827 ------------------------------------------------------------------------
9828 r22683 | jpsaman | 2007-10-19 00:09:39 +0200 (Fri, 19 Oct 2007) | 2 lines
9829 Changed paths:
9830    M /trunk/modules/codec/ffmpeg/video.c
9831
9832 Add VLC_FOURCC('R','G','B','A') to modules/codec/ffmpeg/video.c
9833
9834 ------------------------------------------------------------------------
9835 r22682 | jpsaman | 2007-10-19 00:09:28 +0200 (Fri, 19 Oct 2007) | 2 lines
9836 Changed paths:
9837    M /trunk/extras/contrib/src/Makefile
9838
9839 Enable swscaler in ffmpeg.
9840
9841 ------------------------------------------------------------------------
9842 r22681 | jpsaman | 2007-10-19 00:09:22 +0200 (Fri, 19 Oct 2007) | 2 lines
9843 Changed paths:
9844    M /trunk/configure.ac
9845
9846 Bail out if ffmpeg/avformat.h and ffmpeg/avutil.h doesn't exist.
9847
9848 ------------------------------------------------------------------------
9849 r22680 | jpsaman | 2007-10-19 00:09:10 +0200 (Fri, 19 Oct 2007) | 2 lines
9850 Changed paths:
9851    M /trunk/configure.ac
9852
9853 Check for swscale.h iso trying to compile/link test.
9854
9855 ------------------------------------------------------------------------
9856 r22679 | jpsaman | 2007-10-19 00:09:02 +0200 (Fri, 19 Oct 2007) | 2 lines
9857 Changed paths:
9858    M /trunk/configure.ac
9859
9860 Fix detection of libswscale. It depends on libavutil.
9861
9862 ------------------------------------------------------------------------
9863 r22678 | jpsaman | 2007-10-19 00:08:54 +0200 (Fri, 19 Oct 2007) | 2 lines
9864 Changed paths:
9865    M /trunk/configure.ac
9866
9867 Replace tabs with whitespace.
9868
9869 ------------------------------------------------------------------------
9870 r22677 | jpsaman | 2007-10-19 00:08:44 +0200 (Fri, 19 Oct 2007) | 2 lines
9871 Changed paths:
9872    M /trunk/modules/codec/ffmpeg/ffmpeg.c
9873
9874 Fixed compiler warning for unused variables.
9875
9876 ------------------------------------------------------------------------
9877 r22676 | littlejohn | 2007-10-18 23:16:27 +0200 (Thu, 18 Oct 2007) | 1 line
9878 Changed paths:
9879    A /trunk/bindings/java/org/videolan/jvlc/EventManager.java
9880    A /trunk/bindings/java/org/videolan/jvlc/MediaDescriptor.java
9881    A /trunk/bindings/java/org/videolan/jvlc/MediaInstance.java
9882
9883 Java classes for media instance support added
9884 ------------------------------------------------------------------------
9885 r22675 | fkuehne | 2007-10-18 22:32:24 +0200 (Thu, 18 Oct 2007) | 1 line
9886 Changed paths:
9887    M /trunk/configure.ac
9888
9889 * fixed the special case that uname provides 'i386' instead of 'i686' on certain macbooks
9890 ------------------------------------------------------------------------
9891 r22674 | funman | 2007-10-18 22:20:58 +0200 (Thu, 18 Oct 2007) | 2 lines
9892 Changed paths:
9893    M /trunk/modules/misc/playlist/xspf.c
9894
9895 xspf writer: forget to increment the source pointer in [22665], that would result in file://file://file:///path/to/input entries in ml.xspf
9896
9897 ------------------------------------------------------------------------
9898 r22673 | fenrir | 2007-10-18 22:03:41 +0200 (Thu, 18 Oct 2007) | 2 lines
9899 Changed paths:
9900    M /trunk/modules/demux/Modules.am
9901
9902 Tivo depends on cc.h
9903
9904 ------------------------------------------------------------------------
9905 r22672 | fenrir | 2007-10-18 22:03:12 +0200 (Thu, 18 Oct 2007) | 2 lines
9906 Changed paths:
9907    M /trunk/modules/codec/cc.h
9908
9909 Added support for DVD and ReplayTV CC.
9910
9911 ------------------------------------------------------------------------
9912 r22671 | funman | 2007-10-18 21:59:48 +0200 (Thu, 18 Oct 2007) | 1 line
9913 Changed paths:
9914    M /trunk/src/playlist/control.c
9915
9916 playlist: avoid a segfault when the fetcher has been unloaded
9917 ------------------------------------------------------------------------
9918 r22670 | funman | 2007-10-18 21:54:52 +0200 (Thu, 18 Oct 2007) | 1 line
9919 Changed paths:
9920    M /trunk/modules/misc/notify/telepathy.c
9921
9922 telepathy: register the callbacks only when we are connected to the bus, to avoid the module being unloaded, while the callbacks are still active
9923 ------------------------------------------------------------------------
9924 r22669 | fenrir | 2007-10-18 21:42:50 +0200 (Thu, 18 Oct 2007) | 3 lines
9925 Changed paths:
9926    M /trunk/modules/demux/ty.c
9927
9928 Added partial XDS decoding support (channle/program)
9929 Fixed use of uninitialized data for CC detection.
9930
9931 ------------------------------------------------------------------------
9932 r22668 | fenrir | 2007-10-18 21:36:06 +0200 (Thu, 18 Oct 2007) | 2 lines
9933 Changed paths:
9934    M /trunk/modules/codec/cc.c
9935
9936 Fixed infinite loop.
9937
9938 ------------------------------------------------------------------------
9939 r22667 | xtophe | 2007-10-18 21:04:39 +0200 (Thu, 18 Oct 2007) | 2 lines
9940 Changed paths:
9941    M /trunk/share/applications/vlc.desktop
9942
9943 Indicates that you can gives several url to vlc
9944
9945 ------------------------------------------------------------------------
9946 r22666 | fenrir | 2007-10-18 20:18:09 +0200 (Thu, 18 Oct 2007) | 2 lines
9947 Changed paths:
9948    M /trunk/src/input/es_out.c
9949
9950 Fixed closed captions channel >= 2
9951
9952 ------------------------------------------------------------------------
9953 r22665 | funman | 2007-10-18 18:22:35 +0200 (Thu, 18 Oct 2007) | 5 lines
9954 Changed paths:
9955    M /trunk/modules/misc/playlist/xspf.c
9956
9957 xspf writer: do percent encoding on more characters when we have a file:// URI.
9958 We don't do that on other URIs because those characters may be used as delimiters, and must not be percent encoded.
9959
9960 Now produces valid XSPF-1 files.
9961
9962 ------------------------------------------------------------------------
9963 r22664 | fkuehne | 2007-10-18 17:34:55 +0200 (Thu, 18 Oct 2007) | 1 line
9964 Changed paths:
9965    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9966    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
9967    M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
9968    M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
9969    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
9970    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
9971
9972 * don't use the text archive format for nibs, as the binary version is faster to load and smaller to store. Additionally, it's a lot better for diffing on trac, as humans should't understand the text format anyway.
9973 ------------------------------------------------------------------------
9974 r22663 | funman | 2007-10-18 17:34:01 +0200 (Thu, 18 Oct 2007) | 7 lines
9975 Changed paths:
9976    M /trunk/include/vlc_playlist.h
9977    M /trunk/modules/access/directory.c
9978    M /trunk/modules/gui/macosx/playlist.m
9979    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
9980    M /trunk/modules/services_discovery/upnp_cc.cpp
9981    M /trunk/modules/services_discovery/upnp_intel.cpp
9982    M /trunk/src/playlist/engine.c
9983    M /trunk/src/playlist/services_discovery.c
9984    M /trunk/src/playlist/tree.c
9985
9986 playlist_CreateNode(): add an argument to specify an input_item_t to be linked with the node, rather than creating a new input.
9987 Setting that argument to NULL will make playlist_CreateNode() behave like previously.
9988
9989 That way we can create only one input per pair of node (for local playlist, media library, and service discovery)
9990 Previous behaviour was to create 2 inputs with the same i_id member, but we would store both input in a binary search tree (sorted by i_id), and that kind of tree MUST NOT have 2 items with the same key, else we will get some bad memory corruption when the wrong input is removed from the tree (the other being left in the tree while the memory referred by it was freed).
9991 Note that this breaks ABI
9992
9993 ------------------------------------------------------------------------
9994 r22662 | fkuehne | 2007-10-18 17:18:44 +0200 (Thu, 18 Oct 2007) | 1 line
9995 Changed paths:
9996    M /trunk/configure.ac
9997    M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/classes.nib
9998    M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/info.nib
9999    M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
10000    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10001    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10002    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
10003    M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
10004    M /trunk/include/vlc_intf_strings.h
10005    M /trunk/modules/gui/macosx/about.h
10006    M /trunk/modules/gui/macosx/about.m
10007    M /trunk/modules/gui/macosx/intf.h
10008    M /trunk/modules/gui/macosx/intf.m
10009
10010 * implemented the generic VLC media player Help window on OSX to match the QT4 interface. Additionally, I modified the HTML source a bit, so potential umlauts won't be displayed as UTF-16 on OSX, which would lead to German umlauts being Chinese characters, etc. BTW. Withthis commit, we also link against the WebKit framework..
10011 ------------------------------------------------------------------------
10012 r22661 | funman | 2007-10-18 16:14:58 +0200 (Thu, 18 Oct 2007) | 1 line
10013 Changed paths:
10014    M /trunk/src/playlist/tree.c
10015
10016 playlist_NodeCreate(): fix a potential segfault
10017 ------------------------------------------------------------------------
10018 r22660 | funman | 2007-10-18 03:03:22 +0200 (Thu, 18 Oct 2007) | 1 line
10019 Changed paths:
10020    M /trunk/src/playlist/tree.c
10021
10022 playlist: incrementing the input_id is already taken care of in input_ItemNewWithType()
10023 ------------------------------------------------------------------------
10024 r22659 | funman | 2007-10-18 01:04:43 +0200 (Thu, 18 Oct 2007) | 1 line
10025 Changed paths:
10026    M /trunk/modules/demux/nsv.c
10027
10028 nsv demuxer: H264 is quite common
10029 ------------------------------------------------------------------------
10030 r22658 | funman | 2007-10-18 00:55:50 +0200 (Thu, 18 Oct 2007) | 1 line
10031 Changed paths:
10032    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
10033
10034 qt4: The media library can be disabled
10035 ------------------------------------------------------------------------
10036 r22657 | funman | 2007-10-18 00:42:39 +0200 (Thu, 18 Oct 2007) | 1 line
10037 Changed paths:
10038    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
10039
10040 qt4: open file requester when the playlist is empty, but media library or services discovery aren't
10041 ------------------------------------------------------------------------
10042 r22656 | xtophe | 2007-10-18 00:41:02 +0200 (Thu, 18 Oct 2007) | 2 lines
10043 Changed paths:
10044    M /trunk/modules/codec/cc.c
10045    M /trunk/modules/codec/cc.h
10046
10047 svn:keywords=Id
10048
10049 ------------------------------------------------------------------------
10050 r22655 | fenrir | 2007-10-17 22:34:53 +0200 (Wed, 17 Oct 2007) | 3 lines
10051 Changed paths:
10052    M /trunk/modules/demux/ty.c
10053
10054 Added closed captions decoding for tivo files.
10055 Please reports broken CC decoding (with a sample to test).
10056
10057 ------------------------------------------------------------------------
10058 r22654 | fenrir | 2007-10-17 21:56:26 +0200 (Wed, 17 Oct 2007) | 3 lines
10059 Changed paths:
10060    M /trunk/modules/packetizer/mpegvideo.c
10061
10062  Added cc data extraction support for mpeg 1/2 when the mpeg packetizer
10063 is used. (Only dvb/atsc CC support is working)
10064
10065 ------------------------------------------------------------------------
10066 r22653 | fenrir | 2007-10-17 21:52:41 +0200 (Wed, 17 Oct 2007) | 2 lines
10067 Changed paths:
10068    M /trunk/configure.ac
10069    M /trunk/modules/codec/Modules.am
10070
10071 Build CC module.
10072
10073 ------------------------------------------------------------------------
10074 r22652 | fenrir | 2007-10-17 21:51:25 +0200 (Wed, 17 Oct 2007) | 4 lines
10075 Changed paths:
10076    M /trunk/include/vlc_codec.h
10077    M /trunk/modules/stream_out/transcode.c
10078    M /trunk/src/input/decoder.c
10079    M /trunk/src/input/es_out.c
10080    M /trunk/src/input/input_internal.h
10081
10082  Added closed captions decoding/extracting from ES data. The CC tracks
10083 are dynamically added when detected.
10084 (Decoder/Packetizer support not yet commited)
10085
10086 ------------------------------------------------------------------------
10087 r22651 | fenrir | 2007-10-17 21:48:16 +0200 (Wed, 17 Oct 2007) | 5 lines
10088 Changed paths:
10089    A /trunk/modules/codec/cc.c
10090    A /trunk/modules/codec/cc.h
10091
10092 Closed captions decoder.
10093 The rollup and paint on mode is not really good (a lot of flicker) but
10094 I don't see how to fix it (the subtitle is updated as soon as a new
10095 character is added).
10096
10097 ------------------------------------------------------------------------
10098 r22650 | pdherbemont | 2007-10-17 21:44:19 +0200 (Wed, 17 Oct 2007) | 2 lines
10099 Changed paths:
10100    A /trunk/extras/MacOSX/Framework/Headers/Internal
10101    A /trunk/extras/MacOSX/Framework/Headers/Internal/VLCEventManager.h (from /trunk/extras/MacOSX/Framework/Headers/VLCEventManager.h:22619)
10102    A /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h (from /trunk/extras/MacOSX/Framework/Headers/VLCLibrary.h:22619)
10103    D /trunk/extras/MacOSX/Framework/Headers/VLCEventManager.h
10104    D /trunk/extras/MacOSX/Framework/Headers/VLCLibrary.h
10105    M /trunk/extras/MacOSX/Framework/Makefile
10106
10107 MacOSX/Framework: Move private headers to Headers/Internal (To follow Enrique Osuna's effort).
10108
10109 ------------------------------------------------------------------------
10110 r22649 | jpsaman | 2007-10-17 20:36:22 +0200 (Wed, 17 Oct 2007) | 2 lines
10111 Changed paths:
10112    M /trunk/include/vlc_streaming.h
10113    M /trunk/src/stream_output/profiles.c
10114
10115 Add Icecast support to profiles.
10116
10117 ------------------------------------------------------------------------
10118 r22648 | courmisch | 2007-10-17 19:14:30 +0200 (Wed, 17 Oct 2007) | 3 lines
10119 Changed paths:
10120    M /trunk/modules/misc/gnutls.c
10121
10122 Always check the certificates chain - it does not make any sense, is counter-intuitive and insecure to use x509 but not validate certs.
10123 The whole security and point of TLS rely on this...
10124
10125 ------------------------------------------------------------------------
10126 r22647 | courmisch | 2007-10-17 19:05:36 +0200 (Wed, 17 Oct 2007) | 3 lines
10127 Changed paths:
10128    M /trunk/modules/misc/gnutls.c
10129
10130 Error out if hostname not specified
10131 (this would be a bug in whatever is using the TLS object anyway)
10132
10133 ------------------------------------------------------------------------
10134 r22646 | funman | 2007-10-17 17:51:00 +0200 (Wed, 17 Oct 2007) | 1 line
10135 Changed paths:
10136    M /trunk/src/playlist/tree.c
10137
10138 playlist_NodeDelete(): we want to delete a specific playlist_item_t*, not a playlist_item_t* associated to a specific input_item_t*
10139 ------------------------------------------------------------------------
10140 r22645 | jpsaman | 2007-10-17 17:42:14 +0200 (Wed, 17 Oct 2007) | 2 lines
10141 Changed paths:
10142    M /trunk/configure.ac
10143
10144 Fix detection of a52 in configure.ac
10145
10146 ------------------------------------------------------------------------
10147 r22644 | pdherbemont | 2007-10-17 16:45:02 +0200 (Wed, 17 Oct 2007) | 2 lines
10148 Changed paths:
10149    M /trunk/extras/contrib/src/Makefile
10150    A /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
10151
10152 svn: contrib/ffmpeg: Work around the fact that there is not enough register available on Mac OS X/x86 for certain optimization (most likely a gcc bug).
10153
10154 ------------------------------------------------------------------------
10155 r22643 | funman | 2007-10-17 15:30:02 +0200 (Wed, 17 Oct 2007) | 2 lines
10156 Changed paths:
10157    M /trunk/bindings/python/Makefile.am
10158    M /trunk/bindings/python/README
10159    M /trunk/bindings/python/setup-internal.py
10160    M /trunk/bindings/python/setup.py
10161    M /trunk/bindings/python/vlc_input.c
10162    M /trunk/bindings/python/vlc_instance.c
10163    M /trunk/bindings/python/vlc_internal.c
10164    M /trunk/bindings/python/vlc_internal.h
10165    M /trunk/bindings/python/vlc_mediacontrol.c
10166    M /trunk/bindings/python/vlc_module.c
10167    M /trunk/bindings/python/vlc_position.c
10168    M /trunk/bindings/python/vlcglue.h
10169    M /trunk/bindings/python/vlcwidget.py
10170    M /trunk/bindings/python/vlcwrapper.py
10171
10172 python bindings: svn:keywords set to Id
10173
10174 ------------------------------------------------------------------------
10175 r22642 | funman | 2007-10-17 15:09:40 +0200 (Wed, 17 Oct 2007) | 1 line
10176 Changed paths:
10177    M /trunk/modules/services_discovery/sap.c
10178
10179 sap: do not release an object we did't yield
10180 ------------------------------------------------------------------------
10181 r22641 | littlejohn | 2007-10-16 22:47:35 +0200 (Tue, 16 Oct 2007) | 1 line
10182 Changed paths:
10183    M /trunk/bindings/java/src/Makefile.am
10184
10185 abs_ variable removed from Makefile
10186 ------------------------------------------------------------------------
10187 r22640 | funman | 2007-10-16 21:43:23 +0200 (Tue, 16 Oct 2007) | 5 lines
10188 Changed paths:
10189    M /trunk/src/playlist/engine.c
10190
10191 playlist_PreparseLoop(): oneliner fix for psz_arturl checking
10192 We will get the art if either:
10193     psz_arturl is NULL
10194     psz_arturl doesn't begin with "file://"
10195
10196 ------------------------------------------------------------------------
10197 r22639 | jb | 2007-10-16 19:43:31 +0200 (Tue, 16 Oct 2007) | 3 lines
10198 Changed paths:
10199    M /trunk/modules/gui/qt4/ui/open_capture.ui
10200
10201 Qt 4.2: compatibility... btw, just switch to QT 4.3.2.... :D
10202
10203
10204 ------------------------------------------------------------------------
10205 r22638 | jb | 2007-10-16 19:41:28 +0200 (Tue, 16 Oct 2007) | 5 lines
10206 Changed paths:
10207    M /trunk/extras/contrib/src/packages.mak
10208
10209 contribs - theora  bumps to beta2, updates in the specs and a few bugfixes...
10210
10211 Has anyone been able to encode TO theora with VLC lately ?
10212
10213
10214 ------------------------------------------------------------------------
10215 r22637 | jb | 2007-10-16 19:19:27 +0200 (Tue, 16 Oct 2007) | 6 lines
10216 Changed paths:
10217    M /trunk/modules/gui/qt4/components/open.cpp
10218    M /trunk/modules/gui/qt4/components/open.hpp
10219    M /trunk/modules/gui/qt4/ui/open_capture.ui
10220    M /trunk/modules/gui/qt4/ui/open_file.ui
10221
10222 Qt4 - Open: - remove a few kludges, clean and do it a better way.
10223             - Use a QDirModel to provide completion, this is cool for geeks, but may increase the size of the object, since we didn't use that class before... Any thoughts on that? Remove it for Windows ?
10224             - Clean the layouts, and simplify and fix some signals.
10225             - layout fixes for capture.
10226
10227
10228 ------------------------------------------------------------------------
10229 r22636 | ileoo | 2007-10-16 18:44:55 +0200 (Tue, 16 Oct 2007) | 1 line
10230 Changed paths:
10231    M /trunk/src/playlist/engine.c
10232
10233 oneliner to fix psz_arturl check in album_art stuff
10234 ------------------------------------------------------------------------
10235 r22635 | funman | 2007-10-16 17:42:15 +0200 (Tue, 16 Oct 2007) | 2 lines
10236 Changed paths:
10237    M /trunk/src/libvlc-common.c
10238
10239 libvlc: fix a memory leak
10240
10241 ------------------------------------------------------------------------
10242 r22634 | funman | 2007-10-16 16:18:21 +0200 (Tue, 16 Oct 2007) | 1 line
10243 Changed paths:
10244    M /trunk/modules/gui/qt4/main_interface.cpp
10245
10246 qt4: fix a segfault
10247 ------------------------------------------------------------------------
10248 r22633 | funman | 2007-10-16 14:44:47 +0200 (Tue, 16 Oct 2007) | 1 line
10249 Changed paths:
10250    M /trunk/src/input/meta.c
10251    M /trunk/src/playlist/engine.c
10252
10253 fix [22632]: check psz_arturl before using it
10254 ------------------------------------------------------------------------
10255 r22632 | funman | 2007-10-16 14:27:24 +0200 (Tue, 16 Oct 2007) | 3 lines
10256 Changed paths:
10257    M /trunk/src/input/meta.c
10258    M /trunk/src/playlist/engine.c
10259
10260 album art: the corrects picture URLs begin with "file://" else, we have to download/extract/look in the cache
10261 sets the ArtworkURL to the file in cache also when it had been extracted previously
10262
10263 ------------------------------------------------------------------------
10264 r22631 | funman | 2007-10-16 02:30:14 +0200 (Tue, 16 Oct 2007) | 3 lines
10265 Changed paths:
10266    M /trunk/configure.ac
10267
10268 qt4 configure: Use proper escaping.
10269 \\\\ will become \ and \\\" will become "
10270
10271 ------------------------------------------------------------------------
10272 r22630 | xtophe | 2007-10-16 01:39:10 +0200 (Tue, 16 Oct 2007) | 2 lines
10273 Changed paths:
10274    M /trunk/configure.ac
10275
10276 Ugly quoting fix. 
10277
10278 ------------------------------------------------------------------------
10279 r22629 | xtophe | 2007-10-16 00:32:53 +0200 (Tue, 16 Oct 2007) | 2 lines
10280 Changed paths:
10281    M /trunk/po/POTFILES.in
10282
10283 Some files were renamed
10284
10285 ------------------------------------------------------------------------
10286 r22628 | xtophe | 2007-10-15 23:49:45 +0200 (Mon, 15 Oct 2007) | 2 lines
10287 Changed paths:
10288    M /trunk/configure.ac
10289
10290 Forgotten in [22627]
10291
10292 ------------------------------------------------------------------------
10293 r22627 | xtophe | 2007-10-15 23:43:40 +0200 (Mon, 15 Oct 2007) | 2 lines
10294 Changed paths:
10295    M /trunk/modules/gui/qt4/qt4.cpp
10296
10297 i18n for the Qt dialogs
10298
10299 ------------------------------------------------------------------------
10300 r22626 | funman | 2007-10-15 23:39:50 +0200 (Mon, 15 Oct 2007) | 1 line
10301 Changed paths:
10302    M /trunk/configure.ac
10303
10304 compile the libfaad test with -lm
10305 ------------------------------------------------------------------------
10306 r22625 | sigmunau | 2007-10-15 23:35:28 +0200 (Mon, 15 Oct 2007) | 2 lines
10307 Changed paths:
10308    M /trunk/src/libvlc-module.c
10309
10310 fix the -A shortcut
10311
10312 ------------------------------------------------------------------------
10313 r22624 | xtophe | 2007-10-15 23:30:53 +0200 (Mon, 15 Oct 2007) | 2 lines
10314 Changed paths:
10315    M /trunk/include/vlc_os_specific.h
10316    M /trunk/src/misc/win32_specific.c
10317
10318 Export a function to get the install dir of VLC from the plugins
10319
10320 ------------------------------------------------------------------------
10321 r22623 | funman | 2007-10-15 23:17:12 +0200 (Mon, 15 Oct 2007) | 1 line
10322 Changed paths:
10323    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
10324
10325 qt4 preferences: combo is mandatory in StringListConfigControl constructor
10326 ------------------------------------------------------------------------
10327 r22622 | xtophe | 2007-10-15 23:10:57 +0200 (Mon, 15 Oct 2007) | 2 lines
10328 Changed paths:
10329    M /trunk/mozilla/Makefile.am
10330
10331 Avoid automake getting confused by the ../..
10332
10333 ------------------------------------------------------------------------
10334 r22621 | funman | 2007-10-15 23:09:40 +0200 (Mon, 15 Oct 2007) | 1 line
10335 Changed paths:
10336    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
10337    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
10338    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
10339    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
10340
10341 qt4 simple preferences: only show the options of the selected audio output module
10342 ------------------------------------------------------------------------
10343 r22620 | funman | 2007-10-15 23:09:03 +0200 (Mon, 15 Oct 2007) | 1 line
10344 Changed paths:
10345    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
10346
10347 qt4 preferences: the label is not mandatory in object constructor
10348 ------------------------------------------------------------------------
10349 r22619 | pdherbemont | 2007-10-15 19:51:11 +0200 (Mon, 15 Oct 2007) | 2 lines
10350 Changed paths:
10351    M /trunk/include/vlc_arrays.h
10352
10353 vlc_arrays.h: Use item_at_index istead of object_at_index.
10354
10355 ------------------------------------------------------------------------
10356 r22618 | courmisch | 2007-10-15 19:07:33 +0200 (Mon, 15 Oct 2007) | 2 lines
10357 Changed paths:
10358    M /trunk/vlc-config.in.in
10359
10360 Fix vlc-config
10361
10362 ------------------------------------------------------------------------
10363 r22617 | courmisch | 2007-10-15 18:50:54 +0200 (Mon, 15 Oct 2007) | 2 lines
10364 Changed paths:
10365    M /trunk/configure.ac
10366
10367 Use VLC_ADD_LIBS where seemingly appropriate
10368
10369 ------------------------------------------------------------------------
10370 r22616 | pdherbemont | 2007-10-15 18:34:29 +0200 (Mon, 15 Oct 2007) | 2 lines
10371 Changed paths:
10372    M /trunk/src/Makefile.am
10373
10374 src/Makefile.am: Move flat_media_list.c->flat_media_list_view.c.
10375
10376 ------------------------------------------------------------------------
10377 r22615 | courmisch | 2007-10-15 18:29:17 +0200 (Mon, 15 Oct 2007) | 4 lines
10378 Changed paths:
10379    M /trunk/Makefile.am
10380    M /trunk/activex/Makefile.am
10381    M /trunk/modules/genmf
10382    M /trunk/mozilla/Makefile.am
10383    M /trunk/src/Makefile.am
10384    M /trunk/vlc-config.in.in
10385
10386 Separate LDFLAGS from LIBS for real.
10387 Should fix problems with building libvlc.so.1 when libvlc.so.0 is installed.
10388 Cannot test since the tree is currently broken.
10389
10390 ------------------------------------------------------------------------
10391 r22614 | pdherbemont | 2007-10-15 18:25:28 +0200 (Mon, 15 Oct 2007) | 2 lines
10392 Changed paths:
10393    D /trunk/src/control/flat_media_list.c
10394    A /trunk/src/control/flat_media_list_view.c (from /trunk/src/control/flat_media_list.c:22536)
10395    M /trunk/src/control/libvlc_internal.h
10396    M /trunk/src/control/media_discoverer.c
10397    M /trunk/src/control/media_list.c
10398    M /trunk/src/control/playlist.c
10399
10400 control/flat_media_list_view.c: Use the new media_list_view object. (Plus minor header cleanup).
10401
10402 ------------------------------------------------------------------------
10403 r22613 | pdherbemont | 2007-10-15 17:47:39 +0200 (Mon, 15 Oct 2007) | 2 lines
10404 Changed paths:
10405    M /trunk/src/control/libvlc_internal.h
10406
10407 libvlc_internal.h: Forgotten part of previous commit.
10408
10409 ------------------------------------------------------------------------
10410 r22612 | pdherbemont | 2007-10-15 17:26:55 +0200 (Mon, 15 Oct 2007) | 2 lines
10411 Changed paths:
10412    M /trunk/src/control/media_list_view.c
10413
10414 s/libvlc_media_list_view_release/libvlc_media_list_view_retain/ in previous commit.
10415
10416 ------------------------------------------------------------------------
10417 r22611 | pdherbemont | 2007-10-15 17:23:44 +0200 (Mon, 15 Oct 2007) | 2 lines
10418 Changed paths:
10419    M /trunk/include/vlc/libvlc.h
10420    M /trunk/src/control/media_list_view.c
10421
10422 control/media_list_view.c: Implement unimplemented retain/release function.
10423
10424 ------------------------------------------------------------------------
10425 r22610 | jb | 2007-10-15 15:43:30 +0200 (Mon, 15 Oct 2007) | 3 lines
10426 Changed paths:
10427    M /trunk/THANKS
10428
10429 Don't duplicate entries... :D
10430
10431
10432 ------------------------------------------------------------------------
10433 r22609 | funman | 2007-10-15 15:09:47 +0200 (Mon, 15 Oct 2007) | 1 line
10434 Changed paths:
10435    M /trunk/src/modules/configuration.c
10436
10437 Use $HOME before anything else to determine the home directory. Patch by Benjamin Cama
10438 ------------------------------------------------------------------------
10439 r22607 | jpsaman | 2007-10-15 11:39:17 +0200 (Mon, 15 Oct 2007) | 2 lines
10440 Changed paths:
10441    M /trunk/modules/misc/freetype.c
10442
10443 small codingstyle fix
10444
10445 ------------------------------------------------------------------------
10446 r22606 | jpsaman | 2007-10-15 11:39:16 +0200 (Mon, 15 Oct 2007) | 2 lines
10447 Changed paths:
10448    M /trunk/modules/codec/ffmpeg/chroma.c
10449
10450 Whitespace cleanup
10451
10452 ------------------------------------------------------------------------
10453 r22605 | jpsaman | 2007-10-15 11:39:15 +0200 (Mon, 15 Oct 2007) | 2 lines
10454 Changed paths:
10455    M /trunk/modules/stream_out/transcode.c
10456
10457 Remove excess whiteline.
10458
10459 ------------------------------------------------------------------------
10460 r22604 | jpsaman | 2007-10-15 11:39:13 +0200 (Mon, 15 Oct 2007) | 2 lines
10461 Changed paths:
10462    M /trunk/modules/codec/zvbi.c
10463
10464 Indentation.
10465
10466 ------------------------------------------------------------------------
10467 r22603 | jpsaman | 2007-10-15 11:39:12 +0200 (Mon, 15 Oct 2007) | 2 lines
10468 Changed paths:
10469    M /trunk/modules/access_output/udp.c
10470
10471 Remove excess trainling newlines at end of file.
10472
10473 ------------------------------------------------------------------------
10474 r22602 | jb | 2007-10-15 11:24:58 +0200 (Mon, 15 Oct 2007) | 3 lines
10475 Changed paths:
10476    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
10477
10478 Qt4 - compil fix.
10479
10480
10481 ------------------------------------------------------------------------
10482 r22601 | jb | 2007-10-15 10:47:27 +0200 (Mon, 15 Oct 2007) | 3 lines
10483 Changed paths:
10484    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
10485    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
10486    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
10487    M /trunk/modules/gui/qt4/dialogs/playlist.hpp
10488    M /trunk/modules/gui/qt4/main_interface.cpp
10489    M /trunk/modules/gui/qt4/main_interface.hpp
10490
10491 Qt4 - threads assertions fixes, docking playlist and size of main interfaces fixes.
10492
10493
10494 ------------------------------------------------------------------------
10495 r22600 | jb | 2007-10-15 10:46:33 +0200 (Mon, 15 Oct 2007) | 3 lines
10496 Changed paths:
10497    M /trunk/modules/gui/qt4/components/infopanels.cpp
10498    M /trunk/modules/gui/qt4/components/infopanels.hpp
10499
10500 Qt4 - Prepare for get FPS.
10501
10502
10503 ------------------------------------------------------------------------
10504 r22599 | jb | 2007-10-15 10:29:53 +0200 (Mon, 15 Oct 2007) | 3 lines
10505 Changed paths:
10506    M /trunk/modules/gui/qt4/input_manager.cpp
10507    M /trunk/modules/gui/qt4/qt4.cpp
10508    M /trunk/modules/gui/qt4/qt4.hpp
10509
10510 Qt4 - Various comments and unimportant fixes.
10511
10512
10513 ------------------------------------------------------------------------
10514 r22598 | funman | 2007-10-15 01:15:47 +0200 (Mon, 15 Oct 2007) | 3 lines
10515 Changed paths:
10516    M /trunk/modules/misc/audioscrobbler.c
10517
10518 audioscrobbler: submits songs when the input end, not when the playlist current input changes.
10519 The last song in playlist was not being submitted, since the current input would never change.
10520
10521 ------------------------------------------------------------------------
10522 r22597 | funman | 2007-10-15 00:52:53 +0200 (Mon, 15 Oct 2007) | 1 line
10523 Changed paths:
10524    M /trunk/modules/services_discovery/upnp_intel.cpp
10525
10526 upnp intel: reverts [22521] to make it compile. The module should be rewritten to not use any playlist code
10527 ------------------------------------------------------------------------
10528 r22596 | funman | 2007-10-15 00:27:45 +0200 (Mon, 15 Oct 2007) | 2 lines
10529 Changed paths:
10530    M /trunk/modules/misc/audioscrobbler.c
10531
10532 audioscrobbler: read the metadata when it has been extracted.
10533
10534 ------------------------------------------------------------------------
10535 r22595 | damienf | 2007-10-14 22:21:56 +0200 (Sun, 14 Oct 2007) | 2 lines
10536 Changed paths:
10537    M /trunk/src/playlist/engine.c
10538    M /trunk/src/playlist/thread.c
10539
10540 playlist.c: removed potential deadlock and duplicate signalling
10541
10542 ------------------------------------------------------------------------
10543 r22594 | courmisch | 2007-10-14 22:02:18 +0200 (Sun, 14 Oct 2007) | 2 lines
10544 Changed paths:
10545    M /trunk/m4/vlc.m4
10546
10547 Add partial infrastructure for libs/ldflags segregation
10548
10549 ------------------------------------------------------------------------
10550 r22593 | fenrir | 2007-10-14 14:18:39 +0200 (Sun, 14 Oct 2007) | 2 lines
10551 Changed paths:
10552    M /trunk/modules/demux/ty.c
10553
10554 Clean up + fixed a few memleaks.
10555
10556 ------------------------------------------------------------------------
10557 r22592 | fenrir | 2007-10-14 14:18:17 +0200 (Sun, 14 Oct 2007) | 2 lines
10558 Changed paths:
10559    M /trunk/modules/demux/mpc.c
10560
10561 Removed meta-preparsed.
10562
10563 ------------------------------------------------------------------------
10564 r22591 | fenrir | 2007-10-14 14:17:37 +0200 (Sun, 14 Oct 2007) | 3 lines
10565 Changed paths:
10566    M /trunk/modules/misc/audioscrobbler.c
10567    M /trunk/src/input/input.c
10568    M /trunk/src/input/var.c
10569
10570 Removed meta-preparsed variable.
10571 Audioscrobbler is not fixed but I let a comment explaining how to do it.
10572
10573 ------------------------------------------------------------------------
10574 r22590 | fenrir | 2007-10-14 14:14:03 +0200 (Sun, 14 Oct 2007) | 2 lines
10575 Changed paths:
10576    M /trunk/src/input/decoder.c
10577
10578 Fixed segfault with --minimize-threads
10579
10580 ------------------------------------------------------------------------
10581 r22589 | fenrir | 2007-10-13 22:30:22 +0200 (Sat, 13 Oct 2007) | 2 lines
10582 Changed paths:
10583    M /trunk/modules/demux/ty.c
10584
10585 Restore extension detection (ty and ty+)
10586
10587 ------------------------------------------------------------------------
10588 r22588 | pdherbemont | 2007-10-13 15:53:45 +0200 (Sat, 13 Oct 2007) | 2 lines
10589 Changed paths:
10590    M /trunk/include/vlc/libvlc.h
10591    M /trunk/src/control/libvlc_internal.h
10592    M /trunk/src/control/media_list_view.c
10593
10594 control/media_list_view.c: Rework the media_list_view. Make it unmutable.
10595
10596 ------------------------------------------------------------------------
10597 r22587 | littlejohn | 2007-10-13 14:03:06 +0200 (Sat, 13 Oct 2007) | 1 line
10598 Changed paths:
10599    M /trunk/bindings/java/src/Makefile.am
10600
10601 Tony Anecito suggestions to make java bindings compile in cygwin integrated - needs testing
10602 ------------------------------------------------------------------------
10603 r22586 | courmisch | 2007-10-13 13:14:17 +0200 (Sat, 13 Oct 2007) | 2 lines
10604 Changed paths:
10605    M /trunk/src/modules/modules.c
10606
10607 Release shared objects when not debugging, not the other way around
10608
10609 ------------------------------------------------------------------------
10610 r22585 | courmisch | 2007-10-13 10:25:59 +0200 (Sat, 13 Oct 2007) | 2 lines
10611 Changed paths:
10612    M /trunk/modules/genmf
10613
10614 Link with the in-tree libvlc
10615
10616 ------------------------------------------------------------------------
10617 r22584 | fenrir | 2007-10-13 01:41:31 +0200 (Sat, 13 Oct 2007) | 4 lines
10618 Changed paths:
10619    M /trunk/src/libvlc-module.c
10620    M /trunk/src/stream_output/stream_output.c
10621
10622 Added sout-mux-caching option. It allow to set the initial muxer cache value
10623 in millisecond.
10624  Original patch created by Jeff Hansen.
10625
10626 ------------------------------------------------------------------------
10627 r22583 | fenrir | 2007-10-13 00:55:19 +0200 (Sat, 13 Oct 2007) | 10 lines
10628 Changed paths:
10629    M /trunk/modules/demux/ty.c
10630
10631 Import new http://tivo-vlc.sf.net tivo demuxer version. (The author
10632 is Neal Symms, patch made by Dave Still)
10633 Changelog is
10634         * v2.0.0 - 21-Mar-2005 - Series 2 support!  No AC-3 on S2 DTivo yet.
10635         * v2.1.0 - 22-Mar-2005 - Support for AC-3 on S2 DTivo (long ac3 packets)
10636         * v3.0.0 - 14-Jul-2005 - Support for skipping fwd/back via VLC hotkeys
10637 Please test and report any regression. (The patch is too big to be
10638 correctly reviewed)
10639
10640
10641 ------------------------------------------------------------------------
10642 r22582 | damienf | 2007-10-12 23:42:30 +0200 (Fri, 12 Oct 2007) | 2 lines
10643 Changed paths:
10644    M /trunk/include/vlc_threads_funcs.h
10645
10646 vlc_threads: document gibalou's comment, and fix a small bug in win32 vlc_cond_timedwait()
10647
10648 ------------------------------------------------------------------------
10649 r22581 | damienf | 2007-10-12 23:37:56 +0200 (Fri, 12 Oct 2007) | 2 lines
10650 Changed paths:
10651    M /trunk/src/libvlc-common.c
10652
10653 macosx: cosmetic, avoid pthread_join() on self
10654
10655 ------------------------------------------------------------------------
10656 r22580 | fenrir | 2007-10-12 22:33:39 +0200 (Fri, 12 Oct 2007) | 2 lines
10657 Changed paths:
10658    M /trunk/src/input/demux.c
10659
10660 Skip APE tags at the start (like for id3)
10661
10662 ------------------------------------------------------------------------
10663 r22579 | fenrir | 2007-10-12 21:49:44 +0200 (Fri, 12 Oct 2007) | 3 lines
10664 Changed paths:
10665    M /trunk/modules/video_filter/deinterlace.c
10666
10667 Use field order (top/bottom) for correct bob/linear deinterlacing.
10668 (Decoder that does not set this info should be fixed)
10669
10670 ------------------------------------------------------------------------
10671 r22578 | damienf | 2007-10-12 21:26:39 +0200 (Fri, 12 Oct 2007) | 2 lines
10672 Changed paths:
10673    M /trunk/modules/gui/macosx/playlistinfo.m
10674
10675 playlistinfo.m: MacOS X GUI, fixed crash where meta psz_value is NULL (usn't be the case before), crash happens in shoutcast service discovery
10676
10677 ------------------------------------------------------------------------
10678 r22577 | funman | 2007-10-12 20:43:02 +0200 (Fri, 12 Oct 2007) | 2 lines
10679 Changed paths:
10680    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
10681    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
10682
10683 qt4: do not access a widget from another thread
10684
10685 ------------------------------------------------------------------------
10686 r22576 | funman | 2007-10-12 20:32:39 +0200 (Fri, 12 Oct 2007) | 1 line
10687 Changed paths:
10688    M /trunk/modules/video_filter/logo.c
10689
10690 logo filter: fail early if the logo hasn't been specified (rather than segfaulting)
10691 ------------------------------------------------------------------------
10692 r22575 | jpsaman | 2007-10-12 18:50:53 +0200 (Fri, 12 Oct 2007) | 2 lines
10693 Changed paths:
10694    M /trunk/modules/access/v4l2.c
10695
10696 Patch by Richard Hosking: Userptr IO buffers need to be aligned according to the V4L2 reference capture c example (which has been updated with this recently). Also, the reference program has the device close operations after the 'free' calls so they have been moved. This fixes the issue I was having with my device crashing vlc on close. Also fixed a typo in an error message and renamed a local function which was badly named by me. 
10697
10698 ------------------------------------------------------------------------
10699 r22574 | xtophe | 2007-10-12 18:46:29 +0200 (Fri, 12 Oct 2007) | 4 lines
10700 Changed paths:
10701    M /trunk/include/vlc_intf_strings.h
10702    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
10703
10704 standardpanel: Add some tooltips
10705 vlc_intf_strings.h: with the current intf having changing icons on the button (and not activated/desactivated state), tool tips can be confusing. So reword a strings slightly. Also "No repeat" may need to be improve
10706
10707
10708 ------------------------------------------------------------------------
10709 r22573 | funman | 2007-10-12 18:42:50 +0200 (Fri, 12 Oct 2007) | 1 line
10710 Changed paths:
10711    M /trunk/src/playlist/loadsave.c
10712
10713 playlist: use a valid extension for Media Library ("xspf")
10714 ------------------------------------------------------------------------
10715 r22572 | funman | 2007-10-12 18:39:58 +0200 (Fri, 12 Oct 2007) | 1 line
10716 Changed paths:
10717    M /trunk/configure.ac
10718
10719 typo
10720 ------------------------------------------------------------------------
10721 r22571 | funman | 2007-10-12 18:25:08 +0200 (Fri, 12 Oct 2007) | 1 line
10722 Changed paths:
10723    M /trunk/Makefile.am
10724
10725 typo
10726 ------------------------------------------------------------------------
10727 r22570 | xtophe | 2007-10-12 18:02:29 +0200 (Fri, 12 Oct 2007) | 1 line
10728 Changed paths:
10729    M /trunk/modules/gui/qt4/res.qrc
10730
10731 Oups
10732 ------------------------------------------------------------------------
10733 r22569 | xtophe | 2007-10-12 17:46:02 +0200 (Fri, 12 Oct 2007) | 2 lines
10734 Changed paths:
10735    M /trunk/modules/gui/qt4/Modules.am
10736    M /trunk/modules/gui/qt4/res.qrc
10737
10738 Distribute pixmaps/menus_info_16px.png and sort the file lists
10739
10740 ------------------------------------------------------------------------
10741 r22568 | funman | 2007-10-12 16:20:48 +0200 (Fri, 12 Oct 2007) | 2 lines
10742 Changed paths:
10743    M /trunk/modules/demux/playlist/xspf.c
10744    M /trunk/modules/misc/playlist/xspf.c
10745
10746 xspf: try to produce valid XSPF files (there's still a problem with URI %-encoding)
10747
10748 ------------------------------------------------------------------------
10749 r22567 | jb | 2007-10-12 13:41:55 +0200 (Fri, 12 Oct 2007) | 5 lines
10750 Changed paths:
10751    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
10752    M /trunk/modules/gui/qt4/components/open.cpp
10753    M /trunk/modules/gui/qt4/main_interface.cpp
10754    M /trunk/modules/gui/qt4/main_interface.hpp
10755
10756 Qt4 - fix the assert bug on releasing the Video. There are other to do, but I don't have time this WE, but here is the way to do it correctly.
10757 funman ? :D
10758
10759
10760
10761 ------------------------------------------------------------------------
10762 r22566 | jb | 2007-10-12 01:43:07 +0200 (Fri, 12 Oct 2007) | 4 lines
10763 Changed paths:
10764    M /trunk/extras/contrib/src/Makefile
10765    M /trunk/extras/contrib/src/packages.mak
10766
10767 Contribs - faac updated to 1.26, no patch needed.
10768 btw, faad2.6 is out and they have supposedly changed their headers...
10769
10770
10771 ------------------------------------------------------------------------
10772 r22565 | xtophe | 2007-10-12 01:31:55 +0200 (Fri, 12 Oct 2007) | 2 lines
10773 Changed paths:
10774    M /trunk/src/Makefile.am
10775
10776 Distribute header files
10777
10778 ------------------------------------------------------------------------
10779 r22564 | xtophe | 2007-10-11 22:58:58 +0200 (Thu, 11 Oct 2007) | 2 lines
10780 Changed paths:
10781    M /trunk/modules/gui/qt4/Modules.am
10782
10783 Fix make dist
10784
10785 ------------------------------------------------------------------------
10786 r22563 | jb | 2007-10-11 22:11:03 +0200 (Thu, 11 Oct 2007) | 3 lines
10787 Changed paths:
10788    M /trunk/modules/gui/qt4/dialogs/sout.cpp
10789
10790 Qt4 - Fix a Sout bug - spotted by humbleb on IRC
10791
10792
10793 ------------------------------------------------------------------------
10794 r22562 | jb | 2007-10-11 21:48:34 +0200 (Thu, 11 Oct 2007) | 3 lines
10795 Changed paths:
10796    M /trunk/modules/gui/qt4/dialogs/vlm.cpp
10797    M /trunk/modules/gui/qt4/dialogs/vlm.hpp
10798
10799 Qt4: close() slot problem fixed.
10800
10801
10802 ------------------------------------------------------------------------
10803 r22561 | jb | 2007-10-11 21:26:53 +0200 (Thu, 11 Oct 2007) | 3 lines
10804 Changed paths:
10805    M /trunk/modules/gui/qt4/menus.cpp
10806
10807 Qt4 - Menus. small fix.
10808
10809
10810 ------------------------------------------------------------------------
10811 r22560 | jb | 2007-10-11 21:26:21 +0200 (Thu, 11 Oct 2007) | 3 lines
10812 Changed paths:
10813    M /trunk/modules/gui/qt4/dialogs/vlm.cpp
10814    M /trunk/modules/gui/qt4/dialogs/vlm.hpp
10815    M /trunk/modules/gui/qt4/ui/vlm.ui
10816
10817 Qt4 - VLM improvements in the layout and in the function used.
10818
10819
10820 ------------------------------------------------------------------------
10821 r22559 | jb | 2007-10-11 19:51:45 +0200 (Thu, 11 Oct 2007) | 3 lines
10822 Changed paths:
10823    M /trunk/modules/gui/qt4/ui/open_disk.ui
10824    M /trunk/modules/gui/qt4/ui/open_file.ui
10825
10826 Qt4 - fix compilation on QT4.2
10827
10828
10829 ------------------------------------------------------------------------
10830 r22558 | fenrir | 2007-10-11 19:29:49 +0200 (Thu, 11 Oct 2007) | 2 lines
10831 Changed paths:
10832    M /trunk/modules/packetizer/mpeg4audio.c
10833
10834 Added support for basic LOAS AAC stream.
10835
10836 ------------------------------------------------------------------------
10837 r22557 | courmisch | 2007-10-11 19:16:15 +0200 (Thu, 11 Oct 2007) | 2 lines
10838 Changed paths:
10839    M /trunk/modules/demux/smf.c
10840
10841 Increase upper tempo limit
10842
10843 ------------------------------------------------------------------------
10844 r22556 | courmisch | 2007-10-11 19:10:19 +0200 (Thu, 11 Oct 2007) | 4 lines
10845 Changed paths:
10846    M /trunk/modules/demux/smf.c
10847
10848 Emulates MIDI tick real-time events
10849 Now, the synthetizer is "pinged" at regular interval.
10850 This fixes the annoying stuttering when two consecutive notes where too distant
10851
10852 ------------------------------------------------------------------------
10853 r22555 | courmisch | 2007-10-11 18:45:11 +0200 (Thu, 11 Oct 2007) | 2 lines
10854 Changed paths:
10855    M /trunk/modules/demux/smf.c
10856
10857 Ignore key and time signatures - we don't have a metronome, and we don't print sheet music, so that's totally useless here (I think)
10858
10859 ------------------------------------------------------------------------
10860 r22554 | courmisch | 2007-10-11 18:00:34 +0200 (Thu, 11 Oct 2007) | 2 lines
10861 Changed paths:
10862    M /trunk/modules/demux/smf.c
10863
10864 Implement tempo meta event. Performance now runs at intended speed.
10865
10866 ------------------------------------------------------------------------
10867 r22553 | courmisch | 2007-10-11 17:33:44 +0200 (Thu, 11 Oct 2007) | 2 lines
10868 Changed paths:
10869    M /trunk/modules/demux/smf.c
10870
10871 Boundary check
10872
10873 ------------------------------------------------------------------------
10874 r22552 | courmisch | 2007-10-11 17:30:53 +0200 (Thu, 11 Oct 2007) | 2 lines
10875 Changed paths:
10876    M /trunk/modules/demux/smf.c
10877
10878 Meta event payload may be non-ASCII. Fix previous commit
10879
10880 ------------------------------------------------------------------------
10881 r22551 | courmisch | 2007-10-11 17:24:17 +0200 (Thu, 11 Oct 2007) | 2 lines
10882 Changed paths:
10883    M /trunk/modules/demux/smf.c
10884
10885 Basic infrastructure for non-MIDI event
10886
10887 ------------------------------------------------------------------------
10888 r22550 | funman | 2007-10-11 15:47:57 +0200 (Thu, 11 Oct 2007) | 1 line
10889 Changed paths:
10890    M /trunk/modules/gui/qt4/dialogs_provider.cpp
10891
10892 qt4: typo
10893 ------------------------------------------------------------------------
10894 r22549 | pdherbemont | 2007-10-11 15:26:23 +0200 (Thu, 11 Oct 2007) | 2 lines
10895 Changed paths:
10896    M /trunk/src/control/media_list.c
10897
10898 control/media_list.c: Don't forget to destroy the mutex.
10899
10900 ------------------------------------------------------------------------
10901 r22548 | pdherbemont | 2007-10-11 14:12:31 +0200 (Thu, 11 Oct 2007) | 2 lines
10902 Changed paths:
10903    M /trunk/include/vlc_arrays.h
10904
10905 include/vlc_arrays.h: Fix previous commit.
10906
10907 ------------------------------------------------------------------------
10908 r22547 | pdherbemont | 2007-10-11 14:03:03 +0200 (Thu, 11 Oct 2007) | 2 lines
10909 Changed paths:
10910    M /trunk/src/control/media_list.c
10911
10912 control/media_list.c: Use the new array API.
10913
10914 ------------------------------------------------------------------------
10915 r22546 | pdherbemont | 2007-10-11 14:02:06 +0200 (Thu, 11 Oct 2007) | 2 lines
10916 Changed paths:
10917    M /trunk/include/vlc_arrays.h
10918
10919 include/vlc_arrays.h: Export a static inlined array API.
10920
10921 ------------------------------------------------------------------------
10922 r22545 | funman | 2007-10-11 13:09:59 +0200 (Thu, 11 Oct 2007) | 1 line
10923 Changed paths:
10924    M /trunk/modules/gui/ncurses.c
10925
10926 ncurses: extra checks for playlist code
10927 ------------------------------------------------------------------------
10928 r22544 | funman | 2007-10-11 13:03:18 +0200 (Thu, 11 Oct 2007) | 1 line
10929 Changed paths:
10930    M /trunk/modules/gui/ncurses.c
10931
10932 ncurses: ressuscite file browser, and 'A' key (add an entry) with support for media library\nchecks vasprintf() return value
10933 ------------------------------------------------------------------------
10934 r22543 | funman | 2007-10-11 12:25:32 +0200 (Thu, 11 Oct 2007) | 1 line
10935 Changed paths:
10936    M /trunk/src/playlist/services_discovery.c
10937
10938 services_discovery: fix removal of nodes
10939 ------------------------------------------------------------------------
10940 r22542 | pdherbemont | 2007-10-11 11:32:09 +0200 (Thu, 11 Oct 2007) | 2 lines
10941 Changed paths:
10942    M /trunk/modules/services_discovery/shout.c
10943
10944 modules/services_discovery/shout.c: Use services_discovery.h instead of playlist.h.
10945
10946 ------------------------------------------------------------------------
10947 r22541 | pdherbemont | 2007-10-11 03:02:50 +0200 (Thu, 11 Oct 2007) | 2 lines
10948 Changed paths:
10949    M /trunk/include/vlc_playlist.h
10950    A /trunk/include/vlc_services_discovery.h
10951    M /trunk/src/playlist/engine.c
10952    M /trunk/src/playlist/services_discovery.c
10953
10954 playlist/services_discovery.c: Isolate more the services_discovery code from the playlist code by having two separate header. Partly revert [22536].
10955
10956 ------------------------------------------------------------------------
10957 r22540 | pdherbemont | 2007-10-11 02:22:58 +0200 (Thu, 11 Oct 2007) | 2 lines
10958 Changed paths:
10959    M /trunk/src/playlist/services_discovery.c
10960
10961 playlist/services_discovery.c: Fix a segfault.
10962
10963 ------------------------------------------------------------------------
10964 r22539 | pdherbemont | 2007-10-11 02:12:57 +0200 (Thu, 11 Oct 2007) | 2 lines
10965 Changed paths:
10966    M /trunk/src/playlist/services_discovery.c
10967
10968 playlist/services_discovery.c: Fix a warning.
10969
10970 ------------------------------------------------------------------------
10971 r22538 | pdherbemont | 2007-10-11 02:11:26 +0200 (Thu, 11 Oct 2007) | 2 lines
10972 Changed paths:
10973    M /trunk/src/playlist/services_discovery.c
10974
10975 playlist/services_discovery.c: Attempt at removing also node as well as regular items. Need some testing with the hal services_discovery module.
10976
10977 ------------------------------------------------------------------------
10978 r22537 | pdherbemont | 2007-10-11 01:45:47 +0200 (Thu, 11 Oct 2007) | 2 lines
10979 Changed paths:
10980    M /trunk/modules/services_discovery/hal.c
10981
10982 services_discovery/hal.c: Get rid of the playlist code.
10983
10984 ------------------------------------------------------------------------
10985 r22536 | funman | 2007-10-11 01:04:09 +0200 (Thu, 11 Oct 2007) | 3 lines
10986 Changed paths:
10987    M /trunk/include/vlc_playlist.h
10988    M /trunk/src/playlist/engine.c
10989    M /trunk/src/playlist/playlist_internal.h
10990    M /trunk/src/playlist/services_discovery.c
10991
10992 services_discovery: storing the category & onelevel playlist items with the services_discovery_t is not needed anymore, simplify that.
10993 put the services_discovery_t** in the public playlist_t to save one unchecked malloc() and the corresponding free()
10994
10995 ------------------------------------------------------------------------
10996 r22535 | fenrir | 2007-10-11 00:06:35 +0200 (Thu, 11 Oct 2007) | 2 lines
10997 Changed paths:
10998    M /trunk/modules/meta_engine/id3tag.c
10999
11000 Fixed a bunch of const warnings.
11001
11002 ------------------------------------------------------------------------
11003 r22534 | fenrir | 2007-10-11 00:04:56 +0200 (Thu, 11 Oct 2007) | 2 lines
11004 Changed paths:
11005    M /trunk/modules/meta_engine/id3tag.c
11006    M /trunk/modules/meta_engine/taglib.cpp
11007
11008 id3tag: fixed segfault (introduced with demux_meta_t)
11009
11010 ------------------------------------------------------------------------
11011 r22533 | damienf | 2007-10-10 23:23:33 +0200 (Wed, 10 Oct 2007) | 2 lines
11012 Changed paths:
11013    M /trunk/modules/gui/macosx/playlistinfo.m
11014
11015 macosx: playlistinfo.m. small typo which caused ObjC exception and froze interface updates and screensaver management, etc...
11016
11017 ------------------------------------------------------------------------
11018 r22532 | xtophe | 2007-10-10 23:21:40 +0200 (Wed, 10 Oct 2007) | 2 lines
11019 Changed paths:
11020    M /trunk/po/fr.po
11021    M /trunk/po/sl.po
11022
11023 Slovenian and French l10n update. Thanks to Matej Urban?\196?\141i?\196?\141 and Dylan A?\195?\175ssi.
11024
11025 ------------------------------------------------------------------------
11026 r22531 | jb | 2007-10-10 22:22:14 +0200 (Wed, 10 Oct 2007) | 3 lines
11027 Changed paths:
11028    M /trunk/modules/gui/qt4/Modules.am
11029
11030 Qt4: try to fix make dist.
11031
11032
11033 ------------------------------------------------------------------------
11034 r22530 | jb | 2007-10-10 21:51:45 +0200 (Wed, 10 Oct 2007) | 3 lines
11035 Changed paths:
11036    M /trunk/modules/gui/qt4/ui/open_disk.ui
11037    M /trunk/modules/gui/qt4/ui/open_file.ui
11038
11039 Qt4 - Don't use Qt4.2 functions.
11040
11041
11042 ------------------------------------------------------------------------
11043 r22529 | courmisch | 2007-10-10 21:06:26 +0200 (Wed, 10 Oct 2007) | 2 lines
11044 Changed paths:
11045    M /trunk/NEWS
11046
11047 G.711 to news
11048
11049 ------------------------------------------------------------------------
11050 r22528 | courmisch | 2007-10-10 21:05:00 +0200 (Wed, 10 Oct 2007) | 2 lines
11051 Changed paths:
11052    M /trunk/NEWS
11053    M /trunk/configure.ac
11054    M /trunk/modules/codec/Modules.am
11055    A /trunk/modules/codec/fluidsynth.c
11056
11057 MIDI message decoder using Fluidsynth software synthetizer
11058
11059 ------------------------------------------------------------------------
11060 r22527 | jb | 2007-10-10 20:59:36 +0200 (Wed, 10 Oct 2007) | 6 lines
11061 Changed paths:
11062    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
11063    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
11064    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
11065    M /trunk/modules/gui/qt4/dialogs_provider.cpp
11066    M /trunk/modules/gui/qt4/main_interface.cpp
11067    M /trunk/modules/gui/qt4/main_interface.hpp
11068    M /trunk/modules/gui/qt4/menus.cpp
11069    M /trunk/modules/gui/qt4/menus.hpp
11070    M /trunk/modules/gui/qt4/ui/open_disk.ui
11071    M /trunk/modules/gui/qt4/ui/open_file.ui
11072
11073 Qt4 - use a docked playlist, remove dead code, don't reinvent the wheel, remove the behaviour where media library hides the video. Don't split the menu between two dialogs, this is weird and anti sane GUI guidelines.
11074 Use enums when you can.
11075 Add the popup menu to the always video cone.
11076 And more...
11077
11078
11079 ------------------------------------------------------------------------
11080 r22526 | jb | 2007-10-10 20:55:22 +0200 (Wed, 10 Oct 2007) | 3 lines
11081 Changed paths:
11082    M /trunk/modules/gui/qt4/qt4.cpp
11083
11084 Qt4 - add a --qt-minimal-view option as requested on the forums.
11085
11086
11087 ------------------------------------------------------------------------
11088 r22525 | jb | 2007-10-10 20:54:43 +0200 (Wed, 10 Oct 2007) | 3 lines
11089 Changed paths:
11090    M /trunk/modules/gui/qt4/components/infopanels.cpp
11091
11092 Qt4 - remove trailing spaces.
11093
11094
11095 ------------------------------------------------------------------------
11096 r22524 | courmisch | 2007-10-10 20:46:39 +0200 (Wed, 10 Oct 2007) | 2 lines
11097 Changed paths:
11098    M /trunk/modules/demux/smf.c
11099
11100 Yet another useless debug
11101
11102 ------------------------------------------------------------------------
11103 r22523 | courmisch | 2007-10-10 20:45:18 +0200 (Wed, 10 Oct 2007) | 2 lines
11104 Changed paths:
11105    M /trunk/modules/demux/smf.c
11106
11107 Same as previous commit
11108
11109 ------------------------------------------------------------------------
11110 r22522 | courmisch | 2007-10-10 20:44:09 +0200 (Wed, 10 Oct 2007) | 2 lines
11111 Changed paths:
11112    M /trunk/modules/demux/smf.c
11113
11114 Excess debug
11115
11116 ------------------------------------------------------------------------
11117 r22521 | funman | 2007-10-10 20:16:05 +0200 (Wed, 10 Oct 2007) | 3 lines
11118 Changed paths:
11119    M /trunk/include/vlc_playlist.h
11120    M /trunk/modules/services_discovery/hal.c
11121    M /trunk/modules/services_discovery/upnp_cc.cpp
11122    M /trunk/modules/services_discovery/upnp_intel.cpp
11123    M /trunk/src/playlist/services_discovery.c
11124
11125 services_discovery: stores the category & onelevel playlist_item_t* in the services_discovery_t structure
11126 simplify upnp* and hal modules
11127
11128 ------------------------------------------------------------------------
11129 r22520 | courmisch | 2007-10-10 19:50:31 +0200 (Wed, 10 Oct 2007) | 2 lines
11130 Changed paths:
11131    M /trunk/configure.ac
11132    M /trunk/modules/demux/smf.c
11133
11134 Build SMF demux
11135
11136 ------------------------------------------------------------------------
11137 r22519 | courmisch | 2007-10-10 17:01:02 +0200 (Wed, 10 Oct 2007) | 3 lines
11138 Changed paths:
11139    M /trunk/modules/demux/smf.c
11140
11141 Create ES, maintain PTS, and actually send MIDI messages to decoder
11142 (Still MIDI tempo is critically missing)
11143
11144 ------------------------------------------------------------------------
11145 r22518 | funman | 2007-10-10 17:00:01 +0200 (Wed, 10 Oct 2007) | 1 line
11146 Changed paths:
11147    M /trunk/src/playlist/search.c
11148
11149 playlist: a node item can have an input associated (example: cdda)
11150 ------------------------------------------------------------------------
11151 r22517 | bitmap | 2007-10-10 05:41:17 +0200 (Wed, 10 Oct 2007) | 5 lines
11152 Changed paths:
11153    M /trunk/src/video_output/vout_subpictures.c
11154
11155 Attempt to stop subtitles going off screen in some formats, when
11156 width and height are specified in the subtitles stream. This may
11157 result in chunkier text in some instances, but it should get it
11158 back on screen at least. Will look into smoothing it out next.
11159
11160 ------------------------------------------------------------------------
11161 r22516 | xtophe | 2007-10-10 01:06:14 +0200 (Wed, 10 Oct 2007) | 2 lines
11162 Changed paths:
11163    M /trunk/po/pl.po
11164    M /trunk/po/sk.po
11165
11166 Slovak and Polish l18n update. Thanks to Mari?\195?\161n Hikan?\195?\173k and Micha?\197?\130 Trzebiatowski
11167
11168 ------------------------------------------------------------------------
11169 r22515 | xtophe | 2007-10-10 01:06:07 +0200 (Wed, 10 Oct 2007) | 1 line
11170 Changed paths:
11171    M /trunk/po/POTFILES.in
11172    M /trunk/po/vlc.pot
11173
11174 Update l10n files
11175 ------------------------------------------------------------------------
11176 r22514 | fenrir | 2007-10-10 00:16:12 +0200 (Wed, 10 Oct 2007) | 3 lines
11177 Changed paths:
11178    M /trunk/modules/demux/mkv.cpp
11179
11180 Add a check against broken files (It would be great if someone that understand
11181 the mkv demuxer could double checked it)
11182
11183 ------------------------------------------------------------------------
11184 r22513 | courmisch | 2007-10-09 22:15:44 +0200 (Tue, 09 Oct 2007) | 3 lines
11185 Changed paths:
11186    M /trunk/modules/demux/Modules.am
11187    A /trunk/modules/demux/smf.c
11188
11189 Preliminary incomplete Standard MIDI File demux
11190 (Still missing the ES out so pretty useless, but got to sleep now)
11191
11192 ------------------------------------------------------------------------
11193 r22512 | jb | 2007-10-09 19:33:50 +0200 (Tue, 09 Oct 2007) | 3 lines
11194 Changed paths:
11195    M /trunk/modules/codec/ffmpeg/ffmpeg.c
11196
11197 ffmpeg - DNxHD / VC-3 is AVdn fourCC not AVDn.
11198
11199
11200 ------------------------------------------------------------------------
11201 r22511 | fkuehne | 2007-10-09 18:43:12 +0200 (Tue, 09 Oct 2007) | 6 lines
11202 Changed paths:
11203    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
11204    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
11205    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
11206    M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
11207    M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
11208    M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
11209    M /trunk/modules/gui/macosx/intf.h
11210    M /trunk/modules/gui/macosx/intf.m
11211    M /trunk/modules/gui/macosx/open.m
11212    M /trunk/modules/gui/macosx/playlistinfo.h
11213    M /trunk/modules/gui/macosx/playlistinfo.m
11214    M /trunk/po/ne.po
11215
11216 macosx: Multiple GUI improvements follow j-b's and my approach to synchronise the QT4 and OSX intfs, more to come
11217 - "Use DVD Menus" is inverted now, so it's "No DVD Menus"
11218 - 3 dots at the end of a menu-item's caption mean that the entry will trigger a window (following Apple's HIGL)
11219 - removed the entries for "Report a Bug" and "License". The first isn't necessary as we got enough of them and users doing useable reports know how to do, the latter will re-appear in the to-be-re-designed About panel.
11220 - additionally, removed useless occurences of vlc_bool_t in favour of BOOL
11221 - preparations to add fps to Statistics
11222 ------------------------------------------------------------------------
11223 r22510 | funman | 2007-10-09 17:13:17 +0200 (Tue, 09 Oct 2007) | 1 line
11224 Changed paths:
11225    M /trunk/modules/gui/qt4/components/open.cpp
11226    M /trunk/modules/gui/qt4/components/open.hpp
11227
11228 qt4 capture card dialog: lists v4l2
11229 ------------------------------------------------------------------------
11230 r22509 | funman | 2007-10-09 16:08:55 +0200 (Tue, 09 Oct 2007) | 1 line
11231 Changed paths:
11232    M /trunk/modules/control/http/http.h
11233    M /trunk/modules/control/http/mvar.c
11234
11235 http: psz_dir is not meant to be a const
11236 ------------------------------------------------------------------------
11237 r22508 | funman | 2007-10-09 16:05:57 +0200 (Tue, 09 Oct 2007) | 1 line
11238 Changed paths:
11239    M /trunk/modules/control/http/mvar.c
11240
11241 Partly revert [20969]. fix #1311
11242 ------------------------------------------------------------------------
11243 r22507 | funman | 2007-10-09 14:45:33 +0200 (Tue, 09 Oct 2007) | 2 lines
11244 Changed paths:
11245    M /trunk/modules/access_output/http.c
11246
11247 http output: fix bonjour advertising
11248
11249 ------------------------------------------------------------------------
11250 r22506 | funman | 2007-10-09 13:48:29 +0200 (Tue, 09 Oct 2007) | 1 line
11251 Changed paths:
11252    M /trunk/modules/misc/freetype.c
11253
11254 freetype: make sure the FontBuilder is finished when we destroy the module.
11255 ------------------------------------------------------------------------
11256 r22505 | funman | 2007-10-09 08:48:49 +0200 (Tue, 09 Oct 2007) | 1 line
11257 Changed paths:
11258    M /trunk/modules/services_discovery/bonjour.c
11259
11260 bonjour: checks asprintf() return value, checks name before using it
11261 ------------------------------------------------------------------------
11262 r22504 | jb | 2007-10-09 04:35:17 +0200 (Tue, 09 Oct 2007) | 3 lines
11263 Changed paths:
11264    M /trunk/modules/gui/qt4/dialogs_provider.hpp
11265
11266 Qt4 - use enums instead of defines when you can.
11267
11268
11269 ------------------------------------------------------------------------
11270 r22503 | jb | 2007-10-09 04:28:01 +0200 (Tue, 09 Oct 2007) | 3 lines
11271 Changed paths:
11272    M /trunk/modules/gui/qt4/dialogs/errors.hpp
11273    M /trunk/modules/gui/qt4/dialogs/help.hpp
11274    M /trunk/modules/gui/qt4/menus.hpp
11275    M /trunk/modules/gui/qt4/util/directslider.hpp
11276    M /trunk/modules/gui/qt4/util/input_slider.hpp
11277
11278 Qt4 - header corrections.
11279
11280
11281 ------------------------------------------------------------------------
11282 r22502 | jb | 2007-10-09 04:22:28 +0200 (Tue, 09 Oct 2007) | 3 lines
11283 Changed paths:
11284    M /trunk/modules/gui/qt4/dialogs/open.cpp
11285    M /trunk/modules/gui/qt4/main_interface.cpp
11286
11287 Qt4 - fix compilation.
11288
11289
11290 ------------------------------------------------------------------------
11291 r22501 | jb | 2007-10-09 04:20:07 +0200 (Tue, 09 Oct 2007) | 3 lines
11292 Changed paths:
11293    M /trunk/modules/gui/qt4/components/open.cpp
11294    M /trunk/modules/gui/qt4/components/open.hpp
11295
11296 Qt4 - Open: start to use a completer, use an enum and no stupid #define.
11297
11298
11299 ------------------------------------------------------------------------
11300 r22500 | jb | 2007-10-09 04:16:30 +0200 (Tue, 09 Oct 2007) | 3 lines
11301 Changed paths:
11302    M /trunk/modules/gui/qt4/main_interface.cpp
11303    M /trunk/modules/gui/qt4/main_interface.hpp
11304
11305 Qt4 - no more timeElapsed/timeReamining menu for a boolean option. Right and left click toggle it, while double click opens the goto one. kudos to the KDE team.
11306
11307
11308 ------------------------------------------------------------------------
11309 r22499 | jb | 2007-10-09 04:11:18 +0200 (Tue, 09 Oct 2007) | 3 lines
11310 Changed paths:
11311    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
11312
11313 Qt4 - playlist: invert random/repeat buttons to match OSX intf and iTunes.
11314
11315
11316 ------------------------------------------------------------------------
11317 r22498 | jb | 2007-10-09 04:10:33 +0200 (Tue, 09 Oct 2007) | 3 lines
11318 Changed paths:
11319    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
11320
11321 Qt4 - double clicking the time can open the gotoTimeDialog ! Feature request to match OSX behaviour.
11322
11323
11324 ------------------------------------------------------------------------
11325 r22497 | jb | 2007-10-09 04:09:22 +0200 (Tue, 09 Oct 2007) | 3 lines
11326 Changed paths:
11327    M /trunk/modules/gui/qt4/dialogs/open.cpp
11328
11329 Qt4 - Don't use things that can change from one version to another one of Qt.
11330
11331
11332 ------------------------------------------------------------------------
11333 r22496 | jb | 2007-10-09 03:55:01 +0200 (Tue, 09 Oct 2007) | 3 lines
11334 Changed paths:
11335    M /trunk/modules/gui/qt4/Modules.am
11336    M /trunk/modules/gui/qt4/menus.cpp
11337    M /trunk/modules/gui/qt4/playlist_model.cpp
11338
11339 Qt4 - pixmaps: fix compilation with new pixmaps.
11340
11341
11342 ------------------------------------------------------------------------
11343 r22495 | jb | 2007-10-09 03:38:56 +0200 (Tue, 09 Oct 2007) | 3 lines
11344 Changed paths:
11345    M /trunk/modules/gui/qt4/res.qrc
11346
11347 Qt-4 - res update for pixmaps.
11348
11349
11350 ------------------------------------------------------------------------
11351 r22494 | jb | 2007-10-09 03:29:15 +0200 (Tue, 09 Oct 2007) | 3 lines
11352 Changed paths:
11353    A /trunk/modules/gui/qt4/pixmaps/cdda_16px.png
11354    D /trunk/modules/gui/qt4/pixmaps/help_16px.png
11355    D /trunk/modules/gui/qt4/pixmaps/info_16px.png
11356    A /trunk/modules/gui/qt4/pixmaps/menus_help_16px.png (from /trunk/modules/gui/qt4/pixmaps/help_16px.png:22493)
11357    A /trunk/modules/gui/qt4/pixmaps/menus_info_16px.png (from /trunk/modules/gui/qt4/pixmaps/info_16px.png:22493)
11358    A /trunk/modules/gui/qt4/pixmaps/menus_messages_16px.png (from /trunk/modules/gui/qt4/pixmaps/messages_16px.png:22493)
11359    A /trunk/modules/gui/qt4/pixmaps/menus_preferences_16px.png (from /trunk/modules/gui/qt4/pixmaps/preferences_16px.png:22493)
11360    A /trunk/modules/gui/qt4/pixmaps/menus_quit_16px.png (from /trunk/modules/gui/qt4/pixmaps/quit_16px.png:22493)
11361    A /trunk/modules/gui/qt4/pixmaps/menus_settings_16px.png (from /trunk/modules/gui/qt4/pixmaps/settings_16px.png:22493)
11362    A /trunk/modules/gui/qt4/pixmaps/menus_stream_16px.png (from /trunk/modules/gui/qt4/pixmaps/stream_16px.png:22493)
11363    D /trunk/modules/gui/qt4/pixmaps/messages_16px.png
11364    A /trunk/modules/gui/qt4/pixmaps/playlist.png (from /trunk/modules/gui/qt4/pixmaps/playlist_icon.png:22492)
11365    D /trunk/modules/gui/qt4/pixmaps/playlist_icon.png
11366    D /trunk/modules/gui/qt4/pixmaps/preferences_16px.png
11367    D /trunk/modules/gui/qt4/pixmaps/quit_16px.png
11368    D /trunk/modules/gui/qt4/pixmaps/settings_16px.png
11369    D /trunk/modules/gui/qt4/pixmaps/stream_16px.png
11370    D /trunk/modules/gui/qt4/pixmaps/type_card.xpm
11371    D /trunk/modules/gui/qt4/pixmaps/type_cdda.xpm
11372    A /trunk/modules/gui/qt4/pixmaps/type_directory.png
11373    D /trunk/modules/gui/qt4/pixmaps/type_directory.xpm
11374    D /trunk/modules/gui/qt4/pixmaps/type_disc.xpm
11375    A /trunk/modules/gui/qt4/pixmaps/type_file.png
11376    D /trunk/modules/gui/qt4/pixmaps/type_file.xpm
11377    A /trunk/modules/gui/qt4/pixmaps/type_net.png
11378    D /trunk/modules/gui/qt4/pixmaps/type_net.xpm
11379    A /trunk/modules/gui/qt4/pixmaps/type_node.png
11380    D /trunk/modules/gui/qt4/pixmaps/type_node.xpm
11381    A /trunk/modules/gui/qt4/pixmaps/type_playlist.png
11382    D /trunk/modules/gui/qt4/pixmaps/type_playlist.xpm
11383
11384 Qt4 - pixmaps again. Removing bigger images, useless ones, and cleaning.
11385
11386
11387 ------------------------------------------------------------------------
11388 r22493 | jb | 2007-10-09 03:03:03 +0200 (Tue, 09 Oct 2007) | 2 lines
11389 Changed paths:
11390    A /trunk/modules/gui/qt4/pixmaps/advprefs_audio.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_audio.png:22492)
11391    A /trunk/modules/gui/qt4/pixmaps/advprefs_codec.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_codec.png:22492)
11392    A /trunk/modules/gui/qt4/pixmaps/advprefs_extended.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_extended.png:22492)
11393    A /trunk/modules/gui/qt4/pixmaps/advprefs_intf.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_intf.png:22492)
11394    A /trunk/modules/gui/qt4/pixmaps/advprefs_playlist.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_playlist.png:22492)
11395    A /trunk/modules/gui/qt4/pixmaps/advprefs_sout.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_sout.png:22492)
11396    A /trunk/modules/gui/qt4/pixmaps/advprefs_video.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_video.png:22492)
11397    A /trunk/modules/gui/qt4/pixmaps/capture-card_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_capture-card_16px.png:22492)
11398    A /trunk/modules/gui/qt4/pixmaps/disc_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_disc_16px.png:22492)
11399    A /trunk/modules/gui/qt4/pixmaps/file-asym_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_file-asym_16px.png:22492)
11400    A /trunk/modules/gui/qt4/pixmaps/file-wide_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_file-wide_16px.png:22492)
11401    A /trunk/modules/gui/qt4/pixmaps/folder-blue_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_folder-blue_16px.png:22492)
11402    A /trunk/modules/gui/qt4/pixmaps/folder-grey_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png:22492)
11403    A /trunk/modules/gui/qt4/pixmaps/harddisk_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_harddisk_16px.png:22492)
11404    A /trunk/modules/gui/qt4/pixmaps/help_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_help_16px.png:22492)
11405    A /trunk/modules/gui/qt4/pixmaps/info_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_info_16px.png:22492)
11406    A /trunk/modules/gui/qt4/pixmaps/messages_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_messages_16px.png:22492)
11407    A /trunk/modules/gui/qt4/pixmaps/network_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_network_16px.png:22492)
11408    A /trunk/modules/gui/qt4/pixmaps/next_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_next_16px.png:22492)
11409    A /trunk/modules/gui/qt4/pixmaps/pause_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_pause_16px.png:22492)
11410    A /trunk/modules/gui/qt4/pixmaps/play_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_play_16px.png:22492)
11411    A /trunk/modules/gui/qt4/pixmaps/playlist_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_16px.png:22492)
11412    A /trunk/modules/gui/qt4/pixmaps/playlist_add.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_add.png:22492)
11413    A /trunk/modules/gui/qt4/pixmaps/playlist_repeat_all.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_all.png:22492)
11414    A /trunk/modules/gui/qt4/pixmaps/playlist_repeat_off.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_off.png:22492)
11415    A /trunk/modules/gui/qt4/pixmaps/playlist_repeat_one.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_one.png:22492)
11416    A /trunk/modules/gui/qt4/pixmaps/playlist_shuffle_off.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_off.png:22492)
11417    A /trunk/modules/gui/qt4/pixmaps/playlist_shuffle_on.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_on.png:22492)
11418    A /trunk/modules/gui/qt4/pixmaps/preferences_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_preferences_16px.png:22492)
11419    A /trunk/modules/gui/qt4/pixmaps/previous_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_previous_16px.png:22492)
11420    A /trunk/modules/gui/qt4/pixmaps/quit_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_quit_16px.png:22492)
11421    A /trunk/modules/gui/qt4/pixmaps/record_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_record_16px.png:22492)
11422    A /trunk/modules/gui/qt4/pixmaps/settings_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_settings_16px.png:22492)
11423    A /trunk/modules/gui/qt4/pixmaps/stop_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_stop_16px.png:22492)
11424    A /trunk/modules/gui/qt4/pixmaps/stream_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_stream_16px.png:22492)
11425    A /trunk/modules/gui/qt4/pixmaps/tape_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_tape_16px.png:22492)
11426    D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_audio.png
11427    D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_codec.png
11428    D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_extended.png
11429    D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_intf.png
11430    D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_playlist.png
11431    D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_sout.png
11432    D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_video.png
11433    D /trunk/modules/gui/qt4/pixmaps/vlc_capture-card_16px.png
11434    D /trunk/modules/gui/qt4/pixmaps/vlc_disc_16px.png
11435    D /trunk/modules/gui/qt4/pixmaps/vlc_file-asym_16px.png
11436    D /trunk/modules/gui/qt4/pixmaps/vlc_file-wide_16px.png
11437    D /trunk/modules/gui/qt4/pixmaps/vlc_folder-blue_16px.png
11438    D /trunk/modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png
11439    D /trunk/modules/gui/qt4/pixmaps/vlc_harddisk_16px.png
11440    D /trunk/modules/gui/qt4/pixmaps/vlc_help_16px.png
11441    D /trunk/modules/gui/qt4/pixmaps/vlc_info_16px.png
11442    D /trunk/modules/gui/qt4/pixmaps/vlc_messages_16px.png
11443    D /trunk/modules/gui/qt4/pixmaps/vlc_network_16px.png
11444    D /trunk/modules/gui/qt4/pixmaps/vlc_next_16px.png
11445    D /trunk/modules/gui/qt4/pixmaps/vlc_pause_16px.png
11446    D /trunk/modules/gui/qt4/pixmaps/vlc_play_16px.png
11447    D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_16px.png
11448    D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_add.png
11449    D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_all.png
11450    D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_off.png
11451    D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_one.png
11452    D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_off.png
11453    D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_on.png
11454    D /trunk/modules/gui/qt4/pixmaps/vlc_preferences_16px.png
11455    D /trunk/modules/gui/qt4/pixmaps/vlc_previous_16px.png
11456    D /trunk/modules/gui/qt4/pixmaps/vlc_quit_16px.png
11457    D /trunk/modules/gui/qt4/pixmaps/vlc_record_16px.png
11458    D /trunk/modules/gui/qt4/pixmaps/vlc_settings_16px.png
11459    D /trunk/modules/gui/qt4/pixmaps/vlc_stop_16px.png
11460    D /trunk/modules/gui/qt4/pixmaps/vlc_stream_16px.png
11461    D /trunk/modules/gui/qt4/pixmaps/vlc_tape_16px.png
11462    M /trunk/modules/gui/qt4/res.qrc
11463
11464 Qt - pixmaps cleaning. First.
11465
11466 ------------------------------------------------------------------------
11467 r22492 | jb | 2007-10-09 02:17:41 +0200 (Tue, 09 Oct 2007) | 3 lines
11468 Changed paths:
11469    M /trunk/extras/contrib/src/packages.mak
11470
11471 Contribs - bumps png version to avoid multiple crashes.
11472
11473
11474 ------------------------------------------------------------------------
11475 r22491 | funman | 2007-10-09 02:03:15 +0200 (Tue, 09 Oct 2007) | 1 line
11476 Changed paths:
11477    M /trunk/modules/access/v4l2.c
11478
11479 v4l2: fix mmap method
11480 ------------------------------------------------------------------------
11481 r22490 | funman | 2007-10-09 01:48:16 +0200 (Tue, 09 Oct 2007) | 3 lines
11482 Changed paths:
11483    M /trunk/modules/access/v4l2.c
11484
11485 v4l2: replaces bad malloc( sizeof(x) * i )/memset(&, 0, sizeof(x)) by calloc(1, sizeof(x) * i)
11486 removes extra spaces, removes tabs
11487
11488 ------------------------------------------------------------------------
11489 r22489 | jb | 2007-10-09 01:15:06 +0200 (Tue, 09 Oct 2007) | 3 lines
11490 Changed paths:
11491    M /trunk/modules/gui/qt4/menus.cpp
11492
11493 Qt4 - Small menus changes.
11494
11495
11496 ------------------------------------------------------------------------
11497 r22488 | jb | 2007-10-09 01:14:23 +0200 (Tue, 09 Oct 2007) | 3 lines
11498 Changed paths:
11499    M /trunk/include/vlc_intf_strings.h
11500    M /trunk/modules/gui/qt4/dialogs/help.cpp
11501    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
11502
11503 Qt4 - start to change things to match OSX interface.
11504
11505
11506 ------------------------------------------------------------------------
11507 r22487 | jb | 2007-10-09 01:12:51 +0200 (Tue, 09 Oct 2007) | 2 lines
11508 Changed paths:
11509    M /trunk/modules/gui/qt4/ui/open_disk.ui
11510
11511 Qt4 - Open disk: layout bug.
11512
11513 ------------------------------------------------------------------------
11514 r22486 | jb | 2007-10-09 01:12:24 +0200 (Tue, 09 Oct 2007) | 3 lines
11515 Changed paths:
11516    M /trunk/modules/gui/qt4/ui/sout.ui
11517
11518 Qt4 / Sout: Ogg => Ogg/Ogm, small change on the layout.
11519
11520
11521 ------------------------------------------------------------------------
11522 r22485 | funman | 2007-10-08 23:11:50 +0200 (Mon, 08 Oct 2007) | 1 line
11523 Changed paths:
11524    M /trunk/modules/gui/qt4/main_interface.cpp
11525
11526 Checks if the videoWidget exist before resizing it, fix #1328
11527 ------------------------------------------------------------------------
11528 r22484 | jpsaman | 2007-10-08 22:46:23 +0200 (Mon, 08 Oct 2007) | 8 lines
11529 Changed paths:
11530    M /trunk/modules/misc/freetype.c
11531
11532 Run FontBuilder thread after Freetype has been initialized and no error paths are can be taken. This should solve the crash reported by several people with the video title (or meta-name) appearing at start of the movie.
11533
11534 The freetype module starts another thread called FontBuilder and depending on timing this creates a crash or works allright. The crash is triggered by the font not being found. This patch tries to load the font first before the FontBuilder thread is started.
11535
11536 I was unable to reproduce the crash with the patch applied. Without the patch the crash is reproducable.
11537
11538 As discussed on the mailinglist the FontBuilder thread doesn't depend on the freetype initialisation and rearanging the order should do no harm.
11539
11540 ------------------------------------------------------------------------
11541 r22483 | fenrir | 2007-10-08 21:04:03 +0200 (Mon, 08 Oct 2007) | 2 lines
11542 Changed paths:
11543    M /trunk/modules/demux/ty.c
11544
11545 Removed unused variables.
11546
11547 ------------------------------------------------------------------------
11548 r22482 | fenrir | 2007-10-08 21:03:16 +0200 (Mon, 08 Oct 2007) | 2 lines
11549 Changed paths:
11550    M /trunk/modules/demux/flac.c
11551
11552 Removed 1 warning.
11553
11554 ------------------------------------------------------------------------
11555 r22481 | fenrir | 2007-10-08 21:02:18 +0200 (Mon, 08 Oct 2007) | 2 lines
11556 Changed paths:
11557    M /trunk/modules/demux/cdg.c
11558
11559 Removed warnings.
11560
11561 ------------------------------------------------------------------------
11562 r22480 | fenrir | 2007-10-08 20:59:16 +0200 (Mon, 08 Oct 2007) | 2 lines
11563 Changed paths:
11564    M /trunk/modules/access/dvb/linux_dvb.c
11565
11566 Fixed 2 missing "%s" -> "%m"
11567
11568 ------------------------------------------------------------------------
11569 r22479 | fenrir | 2007-10-08 20:48:00 +0200 (Mon, 08 Oct 2007) | 3 lines
11570 Changed paths:
11571    M /trunk/modules/demux/a52.c
11572
11573 Let the input handle meta data and attachments for ac3 audio
11574 (there was no meta data support for ac3).
11575
11576 ------------------------------------------------------------------------
11577 r22478 | fenrir | 2007-10-08 20:46:12 +0200 (Mon, 08 Oct 2007) | 2 lines
11578 Changed paths:
11579    M /trunk/modules/demux/ogg.c
11580
11581 Let the input handle meta data and attachments for ogg files.
11582
11583 ------------------------------------------------------------------------
11584 r22477 | fenrir | 2007-10-08 20:43:16 +0200 (Mon, 08 Oct 2007) | 3 lines
11585 Changed paths:
11586    M /trunk/modules/demux/flac.c
11587
11588 Let the input handle *extra* meta data and attachments for flac audio.
11589 (We still parse the flac meta data as a safety, in case taglib support is not there)
11590
11591 ------------------------------------------------------------------------
11592 r22476 | fenrir | 2007-10-08 20:37:53 +0200 (Mon, 08 Oct 2007) | 2 lines
11593 Changed paths:
11594    M /trunk/modules/demux/mpc.c
11595
11596 Let the input handle meta data and attachments for musepack audio.
11597
11598 ------------------------------------------------------------------------
11599 r22475 | fenrir | 2007-10-08 20:32:47 +0200 (Mon, 08 Oct 2007) | 2 lines
11600 Changed paths:
11601    M /trunk/modules/demux/mpeg/m4a.c
11602
11603 Let the input handle meta data and attachments for mpeg4 audio.
11604
11605 ------------------------------------------------------------------------
11606 r22474 | fenrir | 2007-10-08 20:32:14 +0200 (Mon, 08 Oct 2007) | 2 lines
11607 Changed paths:
11608    M /trunk/modules/demux/mpeg/mpga.c
11609
11610 Let the input handle meta data and attachments for mpeg audio.
11611
11612 ------------------------------------------------------------------------
11613 r22473 | fenrir | 2007-10-08 20:30:11 +0200 (Mon, 08 Oct 2007) | 8 lines
11614 Changed paths:
11615    M /trunk/include/vlc_demux.h
11616    M /trunk/src/input/demux.c
11617    M /trunk/src/input/es_out.c
11618    M /trunk/src/input/input.c
11619
11620  Es out now takes care of settings the audio replay gain from meta data
11621 if the demuxer has not set them.
11622  Added a demux2 control DEMUX_HAS_UNSUPPORTED_META.
11623  A demuxer should return true only when the format support extra meta
11624 data (id3/ap2/...) but it does not read them itself. The input will then
11625 call a "meta reader" (demuxer modifications on the way).
11626
11627
11628 ------------------------------------------------------------------------
11629 r22472 | xtophe | 2007-10-08 19:26:51 +0200 (Mon, 08 Oct 2007) | 3 lines
11630 Changed paths:
11631    M /trunk/modules/visualization/galaktos/Modules.am
11632    M /trunk/modules/visualization/galaktos/fftsg.c
11633
11634 galaktos: -distribute fftsg.h
11635           -get rid of bad merge remnant
11636
11637 ------------------------------------------------------------------------
11638 r22471 | funman | 2007-10-08 15:57:22 +0200 (Mon, 08 Oct 2007) | 1 line
11639 Changed paths:
11640    M /trunk/extras/contrib/src/Makefile
11641
11642 contribs: don't try to install the shared library if it doesn't exist, fix [22437]. Spotted by John Dalgliesh
11643 ------------------------------------------------------------------------
11644 r22470 | funman | 2007-10-08 03:13:27 +0200 (Mon, 08 Oct 2007) | 2 lines
11645 Changed paths:
11646    M /trunk/modules/misc/audioscrobbler.c
11647
11648 audioscrobbler: we are already in our own thread, no need to create another one
11649
11650 ------------------------------------------------------------------------
11651 r22469 | funman | 2007-10-08 02:36:36 +0200 (Mon, 08 Oct 2007) | 4 lines
11652 Changed paths:
11653    M /trunk/modules/misc/audioscrobbler.c
11654
11655 audioscrobbler: use condition variables to be signaled when there are songs to be submitted.
11656 checks if playlist has been stopped in the input "state" callback
11657 holds the p_sys mutex only when writing/reading audioscrobbler_song_t data
11658
11659 ------------------------------------------------------------------------
11660 r22468 | funman | 2007-10-08 00:07:07 +0200 (Mon, 08 Oct 2007) | 7 lines
11661 Changed paths:
11662    M /trunk/modules/misc/audioscrobbler.c
11663
11664 audioscrobbler: rewrite for new protocol 1.2
11665 allocate as much as we can on the stack, to avoid numerous malloc() & free()
11666 fix memory leaks by the same way
11667 metadata reading is now performed exclusively from the callbacks
11668 don't use linked lists anymore, but a queue of a fixed size of 50 songs, i.e. the maximum we can transmit in one submission.
11669 properly unloads the module when encountering a fatal error, like no username/pw, no memory, VLC being banned by last.fm servers ...
11670
11671 ------------------------------------------------------------------------
11672 r22467 | funman | 2007-10-07 23:20:30 +0200 (Sun, 07 Oct 2007) | 1 line
11673 Changed paths:
11674    M /trunk/src/playlist/loadsave.c
11675
11676 media library loading: remove "meta-file" input option from subitems
11677 ------------------------------------------------------------------------
11678 r22466 | funman | 2007-10-07 20:38:31 +0200 (Sun, 07 Oct 2007) | 2 lines
11679 Changed paths:
11680    M /trunk/modules/misc/dhparams.h
11681
11682 dhparams: svn:keyword = $Id$
11683
11684 ------------------------------------------------------------------------
11685 r22465 | funman | 2007-10-07 20:30:58 +0200 (Sun, 07 Oct 2007) | 2 lines
11686 Changed paths:
11687    D /trunk/po/ChangeLog
11688
11689 Delete old gettext changelog
11690
11691 ------------------------------------------------------------------------
11692 r22464 | funman | 2007-10-07 19:54:41 +0200 (Sun, 07 Oct 2007) | 4 lines
11693 Changed paths:
11694    M /trunk/share/luaplaylist/youtube.lua
11695    M /trunk/share/luaplaylist/youtube_homepage.lua
11696
11697 fix youtube lua probing, avoid infinite loops
11698 homepage: use %? to represent '?'
11699 other: probe is not successfull anymore for urls like http://10.0.0.1/get_video?xxxx&origin=youtube.com
11700
11701 ------------------------------------------------------------------------
11702 r22463 | xtophe | 2007-10-07 17:22:49 +0200 (Sun, 07 Oct 2007) | 2 lines
11703 Changed paths:
11704    M /trunk/po/POTFILES.in
11705
11706 Fix make dist
11707
11708 ------------------------------------------------------------------------
11709 r22462 | xtophe | 2007-10-07 01:32:37 +0200 (Sun, 07 Oct 2007) | 2 lines
11710 Changed paths:
11711    M /trunk/modules/visualization/galaktos/PCM.c
11712    M /trunk/modules/visualization/galaktos/beat_detect.c
11713    M /trunk/modules/visualization/galaktos/builtin_funcs.c
11714    M /trunk/modules/visualization/galaktos/custom_shape.c
11715    M /trunk/modules/visualization/galaktos/custom_wave.c
11716    M /trunk/modules/visualization/galaktos/eval.c
11717    M /trunk/modules/visualization/galaktos/fftsg.c
11718    A /trunk/modules/visualization/galaktos/fftsg.h
11719    M /trunk/modules/visualization/galaktos/func.c
11720    M /trunk/modules/visualization/galaktos/init_cond.c
11721    M /trunk/modules/visualization/galaktos/main.c
11722    M /trunk/modules/visualization/galaktos/param.c
11723    M /trunk/modules/visualization/galaktos/parser.c
11724    M /trunk/modules/visualization/galaktos/per_frame_eqn.c
11725    M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
11726    M /trunk/modules/visualization/galaktos/preset.c
11727    M /trunk/modules/visualization/galaktos/splaytree.c
11728    M /trunk/modules/visualization/galaktos/tree_types.c
11729    M /trunk/modules/visualization/galaktos/video_init.c
11730
11731 galaktos/*:   warnings hunt
11732
11733 ------------------------------------------------------------------------
11734 r22461 | xtophe | 2007-10-07 00:07:12 +0200 (Sun, 07 Oct 2007) | 2 lines
11735 Changed paths:
11736    M /trunk/modules/video_output/caca.c
11737
11738 Fix header order
11739
11740 ------------------------------------------------------------------------
11741 r22460 | damienf | 2007-10-06 19:33:42 +0200 (Sat, 06 Oct 2007) | 2 lines
11742 Changed paths:
11743    M /trunk/include/vlc_threads_funcs.h
11744
11745 threads: win32 version of vlc_cond_timedwait()
11746
11747 ------------------------------------------------------------------------
11748 r22459 | damienf | 2007-10-06 18:50:35 +0200 (Sat, 06 Oct 2007) | 2 lines
11749 Changed paths:
11750    M /trunk/extras/contrib/src/Makefile
11751
11752 - contribs: Makefile, don't confuse mingw with cygwin
11753
11754 ------------------------------------------------------------------------
11755 r22458 | xtophe | 2007-10-06 18:36:28 +0200 (Sat, 06 Oct 2007) | 2 lines
11756 Changed paths:
11757    M /trunk/modules/gui/qt4/Modules.am
11758
11759 Don't forget to update build system when you remove or add files!
11760
11761 ------------------------------------------------------------------------
11762 r22457 | xtophe | 2007-10-06 17:34:52 +0200 (Sat, 06 Oct 2007) | 4 lines
11763 Changed paths:
11764    M /trunk/modules/access/v4l2.c
11765
11766 v4l2: Remove already included headers
11767       Cosmetics
11768       Set svn:keywords
11769
11770 ------------------------------------------------------------------------
11771 r22456 | jb | 2007-10-06 15:55:03 +0200 (Sat, 06 Oct 2007) | 2 lines
11772 Changed paths:
11773    M /trunk/modules/gui/qt4/dialogs/errors.cpp
11774    M /trunk/modules/gui/qt4/dialogs/gototime.cpp
11775    M /trunk/modules/gui/qt4/dialogs/help.cpp
11776    M /trunk/modules/gui/qt4/dialogs/interaction.cpp
11777    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
11778    M /trunk/modules/gui/qt4/dialogs/messages.cpp
11779    M /trunk/modules/gui/qt4/dialogs/open.cpp
11780    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
11781    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
11782    M /trunk/modules/gui/qt4/dialogs/sout.cpp
11783    M /trunk/modules/gui/qt4/dialogs/vlm.cpp
11784    M /trunk/modules/gui/qt4/ui/sout.ui
11785
11786 Qt4 - #include cleaning (2)
11787
11788 ------------------------------------------------------------------------
11789 r22455 | jb | 2007-10-06 15:53:53 +0200 (Sat, 06 Oct 2007) | 3 lines
11790 Changed paths:
11791    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
11792    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
11793    M /trunk/modules/gui/qt4/components/open.cpp
11794    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
11795    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
11796    D /trunk/modules/gui/qt4/components/streaming
11797    M /trunk/modules/gui/qt4/qt4.hpp
11798    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
11799
11800 Qt4 - #include cleaning
11801
11802
11803 ------------------------------------------------------------------------
11804 r22454 | jb | 2007-10-06 15:41:27 +0200 (Sat, 06 Oct 2007) | 3 lines
11805 Changed paths:
11806    M /trunk/modules/gui/qt4/components/extended_panels.cpp
11807    M /trunk/modules/gui/qt4/components/extended_panels.hpp
11808    M /trunk/modules/gui/qt4/dialogs/extended.cpp
11809    D /trunk/modules/gui/qt4/ui/spatializer.ui
11810
11811 Qt4 - enable and modify the spatializer widget. Don't use a ui for a QCheckbox and a QFrame.
11812
11813
11814 ------------------------------------------------------------------------
11815 r22453 | jb | 2007-10-06 15:40:16 +0200 (Sat, 06 Oct 2007) | 3 lines
11816 Changed paths:
11817    M /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
11818    M /trunk/modules/gui/qt4/dialogs/podcast_configuration.hpp
11819    M /trunk/modules/gui/qt4/dialogs_provider.cpp
11820    M /trunk/modules/gui/qt4/ui/podcast_configuration.ui
11821
11822 Qt4: podcast configuration, don't use a modal window, don't use a Qdailog but a QVLCFrame.
11823
11824
11825 ------------------------------------------------------------------------
11826 r22452 | jpsaman | 2007-10-06 13:26:34 +0200 (Sat, 06 Oct 2007) | 1 line
11827 Changed paths:
11828    M /trunk/THANKS
11829    M /trunk/modules/access/v4l2.c
11830
11831 Patch for v4l2 support by Richard Hosking <richard AT hovis DOT net>
11832 ------------------------------------------------------------------------
11833 r22451 | funman | 2007-10-06 00:06:47 +0200 (Sat, 06 Oct 2007) | 1 line
11834 Changed paths:
11835    M /trunk/modules/misc/probe/hal.c
11836
11837 hal probe: disable unused code
11838 ------------------------------------------------------------------------
11839 r22450 | courmisch | 2007-10-05 16:43:19 +0200 (Fri, 05 Oct 2007) | 4 lines
11840 Changed paths:
11841    M /trunk/modules/audio_filter/resampler/linear.c
11842
11843 Initialize end_date in linear resampler.
11844 Someone should really review this.
11845 This does not affect the trivial resampler; I have not checked the others.
11846
11847 ------------------------------------------------------------------------
11848 r22449 | ileoo | 2007-10-05 13:52:11 +0200 (Fri, 05 Oct 2007) | 2 lines
11849 Changed paths:
11850    M /trunk/modules/gui/qt4/dialogs/sout.cpp
11851
11852 don't add empty mux= in sout-chain if no mux has been selected
11853
11854 ------------------------------------------------------------------------
11855 r22448 | pdherbemont | 2007-10-05 13:13:47 +0200 (Fri, 05 Oct 2007) | 2 lines
11856 Changed paths:
11857    M /trunk/include/vlc/libvlc.h
11858
11859 vlc/libvlc.h: Remove deprecated functions definition. (Patch by Enrique Osuna)
11860
11861 ------------------------------------------------------------------------
11862 r22447 | pdherbemont | 2007-10-05 11:52:48 +0200 (Fri, 05 Oct 2007) | 2 lines
11863 Changed paths:
11864    M /trunk/src/control/media_instance.c
11865
11866 control/media_instance.c: Remove an unused variable. (Pointed by jb).
11867
11868 ------------------------------------------------------------------------
11869 r22446 | jb | 2007-10-05 01:32:26 +0200 (Fri, 05 Oct 2007) | 2 lines
11870 Changed paths:
11871    M /trunk/extras/contrib/src/Makefile
11872
11873 OOps - tab, I hate :set et
11874
11875 ------------------------------------------------------------------------
11876 r22445 | xtophe | 2007-10-04 23:51:55 +0200 (Thu, 04 Oct 2007) | 2 lines
11877 Changed paths:
11878    M /trunk/modules/access/cdda/access.c
11879
11880 Remove noop
11881
11882 ------------------------------------------------------------------------
11883 r22444 | jb | 2007-10-04 23:37:30 +0200 (Thu, 04 Oct 2007) | 3 lines
11884 Changed paths:
11885    M /trunk/extras/contrib/src/Makefile
11886
11887 Contribs: flac patch for broken CYGWIN :D
11888
11889
11890 ------------------------------------------------------------------------
11891 r22443 | xtophe | 2007-10-04 23:01:25 +0200 (Thu, 04 Oct 2007) | 2 lines
11892 Changed paths:
11893    M /trunk/bootstrap
11894
11895 Don't delete compile. It can't go wrong and get regenerated by configure anyway
11896
11897 ------------------------------------------------------------------------
11898 r22442 | xtophe | 2007-10-04 22:43:07 +0200 (Thu, 04 Oct 2007) | 2 lines
11899 Changed paths:
11900    M /trunk/modules/gui/qt4/Modules.am
11901
11902 Fix make dist
11903
11904 ------------------------------------------------------------------------
11905 r22441 | courmisch | 2007-10-04 21:14:51 +0200 (Thu, 04 Oct 2007) | 2 lines
11906 Changed paths:
11907    M /trunk/modules/codec/araw.c
11908
11909 Export bitrate for the benefit of stream output
11910
11911 ------------------------------------------------------------------------
11912 r22440 | courmisch | 2007-10-04 21:06:04 +0200 (Thu, 04 Oct 2007) | 4 lines
11913 Changed paths:
11914    M /trunk/modules/stream_out/transcode.c
11915
11916 transcode: Don't force a default audio bit rate.
11917 This screws up any audio codec that does not support transrating.
11918 There is something fishy here.
11919
11920 ------------------------------------------------------------------------
11921 r22439 | courmisch | 2007-10-04 20:33:43 +0200 (Thu, 04 Oct 2007) | 2 lines
11922 Changed paths:
11923    M /trunk/modules/stream_out/rtp.c
11924
11925 Also try to obey recommended ptime (20ms) for L16
11926
11927 ------------------------------------------------------------------------
11928 r22438 | courmisch | 2007-10-04 20:28:06 +0200 (Thu, 04 Oct 2007) | 3 lines
11929 Changed paths:
11930    M /trunk/modules/stream_out/rtp.c
11931
11932 Try to make 20ms packets for L8 and G.711
11933 (rather than as big packets as possible)
11934
11935 ------------------------------------------------------------------------
11936 r22437 | funman | 2007-10-04 20:23:08 +0200 (Thu, 04 Oct 2007) | 1 line
11937 Changed paths:
11938    M /trunk/extras/contrib/src/Makefile
11939
11940 contribs: don't build faad shared library
11941 ------------------------------------------------------------------------
11942 r22436 | courmisch | 2007-10-04 19:46:20 +0200 (Thu, 04 Oct 2007) | 2 lines
11943 Changed paths:
11944    M /trunk/include/vlc_sout.h
11945    M /trunk/modules/stream_out/rtp.c
11946    M /trunk/src/stream_output/sdp.c
11947
11948 Factorize rtpmap formatting
11949
11950 ------------------------------------------------------------------------
11951 r22435 | courmisch | 2007-10-04 19:29:22 +0200 (Thu, 04 Oct 2007) | 2 lines
11952 Changed paths:
11953    M /trunk/include/vlc_sout.h
11954    M /trunk/src/stream_output/sdp.c
11955
11956 Make sdp_Start static since it is used nowhere outside
11957
11958 ------------------------------------------------------------------------
11959 r22434 | courmisch | 2007-10-04 19:26:01 +0200 (Thu, 04 Oct 2007) | 2 lines
11960 Changed paths:
11961    M /trunk/modules/stream_out/rtp.c
11962
11963 RTP audio stream clock rate is always the sample rate -> factorize
11964
11965 ------------------------------------------------------------------------
11966 r22433 | courmisch | 2007-10-04 18:57:42 +0200 (Thu, 04 Oct 2007) | 2 lines
11967 Changed paths:
11968    M /trunk/modules/codec/adpcm.c
11969    M /trunk/modules/codec/araw.c
11970
11971 Put some static tables const
11972
11973 ------------------------------------------------------------------------
11974 r22432 | courmisch | 2007-10-04 18:33:52 +0200 (Thu, 04 Oct 2007) | 2 lines
11975 Changed paths:
11976    M /trunk/modules/stream_out/rtp.c
11977
11978 Untested support for streaming G.711 over RTP
11979
11980 ------------------------------------------------------------------------
11981 r22431 | courmisch | 2007-10-04 18:10:23 +0200 (Thu, 04 Oct 2007) | 2 lines
11982 Changed paths:
11983    M /trunk/configure.ac
11984    M /trunk/modules/codec/dmo/dmo.c
11985
11986 Don't redefine existing constants - fix linux build
11987
11988 ------------------------------------------------------------------------
11989 r22430 | funman | 2007-10-04 17:03:48 +0200 (Thu, 04 Oct 2007) | 1 line
11990 Changed paths:
11991    M /trunk/modules/meta_engine/id3tag.c
11992
11993 id3tag: p_demux->p_private has been malloc()ed by the demuxer, so keep the pointer
11994 ------------------------------------------------------------------------
11995 r22429 | oaubert | 2007-10-04 17:01:01 +0200 (Thu, 04 Oct 2007) | 2 lines
11996 Changed paths:
11997    M /trunk/configure.ac
11998    M /trunk/vlc.win32.nsi.in
11999
12000 Bundle libvlc-control.dll in the win32 installer
12001
12002 ------------------------------------------------------------------------
12003 r22428 | funman | 2007-10-04 15:30:27 +0200 (Thu, 04 Oct 2007) | 1 line
12004 Changed paths:
12005    M /trunk/modules/meta_engine/id3tag.c
12006
12007 id3tag: properly casts p_demux->p_private
12008 ------------------------------------------------------------------------
12009 r22427 | funman | 2007-10-04 15:19:46 +0200 (Thu, 04 Oct 2007) | 1 line
12010 Changed paths:
12011    M /trunk/modules/demux/mpeg/mpga.c
12012
12013 mpga demux: remove debug printf
12014 ------------------------------------------------------------------------
12015 r22426 | funman | 2007-10-04 06:58:38 +0200 (Thu, 04 Oct 2007) | 1 line
12016 Changed paths:
12017    M /trunk/modules/control/dbus.c
12018
12019 dbus: adds some playlist locking, finish [22423]
12020 ------------------------------------------------------------------------
12021 r22425 | funman | 2007-10-04 06:41:15 +0200 (Thu, 04 Oct 2007) | 1 line
12022 Changed paths:
12023    M /trunk/modules/demux/mpeg/m4a.c
12024
12025 m4a demuxer: last missing include
12026 ------------------------------------------------------------------------
12027 r22424 | funman | 2007-10-04 06:22:59 +0200 (Thu, 04 Oct 2007) | 1 line
12028 Changed paths:
12029    M /trunk/modules/demux/mpc.c
12030    M /trunk/modules/demux/mpeg/m4a.c
12031
12032 demuxers: add missing vlc_meta.h header
12033 ------------------------------------------------------------------------
12034 r22423 | funman | 2007-10-04 06:18:49 +0200 (Thu, 04 Oct 2007) | 2 lines
12035 Changed paths:
12036    M /trunk/modules/control/dbus.c
12037    M /trunk/modules/control/dbus.h
12038
12039 dbus: simplify playlist operations
12040
12041 ------------------------------------------------------------------------
12042 r22422 | funman | 2007-10-04 05:44:34 +0200 (Thu, 04 Oct 2007) | 4 lines
12043 Changed paths:
12044    M /trunk/modules/codec/ffmpeg/demux.c
12045    M /trunk/modules/demux/flac.c
12046    M /trunk/modules/demux/mpc.c
12047    M /trunk/modules/demux/mpeg/m4a.c
12048    M /trunk/modules/demux/mpeg/mpga.c
12049    M /trunk/modules/demux/ogg.c
12050    M /trunk/modules/demux/tta.c
12051
12052 demuxers: remove the need for input_thread_t by using the new "meta-preparsed" input variable.
12053 tta & ffmpeg: remove unneeded "meta reader" loading
12054 tta didn't use anyway, and ffmpeg uses information from libavcodec
12055
12056 ------------------------------------------------------------------------
12057 r22421 | funman | 2007-10-04 04:57:18 +0200 (Thu, 04 Oct 2007) | 4 lines
12058 Changed paths:
12059    M /trunk/modules/misc/freetype.c
12060
12061 freetype: fix a segfault introduced in [21339]
12062 FcConfigSetCurrent( p_sys->p_fontconfig ) is useless since we already use that configuration, and it will destroy it.
12063 So, when we want to destroy it again when freetype module is closed, CRASH.
12064
12065 ------------------------------------------------------------------------
12066 r22420 | funman | 2007-10-04 01:45:15 +0200 (Thu, 04 Oct 2007) | 1 line
12067 Changed paths:
12068    M /trunk/po/fr.po
12069
12070 french translation: little update to the rc interface translation
12071 ------------------------------------------------------------------------
12072 r22419 | funman | 2007-10-04 01:26:01 +0200 (Thu, 04 Oct 2007) | 1 line
12073 Changed paths:
12074    M /trunk/modules/control/rc.c
12075
12076 rc: add `random' command
12077 ------------------------------------------------------------------------
12078 r22418 | funman | 2007-10-04 01:17:55 +0200 (Thu, 04 Oct 2007) | 1 line
12079 Changed paths:
12080    M /trunk/modules/control/rc.c
12081
12082 rc: ressuscite the goto command
12083 ------------------------------------------------------------------------
12084 r22417 | funman | 2007-10-04 00:53:04 +0200 (Thu, 04 Oct 2007) | 1 line
12085 Changed paths:
12086    M /trunk/modules/gui/ncurses.c
12087
12088 ncurses: now play items from the top parent node (unless playing a specific node)
12089 ------------------------------------------------------------------------
12090 r22416 | xtophe | 2007-10-04 00:39:10 +0200 (Thu, 04 Oct 2007) | 2 lines
12091 Changed paths:
12092    M /trunk/po/POTFILES.in
12093
12094 Update POTFILES.in. Fixes make dist
12095
12096 ------------------------------------------------------------------------
12097 r22415 | fenrir | 2007-10-04 00:24:11 +0200 (Thu, 04 Oct 2007) | 6 lines
12098 Changed paths:
12099    M /trunk/modules/demux/subtitle.c
12100    M /trunk/src/input/input.c
12101    M /trunk/src/input/var.c
12102
12103 Added a "meta-preparsed" input variable. A demuxer can test it by
12104  var_CreateGetBool( p_demux, "meta-preparsed" )
12105 (The demuxer should NOT overwrite it)
12106 subtitle: do not look for p_input when not necessary.
12107
12108
12109 ------------------------------------------------------------------------
12110 r22414 | funman | 2007-10-04 00:21:00 +0200 (Thu, 04 Oct 2007) | 1 line
12111 Changed paths:
12112    M /trunk/src/playlist/tree.c
12113
12114 playlist: fix a segfault
12115 ------------------------------------------------------------------------
12116 r22413 | funman | 2007-10-03 23:29:34 +0200 (Wed, 03 Oct 2007) | 1 line
12117 Changed paths:
12118    M /trunk/src/control/video.c
12119
12120 control/video: find the vout anywhere, so the one spawned by audio output (audio visualization) can be found. fix #1202
12121 ------------------------------------------------------------------------
12122 r22412 | funman | 2007-10-03 23:07:01 +0200 (Wed, 03 Oct 2007) | 1 line
12123 Changed paths:
12124    M /trunk/modules/meta_engine/taglib.cpp
12125
12126 taglib: warn the user when the embedded image is invalid (i.e. was embedded by a broken version of iTunes)
12127 ------------------------------------------------------------------------
12128 r22411 | xtophe | 2007-10-03 22:03:37 +0200 (Wed, 03 Oct 2007) | 2 lines
12129 Changed paths:
12130    M /trunk/activex/plugin.h
12131
12132 Compile fix for gcc 4.2 . Quovodis to review it.
12133
12134 ------------------------------------------------------------------------
12135 r22410 | funman | 2007-10-03 21:29:49 +0200 (Wed, 03 Oct 2007) | 2 lines
12136 Changed paths:
12137    M /trunk/modules/codec/ffmpeg/demux.c
12138    M /trunk/modules/demux/flac.c
12139    M /trunk/modules/demux/mpc.c
12140    M /trunk/modules/demux/mpeg/m4a.c
12141    M /trunk/modules/demux/mpeg/mpga.c
12142    M /trunk/modules/demux/ogg.c
12143    M /trunk/modules/demux/tta.c
12144
12145 Demuxers: do not load "meta reader" module if the input item has already been preparsed.
12146
12147 ------------------------------------------------------------------------
12148 r22409 | courmisch | 2007-10-03 21:19:24 +0200 (Wed, 03 Oct 2007) | 2 lines
12149 Changed paths:
12150    M /trunk/modules/codec/dmo/dmo.c
12151    M /trunk/modules/codec/dmo/dmo.h
12152
12153 Replace one GUID kludge with another one that does not break gcc4
12154
12155 ------------------------------------------------------------------------
12156 r22408 | courmisch | 2007-10-03 21:04:57 +0200 (Wed, 03 Oct 2007) | 2 lines
12157 Changed paths:
12158    M /trunk/modules/access/vcd/cdrom.c
12159
12160 Fix messed up cast that breaks gcc 4
12161
12162 ------------------------------------------------------------------------
12163 r22407 | funman | 2007-10-03 20:36:03 +0200 (Wed, 03 Oct 2007) | 2 lines
12164 Changed paths:
12165    M /trunk/modules/demux/mp4/libmp4.c
12166
12167 mp4 demuxer: don't try to print not printable characters.
12168
12169 ------------------------------------------------------------------------
12170 r22406 | courmisch | 2007-10-03 19:27:10 +0200 (Wed, 03 Oct 2007) | 2 lines
12171 Changed paths:
12172    M /trunk/src/misc/messages.c
12173
12174 Remove silly copy-cat code. vasprintf does not generate socket errors does it?
12175
12176 ------------------------------------------------------------------------
12177 r22405 | funman | 2007-10-03 19:23:55 +0200 (Wed, 03 Oct 2007) | 4 lines
12178 Changed paths:
12179    M /trunk/src/misc/messages.c
12180
12181 messages: revert [22404]
12182 Don't use strerror()
12183 The error message displayed can be useful to debugging purposes.
12184
12185 ------------------------------------------------------------------------
12186 r22404 | courmisch | 2007-10-03 19:00:10 +0200 (Wed, 03 Oct 2007) | 2 lines
12187 Changed paths:
12188    M /trunk/src/misc/messages.c
12189
12190 Remove survivor strerror (malloc always return ENOMEM when it fails anyway)
12191
12192 ------------------------------------------------------------------------
12193 r22403 | funman | 2007-10-03 18:17:36 +0200 (Wed, 03 Oct 2007) | 1 line
12194 Changed paths:
12195    M /trunk/modules/meta_engine/taglib.cpp
12196
12197 taglib: fix a memleak.
12198 ------------------------------------------------------------------------
12199 r22402 | funman | 2007-10-03 18:13:04 +0200 (Wed, 03 Oct 2007) | 6 lines
12200 Changed paths:
12201    M /trunk/modules/codec/ffmpeg/demux.c
12202    M /trunk/modules/demux/mpc.c
12203    M /trunk/modules/demux/mpeg/m4a.c
12204    M /trunk/modules/demux/ogg.c
12205    M /trunk/modules/demux/tta.c
12206    M /trunk/modules/meta_engine/taglib.cpp
12207
12208 taglib: Supports in ogg/vorbis base64 encoded embedded album art with COVERARTMIME & COVERART comments.
12209     Use TagLib namespace for better code readability.
12210
12211 demuxers: Adds attachments support for ogg.
12212     Fix potential memleaks.
12213
12214 ------------------------------------------------------------------------
12215 r22401 | funman | 2007-10-03 03:27:08 +0200 (Wed, 03 Oct 2007) | 1 line
12216 Changed paths:
12217    M /trunk/modules/misc/notify/notify.c
12218
12219 notify: unref the notification popup after we have finished using it. fix a big memory leak, and potential crashes.
12220 ------------------------------------------------------------------------
12221 r22400 | funman | 2007-10-03 02:35:13 +0200 (Wed, 03 Oct 2007) | 2 lines
12222 Changed paths:
12223    M /trunk/src/playlist/loadsave.c
12224
12225 playlist: fix media library loading, fix #1320.
12226
12227 ------------------------------------------------------------------------
12228 r22399 | pdherbemont | 2007-10-03 02:29:18 +0200 (Wed, 03 Oct 2007) | 2 lines
12229 Changed paths:
12230    M /trunk/THANKS
12231
12232 Thanks more Enrique Osuna.
12233
12234 ------------------------------------------------------------------------
12235 r22398 | pdherbemont | 2007-10-03 02:28:36 +0200 (Wed, 03 Oct 2007) | 2 lines
12236 Changed paths:
12237    M /trunk/src/control/media_instance.c
12238
12239 control/media_instance.c: Fix a segfault caused by libvlc_media_instance_release. (Patch by Enrique Osuna).
12240
12241 ------------------------------------------------------------------------
12242 r22397 | funman | 2007-10-03 01:14:43 +0200 (Wed, 03 Oct 2007) | 1 line
12243 Changed paths:
12244    M /trunk/modules/gui/ncurses.c
12245
12246 ncurses: sets the parent node when selecting an item. fix playing from media library.
12247 ------------------------------------------------------------------------
12248 r22396 | funman | 2007-10-03 00:17:50 +0200 (Wed, 03 Oct 2007) | 1 line
12249 Changed paths:
12250    M /trunk/src/playlist/control.c
12251
12252 playlist: don't request art nor set "playlist-current" for directory: & vlc: URIs
12253 ------------------------------------------------------------------------
12254 r22395 | yoann | 2007-10-02 23:51:43 +0200 (Tue, 02 Oct 2007) | 3 lines
12255 Changed paths:
12256    M /trunk/modules/demux/playlist/xspf.c
12257
12258 * xspf.c: fixes parsing with xtag - closes #1293
12259   Someone should check if we could make xtag not send ENDELEM for self-closing tags, as libxml doesn't.
12260
12261 ------------------------------------------------------------------------
12262 r22394 | funman | 2007-10-02 23:37:54 +0200 (Tue, 02 Oct 2007) | 1 line
12263 Changed paths:
12264    M /trunk/modules/codec/vorbis.c
12265    M /trunk/src/input/input.c
12266    M /trunk/src/input/var.c
12267
12268 input: Removes useless "item-change" variable
12269 ------------------------------------------------------------------------
12270 r22393 | funman | 2007-10-02 23:19:36 +0200 (Tue, 02 Oct 2007) | 1 line
12271 Changed paths:
12272    M /trunk/modules/demux/mpeg/m4a.c
12273
12274 m4a demuxer: initialize correctly p_sys
12275 ------------------------------------------------------------------------
12276 r22392 | fenrir | 2007-10-02 21:06:09 +0200 (Tue, 02 Oct 2007) | 2 lines
12277 Changed paths:
12278    M /trunk/src/input/decoder_synchro.c
12279
12280 decoder_synchro_t does not need to be a vlc_object_t.
12281
12282 ------------------------------------------------------------------------
12283 r22391 | fenrir | 2007-10-02 20:58:29 +0200 (Tue, 02 Oct 2007) | 2 lines
12284 Changed paths:
12285    M /trunk/modules/mux/asf.c
12286
12287 Fixed const warnings.
12288
12289 ------------------------------------------------------------------------
12290 r22390 | fenrir | 2007-10-02 20:48:51 +0200 (Tue, 02 Oct 2007) | 2 lines
12291 Changed paths:
12292    M /trunk/src/input/decoder_synchro.c
12293
12294 Compilation fix, again.
12295
12296 ------------------------------------------------------------------------
12297 r22389 | fenrir | 2007-10-02 20:47:29 +0200 (Tue, 02 Oct 2007) | 2 lines
12298 Changed paths:
12299    M /trunk/include/vlc_common.h
12300
12301 Compilation fix.
12302
12303 ------------------------------------------------------------------------
12304 r22388 | fenrir | 2007-10-02 20:43:23 +0200 (Tue, 02 Oct 2007) | 2 lines
12305 Changed paths:
12306    A /trunk/include/vlc_codec_synchro.h (from /trunk/include/vlc_vout_synchro.h:22387)
12307    D /trunk/include/vlc_vout_synchro.h
12308    M /trunk/modules/codec/libmpeg2.c
12309    M /trunk/modules/codec/xvmc/xxmc.c
12310    M /trunk/src/Makefile.am
12311    A /trunk/src/input/decoder_synchro.c (from /trunk/src/video_output/vout_synchro.c:22386)
12312    D /trunk/src/video_output/vout_synchro.c
12313
12314 Moved vout_synchro to decoder_synchro.
12315
12316 ------------------------------------------------------------------------
12317 r22387 | fenrir | 2007-10-02 20:29:47 +0200 (Tue, 02 Oct 2007) | 2 lines
12318 Changed paths:
12319    M /trunk/include/vlc_vout_synchro.h
12320
12321 Removed unused values.
12322
12323 ------------------------------------------------------------------------
12324 r22386 | fenrir | 2007-10-02 20:22:44 +0200 (Tue, 02 Oct 2007) | 2 lines
12325 Changed paths:
12326    M /trunk/include/vlc_vout_synchro.h
12327    M /trunk/src/video_output/vout_synchro.c
12328
12329 Hide private vout_synchro_t.
12330
12331 ------------------------------------------------------------------------
12332 r22385 | fenrir | 2007-10-02 20:16:55 +0200 (Tue, 02 Oct 2007) | 2 lines
12333 Changed paths:
12334    M /trunk/modules/codec/ffmpeg/video.c
12335    M /trunk/modules/codec/quicktime.c
12336
12337 Oops fix compilation.
12338
12339 ------------------------------------------------------------------------
12340 r22384 | fenrir | 2007-10-02 20:03:50 +0200 (Tue, 02 Oct 2007) | 3 lines
12341 Changed paths:
12342    M /trunk/modules/codec/ffmpeg/video.c
12343    M /trunk/modules/codec/quicktime.c
12344
12345 Use decoder_GetDisplayDate.
12346 (libmpeg2/xvmc pending)
12347
12348 ------------------------------------------------------------------------
12349 r22383 | funman | 2007-10-02 19:59:31 +0200 (Tue, 02 Oct 2007) | 1 line
12350 Changed paths:
12351    M /trunk/modules/audio_output/alsa.c
12352
12353 alsa: resume output when waking up, fix #1286. some coding style cleanup
12354 ------------------------------------------------------------------------
12355 r22382 | fenrir | 2007-10-02 19:41:13 +0200 (Tue, 02 Oct 2007) | 3 lines
12356 Changed paths:
12357    M /trunk/include/vlc_codec.h
12358    M /trunk/src/input/decoder.c
12359
12360 Added a new decoder function (decoder_GetDisplayDate) to be used to convert a
12361 decoder block_t date to a display date (identify for now)
12362
12363 ------------------------------------------------------------------------
12364 r22381 | courmisch | 2007-10-02 19:26:35 +0200 (Tue, 02 Oct 2007) | 3 lines
12365 Changed paths:
12366    M /trunk/modules/mux/mpjpeg.c
12367
12368  - Heavily simplify the MPJPEG mux (closes #1188); please test.
12369  - Remove configurable boundary that had never been working anyway (did not match the original value from MUX_GET_MIME)
12370
12371 ------------------------------------------------------------------------
12372 r22380 | courmisch | 2007-10-02 18:05:13 +0200 (Tue, 02 Oct 2007) | 2 lines
12373 Changed paths:
12374    M /trunk/include/vlc_stream.h
12375    M /trunk/src/input/demux.c
12376    M /trunk/src/input/mem_stream.c
12377    M /trunk/src/input/stream.c
12378
12379 Pass content-type from access to stream
12380
12381 ------------------------------------------------------------------------
12382 r22379 | courmisch | 2007-10-02 17:54:16 +0200 (Tue, 02 Oct 2007) | 2 lines
12383 Changed paths:
12384    M /trunk/include/vlc_access.h
12385    M /trunk/modules/access/bda/bda.c
12386    M /trunk/modules/access/cdda.c
12387    M /trunk/modules/access/directory.c
12388    M /trunk/modules/access/dv.c
12389    M /trunk/modules/access/dvb/access.c
12390    M /trunk/modules/access/eyetv.c
12391    M /trunk/modules/access/file.c
12392    M /trunk/modules/access/ftp.c
12393    M /trunk/modules/access/gnomevfs.c
12394    M /trunk/modules/access/http.c
12395    M /trunk/modules/access/mms/mmsh.c
12396    M /trunk/modules/access/mms/mmstu.c
12397    M /trunk/modules/access/pvr.c
12398    M /trunk/modules/access/rtsp/access.c
12399    M /trunk/modules/access/smb.c
12400    M /trunk/modules/access/tcp.c
12401    M /trunk/modules/access/udp.c
12402    M /trunk/modules/access/vcd/vcd.c
12403
12404 Export Content-Type out of HTTP access using Control.
12405
12406 ------------------------------------------------------------------------
12407 r22378 | courmisch | 2007-10-02 17:23:28 +0200 (Tue, 02 Oct 2007) | 2 lines
12408 Changed paths:
12409    M /trunk/modules/access/http.c
12410
12411 Don't reinvent free()
12412
12413 ------------------------------------------------------------------------
12414 r22377 | courmisch | 2007-10-02 17:03:08 +0200 (Tue, 02 Oct 2007) | 2 lines
12415 Changed paths:
12416    M /trunk/src/network/httpd.c
12417
12418 We use error code 456
12419
12420 ------------------------------------------------------------------------
12421 r22376 | pdherbemont | 2007-10-02 13:30:56 +0200 (Tue, 02 Oct 2007) | 2 lines
12422 Changed paths:
12423    M /trunk/THANKS
12424
12425 Thanks Enrique Osuna.
12426
12427 ------------------------------------------------------------------------
12428 r22375 | pdherbemont | 2007-10-02 13:30:12 +0200 (Tue, 02 Oct 2007) | 2 lines
12429 Changed paths:
12430    M /trunk/src/control/media_list_player.c
12431
12432 control/media_list_player.c: Remove a double event registration. (Patch by Enrique Osuna).
12433
12434 ------------------------------------------------------------------------
12435 r22374 | pdherbemont | 2007-10-02 13:29:20 +0200 (Tue, 02 Oct 2007) | 2 lines
12436 Changed paths:
12437    M /trunk/src/control/media_instance.c
12438
12439 control/media_instance.c: Don't forget to register emitted event. (Patch by Enrique Osuna).
12440
12441 ------------------------------------------------------------------------
12442 r22373 | funman | 2007-10-02 13:11:53 +0200 (Tue, 02 Oct 2007) | 1 line
12443 Changed paths:
12444    M /trunk/modules/services_discovery/sap.c
12445
12446 sap discovery: fix [22368] by using (int) casting on the unsigned size_t value
12447 ------------------------------------------------------------------------
12448 r22372 | jpsaman | 2007-10-02 08:59:23 +0200 (Tue, 02 Oct 2007) | 1 line
12449 Changed paths:
12450    M /trunk/src/video_output/video_output.c
12451
12452 fix indentation
12453 ------------------------------------------------------------------------
12454 r22371 | funman | 2007-10-02 04:50:10 +0200 (Tue, 02 Oct 2007) | 1 line
12455 Changed paths:
12456    M /trunk/modules/demux/flac.c
12457    M /trunk/modules/demux/mpeg/mpga.c
12458
12459 demux: fix a memory leak in flac & mpga when attachments are present
12460 ------------------------------------------------------------------------
12461 r22370 | funman | 2007-10-02 04:11:11 +0200 (Tue, 02 Oct 2007) | 4 lines
12462 Changed paths:
12463    M /trunk/include/vlc_common.h
12464    M /trunk/include/vlc_demux.h
12465    M /trunk/modules/codec/ffmpeg/demux.c
12466    M /trunk/modules/demux/flac.c
12467    M /trunk/modules/demux/mpc.c
12468    M /trunk/modules/demux/mpeg/m4a.c
12469    M /trunk/modules/demux/mpeg/mpga.c
12470    M /trunk/modules/demux/ogg.c
12471    M /trunk/modules/demux/tta.c
12472    M /trunk/modules/meta_engine/id3tag.c
12473    M /trunk/modules/meta_engine/taglib.cpp
12474
12475 taglib: support for id3v2 embedded album art
12476 the only demuxer supported is mpga, other demuxers should be updated if they demux files that can have id3v2 tags
12477 fix some bugs in flac & ogg demuxers
12478
12479 ------------------------------------------------------------------------
12480 r22369 | funman | 2007-10-02 03:44:26 +0200 (Tue, 02 Oct 2007) | 1 line
12481 Changed paths:
12482    M /trunk/src/input/meta.c
12483
12484 input_ExtractAttachmentAndCacheArt(): use the attachment's mime type, don't use input_item_ functions as the input_item_t has been locked previously.
12485 ------------------------------------------------------------------------
12486 r22368 | funman | 2007-10-01 23:28:36 +0200 (Mon, 01 Oct 2007) | 1 line
12487 Changed paths:
12488    M /trunk/modules/services_discovery/sap.c
12489
12490 sap discovery: (size_t) casting
12491 ------------------------------------------------------------------------
12492 r22367 | funman | 2007-10-01 22:41:15 +0200 (Mon, 01 Oct 2007) | 1 line
12493 Changed paths:
12494    M /trunk/modules/gui/ncurses.c
12495
12496 ncurses: adds some (size_t) casting
12497 ------------------------------------------------------------------------
12498 r22366 | fenrir | 2007-10-01 21:57:24 +0200 (Mon, 01 Oct 2007) | 2 lines
12499 Changed paths:
12500    M /trunk/src/input/clock.c
12501    M /trunk/src/input/es_out.c
12502    M /trunk/src/input/input_internal.h
12503
12504 Clean up.
12505
12506 ------------------------------------------------------------------------
12507 r22365 | fenrir | 2007-10-01 21:37:37 +0200 (Mon, 01 Oct 2007) | 2 lines
12508 Changed paths:
12509    M /trunk/modules/demux/cdg.c
12510
12511 Oops, fix subtitle decoding.
12512
12513 ------------------------------------------------------------------------
12514 r22364 | fenrir | 2007-10-01 21:33:30 +0200 (Mon, 01 Oct 2007) | 2 lines
12515 Changed paths:
12516    M /trunk/src/input/es_out.c
12517    M /trunk/src/input/input.c
12518    M /trunk/src/input/input_internal.h
12519
12520 Clean up/Factorize.
12521
12522 ------------------------------------------------------------------------
12523 r22363 | funman | 2007-10-01 21:33:24 +0200 (Mon, 01 Oct 2007) | 1 line
12524 Changed paths:
12525    M /trunk/modules/gui/ncurses.c
12526
12527 ncurses: fix KeyToUTF8() breakage introduced in [22313]
12528 ------------------------------------------------------------------------
12529 r22362 | courmisch | 2007-10-01 20:11:03 +0200 (Mon, 01 Oct 2007) | 2 lines
12530 Changed paths:
12531    M /trunk/src/network/httpd.c
12532
12533 Cleanup previous commit
12534
12535 ------------------------------------------------------------------------
12536 r22361 | courmisch | 2007-10-01 20:04:10 +0200 (Mon, 01 Oct 2007) | 2 lines
12537 Changed paths:
12538    M /trunk/src/network/httpd.c
12539
12540 Removed b_die arbitrary timer from httpd.
12541
12542 ------------------------------------------------------------------------
12543 r22360 | courmisch | 2007-10-01 20:00:42 +0200 (Mon, 01 Oct 2007) | 2 lines
12544 Changed paths:
12545    M /trunk/src/misc/objects.c
12546
12547 Fix deadlock
12548
12549 ------------------------------------------------------------------------
12550 r22359 | jpsaman | 2007-10-01 19:35:35 +0200 (Mon, 01 Oct 2007) | 1 line
12551 Changed paths:
12552    M /trunk/modules/demux/live555.cpp
12553
12554 Reset PCR when gap has been detected.
12555 ------------------------------------------------------------------------
12556 r22358 | courmisch | 2007-10-01 19:12:21 +0200 (Mon, 01 Oct 2007) | 2 lines
12557 Changed paths:
12558    M /trunk/include/vlc_objects.h
12559    M /trunk/src/misc/objects.c
12560
12561 Add the missing function to allocate and get the object event OS pipe
12562
12563 ------------------------------------------------------------------------
12564 r22357 | courmisch | 2007-10-01 18:07:17 +0200 (Mon, 01 Oct 2007) | 3 lines
12565 Changed paths:
12566    M /trunk/modules/control/http/http.c
12567
12568 Remove the HTTP interface thread, and save 20 wakeups per seconds.
12569 The idle HTTP interace is down from 30 to 10 wakeups/s (I think the remaining ones are due to HTTPd core).
12570
12571 ------------------------------------------------------------------------
12572 r22356 | courmisch | 2007-10-01 17:57:22 +0200 (Mon, 01 Oct 2007) | 4 lines
12573 Changed paths:
12574    M /trunk/modules/control/http/http.c
12575
12576  - Do not release the input while we did not yield it...
12577  - Really yield the input (and release it) on a need-basis in the HTTP handler rather than in a custom thread. This is probably not thread-safe, but it's less unsafe than the previous code anyway.
12578 This makes the HTTP interface thread very much useless, niark niark
12579
12580 ------------------------------------------------------------------------
12581 r22355 | courmisch | 2007-10-01 17:43:30 +0200 (Mon, 01 Oct 2007) | 2 lines
12582 Changed paths:
12583    M /trunk/src/misc/win32_specific.c
12584
12585 Really fix playlist enqueue
12586
12587 ------------------------------------------------------------------------
12588 r22354 | courmisch | 2007-10-01 17:33:24 +0200 (Mon, 01 Oct 2007) | 2 lines
12589 Changed paths:
12590    M /trunk/modules/control/http/http.c
12591
12592 Playlist is always true here
12593
12594 ------------------------------------------------------------------------
12595 r22353 | courmisch | 2007-10-01 17:31:09 +0200 (Mon, 01 Oct 2007) | 5 lines
12596 Changed paths:
12597    M /trunk/modules/control/http/http.c
12598
12599 Find the playlist once *before* starting.
12600 LibVLC always creates the (singleton) playlist before the interfaces anyway.
12601 Besides, the HTTP interface callbacks assumes the playlist is yield.
12602 This removes one of two reasons for running the damn HTTP interface thread.
12603
12604 ------------------------------------------------------------------------
12605 r22352 | courmisch | 2007-10-01 17:17:21 +0200 (Mon, 01 Oct 2007) | 2 lines
12606 Changed paths:
12607    M /trunk/modules/control/http/http.h
12608    M /trunk/modules/control/http/macro.c
12609
12610 Make a bunch of HTTP macro functions static
12611
12612 ------------------------------------------------------------------------
12613 r22351 | courmisch | 2007-10-01 16:30:02 +0200 (Mon, 01 Oct 2007) | 2 lines
12614 Changed paths:
12615    M /trunk/src/misc/win32_specific.c
12616
12617 Fix playlist enqueue RPC
12618
12619 ------------------------------------------------------------------------
12620 r22350 | funman | 2007-10-01 14:38:29 +0200 (Mon, 01 Oct 2007) | 1 line
12621 Changed paths:
12622    M /trunk/THANKS
12623    M /trunk/modules/gui/macosx/playlist.m
12624
12625 macosx interface: fix regression introduced in [21230]. patch by John Dalgliesh
12626 ------------------------------------------------------------------------
12627 r22349 | jb | 2007-10-01 13:31:16 +0200 (Mon, 01 Oct 2007) | 3 lines
12628 Changed paths:
12629    M /trunk/modules/gui/qt4/pixmaps/volume-high.png
12630    M /trunk/modules/gui/qt4/pixmaps/volume-low.png
12631    M /trunk/modules/gui/qt4/pixmaps/volume-muted.png
12632
12633 Qt4 - New volume icons. Still to be worked out.
12634
12635
12636 ------------------------------------------------------------------------
12637 r22348 | jb | 2007-10-01 12:08:30 +0200 (Mon, 01 Oct 2007) | 3 lines
12638 Changed paths:
12639    M /trunk/modules/gui/qt4/Modules.am
12640    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
12641    D /trunk/modules/gui/qt4/pixmaps/codec.xpm
12642    M /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_audio.png
12643    A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_codec.png
12644    M /trunk/modules/gui/qt4/res.qrc
12645
12646 Qt4 - Prefs: Change audio icon and modify the codec one.
12647
12648
12649 ------------------------------------------------------------------------
12650 r22346 | funman | 2007-10-01 02:33:08 +0200 (Mon, 01 Oct 2007) | 1 line
12651 Changed paths:
12652    M /trunk/modules/control/rc.c
12653    M /trunk/src/network/io.c
12654
12655 That shouldn't have been part of the previous commit
12656 ------------------------------------------------------------------------
12657 r22345 | funman | 2007-10-01 02:29:00 +0200 (Mon, 01 Oct 2007) | 1 line
12658 Changed paths:
12659    M /trunk/configure.ac
12660    M /trunk/extras/mpris.py
12661    M /trunk/modules/control/dbus.c
12662    M /trunk/modules/control/rc.c
12663    M /trunk/modules/misc/notify/notify.c
12664    M /trunk/src/network/io.c
12665
12666 configure.ac: typo, fix #1204
12667 ------------------------------------------------------------------------
12668 r22344 | funman | 2007-10-01 01:47:55 +0200 (Mon, 01 Oct 2007) | 1 line
12669 Changed paths:
12670    M /trunk/modules/video_output/image.c
12671
12672 image vout: assigning -1 to an unsigned int is not that clever.
12673 ------------------------------------------------------------------------
12674 r22343 | pdherbemont | 2007-10-01 01:25:18 +0200 (Mon, 01 Oct 2007) | 2 lines
12675 Changed paths:
12676    M /trunk/src/control/libvlc_internal.h
12677    M /trunk/src/control/media_instance.c
12678
12679 control/media_instance.c: Remove access to p_input_thread->p_internals. (which was a broken hack by the way).
12680
12681 ------------------------------------------------------------------------
12682 r22342 | fenrir | 2007-10-01 01:17:19 +0200 (Mon, 01 Oct 2007) | 7 lines
12683 Changed paths:
12684    M /trunk/include/vlc_demux.h
12685    M /trunk/include/vlc_input.h
12686    M /trunk/src/control/media_instance.c
12687    M /trunk/src/input/control.c
12688    M /trunk/src/input/es_out.c
12689    M /trunk/src/input/input.c
12690    M /trunk/src/input/input_internal.h
12691
12692 Added a INPUT_GET_VIDEO_FPS (get the fps of the main video, should works with
12693 input slave) Untested.
12694 media_instance.c no longer depends on input_internal.h
12695 Clean up a bit es_out pause handling.
12696 Fixed DEMUX_GET_FPS description (double not float)
12697
12698
12699 ------------------------------------------------------------------------
12700 r22341 | pdherbemont | 2007-10-01 00:56:37 +0200 (Mon, 01 Oct 2007) | 2 lines
12701 Changed paths:
12702    M /trunk/src/control/media_instance.c
12703
12704 control/media_instance.c: Remove one occurence of input->p.
12705
12706 ------------------------------------------------------------------------
12707 r22340 | funman | 2007-10-01 00:55:35 +0200 (Mon, 01 Oct 2007) | 1 line
12708 Changed paths:
12709    M /trunk/src/control/playlist.c
12710
12711 libvlc_playlist_get_media_instance(): raise an exception when there is no input, fix #1265
12712 ------------------------------------------------------------------------
12713 r22339 | fenrir | 2007-10-01 00:20:31 +0200 (Mon, 01 Oct 2007) | 10 lines
12714 Changed paths:
12715    M /trunk/src/control/media_instance.c
12716
12717 Partial fix for media instance. (It was using input_control_e intead of
12718 input_query_e).
12719
12720 Btw input_internal.h is an internal header for src/input/* ONLY.
12721 If input/control/* need it, then it is BROKEN (or there is a missing
12722 functionnality, just ask for it then)
12723  I see it calling demux2_Control, this will segfault if you are unlucky.
12724  Accessing directly to p_input->p member is also forbidden.
12725
12726
12727 ------------------------------------------------------------------------
12728 r22337 | funman | 2007-09-30 22:54:30 +0200 (Sun, 30 Sep 2007) | 1 line
12729 Changed paths:
12730    M /trunk/modules/gui/ncurses.c
12731
12732 ncurses: display random/repeat/loop status
12733 ------------------------------------------------------------------------
12734 r22336 | xtophe | 2007-09-30 22:01:20 +0200 (Sun, 30 Sep 2007) | 2 lines
12735 Changed paths:
12736    M /trunk/src/misc/variables.h
12737
12738 svn:keywords
12739
12740 ------------------------------------------------------------------------
12741 r22335 | courmisch | 2007-09-30 21:31:08 +0200 (Sun, 30 Sep 2007) | 3 lines
12742 Changed paths:
12743    M /trunk/src/libvlc.h
12744    M /trunk/src/misc/objects.c
12745
12746 Partial unfinished pipes conditional fallback for condition variables.
12747 This would be necessary to rid the networking code of arbitrary timers (but it does not work yet).
12748
12749 ------------------------------------------------------------------------
12750 r22334 | courmisch | 2007-09-30 21:28:30 +0200 (Sun, 30 Sep 2007) | 2 lines
12751 Changed paths:
12752    M /trunk/Makefile.am
12753
12754 Simplify and fix (real) vlc dependencies and "make core" assuming libtool is used
12755
12756 ------------------------------------------------------------------------
12757 r22333 | courmisch | 2007-09-30 21:08:11 +0200 (Sun, 30 Sep 2007) | 2 lines
12758 Changed paths:
12759    M /trunk/src/misc/variables.h
12760
12761 Add missing copyright and license header
12762
12763 ------------------------------------------------------------------------
12764 r22332 | fenrir | 2007-09-30 19:25:55 +0200 (Sun, 30 Sep 2007) | 2 lines
12765 Changed paths:
12766    M /trunk/modules/demux/avi/avi.c
12767    M /trunk/modules/demux/avi/libavi.c
12768    M /trunk/modules/demux/avi/libavi.h
12769
12770 Hacks for On2 AVI files (close #1318)
12771
12772 ------------------------------------------------------------------------
12773 r22331 | courmisch | 2007-09-30 18:58:33 +0200 (Sun, 30 Sep 2007) | 2 lines
12774 Changed paths:
12775    M /trunk/src/misc/variables.c
12776
12777 Fix segmentation fault
12778
12779 ------------------------------------------------------------------------
12780 r22330 | courmisch | 2007-09-30 18:37:07 +0200 (Sun, 30 Sep 2007) | 2 lines
12781 Changed paths:
12782    M /trunk/include/vlc_common.h
12783
12784 Actually remove unused FREE() macro
12785
12786 ------------------------------------------------------------------------
12787 r22329 | courmisch | 2007-09-30 18:31:02 +0200 (Sun, 30 Sep 2007) | 2 lines
12788 Changed paths:
12789    M /trunk/modules/access_output/http.c
12790    M /trunk/modules/codec/cinepak.c
12791    M /trunk/modules/demux/playlist/qtl.c
12792    M /trunk/modules/misc/profile_parser.c
12793    M /trunk/src/input/subtitles.c
12794    M /trunk/src/interface/interaction.c
12795
12796 Remove FREE() macro, since free() does the same internally
12797
12798 ------------------------------------------------------------------------
12799 r22328 | fenrir | 2007-09-30 17:40:34 +0200 (Sun, 30 Sep 2007) | 7 lines
12800 Changed paths:
12801    M /trunk/include/vlc_common.h
12802    M /trunk/include/vlc_demux.h
12803    M /trunk/modules/access/dvdnav.c
12804    M /trunk/modules/access/dvdread.c
12805    M /trunk/modules/access/fake.c
12806    M /trunk/modules/demux/a52.c
12807    M /trunk/modules/demux/aiff.c
12808    M /trunk/modules/demux/au.c
12809    M /trunk/modules/demux/avi/avi.c
12810    M /trunk/modules/demux/avi/libavi.c
12811    M /trunk/modules/demux/cdg.c
12812    M /trunk/modules/demux/demuxdump.c
12813    M /trunk/modules/demux/dts.c
12814    M /trunk/modules/demux/flac.c
12815    M /trunk/modules/demux/gme.cpp
12816    M /trunk/modules/demux/mjpeg.c
12817    M /trunk/modules/demux/mod.c
12818    M /trunk/modules/demux/mp4/libmp4.c
12819    M /trunk/modules/demux/mpc.c
12820    M /trunk/modules/demux/mpeg/h264.c
12821    M /trunk/modules/demux/mpeg/m4a.c
12822    M /trunk/modules/demux/mpeg/m4v.c
12823    M /trunk/modules/demux/mpeg/mpga.c
12824    M /trunk/modules/demux/mpeg/mpgv.c
12825    M /trunk/modules/demux/nsc.c
12826    M /trunk/modules/demux/nsv.c
12827    M /trunk/modules/demux/nuv.c
12828    M /trunk/modules/demux/ogg.c
12829    M /trunk/modules/demux/playlist/asx.c
12830    M /trunk/modules/demux/playlist/dvb.c
12831    M /trunk/modules/demux/playlist/gvp.c
12832    M /trunk/modules/demux/playlist/ifo.c
12833    M /trunk/modules/demux/playlist/m3u.c
12834    M /trunk/modules/demux/playlist/pls.c
12835    M /trunk/modules/demux/playlist/sgimb.c
12836    M /trunk/modules/demux/playlist/shoutcast.c
12837    M /trunk/modules/demux/ps.c
12838    M /trunk/modules/demux/ps.h
12839    M /trunk/modules/demux/pva.c
12840    M /trunk/modules/demux/rawdv.c
12841    M /trunk/modules/demux/rawvid.c
12842    M /trunk/modules/demux/subtitle.c
12843    M /trunk/modules/demux/ts.c
12844    M /trunk/modules/demux/tta.c
12845    M /trunk/modules/demux/ty.c
12846    M /trunk/modules/demux/vc1.c
12847    M /trunk/modules/demux/xa.c
12848    M /trunk/src/input/meta.c
12849    M /trunk/src/input/var.c
12850
12851 Added const wheen needed for stream_Peek (demuxer/access)
12852 Made demux2_IsPathExtension case insensitive.
12853 Used demux2_IsPathExtension/p_demux->b_force when appropriate
12854 Fixed a regression in flac demuxer (segfault when reading meta data)
12855 Added a VLC_UNUSED(x) macro to avoid seeing ugly (void)x around the code.
12856 Improved a bit a few vlc_common.h macro (do {}?\194?\160while(0))
12857
12858 ------------------------------------------------------------------------
12859 r22327 | courmisch | 2007-09-30 16:50:12 +0200 (Sun, 30 Sep 2007) | 2 lines
12860 Changed paths:
12861    M /trunk/modules/codec/ffmpeg/video.c
12862
12863 Typo
12864
12865 ------------------------------------------------------------------------
12866 r22326 | courmisch | 2007-09-30 16:33:22 +0200 (Sun, 30 Sep 2007) | 2 lines
12867 Changed paths:
12868    M /trunk/include/vlc_variables.h
12869    M /trunk/modules/codec/ffmpeg/audio.c
12870    M /trunk/modules/codec/ffmpeg/encoder.c
12871    M /trunk/modules/codec/ffmpeg/ffmpeg.c
12872    M /trunk/modules/codec/ffmpeg/video.c
12873    M /trunk/modules/codec/quicktime.c
12874    M /trunk/modules/misc/gnutls.c
12875    M /trunk/modules/misc/gtk_main.c
12876    M /trunk/modules/misc/qte_main.cpp
12877    M /trunk/modules/video_output/sdl.c
12878    M /trunk/src/libvlc.sym
12879    M /trunk/src/misc/variables.c
12880
12881 Rename var_GetGlobalMutex to var_AcquireMutex and make it lock the mutex automatically
12882
12883 ------------------------------------------------------------------------
12884 r22325 | courmisch | 2007-09-30 16:11:47 +0200 (Sun, 30 Sep 2007) | 2 lines
12885 Changed paths:
12886    M /trunk/src/osd/osd.c
12887
12888 Fix tiny race condition
12889
12890 ------------------------------------------------------------------------
12891 r22324 | courmisch | 2007-09-30 16:01:24 +0200 (Sun, 30 Sep 2007) | 4 lines
12892 Changed paths:
12893    M /trunk/include/vlc_common.h
12894    M /trunk/src/control/media_instance.c
12895    M /trunk/src/input/vlm.c
12896    M /trunk/src/libvlc.h
12897    M /trunk/src/misc/objects.c
12898    M /trunk/src/osd/osd.c
12899
12900 Hide object reference counter.
12901 Good news is, no plugins used it anyway.
12902 Bad news is, some parts of libvlc still use which is wrong (i_refcount is protected by the "structure lock", meaning only misc/objects.c functions can use it safely).
12903
12904 ------------------------------------------------------------------------
12905 r22323 | courmisch | 2007-09-30 15:59:28 +0200 (Sun, 30 Sep 2007) | 2 lines
12906 Changed paths:
12907    M /trunk/include/vlc_vout.h
12908
12909 reference count should really be unsigned
12910
12911 ------------------------------------------------------------------------
12912 r22322 | pdherbemont | 2007-09-30 12:40:30 +0200 (Sun, 30 Sep 2007) | 2 lines
12913 Changed paths:
12914    M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
12915
12916 MacOSX/Framework: Use --opengl-provider=minimal_macosx. (Original patch by Enrique Osuna <enrique.osuna a gmail d com>).
12917
12918 ------------------------------------------------------------------------
12919 r22321 | pdherbemont | 2007-09-30 12:37:45 +0200 (Sun, 30 Sep 2007) | 2 lines
12920 Changed paths:
12921    M /trunk/modules/gui/minimal_macosx/macosx.c
12922
12923 modules/gui/minimal_macosx: Fix shortname and add shortcut, after funman answer to Enrique Osuna patch.
12924
12925 ------------------------------------------------------------------------
12926 r22320 | pdherbemont | 2007-09-30 12:36:19 +0200 (Sun, 30 Sep 2007) | 2 lines
12927 Changed paths:
12928    M /trunk/modules/video_output/opengl.c
12929
12930 modules/video_output/opengl.c: Allow opengl provider override at runtime.(Original patch by Enrique Osuna <enrique.osuna a gmail d com>).
12931
12932 ------------------------------------------------------------------------
12933 r22319 | bitmap | 2007-09-30 09:43:53 +0200 (Sun, 30 Sep 2007) | 5 lines
12934 Changed paths:
12935    M /trunk/extras/contrib/src/Makefile
12936    A /trunk/extras/contrib/src/Patches/dirac-cygwin.patch
12937    A /trunk/extras/contrib/src/Patches/taglib-cygwin.patch
12938    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
12939
12940 Some fixes for compiling on Cygwin: x264, pthreads, taglib and dirac.
12941 Reverse previous workaround for pthreads lib having GC2 suffix - that
12942 is actually normal; patch should instead go into x264 to make it ignore
12943 the presence of a local pthread lib under cygwin when doing configure tests.
12944
12945 ------------------------------------------------------------------------
12946 r22318 | fenrir | 2007-09-30 01:09:10 +0200 (Sun, 30 Sep 2007) | 2 lines
12947 Changed paths:
12948    M /trunk/modules/demux/ts.c
12949
12950 Fixed regression in EITConvertToUTF8.
12951
12952 ------------------------------------------------------------------------
12953 r22317 | jb | 2007-09-30 00:50:30 +0200 (Sun, 30 Sep 2007) | 3 lines
12954 Changed paths:
12955    M /trunk/modules/gui/qt4/Modules.am
12956    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
12957    A /trunk/modules/gui/qt4/pixmaps/vlc_record_16px.png
12958    M /trunk/modules/gui/qt4/res.qrc
12959
12960 Qt4 - add a record icon, might be unused.
12961
12962
12963 ------------------------------------------------------------------------
12964 r22316 | jb | 2007-09-29 23:56:07 +0200 (Sat, 29 Sep 2007) | 3 lines
12965 Changed paths:
12966    M /trunk/modules/gui/qt4/Modules.am
12967    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
12968    D /trunk/modules/gui/qt4/pixmaps/advanced.xpm
12969    D /trunk/modules/gui/qt4/pixmaps/audio.xpm
12970    D /trunk/modules/gui/qt4/pixmaps/intf.xpm
12971    D /trunk/modules/gui/qt4/pixmaps/video.xpm
12972    A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_audio.png
12973    A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_extended.png
12974    A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_intf.png
12975    A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_playlist.png
12976    A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_sout.png
12977    A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_video.png
12978    M /trunk/modules/gui/qt4/res.qrc
12979
12980 Qt4 - New icons for extended preferences.
12981
12982
12983 ------------------------------------------------------------------------
12984 r22315 | jb | 2007-09-29 23:13:44 +0200 (Sat, 29 Sep 2007) | 3 lines
12985 Changed paths:
12986    M /trunk/extras/contrib/src/Makefile
12987    M /trunk/extras/contrib/src/packages.mak
12988
12989 Contribs: take libebml and libmatroska from released versions... Way easier to not compile it everytime.
12990
12991
12992 ------------------------------------------------------------------------
12993 r22314 | fenrir | 2007-09-29 18:02:15 +0200 (Sat, 29 Sep 2007) | 4 lines
12994 Changed paths:
12995    M /trunk/src/input/subtitles.c
12996
12997 Fixed a regression with --sub-autodetect-path
12998 Ignore directories in --sub-autodetect-path that match the directory
12999 of the current file (But it does not works with symbolic links).
13000
13001 ------------------------------------------------------------------------
13002 r22313 | funman | 2007-09-29 18:00:07 +0200 (Sat, 29 Sep 2007) | 1 line
13003 Changed paths:
13004    M /trunk/modules/gui/ncurses.c
13005
13006 ncurses: don't use *Locale() conversion functions when compiled with wide characters support
13007 ------------------------------------------------------------------------
13008 r22312 | fenrir | 2007-09-29 17:51:34 +0200 (Sat, 29 Sep 2007) | 7 lines
13009 Changed paths:
13010    M /trunk/src/input/subtitles.c
13011
13012 Check all(?) memory allocations (if you do it, do it completetly ;)
13013 Fixed an overflow when more than MAX_SUBTITLE_FILES are detected.
13014 Fixed a bunch of memory leaks.
13015 Fixed removing sub/idx pair. (sizeof() != strlen on char*)
13016 Clean up/Simplify (asprintf/calloc are usefull)
13017 Cosmetics
13018
13019 ------------------------------------------------------------------------
13020 r22311 | fenrir | 2007-09-29 17:40:26 +0200 (Sat, 29 Sep 2007) | 3 lines
13021 Changed paths:
13022    M /trunk/src/input/input.c
13023
13024 Fixed segfault if more than 1 subtitle has been detected and you have not
13025 selected one with --sub-file
13026
13027 ------------------------------------------------------------------------
13028 r22310 | jpsaman | 2007-09-29 16:22:50 +0200 (Sat, 29 Sep 2007) | 2 lines
13029 Changed paths:
13030    M /trunk/modules/stream_out/gather.c
13031
13032 Check malloc return value)
13033
13034 ------------------------------------------------------------------------
13035 r22309 | funman | 2007-09-29 13:26:38 +0200 (Sat, 29 Sep 2007) | 1 line
13036 Changed paths:
13037    M /trunk/modules/misc/notify/telepathy.c
13038
13039 telepathy: 10 calls to the "item-change" callback may be necessary to have the metadata available.
13040 ------------------------------------------------------------------------
13041 r22308 | courmisch | 2007-09-29 13:20:48 +0200 (Sat, 29 Sep 2007) | 2 lines
13042 Changed paths:
13043    M /trunk/modules/stream_out/rtp.c
13044    M /trunk/modules/stream_out/rtp.h
13045    M /trunk/modules/stream_out/rtsp.c
13046
13047 Specify SSRC in SETUP response
13048
13049 ------------------------------------------------------------------------
13050 r22306 | funman | 2007-09-29 00:41:30 +0200 (Sat, 29 Sep 2007) | 1 line
13051 Changed paths:
13052    M /trunk/modules/codec/ffmpeg/mux.c
13053
13054 don't compare signed with unsigned
13055 ------------------------------------------------------------------------
13056 r22305 | funman | 2007-09-29 00:08:01 +0200 (Sat, 29 Sep 2007) | 1 line
13057 Changed paths:
13058    M /trunk/configure.ac
13059
13060 configure.ac: cosmetics
13061 ------------------------------------------------------------------------
13062 r22304 | fenrir | 2007-09-28 23:59:25 +0200 (Fri, 28 Sep 2007) | 2 lines
13063 Changed paths:
13064    M /trunk/configure.ac
13065    M /trunk/modules/codec/Modules.am
13066    M /trunk/modules/demux/Modules.am
13067
13068 Update build system for cdg demuxer/codec.
13069
13070 ------------------------------------------------------------------------
13071 r22303 | fenrir | 2007-09-28 23:58:26 +0200 (Fri, 28 Sep 2007) | 13 lines
13072 Changed paths:
13073    A /trunk/modules/codec/cdg.c
13074    A /trunk/modules/demux/cdg.c
13075    M /trunk/src/input/subtitles.c
13076
13077 Added CD+G file support:
13078  - as a standalone file
13079  - as a kind of subtitle (even if it is a video track).
13080 CD-G disk are not supported.
13081
13082 Please, report any file incorrectly decoded. (I have 0 sample with
13083 circular scrolling)
13084
13085 In subtitle_Detect, do not add as a subtitle the file for which we
13086 are doing the detection.
13087  (subtitle_Detect("file.sub") returned "file.sub")
13088
13089
13090 ------------------------------------------------------------------------
13091 r22302 | funman | 2007-09-28 23:16:40 +0200 (Fri, 28 Sep 2007) | 1 line
13092 Changed paths:
13093    M /trunk/modules/misc/notify/telepathy.c
13094
13095 telepathy: fixes [22301]. '-' is forbidden in variable names.
13096 ------------------------------------------------------------------------
13097 r22301 | funman | 2007-09-28 23:11:01 +0200 (Fri, 28 Sep 2007) | 1 line
13098 Changed paths:
13099    M /trunk/modules/misc/notify/notify.c
13100    M /trunk/modules/misc/notify/telepathy.c
13101
13102 telepathy: avoid flooding the bus when playing some special inputs.
13103 ------------------------------------------------------------------------
13104 r22300 | funman | 2007-09-28 22:32:54 +0200 (Fri, 28 Sep 2007) | 1 line
13105 Changed paths:
13106    M /trunk/modules/misc/notify/telepathy.c
13107
13108 telepathy: same than [22299]
13109 ------------------------------------------------------------------------
13110 r22299 | funman | 2007-09-28 22:27:47 +0200 (Fri, 28 Sep 2007) | 1 line
13111 Changed paths:
13112    M /trunk/modules/control/dbus.c
13113
13114 dbus: Removes dbus_threads_init_default() since it's already done in libvlc
13115 ------------------------------------------------------------------------
13116 r22298 | funman | 2007-09-28 22:09:55 +0200 (Fri, 28 Sep 2007) | 1 line
13117 Changed paths:
13118    M /trunk/modules/misc/screensaver.c
13119
13120 screensaver: Removes unused variable
13121 ------------------------------------------------------------------------
13122 r22297 | xtophe | 2007-09-28 20:59:17 +0200 (Fri, 28 Sep 2007) | 2 lines
13123 Changed paths:
13124    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
13125    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
13126
13127 Don't show unsaveable options in the preferences
13128
13129 ------------------------------------------------------------------------
13130 r22296 | funman | 2007-09-28 18:18:30 +0200 (Fri, 28 Sep 2007) | 1 line
13131 Changed paths:
13132    M /trunk/src/modules/modules.c
13133
13134 modules.c: removes unneeded hack
13135 ------------------------------------------------------------------------
13136 r22295 | funman | 2007-09-28 18:14:07 +0200 (Fri, 28 Sep 2007) | 1 line
13137 Changed paths:
13138    M /trunk/NEWS
13139
13140 NEWS: typo
13141 ------------------------------------------------------------------------
13142 r22294 | funman | 2007-09-28 18:08:55 +0200 (Fri, 28 Sep 2007) | 4 lines
13143 Changed paths:
13144    M /trunk/include/vlc_playlist.h
13145    M /trunk/src/input/input.c
13146    M /trunk/src/playlist/loadsave.c
13147
13148 Adds an input option "meta-file" to be used by input that aren't real inputs (like playlists).
13149 Re-enables media library.
13150 Fixes #1047 (nth attempt).
13151
13152 ------------------------------------------------------------------------
13153 r22293 | courmisch | 2007-09-28 18:07:42 +0200 (Fri, 28 Sep 2007) | 2 lines
13154 Changed paths:
13155    M /trunk/NEWS
13156
13157 News
13158
13159 ------------------------------------------------------------------------
13160 r22292 | markfm | 2007-09-28 17:07:47 +0200 (Fri, 28 Sep 2007) | 2 lines
13161 Changed paths:
13162    M /trunk/extras/contrib/src/Makefile
13163
13164 Cygwin adjustments -- skip x264 win32 patch, rename the pthreadGC2.a, build full gettext
13165
13166 ------------------------------------------------------------------------
13167 r22291 | jb | 2007-09-28 16:41:43 +0200 (Fri, 28 Sep 2007) | 3 lines
13168 Changed paths:
13169    M /trunk/extras/contrib/src/Makefile
13170    D /trunk/extras/contrib/src/Patches/flac-cross.patch
13171
13172 Contribs: Flac does not need the cross compiling patch anymore.
13173
13174
13175 ------------------------------------------------------------------------
13176 r22290 | funman | 2007-09-28 11:36:40 +0200 (Fri, 28 Sep 2007) | 2 lines
13177 Changed paths:
13178    M /trunk/src/input/var.c
13179
13180 input: Removes unused variable
13181
13182 ------------------------------------------------------------------------
13183 r22289 | ipkiss | 2007-09-27 20:04:45 +0200 (Thu, 27 Sep 2007) | 2 lines
13184 Changed paths:
13185    M /trunk/share/skins2/skin.dtd
13186
13187 Allow controls directly in the Layout tag (the intermediate Group tag is not mandatory anymore).
13188
13189 ------------------------------------------------------------------------
13190 r22288 | courmisch | 2007-09-27 19:37:23 +0200 (Thu, 27 Sep 2007) | 2 lines
13191 Changed paths:
13192    M /trunk/modules/services_discovery/sap.c
13193
13194 Cosmetics
13195
13196 ------------------------------------------------------------------------
13197 r22287 | courmisch | 2007-09-27 19:36:47 +0200 (Thu, 27 Sep 2007) | 2 lines
13198 Changed paths:
13199    M /trunk/modules/control/http/util.c
13200
13201 Fix segmentation fault
13202
13203 ------------------------------------------------------------------------
13204 r22286 | courmisch | 2007-09-27 19:08:23 +0200 (Thu, 27 Sep 2007) | 5 lines
13205 Changed paths:
13206    M /trunk/modules/stream_out/rtp.c
13207
13208 Also try to send twice without splice().
13209 This means ICMP errors will be ignored, which is a Bad Idea.
13210 But people are likely to complain about how it breaks their setup if we
13211 don't ignore ICMP anyway.
13212
13213 ------------------------------------------------------------------------
13214 r22285 | courmisch | 2007-09-27 19:02:41 +0200 (Thu, 27 Sep 2007) | 2 lines
13215 Changed paths:
13216    M /trunk/modules/stream_out/rtp.c
13217
13218 Check sending error (fixes #134; closes #514)
13219
13220 ------------------------------------------------------------------------
13221 r22284 | courmisch | 2007-09-27 18:03:56 +0200 (Thu, 27 Sep 2007) | 2 lines
13222 Changed paths:
13223    M /trunk/modules/access/udp.c
13224
13225 Detect EOF for datagram connection
13226
13227 ------------------------------------------------------------------------
13228 r22283 | funman | 2007-09-27 15:45:40 +0200 (Thu, 27 Sep 2007) | 1 line
13229 Changed paths:
13230    M /trunk/src/input/meta.c
13231
13232 PATH_MAX is defined in limits.h
13233 ------------------------------------------------------------------------
13234 r22282 | xtophe | 2007-09-26 23:57:06 +0200 (Wed, 26 Sep 2007) | 1 line
13235 Changed paths:
13236    M /trunk/THANKS
13237    M /trunk/po/fr.po
13238
13239 French l10n update by Dylan A?\195?\175ssi
13240 ------------------------------------------------------------------------
13241 r22281 | xtophe | 2007-09-26 23:56:48 +0200 (Wed, 26 Sep 2007) | 1 line
13242 Changed paths:
13243    M /trunk/extras/contrib/src/Makefile
13244    A /trunk/extras/contrib/src/Patches/flac-win32.patch
13245
13246 Fix flac compilation
13247 ------------------------------------------------------------------------
13248 r22280 | courmisch | 2007-09-26 20:47:34 +0200 (Wed, 26 Sep 2007) | 2 lines
13249 Changed paths:
13250    M /trunk/src/network/tcp.c
13251
13252 Improve debug messages (tracking down some DCCP issues)
13253
13254 ------------------------------------------------------------------------
13255 r22279 | courmisch | 2007-09-26 18:39:34 +0200 (Wed, 26 Sep 2007) | 5 lines
13256 Changed paths:
13257    M /trunk/modules/misc/Modules.am
13258    A /trunk/modules/misc/dhparams.h
13259    M /trunk/modules/misc/gnutls.c
13260
13261 Hard-code precomputed Diffie-Hellman-Merkel group parameters.
13262 These are not confidential, and fairly slow to compute.
13263 (This is much simpler than caching them to disk, and more
13264  portable-app-friendly)
13265
13266 ------------------------------------------------------------------------
13267 r22278 | jb | 2007-09-26 12:55:29 +0200 (Wed, 26 Sep 2007) | 4 lines
13268 Changed paths:
13269    M /trunk/vlc.win32.nsi.in
13270
13271 Windows Installer: Fix the bug of not showing  context menus when you select a directory. 
13272 Patch by Hannes Domani.
13273
13274
13275 ------------------------------------------------------------------------
13276 r22277 | jpsaman | 2007-09-26 08:21:36 +0200 (Wed, 26 Sep 2007) | 2 lines
13277 Changed paths:
13278    M /trunk/modules/codec/zvbi.c
13279
13280 Init decoder fmt_out structure, so it can be used in transcoding loop.
13281
13282 ------------------------------------------------------------------------
13283 r22276 | xtophe | 2007-09-25 23:30:02 +0200 (Tue, 25 Sep 2007) | 2 lines
13284 Changed paths:
13285    M /trunk/extras/contrib/src/Makefile
13286    M /trunk/extras/contrib/src/Patches/live-starttime.patch
13287
13288 Change the version in a way requiring less maintenance
13289
13290 ------------------------------------------------------------------------
13291 r22275 | bitmap | 2007-09-25 03:31:34 +0200 (Tue, 25 Sep 2007) | 2 lines
13292 Changed paths:
13293    M /trunk/bootstrap
13294
13295 Reverse temporary change for altair's win32 builder
13296
13297 ------------------------------------------------------------------------
13298 r22274 | bitmap | 2007-09-25 03:29:18 +0200 (Tue, 25 Sep 2007) | 4 lines
13299 Changed paths:
13300    M /trunk/bootstrap
13301
13302 Temporary change to try to force altair to update its version of gettext
13303 from 0.16 to 0.16.1 before bootstrap (unlike the other builders it doesn't
13304 bootstrap the contribs first)
13305
13306 ------------------------------------------------------------------------
13307 r22273 | bitmap | 2007-09-25 03:00:21 +0200 (Tue, 25 Sep 2007) | 2 lines
13308 Changed paths:
13309    M /trunk/bootstrap
13310
13311 Reverse temporary change
13312
13313 ------------------------------------------------------------------------
13314 r22272 | bitmap | 2007-09-25 02:57:50 +0200 (Tue, 25 Sep 2007) | 3 lines
13315 Changed paths:
13316    M /trunk/bootstrap
13317
13318 Temporary change to analyse buildbot's environment in regards
13319 to autopoint for win32
13320
13321 ------------------------------------------------------------------------
13322 r22271 | courmisch | 2007-09-24 21:00:52 +0200 (Mon, 24 Sep 2007) | 2 lines
13323 Changed paths:
13324    M /trunk/Makefile.am
13325
13326 Hmmrph
13327
13328 ------------------------------------------------------------------------
13329 r22270 | courmisch | 2007-09-24 20:14:41 +0200 (Mon, 24 Sep 2007) | 2 lines
13330 Changed paths:
13331    M /trunk/modules/stream_out/rtp.c
13332
13333 Remove never used RTP timestamp_start
13334
13335 ------------------------------------------------------------------------
13336 r22269 | courmisch | 2007-09-24 20:13:55 +0200 (Mon, 24 Sep 2007) | 2 lines
13337 Changed paths:
13338    M /trunk/modules/stream_out/rtp.c
13339    M /trunk/modules/stream_out/rtp.h
13340    M /trunk/modules/stream_out/rtsp.c
13341
13342 Basic support for RTP-Info
13343
13344 ------------------------------------------------------------------------
13345 r22268 | pdherbemont | 2007-09-24 19:21:09 +0200 (Mon, 24 Sep 2007) | 2 lines
13346 Changed paths:
13347    M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
13348
13349 MacOSX/Framework: Reenable play and pause.
13350
13351 ------------------------------------------------------------------------
13352 r22267 | courmisch | 2007-09-24 19:07:42 +0200 (Mon, 24 Sep 2007) | 6 lines
13353 Changed paths:
13354    M /trunk/include/vlc_httpd.h
13355    M /trunk/src/network/httpd.c
13356
13357 Fix up HTTP/RTSP version detection:
13358  - ignore HTTP/0.9 clients instead of deadlocking the connection
13359  - ignore unknown protocol
13360  - reject incompatible HTTP & RTSP protocol versions
13361    (HTTP/2.0 does not exist but RTSP/2.0 is currently draft)
13362
13363 ------------------------------------------------------------------------
13364 r22266 | courmisch | 2007-09-24 18:24:02 +0200 (Mon, 24 Sep 2007) | 2 lines
13365 Changed paths:
13366    M /trunk/src/network/httpd.c
13367
13368 Partial fix to response protocol version detection
13369
13370 ------------------------------------------------------------------------
13371 r22265 | courmisch | 2007-09-24 18:22:33 +0200 (Mon, 24 Sep 2007) | 2 lines
13372 Changed paths:
13373    M /trunk/src/network/httpd.c
13374
13375 Ignore leading "white" characters in HTTP and RTSP requests
13376
13377 ------------------------------------------------------------------------
13378 r22264 | courmisch | 2007-09-24 17:51:57 +0200 (Mon, 24 Sep 2007) | 2 lines
13379 Changed paths:
13380    M /trunk/modules/stream_out/rtsp.c
13381
13382 Complain if the protocol is not RTSP
13383
13384 ------------------------------------------------------------------------
13385 r22263 | courmisch | 2007-09-24 17:50:14 +0200 (Mon, 24 Sep 2007) | 2 lines
13386 Changed paths:
13387    M /trunk/src/network/httpd.c
13388
13389 Add HTTP 505 error
13390
13391 ------------------------------------------------------------------------
13392 r22262 | courmisch | 2007-09-24 17:44:57 +0200 (Mon, 24 Sep 2007) | 2 lines
13393 Changed paths:
13394    M /trunk/modules/stream_out/rtsp.c
13395
13396 We only support RTSP one point ZERO. Do not claim otherwise.
13397
13398 ------------------------------------------------------------------------
13399 r22261 | courmisch | 2007-09-24 17:44:15 +0200 (Mon, 24 Sep 2007) | 2 lines
13400 Changed paths:
13401    M /trunk/modules/stream_out/rtsp.c
13402
13403 Factor out RTSP control URL writing so it can be re-used
13404
13405 ------------------------------------------------------------------------
13406 r22260 | jb | 2007-09-24 16:57:38 +0200 (Mon, 24 Sep 2007) | 3 lines
13407 Changed paths:
13408    M /trunk/modules/gui/qt4/main_interface.cpp
13409
13410 Qt4 - Remove a funny debug message.
13411
13412
13413 ------------------------------------------------------------------------
13414 r22259 | jb | 2007-09-24 16:56:33 +0200 (Mon, 24 Sep 2007) | 3 lines
13415 Changed paths:
13416    M /trunk/AUTHORS
13417
13418 Add myself to AUTHORS.
13419
13420
13421 ------------------------------------------------------------------------
13422 r22258 | jb | 2007-09-24 09:40:51 +0200 (Mon, 24 Sep 2007) | 3 lines
13423 Changed paths:
13424    M /trunk/extras/contrib/src/Makefile
13425    M /trunk/extras/contrib/src/packages.mak
13426
13427 Contribs - Lame. Why were we using 3.97b2 instead of 3.97 ????
13428
13429
13430 ------------------------------------------------------------------------
13431 r22257 | jb | 2007-09-24 08:48:21 +0200 (Mon, 24 Sep 2007) | 3 lines
13432 Changed paths:
13433    M /trunk/extras/contrib/src/Makefile
13434
13435 Contrib: pthreads add a verbose flag to help debuging the pthreads + x264 problems.
13436
13437
13438 ------------------------------------------------------------------------
13439 r22256 | bitmap | 2007-09-24 07:30:51 +0200 (Mon, 24 Sep 2007) | 3 lines
13440 Changed paths:
13441    M /trunk/bootstrap
13442
13443 Couldn't bootstrap properly if a number existed anywhere in the path
13444 to gettextize (eg. if I was building inside a directory called win32)
13445
13446 ------------------------------------------------------------------------
13447 r22255 | bitmap | 2007-09-24 04:58:08 +0200 (Mon, 24 Sep 2007) | 3 lines
13448 Changed paths:
13449    M /trunk/extras/contrib/src/Makefile
13450
13451 Patch for goom make by Mark Moriarty. I have the problem too, and are
13452 cross-compiling under linux. -Im4/ changed to -I m4/
13453
13454 ------------------------------------------------------------------------
13455 r22254 | bitmap | 2007-09-24 03:08:24 +0200 (Mon, 24 Sep 2007) | 3 lines
13456 Changed paths:
13457    M /trunk/extras/contrib/src/Makefile
13458    A /trunk/extras/contrib/src/Patches/freetype-cross.patch
13459
13460 Fix cross-compilation issue of freetype where native compiler not getting
13461 picked up in configure due to bracket in wrong place.
13462
13463 ------------------------------------------------------------------------
13464 r22253 | jpsaman | 2007-09-23 23:37:19 +0200 (Sun, 23 Sep 2007) | 1 line
13465 Changed paths:
13466    M /trunk/src/video_output/vout_subpictures.c
13467
13468 Fix spu_RenderSubpictures() rendering of TEXT subtitles. Don't try to blend and scale them.
13469 ------------------------------------------------------------------------
13470 r22252 | courmisch | 2007-09-23 22:07:11 +0200 (Sun, 23 Sep 2007) | 2 lines
13471 Changed paths:
13472    M /trunk/src/misc/win32_specific.c
13473
13474 Pass --playlist-enqueue from started instance to running instance: fixes #869
13475
13476 ------------------------------------------------------------------------
13477 r22251 | courmisch | 2007-09-23 21:43:02 +0200 (Sun, 23 Sep 2007) | 2 lines
13478 Changed paths:
13479    M /trunk/src/libvlc-module.c
13480
13481 Mark playlist-enqueue as non-saveable - refs #869
13482
13483 ------------------------------------------------------------------------
13484 r22250 | courmisch | 2007-09-23 20:52:55 +0200 (Sun, 23 Sep 2007) | 3 lines
13485 Changed paths:
13486    M /trunk/modules/stream_out/display.c
13487
13488 Only reference the input when we have at least one codec - fixes #1287.
13489 Some stream output guru should really review this.
13490
13491 ------------------------------------------------------------------------
13492 r22249 | courmisch | 2007-09-23 20:40:25 +0200 (Sun, 23 Sep 2007) | 4 lines
13493 Changed paths:
13494    M /trunk/src/input/input.c
13495
13496 Fix use-after-free when the input is still in use by someone else (refs #1287).
13497 Unfortunately, this does not really solve the problem as vlc_object_destroy can still return without actually deleting the object in case of a deadlock.
13498 One could argue the deadlock is the problem rather than vlc_object_destroy implementation.
13499
13500 ------------------------------------------------------------------------
13501 r22248 | courmisch | 2007-09-23 20:22:18 +0200 (Sun, 23 Sep 2007) | 3 lines
13502 Changed paths:
13503    M /trunk/src/text/unicode.c
13504
13505 Assume UTF-8 instead of ASCII.
13506 This is basically a hack for systems lacking proper locale setting
13507
13508 ------------------------------------------------------------------------
13509 r22247 | jb | 2007-09-23 19:50:18 +0200 (Sun, 23 Sep 2007) | 3 lines
13510 Changed paths:
13511    M /trunk/vlc.win32.nsi.in
13512
13513 Do correctly [22243] for windows context menu. Sorry.
13514
13515
13516 ------------------------------------------------------------------------
13517 r22246 | courmisch | 2007-09-23 18:16:23 +0200 (Sun, 23 Sep 2007) | 3 lines
13518 Changed paths:
13519    M /trunk/src/playlist/loadsave.c
13520
13521 Re-do [18770] - fixes #1287.
13522 And why the heck was this undone in the first place??
13523
13524 ------------------------------------------------------------------------
13525 r22245 | pdherbemont | 2007-09-23 17:06:55 +0200 (Sun, 23 Sep 2007) | 2 lines
13526 Changed paths:
13527    M /trunk/include/vlc/libvlc.h
13528    M /trunk/include/vlc/libvlc_structures.h
13529    M /trunk/src/control/media_instance.c
13530    M /trunk/src/control/media_list_player.c
13531
13532 libvlc: Implement the _get_state function. Fix a leak. Fix a warning.
13533
13534 ------------------------------------------------------------------------
13535 r22244 | jb | 2007-09-23 16:13:44 +0200 (Sun, 23 Sep 2007) | 3 lines
13536 Changed paths:
13537    M /trunk/modules/gui/qt4/main_interface.cpp
13538
13539 Qt4 MainInterface: Smaller Size on Linux.
13540
13541
13542 ------------------------------------------------------------------------
13543 r22243 | jb | 2007-09-23 15:49:27 +0200 (Sun, 23 Sep 2007) | 4 lines
13544 Changed paths:
13545    M /trunk/vlc.win32.nsi.in
13546
13547 Correct context-menu in Windows Installer.
13548 Patch by Hannes Domani
13549
13550
13551 ------------------------------------------------------------------------
13552 r22242 | jb | 2007-09-23 15:36:47 +0200 (Sun, 23 Sep 2007) | 3 lines
13553 Changed paths:
13554    M /trunk/extras/contrib/src/Patches/libpng-osx.patch
13555    M /trunk/extras/contrib/src/packages.mak
13556
13557 Contribs - libpng: Updates to 1.2.20. No more MMX optimisations, a few bugs are fixed.
13558
13559
13560 ------------------------------------------------------------------------
13561 r22241 | jb | 2007-09-23 15:22:01 +0200 (Sun, 23 Sep 2007) | 3 lines
13562 Changed paths:
13563    M /trunk/extras/contrib/src/packages.mak
13564
13565 Contribs: XML2 Version bumps to 2.6.30.
13566
13567
13568 ------------------------------------------------------------------------
13569 r22240 | jb | 2007-09-23 15:16:26 +0200 (Sun, 23 Sep 2007) | 3 lines
13570 Changed paths:
13571    M /trunk/extras/contrib/src/Makefile
13572    D /trunk/extras/contrib/src/Patches/flac-mingw32.patch
13573    M /trunk/extras/contrib/src/packages.mak
13574
13575 Contribs - FLAC: update to v1.2.1. Mingw32 patch is unneeded (upstream merge). A few bugs and crash are fixed, new support for all RIFF/AIFF metadata, including Broadcast Wave Format (BWF).
13576
13577
13578 ------------------------------------------------------------------------
13579 r22239 | fkuehne | 2007-09-23 15:09:00 +0200 (Sun, 23 Sep 2007) | 1 line
13580 Changed paths:
13581    M /trunk/src/input/meta.c
13582
13583 * hacky compilation fix for OSX PPC. Please review
13584 ------------------------------------------------------------------------
13585 r22238 | jb | 2007-09-23 15:00:16 +0200 (Sun, 23 Sep 2007) | 3 lines
13586 Changed paths:
13587    M /trunk/extras/contrib/src/packages.mak
13588
13589 Contribs: theora. The alpha8 has been renamed to beta1.
13590
13591
13592 ------------------------------------------------------------------------
13593 r22237 | jb | 2007-09-23 14:53:49 +0200 (Sun, 23 Sep 2007) | 4 lines
13594 Changed paths:
13595    M /trunk/extras/contrib/src/Makefile
13596    D /trunk/extras/contrib/src/Patches/theora-1.0a7.patch
13597    M /trunk/extras/contrib/src/Patches/theora.patch
13598    M /trunk/extras/contrib/src/packages.mak
13599
13600 Contribs: Theora moves from alpha7 to alpha8. New encoder, one patch has gone upstream, and examples can be disabled. A lot of new features are available in the encoder. Postprocessing, anyone ?
13601 Ref  #1303
13602
13603
13604 ------------------------------------------------------------------------
13605 r22236 | jb | 2007-09-23 14:31:56 +0200 (Sun, 23 Sep 2007) | 3 lines
13606 Changed paths:
13607    M /trunk/modules/codec/rawvideo.c
13608
13609 Add HDYC fourCC for some HD Raw Videos.
13610
13611
13612 ------------------------------------------------------------------------
13613 r22235 | jb | 2007-09-23 14:29:13 +0200 (Sun, 23 Sep 2007) | 3 lines
13614 Changed paths:
13615    M /trunk/modules/codec/rawvideo.c
13616
13617 Add Y41B and Y42B FourCC. Solves rare raw video detection.
13618
13619
13620 ------------------------------------------------------------------------
13621 r22234 | jb | 2007-09-23 13:40:01 +0200 (Sun, 23 Sep 2007) | 3 lines
13622 Changed paths:
13623    M /trunk/modules/codec/rawvideo.c
13624
13625 Add AVUI fourCC, fix the problem with http://samples.mplayerhq.hu/V-codecs/AVUI/avid_meridien_uncompressed.mov.gz
13626
13627
13628 ------------------------------------------------------------------------
13629 r22233 | courmisch | 2007-09-23 11:49:54 +0200 (Sun, 23 Sep 2007) | 3 lines
13630 Changed paths:
13631    M /trunk/src/libvlc-common.c
13632
13633 Set verbosity to something until we parse the command line.
13634 Ideally, the command line would be parsed earlier.
13635
13636 ------------------------------------------------------------------------
13637 r22232 | courmisch | 2007-09-23 11:27:11 +0200 (Sun, 23 Sep 2007) | 3 lines
13638 Changed paths:
13639    M /trunk/src/vlc.c
13640
13641 Do not force set VLC_VERBOSE.
13642 LibVLC need to be prepared for it to be missing anyway.
13643
13644 ------------------------------------------------------------------------
13645 r22231 | jpsaman | 2007-09-23 11:21:58 +0200 (Sun, 23 Sep 2007) | 1 line
13646 Changed paths:
13647    M /trunk/src/osd/osd_parser.c
13648
13649 fix osdmenu-file-path option
13650 ------------------------------------------------------------------------
13651 r22230 | courmisch | 2007-09-23 11:19:10 +0200 (Sun, 23 Sep 2007) | 2 lines
13652 Changed paths:
13653    M /trunk/src/libvlc-common.c
13654
13655 Only override verbosity from VLC_VERBOSE if actually set
13656
13657 ------------------------------------------------------------------------
13658 r22229 | courmisch | 2007-09-23 09:40:30 +0200 (Sun, 23 Sep 2007) | 2 lines
13659 Changed paths:
13660    M /trunk/src/libvlc-module.c
13661
13662 Fix console support autodetection.
13663
13664 ------------------------------------------------------------------------
13665 r22228 | courmisch | 2007-09-23 09:37:53 +0200 (Sun, 23 Sep 2007) | 2 lines
13666 Changed paths:
13667    M /trunk/src/libvlc-common.c
13668
13669 Configure the message queue parameter before we use the message queue...
13670
13671 ------------------------------------------------------------------------
13672 r22227 | courmisch | 2007-09-23 09:29:23 +0200 (Sun, 23 Sep 2007) | 2 lines
13673 Changed paths:
13674    M /trunk/modules/control/http/http.c
13675
13676 Disable HTTP art handler by default, due to security problems - fixes #1308
13677
13678 ------------------------------------------------------------------------
13679 r22226 | courmisch | 2007-09-23 09:28:12 +0200 (Sun, 23 Sep 2007) | 2 lines
13680 Changed paths:
13681    M /trunk/modules/control/http/http.c
13682    M /trunk/modules/control/http/http.h
13683
13684 Do not leak the art handler from HTTP interface - fixes #1308
13685
13686 ------------------------------------------------------------------------
13687 r22225 | courmisch | 2007-09-22 21:07:11 +0200 (Sat, 22 Sep 2007) | 3 lines
13688 Changed paths:
13689    M /trunk/modules/misc/gnutls.c
13690
13691 Support for loading Diffie-Hellman-Merkel key exchange parameters from cache.
13692 This makes TLS server initialization a lot faster (especially under valgrind)
13693
13694 ------------------------------------------------------------------------
13695 r22224 | courmisch | 2007-09-22 20:06:59 +0200 (Sat, 22 Sep 2007) | 2 lines
13696 Changed paths:
13697    M /trunk/modules/control/http/rpn.c
13698
13699 Push something to RPN when vlc_config_get fails - fixes #1301
13700
13701 ------------------------------------------------------------------------
13702 r22223 | courmisch | 2007-09-22 19:49:35 +0200 (Sat, 22 Sep 2007) | 2 lines
13703 Changed paths:
13704    M /trunk/src/modules/configuration.c
13705
13706 Fix directory permission again
13707
13708 ------------------------------------------------------------------------
13709 r22222 | courmisch | 2007-09-22 19:48:03 +0200 (Sat, 22 Sep 2007) | 2 lines
13710 Changed paths:
13711    M /trunk/modules/misc/gnutls.c
13712
13713 Compile fix
13714
13715 ------------------------------------------------------------------------
13716 r22221 | courmisch | 2007-09-22 19:44:35 +0200 (Sat, 22 Sep 2007) | 3 lines
13717 Changed paths:
13718    M /trunk/include/vlc_charset.h
13719    M /trunk/modules/misc/gnutls.c
13720    M /trunk/src/input/meta.c
13721    M /trunk/src/modules/configuration.c
13722    M /trunk/src/text/unicode.c
13723
13724 Add mode parameter to utf8_mkdir, and stop creating configuration
13725 directories as world-writable - fixes #1306
13726
13727 ------------------------------------------------------------------------
13728 r22220 | courmisch | 2007-09-22 19:28:25 +0200 (Sat, 22 Sep 2007) | 2 lines
13729 Changed paths:
13730    M /trunk/src/modules/configuration.h
13731    M /trunk/src/modules/modules.c
13732
13733 Save plugin cache to .cache/vlc/ rather than .cache/vlc/cache - fixes #1307
13734
13735 ------------------------------------------------------------------------
13736 r22219 | courmisch | 2007-09-22 19:26:14 +0200 (Sat, 22 Sep 2007) | 2 lines
13737 Changed paths:
13738    M /trunk/modules/misc/gnutls.c
13739
13740 Fix double-free
13741
13742 ------------------------------------------------------------------------
13743 r22218 | courmisch | 2007-09-22 19:13:55 +0200 (Sat, 22 Sep 2007) | 6 lines
13744 Changed paths:
13745    M /trunk/modules/misc/gnutls.c
13746
13747 Write computed Diffie-Hellman-Merkel parameters to VLC cache.
13748 These are are quite slow to compute, so it could be used to speed up start up
13749 once reading them from the cache is also implemented.
13750
13751 Hmm, there is a security problem in this commit (cache file is world-readable).
13752
13753 ------------------------------------------------------------------------
13754 r22217 | courmisch | 2007-09-22 17:31:13 +0200 (Sat, 22 Sep 2007) | 3 lines
13755 Changed paths:
13756    M /trunk/Makefile.am
13757    M /trunk/modules/demux/playlist/xspf.c
13758
13759 Remove stupid broken error message in XSPF parser - refs #1293.
13760 Someone should fix this properly instead.
13761
13762 ------------------------------------------------------------------------
13763 r22216 | courmisch | 2007-09-22 17:03:10 +0200 (Sat, 22 Sep 2007) | 2 lines
13764 Changed paths:
13765    M /trunk/src/audio_output/dec.c
13766
13767 Last part of the Speex/RTP patch - fixes #1291
13768
13769 ------------------------------------------------------------------------
13770 r22215 | courmisch | 2007-09-22 17:00:45 +0200 (Sat, 22 Sep 2007) | 2 lines
13771 Changed paths:
13772    M /trunk/modules/stream_out/rtp.c
13773
13774 Speex RTP payload format output - refs #1291
13775
13776 ------------------------------------------------------------------------
13777 r22214 | courmisch | 2007-09-22 16:54:42 +0200 (Sat, 22 Sep 2007) | 4 lines
13778 Changed paths:
13779    M /trunk/modules/demux/live555.cpp
13780
13781 Use a different FOURCC for Speex from RTP (refs #1291),
13782 as it needs some specific processing in the decoder.
13783 Patch from William Hawkins
13784
13785 ------------------------------------------------------------------------
13786 r22213 | courmisch | 2007-09-22 16:53:54 +0200 (Sat, 22 Sep 2007) | 3 lines
13787 Changed paths:
13788    M /trunk/THANKS
13789    M /trunk/modules/codec/speex.c
13790
13791 Support for decoding Speex from RTP - refs #1291
13792 Patch by Williams Hawkins
13793
13794 ------------------------------------------------------------------------
13795 r22212 | courmisch | 2007-09-22 16:37:55 +0200 (Sat, 22 Sep 2007) | 2 lines
13796 Changed paths:
13797    M /trunk/configure.ac
13798
13799 We require GnuTLS 1.3.3 as of today
13800
13801 ------------------------------------------------------------------------
13802 r22211 | courmisch | 2007-09-22 16:37:28 +0200 (Sat, 22 Sep 2007) | 2 lines
13803 Changed paths:
13804    M /trunk/modules/misc/gnutls.c
13805
13806 Use up-to-date typedef from GnuTLS
13807
13808 ------------------------------------------------------------------------
13809 r22210 | courmisch | 2007-09-22 15:45:06 +0200 (Sat, 22 Sep 2007) | 2 lines
13810 Changed paths:
13811    M /trunk/modules/misc/gnutls.c
13812
13813 Create the user certificate directories automagically
13814
13815 ------------------------------------------------------------------------
13816 r22209 | courmisch | 2007-09-22 15:44:45 +0200 (Sat, 22 Sep 2007) | 2 lines
13817 Changed paths:
13818    M /trunk/include/vlc_charset.h
13819    M /trunk/src/libvlc.h
13820    M /trunk/src/libvlc.sym
13821
13822 Export utf8_mkdir
13823
13824 ------------------------------------------------------------------------
13825 r22208 | courmisch | 2007-09-22 15:44:32 +0200 (Sat, 22 Sep 2007) | 2 lines
13826 Changed paths:
13827    M /trunk/src/network/tcp.c
13828
13829 Fix error message on failed TCP connection
13830
13831 ------------------------------------------------------------------------
13832 r22207 | courmisch | 2007-09-22 15:30:36 +0200 (Sat, 22 Sep 2007) | 2 lines
13833 Changed paths:
13834    M /trunk/modules/misc/gnutls.c
13835
13836 Fix overflow
13837
13838 ------------------------------------------------------------------------
13839 r22206 | courmisch | 2007-09-22 14:39:56 +0200 (Sat, 22 Sep 2007) | 2 lines
13840 Changed paths:
13841    M /trunk/modules/control/http/http.h
13842
13843 HTTP control interface does not depend on TLS directly: fix #include
13844
13845 ------------------------------------------------------------------------
13846 r22205 | courmisch | 2007-09-22 14:37:05 +0200 (Sat, 22 Sep 2007) | 2 lines
13847 Changed paths:
13848    M /trunk/include/vlc_tls.h
13849    M /trunk/modules/misc/gnutls.c
13850    M /trunk/src/libvlc.sym
13851    M /trunk/src/network/tls.c
13852
13853 Fix TLS session cleanup
13854
13855 ------------------------------------------------------------------------
13856 r22204 | courmisch | 2007-09-22 13:49:33 +0200 (Sat, 22 Sep 2007) | 2 lines
13857 Changed paths:
13858    M /trunk/include/vlc_tls.h
13859    M /trunk/modules/misc/gnutls.c
13860    M /trunk/src/network/tls.c
13861
13862 Cleanup server name parameter handling
13863
13864 ------------------------------------------------------------------------
13865 r22203 | courmisch | 2007-09-22 13:21:35 +0200 (Sat, 22 Sep 2007) | 3 lines
13866 Changed paths:
13867    M /trunk/include/vlc_common.h
13868    M /trunk/include/vlc_objects.h
13869    M /trunk/include/vlc_tls.h
13870    M /trunk/modules/misc/gnutls.c
13871    M /trunk/src/misc/objects.c
13872    M /trunk/src/network/tls.c
13873
13874 Rework/simplify the TLS plugin interface (LibVLC <-> tls plugin).
13875 Remove the singleton pattern. Still very much work in progress.
13876
13877 ------------------------------------------------------------------------
13878 r22202 | ileoo | 2007-09-21 17:59:45 +0200 (Fri, 21 Sep 2007) | 2 lines
13879 Changed paths:
13880    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
13881
13882 small change in album art change.
13883
13884 ------------------------------------------------------------------------
13885 r22201 | courmisch | 2007-09-21 17:34:24 +0200 (Fri, 21 Sep 2007) | 3 lines
13886 Changed paths:
13887    M /trunk/modules/stream_out/rtp.c
13888
13889 Comment out the dccp-service-code stuff since we do not implement it
13890 at the moment
13891
13892 ------------------------------------------------------------------------
13893 r22200 | courmisch | 2007-09-21 17:22:08 +0200 (Fri, 21 Sep 2007) | 3 lines
13894 Changed paths:
13895    M /trunk/modules/stream_out/rtp.c
13896    M /trunk/modules/stream_out/rtp.h
13897    M /trunk/modules/stream_out/rtsp.c
13898
13899 Add --sout-rtp-rtcp-mux option for RTP/RTCP multiplexing
13900 (draft-ietf-avt-rtp-and-rtcp-mux)
13901
13902 ------------------------------------------------------------------------
13903 r22199 | bitmap | 2007-09-21 03:50:54 +0200 (Fri, 21 Sep 2007) | 4 lines
13904 Changed paths:
13905    M /trunk/modules/misc/freetype.c
13906
13907 Fix for problem found by Sebastien Fievet where subtitles weren't
13908 showing up at all due to fontconfig returning empty strings on
13909 font lookup.
13910
13911 ------------------------------------------------------------------------
13912 r22198 | xtophe | 2007-09-21 00:07:40 +0200 (Fri, 21 Sep 2007) | 2 lines
13913 Changed paths:
13914    M /trunk/NEWS
13915    M /trunk/po/pl.po
13916
13917 Polish l10n update by Micha?\197?\130 Trzebiatowski
13918
13919 ------------------------------------------------------------------------
13920 r22197 | jpsaman | 2007-09-20 22:13:45 +0200 (Thu, 20 Sep 2007) | 2 lines
13921 Changed paths:
13922    M /trunk/modules/codec/zvbi.c
13923
13924 Adjust height of subpicture region.
13925
13926 ------------------------------------------------------------------------
13927 r22196 | jpsaman | 2007-09-20 22:13:44 +0200 (Thu, 20 Sep 2007) | 2 lines
13928 Changed paths:
13929    M /trunk/modules/stream_out/transcode.c
13930    M /trunk/src/video_output/vout_subpictures.c
13931
13932 Fix return values for spu_Create() and spu_Init().
13933
13934 ------------------------------------------------------------------------
13935 r22195 | funman | 2007-09-20 21:47:29 +0200 (Thu, 20 Sep 2007) | 1 line
13936 Changed paths:
13937    M /trunk/extras/contrib/src/Makefile
13938
13939 contribs: add pthreads-w32 to clean & distclean targets
13940 ------------------------------------------------------------------------
13941 r22194 | funman | 2007-09-20 21:42:23 +0200 (Thu, 20 Sep 2007) | 1 line
13942 Changed paths:
13943    M /trunk/extras/contrib/Makefile
13944
13945 contribs: advertise the mingw32 runtime version used to compile in the contribs package filename
13946 ------------------------------------------------------------------------
13947 r22193 | courmisch | 2007-09-20 21:28:58 +0200 (Thu, 20 Sep 2007) | 2 lines
13948 Changed paths:
13949    M /trunk/modules/stream_out/rtcp.c
13950
13951 Another Win32 problem
13952
13953 ------------------------------------------------------------------------
13954 r22192 | courmisch | 2007-09-20 21:16:58 +0200 (Thu, 20 Sep 2007) | 2 lines
13955 Changed paths:
13956    M /trunk/modules/stream_out/rtcp.c
13957
13958 Fix typo
13959
13960 ------------------------------------------------------------------------
13961 r22191 | courmisch | 2007-09-20 20:54:02 +0200 (Thu, 20 Sep 2007) | 4 lines
13962 Changed paths:
13963    M /trunk/libs/loader/win32.c
13964    M /trunk/modules/codec/dmo/dmo.c
13965
13966 DMO/loader patch from Alex Antropoff.
13967 You may need to upgrade Windows Media to get this working,
13968 since it uses a newer DLL name.
13969
13970 ------------------------------------------------------------------------
13971 r22190 | funman | 2007-09-20 20:13:13 +0200 (Thu, 20 Sep 2007) | 2 lines
13972 Changed paths:
13973    M /trunk/extras/contrib/src/Makefile
13974    M /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch
13975
13976 contribs: Reverts [22188] for the goom patch, and use the included m4 files
13977
13978 ------------------------------------------------------------------------
13979 r22189 | funman | 2007-09-20 18:19:30 +0200 (Thu, 20 Sep 2007) | 1 line
13980 Changed paths:
13981    M /trunk/extras/contrib/src/Makefile
13982
13983 contribs: run autotools to build libxml2 for WIN32
13984 ------------------------------------------------------------------------
13985 r22188 | funman | 2007-09-20 17:48:00 +0200 (Thu, 20 Sep 2007) | 1 line
13986 Changed paths:
13987    M /trunk/extras/contrib/src/Makefile
13988    M /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch
13989
13990 contribs: make goom2k4 compile for win32 host when aclocal-1.9 isn't installed
13991 ------------------------------------------------------------------------
13992 r22187 | funman | 2007-09-20 17:21:03 +0200 (Thu, 20 Sep 2007) | 1 line
13993 Changed paths:
13994    M /trunk/include/vlc/vlc.h
13995
13996 typo: p_vlc -> p_libvlc
13997 ------------------------------------------------------------------------
13998 r22186 | pdherbemont | 2007-09-20 16:51:30 +0200 (Thu, 20 Sep 2007) | 2 lines
13999 Changed paths:
14000    M /trunk/src/interface/interface.c
14001
14002 interface.c: Default b_should_run_on_first_thread to false.
14003
14004 ------------------------------------------------------------------------
14005 r22185 | pdherbemont | 2007-09-20 16:50:37 +0200 (Thu, 20 Sep 2007) | 2 lines
14006 Changed paths:
14007    M /trunk/src/interface/interface.c
14008
14009 Revert Previous commit.
14010
14011 ------------------------------------------------------------------------
14012 r22184 | pdherbemont | 2007-09-20 16:49:24 +0200 (Thu, 20 Sep 2007) | 2 lines
14013 Changed paths:
14014    M /trunk/src/interface/interface.c
14015
14016 interface.c: Default b_should_run_on_first_thread to false to be sure. (as per funman's request).
14017
14018 ------------------------------------------------------------------------
14019 r22183 | funman | 2007-09-20 16:43:09 +0200 (Thu, 20 Sep 2007) | 1 line
14020 Changed paths:
14021    M /trunk/extras/contrib/src/Makefile
14022
14023 contribs: fix libshout build, adds missing dep on libvorbis
14024 ------------------------------------------------------------------------
14025 r22182 | pdherbemont | 2007-09-20 16:40:55 +0200 (Thu, 20 Sep 2007) | 2 lines
14026 Changed paths:
14027    M /trunk/modules/gui/macosx/intf.m
14028
14029 macosx/intf.m: Fix Mac OS X interface.
14030
14031 ------------------------------------------------------------------------
14032 r22181 | pdherbemont | 2007-09-20 16:34:03 +0200 (Thu, 20 Sep 2007) | 2 lines
14033 Changed paths:
14034    M /trunk/src/interface/interface.c
14035
14036 interface.c: Better comment.
14037
14038 ------------------------------------------------------------------------
14039 r22180 | pdherbemont | 2007-09-20 16:28:00 +0200 (Thu, 20 Sep 2007) | 2 lines
14040 Changed paths:
14041    M /trunk/include/vlc_interface.h
14042    M /trunk/src/interface/interface.c
14043
14044 interface.c: Support execution of the interface Run() method on first thread.
14045
14046 ------------------------------------------------------------------------
14047 r22179 | pdherbemont | 2007-09-20 11:08:03 +0200 (Thu, 20 Sep 2007) | 2 lines
14048 Changed paths:
14049    M /trunk/include/vlc/libvlc.h
14050    M /trunk/include/vlc/libvlc_structures.h
14051    M /trunk/src/Makefile.am
14052    M /trunk/src/control/libvlc_internal.h
14053    A /trunk/src/control/media_list_view.c
14054
14055 libvlc: Implement media_list_view, which will be used to present/access/edit the items of a media_list.
14056
14057 ------------------------------------------------------------------------
14058 r22178 | pdherbemont | 2007-09-20 11:00:36 +0200 (Thu, 20 Sep 2007) | 2 lines
14059 Changed paths:
14060    M /trunk/extras/MacOSX/Framework/Makefile
14061
14062 MacOSX/Framework/Makefile: Fix previous commits. Thanks to Fabien Lydoire.
14063
14064 ------------------------------------------------------------------------
14065 r22177 | jpsaman | 2007-09-20 10:10:46 +0200 (Thu, 20 Sep 2007) | 2 lines
14066 Changed paths:
14067    M /trunk/modules/codec/zvbi.c
14068
14069 Disable --vbi-text by default.
14070
14071 ------------------------------------------------------------------------
14072 r22176 | jpsaman | 2007-09-19 23:01:01 +0200 (Wed, 19 Sep 2007) | 2 lines
14073 Changed paths:
14074    M /trunk/modules/codec/zvbi.c
14075
14076 Decoder teletext subtitles as text (ASCII, UTF-8 or ISO-8859-1 are possible). Currently only ASCII is supported. The subpicture region size is too large resulting in ghosting effects. Don't use the new --vbi-text option unless you want to fix this bug.
14077
14078 ------------------------------------------------------------------------
14079 r22175 | courmisch | 2007-09-19 21:30:01 +0200 (Wed, 19 Sep 2007) | 2 lines
14080 Changed paths:
14081    M /trunk/modules/stream_out/rtcp.c
14082    M /trunk/modules/stream_out/rtp.c
14083    M /trunk/modules/stream_out/rtp.h
14084
14085 RTCP: support for RTP/RTCP multiplexed on the same port
14086
14087 ------------------------------------------------------------------------
14088 r22174 | courmisch | 2007-09-19 21:10:07 +0200 (Wed, 19 Sep 2007) | 2 lines
14089 Changed paths:
14090    M /trunk/modules/stream_out/rtp.c
14091
14092 Remove unused variables
14093
14094 ------------------------------------------------------------------------
14095 r22173 | courmisch | 2007-09-19 21:04:03 +0200 (Wed, 19 Sep 2007) | 2 lines
14096 Changed paths:
14097    M /trunk/src/text/wincp.c
14098
14099 Avoid setlocale - not thread-safe
14100
14101 ------------------------------------------------------------------------
14102 r22172 | courmisch | 2007-09-19 20:57:57 +0200 (Wed, 19 Sep 2007) | 4 lines
14103 Changed paths:
14104    M /trunk/src/libvlc-common.c
14105
14106 Do not set locale twice (it is already taken care of by VLC),
14107 especially as this is not thread-safe, and not something a library
14108 should ever do.
14109
14110 ------------------------------------------------------------------------
14111 r22171 | courmisch | 2007-09-19 20:54:53 +0200 (Wed, 19 Sep 2007) | 2 lines
14112 Changed paths:
14113    M /trunk/src/text/wincp.c
14114
14115 Do not set never used value
14116
14117 ------------------------------------------------------------------------
14118 r22170 | courmisch | 2007-09-19 19:40:38 +0200 (Wed, 19 Sep 2007) | 2 lines
14119 Changed paths:
14120    M /trunk/modules/stream_out/rtp.c
14121
14122 Partial support for RTP over connection-oriented media
14123
14124 ------------------------------------------------------------------------
14125 r22169 | courmisch | 2007-09-19 19:39:43 +0200 (Wed, 19 Sep 2007) | 2 lines
14126 Changed paths:
14127    M /trunk/src/network/io.c
14128
14129 Fix DCCP support
14130
14131 ------------------------------------------------------------------------
14132 r22168 | courmisch | 2007-09-19 19:22:07 +0200 (Wed, 19 Sep 2007) | 2 lines
14133 Changed paths:
14134    M /trunk/modules/access/udp.c
14135
14136 Fix RTP prebufferring regression
14137
14138 ------------------------------------------------------------------------
14139 r22167 | funman | 2007-09-19 18:21:08 +0200 (Wed, 19 Sep 2007) | 1 line
14140 Changed paths:
14141    M /trunk/modules/misc/lua/vlclua.c
14142
14143 lua: check stream_UrlNew return value
14144 ------------------------------------------------------------------------
14145 r22166 | courmisch | 2007-09-19 18:14:58 +0200 (Wed, 19 Sep 2007) | 2 lines
14146 Changed paths:
14147    M /trunk/src/network/io.c
14148
14149 Support for DCCP in net_Listen
14150
14151 ------------------------------------------------------------------------
14152 r22165 | courmisch | 2007-09-19 17:50:08 +0200 (Wed, 19 Sep 2007) | 2 lines
14153 Changed paths:
14154    M /trunk/src/network/tcp.c
14155
14156 Fix previous commit
14157
14158 ------------------------------------------------------------------------
14159 r22164 | courmisch | 2007-09-19 17:49:16 +0200 (Wed, 19 Sep 2007) | 2 lines
14160 Changed paths:
14161    M /trunk/src/network/tcp.c
14162
14163 Handle lack of listener in net_Accept
14164
14165 ------------------------------------------------------------------------
14166 r22163 | courmisch | 2007-09-19 17:31:22 +0200 (Wed, 19 Sep 2007) | 2 lines
14167 Changed paths:
14168    M /trunk/include/vlc_network.h
14169    M /trunk/src/network/io.c
14170
14171 Simplify net_Listen (no real use for family and type parameters)
14172
14173 ------------------------------------------------------------------------
14174 r22162 | courmisch | 2007-09-19 16:51:44 +0200 (Wed, 19 Sep 2007) | 2 lines
14175 Changed paths:
14176    M /trunk/src/network/udp.c
14177
14178 Fixup DCCP include ordering
14179
14180 ------------------------------------------------------------------------
14181 r22161 | pdherbemont | 2007-09-19 12:45:14 +0200 (Wed, 19 Sep 2007) | 2 lines
14182 Changed paths:
14183    M /trunk/extras/MacOSX/Framework/Makefile
14184
14185 MacOSX/Framework/Makefile: Use the correct libvlc and libvlc-control when linking.
14186
14187 ------------------------------------------------------------------------
14188 r22160 | xtophe | 2007-09-19 00:20:10 +0200 (Wed, 19 Sep 2007) | 2 lines
14189 Changed paths:
14190    M /trunk/Makefile.am
14191
14192 Remove spurious tab
14193
14194 ------------------------------------------------------------------------
14195 r22159 | xtophe | 2007-09-18 23:44:06 +0200 (Tue, 18 Sep 2007) | 2 lines
14196 Changed paths:
14197    M /trunk/modules/misc/notify/telepathy.c
14198
14199 Typos
14200
14201 ------------------------------------------------------------------------
14202 r22158 | xtophe | 2007-09-18 23:02:00 +0200 (Tue, 18 Sep 2007) | 2 lines
14203 Changed paths:
14204    M /trunk/po/fi.po
14205
14206 fi.po: svn:keywords and a small fix
14207
14208 ------------------------------------------------------------------------
14209 r22157 | jpsaman | 2007-09-18 22:53:59 +0200 (Tue, 18 Sep 2007) | 1 line
14210 Changed paths:
14211    M /trunk/modules/stream_out/transcode.c
14212
14213 Last bit of cleanup in transcode_osd_new()
14214 ------------------------------------------------------------------------
14215 r22156 | jpsaman | 2007-09-18 22:32:08 +0200 (Tue, 18 Sep 2007) | 1 line
14216 Changed paths:
14217    M /trunk/modules/stream_out/transcode.c
14218
14219 Simplify handling of osdmenu streaming
14220 ------------------------------------------------------------------------
14221 r22155 | courmisch | 2007-09-18 18:42:27 +0200 (Tue, 18 Sep 2007) | 3 lines
14222 Changed paths:
14223    M /trunk/include/vlc_config.h
14224
14225 One second before the warning is really too short.
14226 *Dead*locks tend to last for a rather long time anyway :)
14227
14228 ------------------------------------------------------------------------
14229 r22154 | funman | 2007-09-18 18:37:41 +0200 (Tue, 18 Sep 2007) | 1 line
14230 Changed paths:
14231    M /trunk/modules/audio_output/oss.c
14232
14233 Leftover strerror
14234 ------------------------------------------------------------------------
14235 r22153 | courmisch | 2007-09-18 18:32:17 +0200 (Tue, 18 Sep 2007) | 2 lines
14236 Changed paths:
14237    M /trunk/modules/access/file.c
14238
14239 Remove last occurences - fixes #1297
14240
14241 ------------------------------------------------------------------------
14242 r22152 | courmisch | 2007-09-18 18:27:50 +0200 (Tue, 18 Sep 2007) | 2 lines
14243 Changed paths:
14244    M /trunk/modules/access_output/udp.c
14245
14246 Remove dead code
14247
14248 ------------------------------------------------------------------------
14249 r22151 | courmisch | 2007-09-18 18:20:49 +0200 (Tue, 18 Sep 2007) | 2 lines
14250 Changed paths:
14251    M /trunk/modules/access/directory.c
14252    M /trunk/modules/access/dv.c
14253    M /trunk/modules/access/dvb/access.c
14254    M /trunk/modules/access/dvb/en50221.c
14255    M /trunk/modules/access/dvb/linux_dvb.c
14256    M /trunk/modules/access/file.c
14257    M /trunk/modules/access/mms/mmstu.c
14258    M /trunk/modules/access/pvr.c
14259    M /trunk/modules/access/smb.c
14260    M /trunk/modules/access/v4l.c
14261    M /trunk/modules/access/v4l2.c
14262    M /trunk/modules/access_filter/dump.c
14263    M /trunk/modules/access_filter/record.c
14264    M /trunk/modules/access_filter/timeshift.c
14265    M /trunk/modules/access_output/file.c
14266    M /trunk/modules/access_output/udp.c
14267    M /trunk/modules/audio_output/alsa.c
14268    M /trunk/modules/audio_output/esd.c
14269    M /trunk/modules/audio_output/file.c
14270    M /trunk/modules/audio_output/hd1000a.cpp
14271    M /trunk/modules/audio_output/oss.c
14272    M /trunk/modules/codec/subtitles/subsdec.c
14273    M /trunk/modules/control/http/macro.c
14274    M /trunk/modules/control/http/mvar.c
14275    M /trunk/modules/control/http/util.c
14276    M /trunk/modules/control/rc.c
14277    M /trunk/modules/gui/ncurses.c
14278    M /trunk/modules/gui/qnx/aout.c
14279    M /trunk/modules/misc/freetype.c
14280    M /trunk/modules/misc/gnutls.c
14281    M /trunk/modules/misc/notify/growl.c
14282    M /trunk/modules/stream_out/rtp.c
14283    M /trunk/modules/video_output/fb.c
14284    M /trunk/modules/video_output/x11/xcommon.c
14285
14286 Replace strerror() with %m (or Linux DVB: strerror_r) - refs #1297
14287
14288 ------------------------------------------------------------------------
14289 r22150 | funman | 2007-09-18 18:17:51 +0200 (Tue, 18 Sep 2007) | 1 line
14290 Changed paths:
14291    M /trunk/modules/control/dbus.c
14292
14293 Use intf_ShouldDie()
14294 ------------------------------------------------------------------------
14295 r22149 | courmisch | 2007-09-18 17:57:44 +0200 (Tue, 18 Sep 2007) | 2 lines
14296 Changed paths:
14297    M /trunk/modules/gui/macosx/vout.m
14298    M /trunk/modules/gui/macosx/voutgl.m
14299    M /trunk/modules/gui/macosx/voutqt.m
14300
14301 Don't cite strerror. It is a bad example!
14302
14303 ------------------------------------------------------------------------
14304 r22148 | courmisch | 2007-09-18 17:52:21 +0200 (Tue, 18 Sep 2007) | 2 lines
14305 Changed paths:
14306    M /trunk/src/extras/libc.c
14307    M /trunk/src/interface/interaction.c
14308    M /trunk/src/libvlc-common.c
14309    M /trunk/src/misc/image.c
14310    M /trunk/src/modules/configuration.c
14311    M /trunk/src/modules/modules.c
14312    M /trunk/src/playlist/loadsave.c
14313
14314 Remove remaining strerror() calls from core - refs #1297
14315
14316 ------------------------------------------------------------------------
14317 r22147 | courmisch | 2007-09-18 17:44:47 +0200 (Tue, 18 Sep 2007) | 2 lines
14318 Changed paths:
14319    M /trunk/include/vlc_common.h
14320    M /trunk/include/vlc_network.h
14321    M /trunk/include/vlc_threads_funcs.h
14322    M /trunk/src/input/meta.c
14323    M /trunk/src/misc/threads.c
14324    M /trunk/src/network/acl.c
14325    M /trunk/src/network/httpd.c
14326    M /trunk/src/network/io.c
14327    M /trunk/src/network/tcp.c
14328    M /trunk/src/network/udp.c
14329    M /trunk/src/stream_output/sap.c
14330    M /trunk/src/stream_output/stream_output.c
14331
14332 Fix the most common strerror() usages (threads, network, input) - refs #1297
14333
14334 ------------------------------------------------------------------------
14335 r22146 | courmisch | 2007-09-18 17:26:43 +0200 (Tue, 18 Sep 2007) | 2 lines
14336 Changed paths:
14337    M /trunk/src/misc/messages.c
14338
14339 Print Winsock error instead of errno if applicable
14340
14341 ------------------------------------------------------------------------
14342 r22145 | courmisch | 2007-09-18 17:20:49 +0200 (Tue, 18 Sep 2007) | 2 lines
14343 Changed paths:
14344    M /trunk/configure.ac
14345
14346 Remove obsolete subst
14347
14348 ------------------------------------------------------------------------
14349 r22144 | courmisch | 2007-09-18 17:16:31 +0200 (Tue, 18 Sep 2007) | 2 lines
14350 Changed paths:
14351    M /trunk/Makefile.am
14352
14353 Use po/LINGUAS
14354
14355 ------------------------------------------------------------------------
14356 r22143 | courmisch | 2007-09-18 17:12:12 +0200 (Tue, 18 Sep 2007) | 3 lines
14357 Changed paths:
14358    M /trunk/src/libvlc-module.c
14359
14360 - Make language list more diff-friendly
14361 - Add Finnish
14362
14363 ------------------------------------------------------------------------
14364 r22142 | courmisch | 2007-09-18 17:03:19 +0200 (Tue, 18 Sep 2007) | 2 lines
14365 Changed paths:
14366    M /trunk/configure.ac
14367    A /trunk/po/LINGUAS
14368
14369 Move language list out of configure.ac
14370
14371 ------------------------------------------------------------------------
14372 r22141 | courmisch | 2007-09-18 16:55:47 +0200 (Tue, 18 Sep 2007) | 2 lines
14373 Changed paths:
14374    M /trunk/NEWS
14375    M /trunk/THANKS
14376    A /trunk/po/fi.po
14377
14378 Finnish localization by Jouni K?\195?\164hk?\195?\182nen
14379
14380 ------------------------------------------------------------------------
14381 r22140 | jpsaman | 2007-09-18 14:45:03 +0200 (Tue, 18 Sep 2007) | 1 line
14382 Changed paths:
14383    M /trunk/modules/codec/zvbi.c
14384
14385 Let user change position of Teletext subtitles.
14386 ------------------------------------------------------------------------
14387 r22139 | jpsaman | 2007-09-18 14:43:20 +0200 (Tue, 18 Sep 2007) | 1 line
14388 Changed paths:
14389    M /trunk/modules/stream_out/transcode.c
14390
14391 Check malloc returns value
14392 ------------------------------------------------------------------------
14393 r22138 | jpsaman | 2007-09-18 14:05:10 +0200 (Tue, 18 Sep 2007) | 1 line
14394 Changed paths:
14395    M /trunk/modules/codec/ffmpeg/chroma.c
14396
14397 Return VLC_ENOMEN iso VLC_EGENERIC when no more memory can be allocated.
14398 ------------------------------------------------------------------------
14399 r22137 | pdherbemont | 2007-09-18 11:58:59 +0200 (Tue, 18 Sep 2007) | 2 lines
14400 Changed paths:
14401    M /trunk/extras/MacOSX/Framework/Makefile
14402
14403 MacOSX/Framework/Makefile: Fix libintl.dylib link. Reported by Fabien Lydoire.
14404
14405 ------------------------------------------------------------------------
14406 r22136 | funman | 2007-09-18 01:36:25 +0200 (Tue, 18 Sep 2007) | 4 lines
14407 Changed paths:
14408    M /trunk/Makefile.am
14409    M /trunk/modules/gui/qt4/Modules.am
14410
14411 Avoid using sed -i which seems to be non standard.
14412 Use makensis when it's installed in the default location.
14413 Patch by Hannes Domani
14414
14415 ------------------------------------------------------------------------
14416 r22135 | funman | 2007-09-18 01:31:22 +0200 (Tue, 18 Sep 2007) | 3 lines
14417 Changed paths:
14418    M /trunk/modules/misc/notify/telepathy.c
14419
14420 telepathy: updates the presence only if the "item-change" new value is the same than the "playlist-current" value.
14421 don't block more than 50ms to get the actual status.
14422
14423 ------------------------------------------------------------------------
14424 r22134 | funman | 2007-09-18 01:17:05 +0200 (Tue, 18 Sep 2007) | 2 lines
14425 Changed paths:
14426    M /trunk/src/playlist/engine.c
14427
14428 playlist: removes useless variable, only preparse files
14429
14430 ------------------------------------------------------------------------
14431 r22133 | funman | 2007-09-18 01:15:37 +0200 (Tue, 18 Sep 2007) | 3 lines
14432 Changed paths:
14433    M /trunk/src/text/strings.c
14434
14435 str_format_meta(): fix HUGE memory leak & segfault.
14436 realloc() can change the pointer initialised with malloc() if memory is low !
14437
14438 ------------------------------------------------------------------------
14439 r22132 | pdherbemont | 2007-09-17 23:48:13 +0200 (Mon, 17 Sep 2007) | 2 lines
14440 Changed paths:
14441    M /trunk/extras/MacOSX/Framework/Makefile
14442
14443 MacOSX/Framework/Makefile: Fix libintl link if present. Reported by Fabien Lydoire.
14444
14445 ------------------------------------------------------------------------
14446 r22131 | funman | 2007-09-17 23:44:14 +0200 (Mon, 17 Sep 2007) | 1 line
14447 Changed paths:
14448    M /trunk/modules/services_discovery/hal.c
14449
14450 hal services_discovery: fix invalid access to memory in Close()
14451 ------------------------------------------------------------------------
14452 r22130 | courmisch | 2007-09-17 22:19:36 +0200 (Mon, 17 Sep 2007) | 3 lines
14453 Changed paths:
14454    M /trunk/src/misc/messages.c
14455
14456 GNU libc-like support for "%m" expanded as strerror(errno) in Msg_*.
14457 strerror() is mostly called in that case anyway.
14458
14459 ------------------------------------------------------------------------
14460 r22129 | courmisch | 2007-09-17 20:48:54 +0200 (Mon, 17 Sep 2007) | 3 lines
14461 Changed paths:
14462    M /trunk/modules/misc/notify/telepathy.c
14463
14464 Stick to American ASCII quotes otherwise gettext will whine.
14465 You can use the nice French double quotes in fr.po instead.
14466
14467 ------------------------------------------------------------------------
14468 r22128 | funman | 2007-09-17 20:36:37 +0200 (Mon, 17 Sep 2007) | 2 lines
14469 Changed paths:
14470    M /trunk/NEWS
14471    M /trunk/configure.ac
14472    M /trunk/modules/misc/notify/Modules.am
14473    A /trunk/modules/misc/notify/telepathy.c (from /trunk/modules/misc/notify/msn.c:22109)
14474
14475 New Telepathy plugin, to customize user Presence with MissionControl
14476
14477 ------------------------------------------------------------------------
14478 r22127 | courmisch | 2007-09-17 19:55:50 +0200 (Mon, 17 Sep 2007) | 2 lines
14479 Changed paths:
14480    M /trunk/modules/access/udp.c
14481
14482 Attempt to fix today's RTP access changes
14483
14484 ------------------------------------------------------------------------
14485 r22126 | courmisch | 2007-09-17 19:37:16 +0200 (Mon, 17 Sep 2007) | 2 lines
14486 Changed paths:
14487    M /trunk/modules/stream_out/rtp.c
14488    M /trunk/modules/stream_out/rtsp.c
14489
14490 Handle RTSP URLs that ends with a single slash properly
14491
14492 ------------------------------------------------------------------------
14493 r22125 | jb | 2007-09-17 19:29:30 +0200 (Mon, 17 Sep 2007) | 3 lines
14494 Changed paths:
14495    M /trunk/modules/gui/qt4/components/open.cpp
14496
14497 Qt4 - Disc probing under Windows in open. Patch By  Hannes Domani
14498
14499
14500 ------------------------------------------------------------------------
14501 r22124 | funman | 2007-09-17 19:19:39 +0200 (Mon, 17 Sep 2007) | 1 line
14502 Changed paths:
14503    M /trunk/src/misc/threads.c
14504
14505 Factorize [22111]
14506 ------------------------------------------------------------------------
14507 r22123 | jb | 2007-09-17 18:56:44 +0200 (Mon, 17 Sep 2007) | 3 lines
14508 Changed paths:
14509    M /trunk/modules/gui/qt4/dialogs/vlm.cpp
14510    M /trunk/modules/gui/qt4/dialogs/vlm.hpp
14511    M /trunk/modules/gui/qt4/dialogs_provider.cpp
14512    M /trunk/modules/gui/qt4/ui/vlm.ui
14513
14514 Qt4 - VLM dialog improvements by JF Massol.
14515
14516
14517 ------------------------------------------------------------------------
14518 r22122 | courmisch | 2007-09-17 18:56:12 +0200 (Mon, 17 Sep 2007) | 2 lines
14519 Changed paths:
14520    M /trunk/src/network/httpd.c
14521
14522 Add an assertion
14523
14524 ------------------------------------------------------------------------
14525 r22121 | courmisch | 2007-09-17 18:25:19 +0200 (Mon, 17 Sep 2007) | 3 lines
14526 Changed paths:
14527    M /trunk/src/misc/mtime.c
14528    M /trunk/src/misc/threads.c
14529
14530 Force fallback to realtime clock when clock selection is not supported...
14531 and restore the old broken behavior. It's high time people update to NPTL...
14532
14533 ------------------------------------------------------------------------
14534 r22120 | courmisch | 2007-09-17 17:58:05 +0200 (Mon, 17 Sep 2007) | 2 lines
14535 Changed paths:
14536    M /trunk/modules/stream_out/rtp.c
14537
14538 Do not compute values that are never used (anymore)
14539
14540 ------------------------------------------------------------------------
14541 r22119 | courmisch | 2007-09-17 17:46:32 +0200 (Mon, 17 Sep 2007) | 2 lines
14542 Changed paths:
14543    M /trunk/modules/access/udp.c
14544
14545 Ignore muxed RTCP packets for AVP profile
14546
14547 ------------------------------------------------------------------------
14548 r22118 | courmisch | 2007-09-17 17:26:34 +0200 (Mon, 17 Sep 2007) | 4 lines
14549 Changed paths:
14550    M /trunk/modules/access/udp.c
14551
14552 - Restore RTP pre-buffering broken in previous commit.
14553 - Fix segmentation fault in prebuffering
14554 Md: could you please review this?
14555
14556 ------------------------------------------------------------------------
14557 r22117 | courmisch | 2007-09-17 17:10:41 +0200 (Mon, 17 Sep 2007) | 3 lines
14558 Changed paths:
14559    M /trunk/modules/access/udp.c
14560
14561 Do not use BlockChoose when the access is explicitly RTP.
14562 This breaks when the sender uses a fancy payload type, or RTCP-mux.
14563
14564 ------------------------------------------------------------------------
14565 r22116 | courmisch | 2007-09-17 16:50:18 +0200 (Mon, 17 Sep 2007) | 2 lines
14566 Changed paths:
14567    M /trunk/modules/access/udp.c
14568
14569 Remove useless #define
14570
14571 ------------------------------------------------------------------------
14572 r22115 | courmisch | 2007-09-17 16:41:09 +0200 (Mon, 17 Sep 2007) | 3 lines
14573 Changed paths:
14574    M /trunk/src/playlist/thread.c
14575
14576 - Fix potential use after free
14577 - Fix segfault if there is no preparse and/or fetcher object
14578
14579 ------------------------------------------------------------------------
14580 r22114 | pdherbemont | 2007-09-17 16:37:15 +0200 (Mon, 17 Sep 2007) | 2 lines
14581 Changed paths:
14582    M /trunk/modules/misc/lua/luameta.c
14583    M /trunk/modules/misc/lua/vlclua.h
14584
14585 lua: Print debug message only if really wanted.
14586
14587 ------------------------------------------------------------------------
14588 r22113 | courmisch | 2007-09-17 16:29:59 +0200 (Mon, 17 Sep 2007) | 8 lines
14589 Changed paths:
14590    M /trunk/src/playlist/control.c
14591    M /trunk/src/playlist/engine.c
14592
14593 Signal the playlist BEFORE unlocking it.
14594 One should never signal a condition without the corresponding lock:
14595  "if predictable scheduling behavior is required, then that mutex shall
14596   be locked    by    the    thread   calling   pthread_cond_broadcast()
14597   or pthread_cond_signal()." -- POSIX
14598
14599 This only fixes the most obvious cases. There might be others.
14600
14601 ------------------------------------------------------------------------
14602 r22112 | courmisch | 2007-09-17 16:21:14 +0200 (Mon, 17 Sep 2007) | 2 lines
14603 Changed paths:
14604    M /trunk/include/vlc_threads.h
14605    M /trunk/include/vlc_threads_funcs.h
14606
14607 errno.h is always needed for pthread now
14608
14609 ------------------------------------------------------------------------
14610 r22111 | pdherbemont | 2007-09-17 16:13:09 +0200 (Mon, 17 Sep 2007) | 2 lines
14611 Changed paths:
14612    M /trunk/src/misc/threads.c
14613
14614 misc/threads.c: On non-linux create a PTHREAD_MUTEX_ERRORCHECK...
14615
14616 ------------------------------------------------------------------------
14617 r22110 | funman | 2007-09-17 02:02:50 +0200 (Mon, 17 Sep 2007) | 1 line
14618 Changed paths:
14619    M /trunk/extras/contrib/src/Makefile
14620    M /trunk/extras/contrib/src/Patches/faac.patch
14621    M /trunk/extras/contrib/src/Patches/live-config.patch
14622
14623 Revert previous commit, and updates faac & live-config patches
14624 ------------------------------------------------------------------------
14625 r22109 | funman | 2007-09-16 23:19:41 +0200 (Sun, 16 Sep 2007) | 1 line
14626 Changed paths:
14627    M /trunk/extras/contrib/src/Patches/faac.patch
14628
14629 contrib/faac: Uses only UNIX newline for the patch
14630 ------------------------------------------------------------------------
14631 r22107 | courmisch | 2007-09-16 19:40:33 +0200 (Sun, 16 Sep 2007) | 4 lines
14632 Changed paths:
14633    M /trunk/modules/video_output/x11/xcommon.c
14634    M /trunk/modules/video_output/x11/xcommon.h
14635
14636 Really fix XShm detection with remote X11 (cf [19346]):
14637 Get correct major opcode for MIT-SHM instead of an hard-coded one that
14638 works with some X servers (not including mine).
14639
14640 ------------------------------------------------------------------------
14641 r22106 | dionoea | 2007-09-16 19:23:08 +0200 (Sun, 16 Sep 2007) | 2 lines
14642 Changed paths:
14643    M /trunk/modules/misc/lua/luameta.c
14644
14645 Don't print the "googleimage.lua: didn't return a string" message if the function returned nil.
14646
14647 ------------------------------------------------------------------------
14648 r22105 | courmisch | 2007-09-16 19:15:44 +0200 (Sun, 16 Sep 2007) | 2 lines
14649 Changed paths:
14650    M /trunk/modules/video_output/x11/xcommon.c
14651
14652 Add some debug
14653
14654 ------------------------------------------------------------------------
14655 r22104 | courmisch | 2007-09-16 17:29:04 +0200 (Sun, 16 Sep 2007) | 2 lines
14656 Changed paths:
14657    M /trunk/include/vlc_playlist.h
14658    M /trunk/src/libvlc.sym
14659    M /trunk/src/playlist/control.c
14660
14661 Out-of-line __pl_Get and __pl_Release - depend on libvlc_int_t
14662
14663 ------------------------------------------------------------------------
14664 r22103 | xtophe | 2007-09-16 16:56:31 +0200 (Sun, 16 Sep 2007) | 2 lines
14665 Changed paths:
14666    M /trunk/src/input/input.c
14667
14668 Free no longer needed after changes in getNonEmptyString
14669
14670 ------------------------------------------------------------------------
14671 r22102 | courmisch | 2007-09-16 15:31:26 +0200 (Sun, 16 Sep 2007) | 2 lines
14672 Changed paths:
14673    M /trunk/include/vlc_threads_funcs.h
14674
14675 Fix win32 compilation, but that will crash at run-time
14676
14677 ------------------------------------------------------------------------
14678 r22101 | courmisch | 2007-09-16 15:05:50 +0200 (Sun, 16 Sep 2007) | 2 lines
14679 Changed paths:
14680    M /trunk/src/Makefile.am
14681
14682 Mark the test programs as not installable
14683
14684 ------------------------------------------------------------------------
14685 r22100 | courmisch | 2007-09-16 14:57:18 +0200 (Sun, 16 Sep 2007) | 4 lines
14686 Changed paths:
14687    M /trunk/configure.ac
14688
14689 Because we are selfish bastards (at least, I am), disable fast install
14690 mode by default. Packagers and build bots should re-enable it with:
14691 ./configure --enable-fast-install
14692
14693 ------------------------------------------------------------------------
14694 r22099 | courmisch | 2007-09-16 14:36:29 +0200 (Sun, 16 Sep 2007) | 2 lines
14695 Changed paths:
14696    M /trunk/modules/access_output/udp.c
14697    M /trunk/modules/stream_out/rtp.c
14698
14699 Force the sending threads to wakeup at exit - closes #1292
14700
14701 ------------------------------------------------------------------------
14702 r22098 | courmisch | 2007-09-16 14:27:40 +0200 (Sun, 16 Sep 2007) | 3 lines
14703 Changed paths:
14704    M /trunk/include/vlc_block.h
14705    M /trunk/src/misc/block.c
14706
14707 block_FifoWake: force the block_FifoGet()'ing thread to wakeup without
14708 queuing any data - this is mostly useful when quitting
14709
14710 ------------------------------------------------------------------------
14711 r22097 | xtophe | 2007-09-16 13:21:17 +0200 (Sun, 16 Sep 2007) | 2 lines
14712 Changed paths:
14713    M /trunk/include/vlc_objects.h
14714
14715 Typo
14716
14717 ------------------------------------------------------------------------
14718 r22096 | courmisch | 2007-09-16 13:09:21 +0200 (Sun, 16 Sep 2007) | 2 lines
14719 Changed paths:
14720    M /trunk/src/input/es_out.c
14721
14722 new API
14723
14724 ------------------------------------------------------------------------
14725 r22095 | courmisch | 2007-09-16 13:09:02 +0200 (Sun, 16 Sep 2007) | 2 lines
14726 Changed paths:
14727    M /trunk/src/control/mediacontrol_audio_video.c
14728
14729 Use new API too
14730
14731 ------------------------------------------------------------------------
14732 r22094 | courmisch | 2007-09-16 13:08:27 +0200 (Sun, 16 Sep 2007) | 2 lines
14733 Changed paths:
14734    M /trunk/src/misc/threads.c
14735
14736 Use new API
14737
14738 ------------------------------------------------------------------------
14739 r22093 | courmisch | 2007-09-16 13:02:39 +0200 (Sun, 16 Sep 2007) | 2 lines
14740 Changed paths:
14741    M /trunk/src/misc/objects.c
14742
14743 Typo
14744
14745 ------------------------------------------------------------------------
14746 r22092 | courmisch | 2007-09-16 13:01:52 +0200 (Sun, 16 Sep 2007) | 2 lines
14747 Changed paths:
14748    M /trunk/include/vlc_objects.h
14749    M /trunk/src/misc/objects.c
14750
14751 Inline vlc_object_signal
14752
14753 ------------------------------------------------------------------------
14754 r22091 | courmisch | 2007-09-16 13:00:07 +0200 (Sun, 16 Sep 2007) | 2 lines
14755 Changed paths:
14756    M /trunk/include/vlc_playlist.h
14757
14758 Fix deadlock
14759
14760 ------------------------------------------------------------------------
14761 r22090 | courmisch | 2007-09-16 12:55:07 +0200 (Sun, 16 Sep 2007) | 2 lines
14762 Changed paths:
14763    M /trunk/include/vlc_playlist.h
14764
14765 Use the new API in playlist macros
14766
14767 ------------------------------------------------------------------------
14768 r22089 | courmisch | 2007-09-16 12:51:35 +0200 (Sun, 16 Sep 2007) | 2 lines
14769 Changed paths:
14770    M /trunk/modules/control/hotkeys.c
14771
14772 hotkeys: use the new object locking API
14773
14774 ------------------------------------------------------------------------
14775 r22088 | courmisch | 2007-09-16 12:50:10 +0200 (Sun, 16 Sep 2007) | 2 lines
14776 Changed paths:
14777    M /trunk/include/vlc_objects.h
14778
14779 Forgot this file in [22086]
14780
14781 ------------------------------------------------------------------------
14782 r22087 | courmisch | 2007-09-16 12:49:43 +0200 (Sun, 16 Sep 2007) | 2 lines
14783 Changed paths:
14784    M /trunk/src/libvlc.h
14785
14786 Cosmetic
14787
14788 ------------------------------------------------------------------------
14789 r22086 | courmisch | 2007-09-16 12:45:23 +0200 (Sun, 16 Sep 2007) | 2 lines
14790 Changed paths:
14791    M /trunk/src/libvlc-common.c
14792
14793 Also use the new API here
14794
14795 ------------------------------------------------------------------------
14796 r22085 | courmisch | 2007-09-16 12:40:28 +0200 (Sun, 16 Sep 2007) | 2 lines
14797 Changed paths:
14798    M /trunk/modules/misc/screensaver.c
14799
14800 Use the new object locking API
14801
14802 ------------------------------------------------------------------------
14803 r22084 | courmisch | 2007-09-16 12:39:50 +0200 (Sun, 16 Sep 2007) | 5 lines
14804 Changed paths:
14805    M /trunk/include/vlc_objects.h
14806    M /trunk/src/misc/objects.c
14807
14808 Wrappers around thread signaling functions for object:
14809  - vlc_object_lock, vlc_object_unlock: take/release object_lock
14810  - vlc_object_signal: trigger object_wait
14811  - vlc_object_wait, vlc_object_timedwait: wait on object_wait
14812
14813 ------------------------------------------------------------------------
14814 r22083 | courmisch | 2007-09-16 12:27:09 +0200 (Sun, 16 Sep 2007) | 2 lines
14815 Changed paths:
14816    M /trunk/include/vlc_threads_funcs.h
14817
14818 Return an error if timer expires, but still do not print it
14819
14820 ------------------------------------------------------------------------
14821 r22082 | courmisch | 2007-09-16 11:32:30 +0200 (Sun, 16 Sep 2007) | 2 lines
14822 Changed paths:
14823    M /trunk/src/network/tcp.c
14824
14825 Const cleanup
14826
14827 ------------------------------------------------------------------------
14828 r22081 | courmisch | 2007-09-16 11:25:11 +0200 (Sun, 16 Sep 2007) | 2 lines
14829 Changed paths:
14830    M /trunk/src/network/udp.c
14831
14832 var_CreateGetNEString simplications
14833
14834 ------------------------------------------------------------------------
14835 r22080 | courmisch | 2007-09-16 11:15:27 +0200 (Sun, 16 Sep 2007) | 2 lines
14836 Changed paths:
14837    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
14838    M /trunk/modules/services_discovery/podcast.c
14839    M /trunk/src/control/video.c
14840    M /trunk/src/input/demux.c
14841    M /trunk/src/input/input.c
14842
14843 Switch the few var_GetString remains to var_GetNonEmptyString
14844
14845 ------------------------------------------------------------------------
14846 r22079 | courmisch | 2007-09-16 11:14:54 +0200 (Sun, 16 Sep 2007) | 2 lines
14847 Changed paths:
14848    M /trunk/modules/gui/macosx/extended.m
14849
14850 Fix to var_GetNonEmptyString
14851
14852 ------------------------------------------------------------------------
14853 r22078 | courmisch | 2007-09-16 11:12:41 +0200 (Sun, 16 Sep 2007) | 2 lines
14854 Changed paths:
14855    M /trunk/modules/access/dvb/http.c
14856
14857 Fix HTTP DVB ACL
14858
14859 ------------------------------------------------------------------------
14860 r22077 | courmisch | 2007-09-16 11:06:47 +0200 (Sun, 16 Sep 2007) | 2 lines
14861 Changed paths:
14862    M /trunk/src/input/input.c
14863
14864 typo
14865
14866 ------------------------------------------------------------------------
14867 r22076 | courmisch | 2007-09-16 11:02:16 +0200 (Sun, 16 Sep 2007) | 2 lines
14868 Changed paths:
14869    M /trunk/modules/access/bda/bdagraph.cpp
14870
14871 Memory error handling
14872
14873 ------------------------------------------------------------------------
14874 r22075 | courmisch | 2007-09-16 10:58:37 +0200 (Sun, 16 Sep 2007) | 2 lines
14875 Changed paths:
14876    M /trunk/src/video_output/vout_intf.c
14877
14878 Partial memory error handling
14879
14880 ------------------------------------------------------------------------
14881 r22074 | courmisch | 2007-09-16 10:57:34 +0200 (Sun, 16 Sep 2007) | 2 lines
14882 Changed paths:
14883    M /trunk/src/text/strings.c
14884
14885 Error handling
14886
14887 ------------------------------------------------------------------------
14888 r22073 | courmisch | 2007-09-16 10:52:38 +0200 (Sun, 16 Sep 2007) | 2 lines
14889 Changed paths:
14890    M /trunk/src/input/input.c
14891
14892 Memory error handling
14893
14894 ------------------------------------------------------------------------
14895 r22072 | courmisch | 2007-09-16 10:49:55 +0200 (Sun, 16 Sep 2007) | 2 lines
14896 Changed paths:
14897    M /trunk/src/audio_output/input.c
14898    M /trunk/src/audio_output/intf.c
14899    M /trunk/src/input/input.c
14900
14901 Simplification / memory error handling
14902
14903 ------------------------------------------------------------------------
14904 r22071 | courmisch | 2007-09-16 10:39:12 +0200 (Sun, 16 Sep 2007) | 2 lines
14905 Changed paths:
14906    M /trunk/modules/gui/macosx/equalizer.m
14907    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
14908
14909 Use var_GetNonEmptyString were applicable
14910
14911 ------------------------------------------------------------------------
14912 r22070 | courmisch | 2007-09-16 10:29:09 +0200 (Sun, 16 Sep 2007) | 2 lines
14913 Changed paths:
14914    M /trunk/modules/access/dvb/http.c
14915    M /trunk/modules/access_filter/timeshift.c
14916    M /trunk/modules/control/http/http.c
14917
14918 GetNonEmptyString simplification
14919
14920 ------------------------------------------------------------------------
14921 r22069 | courmisch | 2007-09-16 10:27:49 +0200 (Sun, 16 Sep 2007) | 2 lines
14922 Changed paths:
14923    M /trunk/modules/gui/qt4/components/extended_panels.cpp
14924
14925 Try to fix memleaks
14926
14927 ------------------------------------------------------------------------
14928 r22068 | courmisch | 2007-09-16 10:27:06 +0200 (Sun, 16 Sep 2007) | 2 lines
14929 Changed paths:
14930    M /trunk/modules/gui/skins2/src/vlcproc.cpp
14931
14932 Apparent memleak (ipkiss should review perhaps?)
14933
14934 ------------------------------------------------------------------------
14935 r22067 | courmisch | 2007-09-16 10:24:58 +0200 (Sun, 16 Sep 2007) | 2 lines
14936 Changed paths:
14937    M /trunk/modules/mux/mpjpeg.c
14938
14939 Error handling
14940
14941 ------------------------------------------------------------------------
14942 r22066 | courmisch | 2007-09-16 09:49:52 +0200 (Sun, 16 Sep 2007) | 2 lines
14943 Changed paths:
14944    M /trunk/src/misc/threads.c
14945
14946 Fix condition variable clock ifdef
14947
14948 ------------------------------------------------------------------------
14949 r22065 | funman | 2007-09-16 01:20:13 +0200 (Sun, 16 Sep 2007) | 1 line
14950 Changed paths:
14951    M /trunk/share/Makefile.am
14952
14953 menu.cfg has been moved to minimal.cfg
14954 ------------------------------------------------------------------------
14955 r22064 | funman | 2007-09-16 00:54:41 +0200 (Sun, 16 Sep 2007) | 2 lines
14956 Changed paths:
14957    M /trunk/Makefile.am
14958    D /trunk/share/osdmenu/menu.cfg
14959    A /trunk/share/osdmenu/minimal.cfg (from /trunk/share/osdmenu/menu.cfg:22063)
14960
14961 osdmenu: Reverts [22062] which was a revert of [22061], and gives the .cfg the same name than the directory.
14962
14963 ------------------------------------------------------------------------
14964 r22063 | dionoea | 2007-09-15 22:54:09 +0200 (Sat, 15 Sep 2007) | 2 lines
14965 Changed paths:
14966    M /trunk/vlc.win32.nsi.in
14967
14968 Win32 installer: save language used in installer for uninstaller. "[PATCH] saves the chosen language of the installer in the registry..." by Hannes Domani
14969
14970 ------------------------------------------------------------------------
14971 r22062 | courmisch | 2007-09-15 22:44:32 +0200 (Sat, 15 Sep 2007) | 2 lines
14972 Changed paths:
14973    M /trunk/Makefile.am
14974
14975 Revert [22061]. I probably need more sleep.
14976
14977 ------------------------------------------------------------------------
14978 r22061 | courmisch | 2007-09-15 22:33:07 +0200 (Sat, 15 Sep 2007) | 2 lines
14979 Changed paths:
14980    M /trunk/Makefile.am
14981
14982 OSD install fix from Hannes Domani
14983
14984 ------------------------------------------------------------------------
14985 r22060 | funman | 2007-09-15 22:21:14 +0200 (Sat, 15 Sep 2007) | 2 lines
14986 Changed paths:
14987    M /trunk/extras/mpris.py
14988    M /trunk/modules/control/dbus.c
14989
14990 Makes vlc the 2nd Media Player in history to implement the MPRIS draft (after audacious)
14991
14992 ------------------------------------------------------------------------
14993 r22059 | courmisch | 2007-09-15 22:10:50 +0200 (Sat, 15 Sep 2007) | 2 lines
14994 Changed paths:
14995    M /trunk/include/vlc_sout.h
14996    M /trunk/modules/stream_out/rtp.c
14997    M /trunk/modules/stream_out/standard.c
14998    M /trunk/src/libvlc.sym
14999    M /trunk/src/stream_output/announce.c
15000
15001 Announce API simplification
15002
15003 ------------------------------------------------------------------------
15004 r22058 | courmisch | 2007-09-15 22:03:48 +0200 (Sat, 15 Sep 2007) | 2 lines
15005 Changed paths:
15006    M /trunk/src/stream_output/announce.c
15007    M /trunk/src/stream_output/sap.c
15008    M /trunk/src/stream_output/stream_output.h
15009
15010 Remove dead code
15011
15012 ------------------------------------------------------------------------
15013 r22057 | courmisch | 2007-09-15 21:56:11 +0200 (Sat, 15 Sep 2007) | 2 lines
15014 Changed paths:
15015    M /trunk/include/vlc_sout.h
15016    M /trunk/src/libvlc.sym
15017    M /trunk/src/stream_output/announce.c
15018    M /trunk/src/stream_output/stream_output.h
15019
15020 Unexport some unused APIs
15021
15022 ------------------------------------------------------------------------
15023 r22056 | courmisch | 2007-09-15 21:45:15 +0200 (Sat, 15 Sep 2007) | 2 lines
15024 Changed paths:
15025    M /trunk/modules/stream_out/standard.c
15026
15027 stream_out_std: use new SDP API too
15028
15029 ------------------------------------------------------------------------
15030 r22055 | courmisch | 2007-09-15 21:33:39 +0200 (Sat, 15 Sep 2007) | 2 lines
15031 Changed paths:
15032    M /trunk/src/stream_output/sdp.c
15033
15034 Typo
15035
15036 ------------------------------------------------------------------------
15037 r22054 | courmisch | 2007-09-15 21:26:07 +0200 (Sat, 15 Sep 2007) | 2 lines
15038 Changed paths:
15039    M /trunk/src/stream_output/sdp.c
15040
15041 VLC-specific playlist group support
15042
15043 ------------------------------------------------------------------------
15044 r22053 | courmisch | 2007-09-15 21:14:11 +0200 (Sat, 15 Sep 2007) | 2 lines
15045 Changed paths:
15046    M /trunk/include/vlc_sout.h
15047    M /trunk/modules/stream_out/rtp.c
15048    M /trunk/src/libvlc.sym
15049    M /trunk/src/stream_output/sdp.c
15050
15051 Rework SDP API a little
15052
15053 ------------------------------------------------------------------------
15054 r22052 | courmisch | 2007-09-15 20:28:10 +0200 (Sat, 15 Sep 2007) | 3 lines
15055 Changed paths:
15056    M /trunk/src/stream_output/sap.c
15057
15058 Price of the most useless piece of code of the day
15059 (actually it might be my code)
15060
15061 ------------------------------------------------------------------------
15062 r22051 | courmisch | 2007-09-15 20:06:26 +0200 (Sat, 15 Sep 2007) | 2 lines
15063 Changed paths:
15064    M /trunk/modules/control/rc.c
15065    M /trunk/src/libvlc.sym
15066    M /trunk/src/misc/update.c
15067
15068 Fix MacOS linking
15069
15070 ------------------------------------------------------------------------
15071 r22050 | courmisch | 2007-09-15 20:00:22 +0200 (Sat, 15 Sep 2007) | 2 lines
15072 Changed paths:
15073    M /trunk/modules/misc/screensaver.c
15074
15075 Fix deadlock
15076
15077 ------------------------------------------------------------------------
15078 r22049 | courmisch | 2007-09-15 19:41:19 +0200 (Sat, 15 Sep 2007) | 2 lines
15079 Changed paths:
15080    M /trunk/src/interface/interface.c
15081
15082 Another MacOS compile fix
15083
15084 ------------------------------------------------------------------------
15085 r22048 | xtophe | 2007-09-15 19:39:59 +0200 (Sat, 15 Sep 2007) | 2 lines
15086 Changed paths:
15087    M /trunk/configure.ac
15088
15089 Note how to check which modules are enable
15090
15091 ------------------------------------------------------------------------
15092 r22047 | courmisch | 2007-09-15 19:34:23 +0200 (Sat, 15 Sep 2007) | 2 lines
15093 Changed paths:
15094    M /trunk/include/vlc_common.h
15095    M /trunk/include/vlc_threads_funcs.h
15096
15097 Another attempt at fixing MacOS build
15098
15099 ------------------------------------------------------------------------
15100 r22046 | courmisch | 2007-09-15 19:24:49 +0200 (Sat, 15 Sep 2007) | 2 lines
15101 Changed paths:
15102    M /trunk/include/vlc_threads_funcs.h
15103    M /trunk/src/misc/threads.c
15104
15105 Attempt to fix MacOS build
15106
15107 ------------------------------------------------------------------------
15108 r22045 | courmisch | 2007-09-15 19:19:00 +0200 (Sat, 15 Sep 2007) | 2 lines
15109 Changed paths:
15110    M /trunk/modules/misc/screensaver.c
15111
15112 Simplification to avoid busy loops after process suspension
15113
15114 ------------------------------------------------------------------------
15115 r22044 | courmisch | 2007-09-15 19:03:36 +0200 (Sat, 15 Sep 2007) | 2 lines
15116 Changed paths:
15117    M /trunk/include/vlc_threads_funcs.h
15118
15119 Same here
15120
15121 ------------------------------------------------------------------------
15122 r22043 | courmisch | 2007-09-15 19:00:25 +0200 (Sat, 15 Sep 2007) | 2 lines
15123 Changed paths:
15124    M /trunk/src/misc/threads.c
15125
15126 Use monotonic clock when available only
15127
15128 ------------------------------------------------------------------------
15129 r22042 | courmisch | 2007-09-15 18:51:06 +0200 (Sat, 15 Sep 2007) | 2 lines
15130 Changed paths:
15131    M /trunk/modules/misc/screensaver.c
15132
15133 Wake up screensaver thread every 30 seconds rather than 1/4 seconds
15134
15135 ------------------------------------------------------------------------
15136 r22041 | courmisch | 2007-09-15 18:50:14 +0200 (Sat, 15 Sep 2007) | 2 lines
15137 Changed paths:
15138    M /trunk/configure.ac
15139    M /trunk/src/network/udp.c
15140
15141 Check for <linux/dccp.h> before including it
15142
15143 ------------------------------------------------------------------------
15144 r22040 | courmisch | 2007-09-15 18:48:15 +0200 (Sat, 15 Sep 2007) | 2 lines
15145 Changed paths:
15146    M /trunk/include/vlc_threads_funcs.h
15147
15148 Fixes debug build
15149
15150 ------------------------------------------------------------------------
15151 r22039 | courmisch | 2007-09-15 18:46:13 +0200 (Sat, 15 Sep 2007) | 2 lines
15152 Changed paths:
15153    M /trunk/include/vlc_threads_funcs.h
15154
15155 ETIMEDOUT is perfectly expected here, do not complain about it
15156
15157 ------------------------------------------------------------------------
15158 r22038 | courmisch | 2007-09-15 18:31:40 +0200 (Sat, 15 Sep 2007) | 2 lines
15159 Changed paths:
15160    M /trunk/include/vlc_threads_funcs.h
15161
15162 vlc_cond_timedwait: wrapper around pthread_cond_timedwait
15163
15164 ------------------------------------------------------------------------
15165 r22037 | courmisch | 2007-09-15 18:05:36 +0200 (Sat, 15 Sep 2007) | 3 lines
15166 Changed paths:
15167    M /trunk/include/vlc_threads_funcs.h
15168    M /trunk/src/misc/threads.c
15169
15170 Make sure we use the same clock for condition variable
15171 Otherwise, it'll screw up completely when we add vlc_cond_timedwait
15172
15173 ------------------------------------------------------------------------
15174 r22036 | courmisch | 2007-09-15 17:46:56 +0200 (Sat, 15 Sep 2007) | 4 lines
15175 Changed paths:
15176    M /trunk/src/misc/objects.c
15177
15178 When killing libvlc, also kill all its immediate children
15179 Not particularly clean, but we need to pass the exit request from libvlc
15180 to the actual interfaces and inputs somehow...
15181
15182 ------------------------------------------------------------------------
15183 r22035 | courmisch | 2007-09-15 17:45:27 +0200 (Sat, 15 Sep 2007) | 2 lines
15184 Changed paths:
15185    M /trunk/src/libvlc.c
15186
15187 Fix doc
15188
15189 ------------------------------------------------------------------------
15190 r22034 | courmisch | 2007-09-15 17:45:09 +0200 (Sat, 15 Sep 2007) | 2 lines
15191 Changed paths:
15192    M /trunk/modules/misc/gnutls.c
15193
15194 typo
15195
15196 ------------------------------------------------------------------------
15197 r22033 | courmisch | 2007-09-15 17:30:47 +0200 (Sat, 15 Sep 2007) | 2 lines
15198 Changed paths:
15199    M /trunk/src/misc/objects.c
15200
15201 Wakes an object when it is being killed
15202
15203 ------------------------------------------------------------------------
15204 r22032 | courmisch | 2007-09-15 17:27:13 +0200 (Sat, 15 Sep 2007) | 2 lines
15205 Changed paths:
15206    M /trunk/include/vlc_interface.h
15207    M /trunk/modules/codec/cmml/cmml.c
15208    M /trunk/modules/control/ntservice.c
15209    M /trunk/modules/control/rc.c
15210    M /trunk/src/interface/interface.c
15211    M /trunk/src/libvlc-common.c
15212    M /trunk/src/video_output/vout_intf.c
15213
15214 Remove interface b_block property.
15215
15216 ------------------------------------------------------------------------
15217 r22031 | courmisch | 2007-09-15 17:18:04 +0200 (Sat, 15 Sep 2007) | 2 lines
15218 Changed paths:
15219    M /trunk/include/vlc_interface.h
15220
15221 If LibVLC is closing, any interface should close, not just the main one
15222
15223 ------------------------------------------------------------------------
15224 r22030 | courmisch | 2007-09-15 16:39:56 +0200 (Sat, 15 Sep 2007) | 2 lines
15225 Changed paths:
15226    M /trunk/modules/misc/gnutls.c
15227
15228 Doc change
15229
15230 ------------------------------------------------------------------------
15231 r22029 | courmisch | 2007-09-15 16:38:22 +0200 (Sat, 15 Sep 2007) | 3 lines
15232 Changed paths:
15233    M /trunk/modules/misc/gnutls.c
15234
15235 There is really no excuse for not checking the hostname.
15236 I wonder why I added this option in the first place.
15237
15238 ------------------------------------------------------------------------
15239 r22028 | courmisch | 2007-09-15 15:43:38 +0200 (Sat, 15 Sep 2007) | 2 lines
15240 Changed paths:
15241    M /trunk/src/network/httpd.c
15242
15243 Don't crash if a client sends an overly large header
15244
15245 ------------------------------------------------------------------------
15246 r22027 | funman | 2007-09-15 13:01:48 +0200 (Sat, 15 Sep 2007) | 1 line
15247 Changed paths:
15248    M /trunk/extras/mpris.py
15249
15250 Minor fixes, add comments
15251 ------------------------------------------------------------------------
15252 r22026 | courmisch | 2007-09-15 12:31:01 +0200 (Sat, 15 Sep 2007) | 2 lines
15253 Changed paths:
15254    M /trunk/NEWS
15255
15256 Some sout news
15257
15258 ------------------------------------------------------------------------
15259 r22025 | courmisch | 2007-09-15 12:23:33 +0200 (Sat, 15 Sep 2007) | 2 lines
15260 Changed paths:
15261    M /trunk/NEWS
15262
15263 Cosmetics
15264
15265 ------------------------------------------------------------------------
15266 r22022 | courmisch | 2007-09-15 11:46:06 +0200 (Sat, 15 Sep 2007) | 3 lines
15267 Changed paths:
15268    M /trunk/modules/control/rc.c
15269    M /trunk/src/libvlc.sym
15270    M /trunk/src/misc/update.c
15271
15272 Remove auto-update. This is blatantly insecure.
15273 Other projects have had CVEs for much less than this (e.g. CVE-2006-4567)
15274
15275 ------------------------------------------------------------------------
15276 r22021 | dionoea | 2007-09-15 00:48:04 +0200 (Sat, 15 Sep 2007) | 2 lines
15277 Changed paths:
15278    M /trunk/share/luaplaylist/dailymotion.lua
15279
15280 Fix the dailymotion lua script.
15281
15282 ------------------------------------------------------------------------
15283 r22020 | djc | 2007-09-15 00:15:38 +0200 (Sat, 15 Sep 2007) | 2 lines
15284 Changed paths:
15285    M /trunk/Makefile.am
15286
15287 Don't mix VLC.app and VLC-release.app
15288
15289 ------------------------------------------------------------------------
15290 r22019 | funman | 2007-09-14 18:53:04 +0200 (Fri, 14 Sep 2007) | 1 line
15291 Changed paths:
15292    M /trunk/extras/contrib/src/Distributions/darwin.mak
15293    M /trunk/extras/contrib/src/Makefile
15294    M /trunk/extras/contrib/src/packages.mak
15295
15296 Adds ncurses compiled with wide characters support to contribs for MacOSX
15297 ------------------------------------------------------------------------
15298 r22018 | courmisch | 2007-09-14 18:46:25 +0200 (Fri, 14 Sep 2007) | 3 lines
15299 Changed paths:
15300    M /trunk/modules/stream_out/rtp.c
15301
15302 - Add aggregate control URL
15303 - Fix non-aggregate control URL
15304
15305 ------------------------------------------------------------------------
15306 r22017 | courmisch | 2007-09-14 18:40:34 +0200 (Fri, 14 Sep 2007) | 2 lines
15307 Changed paths:
15308    M /trunk/modules/mux/mp4.c
15309
15310 typo
15311
15312 ------------------------------------------------------------------------
15313 r22016 | courmisch | 2007-09-14 18:37:42 +0200 (Fri, 14 Sep 2007) | 2 lines
15314 Changed paths:
15315    M /trunk/include/vlc_block.h
15316    M /trunk/src/misc/block.c
15317
15318 Hide (+minor changes) block_fifo_t layout
15319
15320 ------------------------------------------------------------------------
15321 r22015 | courmisch | 2007-09-14 18:36:10 +0200 (Fri, 14 Sep 2007) | 2 lines
15322 Changed paths:
15323    M /trunk/modules/access_filter/timeshift.c
15324    M /trunk/modules/access_output/udp.c
15325    M /trunk/modules/codec/ffmpeg/mux.c
15326    M /trunk/modules/mux/asf.c
15327    M /trunk/modules/mux/avi.c
15328    M /trunk/modules/mux/dummy.c
15329    M /trunk/modules/mux/mp4.c
15330    M /trunk/modules/mux/mpeg/ps.c
15331    M /trunk/modules/mux/mpeg/ts.c
15332    M /trunk/modules/mux/mpjpeg.c
15333    M /trunk/modules/mux/ogg.c
15334    M /trunk/modules/mux/wav.c
15335    M /trunk/src/input/decoder.c
15336    M /trunk/src/stream_output/stream_output.c
15337
15338 Use the new block_Fifo functions
15339
15340 ------------------------------------------------------------------------
15341 r22014 | fkuehne | 2007-09-14 18:23:13 +0200 (Fri, 14 Sep 2007) | 1 line
15342 Changed paths:
15343    M /trunk/extras/contrib/src/Distributions/darwin.mak
15344
15345 * .aclocal should always be the last item here
15346 ------------------------------------------------------------------------
15347 r22013 | courmisch | 2007-09-14 18:15:59 +0200 (Fri, 14 Sep 2007) | 2 lines
15348 Changed paths:
15349    M /trunk/include/vlc_block.h
15350
15351 Document previous functions
15352
15353 ------------------------------------------------------------------------
15354 r22012 | courmisch | 2007-09-14 18:13:50 +0200 (Fri, 14 Sep 2007) | 2 lines
15355 Changed paths:
15356    M /trunk/include/vlc_block.h
15357    M /trunk/src/libvlc.sym
15358    M /trunk/src/misc/block.c
15359
15360 Write accessor for relevant block_fifo_t state
15361
15362 ------------------------------------------------------------------------
15363 r22011 | courmisch | 2007-09-14 17:38:15 +0200 (Fri, 14 Sep 2007) | 2 lines
15364 Changed paths:
15365    M /trunk/modules/codec/subtitles/t140.c
15366
15367 Remove dummy error
15368
15369 ------------------------------------------------------------------------
15370 r22010 | funman | 2007-09-14 02:56:09 +0200 (Fri, 14 Sep 2007) | 1 line
15371 Changed paths:
15372    M /trunk/extras/mpris.glade
15373
15374 mpris.glade: put loop/repeat/shuffle buttons in the expander
15375 ------------------------------------------------------------------------
15376 r22009 | funman | 2007-09-14 02:26:12 +0200 (Fri, 14 Sep 2007) | 4 lines
15377 Changed paths:
15378    M /trunk/extras/contrib/src/Makefile
15379    M /trunk/extras/contrib/src/packages.mak
15380
15381 extras/contrib/src: clean up Makefile & packages.mak
15382 Makes it clear that subversion is required for ffmpeg & tremor
15383 Removes obsolete libraries from the list
15384
15385 ------------------------------------------------------------------------
15386 r22008 | funman | 2007-09-14 02:01:39 +0200 (Fri, 14 Sep 2007) | 1 line
15387 Changed paths:
15388    M /trunk/extras/mpris.py
15389
15390 mpris: make sure only one gobject timer is running
15391 ------------------------------------------------------------------------
15392 r22007 | funman | 2007-09-14 02:00:17 +0200 (Fri, 14 Sep 2007) | 1 line
15393 Changed paths:
15394    M /trunk/modules/misc/audioscrobbler.c
15395
15396 Do not try to connect to last.fm every second if the request fails, and server allows immediate retry
15397 ------------------------------------------------------------------------
15398 r22006 | funman | 2007-09-13 23:58:05 +0200 (Thu, 13 Sep 2007) | 3 lines
15399 Changed paths:
15400    M /trunk/configure.ac
15401    M /trunk/modules/gui/ncurses.c
15402
15403 ncurses: fallback on libncurses if libncursesw isn't available (macosx)
15404 it is now enabled by default if headers & library are present
15405
15406 ------------------------------------------------------------------------
15407 r22005 | funman | 2007-09-13 23:25:01 +0200 (Thu, 13 Sep 2007) | 4 lines
15408 Changed paths:
15409    M /trunk/bootstrap
15410
15411 bootstrap: print a success message
15412 unify errors on missing/too old tools
15413 remove insulting and not used variables
15414
15415 ------------------------------------------------------------------------
15416 r22004 | courmisch | 2007-09-13 22:29:32 +0200 (Thu, 13 Sep 2007) | 2 lines
15417 Changed paths:
15418    M /trunk/modules/demux/vobsub.c
15419    M /trunk/modules/misc/audioscrobbler.c
15420
15421 Explicit casts to proper integer types when formatting
15422
15423 ------------------------------------------------------------------------
15424 r22003 | courmisch | 2007-09-13 22:29:02 +0200 (Thu, 13 Sep 2007) | 2 lines
15425 Changed paths:
15426    M /trunk/modules/codec/dvbsub.c
15427
15428 Fix invalid FOURCC use
15429
15430 ------------------------------------------------------------------------
15431 r22002 | funman | 2007-09-13 21:52:07 +0200 (Thu, 13 Sep 2007) | 1 line
15432 Changed paths:
15433    M /trunk/src/playlist/engine.c
15434
15435 Remove debug not intended to be committed, however feel free to use it
15436 ------------------------------------------------------------------------
15437 r22001 | funman | 2007-09-13 21:50:32 +0200 (Thu, 13 Sep 2007) | 1 line
15438 Changed paths:
15439    M /trunk/configure.ac
15440    M /trunk/extras/mpris.py
15441    M /trunk/src/playlist/engine.c
15442
15443 Checks ncursesw/curses.h presence
15444 ------------------------------------------------------------------------
15445 r22000 | funman | 2007-09-13 21:12:49 +0200 (Thu, 13 Sep 2007) | 1 line
15446 Changed paths:
15447    M /trunk/modules/gui/macosx/AppleRemote.h
15448    M /trunk/modules/gui/macosx/AppleRemote.m
15449    M /trunk/modules/gui/macosx/about.h
15450    M /trunk/modules/gui/macosx/applescript.h
15451    M /trunk/modules/gui/macosx/bookmarks.h
15452    M /trunk/modules/gui/macosx/controls.h
15453    M /trunk/modules/gui/macosx/extended.h
15454    M /trunk/modules/gui/macosx/eyetv.h
15455    M /trunk/modules/gui/macosx/fspanel.h
15456    M /trunk/modules/gui/macosx/misc.h
15457    M /trunk/modules/gui/macosx/open.h
15458    M /trunk/modules/gui/macosx/playlist.h
15459    M /trunk/modules/gui/macosx/playlistinfo.h
15460    M /trunk/modules/gui/macosx/prefs.h
15461    M /trunk/modules/gui/macosx/prefs_widgets.h
15462    M /trunk/modules/gui/macosx/sfilters.h
15463    M /trunk/modules/gui/macosx/wizard.h
15464
15465 Fix macosx gui compilation (shame on me i broke it in [21943])
15466 ------------------------------------------------------------------------
15467 r21999 | funman | 2007-09-13 19:53:40 +0200 (Thu, 13 Sep 2007) | 2 lines
15468 Changed paths:
15469    M /trunk/NEWS
15470    M /trunk/configure.ac
15471    M /trunk/modules/gui/ncurses.c
15472
15473 ncurses: Use ncursesw to correctly display wide characters on UTF-8 locale
15474
15475 ------------------------------------------------------------------------
15476 r21998 | courmisch | 2007-09-13 18:47:26 +0200 (Thu, 13 Sep 2007) | 6 lines
15477 Changed paths:
15478    M /trunk/configure.ac
15479    M /trunk/modules/codec/subtitles/Modules.am
15480    A /trunk/modules/codec/subtitles/t140.c
15481
15482 Trivial encoder for plain-text subtitles.
15483 This allows transcoding say, DVD or DVB subs to normal ones.
15484
15485 Only tested with RTP output, but might also work with ogg, mp4, ts...
15486 The problem is that most of these do not seem to check the encoding.
15487
15488 ------------------------------------------------------------------------
15489 r21997 | funman | 2007-09-13 18:26:28 +0200 (Thu, 13 Sep 2007) | 2 lines
15490 Changed paths:
15491    M /trunk/modules/misc/logger.c
15492
15493 // is valid inside "", despite what my vim says
15494
15495 ------------------------------------------------------------------------
15496 r21996 | funman | 2007-09-13 18:24:27 +0200 (Thu, 13 Sep 2007) | 1 line
15497 Changed paths:
15498    M /trunk/modules/misc/logger.c
15499
15500 Makes logger html output ?\194?\171 Valid HTML 4.01 Strict! ?\194?\187, thanks to dionoea
15501 ------------------------------------------------------------------------
15502 r21995 | courmisch | 2007-09-13 18:13:30 +0200 (Thu, 13 Sep 2007) | 2 lines
15503 Changed paths:
15504    M /trunk/modules/codec/subtitles/subsdec.c
15505
15506 Add t140 FOURCC for always-UTF-8 subs
15507
15508 ------------------------------------------------------------------------
15509 r21994 | courmisch | 2007-09-13 17:08:19 +0200 (Thu, 13 Sep 2007) | 2 lines
15510 Changed paths:
15511    M /trunk/include/vlc_sout.h
15512    M /trunk/src/stream_output/sdp.c
15513
15514 Use size_t instead of socklen_t
15515
15516 ------------------------------------------------------------------------
15517 r21993 | funman | 2007-09-13 13:01:40 +0200 (Thu, 13 Sep 2007) | 1 line
15518 Changed paths:
15519    M /trunk/modules/misc/logger.c
15520
15521 logger: Sets HTML encoding to UTF-8
15522 ------------------------------------------------------------------------
15523 r21992 | funman | 2007-09-13 00:13:11 +0200 (Thu, 13 Sep 2007) | 1 line
15524 Changed paths:
15525    M /trunk/modules/gui/qt4/main_interface.cpp
15526
15527 qt-notify only if vlc window is not visile was removed accidentally in [21845]
15528 ------------------------------------------------------------------------
15529 r21991 | xtophe | 2007-09-12 23:43:57 +0200 (Wed, 12 Sep 2007) | 2 lines
15530 Changed paths:
15531    M /trunk/modules/gui/qt4/qt4.cpp
15532
15533 *Try* to improve the strings in the QT4 intf
15534
15535 ------------------------------------------------------------------------
15536 r21990 | dionoea | 2007-09-12 22:29:00 +0200 (Wed, 12 Sep 2007) | 2 lines
15537 Changed paths:
15538    M /trunk/share/luaplaylist/youtube.lua
15539
15540 Fix youtube.lua probe() function.
15541
15542 ------------------------------------------------------------------------
15543 r21989 | funman | 2007-09-12 22:23:28 +0200 (Wed, 12 Sep 2007) | 1 line
15544 Changed paths:
15545    M /trunk/modules/gui/ncurses.c
15546
15547 Remembers verbosity level when closing ncurses intf
15548 ------------------------------------------------------------------------
15549 r21988 | dionoea | 2007-09-12 21:52:05 +0200 (Wed, 12 Sep 2007) | 2 lines
15550 Changed paths:
15551    M /trunk/modules/codec/ffmpeg/ffmpeg.c
15552
15553 Add FVFW and fvfw since ffdshow seems to offer that as an option when encoding mpeg 4 video. This might fix a few cases where videos weren't decoded by VLC.
15554
15555 ------------------------------------------------------------------------
15556 r21987 | courmisch | 2007-09-12 21:44:06 +0200 (Wed, 12 Sep 2007) | 2 lines
15557 Changed paths:
15558    M /trunk/src/input/subtitles.c
15559
15560 DSO friendlyness
15561
15562 ------------------------------------------------------------------------
15563 r21986 | funman | 2007-09-12 21:36:15 +0200 (Wed, 12 Sep 2007) | 1 line
15564 Changed paths:
15565    M /trunk/src/misc/threads.c
15566
15567 Asserts p_this on __vlc_mutex_init()
15568 ------------------------------------------------------------------------
15569 r21985 | courmisch | 2007-09-12 21:13:13 +0200 (Wed, 12 Sep 2007) | 2 lines
15570 Changed paths:
15571    M /trunk/modules/stream_out/rtp.c
15572
15573 As yet untested T.140 RTP packetization
15574
15575 ------------------------------------------------------------------------
15576 r21984 | ileoo | 2007-09-12 21:06:18 +0200 (Wed, 12 Sep 2007) | 3 lines
15577 Changed paths:
15578    M /trunk/modules/gui/qt4/components/infopanels.cpp
15579    M /trunk/modules/gui/qt4/components/infopanels.hpp
15580
15581 Remove rating from infodialog, closes ticket #1248 finally,
15582 also add myself to authors in those files.
15583
15584 ------------------------------------------------------------------------
15585 r21983 | courmisch | 2007-09-12 18:43:10 +0200 (Wed, 12 Sep 2007) | 2 lines
15586 Changed paths:
15587    M /trunk/modules/stream_out/dummy.c
15588
15589 Simplify
15590
15591 ------------------------------------------------------------------------
15592 r21982 | courmisch | 2007-09-12 18:36:26 +0200 (Wed, 12 Sep 2007) | 2 lines
15593 Changed paths:
15594    M /trunk/src/text/strings.c
15595
15596 Cosmetic
15597
15598 ------------------------------------------------------------------------
15599 r21981 | courmisch | 2007-09-12 17:45:46 +0200 (Wed, 12 Sep 2007) | 2 lines
15600 Changed paths:
15601    M /trunk/modules/codec/subtitles/subsdec.c
15602
15603 Cosmetic
15604
15605 ------------------------------------------------------------------------
15606 r21980 | courmisch | 2007-09-12 16:27:08 +0200 (Wed, 12 Sep 2007) | 2 lines
15607 Changed paths:
15608    M /trunk/src/stream_output/sdp.c
15609
15610 Remove extra va_end; code factorization
15611
15612 ------------------------------------------------------------------------
15613 r21979 | oaubert | 2007-09-12 16:04:38 +0200 (Wed, 12 Sep 2007) | 2 lines
15614 Changed paths:
15615    M /trunk/Makefile.am
15616
15617 Bundle libvlc-control.dylib in VLC.app and VLC-release.app
15618
15619 ------------------------------------------------------------------------
15620 r21978 | xtophe | 2007-09-12 00:11:43 +0200 (Wed, 12 Sep 2007) | 2 lines
15621 Changed paths:
15622    M /trunk/modules/gui/minimal_macosx/Modules.am
15623
15624 Distribute the headers
15625
15626 ------------------------------------------------------------------------
15627 r21977 | funman | 2007-09-12 00:01:35 +0200 (Wed, 12 Sep 2007) | 1 line
15628 Changed paths:
15629    M /trunk/extras/mpris.py
15630
15631 note to myself: test before commit please
15632 ------------------------------------------------------------------------
15633 r21976 | xtophe | 2007-09-12 00:01:04 +0200 (Wed, 12 Sep 2007) | 2 lines
15634 Changed paths:
15635    M /trunk/src/text/strings.c
15636
15637 Remove always true tests
15638
15639 ------------------------------------------------------------------------
15640 r21975 | dionoea | 2007-09-12 00:00:09 +0200 (Wed, 12 Sep 2007) | 2 lines
15641 Changed paths:
15642    M /trunk/share/luaplaylist/appletrailers.lua
15643
15644 Remove debug.
15645
15646 ------------------------------------------------------------------------
15647 r21974 | funman | 2007-09-12 00:00:06 +0200 (Wed, 12 Sep 2007) | 4 lines
15648 Changed paths:
15649    M /trunk/extras/mpris.glade
15650    M /trunk/extras/mpris.py
15651
15652 Detect new mpris players, and stick to the last player that ran
15653 Add 3 buttons for loop, repeat and random
15654 Default directory is set to ~ if hardcoded library doesn't exist
15655
15656 ------------------------------------------------------------------------
15657 r21973 | dionoea | 2007-09-11 23:55:39 +0200 (Tue, 11 Sep 2007) | 2 lines
15658 Changed paths:
15659    A /trunk/share/luaplaylist/appletrailers.lua (from /trunk/share/luaplaylist/dailymotion.lua:21965)
15660
15661 Add a lua playlist script for trailers.apple.com pages.
15662
15663 ------------------------------------------------------------------------
15664 r21972 | ileoo | 2007-09-11 23:52:19 +0200 (Tue, 11 Sep 2007) | 2 lines
15665 Changed paths:
15666    M /trunk/src/stream_output/sdp.c
15667
15668 use va_copy, so you don't use same va_list twice.
15669
15670 ------------------------------------------------------------------------
15671 r21971 | dionoea | 2007-09-11 23:16:03 +0200 (Tue, 11 Sep 2007) | 2 lines
15672 Changed paths:
15673    M /trunk/modules/access/http.c
15674
15675 Add support for "iTunes podcast" (example: itpc://www.apple.com/trailers/home/podcasts/pc-2314.xml) which is basically http with a different access name.
15676
15677 ------------------------------------------------------------------------
15678 r21970 | courmisch | 2007-09-11 22:32:27 +0200 (Tue, 11 Sep 2007) | 3 lines
15679 Changed paths:
15680    M /trunk/include/vlc_charset.h
15681    M /trunk/include/vlc_common.h
15682    M /trunk/include/vlc_httpd.h
15683    M /trunk/include/vlc_interface.h
15684    M /trunk/include/vlc_network.h
15685    M /trunk/include/vlc_osd.h
15686    M /trunk/include/vlc_vlm.h
15687
15688 All: missing ATTRIBUTE_FORMAT
15689 Now lets hunt the format warnings!
15690
15691 ------------------------------------------------------------------------
15692 r21969 | courmisch | 2007-09-11 22:23:16 +0200 (Tue, 11 Sep 2007) | 2 lines
15693 Changed paths:
15694    M /trunk/include/vlc_input.h
15695
15696 ATTRIBUTE_FORMAT for input_ItemAddInfo
15697
15698 ------------------------------------------------------------------------
15699 r21968 | courmisch | 2007-09-11 22:21:01 +0200 (Tue, 11 Sep 2007) | 2 lines
15700 Changed paths:
15701    M /trunk/include/vlc_sout.h
15702
15703 ATTRIBUTE_FORMAT for sdp_AddAttribute
15704
15705 ------------------------------------------------------------------------
15706 r21967 | courmisch | 2007-09-11 22:14:00 +0200 (Tue, 11 Sep 2007) | 3 lines
15707 Changed paths:
15708    M /trunk/modules/stream_out/rtp.c
15709
15710 Generic support for text streams in RTP.
15711 No actually subtype implemented currently though.
15712
15713 ------------------------------------------------------------------------
15714 r21966 | funman | 2007-09-11 21:28:00 +0200 (Tue, 11 Sep 2007) | 1 line
15715 Changed paths:
15716    M /trunk/modules/control/dbus.c
15717
15718 Fix segfault when nothing is playing
15719 ------------------------------------------------------------------------
15720 r21965 | funman | 2007-09-11 20:25:24 +0200 (Tue, 11 Sep 2007) | 1 line
15721 Changed paths:
15722    M /trunk/modules/misc/audioscrobbler.c
15723
15724 Checks pointers before using them
15725 ------------------------------------------------------------------------
15726 r21964 | funman | 2007-09-11 20:11:46 +0200 (Tue, 11 Sep 2007) | 3 lines
15727 Changed paths:
15728    M /trunk/modules/control/dbus.c
15729    M /trunk/modules/control/dbus.h
15730
15731 Fix TEST_NEXT macro usage (renamed to TEST_NEXT_ITEM)
15732 Removes not used or deprecated methods
15733
15734 ------------------------------------------------------------------------
15735 r21963 | courmisch | 2007-09-11 19:59:24 +0200 (Tue, 11 Sep 2007) | 2 lines
15736 Changed paths:
15737    M /trunk/modules/stream_out/rtp.c
15738
15739 Kill FIXME
15740
15741 ------------------------------------------------------------------------
15742 r21962 | courmisch | 2007-09-11 19:52:25 +0200 (Tue, 11 Sep 2007) | 2 lines
15743 Changed paths:
15744    M /trunk/modules/stream_out/rtp.c
15745
15746 Fix SDP generation with non-RTP mux
15747
15748 ------------------------------------------------------------------------
15749 r21961 | courmisch | 2007-09-11 19:45:07 +0200 (Tue, 11 Sep 2007) | 2 lines
15750 Changed paths:
15751    M /trunk/modules/stream_out/rtp.c
15752
15753 Oups: s/getsockname/getpeername/
15754
15755 ------------------------------------------------------------------------
15756 r21960 | courmisch | 2007-09-11 19:42:30 +0200 (Tue, 11 Sep 2007) | 2 lines
15757 Changed paths:
15758    M /trunk/modules/stream_out/rtp.c
15759
15760 Use the SDP helpers
15761
15762 ------------------------------------------------------------------------
15763 r21959 | courmisch | 2007-09-11 19:41:17 +0200 (Tue, 11 Sep 2007) | 2 lines
15764 Changed paths:
15765    M /trunk/src/stream_output/sdp.c
15766
15767 Don't forget bitrate
15768
15769 ------------------------------------------------------------------------
15770 r21958 | courmisch | 2007-09-11 19:35:01 +0200 (Tue, 11 Sep 2007) | 2 lines
15771 Changed paths:
15772    M /trunk/src/stream_output/sdp.c
15773
15774 Fix *printf usage
15775
15776 ------------------------------------------------------------------------
15777 r21957 | courmisch | 2007-09-11 19:34:21 +0200 (Tue, 11 Sep 2007) | 2 lines
15778 Changed paths:
15779    M /trunk/modules/stream_out/rtsp.c
15780
15781 Remove extraneous \n
15782
15783 ------------------------------------------------------------------------
15784 r21956 | courmisch | 2007-09-11 19:24:09 +0200 (Tue, 11 Sep 2007) | 2 lines
15785 Changed paths:
15786    M /trunk/src/stream_output/sdp.c
15787
15788 Missing CRLF
15789
15790 ------------------------------------------------------------------------
15791 r21955 | courmisch | 2007-09-11 19:21:58 +0200 (Tue, 11 Sep 2007) | 2 lines
15792 Changed paths:
15793    M /trunk/src/stream_output/sdp.c
15794
15795 Fix segfault
15796
15797 ------------------------------------------------------------------------
15798 r21954 | courmisch | 2007-09-11 19:05:09 +0200 (Tue, 11 Sep 2007) | 2 lines
15799 Changed paths:
15800    M /trunk/include/vlc_sout.h
15801    M /trunk/src/libvlc.sym
15802    M /trunk/src/stream_output/sap.c
15803    M /trunk/src/stream_output/sdp.c
15804    M /trunk/src/stream_output/stream_output.h
15805
15806 Try to improve and export the SDP formatting helpers
15807
15808 ------------------------------------------------------------------------
15809 r21953 | courmisch | 2007-09-11 17:52:21 +0200 (Tue, 11 Sep 2007) | 2 lines
15810 Changed paths:
15811    M /trunk/modules/video_filter/invert.c
15812
15813 Fix warning
15814
15815 ------------------------------------------------------------------------
15816 r21952 | funman | 2007-09-11 12:55:01 +0200 (Tue, 11 Sep 2007) | 1 line
15817 Changed paths:
15818    M /trunk/lxdialog/checklist.c
15819    M /trunk/lxdialog/dialog.h
15820    M /trunk/lxdialog/inputbox.c
15821    M /trunk/lxdialog/lxdialog.c
15822    M /trunk/lxdialog/menubox.c
15823    M /trunk/lxdialog/msgbox.c
15824    M /trunk/lxdialog/textbox.c
15825    M /trunk/lxdialog/util.c
15826    M /trunk/lxdialog/yesno.c
15827    M /trunk/modules/codec/xvmc/cpu_accel.c
15828    M /trunk/modules/codec/xvmc/decode.c
15829    M /trunk/modules/codec/xvmc/header.c
15830    M /trunk/modules/codec/xvmc/motion_comp.c
15831    M /trunk/modules/codec/xvmc/motion_comp_mmx.c
15832    M /trunk/modules/codec/xvmc/mpeg2.h
15833    M /trunk/modules/codec/xvmc/mpeg2_internal.h
15834    M /trunk/modules/codec/xvmc/slice.c
15835    M /trunk/modules/codec/xvmc/slice_xvmc_vld.c
15836    M /trunk/modules/codec/xvmc/vlc.h
15837    M /trunk/modules/codec/xvmc/xxmc-config.h
15838    M /trunk/modules/codec/xvmc/xxmc.c
15839
15840 Same for lxdialog and xvmc
15841 ------------------------------------------------------------------------
15842 r21951 | funman | 2007-09-11 12:14:01 +0200 (Tue, 11 Sep 2007) | 3 lines
15843 Changed paths:
15844    M /trunk/modules/visualization/galaktos/PCM.c
15845    M /trunk/modules/visualization/galaktos/beat_detect.c
15846    M /trunk/modules/visualization/galaktos/builtin_funcs.c
15847    M /trunk/modules/visualization/galaktos/builtin_funcs.h
15848    M /trunk/modules/visualization/galaktos/common.h
15849    M /trunk/modules/visualization/galaktos/custom_shape.c
15850    M /trunk/modules/visualization/galaktos/custom_shape_types.h
15851    M /trunk/modules/visualization/galaktos/custom_wave.c
15852    M /trunk/modules/visualization/galaktos/custom_wave_types.h
15853    M /trunk/modules/visualization/galaktos/engine_vars.c
15854    M /trunk/modules/visualization/galaktos/engine_vars.h
15855    M /trunk/modules/visualization/galaktos/eval.c
15856    M /trunk/modules/visualization/galaktos/eval.h
15857    M /trunk/modules/visualization/galaktos/expr_types.h
15858    M /trunk/modules/visualization/galaktos/fftsg.c
15859    M /trunk/modules/visualization/galaktos/func.c
15860    M /trunk/modules/visualization/galaktos/func_types.h
15861    M /trunk/modules/visualization/galaktos/init_cond.c
15862    M /trunk/modules/visualization/galaktos/param.c
15863    M /trunk/modules/visualization/galaktos/param.h
15864    M /trunk/modules/visualization/galaktos/param_types.h
15865    M /trunk/modules/visualization/galaktos/parser.c
15866    M /trunk/modules/visualization/galaktos/per_frame_eqn.c
15867    M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
15868    M /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
15869    M /trunk/modules/visualization/galaktos/per_point_types.h
15870    M /trunk/modules/visualization/galaktos/preset.c
15871    M /trunk/modules/visualization/galaktos/preset_types.h
15872    M /trunk/modules/visualization/galaktos/splaytree.c
15873    M /trunk/modules/visualization/galaktos/tree_types.c
15874    M /trunk/modules/visualization/galaktos/video_init.c
15875
15876 Reverts [21943] for galaktos as it is external to vlc.
15877 Just in case it is merged one day with upstream source.
15878
15879 ------------------------------------------------------------------------
15880 r21950 | jb | 2007-09-11 00:44:37 +0200 (Tue, 11 Sep 2007) | 3 lines
15881 Changed paths:
15882    M /trunk/modules/gui/qt4/dialogs_provider.cpp
15883
15884 Qt4 - DP: add INTF_DIALOG_DIRECTORY to the different cases.
15885
15886
15887 ------------------------------------------------------------------------
15888 r21949 | xtophe | 2007-09-11 00:44:09 +0200 (Tue, 11 Sep 2007) | 2 lines
15889 Changed paths:
15890    M /trunk/modules/gui/qt4/Modules.am
15891
15892 Fix some filenames + cosmetic
15893
15894 ------------------------------------------------------------------------
15895 r21948 | dionoea | 2007-09-10 23:34:00 +0200 (Mon, 10 Sep 2007) | 2 lines
15896 Changed paths:
15897    M /trunk/src/libvlc-module.c
15898
15899 Sort the VLC translation languages alphabeticaly according to their label, and not their code, in English. The order will be broken in some other languages I guess but at least it'll be coherent the first time the user launches VLC (in English) and changes the language to use in the preferences.
15900
15901 ------------------------------------------------------------------------
15902 r21947 | dionoea | 2007-09-10 23:25:06 +0200 (Mon, 10 Sep 2007) | 2 lines
15903 Changed paths:
15904    M /trunk/src/libvlc-module.c
15905
15906 Fix horrible bug in language id list (must have broken the language selection dialog for a long time)
15907
15908 ------------------------------------------------------------------------
15909 r21946 | dionoea | 2007-09-10 23:01:42 +0200 (Mon, 10 Sep 2007) | 2 lines
15910 Changed paths:
15911    M /trunk/extras/zsh.cpp
15912
15913 Cosmetics, fix a few warnings, add a few memleaks (but we don't care do we?)
15914
15915 ------------------------------------------------------------------------
15916 r21945 | xtophe | 2007-09-10 22:55:31 +0200 (Mon, 10 Sep 2007) | 2 lines
15917 Changed paths:
15918    M /trunk/include/vlc/vlc.h
15919
15920 Fix doxycomment for VLC_AddTarget. It returns the item id.
15921
15922 ------------------------------------------------------------------------
15923 r21944 | funman | 2007-09-10 22:28:47 +0200 (Mon, 10 Sep 2007) | 1 line
15924 Changed paths:
15925    M /trunk/libs/loader/afl.c
15926    M /trunk/libs/loader/com.h
15927    M /trunk/libs/loader/driver.c
15928    M /trunk/libs/loader/driver.h
15929    M /trunk/libs/loader/ext.c
15930    M /trunk/libs/loader/ext.h
15931    M /trunk/libs/loader/kludge.c
15932    M /trunk/libs/loader/ldt_keeper.c
15933    M /trunk/libs/loader/loader.h
15934    M /trunk/libs/loader/module.c
15935    M /trunk/libs/loader/pe_image.c
15936    M /trunk/libs/loader/pe_resource.c
15937    M /trunk/libs/loader/qtx/qtxsdk/components.h
15938    M /trunk/libs/loader/registry.c
15939    M /trunk/libs/loader/registry.h
15940    M /trunk/libs/loader/resource.c
15941    M /trunk/libs/loader/vfl.c
15942    M /trunk/libs/loader/win32.c
15943    M /trunk/libs/loader/wine/avifmt.h
15944    M /trunk/libs/loader/wine/driver.h
15945    M /trunk/libs/loader/wine/heap.h
15946    M /trunk/libs/loader/wine/mmreg.h
15947    M /trunk/libs/loader/wine/module.h
15948    M /trunk/libs/loader/wine/msacm.h
15949    M /trunk/libs/loader/wine/msacmdrv.h
15950    M /trunk/libs/loader/wine/pe_image.h
15951    M /trunk/libs/loader/wine/vfw.h
15952    M /trunk/libs/loader/wine/winbase.h
15953    M /trunk/libs/loader/wine/windef.h
15954    M /trunk/libs/loader/wine/winerror.h
15955    M /trunk/libs/loader/wine/winnt.h
15956    M /trunk/libs/loader/wine/winreg.h
15957    M /trunk/libs/loader/wine/winuser.h
15958    M /trunk/libs/loader/wineacm.h
15959
15960 Revert previous commit for loader as it is external to vlc
15961 ------------------------------------------------------------------------
15962 r21943 | funman | 2007-09-10 20:56:52 +0200 (Mon, 10 Sep 2007) | 1 line
15963 Changed paths:
15964    M /trunk/activex/axvlc_idl.c
15965    M /trunk/activex/axvlc_idl.h
15966    M /trunk/activex/connectioncontainer.h
15967    M /trunk/activex/dataobject.cpp
15968    M /trunk/activex/dataobject.h
15969    M /trunk/activex/main.cpp
15970    M /trunk/activex/objectsafety.cpp
15971    M /trunk/activex/objectsafety.h
15972    M /trunk/activex/olecontrol.h
15973    M /trunk/activex/oleinplaceactiveobject.h
15974    M /trunk/activex/oleinplaceobject.cpp
15975    M /trunk/activex/oleobject.cpp
15976    M /trunk/activex/persistpropbag.h
15977    M /trunk/activex/persiststorage.h
15978    M /trunk/activex/persiststreaminit.cpp
15979    M /trunk/activex/persiststreaminit.h
15980    M /trunk/activex/plugin.cpp
15981    M /trunk/activex/plugin.h
15982    M /trunk/activex/provideclassinfo.h
15983    M /trunk/activex/utils.cpp
15984    M /trunk/activex/utils.h
15985    M /trunk/activex/viewobject.cpp
15986    M /trunk/activex/viewobject.h
15987    M /trunk/activex/vlccontrol.cpp
15988    M /trunk/activex/vlccontrol2.h
15989    M /trunk/bindings/python/vlc_input.c
15990    M /trunk/bindings/python/vlc_instance.c
15991    M /trunk/bindings/python/vlc_mediacontrol.c
15992    M /trunk/bindings/python/vlc_position.c
15993    M /trunk/include/mmx.h
15994    M /trunk/include/vlc/libvlc.h
15995    M /trunk/include/vlc/libvlc_structures.h
15996    M /trunk/include/vlc/mediacontrol.h
15997    M /trunk/include/vlc/mediacontrol_structures.h
15998    M /trunk/include/vlc/vlc.h
15999    M /trunk/include/vlc_arrays.h
16000    M /trunk/include/vlc_codecs.h
16001    M /trunk/include/vlc_common.h
16002    M /trunk/include/vlc_demux.h
16003    M /trunk/include/vlc_epg.h
16004    M /trunk/include/vlc_events.h
16005    M /trunk/include/vlc_input.h
16006    M /trunk/include/vlc_meta.h
16007    M /trunk/include/vlc_network.h
16008    M /trunk/include/vlc_playlist.h
16009    M /trunk/include/vlc_stream.h
16010    M /trunk/include/vlc_update.h
16011    M /trunk/libs/loader/afl.c
16012    M /trunk/libs/loader/com.h
16013    M /trunk/libs/loader/driver.c
16014    M /trunk/libs/loader/driver.h
16015    M /trunk/libs/loader/ext.c
16016    M /trunk/libs/loader/ext.h
16017    M /trunk/libs/loader/kludge.c
16018    M /trunk/libs/loader/ldt_keeper.c
16019    M /trunk/libs/loader/loader.h
16020    M /trunk/libs/loader/module.c
16021    M /trunk/libs/loader/pe_image.c
16022    M /trunk/libs/loader/pe_resource.c
16023    M /trunk/libs/loader/qtx/qtxsdk/components.h
16024    M /trunk/libs/loader/registry.c
16025    M /trunk/libs/loader/registry.h
16026    M /trunk/libs/loader/resource.c
16027    M /trunk/libs/loader/vfl.c
16028    M /trunk/libs/loader/win32.c
16029    M /trunk/libs/loader/wine/avifmt.h
16030    M /trunk/libs/loader/wine/driver.h
16031    M /trunk/libs/loader/wine/heap.h
16032    M /trunk/libs/loader/wine/mmreg.h
16033    M /trunk/libs/loader/wine/module.h
16034    M /trunk/libs/loader/wine/msacm.h
16035    M /trunk/libs/loader/wine/msacmdrv.h
16036    M /trunk/libs/loader/wine/pe_image.h
16037    M /trunk/libs/loader/wine/vfw.h
16038    M /trunk/libs/loader/wine/winbase.h
16039    M /trunk/libs/loader/wine/windef.h
16040    M /trunk/libs/loader/wine/winerror.h
16041    M /trunk/libs/loader/wine/winnt.h
16042    M /trunk/libs/loader/wine/winreg.h
16043    M /trunk/libs/loader/wine/winuser.h
16044    M /trunk/libs/loader/wineacm.h
16045    M /trunk/lxdialog/checklist.c
16046    M /trunk/lxdialog/dialog.h
16047    M /trunk/lxdialog/inputbox.c
16048    M /trunk/lxdialog/lxdialog.c
16049    M /trunk/lxdialog/menubox.c
16050    M /trunk/lxdialog/msgbox.c
16051    M /trunk/lxdialog/textbox.c
16052    M /trunk/lxdialog/util.c
16053    M /trunk/lxdialog/yesno.c
16054    M /trunk/modules/access/bda/bda.c
16055    M /trunk/modules/access/bda/bdagraph.cpp
16056    M /trunk/modules/access/cdda/access.c
16057    M /trunk/modules/access/cdda/access.h
16058    M /trunk/modules/access/cdda/callback.c
16059    M /trunk/modules/access/cdda/callback.h
16060    M /trunk/modules/access/cdda/cdda.c
16061    M /trunk/modules/access/cdda/cdda.h
16062    M /trunk/modules/access/cdda/info.c
16063    M /trunk/modules/access/dc1394.c
16064    M /trunk/modules/access/dshow/crossbar.cpp
16065    M /trunk/modules/access/dshow/dshow.cpp
16066    M /trunk/modules/access/dshow/filter.cpp
16067    M /trunk/modules/access/dv.c
16068    M /trunk/modules/access/dvb/access.c
16069    M /trunk/modules/access/dvb/en50221.c
16070    M /trunk/modules/access/dvb/linux_dvb.c
16071    M /trunk/modules/access/dvdnav.c
16072    M /trunk/modules/access/dvdread.c
16073    M /trunk/modules/access/eyetv.c
16074    M /trunk/modules/access/file.c
16075    M /trunk/modules/access/ftp.c
16076    M /trunk/modules/access/jack.c
16077    M /trunk/modules/access/mms/buffer.h
16078    M /trunk/modules/access/rtsp/access.c
16079    M /trunk/modules/access/rtsp/real.c
16080    M /trunk/modules/access/rtsp/real_asmrp.c
16081    M /trunk/modules/access/rtsp/rtsp.c
16082    M /trunk/modules/access/screen/mac.c
16083    M /trunk/modules/access/smb.c
16084    M /trunk/modules/access/udp.c
16085    M /trunk/modules/access/v4l.c
16086    M /trunk/modules/access/v4l2.c
16087    M /trunk/modules/access/vcd/cdrom.c
16088    M /trunk/modules/access/vcd/cdrom.h
16089    M /trunk/modules/access/vcd/cdrom_internals.h
16090    M /trunk/modules/access/vcdx/access.c
16091    M /trunk/modules/access/vcdx/demux.c
16092    M /trunk/modules/access/vcdx/info.c
16093    M /trunk/modules/access/vcdx/info.h
16094    M /trunk/modules/access/vcdx/intf.c
16095    M /trunk/modules/access/vcdx/intf.h
16096    M /trunk/modules/access/vcdx/vcd.c
16097    M /trunk/modules/access/vcdx/vcd.h
16098    M /trunk/modules/access/vcdx/vcdplayer.c
16099    M /trunk/modules/access/vcdx/vcdplayer.h
16100    M /trunk/modules/access/videodev2.h
16101    M /trunk/modules/access_filter/timeshift.c
16102    M /trunk/modules/audio_filter/channel_mixer/simple.c
16103    M /trunk/modules/audio_filter/converter/a52tofloat32.c
16104    M /trunk/modules/audio_filter/converter/a52tospdif.c
16105    M /trunk/modules/audio_filter/converter/dtstofloat32.c
16106    M /trunk/modules/audio_filter/converter/dtstospdif.c
16107    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
16108    M /trunk/modules/audio_filter/format.c
16109    M /trunk/modules/audio_filter/param_eq.c
16110    M /trunk/modules/audio_filter/resampler/bandlimited.c
16111    M /trunk/modules/audio_filter/resampler/bandlimited.h
16112    M /trunk/modules/audio_filter/resampler/linear.c
16113    M /trunk/modules/audio_filter/resampler/trivial.c
16114    M /trunk/modules/audio_filter/resampler/ugly.c
16115    M /trunk/modules/audio_mixer/float32.c
16116    M /trunk/modules/audio_mixer/spdif.c
16117    M /trunk/modules/audio_output/alsa.c
16118    M /trunk/modules/audio_output/auhal.c
16119    M /trunk/modules/audio_output/directx.c
16120    M /trunk/modules/audio_output/hd1000a.cpp
16121    M /trunk/modules/codec/adpcm.c
16122    M /trunk/modules/codec/cmml/browser_open.c
16123    M /trunk/modules/codec/cmml/browser_open.h
16124    M /trunk/modules/codec/cmml/cmml.c
16125    M /trunk/modules/codec/cmml/history.c
16126    M /trunk/modules/codec/cmml/xarray.c
16127    M /trunk/modules/codec/cmml/xarray.h
16128    M /trunk/modules/codec/cmml/xlist.c
16129    M /trunk/modules/codec/cmml/xstrcat.h
16130    M /trunk/modules/codec/cmml/xtag.c
16131    M /trunk/modules/codec/cmml/xurl.c
16132    M /trunk/modules/codec/cmml/xurl.h
16133    M /trunk/modules/codec/cvdsub.c
16134    M /trunk/modules/codec/dirac.c
16135    M /trunk/modules/codec/dmo/dmo.c
16136    M /trunk/modules/codec/dmo/dmo.h
16137    M /trunk/modules/codec/dvbsub.c
16138    M /trunk/modules/codec/ffmpeg/postprocess.c
16139    M /trunk/modules/codec/libmpeg2.c
16140    M /trunk/modules/codec/lpcm.c
16141    M /trunk/modules/codec/mash.cpp
16142    M /trunk/modules/codec/png.c
16143    M /trunk/modules/codec/quicktime.c
16144    M /trunk/modules/codec/spudec/spudec.h
16145    M /trunk/modules/codec/subtitles/subsass.c
16146    M /trunk/modules/codec/svcdsub.c
16147    M /trunk/modules/codec/telx.c
16148    M /trunk/modules/codec/vorbis.c
16149    M /trunk/modules/codec/x264.c
16150    M /trunk/modules/codec/xvmc/cpu_accel.c
16151    M /trunk/modules/codec/xvmc/decode.c
16152    M /trunk/modules/codec/xvmc/header.c
16153    M /trunk/modules/codec/xvmc/motion_comp.c
16154    M /trunk/modules/codec/xvmc/motion_comp_mmx.c
16155    M /trunk/modules/codec/xvmc/mpeg2.h
16156    M /trunk/modules/codec/xvmc/mpeg2_internal.h
16157    M /trunk/modules/codec/xvmc/slice.c
16158    M /trunk/modules/codec/xvmc/slice_xvmc_vld.c
16159    M /trunk/modules/codec/xvmc/vlc.h
16160    M /trunk/modules/codec/xvmc/xxmc-config.h
16161    M /trunk/modules/codec/xvmc/xxmc.c
16162    M /trunk/modules/control/dbus.c
16163    M /trunk/modules/control/dbus.h
16164    M /trunk/modules/control/gestures.c
16165    M /trunk/modules/control/unimotion.c
16166    M /trunk/modules/demux/asf/asf.c
16167    M /trunk/modules/demux/asf/libasf.c
16168    M /trunk/modules/demux/asf/libasf.h
16169    M /trunk/modules/demux/avi/libavi.c
16170    M /trunk/modules/demux/avi/libavi.h
16171    M /trunk/modules/demux/dts.c
16172    M /trunk/modules/demux/flac.c
16173    M /trunk/modules/demux/gme.cpp
16174    M /trunk/modules/demux/live555.cpp
16175    M /trunk/modules/demux/mkv.cpp
16176    M /trunk/modules/demux/mp4/libmp4.c
16177    M /trunk/modules/demux/mp4/mp4.c
16178    M /trunk/modules/demux/mpc.c
16179    M /trunk/modules/demux/nsc.c
16180    M /trunk/modules/demux/ogg.c
16181    M /trunk/modules/demux/playlist/b4s.c
16182    M /trunk/modules/demux/playlist/pls.c
16183    M /trunk/modules/demux/playlist/podcast.c
16184    M /trunk/modules/demux/playlist/sgimb.c
16185    M /trunk/modules/demux/real.c
16186    M /trunk/modules/demux/subtitle.c
16187    M /trunk/modules/demux/ts.c
16188    M /trunk/modules/demux/tta.c
16189    M /trunk/modules/demux/ty.c
16190    M /trunk/modules/demux/vc1.c
16191    M /trunk/modules/demux/vobsub.c
16192    M /trunk/modules/demux/voc.c
16193    M /trunk/modules/gui/beos/Bitmaps.h
16194    M /trunk/modules/gui/beos/DrawingTidbits.cpp
16195    M /trunk/modules/gui/beos/DrawingTidbits.h
16196    M /trunk/modules/gui/beos/Interface.cpp
16197    M /trunk/modules/gui/beos/InterfaceWindow.cpp
16198    M /trunk/modules/gui/beos/InterfaceWindow.h
16199    M /trunk/modules/gui/beos/ListViews.cpp
16200    M /trunk/modules/gui/beos/ListViews.h
16201    M /trunk/modules/gui/beos/MediaControlView.cpp
16202    M /trunk/modules/gui/beos/MediaControlView.h
16203    M /trunk/modules/gui/beos/MessagesWindow.cpp
16204    M /trunk/modules/gui/beos/PlayListWindow.cpp
16205    M /trunk/modules/gui/beos/PlayListWindow.h
16206    M /trunk/modules/gui/beos/PreferencesWindow.cpp
16207    M /trunk/modules/gui/beos/TransportButton.cpp
16208    M /trunk/modules/gui/beos/TransportButton.h
16209    M /trunk/modules/gui/beos/VideoOutput.cpp
16210    M /trunk/modules/gui/beos/VideoWindow.h
16211    M /trunk/modules/gui/macosx/AppleRemote.h
16212    M /trunk/modules/gui/macosx/AppleRemote.m
16213    M /trunk/modules/gui/macosx/about.h
16214    M /trunk/modules/gui/macosx/about.m
16215    M /trunk/modules/gui/macosx/applescript.h
16216    M /trunk/modules/gui/macosx/applescript.m
16217    M /trunk/modules/gui/macosx/bookmarks.h
16218    M /trunk/modules/gui/macosx/bookmarks.m
16219    M /trunk/modules/gui/macosx/controls.h
16220    M /trunk/modules/gui/macosx/controls.m
16221    M /trunk/modules/gui/macosx/embeddedwindow.h
16222    M /trunk/modules/gui/macosx/embeddedwindow.m
16223    M /trunk/modules/gui/macosx/equalizer.h
16224    M /trunk/modules/gui/macosx/equalizer.m
16225    M /trunk/modules/gui/macosx/extended.h
16226    M /trunk/modules/gui/macosx/extended.m
16227    M /trunk/modules/gui/macosx/eyetv.m
16228    M /trunk/modules/gui/macosx/fspanel.m
16229    M /trunk/modules/gui/macosx/interaction.h
16230    M /trunk/modules/gui/macosx/interaction.m
16231    M /trunk/modules/gui/macosx/intf.m
16232    M /trunk/modules/gui/macosx/macosx.m
16233    M /trunk/modules/gui/macosx/misc.m
16234    M /trunk/modules/gui/macosx/open.h
16235    M /trunk/modules/gui/macosx/open.m
16236    M /trunk/modules/gui/macosx/output.h
16237    M /trunk/modules/gui/macosx/output.m
16238    M /trunk/modules/gui/macosx/playlist.h
16239    M /trunk/modules/gui/macosx/playlist.m
16240    M /trunk/modules/gui/macosx/playlistinfo.h
16241    M /trunk/modules/gui/macosx/playlistinfo.m
16242    M /trunk/modules/gui/macosx/prefs.h
16243    M /trunk/modules/gui/macosx/prefs.m
16244    M /trunk/modules/gui/macosx/prefs_widgets.h
16245    M /trunk/modules/gui/macosx/prefs_widgets.m
16246    M /trunk/modules/gui/macosx/sfilters.h
16247    M /trunk/modules/gui/macosx/sfilters.m
16248    M /trunk/modules/gui/macosx/update.m
16249    M /trunk/modules/gui/macosx/vout.h
16250    M /trunk/modules/gui/macosx/vout.m
16251    M /trunk/modules/gui/macosx/voutgl.m
16252    M /trunk/modules/gui/macosx/voutqt.m
16253    M /trunk/modules/gui/macosx/wizard.h
16254    M /trunk/modules/gui/macosx/wizard.m
16255    M /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.m
16256    M /trunk/modules/gui/minimal_macosx/intf.m
16257    M /trunk/modules/gui/minimal_macosx/macosx.c
16258    M /trunk/modules/gui/minimal_macosx/voutagl.m
16259    M /trunk/modules/gui/minimal_macosx/voutgl.h
16260    M /trunk/modules/gui/minimal_macosx/voutgl.m
16261    M /trunk/modules/gui/pda/pda.h
16262    M /trunk/modules/gui/pda/pda_callbacks.c
16263    M /trunk/modules/gui/qnx/qnx.c
16264    M /trunk/modules/gui/qt4/components/infopanels.cpp
16265    M /trunk/modules/gui/qt4/components/infopanels.hpp
16266    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
16267    M /trunk/modules/gui/qt4/components/open.cpp
16268    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
16269    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
16270    M /trunk/modules/gui/qt4/dialogs/extended.cpp
16271    M /trunk/modules/gui/qt4/dialogs/gototime.hpp
16272    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
16273    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
16274    M /trunk/modules/gui/qt4/dialogs/messages.hpp
16275    M /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
16276    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
16277    M /trunk/modules/gui/qt4/dialogs/sout.hpp
16278    M /trunk/modules/gui/qt4/dialogs/vlm.cpp
16279    M /trunk/modules/gui/qt4/dialogs/vlm.hpp
16280    M /trunk/modules/gui/qt4/input_manager.cpp
16281    M /trunk/modules/gui/qt4/main_interface.hpp
16282    M /trunk/modules/gui/qt4/menus.hpp
16283    M /trunk/modules/gui/qt4/pixmaps/advanced.xpm
16284    M /trunk/modules/gui/qt4/pixmaps/audio.xpm
16285    M /trunk/modules/gui/qt4/pixmaps/codec.xpm
16286    M /trunk/modules/gui/qt4/pixmaps/intf.xpm
16287    M /trunk/modules/gui/qt4/pixmaps/type_card.xpm
16288    M /trunk/modules/gui/qt4/pixmaps/type_cdda.xpm
16289    M /trunk/modules/gui/qt4/pixmaps/type_directory.xpm
16290    M /trunk/modules/gui/qt4/pixmaps/type_disc.xpm
16291    M /trunk/modules/gui/qt4/pixmaps/type_file.xpm
16292    M /trunk/modules/gui/qt4/pixmaps/type_net.xpm
16293    M /trunk/modules/gui/qt4/pixmaps/type_node.xpm
16294    M /trunk/modules/gui/qt4/pixmaps/type_playlist.xpm
16295    M /trunk/modules/gui/qt4/pixmaps/type_unknown.xpm
16296    M /trunk/modules/gui/qt4/pixmaps/video.xpm
16297    M /trunk/modules/gui/qt4/playlist_model.cpp
16298    M /trunk/modules/gui/qt4/util/customwidgets.cpp
16299    M /trunk/modules/gui/qt4/util/customwidgets.hpp
16300    M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
16301    M /trunk/modules/gui/skins2/utils/bezier.cpp
16302    M /trunk/modules/gui/skins2/x11/x11_window.cpp
16303    M /trunk/modules/gui/wince/dialogs.cpp
16304    M /trunk/modules/gui/wince/fileinfo.cpp
16305    M /trunk/modules/gui/wince/interface.cpp
16306    M /trunk/modules/gui/wince/iteminfo.cpp
16307    M /trunk/modules/gui/wince/menus.cpp
16308    M /trunk/modules/gui/wince/messages.cpp
16309    M /trunk/modules/gui/wince/open.cpp
16310    M /trunk/modules/gui/wince/playlist.cpp
16311    M /trunk/modules/gui/wince/preferences.cpp
16312    M /trunk/modules/gui/wince/preferences_widgets.cpp
16313    M /trunk/modules/gui/wince/subtitles.cpp
16314    M /trunk/modules/gui/wince/timer.cpp
16315    M /trunk/modules/gui/wince/video.cpp
16316    M /trunk/modules/gui/wince/wince.cpp
16317    M /trunk/modules/gui/wince/wince.h
16318    M /trunk/modules/gui/wxwidgets/bitmaps/advanced.xpm
16319    M /trunk/modules/gui/wxwidgets/bitmaps/audio.xpm
16320    M /trunk/modules/gui/wxwidgets/bitmaps/codec.xpm
16321    M /trunk/modules/gui/wxwidgets/bitmaps/edit.xpm
16322    M /trunk/modules/gui/wxwidgets/bitmaps/eject.xpm
16323    M /trunk/modules/gui/wxwidgets/bitmaps/fast.xpm
16324    M /trunk/modules/gui/wxwidgets/bitmaps/intf.xpm
16325    M /trunk/modules/gui/wxwidgets/bitmaps/loop.xpm
16326    M /trunk/modules/gui/wxwidgets/bitmaps/next.xpm
16327    M /trunk/modules/gui/wxwidgets/bitmaps/pause.xpm
16328    M /trunk/modules/gui/wxwidgets/bitmaps/play.xpm
16329    M /trunk/modules/gui/wxwidgets/bitmaps/playlist.xpm
16330    M /trunk/modules/gui/wxwidgets/bitmaps/playlist_small.xpm
16331    M /trunk/modules/gui/wxwidgets/bitmaps/prev.xpm
16332    M /trunk/modules/gui/wxwidgets/bitmaps/repeat.xpm
16333    M /trunk/modules/gui/wxwidgets/bitmaps/shuffle.xpm
16334    M /trunk/modules/gui/wxwidgets/bitmaps/slow.xpm
16335    M /trunk/modules/gui/wxwidgets/bitmaps/speaker.xpm
16336    M /trunk/modules/gui/wxwidgets/bitmaps/speaker_mute.xpm
16337    M /trunk/modules/gui/wxwidgets/bitmaps/stop.xpm
16338    M /trunk/modules/gui/wxwidgets/bitmaps/trash.xpm
16339    M /trunk/modules/gui/wxwidgets/bitmaps/type_afile.xpm
16340    M /trunk/modules/gui/wxwidgets/bitmaps/type_card.xpm
16341    M /trunk/modules/gui/wxwidgets/bitmaps/type_cdda.xpm
16342    M /trunk/modules/gui/wxwidgets/bitmaps/type_directory.xpm
16343    M /trunk/modules/gui/wxwidgets/bitmaps/type_disc.xpm
16344    M /trunk/modules/gui/wxwidgets/bitmaps/type_net.xpm
16345    M /trunk/modules/gui/wxwidgets/bitmaps/type_node.xpm
16346    M /trunk/modules/gui/wxwidgets/bitmaps/type_playlist.xpm
16347    M /trunk/modules/gui/wxwidgets/bitmaps/type_unknown.xpm
16348    M /trunk/modules/gui/wxwidgets/bitmaps/type_vfile.xpm
16349    M /trunk/modules/gui/wxwidgets/bitmaps/update_ascii.xpm
16350    M /trunk/modules/gui/wxwidgets/bitmaps/update_binary.xpm
16351    M /trunk/modules/gui/wxwidgets/bitmaps/update_document.xpm
16352    M /trunk/modules/gui/wxwidgets/bitmaps/update_info.xpm
16353    M /trunk/modules/gui/wxwidgets/bitmaps/update_source.xpm
16354    M /trunk/modules/gui/wxwidgets/bitmaps/video.xpm
16355    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
16356    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
16357    M /trunk/modules/gui/wxwidgets/dialogs.cpp
16358    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
16359    M /trunk/modules/gui/wxwidgets/extrapanel.hpp
16360    M /trunk/modules/gui/wxwidgets/input_manager.cpp
16361    M /trunk/modules/gui/wxwidgets/menus.cpp
16362    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
16363    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
16364    M /trunk/modules/meta_engine/id3tag.c
16365    M /trunk/modules/meta_engine/taglib.cpp
16366    M /trunk/modules/misc/audioscrobbler.c
16367    M /trunk/modules/misc/dummy/aout.c
16368    M /trunk/modules/misc/dummy/dummy.h
16369    M /trunk/modules/misc/dummy/input.c
16370    M /trunk/modules/misc/dummy/interface.c
16371    M /trunk/modules/misc/logger.c
16372    M /trunk/modules/misc/lua/luameta.c
16373    M /trunk/modules/misc/lua/luaplaylist.c
16374    M /trunk/modules/misc/lua/vlclua.c
16375    M /trunk/modules/misc/memcpy/fastmemcpy.h
16376    M /trunk/modules/misc/memcpy/memcpy.c
16377    M /trunk/modules/misc/memcpy/memcpyaltivec.c
16378    M /trunk/modules/misc/notify/notify.c
16379    M /trunk/modules/misc/notify/xosd.c
16380    M /trunk/modules/misc/profile_parser.c
16381    M /trunk/modules/misc/rtsp.c
16382    M /trunk/modules/misc/screensaver.c
16383    M /trunk/modules/misc/svg.c
16384    M /trunk/modules/misc/testsuite/test1.c
16385    M /trunk/modules/misc/testsuite/test2.cpp
16386    M /trunk/modules/misc/testsuite/test4.c
16387    M /trunk/modules/misc/xml/libxml.c
16388    M /trunk/modules/misc/xml/xtag.c
16389    M /trunk/modules/mux/mp4.c
16390    M /trunk/modules/mux/mpeg/bits.h
16391    M /trunk/modules/mux/mpeg/csa.c
16392    M /trunk/modules/mux/mpeg/pes.h
16393    M /trunk/modules/mux/mpeg/ps.c
16394    M /trunk/modules/mux/mpeg/ts.c
16395    M /trunk/modules/mux/ogg.c
16396    M /trunk/modules/mux/rtp/rtcp.c
16397    M /trunk/modules/mux/rtp/rtcp.h
16398    M /trunk/modules/mux/wav.c
16399    M /trunk/modules/packetizer/h264.c
16400    M /trunk/modules/packetizer/mpegvideo.c
16401    M /trunk/modules/services_discovery/hal.c
16402    M /trunk/modules/services_discovery/sap.c
16403    M /trunk/modules/services_discovery/upnp_intel.cpp
16404    M /trunk/modules/stream_out/description.c
16405    M /trunk/modules/stream_out/es.c
16406    M /trunk/modules/stream_out/rtp.c
16407    M /trunk/modules/stream_out/transcode.c
16408    M /trunk/modules/stream_out/transrate/block.c
16409    M /trunk/modules/stream_out/transrate/frame.c
16410    M /trunk/modules/stream_out/transrate/putvlc.h
16411    M /trunk/modules/stream_out/transrate/transrate.h
16412    M /trunk/modules/video_chroma/i420_rgb.c
16413    M /trunk/modules/video_chroma/i420_rgb.h
16414    M /trunk/modules/video_chroma/i420_rgb16.c
16415    M /trunk/modules/video_chroma/i420_rgb8.c
16416    M /trunk/modules/video_chroma/i420_rgb_mmx.h
16417    M /trunk/modules/video_chroma/i420_ymga.c
16418    M /trunk/modules/video_chroma/i420_yuy2.c
16419    M /trunk/modules/video_chroma/i420_yuy2.h
16420    M /trunk/modules/video_chroma/i422_yuy2.c
16421    M /trunk/modules/video_chroma/i422_yuy2.h
16422    M /trunk/modules/video_filter/blend.c
16423    M /trunk/modules/video_filter/colorthres.c
16424    M /trunk/modules/video_filter/deinterlace.c
16425    M /trunk/modules/video_filter/filter_event_info.h
16426    M /trunk/modules/video_filter/opencv_example.cpp
16427    M /trunk/modules/video_filter/opencv_wrapper.c
16428    M /trunk/modules/video_filter/osdmenu.c
16429    M /trunk/modules/video_filter/sharpen.c
16430    M /trunk/modules/video_filter/wall.c
16431    M /trunk/modules/video_output/directfb.c
16432    M /trunk/modules/video_output/hd1000v.cpp
16433    M /trunk/modules/video_output/msw/direct3d.c
16434    M /trunk/modules/video_output/msw/directx.c
16435    M /trunk/modules/video_output/msw/events.c
16436    M /trunk/modules/video_output/msw/glwin32.c
16437    M /trunk/modules/video_output/msw/wingdi.c
16438    M /trunk/modules/video_output/opengl.c
16439    M /trunk/modules/video_output/x11/xcommon.c
16440    M /trunk/modules/video_output/x11/xcommon.h
16441    M /trunk/modules/video_output/x11/xvmc.c
16442    M /trunk/modules/visualization/galaktos/PCM.c
16443    M /trunk/modules/visualization/galaktos/beat_detect.c
16444    M /trunk/modules/visualization/galaktos/builtin_funcs.c
16445    M /trunk/modules/visualization/galaktos/builtin_funcs.h
16446    M /trunk/modules/visualization/galaktos/common.h
16447    M /trunk/modules/visualization/galaktos/custom_shape.c
16448    M /trunk/modules/visualization/galaktos/custom_shape_types.h
16449    M /trunk/modules/visualization/galaktos/custom_wave.c
16450    M /trunk/modules/visualization/galaktos/custom_wave_types.h
16451    M /trunk/modules/visualization/galaktos/engine_vars.c
16452    M /trunk/modules/visualization/galaktos/engine_vars.h
16453    M /trunk/modules/visualization/galaktos/eval.c
16454    M /trunk/modules/visualization/galaktos/eval.h
16455    M /trunk/modules/visualization/galaktos/expr_types.h
16456    M /trunk/modules/visualization/galaktos/fftsg.c
16457    M /trunk/modules/visualization/galaktos/func.c
16458    M /trunk/modules/visualization/galaktos/func_types.h
16459    M /trunk/modules/visualization/galaktos/init_cond.c
16460    M /trunk/modules/visualization/galaktos/param.c
16461    M /trunk/modules/visualization/galaktos/param.h
16462    M /trunk/modules/visualization/galaktos/param_types.h
16463    M /trunk/modules/visualization/galaktos/parser.c
16464    M /trunk/modules/visualization/galaktos/per_frame_eqn.c
16465    M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
16466    M /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
16467    M /trunk/modules/visualization/galaktos/per_point_types.h
16468    M /trunk/modules/visualization/galaktos/preset.c
16469    M /trunk/modules/visualization/galaktos/preset_types.h
16470    M /trunk/modules/visualization/galaktos/splaytree.c
16471    M /trunk/modules/visualization/galaktos/tree_types.c
16472    M /trunk/modules/visualization/galaktos/video_init.c
16473    M /trunk/modules/visualization/visual/effects.c
16474    M /trunk/modules/visualization/visual/fft.h
16475    M /trunk/mozilla/control/npolibvlc.h
16476    M /trunk/mozilla/control/nporuntime.cpp
16477    M /trunk/mozilla/support/classinfo.h
16478    M /trunk/mozilla/support/npmac.cpp
16479    M /trunk/mozilla/support/npunix.c
16480    M /trunk/mozilla/support/npwin.cpp
16481    M /trunk/mozilla/vlcplugin.cpp
16482    M /trunk/mozilla/vlcplugin.h
16483    M /trunk/mozilla/vlcshell.cpp
16484    M /trunk/share/newres.h
16485    M /trunk/share/pda-forwardb16x16.xpm
16486    M /trunk/share/pda-openb16x16.xpm
16487    M /trunk/share/pda-pauseb16x16.xpm
16488    M /trunk/share/pda-playb16x16.xpm
16489    M /trunk/share/pda-playlistb16x16.xpm
16490    M /trunk/share/pda-preferencesb16x16.xpm
16491    M /trunk/share/pda-rewindb16x16.xpm
16492    M /trunk/share/pda-stopb16x16.xpm
16493    M /trunk/share/resource.h
16494    M /trunk/src/audio_output/filters.c
16495    M /trunk/src/control/core.c
16496    M /trunk/src/control/dynamic_media_list.c
16497    M /trunk/src/control/event.c
16498    M /trunk/src/control/flat_media_list.c
16499    M /trunk/src/control/libvlc_internal.h
16500    M /trunk/src/control/log.c
16501    M /trunk/src/control/media_descriptor.c
16502    M /trunk/src/control/media_discoverer.c
16503    M /trunk/src/control/media_instance.c
16504    M /trunk/src/control/media_library.c
16505    M /trunk/src/control/media_list.c
16506    M /trunk/src/control/media_list_path.h
16507    M /trunk/src/control/media_list_player.c
16508    M /trunk/src/control/mediacontrol_audio_video.c
16509    M /trunk/src/control/mediacontrol_core.c
16510    M /trunk/src/control/mediacontrol_internal.h
16511    M /trunk/src/control/mediacontrol_util.c
16512    M /trunk/src/control/tag_query.c
16513    M /trunk/src/control/video.c
16514    M /trunk/src/control/vlm.c
16515    M /trunk/src/extras/dirent.c
16516    M /trunk/src/extras/getopt.c
16517    M /trunk/src/extras/getopt.h
16518    M /trunk/src/extras/getopt1.c
16519    M /trunk/src/extras/libc.c
16520    M /trunk/src/input/decoder.c
16521    M /trunk/src/input/es_out.c
16522    M /trunk/src/input/input.c
16523    M /trunk/src/input/mem_stream.c
16524    M /trunk/src/input/vlm.c
16525    M /trunk/src/input/vlm_internal.h
16526    M /trunk/src/interface/interface.c
16527    M /trunk/src/libvlc-common.c
16528    M /trunk/src/libvlc-module.c
16529    M /trunk/src/misc/darwin_specific.c
16530    M /trunk/src/misc/events.c
16531    M /trunk/src/misc/mtime.c
16532    M /trunk/src/misc/rand.c
16533    M /trunk/src/misc/threads.c
16534    M /trunk/src/misc/win32_specific.c
16535    M /trunk/src/modules/configuration_chain.c
16536    M /trunk/src/modules/modules.c
16537    M /trunk/src/network/acl.c
16538    M /trunk/src/network/getaddrinfo.c
16539    M /trunk/src/network/io.c
16540    M /trunk/src/network/tcp.c
16541    M /trunk/src/network/tls.c
16542    M /trunk/src/network/udp.c
16543    M /trunk/src/osd/osd.c
16544    M /trunk/src/playlist/item.c
16545    M /trunk/src/playlist/sort.c
16546    M /trunk/src/playlist/tree.c
16547    M /trunk/src/stream_output/stream_output.c
16548    M /trunk/src/video_output/video_output.c
16549    M /trunk/src/video_output/vout_intf.c
16550    M /trunk/test/native/algo.c
16551    M /trunk/test/native/libvlc.c
16552    M /trunk/test/native/threads.c
16553
16554 Removes trailing spaces. Removes tabs.
16555 ------------------------------------------------------------------------
16556 r21942 | courmisch | 2007-09-10 20:34:56 +0200 (Mon, 10 Sep 2007) | 2 lines
16557 Changed paths:
16558    M /trunk/modules/stream_out/rtp.c
16559
16560 Support for UDP-Lite (with full checksum coverage only atm)
16561
16562 ------------------------------------------------------------------------
16563 r21941 | damienf | 2007-09-10 14:59:08 +0200 (Mon, 10 Sep 2007) | 2 lines
16564 Changed paths:
16565    M /trunk/modules/access/smb.c
16566
16567 smb.c: prevents problem with glibc defining open as a macro
16568
16569 ------------------------------------------------------------------------
16570 r21940 | funman | 2007-09-10 13:04:42 +0200 (Mon, 10 Sep 2007) | 1 line
16571 Changed paths:
16572    M /trunk/extras/zsh.cpp
16573
16574 Fixes zsh completion. Same as  [17801], didn't committed back then because it wasn't compiling on trunk.
16575 ------------------------------------------------------------------------
16576 r21939 | funman | 2007-09-10 07:28:49 +0200 (Mon, 10 Sep 2007) | 1 line
16577 Changed paths:
16578    M /trunk/extras/Makefile
16579    M /trunk/extras/zsh.cpp
16580
16581 Attempt to fix zsh completion
16582 ------------------------------------------------------------------------
16583 r21938 | funman | 2007-09-10 05:46:56 +0200 (Mon, 10 Sep 2007) | 1 line
16584 Changed paths:
16585    M /trunk/share/utils/audio-vlc-default.sh
16586    M /trunk/share/utils/video-vlc-default.sh
16587
16588 Properly use Id keyword
16589 ------------------------------------------------------------------------
16590 r21937 | funman | 2007-09-10 05:43:44 +0200 (Mon, 10 Sep 2007) | 1 line
16591 Changed paths:
16592    M /trunk/share/Makefile.am
16593
16594 Forget that in previous commit
16595 ------------------------------------------------------------------------
16596 r21936 | funman | 2007-09-10 05:43:27 +0200 (Mon, 10 Sep 2007) | 1 line
16597 Changed paths:
16598    A /trunk/share/utils/audio-vlc-default.sh
16599    A /trunk/share/utils/video-vlc-default.sh
16600
16601 Adds 2 scripts to make vlc the default audio/video mime-type handler on freedesktop, contributed by forum user.
16602 ------------------------------------------------------------------------
16603 r21935 | bitmap | 2007-09-10 03:53:28 +0200 (Mon, 10 Sep 2007) | 11 lines
16604 Changed paths:
16605    M /trunk/include/vlc_es_out.h
16606    M /trunk/modules/demux/mkv.cpp
16607    M /trunk/src/input/es_out.c
16608
16609 Select subtitle stream from the mkv container automatically
16610 if it has a DEFAULT flag on it. User overrides for
16611 preferred language should continue to take precedence.
16612 The current versions of MKVToolnix correctly support DEFAULT
16613 track tag but some older versions don't. If you want to have
16614 subtitle streams in your mkv file, but not have them activate
16615 by default, try remuxing any files causing you trouble, with
16616 the current version of MKVToolnix, and turning the DEFAULT
16617 track flag option to NO for all subtitles streams.
16618 MKVToolnix is available from http://www.bunkus.org/videotools/mkvtoolnix/
16619
16620 ------------------------------------------------------------------------
16621 r21934 | jb | 2007-09-10 01:59:19 +0200 (Mon, 10 Sep 2007) | 3 lines
16622 Changed paths:
16623    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
16624    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
16625    M /trunk/modules/gui/qt4/main_interface.cpp
16626
16627 Qt4 - Remove preferences button from interface. Remove unuseful debug.
16628
16629
16630 ------------------------------------------------------------------------
16631 r21933 | jb | 2007-09-10 01:54:51 +0200 (Mon, 10 Sep 2007) | 3 lines
16632 Changed paths:
16633    M /trunk/modules/gui/qt4/main_interface.cpp
16634
16635 Qt4 - MainInterface: Make right-click on timeLabel and speedLabel display nicely aligned menus. :D
16636
16637
16638 ------------------------------------------------------------------------
16639 r21932 | jb | 2007-09-10 01:14:38 +0200 (Mon, 10 Sep 2007) | 3 lines
16640 Changed paths:
16641    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
16642    M /trunk/modules/gui/qt4/main_interface.cpp
16643    M /trunk/modules/gui/qt4/main_interface.hpp
16644
16645 Qt4 - MainInterface, avoid the bug that makes the popupMenu toggle the TimeDisplay().
16646
16647
16648 ------------------------------------------------------------------------
16649 r21931 | funman | 2007-09-10 01:05:48 +0200 (Mon, 10 Sep 2007) | 1 line
16650 Changed paths:
16651    M /trunk/include/vlc_input.h
16652
16653 Fixes playlist search when metadata is missing
16654 ------------------------------------------------------------------------
16655 r21930 | funman | 2007-09-10 00:55:19 +0200 (Mon, 10 Sep 2007) | 1 line
16656 Changed paths:
16657    M /trunk/modules/gui/wxwidgets/interface.cpp
16658
16659 Uses different accelerators for Video & View menus. Fixes #1283
16660 ------------------------------------------------------------------------
16661 r21929 | jb | 2007-09-10 00:31:03 +0200 (Mon, 10 Sep 2007) | 3 lines
16662 Changed paths:
16663    M /trunk/modules/gui/qt4/main_interface.cpp
16664
16665 Qt4 - speedLabel : consistency.
16666
16667
16668 ------------------------------------------------------------------------
16669 r21928 | jb | 2007-09-10 00:19:48 +0200 (Mon, 10 Sep 2007) | 3 lines
16670 Changed paths:
16671    M /trunk/modules/gui/qt4/Modules.am
16672    M /trunk/modules/gui/qt4/dialogs/help.hpp
16673    A /trunk/modules/gui/qt4/dialogs/vlm.cpp
16674    A /trunk/modules/gui/qt4/dialogs/vlm.hpp
16675    M /trunk/modules/gui/qt4/dialogs_provider.cpp
16676    M /trunk/modules/gui/qt4/menus.cpp
16677    M /trunk/modules/gui/qt4/ui/vlm.ui
16678
16679 Qt4 - VLM. Patch by Jean-Fran?\195?\167ois Massol, reworked by /me
16680
16681
16682 ------------------------------------------------------------------------
16683 r21927 | funman | 2007-09-10 00:11:22 +0200 (Mon, 10 Sep 2007) | 1 line
16684 Changed paths:
16685    M /trunk/modules/gui/qt4/Modules.am
16686    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
16687    M /trunk/modules/gui/qt4/res.qrc
16688
16689 Uses altglass' artwork for repeat/shuffle and add buttons.
16690 ------------------------------------------------------------------------
16691 r21926 | funman | 2007-09-10 00:00:05 +0200 (Mon, 10 Sep 2007) | 1 line
16692 Changed paths:
16693    M /trunk/modules/codec/ffmpeg/demux.c
16694
16695 ffmpeg demux: Simplify
16696 ------------------------------------------------------------------------
16697 r21925 | jb | 2007-09-09 23:45:04 +0200 (Sun, 09 Sep 2007) | 3 lines
16698 Changed paths:
16699    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
16700
16701 Qt4 - volumeSlider: correct the sliders functions and calculus... 
16702
16703
16704 ------------------------------------------------------------------------
16705 r21924 | dionoea | 2007-09-09 23:43:27 +0200 (Sun, 09 Sep 2007) | 2 lines
16706 Changed paths:
16707    M /trunk/share/luaplaylist/youtube_homepage.lua
16708
16709 Add comment.
16710
16711 ------------------------------------------------------------------------
16712 r21923 | xtophe | 2007-09-09 23:12:29 +0200 (Sun, 09 Sep 2007) | 3 lines
16713 Changed paths:
16714    M /trunk/modules/misc/lua/luameta.c
16715    M /trunk/modules/misc/lua/vlclua.c
16716
16717 luameta.c: Fix a message
16718 vlclua.c:  get rid of an empty module and fix descriptions
16719
16720 ------------------------------------------------------------------------
16721 r21922 | dionoea | 2007-09-09 23:03:49 +0200 (Sun, 09 Sep 2007) | 2 lines
16722 Changed paths:
16723    M /trunk/share/luaplaylist/dailymotion.lua
16724
16725 Remove debug.
16726
16727 ------------------------------------------------------------------------
16728 r21921 | dionoea | 2007-09-09 23:01:31 +0200 (Sun, 09 Sep 2007) | 2 lines
16729 Changed paths:
16730    M /trunk/share/luaplaylist/dailymotion.lua
16731
16732 Fix the url translation
16733
16734 ------------------------------------------------------------------------
16735 r21920 | courmisch | 2007-09-09 22:13:17 +0200 (Sun, 09 Sep 2007) | 4 lines
16736 Changed paths:
16737    M /trunk/modules/access_output/udp.c
16738
16739 Remove UDP-Lite support from access_output_udp.
16740 If someone wants to have it in there, it should probably rather be done
16741 using a dedicated shortcut rather than a boolean configuration.
16742
16743 ------------------------------------------------------------------------
16744 r21919 | courmisch | 2007-09-09 22:09:34 +0200 (Sun, 09 Sep 2007) | 2 lines
16745 Changed paths:
16746    M /trunk/modules/access/udp.c
16747
16748 Use net_SetCSCov
16749
16750 ------------------------------------------------------------------------
16751 r21918 | courmisch | 2007-09-09 22:04:14 +0200 (Sun, 09 Sep 2007) | 2 lines
16752 Changed paths:
16753    M /trunk/src/network/udp.c
16754
16755 Cut & paste error
16756
16757 ------------------------------------------------------------------------
16758 r21917 | dionoea | 2007-09-09 21:59:52 +0200 (Sun, 09 Sep 2007) | 2 lines
16759 Changed paths:
16760    M /trunk/modules/gui/qt4/main_interface.cpp
16761
16762 Restore the interface when it's minimized and you click on the systray icon.
16763
16764 ------------------------------------------------------------------------
16765 r21916 | funman | 2007-09-09 21:59:26 +0200 (Sun, 09 Sep 2007) | 1 line
16766 Changed paths:
16767    M /trunk/src/playlist/loadsave.c
16768
16769 media library loading: Adds a fixme reminder for pdherbemont
16770 ------------------------------------------------------------------------
16771 r21915 | courmisch | 2007-09-09 21:56:31 +0200 (Sun, 09 Sep 2007) | 5 lines
16772 Changed paths:
16773    M /trunk/modules/misc/memcpy/fastmemcpy.h
16774    M /trunk/modules/video_filter/deinterlace.c
16775    M /trunk/modules/video_filter/invert.c
16776
16777 Fix ptrdiff_t abuse. Especially in video_filter_invert:
16778 ptrdiff_t is signed so unequality comparison between pointers would
16779 compute wrong when the two operands are within opposite halves of the
16780 memory space.
16781
16782 ------------------------------------------------------------------------
16783 r21914 | dionoea | 2007-09-09 21:41:05 +0200 (Sun, 09 Sep 2007) | 2 lines
16784 Changed paths:
16785    M /trunk/modules/video_filter/invert.c
16786
16787 Nevermind. /me buys some glasses.
16788
16789 ------------------------------------------------------------------------
16790 r21913 | dionoea | 2007-09-09 21:32:34 +0200 (Sun, 09 Sep 2007) | 2 lines
16791 Changed paths:
16792    M /trunk/modules/video_filter/invert.c
16793
16794 Fix comment.
16795
16796 ------------------------------------------------------------------------
16797 r21912 | courmisch | 2007-09-09 21:20:39 +0200 (Sun, 09 Sep 2007) | 2 lines
16798 Changed paths:
16799    M /trunk/include/vlc_network.h
16800    M /trunk/src/libvlc.sym
16801    M /trunk/src/network/udp.c
16802
16803 net_SetCSCov: sets checksum coverages of a socket
16804
16805 ------------------------------------------------------------------------
16806 r21911 | jb | 2007-09-09 19:55:16 +0200 (Sun, 09 Sep 2007) | 3 lines
16807 Changed paths:
16808    M /trunk/THANKS
16809
16810 THANKS to Stef?\195?\161n Freyr Stef?\195?\161nsson
16811
16812
16813 ------------------------------------------------------------------------
16814 r21910 | courmisch | 2007-09-09 19:52:38 +0200 (Sun, 09 Sep 2007) | 2 lines
16815 Changed paths:
16816    M /trunk/modules/demux/live555.cpp
16817
16818 Default RTSP timeout value is 60 seconds, rather than never - closes #1163
16819
16820 ------------------------------------------------------------------------
16821 r21909 | jb | 2007-09-09 19:42:50 +0200 (Sun, 09 Sep 2007) | 4 lines
16822 Changed paths:
16823    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
16824    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
16825    M /trunk/modules/gui/qt4/main_interface.cpp
16826    M /trunk/modules/gui/qt4/main_interface.hpp
16827
16828 Qt4 - Have a slider to control precisely the rate, usefull since we can here audio at all speeds now. :D
16829 Patch by StFS - Stef?\195?\161n Freyr Stef?\195?\161nsson
16830
16831
16832 ------------------------------------------------------------------------
16833 r21908 | jb | 2007-09-09 19:41:17 +0200 (Sun, 09 Sep 2007) | 3 lines
16834 Changed paths:
16835    M /trunk/modules/gui/qt4/input_manager.cpp
16836    M /trunk/modules/gui/qt4/input_manager.hpp
16837
16838 Qt4 - IM: Add a setRate function.
16839
16840
16841 ------------------------------------------------------------------------
16842 r21907 | jb | 2007-09-09 19:37:27 +0200 (Sun, 09 Sep 2007) | 3 lines
16843 Changed paths:
16844    M /trunk/modules/gui/qt4/components/extended_panels.cpp
16845    M /trunk/modules/gui/qt4/components/extended_panels.hpp
16846
16847 Qt4 - Extended Panels: add callback on audio-presets to fix the issue when the audio menu does not match with extended settings.
16848
16849
16850 ------------------------------------------------------------------------
16851 r21906 | jb | 2007-09-09 19:34:33 +0200 (Sun, 09 Sep 2007) | 3 lines
16852 Changed paths:
16853    M /trunk/modules/gui/qt4/input_manager.cpp
16854
16855 Qt4 Return VLC_SUCCESS instead of 0
16856
16857
16858 ------------------------------------------------------------------------
16859 r21905 | jb | 2007-09-09 19:33:16 +0200 (Sun, 09 Sep 2007) | 3 lines
16860 Changed paths:
16861    M /trunk/modules/gui/qt4/dialogs/sout.cpp
16862
16863 Qt4 - Not reimplementing existing functions might not be a bad idea... hmmm...
16864
16865
16866 ------------------------------------------------------------------------
16867 r21904 | ileoo | 2007-09-09 19:27:17 +0200 (Sun, 09 Sep 2007) | 4 lines
16868 Changed paths:
16869    M /trunk/modules/codec/ffmpeg/encoder.c
16870
16871 Patch from Alex Antropoff, put block_align in use. Fixes wma1-encoding,
16872 example sout: '#transcode{acodec=wma1,samplerate=22050,ab=96,channels=2}\
16873 :std{access=mmsh,mux=asfh,dst=:18080}'
16874
16875 ------------------------------------------------------------------------
16876 r21903 | dionoea | 2007-09-09 19:27:07 +0200 (Sun, 09 Sep 2007) | 2 lines
16877 Changed paths:
16878    M /trunk/include/main.h
16879    M /trunk/src/input/meta.c
16880    M /trunk/src/libvlc-common.c
16881    M /trunk/src/modules/configuration.c
16882    M /trunk/src/modules/configuration.h
16883    M /trunk/src/modules/modules.c
16884
16885 XDG Base Directory Specification fix. I wasn't using the XDG_CACHE_HOME variable for the cache directory. Thanks to ILEoo for noticing.
16886
16887 ------------------------------------------------------------------------
16888 r21902 | courmisch | 2007-09-09 19:06:53 +0200 (Sun, 09 Sep 2007) | 3 lines
16889 Changed paths:
16890    M /trunk/modules/stream_out/rtp.c
16891
16892 We only support "rtsp"; do not pretend to support rtspu, rtsps and
16893 whatever else might ever be invented
16894
16895 ------------------------------------------------------------------------
16896 r21901 | dionoea | 2007-09-09 18:30:55 +0200 (Sun, 09 Sep 2007) | 2 lines
16897 Changed paths:
16898    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
16899
16900 Change the QSettings stuff here too (this looks kind of hackish but at least it makes sure that we don't spawn multiple configuration folders)
16901
16902 ------------------------------------------------------------------------
16903 r21900 | jb | 2007-09-09 18:23:03 +0200 (Sun, 09 Sep 2007) | 4 lines
16904 Changed paths:
16905    A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_add.png
16906    A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_all.png
16907    A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_off.png
16908    A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_one.png
16909    A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_off.png
16910    A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_on.png
16911
16912 Qt4 - Add new icons for the playlist/shuffle/repeat.
16913 Icons done by aLtgLasS.
16914
16915
16916 ------------------------------------------------------------------------
16917 r21899 | dionoea | 2007-09-09 18:19:18 +0200 (Sun, 09 Sep 2007) | 2 lines
16918 Changed paths:
16919    M /trunk/modules/gui/qt4/main_interface.cpp
16920
16921 Saves the qt intf settings in $XDG_CONFIG_DIR/vlc/ too (instead of $XDG_CONFIG_DIR/VideoLAN/).
16922
16923 ------------------------------------------------------------------------
16924 r21898 | jb | 2007-09-09 18:17:15 +0200 (Sun, 09 Sep 2007) | 4 lines
16925 Changed paths:
16926    M /trunk/modules/gui/qt4/Modules.am
16927    A /trunk/modules/gui/qt4/ui/vlm.ui
16928
16929 Qt4 - Add a VLM.ui.
16930 Patch by Jean-Fran?\195?\167ois Massol
16931
16932
16933 ------------------------------------------------------------------------
16934 r21897 | dionoea | 2007-09-09 18:13:56 +0200 (Sun, 09 Sep 2007) | 2 lines
16935 Changed paths:
16936    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
16937
16938 Fix win32 typo.
16939
16940 ------------------------------------------------------------------------
16941 r21896 | dionoea | 2007-09-09 18:10:45 +0200 (Sun, 09 Sep 2007) | 2 lines
16942 Changed paths:
16943    M /trunk/NEWS
16944    M /trunk/include/main.h
16945    M /trunk/include/vlc_config.h
16946    M /trunk/modules/access_filter/record.c
16947    M /trunk/modules/control/http/util.c
16948    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
16949    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
16950    M /trunk/modules/misc/gnutls.c
16951    M /trunk/modules/misc/logger.c
16952    M /trunk/modules/misc/lua/vlclua.c
16953    M /trunk/src/control/media_library.c
16954    M /trunk/src/input/meta.c
16955    M /trunk/src/libvlc-common.c
16956    M /trunk/src/modules/configuration.c
16957    M /trunk/src/modules/configuration.h
16958    M /trunk/src/modules/modules.c
16959    M /trunk/src/playlist/loadsave.c
16960    M /trunk/src/video_output/vout_intf.c
16961
16962 On OSes other than Windows, Mac OS X and BeOS (so it's Linux) comply with the XDG Base Directory Specification version 0.6. The old configuration file (vlcrc) will be copied to the new location. Other data like caches will have to be rebuilt (the album art cache in VLC was new in 0.9.0 so it's ok to lose it). Closes #1267
16963
16964 ------------------------------------------------------------------------
16965 r21895 | funman | 2007-09-09 16:46:22 +0200 (Sun, 09 Sep 2007) | 1 line
16966 Changed paths:
16967    M /trunk/src/video_output/vout_subpictures.c
16968
16969 Fixes segfault
16970 ------------------------------------------------------------------------
16971 r21894 | funman | 2007-09-09 15:43:40 +0200 (Sun, 09 Sep 2007) | 1 line
16972 Changed paths:
16973    M /trunk/NEWS
16974
16975 Makes it clear that one-instance mode is optional
16976 ------------------------------------------------------------------------
16977 r21893 | courmisch | 2007-09-09 13:22:16 +0200 (Sun, 09 Sep 2007) | 2 lines
16978 Changed paths:
16979    M /trunk/configure.ac
16980    M /trunk/modules/stream_out/rtp.c
16981
16982 stream_out_rtp: Linux splice() support
16983
16984 ------------------------------------------------------------------------
16985 r21892 | funman | 2007-09-09 11:36:16 +0200 (Sun, 09 Sep 2007) | 1 line
16986 Changed paths:
16987    M /trunk/modules/gui/qt4/main_interface.cpp
16988
16989 Fix trax issue 3 on win32, patch by Hannes Domani
16990 ------------------------------------------------------------------------
16991 r21891 | ileoo | 2007-09-09 10:09:30 +0200 (Sun, 09 Sep 2007) | 3 lines
16992 Changed paths:
16993    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
16994
16995 add back check to see if infopanel is opened for something else than
16996 current item.
16997
16998 ------------------------------------------------------------------------
16999 r21890 | jb | 2007-09-09 03:29:00 +0200 (Sun, 09 Sep 2007) | 3 lines
17000 Changed paths:
17001    M /trunk/modules/gui/qt4/dialogs/extended.cpp
17002
17003 Qt4 - Add a close button on the extended Panels as requested. Trax#44 Closed.
17004
17005
17006 ------------------------------------------------------------------------
17007 r21889 | jb | 2007-09-09 03:17:15 +0200 (Sun, 09 Sep 2007) | 5 lines
17008 Changed paths:
17009    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17010    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
17011
17012 Qt4 - Volume: set the slider maximum to 200, in order to match the OSD % of the volume, which will help to debug.
17013 However, I still don't understand whether the "normal" volume is 256 or 512 and when starts the "dangerous" amplification
17014
17015
17016
17017 ------------------------------------------------------------------------
17018 r21888 | jb | 2007-09-09 02:59:44 +0200 (Sun, 09 Sep 2007) | 2 lines
17019 Changed paths:
17020    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17021    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
17022
17023 Qt4 - Volume Icon updates NOT in an TIMEOUT function, which is called very often. Redesign only when needed.
17024
17025 ------------------------------------------------------------------------
17026 r21887 | funman | 2007-09-08 23:17:35 +0200 (Sat, 08 Sep 2007) | 1 line
17027 Changed paths:
17028    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17029
17030 qt4 fullscreen: releases the vout
17031 ------------------------------------------------------------------------
17032 r21886 | funman | 2007-09-08 22:18:25 +0200 (Sat, 08 Sep 2007) | 1 line
17033 Changed paths:
17034    M /trunk/src/playlist/services_discovery.c
17035
17036 Makes services_discovery option strictly load the given module (i.e. not use a fallback module if the one specified isn't available)
17037 ------------------------------------------------------------------------
17038 r21885 | funman | 2007-09-08 22:13:16 +0200 (Sat, 08 Sep 2007) | 1 line
17039 Changed paths:
17040    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17041
17042 qt4 fullscreen: Uses FIND_ANYWHERE to find vout, fixes trax issue 24
17043 ------------------------------------------------------------------------
17044 r21884 | funman | 2007-09-08 21:51:34 +0200 (Sat, 08 Sep 2007) | 3 lines
17045 Changed paths:
17046    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17047    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
17048
17049 Moves volume icon update in the timer
17050 Sets default icon to high
17051
17052 ------------------------------------------------------------------------
17053 r21883 | jb | 2007-09-08 21:02:47 +0200 (Sat, 08 Sep 2007) | 2 lines
17054 Changed paths:
17055    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
17056
17057 Qt4 - Volume, when clicked on the icon, mute and change the icon to the muted one.
17058
17059 ------------------------------------------------------------------------
17060 r21882 | funman | 2007-09-08 20:49:56 +0200 (Sat, 08 Sep 2007) | 1 line
17061 Changed paths:
17062    M /trunk/modules/gui/qt4/Modules.am
17063    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17064    A /trunk/modules/gui/qt4/pixmaps/volume-muted.png (from /trunk/modules/gui/qt4/pixmaps/volume-low.png:21879)
17065    M /trunk/modules/gui/qt4/res.qrc
17066
17067 qt4: Adds a volume-muted icon
17068 ------------------------------------------------------------------------
17069 r21881 | jb | 2007-09-08 20:32:17 +0200 (Sat, 08 Sep 2007) | 3 lines
17070 Changed paths:
17071    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17072    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
17073    M /trunk/modules/gui/qt4/main_interface.cpp
17074
17075 Qt4 - Volume: if volume > 50% of the sliderBar, then show the highVolume Label.
17076
17077
17078 ------------------------------------------------------------------------
17079 r21880 | funman | 2007-09-08 19:54:38 +0200 (Sat, 08 Sep 2007) | 1 line
17080 Changed paths:
17081    M /trunk/modules/gui/qt4/dialogs_provider.cpp
17082    M /trunk/modules/gui/qt4/dialogs_provider.hpp
17083    M /trunk/modules/gui/qt4/menus.cpp
17084
17085 Don't use PLAYLIST_GO when adding directories, fix trax 16th issue
17086 ------------------------------------------------------------------------
17087 r21879 | jb | 2007-09-08 19:24:18 +0200 (Sat, 08 Sep 2007) | 3 lines
17088 Changed paths:
17089    M /trunk/modules/gui/qt4/menus.cpp
17090
17091 Qt4 - Menu: inconstency, reattach interfaces to tools menu. Trax#44
17092
17093
17094 ------------------------------------------------------------------------
17095 r21878 | jb | 2007-09-08 19:19:43 +0200 (Sat, 08 Sep 2007) | 3 lines
17096 Changed paths:
17097    M /trunk/modules/gui/qt4/main_interface.cpp
17098
17099 Qt4 - Removing frightening debug message :D
17100
17101
17102 ------------------------------------------------------------------------
17103 r21877 | jb | 2007-09-08 19:18:51 +0200 (Sat, 08 Sep 2007) | 3 lines
17104 Changed paths:
17105    M /trunk/modules/gui/qt4/menus.cpp
17106
17107 Qt4 - Menu. Code cosmetic.
17108
17109
17110 ------------------------------------------------------------------------
17111 r21876 | jb | 2007-09-08 19:14:00 +0200 (Sat, 08 Sep 2007) | 3 lines
17112 Changed paths:
17113    M /trunk/modules/gui/qt4/main_interface.cpp
17114    M /trunk/modules/gui/qt4/main_interface.hpp
17115    M /trunk/modules/gui/qt4/menus.cpp
17116    M /trunk/modules/gui/qt4/menus.hpp
17117
17118 Qt4 - Menu consistency for Tools.
17119
17120
17121 ------------------------------------------------------------------------
17122 r21875 | jb | 2007-09-08 18:01:33 +0200 (Sat, 08 Sep 2007) | 3 lines
17123 Changed paths:
17124    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
17125    M /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
17126    M /trunk/modules/gui/qt4/dialogs/sout.cpp
17127    M /trunk/modules/gui/qt4/dialogs/sout.hpp
17128    M /trunk/modules/gui/qt4/dialogs_provider.cpp
17129
17130 Qt4 - Cleanups, simplifications. Public=>Private for slots.
17131
17132
17133 ------------------------------------------------------------------------
17134 r21874 | jb | 2007-09-08 17:48:31 +0200 (Sat, 08 Sep 2007) | 2 lines
17135 Changed paths:
17136    M /trunk/modules/gui/qt4/dialogs/gototime.hpp
17137    M /trunk/modules/gui/qt4/dialogs/interaction.hpp
17138    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
17139    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
17140    M /trunk/modules/gui/qt4/dialogs/messages.cpp
17141    M /trunk/modules/gui/qt4/dialogs/messages.hpp
17142
17143 Qt4 - Cleanups on dialog and public=>private.
17144
17145 ------------------------------------------------------------------------
17146 r21873 | jb | 2007-09-08 17:38:23 +0200 (Sat, 08 Sep 2007) | 3 lines
17147 Changed paths:
17148    M /trunk/modules/gui/qt4/dialogs/errors.cpp
17149    M /trunk/modules/gui/qt4/dialogs/errors.hpp
17150
17151 Qt4 - Errors: cleanup, trailing spaces and (). Public => private.
17152
17153
17154 ------------------------------------------------------------------------
17155 r21872 | jb | 2007-09-08 17:11:58 +0200 (Sat, 08 Sep 2007) | 3 lines
17156 Changed paths:
17157    M /trunk/modules/gui/qt4/dialogs/sout.cpp
17158    M /trunk/modules/gui/qt4/ui/sout.ui
17159
17160 Qt4 - Sout: Hide the UDP output options by default, but provide an easy way to activate it.
17161
17162
17163 ------------------------------------------------------------------------
17164 r21871 | ileoo | 2007-09-08 17:08:54 +0200 (Sat, 08 Sep 2007) | 2 lines
17165 Changed paths:
17166    M /trunk/modules/gui/qt4/input_manager.cpp
17167    M /trunk/modules/gui/qt4/input_manager.hpp
17168
17169 only emit rateChanged when it has changed
17170
17171 ------------------------------------------------------------------------
17172 r21870 | courmisch | 2007-09-08 16:59:44 +0200 (Sat, 08 Sep 2007) | 2 lines
17173 Changed paths:
17174    M /trunk/modules/demux/wav.c
17175
17176 Simplify
17177
17178 ------------------------------------------------------------------------
17179 r21869 | jb | 2007-09-08 16:52:53 +0200 (Sat, 08 Sep 2007) | 3 lines
17180 Changed paths:
17181    M /trunk/modules/gui/qt4/qt4.cpp
17182
17183 Qt4 - oops. fix Trax#42
17184
17185
17186 ------------------------------------------------------------------------
17187 r21868 | jb | 2007-09-08 16:50:22 +0200 (Sat, 08 Sep 2007) | 3 lines
17188 Changed paths:
17189    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17190
17191 Qt4 - cleanup.
17192
17193
17194 ------------------------------------------------------------------------
17195 r21867 | jb | 2007-09-08 16:50:04 +0200 (Sat, 08 Sep 2007) | 3 lines
17196 Changed paths:
17197    M /trunk/modules/gui/qt4/dialogs/interaction.cpp
17198    M /trunk/modules/gui/qt4/qt4.cpp
17199
17200 Qt4 - add qt-error-dialogs option and fix interaction. Should fix part of #1229.
17201
17202
17203 ------------------------------------------------------------------------
17204 r21866 | jb | 2007-09-08 16:10:31 +0200 (Sat, 08 Sep 2007) | 3 lines
17205 Changed paths:
17206    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17207
17208 Qt4 - Fix previous commit and implement also snapshot button.
17209
17210
17211 ------------------------------------------------------------------------
17212 r21865 | jb | 2007-09-08 15:53:58 +0200 (Sat, 08 Sep 2007) | 3 lines
17213 Changed paths:
17214    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17215
17216 Qt4 - Fullscreen button should work now. hasVideo() does not work, so force the activation of related buttons.
17217
17218
17219 ------------------------------------------------------------------------
17220 r21864 | jb | 2007-09-08 15:45:25 +0200 (Sat, 08 Sep 2007) | 2 lines
17221 Changed paths:
17222    M /trunk/modules/gui/qt4/input_manager.cpp
17223    M /trunk/modules/gui/qt4/input_manager.hpp
17224    M /trunk/modules/gui/qt4/main_interface.cpp
17225    M /trunk/modules/gui/qt4/main_interface.hpp
17226
17227 Qt4 - MainInterface and InputManager: setRate actually shows something in the interface.
17228
17229 ------------------------------------------------------------------------
17230 r21863 | courmisch | 2007-09-08 14:00:13 +0200 (Sat, 08 Sep 2007) | 2 lines
17231 Changed paths:
17232    M /trunk/modules/stream_out/rtcp.c
17233    M /trunk/modules/stream_out/rtp.c
17234    M /trunk/modules/stream_out/rtp.h
17235
17236 RTCP SR is back
17237
17238 ------------------------------------------------------------------------
17239 r21862 | courmisch | 2007-09-08 13:36:00 +0200 (Sat, 08 Sep 2007) | 2 lines
17240 Changed paths:
17241    M /trunk/modules/stream_out/Modules.am
17242    A /trunk/modules/stream_out/rtcp.c
17243    M /trunk/modules/stream_out/rtp.h
17244
17245 Bring back the lightweight RTCP sender
17246
17247 ------------------------------------------------------------------------
17248 r21861 | courmisch | 2007-09-08 13:32:16 +0200 (Sat, 08 Sep 2007) | 2 lines
17249 Changed paths:
17250    M /trunk/modules/stream_out/rtp.c
17251
17252 Make room for RTCP support
17253
17254 ------------------------------------------------------------------------
17255 r21860 | jb | 2007-09-08 13:10:30 +0200 (Sat, 08 Sep 2007) | 3 lines
17256 Changed paths:
17257    M /trunk/modules/gui/qt4/menus.cpp
17258
17259 Qt4 - Audio/Video order fix in menus. Changes MediaInformation shortcut to Ctrl+I. Will not remove Ctrl+J for codecs since this is one of the most asked question.
17260
17261
17262 ------------------------------------------------------------------------
17263 r21859 | jb | 2007-09-08 13:06:45 +0200 (Sat, 08 Sep 2007) | 3 lines
17264 Changed paths:
17265    M /trunk/modules/gui/qt4/components/infopanels.cpp
17266
17267 Qt4 - Stats. Reverse the statistic order. Resize to the correct size. Trax#48
17268
17269
17270 ------------------------------------------------------------------------
17271 r21858 | jb | 2007-09-08 12:56:44 +0200 (Sat, 08 Sep 2007) | 3 lines
17272 Changed paths:
17273    M /trunk/modules/gui/qt4/dialogs/gototime.cpp
17274    M /trunk/modules/gui/qt4/input_manager.cpp
17275
17276 Qt4 - GotoTime: force emission of update() in the IM, in order to fix Trax#33
17277
17278
17279 ------------------------------------------------------------------------
17280 r21857 | jb | 2007-09-08 12:45:04 +0200 (Sat, 08 Sep 2007) | 3 lines
17281 Changed paths:
17282    M /trunk/modules/gui/qt4/main_interface.cpp
17283
17284 Qt4 TraxPage 27 QT4: initial size of vlc in windows.
17285
17286
17287 ------------------------------------------------------------------------
17288 r21856 | jb | 2007-09-08 12:39:05 +0200 (Sat, 08 Sep 2007) | 3 lines
17289 Changed paths:
17290    M /trunk/modules/gui/qt4/components/open.cpp
17291    M /trunk/modules/gui/qt4/components/open.hpp
17292
17293 Qt4 - Open Capture: remove unuseful debug and use different numbers.
17294
17295
17296 ------------------------------------------------------------------------
17297 r21855 | jb | 2007-09-08 12:23:24 +0200 (Sat, 08 Sep 2007) | 3 lines
17298 Changed paths:
17299    M /trunk/modules/gui/qt4/components/open.cpp
17300
17301 Qt4 - Open: fix https handling, udp port and rtsp adress entering, fix Trax#15
17302
17303
17304 ------------------------------------------------------------------------
17305 r21854 | courmisch | 2007-09-08 12:08:33 +0200 (Sat, 08 Sep 2007) | 2 lines
17306 Changed paths:
17307    M /trunk/modules/access_output/udp.c
17308
17309 Remove dead RTCP code
17310
17311 ------------------------------------------------------------------------
17312 r21853 | courmisch | 2007-09-08 11:50:01 +0200 (Sat, 08 Sep 2007) | 3 lines
17313 Changed paths:
17314    M /trunk/modules/access_output/udp.c
17315
17316 access_out_udp: remove "raw" mode that is not used anymore
17317 (it was only used internally by the RTP sout).
17318
17319 ------------------------------------------------------------------------
17320 r21852 | courmisch | 2007-09-08 11:45:11 +0200 (Sat, 08 Sep 2007) | 3 lines
17321 Changed paths:
17322    M /trunk/modules/stream_out/rtp.c
17323
17324 Bring back the clock thread for RTP output.
17325 Only now there is one per track rather than one per client per track.
17326
17327 ------------------------------------------------------------------------
17328 r21851 | courmisch | 2007-09-08 11:36:35 +0200 (Sat, 08 Sep 2007) | 2 lines
17329 Changed paths:
17330    M /trunk/src/modules/configuration_chain.c
17331
17332 Remove dummy error
17333
17334 ------------------------------------------------------------------------
17335 r21850 | ileoo | 2007-09-08 11:11:56 +0200 (Sat, 08 Sep 2007) | 3 lines
17336 Changed paths:
17337    M /trunk/modules/stream_out/rtp.c
17338
17339 QT 7.2 seems to handle PPS/SPS ok, so send them too.
17340 small typo to fix port-audio/video sending.
17341
17342 ------------------------------------------------------------------------
17343 r21849 | courmisch | 2007-09-08 10:48:15 +0200 (Sat, 08 Sep 2007) | 2 lines
17344 Changed paths:
17345    M /trunk/modules/stream_out/rtp.c
17346
17347 Fix warnings
17348
17349 ------------------------------------------------------------------------
17350 r21848 | courmisch | 2007-09-08 10:43:14 +0200 (Sat, 08 Sep 2007) | 2 lines
17351 Changed paths:
17352    M /trunk/modules/stream_out/rtp.c
17353
17354 Code factorization
17355
17356 ------------------------------------------------------------------------
17357 r21847 | courmisch | 2007-09-08 09:51:14 +0200 (Sat, 08 Sep 2007) | 2 lines
17358 Changed paths:
17359    M /trunk/modules/stream_out/rtp.c
17360
17361 Cosmetics
17362
17363 ------------------------------------------------------------------------
17364 r21846 | jb | 2007-09-08 04:29:44 +0200 (Sat, 08 Sep 2007) | 4 lines
17365 Changed paths:
17366    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
17367
17368 QT4: fix warning on already assigned hotkey
17369 Patch by  Hannes Domani
17370
17371
17372 ------------------------------------------------------------------------
17373 r21845 | jb | 2007-09-08 04:00:20 +0200 (Sat, 08 Sep 2007) | 3 lines
17374 Changed paths:
17375    M /trunk/modules/gui/qt4/main_interface.cpp
17376    M /trunk/modules/gui/qt4/main_interface.hpp
17377
17378 Qt4 - MI: Install an event filter to make click on timeLabel automatically switch between modes.
17379
17380
17381 ------------------------------------------------------------------------
17382 r21844 | funman | 2007-09-08 03:56:00 +0200 (Sat, 08 Sep 2007) | 1 line
17383 Changed paths:
17384    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17385
17386 Makes a debug msg more explicit
17387 ------------------------------------------------------------------------
17388 r21843 | jb | 2007-09-08 03:45:16 +0200 (Sat, 08 Sep 2007) | 3 lines
17389 Changed paths:
17390    M /trunk/modules/gui/qt4/main_interface.cpp
17391    M /trunk/modules/gui/qt4/main_interface.hpp
17392
17393 Qt4 - MainInterface, implement the feature request to show elapsed/remaining time in the statusBar() through a menu.
17394
17395
17396 ------------------------------------------------------------------------
17397 r21842 | funman | 2007-09-08 03:35:51 +0200 (Sat, 08 Sep 2007) | 1 line
17398 Changed paths:
17399    M /trunk/modules/gui/qt4/main_interface.cpp
17400
17401 qt4: Makes interface a bit wider on windows
17402 ------------------------------------------------------------------------
17403 r21841 | funman | 2007-09-08 03:32:33 +0200 (Sat, 08 Sep 2007) | 1 line
17404 Changed paths:
17405    M /trunk/modules/gui/qt4/main_interface.cpp
17406    M /trunk/modules/gui/qt4/qt4.cpp
17407
17408 Shows qt4 notification only if the player isn't visible
17409 ------------------------------------------------------------------------
17410 r21840 | funman | 2007-09-08 03:14:23 +0200 (Sat, 08 Sep 2007) | 1 line
17411 Changed paths:
17412    M /trunk/modules/gui/qt4/util/directslider.hpp
17413
17414 Fix duration slider. Patch by Hannes Domani
17415 ------------------------------------------------------------------------
17416 r21839 | funman | 2007-09-08 02:46:40 +0200 (Sat, 08 Sep 2007) | 4 lines
17417 Changed paths:
17418    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17419    M /trunk/modules/gui/qt4/input_manager.cpp
17420    M /trunk/modules/gui/qt4/input_manager.hpp
17421    A /trunk/modules/gui/qt4/pixmaps/pause.png (from /trunk/modules/gui/qt4/pixmaps/play.png:21834)
17422    M /trunk/modules/gui/qt4/res.qrc
17423
17424 Adds a pause pixmap for the play/pause button
17425 Fix play/pause toggle
17426 Removes 2 unused signals
17427
17428 ------------------------------------------------------------------------
17429 r21838 | jb | 2007-09-08 02:36:28 +0200 (Sat, 08 Sep 2007) | 2 lines
17430 Changed paths:
17431    M /trunk/modules/gui/qt4/components/infopanels.cpp
17432    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
17433
17434 Qt4 - Dialog sizing.
17435
17436 ------------------------------------------------------------------------
17437 r21837 | jb | 2007-09-08 02:30:45 +0200 (Sat, 08 Sep 2007) | 2 lines
17438 Changed paths:
17439    M /trunk/modules/gui/qt4/components/infopanels.cpp
17440
17441 Qt4 - MediaInfo: layout again.
17442
17443 ------------------------------------------------------------------------
17444 r21836 | jb | 2007-09-08 02:20:13 +0200 (Sat, 08 Sep 2007) | 2 lines
17445 Changed paths:
17446    M /trunk/modules/gui/qt4/components/infopanels.cpp
17447    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
17448
17449 Qt4 - InfoPanels:  correct a slot, correct slightly the layout.
17450
17451 ------------------------------------------------------------------------
17452 r21835 | jb | 2007-09-08 02:13:06 +0200 (Sat, 08 Sep 2007) | 3 lines
17453 Changed paths:
17454    M /trunk/modules/gui/qt4/components/infopanels.cpp
17455    M /trunk/modules/gui/qt4/components/infopanels.hpp
17456
17457 Qt4 - Infopanels: cleanup, verification, updates of more widgets, block the edition of NowPLaying.
17458
17459
17460 ------------------------------------------------------------------------
17461 r21834 | jb | 2007-09-08 01:35:41 +0200 (Sat, 08 Sep 2007) | 3 lines
17462 Changed paths:
17463    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
17464    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
17465
17466 Qt4 - Media Info: cleanup, and move public => private.
17467
17468
17469 ------------------------------------------------------------------------
17470 r21833 | jb | 2007-09-08 01:26:32 +0200 (Sat, 08 Sep 2007) | 3 lines
17471 Changed paths:
17472    M /trunk/modules/gui/qt4/components/infopanels.cpp
17473    M /trunk/modules/gui/qt4/components/infopanels.hpp
17474    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
17475    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
17476
17477 Qt4 - Media Info. Re-add some info for DVB. Clean the in_Edit state that was stored two times in different classes.
17478
17479
17480 ------------------------------------------------------------------------
17481 r21832 | funman | 2007-09-08 01:06:32 +0200 (Sat, 08 Sep 2007) | 1 line
17482 Changed paths:
17483    M /trunk/modules/control/telnet.c
17484    M /trunk/modules/misc/notify/growl.c
17485
17486 Uses add_password for passwords
17487 ------------------------------------------------------------------------
17488 r21831 | dionoea | 2007-09-07 22:03:30 +0200 (Fri, 07 Sep 2007) | 2 lines
17489 Changed paths:
17490    M /trunk/modules/gui/qt4/components/extended_panels.cpp
17491
17492 Qt4 video filters panel: Comment out a debug message.
17493
17494 ------------------------------------------------------------------------
17495 r21830 | courmisch | 2007-09-07 18:21:58 +0200 (Fri, 07 Sep 2007) | 3 lines
17496 Changed paths:
17497    M /trunk/modules/stream_out/rtp.c
17498
17499 Send data the same way for the explicit #rtp destination
17500 and fix a few minor leaks
17501
17502 ------------------------------------------------------------------------
17503 r21829 | courmisch | 2007-09-07 17:57:38 +0200 (Fri, 07 Sep 2007) | 11 lines
17504 Changed paths:
17505    M /trunk/modules/stream_out/rtp.c
17506    M /trunk/modules/stream_out/rtp.h
17507    M /trunk/modules/stream_out/rtsp.c
17508
17509 Use plain sockets rather than the UDP access output for RTSP.
17510 This saves:
17511  - one malloc() per packet per client } due to
17512  - one memcpy() per packet per client } block_Duplicate()
17513  - one mwait() per packet per client, and
17514  - one thread per client per track
17515
17516 So it should really help scale RTSP broadcast up.
17517 However, in its current state, it removes the pts synchronization,
17518 which might not be such a great idea. I will re-add it later.
17519
17520 ------------------------------------------------------------------------
17521 r21828 | courmisch | 2007-09-07 16:48:59 +0200 (Fri, 07 Sep 2007) | 2 lines
17522 Changed paths:
17523    M /trunk/modules/stream_out/rtp.c
17524
17525 separate grabber creation
17526
17527 ------------------------------------------------------------------------
17528 r21827 | courmisch | 2007-09-07 16:37:55 +0200 (Fri, 07 Sep 2007) | 2 lines
17529 Changed paths:
17530    M /trunk/modules/stream_out/rtp.c
17531
17532 #include order
17533
17534 ------------------------------------------------------------------------
17535 r21826 | courmisch | 2007-09-07 16:29:20 +0200 (Fri, 07 Sep 2007) | 2 lines
17536 Changed paths:
17537    M /trunk/modules/gui/minimal_macosx
17538
17539 svn:ignore
17540
17541 ------------------------------------------------------------------------
17542 r21825 | pdherbemont | 2007-09-07 15:55:08 +0200 (Fri, 07 Sep 2007) | 2 lines
17543 Changed paths:
17544    M /trunk/src/misc/darwin_specific.c
17545
17546 misc/darwin_specific.c: Fix identation (oops). Fix a crash on startup (oops).
17547
17548 ------------------------------------------------------------------------
17549 r21824 | jb | 2007-09-07 14:47:46 +0200 (Fri, 07 Sep 2007) | 5 lines
17550 Changed paths:
17551    M /trunk/extras/contrib/bootstrap
17552    M /trunk/extras/contrib/src/Makefile
17553    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
17554
17555 Contribs: x264, fix the new configure of x264.
17556 ADD a $STRIP option to bootstrap because x264 needs it
17557
17558
17559
17560 ------------------------------------------------------------------------
17561 r21823 | ileoo | 2007-09-07 12:20:30 +0200 (Fri, 07 Sep 2007) | 3 lines
17562 Changed paths:
17563    M /trunk/modules/gui/qt4/components/infopanels.cpp
17564    M /trunk/modules/gui/qt4/components/infopanels.hpp
17565
17566 Use QLineEdit+inputMask instead of QSpinBox, still some alignment issue
17567 with numbers to be solved.
17568
17569 ------------------------------------------------------------------------
17570 r21822 | jb | 2007-09-07 00:29:27 +0200 (Fri, 07 Sep 2007) | 3 lines
17571 Changed paths:
17572    M /trunk/modules/gui/qt4/dialogs/sout.cpp
17573    M /trunk/modules/gui/qt4/ui/sout.ui
17574
17575 Qt4 - Sout: UDP is back
17576
17577
17578 ------------------------------------------------------------------------
17579 r21821 | jb | 2007-09-07 00:25:53 +0200 (Fri, 07 Sep 2007) | 3 lines
17580 Changed paths:
17581    M /trunk/modules/gui/qt4/dialogs/open.cpp
17582
17583 Qt4 - Open: solve a bug in a signal.
17584
17585
17586 ------------------------------------------------------------------------
17587 r21820 | damienf | 2007-09-07 00:06:23 +0200 (Fri, 07 Sep 2007) | 2 lines
17588 Changed paths:
17589    M /trunk/extras/contrib/src/Makefile
17590    M /trunk/extras/contrib/src/Patches/mpcdec.patch
17591
17592 contribs: fixed mpcdec cross-compilation
17593
17594 ------------------------------------------------------------------------
17595 r21819 | xtophe | 2007-09-06 23:40:50 +0200 (Thu, 06 Sep 2007) | 2 lines
17596 Changed paths:
17597    M /trunk/po/sl.po
17598
17599 Slovenian translation update by Matej Urban?\196?\141i?\196?\141
17600
17601 ------------------------------------------------------------------------
17602 r21818 | jpsaman | 2007-09-06 23:36:45 +0200 (Thu, 06 Sep 2007) | 1 line
17603 Changed paths:
17604    M /trunk/extras/contrib/src/Makefile
17605
17606 Revert change on mpcdec, which shouldn't have been in [21543]
17607 ------------------------------------------------------------------------
17608 r21817 | jb | 2007-09-06 20:35:30 +0200 (Thu, 06 Sep 2007) | 3 lines
17609 Changed paths:
17610    M /trunk/modules/gui/qt4/dialogs/sout.cpp
17611    M /trunk/modules/gui/qt4/ui/sout.ui
17612
17613 Qt4 - Sout: UDP => RTP.
17614
17615
17616 ------------------------------------------------------------------------
17617 r21816 | courmisch | 2007-09-06 20:32:40 +0200 (Thu, 06 Sep 2007) | 3 lines
17618 Changed paths:
17619    M /trunk/modules/gui/qt4/dialogs/sout.cpp
17620
17621 Use #rtp consistent with MacOS and wx GUIs
17622 (I haven't checked whether the UI labels need updating)
17623
17624 ------------------------------------------------------------------------
17625 r21815 | jb | 2007-09-06 20:22:06 +0200 (Thu, 06 Sep 2007) | 2 lines
17626 Changed paths:
17627    M /trunk/THANKS
17628
17629 THanks - typo.
17630
17631 ------------------------------------------------------------------------
17632 r21814 | jb | 2007-09-06 19:59:36 +0200 (Thu, 06 Sep 2007) | 4 lines
17633 Changed paths:
17634    M /trunk/modules/gui/qt4/dialogs/sout.cpp
17635    M /trunk/modules/gui/qt4/dialogs/sout.hpp
17636    M /trunk/modules/gui/qt4/dialogs_provider.cpp
17637
17638 Qt4 - Optimization of mrl generator. Only needed things are generated.
17639 patch by Jean-Fran?\195?\167ois Massol
17640
17641
17642 ------------------------------------------------------------------------
17643 r21813 | jb | 2007-09-06 18:04:14 +0200 (Thu, 06 Sep 2007) | 3 lines
17644 Changed paths:
17645    M /trunk/extras/contrib/src/Makefile
17646
17647 Contribs: don't disable network, since it breaks libavformat compilation, especially on Windaube.
17648
17649
17650 ------------------------------------------------------------------------
17651 r21812 | jb | 2007-09-06 17:47:37 +0200 (Thu, 06 Sep 2007) | 3 lines
17652 Changed paths:
17653    M /trunk/NEWS
17654
17655 NEWS. add mention of spatializer filter.
17656
17657
17658 ------------------------------------------------------------------------
17659 r21811 | jb | 2007-09-06 14:27:59 +0200 (Thu, 06 Sep 2007) | 2 lines
17660 Changed paths:
17661    M /trunk/modules/gui/qt4/dialogs/open.cpp
17662    M /trunk/modules/gui/qt4/dialogs/sout.cpp
17663    M /trunk/modules/gui/qt4/main_interface.cpp
17664    M /trunk/modules/gui/qt4/qt4.hpp
17665
17666 Qt4 - Define a TOGGLEV to toggleVisible on QWidgets, and use it instead of rewriting the code n times.
17667
17668 ------------------------------------------------------------------------
17669 r21810 | jb | 2007-09-06 14:18:58 +0200 (Thu, 06 Sep 2007) | 3 lines
17670 Changed paths:
17671    M /trunk/modules/gui/qt4/dialogs/sout.cpp
17672
17673 Qt4 - Sout: add a file mask on the known muxers.
17674 patch by Jean-Fran?\195?\167ois Massol
17675
17676 ------------------------------------------------------------------------
17677 r21809 | jb | 2007-09-06 13:59:32 +0200 (Thu, 06 Sep 2007) | 3 lines
17678 Changed paths:
17679    M /trunk/modules/gui/qt4/dialogs/sout.cpp
17680    M /trunk/modules/gui/qt4/dialogs/sout.hpp
17681    M /trunk/modules/gui/qt4/ui/sout.ui
17682
17683 Qt4 - Sout: hide SAP options and ttl options when you don't stream. Adapt the label on the okButton according...
17684
17685
17686 ------------------------------------------------------------------------
17687 r21808 | jb | 2007-09-06 13:18:01 +0200 (Thu, 06 Sep 2007) | 3 lines
17688 Changed paths:
17689    M /trunk/modules/gui/qt4/main_interface.cpp
17690
17691 Qt4 - Main Interface: hiding menus does hide the controls and the statusBar. Still a lot of problems with that code, but at least it can be reverted.
17692
17693
17694 ------------------------------------------------------------------------
17695 r21807 | jb | 2007-09-06 04:03:21 +0200 (Thu, 06 Sep 2007) | 3 lines
17696 Changed paths:
17697    M /trunk/THANKS
17698
17699 Thanks to jf massol for Qt4 work.
17700
17701
17702 ------------------------------------------------------------------------
17703 r21806 | pdherbemont | 2007-09-06 03:58:53 +0200 (Thu, 06 Sep 2007) | 2 lines
17704 Changed paths:
17705    M /trunk/configure.ac
17706
17707 configure.ac: Activate minimal_macosx.
17708
17709 ------------------------------------------------------------------------
17710 r21805 | jb | 2007-09-06 03:56:02 +0200 (Thu, 06 Sep 2007) | 6 lines
17711 Changed paths:
17712    M /trunk/modules/gui/qt4/dialogs/sout.cpp
17713    M /trunk/modules/gui/qt4/ui/sout.ui
17714
17715 Qt4 - Sout: add functions to choose some predefined profiles for audio/video codecs.
17716 Only basics options are done ( AVCodec + Muxer mainly ).
17717 Two profiles are done. If you want to add more, then search "ADD HERE" in sout.cpp.
17718 Reindentation of older code.
17719
17720
17721 ------------------------------------------------------------------------
17722 r21804 | jb | 2007-09-06 02:20:40 +0200 (Thu, 06 Sep 2007) | 3 lines
17723 Changed paths:
17724    M /trunk/modules/gui/qt4/dialogs/sout.cpp
17725    M /trunk/modules/gui/qt4/ui/sout.ui
17726
17727 Qt4 - Names changement and some bug fixes.
17728
17729
17730 ------------------------------------------------------------------------
17731 r21803 | jb | 2007-09-06 01:43:33 +0200 (Thu, 06 Sep 2007) | 3 lines
17732 Changed paths:
17733    M /trunk/modules/gui/qt4/dialogs/sout.cpp
17734    M /trunk/modules/gui/qt4/dialogs/sout.hpp
17735
17736 qt4 - Sout: trailing spaces.
17737
17738
17739 ------------------------------------------------------------------------
17740 r21802 | jb | 2007-09-06 01:23:27 +0200 (Thu, 06 Sep 2007) | 3 lines
17741 Changed paths:
17742    M /trunk/modules/gui/qt4/ui/sout.ui
17743
17744 qt4 - Sout.ui in a Qt4.2 compatible way.
17745
17746
17747 ------------------------------------------------------------------------
17748 r21801 | jb | 2007-09-06 01:17:19 +0200 (Thu, 06 Sep 2007) | 3 lines
17749 Changed paths:
17750    M /trunk/modules/gui/qt4/ui/sout.ui
17751
17752 Qt4 - Sout: cosmetic changes, simplifications and suffix adding for the new .ui.
17753
17754
17755 ------------------------------------------------------------------------
17756 r21800 | jb | 2007-09-06 01:05:47 +0200 (Thu, 06 Sep 2007) | 4 lines
17757 Changed paths:
17758    M /trunk/modules/gui/qt4/dialogs/sout.cpp
17759    M /trunk/modules/gui/qt4/dialogs/sout.hpp
17760    M /trunk/modules/gui/qt4/ui/sout.ui
17761
17762 Qt4 - Sout rework, Initial work.
17763 Patch by Jean-Fran?\195?\167ois Massol
17764
17765
17766 ------------------------------------------------------------------------
17767 r21799 | pdherbemont | 2007-09-06 00:33:20 +0200 (Thu, 06 Sep 2007) | 2 lines
17768 Changed paths:
17769    M /trunk/src/misc/darwin_specific.c
17770
17771 misc/darwin_specific.c: Fix framework detection.
17772
17773 ------------------------------------------------------------------------
17774 r21798 | xtophe | 2007-09-06 00:11:02 +0200 (Thu, 06 Sep 2007) | 2 lines
17775 Changed paths:
17776    M /trunk/Makefile.am
17777    M /trunk/po/POTFILES.in
17778
17779 Fix make dist
17780
17781 ------------------------------------------------------------------------
17782 r21797 | jb | 2007-09-05 23:54:45 +0200 (Wed, 05 Sep 2007) | 3 lines
17783 Changed paths:
17784    M /trunk/doc/fortunes.txt
17785
17786 Oops.
17787
17788
17789 ------------------------------------------------------------------------
17790 r21796 | jb | 2007-09-05 23:48:07 +0200 (Wed, 05 Sep 2007) | 2 lines
17791 Changed paths:
17792    M /trunk/doc/fortunes.txt
17793
17794 Fortunes ! thx Mirsal && thresh
17795
17796 ------------------------------------------------------------------------
17797 r21795 | xtophe | 2007-09-05 23:12:53 +0200 (Wed, 05 Sep 2007) | 3 lines
17798 Changed paths:
17799    M /trunk/po/POTFILES.in
17800    M /trunk/po/fr.po
17801    M /trunk/po/vlc.pot
17802
17803 Update the file list for l10n
17804 a few fix in fr.po
17805
17806 ------------------------------------------------------------------------
17807 r21794 | xtophe | 2007-09-05 22:34:04 +0200 (Wed, 05 Sep 2007) | 2 lines
17808 Changed paths:
17809    M /trunk/modules/misc/rtsp.c
17810
17811 Fix warnings about asprintf() + cosmetics
17812
17813 ------------------------------------------------------------------------
17814 r21793 | courmisch | 2007-09-05 21:58:01 +0200 (Wed, 05 Sep 2007) | 2 lines
17815 Changed paths:
17816    M /trunk/src/network/tcp.c
17817
17818 Rationalize TCP error messages a bit
17819
17820 ------------------------------------------------------------------------
17821 r21792 | courmisch | 2007-09-05 21:51:21 +0200 (Wed, 05 Sep 2007) | 2 lines
17822 Changed paths:
17823    M /trunk/src/network/tcp.c
17824
17825 Allow SOCKS server to be a hostname rather than an IP always
17826
17827 ------------------------------------------------------------------------
17828 r21791 | courmisch | 2007-09-05 21:24:52 +0200 (Wed, 05 Sep 2007) | 3 lines
17829 Changed paths:
17830    M /trunk/modules/misc/rtsp.c
17831
17832 Fix the exact same remote DoS as in RTSP stream output
17833 (SETUP without Transport:)
17834
17835 ------------------------------------------------------------------------
17836 r21790 | funman | 2007-09-05 20:46:35 +0200 (Wed, 05 Sep 2007) | 1 line
17837 Changed paths:
17838    M /trunk/modules/gui/skins2/src/theme_loader.cpp
17839
17840 Fix [21766]
17841 ------------------------------------------------------------------------
17842 r21789 | pdherbemont | 2007-09-05 20:45:09 +0200 (Wed, 05 Sep 2007) | 2 lines
17843 Changed paths:
17844    M /trunk/src/misc/darwin_specific.c
17845
17846 misc/darwin_specific.c: Correctly detect the Mac OS X framework.
17847
17848 ------------------------------------------------------------------------
17849 r21788 | pdherbemont | 2007-09-05 20:12:06 +0200 (Wed, 05 Sep 2007) | 2 lines
17850 Changed paths:
17851    M /trunk/src/Makefile.am
17852
17853 isrc/Makefile.am: Include media_list_path.h to fix make dist-clean, as requested by j-b and aballier.
17854
17855 ------------------------------------------------------------------------
17856 r21787 | jpsaman | 2007-09-05 19:46:55 +0200 (Wed, 05 Sep 2007) | 2 lines
17857 Changed paths:
17858    M /trunk/include/vlc_common.h
17859    M /trunk/modules/codec/dvbsub.c
17860
17861 Add function to get a human readible string for a vlc_fourcc_t value.
17862
17863 ------------------------------------------------------------------------
17864 r21786 | jb | 2007-09-05 19:46:04 +0200 (Wed, 05 Sep 2007) | 2 lines
17865 Changed paths:
17866    M /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
17867    M /trunk/modules/gui/qt4/ui/podcast_configuration.ui
17868
17869 Qt4 - Podcast dialog: Don't use the default OK/Cancel buttons, because they wouldn't be translated if we do it the default way. This does almost the same output. 
17870
17871 ------------------------------------------------------------------------
17872 r21785 | courmisch | 2007-09-05 19:04:14 +0200 (Wed, 05 Sep 2007) | 2 lines
17873 Changed paths:
17874    M /trunk/modules/codec/ffmpeg/audio.c
17875
17876 Fix old ffmpeg linking regression from [20357]
17877
17878 ------------------------------------------------------------------------
17879 r21784 | courmisch | 2007-09-05 18:43:55 +0200 (Wed, 05 Sep 2007) | 2 lines
17880 Changed paths:
17881    M /trunk/modules/access/udp.c
17882
17883 Always autodetect MRU
17884
17885 ------------------------------------------------------------------------
17886 r21783 | jb | 2007-09-05 18:29:03 +0200 (Wed, 05 Sep 2007) | 3 lines
17887 Changed paths:
17888    M /trunk/modules/gui/qt4/playlist_model.cpp
17889
17890 Qt4 - forgotten "," for windows.
17891
17892
17893 ------------------------------------------------------------------------
17894 r21782 | funman | 2007-09-05 18:09:43 +0200 (Wed, 05 Sep 2007) | 1 line
17895 Changed paths:
17896    M /trunk/po/fr.po
17897
17898 Updates french translation
17899 ------------------------------------------------------------------------
17900 r21781 | funman | 2007-09-05 18:09:19 +0200 (Wed, 05 Sep 2007) | 1 line
17901 Changed paths:
17902    M /trunk/modules/gui/qt4/qt4.cpp
17903
17904 Fix use of qcleanlooks style
17905 ------------------------------------------------------------------------
17906 r21780 | jb | 2007-09-05 18:06:01 +0200 (Wed, 05 Sep 2007) | 3 lines
17907 Changed paths:
17908    M /trunk/modules/gui/qt4/playlist_model.hpp
17909
17910 Qt4 - cosmetic and trailing spaces. symbols fix.
17911
17912
17913 ------------------------------------------------------------------------
17914 r21779 | jb | 2007-09-05 17:54:36 +0200 (Wed, 05 Sep 2007) | 3 lines
17915 Changed paths:
17916    M /trunk/modules/gui/qt4/playlist_model.cpp
17917    M /trunk/modules/gui/qt4/playlist_model.hpp
17918
17919 Qt4 - Compile fix for windows.
17920
17921
17922 ------------------------------------------------------------------------
17923 r21778 | jb | 2007-09-05 17:47:49 +0200 (Wed, 05 Sep 2007) | 3 lines
17924 Changed paths:
17925    M /trunk/include/vlc_intf_strings.h
17926
17927 Add a string. Forgot that file in previous commits.
17928
17929
17930 ------------------------------------------------------------------------
17931 r21777 | jb | 2007-09-05 17:37:51 +0200 (Wed, 05 Sep 2007) | 3 lines
17932 Changed paths:
17933    M /trunk/modules/gui/qt4/components/playlist/panels.hpp
17934    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
17935
17936 Qt4 - Rename add() function to a more instructive name.
17937
17938
17939 ------------------------------------------------------------------------
17940 r21776 | jb | 2007-09-05 17:33:32 +0200 (Wed, 05 Sep 2007) | 3 lines
17941 Changed paths:
17942    M /trunk/modules/gui/qt4/components/playlist/panels.hpp
17943    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
17944
17945 Qt4 - Cleanups and use QMenu on the stack to avoid leaks. Show menu with exec instead of popup.
17946
17947
17948 ------------------------------------------------------------------------
17949 r21775 | jb | 2007-09-05 17:32:06 +0200 (Wed, 05 Sep 2007) | 3 lines
17950 Changed paths:
17951    M /trunk/modules/gui/qt4/playlist_model.cpp
17952    M /trunk/modules/gui/qt4/playlist_model.hpp
17953
17954 Qt4 - Cleanup and start code to get the possibility on Windows to open the containing folder...
17955
17956
17957 ------------------------------------------------------------------------
17958 r21774 | jb | 2007-09-05 17:14:56 +0200 (Wed, 05 Sep 2007) | 4 lines
17959 Changed paths:
17960    M /trunk/modules/gui/qt4/components/playlist/panels.hpp
17961    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
17962    M /trunk/modules/gui/qt4/playlist_model.cpp
17963    M /trunk/modules/gui/qt4/playlist_model.hpp
17964
17965 Qt4 - Right click on the header on the QTreeView for the playlist enables you to choose the columns you want to be shown. This removes also the code that was in the Model part since this is View Related. Ref #1282 (almost done).
17966 There is still segfaults on close of VLC after that menu is triggered.
17967
17968
17969 ------------------------------------------------------------------------
17970 r21773 | jb | 2007-09-05 17:08:03 +0200 (Wed, 05 Sep 2007) | 3 lines
17971 Changed paths:
17972    M /trunk/modules/gui/qt4/util/customwidgets.cpp
17973    M /trunk/modules/gui/qt4/util/customwidgets.hpp
17974
17975 Qt4 - cosmetic 
17976
17977
17978 ------------------------------------------------------------------------
17979 r21772 | courmisch | 2007-09-05 15:52:35 +0200 (Wed, 05 Sep 2007) | 2 lines
17980 Changed paths:
17981    M /trunk/modules/access/http.c
17982    M /trunk/modules/demux/mp4/libmp4.c
17983    M /trunk/modules/demux/ps.c
17984
17985 Do not assume that long long = int64_t
17986
17987 ------------------------------------------------------------------------
17988 r21771 | courmisch | 2007-09-05 15:52:05 +0200 (Wed, 05 Sep 2007) | 2 lines
17989 Changed paths:
17990    M /trunk/modules/access/smb.c
17991
17992 Missing static
17993
17994 ------------------------------------------------------------------------
17995 r21770 | courmisch | 2007-09-05 15:51:45 +0200 (Wed, 05 Sep 2007) | 2 lines
17996 Changed paths:
17997    M /trunk/modules/demux/nsc.c
17998
17999 #include fix
18000
18001 ------------------------------------------------------------------------
18002 r21769 | courmisch | 2007-09-05 15:51:21 +0200 (Wed, 05 Sep 2007) | 2 lines
18003 Changed paths:
18004    M /trunk/modules/misc/freetype.c
18005    M /trunk/modules/misc/logger.c
18006    M /trunk/modules/misc/notify/notify.c
18007    M /trunk/modules/misc/rtsp.c
18008
18009 #include order
18010
18011 ------------------------------------------------------------------------
18012 r21768 | courmisch | 2007-09-05 15:51:01 +0200 (Wed, 05 Sep 2007) | 2 lines
18013 Changed paths:
18014    M /trunk/modules/video_filter/extract.c
18015
18016 Missing static
18017
18018 ------------------------------------------------------------------------
18019 r21767 | courmisch | 2007-09-05 15:50:45 +0200 (Wed, 05 Sep 2007) | 2 lines
18020 Changed paths:
18021    M /trunk/modules/video_output/x11/xcommon.c
18022
18023 #include order
18024
18025 ------------------------------------------------------------------------
18026 r21766 | courmisch | 2007-09-05 15:50:28 +0200 (Wed, 05 Sep 2007) | 2 lines
18027 Changed paths:
18028    M /trunk/modules/gui/skins2/src/theme_loader.cpp
18029
18030 Const warning
18031
18032 ------------------------------------------------------------------------
18033 r21765 | courmisch | 2007-09-05 15:50:02 +0200 (Wed, 05 Sep 2007) | 2 lines
18034 Changed paths:
18035    M /trunk/modules/demux/playlist/asx.c
18036    M /trunk/modules/demux/playlist/b4s.c
18037    M /trunk/modules/demux/playlist/gvp.c
18038    M /trunk/modules/demux/playlist/ifo.c
18039    M /trunk/modules/demux/playlist/m3u.c
18040    M /trunk/modules/demux/playlist/podcast.c
18041    M /trunk/modules/demux/playlist/qtl.c
18042    M /trunk/modules/demux/playlist/shoutcast.c
18043
18044 Fix #includes and remove useless variable
18045
18046 ------------------------------------------------------------------------
18047 r21764 | courmisch | 2007-09-05 15:49:30 +0200 (Wed, 05 Sep 2007) | 2 lines
18048 Changed paths:
18049    M /trunk/modules/access_output/bonjour.c
18050    M /trunk/modules/access_output/bonjour.h
18051
18052 Missing const
18053
18054 ------------------------------------------------------------------------
18055 r21763 | damienf | 2007-09-05 14:07:33 +0200 (Wed, 05 Sep 2007) | 2 lines
18056 Changed paths:
18057    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
18058
18059 wxwidgets: fix crash in playlist due to change in meta behaviour (all metas used to retunr "" rather than NULL)
18060
18061 ------------------------------------------------------------------------
18062 r21762 | jb | 2007-09-05 13:01:43 +0200 (Wed, 05 Sep 2007) | 3 lines
18063 Changed paths:
18064    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
18065    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
18066
18067 qt4 - Main controls, small modification and implementation of fullscreen().
18068
18069
18070 ------------------------------------------------------------------------
18071 r21761 | jb | 2007-09-05 13:00:42 +0200 (Wed, 05 Sep 2007) | 3 lines
18072 Changed paths:
18073    M /trunk/modules/gui/qt4/input_manager.cpp
18074
18075 Qt4 - removing some debug.
18076
18077
18078 ------------------------------------------------------------------------
18079 r21760 | courmisch | 2007-09-05 08:51:54 +0200 (Wed, 05 Sep 2007) | 2 lines
18080 Changed paths:
18081    M /trunk/src/misc/stats.c
18082
18083 #include order
18084
18085 ------------------------------------------------------------------------
18086 r21759 | courmisch | 2007-09-05 08:51:34 +0200 (Wed, 05 Sep 2007) | 2 lines
18087 Changed paths:
18088    M /trunk/src/osd/osd_parser.c
18089    M /trunk/src/stream_output/sap.c
18090
18091 size_t / int confusion
18092
18093 ------------------------------------------------------------------------
18094 r21758 | bitmap | 2007-09-05 08:03:23 +0200 (Wed, 05 Sep 2007) | 4 lines
18095 Changed paths:
18096    M /trunk/extras/contrib/src/Patches/live-starttime.patch
18097
18098 Change the format of the patch to live, since buildbot is
18099 now blaming me for breaking this even though I've never
18100 touched it.
18101
18102 ------------------------------------------------------------------------
18103 r21757 | bitmap | 2007-09-05 07:14:33 +0200 (Wed, 05 Sep 2007) | 5 lines
18104 Changed paths:
18105    M /trunk/configure.ac
18106    M /trunk/modules/codec/subtitles/Modules.am
18107    M /trunk/modules/codec/subtitles/subsass.c
18108    M /trunk/modules/codec/subtitles/subsdec.c
18109    M /trunk/modules/codec/subtitles/subsdec.h
18110    M /trunk/modules/codec/subtitles/subsusf.c
18111
18112 Move more of the code for USF subtitles decoding out into separate
18113 module. It has almost no code in common with normal subtitles and ASS
18114 subtitle decoding, and this split further simplifies what belongs to
18115 what.
18116
18117 ------------------------------------------------------------------------
18118 r21756 | bitmap | 2007-09-05 03:03:01 +0200 (Wed, 05 Sep 2007) | 2 lines
18119 Changed paths:
18120    M /trunk/modules/misc/freetype.c
18121
18122 Correct a warning on OSX
18123
18124 ------------------------------------------------------------------------
18125 r21755 | bitmap | 2007-09-05 03:02:34 +0200 (Wed, 05 Sep 2007) | 5 lines
18126 Changed paths:
18127    M /trunk/extras/contrib/src/Makefile
18128
18129 Add additional dependancies on fontconfig so that a rebuild will
18130 be forced when the patch or the Makefile itself changes - a previous
18131 change hasn't been picked up by buildbot, and it hasn't been
18132 corrected on win32 builds.
18133
18134 ------------------------------------------------------------------------
18135 r21754 | bitmap | 2007-09-05 02:24:27 +0200 (Wed, 05 Sep 2007) | 2 lines
18136 Changed paths:
18137    M /trunk/extras/contrib/src/Distributions/darwin.mak
18138    M /trunk/extras/contrib/src/Makefile
18139
18140 Add fontconfig to OSX builds
18141
18142 ------------------------------------------------------------------------
18143 r21753 | dionoea | 2007-09-04 23:08:56 +0200 (Tue, 04 Sep 2007) | 2 lines
18144 Changed paths:
18145    M /trunk/modules/video_filter/seamcarving.c
18146
18147 Hopefully fix the build for windows.
18148
18149 ------------------------------------------------------------------------
18150 r21752 | jpsaman | 2007-09-04 22:32:16 +0200 (Tue, 04 Sep 2007) | 2 lines
18151 Changed paths:
18152    M /trunk/modules/codec/dvbsub.c
18153
18154 Damn previous commit was even worse. I need some rest.
18155
18156 ------------------------------------------------------------------------
18157 r21751 | dionoea | 2007-09-04 22:30:56 +0200 (Tue, 04 Sep 2007) | 7 lines
18158 Changed paths:
18159    M /trunk/configure.ac
18160    M /trunk/modules/video_filter/Modules.am
18161    A /trunk/modules/video_filter/seamcarving.c (from /trunk/modules/video_filter/gradient.c:21737)
18162
18163 Start seamcarving video filter. I'm commiting this mainly to get it in a windows build. This still needs some heavy optimisation, support for vertical resizing, colors and upscaling.
18164
18165 Sample command line for those who want to test: time ./vlc fake: --fake-file ~/images/NATURE-Fakarava_400x300.jpg --fake-fps 5 -I dummy --control rc -V x11 --video-filter seamcarving@s
18166 You can change the croping by using commands like:
18167 @s crop 200 (a crop value of 0 resets it to the default mode)
18168
18169
18170 ------------------------------------------------------------------------
18171 r21750 | courmisch | 2007-09-04 21:26:57 +0200 (Tue, 04 Sep 2007) | 2 lines
18172 Changed paths:
18173    M /trunk/modules/misc/rtsp.c
18174    M /trunk/modules/services_discovery/sap.c
18175
18176 Fix minor cast mistmatches
18177
18178 ------------------------------------------------------------------------
18179 r21749 | courmisch | 2007-09-04 21:26:26 +0200 (Tue, 04 Sep 2007) | 2 lines
18180 Changed paths:
18181    M /trunk/modules/access/mms/mmstu.c
18182    M /trunk/modules/access_filter/bandwidth.c
18183    M /trunk/modules/misc/gnutls.c
18184
18185 Fix incorrect type size on 64bits
18186
18187 ------------------------------------------------------------------------
18188 r21748 | courmisch | 2007-09-04 21:25:38 +0200 (Tue, 04 Sep 2007) | 2 lines
18189 Changed paths:
18190    M /trunk/modules/control/http/http.c
18191
18192 Fix referenced types (potentially fix crash with CGIs on 64bits)
18193
18194 ------------------------------------------------------------------------
18195 r21747 | courmisch | 2007-09-04 21:23:37 +0200 (Tue, 04 Sep 2007) | 2 lines
18196 Changed paths:
18197    M /trunk/modules/control/http/util.c
18198
18199 Fix crash
18200
18201 ------------------------------------------------------------------------
18202 r21746 | courmisch | 2007-09-04 21:21:53 +0200 (Tue, 04 Sep 2007) | 2 lines
18203 Changed paths:
18204    M /trunk/modules/audio_output/alsa.c
18205    M /trunk/modules/stream_out/bridge.c
18206    M /trunk/modules/stream_out/mosaic_bridge.c
18207    M /trunk/modules/stream_out/transcode.c
18208    M /trunk/modules/video_filter/blend.c
18209    M /trunk/modules/video_filter/mosaic.c
18210    M /trunk/modules/video_filter/mosaic.h
18211
18212 Fix some cast warnings
18213
18214 ------------------------------------------------------------------------
18215 r21745 | courmisch | 2007-09-04 21:20:14 +0200 (Tue, 04 Sep 2007) | 2 lines
18216 Changed paths:
18217    M /trunk/src/input/var.c
18218    M /trunk/src/modules/entry.c
18219    M /trunk/src/video_output/vout_intf.c
18220
18221 Fix pointer-int casts warnings
18222
18223 ------------------------------------------------------------------------
18224 r21744 | courmisch | 2007-09-04 21:19:22 +0200 (Tue, 04 Sep 2007) | 2 lines
18225 Changed paths:
18226    M /trunk/include/vlc_modules_macros.h
18227
18228 Fix some 64bits warnings
18229
18230 ------------------------------------------------------------------------
18231 r21743 | jpsaman | 2007-09-04 15:13:27 +0200 (Tue, 04 Sep 2007) | 2 lines
18232 Changed paths:
18233    M /trunk/modules/codec/dvbsub.c
18234
18235 Oops forgot to print the chroma.
18236
18237 ------------------------------------------------------------------------
18238 r21742 | Trax | 2007-09-03 23:34:56 +0200 (Mon, 03 Sep 2007) | 1 line
18239 Changed paths:
18240    M /trunk/modules/demux/demuxdump.c
18241
18242 * modules/demux/demuxdump.c: typo dumpper -> dumper
18243 ------------------------------------------------------------------------
18244 r21741 | jb | 2007-09-03 23:10:56 +0200 (Mon, 03 Sep 2007) | 3 lines
18245 Changed paths:
18246    M /trunk/include/vlc_interface.h
18247
18248 Qt4 - add .mxf and .gxf to video files.
18249
18250
18251 ------------------------------------------------------------------------
18252 r21740 | jpsaman | 2007-09-03 22:26:21 +0200 (Mon, 03 Sep 2007) | 2 lines
18253 Changed paths:
18254    M /trunk/modules/codec/dvbsub.c
18255
18256 Print error when chroma is not supported
18257
18258 ------------------------------------------------------------------------
18259 r21739 | jpsaman | 2007-09-03 22:20:07 +0200 (Mon, 03 Sep 2007) | 2 lines
18260 Changed paths:
18261    M /trunk/modules/codec/dvbsub.c
18262
18263 Check malloc return values.
18264
18265 ------------------------------------------------------------------------
18266 r21738 | funman | 2007-09-03 21:06:58 +0200 (Mon, 03 Sep 2007) | 1 line
18267 Changed paths:
18268    M /trunk/COPYING
18269
18270 Updates COPYING with new FSF address, removes weird characters
18271 ------------------------------------------------------------------------
18272 r21737 | courmisch | 2007-09-03 18:01:40 +0200 (Mon, 03 Sep 2007) | 2 lines
18273 Changed paths:
18274    M /trunk/src/Makefile.am
18275
18276 subdir build fix
18277
18278 ------------------------------------------------------------------------
18279 r21736 | courmisch | 2007-09-03 18:00:02 +0200 (Mon, 03 Sep 2007) | 2 lines
18280 Changed paths:
18281    M /trunk/src/Makefile.am
18282
18283 BSD make fix
18284
18285 ------------------------------------------------------------------------
18286 r21735 | damienf | 2007-09-03 17:14:44 +0200 (Mon, 03 Sep 2007) | 2 lines
18287 Changed paths:
18288    M /trunk/src/misc/rand.c
18289
18290 misc/rand.c: cleanup and fix a stupid bug
18291
18292 ------------------------------------------------------------------------
18293 r21734 | bitmap | 2007-09-03 07:06:35 +0200 (Mon, 03 Sep 2007) | 1 line
18294 Changed paths:
18295    M /trunk/extras/contrib/src/Makefile
18296
18297 Fix cross compile of x264. The --crosscompile switch being added by the patch doesn't appear to have worked for some time.
18298 ------------------------------------------------------------------------
18299 r21733 | funman | 2007-09-03 01:47:51 +0200 (Mon, 03 Sep 2007) | 1 line
18300 Changed paths:
18301    M /trunk/modules/gui/wxwidgets/dialogs.cpp
18302    M /trunk/modules/gui/wxwidgets/interface.cpp
18303
18304 Fix wxwidgets compilation
18305 ------------------------------------------------------------------------
18306 r21732 | damienf | 2007-09-02 23:47:07 +0200 (Sun, 02 Sep 2007) | 2 lines
18307 Changed paths:
18308    M /trunk/src/misc/rand.c
18309
18310 misc/rand.c: actually, windows comes with a particularily comprehensive crypto library
18311
18312 ------------------------------------------------------------------------
18313 r21731 | jb | 2007-09-02 23:41:33 +0200 (Sun, 02 Sep 2007) | 3 lines
18314 Changed paths:
18315    M /trunk/modules/gui/qt4/qt4.cpp
18316
18317 qt4  wording.
18318
18319
18320 ------------------------------------------------------------------------
18321 r21730 | jb | 2007-09-02 23:33:21 +0200 (Sun, 02 Sep 2007) | 3 lines
18322 Changed paths:
18323    M /trunk/modules/gui/qt4/qt4.cpp
18324
18325 Qt4 - add a warning about the composite thing.
18326
18327
18328 ------------------------------------------------------------------------
18329 r21729 | funman | 2007-09-02 23:30:04 +0200 (Sun, 02 Sep 2007) | 1 line
18330 Changed paths:
18331    M /trunk/modules/gui/qt4/main_interface.cpp
18332
18333 Removes leftover of previous commit
18334 ------------------------------------------------------------------------
18335 r21728 | funman | 2007-09-02 23:28:56 +0200 (Sun, 02 Sep 2007) | 3 lines
18336 Changed paths:
18337    M /trunk/modules/gui/qt4/dialogs/extended.cpp
18338    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
18339    M /trunk/modules/gui/qt4/main_interface.cpp
18340    M /trunk/modules/gui/qt4/qt4.cpp
18341
18342 Adds an option to qt4 intf to set opacity for main interface, playlist, and extended panels.
18343 Note that on french locale floats are 0,x and not 0.x
18344
18345 ------------------------------------------------------------------------
18346 r21727 | dionoea | 2007-09-02 23:24:53 +0200 (Sun, 02 Sep 2007) | 2 lines
18347 Changed paths:
18348    M /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
18349
18350 If the podcast service discovery is already runing, update its podcast-urls variable.
18351
18352 ------------------------------------------------------------------------
18353 r21726 | dionoea | 2007-09-02 23:24:02 +0200 (Sun, 02 Sep 2007) | 2 lines
18354 Changed paths:
18355    M /trunk/modules/services_discovery/podcast.c
18356
18357 Rewrite parts of the podcast service discovery module and make it handle additions to the url list at runtime. (deletions are not supported, without a module restart)
18358
18359 ------------------------------------------------------------------------
18360 r21725 | dionoea | 2007-09-02 23:22:32 +0200 (Sun, 02 Sep 2007) | 2 lines
18361 Changed paths:
18362    M /trunk/src/playlist/engine.c
18363    M /trunk/src/playlist/services_discovery.c
18364
18365 Attach service discovery objects to the playlist (and remove a bunch of trailing spaces).
18366
18367 ------------------------------------------------------------------------
18368 r21724 | xtophe | 2007-09-02 23:13:07 +0200 (Sun, 02 Sep 2007) | 2 lines
18369 Changed paths:
18370    M /trunk/po/it.po
18371
18372 Italian l10n update by Vincenzo Reale
18373
18374 ------------------------------------------------------------------------
18375 r21723 | courmisch | 2007-09-02 22:01:13 +0200 (Sun, 02 Sep 2007) | 2 lines
18376 Changed paths:
18377    M /trunk/src/misc/rand.c
18378
18379 ! It did say NON-PREDICTIBLE at the top of the file, didn't it?
18380
18381 ------------------------------------------------------------------------
18382 r21722 | dionoea | 2007-09-02 18:55:23 +0200 (Sun, 02 Sep 2007) | 2 lines
18383 Changed paths:
18384    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
18385
18386 Apply "[PATCH] controls widget" by Domani Hannes. Thanks.
18387
18388 ------------------------------------------------------------------------
18389 r21721 | dionoea | 2007-09-02 18:17:36 +0200 (Sun, 02 Sep 2007) | 2 lines
18390 Changed paths:
18391    M /trunk/modules/gui/qt4/Modules.am
18392    M /trunk/modules/gui/qt4/dialogs
18393    A /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
18394    A /trunk/modules/gui/qt4/dialogs/podcast_configuration.hpp (from /trunk/modules/gui/qt4/dialogs/playlist.hpp:21713)
18395    M /trunk/modules/gui/qt4/dialogs_provider.cpp
18396    M /trunk/modules/gui/qt4/dialogs_provider.hpp
18397    M /trunk/modules/gui/qt4/menus.cpp
18398    A /trunk/modules/gui/qt4/ui/podcast_configuration.ui
18399
18400 Add a podcast configuration dialog to the Qt4 interface/dialogs provider.
18401
18402 ------------------------------------------------------------------------
18403 r21720 | dionoea | 2007-09-02 18:14:27 +0200 (Sun, 02 Sep 2007) | 2 lines
18404 Changed paths:
18405    M /trunk/modules/services_discovery/podcast.c
18406
18407 Change the podcast-urls config option to auto save.
18408
18409 ------------------------------------------------------------------------
18410 r21719 | dionoea | 2007-09-02 16:34:01 +0200 (Sun, 02 Sep 2007) | 2 lines
18411 Changed paths:
18412    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
18413
18414 [21716] in a Qt 4.2 compatible way.
18415
18416 ------------------------------------------------------------------------
18417 r21718 | dionoea | 2007-09-02 14:50:41 +0200 (Sun, 02 Sep 2007) | 2 lines
18418 Changed paths:
18419    M /trunk/modules/gui/qt4/main_interface.cpp
18420    M /trunk/modules/gui/qt4/main_interface.hpp
18421    M /trunk/modules/gui/qt4/qt4.cpp
18422
18423 Add option to disable the Qt interface notification popup.
18424
18425 ------------------------------------------------------------------------
18426 r21717 | funman | 2007-09-02 14:47:44 +0200 (Sun, 02 Sep 2007) | 1 line
18427 Changed paths:
18428    M /trunk/Makefile.am
18429
18430 Partially revert [21689]. Ships AUTHORS and THANKS with windows package
18431 ------------------------------------------------------------------------
18432 r21716 | dionoea | 2007-09-02 14:39:44 +0200 (Sun, 02 Sep 2007) | 2 lines
18433 Changed paths:
18434    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
18435
18436 Make the skins download url clickable in the simple preferences.
18437
18438 ------------------------------------------------------------------------
18439 r21715 | jb | 2007-09-02 12:10:00 +0200 (Sun, 02 Sep 2007) | 3 lines
18440 Changed paths:
18441    M /trunk/modules/gui/qt4/dialogs/help.cpp
18442
18443 Qt4 - adding a '...' in the description... Cosmetic
18444
18445
18446 ------------------------------------------------------------------------
18447 r21714 | dionoea | 2007-09-02 11:34:21 +0200 (Sun, 02 Sep 2007) | 2 lines
18448 Changed paths:
18449    M /trunk/modules/gui/qt4/dialogs/help.cpp
18450
18451 Change the web irc url here too (and split the help string on several lines).
18452
18453 ------------------------------------------------------------------------
18454 r21713 | courmisch | 2007-09-02 11:06:57 +0200 (Sun, 02 Sep 2007) | 2 lines
18455 Changed paths:
18456    M /trunk/src/network/httpd.c
18457
18458 Fixes
18459
18460 ------------------------------------------------------------------------
18461 r21712 | courmisch | 2007-09-02 10:59:59 +0200 (Sun, 02 Sep 2007) | 2 lines
18462 Changed paths:
18463    M /trunk/src/network/httpd.c
18464
18465 Handle HTTP OPTIONS
18466
18467 ------------------------------------------------------------------------
18468 r21711 | courmisch | 2007-09-02 10:51:01 +0200 (Sun, 02 Sep 2007) | 2 lines
18469 Changed paths:
18470    M /trunk/include/vlc_httpd.h
18471    M /trunk/src/network/httpd.c
18472
18473 Don't claim to support HTTP 1.x where x > 1
18474
18475 ------------------------------------------------------------------------
18476 r21710 | courmisch | 2007-09-02 09:33:40 +0200 (Sun, 02 Sep 2007) | 2 lines
18477 Changed paths:
18478    M /trunk/include/vlc_config_cat.h
18479
18480 Missing const
18481
18482 ------------------------------------------------------------------------
18483 r21709 | courmisch | 2007-09-02 09:32:06 +0200 (Sun, 02 Sep 2007) | 2 lines
18484 Changed paths:
18485    M /trunk/modules/gui/qt4/components/extended_panels.cpp
18486
18487 Fix warnings
18488
18489 ------------------------------------------------------------------------
18490 r21708 | courmisch | 2007-09-02 09:30:43 +0200 (Sun, 02 Sep 2007) | 2 lines
18491 Changed paths:
18492    M /trunk/modules/gui/qt4/dialogs_provider.cpp
18493
18494 Fix warnings
18495
18496 ------------------------------------------------------------------------
18497 r21707 | courmisch | 2007-09-02 09:28:08 +0200 (Sun, 02 Sep 2007) | 2 lines
18498 Changed paths:
18499    M /trunk/modules/gui/qt4/pixmaps/advanced.xpm
18500    M /trunk/modules/gui/qt4/pixmaps/audio.xpm
18501    M /trunk/modules/gui/qt4/pixmaps/codec.xpm
18502    M /trunk/modules/gui/qt4/pixmaps/intf.xpm
18503    M /trunk/modules/gui/qt4/pixmaps/type_card.xpm
18504    M /trunk/modules/gui/qt4/pixmaps/type_cdda.xpm
18505    M /trunk/modules/gui/qt4/pixmaps/type_directory.xpm
18506    M /trunk/modules/gui/qt4/pixmaps/type_disc.xpm
18507    M /trunk/modules/gui/qt4/pixmaps/type_file.xpm
18508    M /trunk/modules/gui/qt4/pixmaps/type_net.xpm
18509    M /trunk/modules/gui/qt4/pixmaps/type_node.xpm
18510    M /trunk/modules/gui/qt4/pixmaps/type_playlist.xpm
18511    M /trunk/modules/gui/qt4/pixmaps/type_unknown.xpm
18512    M /trunk/modules/gui/qt4/pixmaps/video.xpm
18513
18514 Another set of missing consts
18515
18516 ------------------------------------------------------------------------
18517 r21706 | courmisch | 2007-09-02 09:26:10 +0200 (Sun, 02 Sep 2007) | 2 lines
18518 Changed paths:
18519    M /trunk/modules/gui/qt4/pixmaps/advanced.xpm
18520    M /trunk/modules/gui/qt4/pixmaps/audio.xpm
18521    M /trunk/modules/gui/qt4/pixmaps/codec.xpm
18522    M /trunk/modules/gui/qt4/pixmaps/intf.xpm
18523    M /trunk/modules/gui/qt4/pixmaps/type_card.xpm
18524    M /trunk/modules/gui/qt4/pixmaps/type_cdda.xpm
18525    M /trunk/modules/gui/qt4/pixmaps/type_directory.xpm
18526    M /trunk/modules/gui/qt4/pixmaps/type_disc.xpm
18527    M /trunk/modules/gui/qt4/pixmaps/type_file.xpm
18528    M /trunk/modules/gui/qt4/pixmaps/type_net.xpm
18529    M /trunk/modules/gui/qt4/pixmaps/type_node.xpm
18530    M /trunk/modules/gui/qt4/pixmaps/type_playlist.xpm
18531    M /trunk/modules/gui/qt4/pixmaps/type_unknown.xpm
18532    M /trunk/modules/gui/qt4/pixmaps/video.xpm
18533
18534 eol:style
18535
18536 ------------------------------------------------------------------------
18537 r21705 | courmisch | 2007-09-02 09:25:07 +0200 (Sun, 02 Sep 2007) | 2 lines
18538 Changed paths:
18539    M /trunk/modules/gui/qt4/pixmaps/go-next.png
18540    M /trunk/modules/gui/qt4/pixmaps/next.png
18541    M /trunk/modules/gui/qt4/pixmaps/noart.png
18542    M /trunk/modules/gui/qt4/pixmaps/play.png
18543    M /trunk/modules/gui/qt4/pixmaps/playlist_icon.png
18544    M /trunk/modules/gui/qt4/pixmaps/previous.png
18545    M /trunk/modules/gui/qt4/pixmaps/spref_cone_Audio_64.png
18546    M /trunk/modules/gui/qt4/pixmaps/spref_cone_Hotkeys_64.png
18547    M /trunk/modules/gui/qt4/pixmaps/spref_cone_Input_64.png
18548    M /trunk/modules/gui/qt4/pixmaps/spref_cone_Interface_64.png
18549    M /trunk/modules/gui/qt4/pixmaps/spref_cone_Subtitles_64.png
18550    M /trunk/modules/gui/qt4/pixmaps/spref_cone_Video_64.png
18551    M /trunk/modules/gui/qt4/pixmaps/stop.png
18552    M /trunk/modules/gui/qt4/pixmaps/vlc_capture-card_16px.png
18553    M /trunk/modules/gui/qt4/pixmaps/vlc_disc_16px.png
18554    M /trunk/modules/gui/qt4/pixmaps/vlc_file-asym_16px.png
18555    M /trunk/modules/gui/qt4/pixmaps/vlc_file-wide_16px.png
18556    M /trunk/modules/gui/qt4/pixmaps/vlc_folder-blue_16px.png
18557    M /trunk/modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png
18558    M /trunk/modules/gui/qt4/pixmaps/vlc_harddisk_16px.png
18559    M /trunk/modules/gui/qt4/pixmaps/vlc_help_16px.png
18560    M /trunk/modules/gui/qt4/pixmaps/vlc_info_16px.png
18561    M /trunk/modules/gui/qt4/pixmaps/vlc_messages_16px.png
18562    M /trunk/modules/gui/qt4/pixmaps/vlc_network_16px.png
18563    M /trunk/modules/gui/qt4/pixmaps/vlc_next_16px.png
18564    M /trunk/modules/gui/qt4/pixmaps/vlc_pause_16px.png
18565    M /trunk/modules/gui/qt4/pixmaps/vlc_play_16px.png
18566    M /trunk/modules/gui/qt4/pixmaps/vlc_playlist_16px.png
18567    M /trunk/modules/gui/qt4/pixmaps/vlc_preferences_16px.png
18568    M /trunk/modules/gui/qt4/pixmaps/vlc_previous_16px.png
18569    M /trunk/modules/gui/qt4/pixmaps/vlc_quit_16px.png
18570    M /trunk/modules/gui/qt4/pixmaps/vlc_settings_16px.png
18571    M /trunk/modules/gui/qt4/pixmaps/vlc_stop_16px.png
18572    M /trunk/modules/gui/qt4/pixmaps/vlc_stream_16px.png
18573    M /trunk/modules/gui/qt4/pixmaps/vlc_tape_16px.png
18574    M /trunk/modules/gui/qt4/pixmaps/volume-high.png
18575    M /trunk/modules/gui/qt4/pixmaps/volume-low.png
18576
18577 image/png rather than application/octet-stream
18578
18579 ------------------------------------------------------------------------
18580 r21704 | courmisch | 2007-09-02 09:23:12 +0200 (Sun, 02 Sep 2007) | 2 lines
18581 Changed paths:
18582    M /trunk/share/vlc16x16.xpm
18583    M /trunk/share/vlc32x32.xpm
18584
18585 Typo
18586
18587 ------------------------------------------------------------------------
18588 r21703 | courmisch | 2007-09-02 09:22:32 +0200 (Sun, 02 Sep 2007) | 2 lines
18589 Changed paths:
18590    M /trunk/share/pda-forwardb16x16.xpm
18591    M /trunk/share/pda-openb16x16.xpm
18592    M /trunk/share/pda-pauseb16x16.xpm
18593    M /trunk/share/pda-playb16x16.xpm
18594    M /trunk/share/pda-playlistb16x16.xpm
18595    M /trunk/share/pda-preferencesb16x16.xpm
18596    M /trunk/share/pda-rewindb16x16.xpm
18597    M /trunk/share/pda-stopb16x16.xpm
18598    M /trunk/share/vlc16x16.xpm
18599    M /trunk/share/vlc32x32.xpm
18600
18601 Add missing const - should fix a few Qt4 warnings
18602
18603 ------------------------------------------------------------------------
18604 r21702 | courmisch | 2007-09-02 09:21:02 +0200 (Sun, 02 Sep 2007) | 2 lines
18605 Changed paths:
18606    M /trunk/share/pda-forwardb16x16.xpm
18607    M /trunk/share/pda-openb16x16.xpm
18608    M /trunk/share/pda-pauseb16x16.xpm
18609    M /trunk/share/pda-playb16x16.xpm
18610    M /trunk/share/pda-playlistb16x16.xpm
18611    M /trunk/share/pda-preferencesb16x16.xpm
18612    M /trunk/share/pda-rewindb16x16.xpm
18613    M /trunk/share/pda-stopb16x16.xpm
18614    M /trunk/share/vlc16x16.xpm
18615    M /trunk/share/vlc32x32.xpm
18616
18617 Remove harmful MIME type
18618
18619 ------------------------------------------------------------------------
18620 r21701 | courmisch | 2007-09-02 09:18:33 +0200 (Sun, 02 Sep 2007) | 2 lines
18621 Changed paths:
18622    M /trunk/share/pda-forwardb16x16.xpm
18623    M /trunk/share/pda-openb16x16.xpm
18624    M /trunk/share/pda-pauseb16x16.xpm
18625    M /trunk/share/pda-playb16x16.xpm
18626    M /trunk/share/pda-playlistb16x16.xpm
18627    M /trunk/share/pda-preferencesb16x16.xpm
18628    M /trunk/share/pda-rewindb16x16.xpm
18629    M /trunk/share/pda-stopb16x16.xpm
18630    M /trunk/share/vlc16x16.xpm
18631    M /trunk/share/vlc32x32.xpm
18632
18633 XPM are text files, not binaries
18634
18635 ------------------------------------------------------------------------
18636 r21700 | courmisch | 2007-09-02 09:08:20 +0200 (Sun, 02 Sep 2007) | 2 lines
18637 Changed paths:
18638    M /trunk/modules/gui/qt4/Modules.am
18639
18640 Fix automake warning
18641
18642 ------------------------------------------------------------------------
18643 r21699 | funman | 2007-09-02 06:03:11 +0200 (Sun, 02 Sep 2007) | 3 lines
18644 Changed paths:
18645    M /trunk/modules/audio_output/alsa.c
18646
18647 alsa: don't start playing before at least a period has been written to the alsa device
18648 fixes #1165
18649
18650 ------------------------------------------------------------------------
18651 r21698 | xtophe | 2007-09-02 00:43:54 +0200 (Sun, 02 Sep 2007) | 2 lines
18652 Changed paths:
18653    M /trunk/modules/gui/qt4/dialogs/help.cpp
18654
18655 Oups
18656
18657 ------------------------------------------------------------------------
18658 r21697 | xtophe | 2007-09-02 00:36:12 +0200 (Sun, 02 Sep 2007) | 2 lines
18659 Changed paths:
18660    M /trunk/modules/gui/qt4/dialogs/help.cpp
18661
18662 We are in 2007
18663
18664 ------------------------------------------------------------------------
18665 r21696 | xtophe | 2007-09-01 23:44:12 +0200 (Sat, 01 Sep 2007) | 2 lines
18666 Changed paths:
18667    M /trunk/src/misc/rand.c
18668
18669 rand_s() is only in Win XP and latest. so use rand() until we decide to not support win2000
18670
18671 ------------------------------------------------------------------------
18672 r21695 | dionoea | 2007-09-01 22:37:17 +0200 (Sat, 01 Sep 2007) | 2 lines
18673 Changed paths:
18674    M /trunk/src/misc/objects.c
18675
18676 Fix the use of commands list, tree and vars in the rc interface which were broken since [21138].
18677
18678 ------------------------------------------------------------------------
18679 r21694 | courmisch | 2007-09-01 22:04:56 +0200 (Sat, 01 Sep 2007) | 2 lines
18680 Changed paths:
18681    M /trunk/modules/stream_out/rtsp.c
18682
18683 Fix segmentation fault
18684
18685 ------------------------------------------------------------------------
18686 r21693 | courmisch | 2007-09-01 21:34:41 +0200 (Sat, 01 Sep 2007) | 2 lines
18687 Changed paths:
18688    M /trunk/modules/stream_out/rtsp.c
18689
18690 Remove old unused code
18691
18692 ------------------------------------------------------------------------
18693 r21692 | courmisch | 2007-09-01 21:34:09 +0200 (Sat, 01 Sep 2007) | 2 lines
18694 Changed paths:
18695    M /trunk/modules/stream_out/rtsp.c
18696
18697 Factorize aggregate and non-aggregate RTSP code paths
18698
18699 ------------------------------------------------------------------------
18700 r21691 | courmisch | 2007-09-01 21:03:22 +0200 (Sat, 01 Sep 2007) | 2 lines
18701 Changed paths:
18702    M /trunk/modules/stream_out/rtsp.c
18703
18704 Cosmetics
18705
18706 ------------------------------------------------------------------------
18707 r21690 | courmisch | 2007-09-01 19:50:51 +0200 (Sat, 01 Sep 2007) | 2 lines
18708 Changed paths:
18709    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
18710    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
18711    M /trunk/modules/gui/wxwidgets/streamdata.cpp
18712
18713 Use RTP sout for RTP
18714
18715 ------------------------------------------------------------------------
18716 r21689 | funman | 2007-09-01 19:43:49 +0200 (Sat, 01 Sep 2007) | 7 lines
18717 Changed paths:
18718    M /trunk/Makefile.am
18719    M /trunk/THANKS
18720    M /trunk/modules/gui/qt4/Modules.am
18721    M /trunk/modules/gui/qt4/dialogs/help.cpp
18722
18723 qt4: Fix help dialog (again)
18724 Uses builtin AUTHORS THANKS and COPYING files on every platform
18725 Don't ship AUTHORS.txt and THANKS.txt on windows packages
18726 COPYING.txt is kept since it's used in the nsis installer
18727 Only show authors' name instead of the full AUTHORS file
18728 Removes an empty line in THANKS to make it easier to parse without using endless pipes
18729
18730 ------------------------------------------------------------------------
18731 r21688 | jb | 2007-09-01 19:36:48 +0200 (Sat, 01 Sep 2007) | 3 lines
18732 Changed paths:
18733    M /trunk/MAINTAINERS
18734
18735 Add myself as qt4  maintainer :D
18736
18737
18738 ------------------------------------------------------------------------
18739 r21687 | courmisch | 2007-09-01 19:34:39 +0200 (Sat, 01 Sep 2007) | 3 lines
18740 Changed paths:
18741    M /trunk/modules/stream_out/rtsp.c
18742
18743 Improve randomness of RTSP session ID.
18744 Now it should not be possible to guess other people's ID.
18745
18746 ------------------------------------------------------------------------
18747 r21686 | courmisch | 2007-09-01 19:32:18 +0200 (Sat, 01 Sep 2007) | 2 lines
18748 Changed paths:
18749    M /trunk/src/input/es_out.c
18750
18751 Fix a few warnings
18752
18753 ------------------------------------------------------------------------
18754 r21685 | jb | 2007-09-01 19:27:50 +0200 (Sat, 01 Sep 2007) | 3 lines
18755 Changed paths:
18756    M /trunk/THANKS
18757
18758 Modification of THANKS about Pierre-Luc Beaudoin contributions.
18759
18760
18761 ------------------------------------------------------------------------
18762 r21684 | jb | 2007-09-01 19:26:17 +0200 (Sat, 01 Sep 2007) | 3 lines
18763 Changed paths:
18764    M /trunk/modules/gui/qt4/components/open.cpp
18765    M /trunk/modules/gui/qt4/components/open.hpp
18766
18767 Qt4 - Jack Input UI.
18768
18769
18770 ------------------------------------------------------------------------
18771 r21683 | courmisch | 2007-09-01 19:10:55 +0200 (Sat, 01 Sep 2007) | 2 lines
18772 Changed paths:
18773    M /trunk/modules/gui/qt4/Modules.am
18774
18775 Fix about.hpp generation
18776
18777 ------------------------------------------------------------------------
18778 r21682 | courmisch | 2007-09-01 18:58:35 +0200 (Sat, 01 Sep 2007) | 3 lines
18779 Changed paths:
18780    M /trunk/bootstrap
18781    A /trunk/modules/genmf
18782
18783 Separate Makefile generation from bootstrap
18784 so that we can update individual Makefile.am files.
18785
18786 ------------------------------------------------------------------------
18787 r21681 | jb | 2007-09-01 18:55:47 +0200 (Sat, 01 Sep 2007) | 7 lines
18788 Changed paths:
18789    M /trunk/modules/access/jack.c
18790
18791 Jack Input bugfixes and some more options:
18792    - bug: cracking in the captured sound
18793    - autoconnect to inputs
18794    - use VLC pace
18795 Patch by Pierre-Luc Beaudoin from Savoir-faire Linux
18796
18797
18798 ------------------------------------------------------------------------
18799 r21680 | jb | 2007-09-01 18:38:57 +0200 (Sat, 01 Sep 2007) | 3 lines
18800 Changed paths:
18801    M /trunk/modules/gui/qt4/dialogs/help.cpp
18802
18803 Qt4-help. Small modifications on the size.
18804
18805
18806 ------------------------------------------------------------------------
18807 r21679 | funman | 2007-09-01 18:36:15 +0200 (Sat, 01 Sep 2007) | 1 line
18808 Changed paths:
18809    M /trunk/modules/gui/qt4/Modules.am
18810    M /trunk/modules/gui/qt4/dialogs/help.cpp
18811
18812 qt4/about: reads data from the files when they are shipped with the binary (i.e. on windows)
18813 ------------------------------------------------------------------------
18814 r21678 | funman | 2007-09-01 18:35:25 +0200 (Sat, 01 Sep 2007) | 1 line
18815 Changed paths:
18816    M /trunk/src/network/io.c
18817
18818 net_Read(): Checks p_libvlc->b_die
18819 ------------------------------------------------------------------------
18820 r21677 | jb | 2007-09-01 18:29:51 +0200 (Sat, 01 Sep 2007) | 4 lines
18821 Changed paths:
18822    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
18823
18824 qt4: disc controls should only be shown on request.
18825 To test.
18826
18827
18828 ------------------------------------------------------------------------
18829 r21676 | jb | 2007-09-01 18:25:14 +0200 (Sat, 01 Sep 2007) | 3 lines
18830 Changed paths:
18831    M /trunk/modules/gui/qt4/dialogs/help.cpp
18832
18833 Qt4 - Add a proper about section. This needs to be reviewed for i18n.
18834
18835
18836 ------------------------------------------------------------------------
18837 r21675 | courmisch | 2007-09-01 17:50:54 +0200 (Sat, 01 Sep 2007) | 3 lines
18838 Changed paths:
18839    M /trunk/src/input/meta.c
18840
18841 Fix crash (once more, this would be easily avoided by
18842 LOOKING AT THE COMPILER WARNING before -or even after- committing)
18843
18844 ------------------------------------------------------------------------
18845 r21674 | courmisch | 2007-09-01 17:47:03 +0200 (Sat, 01 Sep 2007) | 2 lines
18846 Changed paths:
18847    M /trunk/src/network/getaddrinfo.c
18848
18849 Fix signedness
18850
18851 ------------------------------------------------------------------------
18852 r21673 | courmisch | 2007-09-01 17:46:09 +0200 (Sat, 01 Sep 2007) | 2 lines
18853 Changed paths:
18854    M /trunk/src/text/unicode.c
18855
18856 Fix warning
18857
18858 ------------------------------------------------------------------------
18859 r21672 | courmisch | 2007-09-01 17:45:01 +0200 (Sat, 01 Sep 2007) | 2 lines
18860 Changed paths:
18861    M /trunk/src/modules/configuration.c
18862
18863 Fix compiler warning
18864
18865 ------------------------------------------------------------------------
18866 r21671 | courmisch | 2007-09-01 17:43:37 +0200 (Sat, 01 Sep 2007) | 2 lines
18867 Changed paths:
18868    M /trunk/src/input/vlm.c
18869
18870 Fix (Win32) precompiler warnings
18871
18872 ------------------------------------------------------------------------
18873 r21670 | courmisch | 2007-09-01 17:42:30 +0200 (Sat, 01 Sep 2007) | 2 lines
18874 Changed paths:
18875    M /trunk/src/extras/libc.c
18876
18877 Try to fix a compiler warning
18878
18879 ------------------------------------------------------------------------
18880 r21669 | courmisch | 2007-09-01 17:41:19 +0200 (Sat, 01 Sep 2007) | 2 lines
18881 Changed paths:
18882    M /trunk/src/misc/rand.c
18883
18884 Use HMAC-MD5 rather than plain MD5
18885
18886 ------------------------------------------------------------------------
18887 r21668 | courmisch | 2007-09-01 17:36:22 +0200 (Sat, 01 Sep 2007) | 3 lines
18888 Changed paths:
18889    M /trunk/src/modules/modules.c
18890
18891 Remove a big bunch of #include that are not needed anymore
18892 (we had them because of the big vlc_symbol structure)
18893
18894 ------------------------------------------------------------------------
18895 r21667 | courmisch | 2007-09-01 17:32:45 +0200 (Sat, 01 Sep 2007) | 2 lines
18896 Changed paths:
18897    A /trunk/include/vlc_rand.h
18898    M /trunk/src/Makefile.am
18899    M /trunk/src/libvlc.sym
18900    A /trunk/src/misc/rand.c
18901
18902 Add nonce generator vlc_rand_bytes
18903
18904 ------------------------------------------------------------------------
18905 r21666 | courmisch | 2007-09-01 17:19:42 +0200 (Sat, 01 Sep 2007) | 2 lines
18906 Changed paths:
18907    M /trunk/include/vlc_md5.h
18908    M /trunk/src/misc/md5.c
18909
18910 Fixup AddMD5 prototype
18911
18912 ------------------------------------------------------------------------
18913 r21665 | courmisch | 2007-09-01 17:14:26 +0200 (Sat, 01 Sep 2007) | 2 lines
18914 Changed paths:
18915    M /trunk/include/vlc_md5.h
18916    M /trunk/src/libvlc.sym
18917    M /trunk/src/misc/md5.c
18918
18919 Do not export DigestMD5; it's an internal subprocedure
18920
18921 ------------------------------------------------------------------------
18922 r21664 | jb | 2007-09-01 17:13:06 +0200 (Sat, 01 Sep 2007) | 3 lines
18923 Changed paths:
18924    M /trunk/modules/gui/qt4/Modules.am
18925    M /trunk/modules/gui/qt4/dialogs/help.cpp
18926
18927 Qt4 - help: add AUTHORS to the tabs
18928
18929
18930 ------------------------------------------------------------------------
18931 r21663 | funman | 2007-09-01 17:08:57 +0200 (Sat, 01 Sep 2007) | 1 line
18932 Changed paths:
18933    M /trunk/modules/gui/qt4/dialogs/help.cpp
18934
18935 Adds a link to cgi/irc in help
18936 ------------------------------------------------------------------------
18937 r21662 | funman | 2007-09-01 16:55:55 +0200 (Sat, 01 Sep 2007) | 1 line
18938 Changed paths:
18939    M /trunk/modules/gui/qt4/dialogs/errors.cpp
18940    M /trunk/modules/gui/qt4/dialogs/errors.hpp
18941    M /trunk/modules/gui/qt4/dialogs/extended.cpp
18942    M /trunk/modules/gui/qt4/dialogs/extended.hpp
18943    M /trunk/modules/gui/qt4/dialogs/gototime.cpp
18944    M /trunk/modules/gui/qt4/dialogs/gototime.hpp
18945    M /trunk/modules/gui/qt4/dialogs/help.cpp
18946    M /trunk/modules/gui/qt4/dialogs/help.hpp
18947    M /trunk/modules/gui/qt4/dialogs/messages.cpp
18948    M /trunk/modules/gui/qt4/dialogs/messages.hpp
18949    M /trunk/modules/gui/qt4/dialogs/open.cpp
18950    M /trunk/modules/gui/qt4/dialogs/open.hpp
18951    M /trunk/modules/gui/qt4/dialogs/sout.cpp
18952    M /trunk/modules/gui/qt4/dialogs/sout.hpp
18953
18954 qt4/dialogs: svn:keywords set to Id
18955 ------------------------------------------------------------------------
18956 r21661 | funman | 2007-09-01 16:45:29 +0200 (Sat, 01 Sep 2007) | 1 line
18957 Changed paths:
18958    M /trunk/modules/control/rc.c
18959
18960 Reverts 21658 as it's totally wrong
18961 ------------------------------------------------------------------------
18962 r21660 | jb | 2007-09-01 16:39:41 +0200 (Sat, 01 Sep 2007) | 3 lines
18963 Changed paths:
18964    M /trunk/modules/gui/qt4/dialogs/help.cpp
18965
18966 Qt4 - More Help.
18967
18968
18969 ------------------------------------------------------------------------
18970 r21659 | courmisch | 2007-09-01 16:11:39 +0200 (Sat, 01 Sep 2007) | 2 lines
18971 Changed paths:
18972    M /trunk/modules/access_output/udp.c
18973    M /trunk/modules/stream_out/standard.c
18974
18975 DSO friendliness
18976
18977 ------------------------------------------------------------------------
18978 r21658 | funman | 2007-09-01 16:09:58 +0200 (Sat, 01 Sep 2007) | 1 line
18979 Changed paths:
18980    M /trunk/modules/control/rc.c
18981
18982 rc: non blocking input read
18983 ------------------------------------------------------------------------
18984 r21657 | courmisch | 2007-09-01 16:08:39 +0200 (Sat, 01 Sep 2007) | 2 lines
18985 Changed paths:
18986    M /trunk/modules/stream_out/standard.c
18987
18988 Another set of useless if statements
18989
18990 ------------------------------------------------------------------------
18991 r21656 | courmisch | 2007-09-01 16:07:18 +0200 (Sat, 01 Sep 2007) | 3 lines
18992 Changed paths:
18993    M /trunk/modules/stream_out/standard.c
18994
18995 - do not check "always true" case
18996 - fix a small memory leak
18997
18998 ------------------------------------------------------------------------
18999 r21655 | courmisch | 2007-09-01 16:00:49 +0200 (Sat, 01 Sep 2007) | 2 lines
19000 Changed paths:
19001    M /trunk/modules/stream_out/standard.c
19002
19003 Remove unsupported profiles
19004
19005 ------------------------------------------------------------------------
19006 r21654 | funman | 2007-09-01 15:54:36 +0200 (Sat, 01 Sep 2007) | 1 line
19007 Changed paths:
19008    M /trunk/modules/gui/qt4/qt4.cpp
19009
19010 qt4: forces plastique style temporarily
19011 ------------------------------------------------------------------------
19012 r21653 | courmisch | 2007-09-01 15:52:25 +0200 (Sat, 01 Sep 2007) | 2 lines
19013 Changed paths:
19014    M /trunk/modules/stream_out/standard.c
19015
19016 Do not implicitly encourage raw TS over UDP-Lite, DCCP and friends
19017
19018 ------------------------------------------------------------------------
19019 r21652 | jb | 2007-09-01 15:42:55 +0200 (Sat, 01 Sep 2007) | 3 lines
19020 Changed paths:
19021    M /trunk/modules/video_filter/osdmenu.c
19022
19023 OSDMenu: add to the CAT_VIDEO category to have tweaking in the preferences.
19024
19025
19026 ------------------------------------------------------------------------
19027 r21651 | courmisch | 2007-09-01 15:42:00 +0200 (Sat, 01 Sep 2007) | 2 lines
19028 Changed paths:
19029    M /trunk/modules/stream_out/rtp.c
19030
19031 Fix RTP/TS sequence number regression
19032
19033 ------------------------------------------------------------------------
19034 r21650 | courmisch | 2007-09-01 15:37:08 +0200 (Sat, 01 Sep 2007) | 2 lines
19035 Changed paths:
19036    M /trunk/modules/stream_out/rtp.c
19037
19038 Fix undefined variable use
19039
19040 ------------------------------------------------------------------------
19041 r21649 | jb | 2007-09-01 15:33:25 +0200 (Sat, 01 Sep 2007) | 3 lines
19042 Changed paths:
19043    M /trunk/modules/codec/subtitles/subsass.c
19044    M /trunk/modules/codec/subtitles/subsdec.c
19045    M /trunk/modules/codec/subtitles/subsusf.c
19046
19047 Subtitles: same. Reput the correct new modifications.
19048
19049
19050 ------------------------------------------------------------------------
19051 r21648 | jb | 2007-09-01 15:32:26 +0200 (Sat, 01 Sep 2007) | 3 lines
19052 Changed paths:
19053    R /trunk/modules/codec/subtitles/subsass.c (from /trunk/modules/codec/subsdec.c:21024)
19054    R /trunk/modules/codec/subtitles/subsdec.c (from /trunk/modules/codec/subsdec.c:21024)
19055    R /trunk/modules/codec/subtitles/subsusf.c (from /trunk/modules/codec/subsdec.c:21024)
19056
19057 Subtitles: attempt to get the history back.
19058
19059
19060 ------------------------------------------------------------------------
19061 r21647 | funman | 2007-09-01 15:10:04 +0200 (Sat, 01 Sep 2007) | 1 line
19062 Changed paths:
19063    M /trunk/modules/control/hotkeys.c
19064
19065 hotkey: Stop the playlist on Quit
19066 ------------------------------------------------------------------------
19067 r21646 | jb | 2007-09-01 15:03:38 +0200 (Sat, 01 Sep 2007) | 3 lines
19068 Changed paths:
19069    M /trunk/extras
19070
19071 Add svn:ignore to live and live555 in extras, since we do it with ffmpeg and x264
19072
19073
19074 ------------------------------------------------------------------------
19075 r21645 | courmisch | 2007-09-01 14:58:51 +0200 (Sat, 01 Sep 2007) | 2 lines
19076 Changed paths:
19077    M /trunk/NEWS
19078
19079 Remove DCCP from the list; it's not working yet
19080
19081 ------------------------------------------------------------------------
19082 r21644 | jb | 2007-09-01 14:57:24 +0200 (Sat, 01 Sep 2007) | 3 lines
19083 Changed paths:
19084    M /trunk/modules/audio_filter/spatializer/allpass.cpp
19085    M /trunk/modules/audio_filter/spatializer/allpass.hpp
19086    M /trunk/modules/audio_filter/spatializer/comb.cpp
19087    M /trunk/modules/audio_filter/spatializer/comb.hpp
19088    M /trunk/modules/audio_filter/spatializer/denormals.h
19089    M /trunk/modules/audio_filter/spatializer/revmodel.cpp
19090    M /trunk/modules/audio_filter/spatializer/revmodel.hpp
19091    M /trunk/modules/audio_filter/spatializer/spatializer.cpp
19092    M /trunk/modules/audio_filter/spatializer/tuning.h
19093
19094 Spatializer: set the svn:keywords to Id.
19095
19096
19097 ------------------------------------------------------------------------
19098 r21643 | jb | 2007-09-01 14:53:57 +0200 (Sat, 01 Sep 2007) | 3 lines
19099 Changed paths:
19100    M /trunk/modules/audio_filter/spatializer
19101
19102 Try to set a correct svn:ignore
19103
19104
19105 ------------------------------------------------------------------------
19106 r21642 | jb | 2007-09-01 14:33:33 +0200 (Sat, 01 Sep 2007) | 3 lines
19107 Changed paths:
19108    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
19109    M /trunk/modules/gui/qt4/main_interface.cpp
19110
19111 Qt4 - remove the 'pink sliders' effect
19112
19113
19114 ------------------------------------------------------------------------
19115 r21641 | jb | 2007-09-01 14:27:48 +0200 (Sat, 01 Sep 2007) | 3 lines
19116 Changed paths:
19117    M /trunk/configure.ac
19118    M /trunk/modules/gui/qt4/Modules.am
19119    M /trunk/modules/gui/qt4/components/extended_panels.hpp
19120    A /trunk/modules/gui/qt4/ui/spatializer.ui
19121
19122 Spatializer: add the remaining files, add a correct check in configure, fix dist
19123
19124
19125 ------------------------------------------------------------------------
19126 r21640 | jb | 2007-09-01 14:15:21 +0200 (Sat, 01 Sep 2007) | 3 lines
19127 Changed paths:
19128    M /trunk/modules/gui/qt4/components/extended_panels.hpp
19129
19130 qt4 - fix temporary the compilation.
19131
19132
19133 ------------------------------------------------------------------------
19134 r21639 | jb | 2007-09-01 13:59:10 +0200 (Sat, 01 Sep 2007) | 3 lines
19135 Changed paths:
19136    M /trunk/modules/gui/qt4/components/extended_panels.cpp
19137    M /trunk/modules/gui/qt4/components/extended_panels.hpp
19138
19139 Qt4 - Spatializer and other audio filter from biodun SoC => Extended panel.
19140
19141
19142 ------------------------------------------------------------------------
19143 r21638 | fkuehne | 2007-09-01 13:57:33 +0200 (Sat, 01 Sep 2007) | 1 line
19144 Changed paths:
19145    M /trunk/modules/gui/minimal_macosx/Modules.am
19146    M /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.h
19147    M /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.m
19148    M /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.h
19149    M /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.m
19150    M /trunk/modules/gui/minimal_macosx/intf.h
19151    M /trunk/modules/gui/minimal_macosx/intf.m
19152    M /trunk/modules/gui/minimal_macosx/macosx.c
19153    M /trunk/modules/gui/minimal_macosx/voutagl.h
19154    M /trunk/modules/gui/minimal_macosx/voutagl.m
19155    M /trunk/modules/gui/minimal_macosx/voutgl.h
19156    M /trunk/modules/gui/minimal_macosx/voutgl.m
19157
19158 * set svn:keywords correctly and fixed some minor stuff here and there
19159 ------------------------------------------------------------------------
19160 r21637 | jb | 2007-09-01 13:50:22 +0200 (Sat, 01 Sep 2007) | 3 lines
19161 Changed paths:
19162    M /trunk/configure.ac
19163
19164 Spatializer audio filter: activate it for compilation, since it should not produce many warnings...
19165
19166
19167 ------------------------------------------------------------------------
19168 r21636 | jb | 2007-09-01 13:37:15 +0200 (Sat, 01 Sep 2007) | 3 lines
19169 Changed paths:
19170    M /trunk/modules/audio_filter/spatializer/allpass.cpp
19171    M /trunk/modules/audio_filter/spatializer/allpass.hpp
19172    M /trunk/modules/audio_filter/spatializer/comb.cpp
19173    M /trunk/modules/audio_filter/spatializer/comb.hpp
19174    M /trunk/modules/audio_filter/spatializer/revmodel.cpp
19175    M /trunk/modules/audio_filter/spatializer/revmodel.hpp
19176    M /trunk/modules/audio_filter/spatializer/spatializer.cpp
19177    M /trunk/modules/audio_filter/spatializer/tuning.h
19178
19179 Spatializer: spaces and tab!!!
19180
19181
19182 ------------------------------------------------------------------------
19183 r21635 | jb | 2007-09-01 13:30:58 +0200 (Sat, 01 Sep 2007) | 4 lines
19184 Changed paths:
19185    A /trunk/modules/audio_filter/spatializer
19186    A /trunk/modules/audio_filter/spatializer/Modules.am
19187    A /trunk/modules/audio_filter/spatializer/allpass.cpp
19188    A /trunk/modules/audio_filter/spatializer/allpass.hpp
19189    A /trunk/modules/audio_filter/spatializer/comb.cpp
19190    A /trunk/modules/audio_filter/spatializer/comb.hpp
19191    A /trunk/modules/audio_filter/spatializer/denormals.h
19192    A /trunk/modules/audio_filter/spatializer/revmodel.cpp
19193    A /trunk/modules/audio_filter/spatializer/revmodel.hpp
19194    A /trunk/modules/audio_filter/spatializer/spatializer.cpp
19195    A /trunk/modules/audio_filter/spatializer/tuning.h
19196
19197 Spatializer audio filter, work for Google Summer of Code, by Isaac Biodun Osunkunle: osunkunle --- gmail.com
19198 This is the first part of his work.
19199
19200
19201 ------------------------------------------------------------------------
19202 r21634 | funman | 2007-09-01 13:06:38 +0200 (Sat, 01 Sep 2007) | 1 line
19203 Changed paths:
19204    M /trunk/modules/control/hotkeys.c
19205
19206 Destroys hotkey interface when Quit action is requested
19207 ------------------------------------------------------------------------
19208 r21633 | xtophe | 2007-09-01 00:40:32 +0200 (Sat, 01 Sep 2007) | 2 lines
19209 Changed paths:
19210    M /trunk/src/Makefile.am
19211
19212 Add a nice target here also
19213
19214 ------------------------------------------------------------------------
19215 r21632 | xtophe | 2007-09-01 00:31:04 +0200 (Sat, 01 Sep 2007) | 2 lines
19216 Changed paths:
19217    M /trunk/Makefile.am
19218
19219 Add a nice target
19220
19221 ------------------------------------------------------------------------
19222 r21631 | xtophe | 2007-09-01 00:16:19 +0200 (Sat, 01 Sep 2007) | 2 lines
19223 Changed paths:
19224    M /trunk/Makefile.am
19225
19226 Woody is past history
19227
19228 ------------------------------------------------------------------------
19229 r21630 | xtophe | 2007-09-01 00:14:08 +0200 (Sat, 01 Sep 2007) | 2 lines
19230 Changed paths:
19231    M /trunk/configure.ac
19232
19233 Add some --with-ffmpeg-libfoo. Patch by Siegfried Wagner
19234
19235 ------------------------------------------------------------------------
19236 r21629 | funman | 2007-08-31 23:57:07 +0200 (Fri, 31 Aug 2007) | 1 line
19237 Changed paths:
19238    M /trunk/NEWS
19239
19240 Updates the news
19241 ------------------------------------------------------------------------
19242 r21628 | xtophe | 2007-08-31 23:22:41 +0200 (Fri, 31 Aug 2007) | 3 lines
19243 Changed paths:
19244    M /trunk/configure.ac
19245
19246 Use libav*-uninstalled.pc to get the ldflags for ffmpeg when we use --with-ffmpeg-tree to link statically
19247
19248
19249 ------------------------------------------------------------------------
19250 r21627 | courmisch | 2007-08-31 23:08:00 +0200 (Fri, 31 Aug 2007) | 2 lines
19251 Changed paths:
19252    M /trunk/modules/stream_out/rtsp.c
19253    M /trunk/src/network/httpd.c
19254
19255 Implement dummy RTSP GET_PARAMETER so that clients can "ping"
19256
19257 ------------------------------------------------------------------------
19258 r21626 | courmisch | 2007-08-31 22:11:51 +0200 (Fri, 31 Aug 2007) | 2 lines
19259 Changed paths:
19260    M /trunk/modules/access_output/udp.c
19261
19262 Cleanup RTCP SR support a little bit
19263
19264 ------------------------------------------------------------------------
19265 r21625 | courmisch | 2007-08-31 21:22:45 +0200 (Fri, 31 Aug 2007) | 3 lines
19266 Changed paths:
19267    M /trunk/modules/gui/qt4/qt4.cpp
19268
19269 Remove the broken kludge that should not be needed.
19270 Can't test if it now works (no GNOME here)
19271
19272 ------------------------------------------------------------------------
19273 r21624 | courmisch | 2007-08-31 21:21:37 +0200 (Fri, 31 Aug 2007) | 2 lines
19274 Changed paths:
19275    M /trunk/src/vlc.c
19276
19277 Dequeue "dummy" signals
19278
19279 ------------------------------------------------------------------------
19280 r21623 | courmisch | 2007-08-31 18:44:21 +0200 (Fri, 31 Aug 2007) | 2 lines
19281 Changed paths:
19282    M /trunk/modules/access_output/udp.c
19283    M /trunk/modules/stream_out/rtp.c
19284
19285 Another round of MTU fixes (review welcome)
19286
19287 ------------------------------------------------------------------------
19288 r21622 | funman | 2007-08-31 18:37:56 +0200 (Fri, 31 Aug 2007) | 1 line
19289 Changed paths:
19290    M /trunk/modules/gui/qt4/qt4.cpp
19291
19292 Fixes commit [21610]
19293 ------------------------------------------------------------------------
19294 r21621 | courmisch | 2007-08-31 18:31:38 +0200 (Fri, 31 Aug 2007) | 2 lines
19295 Changed paths:
19296    M /trunk/modules/stream_out/rtp.c
19297
19298 Add a const
19299
19300 ------------------------------------------------------------------------
19301 r21620 | courmisch | 2007-08-31 18:30:29 +0200 (Fri, 31 Aug 2007) | 2 lines
19302 Changed paths:
19303    M /trunk/modules/stream_out/rtp.c
19304
19305 Use common RTP header formatting for RTP/TS
19306
19307 ------------------------------------------------------------------------
19308 r21619 | courmisch | 2007-08-31 18:21:50 +0200 (Fri, 31 Aug 2007) | 2 lines
19309 Changed paths:
19310    M /trunk/modules/stream_out/rtp.c
19311
19312 Same as previous commit
19313
19314 ------------------------------------------------------------------------
19315 r21618 | courmisch | 2007-08-31 18:19:52 +0200 (Fri, 31 Aug 2007) | 2 lines
19316 Changed paths:
19317    M /trunk/modules/access/udp.c
19318
19319 Increase MTU too lowest legal MTU when it is really too small
19320
19321 ------------------------------------------------------------------------
19322 r21617 | courmisch | 2007-08-31 18:19:25 +0200 (Fri, 31 Aug 2007) | 3 lines
19323 Changed paths:
19324    M /trunk/modules/demux/ts.c
19325    M /trunk/src/libvlc-module.c
19326
19327 Use 1400 rather than 1500 as default *application-layer* MTU to be on the
19328 safe side
19329
19330 ------------------------------------------------------------------------
19331 r21616 | courmisch | 2007-08-31 18:07:37 +0200 (Fri, 31 Aug 2007) | 2 lines
19332 Changed paths:
19333    M /trunk/modules/access_output/udp.c
19334
19335 Silent hack to avoid crash when MTU is too small
19336
19337 ------------------------------------------------------------------------
19338 r21615 | courmisch | 2007-08-31 17:58:30 +0200 (Fri, 31 Aug 2007) | 3 lines
19339 Changed paths:
19340    M /trunk/THANKS
19341
19342 Remove thresh and funman as they are now in AUTHORS. Gniark gniark!
19343 (jb, pdherbemont are missing by the way)
19344
19345 ------------------------------------------------------------------------
19346 r21614 | courmisch | 2007-08-31 17:54:20 +0200 (Fri, 31 Aug 2007) | 3 lines
19347 Changed paths:
19348    M /trunk/THANKS
19349    M /trunk/modules/codec/vorbis.c
19350
19351 Support up to 9 channel with Vorbis
19352 Patch from Pierre-Luc Beaudoin
19353
19354 ------------------------------------------------------------------------
19355 r21613 | courmisch | 2007-08-31 13:21:43 +0200 (Fri, 31 Aug 2007) | 2 lines
19356 Changed paths:
19357    M /trunk/src/vlc.c
19358
19359 Document signal handling
19360
19361 ------------------------------------------------------------------------
19362 r21612 | courmisch | 2007-08-31 13:04:13 +0200 (Fri, 31 Aug 2007) | 3 lines
19363 Changed paths:
19364    M /trunk/modules/stream_out/rtsp.c
19365
19366 Fix RTSP Content-Base header and SDP session control attribute
19367 to always include a valid server address
19368
19369 ------------------------------------------------------------------------
19370 r21611 | funman | 2007-08-31 12:54:10 +0200 (Fri, 31 Aug 2007) | 1 line
19371 Changed paths:
19372    M /trunk/modules/gui/qt4/qt4.cpp
19373
19374 Unblocks SIGCHLD at the beginning of the thread
19375 ------------------------------------------------------------------------
19376 r21610 | funman | 2007-08-31 12:44:43 +0200 (Fri, 31 Aug 2007) | 1 line
19377 Changed paths:
19378    M /trunk/modules/gui/qt4/menus.cpp
19379    M /trunk/modules/gui/qt4/qt4.cpp
19380
19381 Unblocks SIGCHLD in qt4 thread
19382 ------------------------------------------------------------------------
19383 r21609 | funman | 2007-08-31 12:32:50 +0200 (Fri, 31 Aug 2007) | 1 line
19384 Changed paths:
19385    M /trunk/modules/access_output/udp.c
19386
19387 Fix crash due to mtu being equal to 0
19388 ------------------------------------------------------------------------
19389 r21608 | jb | 2007-08-31 12:30:48 +0200 (Fri, 31 Aug 2007) | 4 lines
19390 Changed paths:
19391    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
19392    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
19393    M /trunk/modules/gui/qt4/main_interface.cpp
19394    M /trunk/modules/gui/qt4/main_interface.hpp
19395
19396 Qt4 - Main Interface: Advanced buttons are correctly integrated, cosmetic,
19397       cleanup and fixes.
19398
19399
19400 ------------------------------------------------------------------------
19401 r21607 | jb | 2007-08-31 12:29:48 +0200 (Fri, 31 Aug 2007) | 3 lines
19402 Changed paths:
19403    M /trunk/modules/gui/qt4/qt4.hpp
19404
19405 Qt4 - move the VISIBLE() define to qt4.hpp to use it everywhere.
19406
19407
19408 ------------------------------------------------------------------------
19409 r21606 | jb | 2007-08-31 12:28:05 +0200 (Fri, 31 Aug 2007) | 3 lines
19410 Changed paths:
19411    M /trunk/modules/gui/qt4/menus.cpp
19412
19413 Qt4 - Menus: small changes, mainly cosmetic.
19414
19415
19416 ------------------------------------------------------------------------
19417 r21605 | jpsaman | 2007-08-31 10:51:53 +0200 (Fri, 31 Aug 2007) | 2 lines
19418 Changed paths:
19419    M /trunk/modules/codec/ffmpeg/video.c
19420
19421 If too much frames have been dropped, then only decode I frames for a while and see if you can catch up with decoding other frames as well.
19422
19423 ------------------------------------------------------------------------
19424 r21604 | jpsaman | 2007-08-31 10:51:44 +0200 (Fri, 31 Aug 2007) | 2 lines
19425 Changed paths:
19426    M /trunk/modules/codec/ffmpeg/video.c
19427
19428 Honor --ffmpeg-skip-frame setting when used with --ffmpeg-hurry-up.
19429
19430 ------------------------------------------------------------------------
19431 r21603 | pdherbemont | 2007-08-31 09:18:41 +0200 (Fri, 31 Aug 2007) | 2 lines
19432 Changed paths:
19433    M /trunk/src/control/media_discoverer.c
19434
19435 media_discoverer.c: Raise an exception on error.
19436
19437 ------------------------------------------------------------------------
19438 r21602 | pdherbemont | 2007-08-31 09:14:26 +0200 (Fri, 31 Aug 2007) | 2 lines
19439 Changed paths:
19440    M /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
19441
19442 VLC.xcodeproj: Fix framework header location.
19443
19444 ------------------------------------------------------------------------
19445 r21601 | bitmap | 2007-08-31 06:09:10 +0200 (Fri, 31 Aug 2007) | 2 lines
19446 Changed paths:
19447    M /trunk/extras/contrib/src/Makefile
19448
19449 Cross compilation of fontconfig was using incorrect header directories
19450
19451 ------------------------------------------------------------------------
19452 r21600 | courmisch | 2007-08-30 23:38:30 +0200 (Thu, 30 Aug 2007) | 3 lines
19453 Changed paths:
19454    M /trunk/modules/demux/ts.c
19455
19456 Fix a few warnings, and handle iconv errors (I expect the input is not always
19457 trustworthy here). 
19458
19459 ------------------------------------------------------------------------
19460 r21599 | courmisch | 2007-08-30 23:36:40 +0200 (Thu, 30 Aug 2007) | 2 lines
19461 Changed paths:
19462    M /trunk/modules/stream_out/rtsp.c
19463
19464 Fix a bunch of bugs I added, and simplify some stuff
19465
19466 ------------------------------------------------------------------------
19467 r21598 | courmisch | 2007-08-30 23:35:57 +0200 (Thu, 30 Aug 2007) | 5 lines
19468 Changed paths:
19469    M /trunk/modules/stream_out/rtp.c
19470
19471 Factorize some code from RTP packetization for RTP+mux case.
19472 Most noticeably, this adds support for RTSP, SDP-to-disk and SDP-over-HTTP
19473 to RTP/TS. In particular, --sout '#rtp{mux=ts}' now works even without a
19474 fixed destination
19475
19476 ------------------------------------------------------------------------
19477 r21597 | damienf | 2007-08-30 23:34:11 +0200 (Thu, 30 Aug 2007) | 2 lines
19478 Changed paths:
19479    M /trunk/modules/video_chroma/i422_yuy2.c
19480
19481 i422_yuy2_sse2: fix module requirements
19482
19483 ------------------------------------------------------------------------
19484 r21596 | courmisch | 2007-08-30 23:33:12 +0200 (Thu, 30 Aug 2007) | 3 lines
19485 Changed paths:
19486    M /trunk/modules/control/http/http.c
19487
19488 Fix VERY OBVIOUS bugs that would not have happened if people had read
19489 compiler warnings (such as buffer overflows detected at compile time!)
19490
19491 ------------------------------------------------------------------------
19492 r21595 | courmisch | 2007-08-30 23:32:15 +0200 (Thu, 30 Aug 2007) | 2 lines
19493 Changed paths:
19494    M /trunk/modules/control/http/http.h
19495
19496 Fix #include order
19497
19498 ------------------------------------------------------------------------
19499 r21594 | courmisch | 2007-08-30 23:31:49 +0200 (Thu, 30 Aug 2007) | 3 lines
19500 Changed paths:
19501    M /trunk/modules/control/http/mvar.c
19502
19503 Flag bug that I am not too sure how to fix.
19504 Please fix it *** IF YOU KNOW WHAT YOU ARE DOING ***
19505
19506 ------------------------------------------------------------------------
19507 r21593 | courmisch | 2007-08-30 23:30:59 +0200 (Thu, 30 Aug 2007) | 2 lines
19508 Changed paths:
19509    M /trunk/modules/access_filter/record.c
19510
19511 Fix one memleak and a few unused result warnings
19512
19513 ------------------------------------------------------------------------
19514 r21592 | courmisch | 2007-08-30 23:30:07 +0200 (Thu, 30 Aug 2007) | 2 lines
19515 Changed paths:
19516    M /trunk/include/vlc_common.h
19517
19518 Forgot this file
19519
19520 ------------------------------------------------------------------------
19521 r21591 | courmisch | 2007-08-30 23:29:51 +0200 (Thu, 30 Aug 2007) | 2 lines
19522 Changed paths:
19523    M /trunk/include/vlc_httpd.h
19524    M /trunk/src/network/httpd.c
19525
19526 Add some const qualifiers
19527
19528 ------------------------------------------------------------------------
19529 r21590 | xtophe | 2007-08-30 22:46:48 +0200 (Thu, 30 Aug 2007) | 2 lines
19530 Changed paths:
19531    M /trunk/po/sl.po
19532
19533 Update slovenian l10n by Matej Urban?\196?\141i?\196?\141
19534
19535 ------------------------------------------------------------------------
19536 r21589 | xtophe | 2007-08-30 22:45:58 +0200 (Thu, 30 Aug 2007) | 2 lines
19537 Changed paths:
19538    M /trunk/po/POTFILES.in
19539    M /trunk/po/vlc.pot
19540
19541 Upgrade list of files and pot file
19542
19543 ------------------------------------------------------------------------
19544 r21588 | xtophe | 2007-08-30 22:45:09 +0200 (Thu, 30 Aug 2007) | 3 lines
19545 Changed paths:
19546    M /trunk/po/Makevars
19547
19548 Shut up xgettext warning
19549
19550
19551 ------------------------------------------------------------------------
19552 r21587 | xtophe | 2007-08-30 22:34:41 +0200 (Thu, 30 Aug 2007) | 2 lines
19553 Changed paths:
19554    M /trunk/modules/gui/qt4/playlist_model.cpp
19555
19556 Don't translate empty strings
19557
19558 ------------------------------------------------------------------------
19559 r21586 | funman | 2007-08-30 17:47:43 +0200 (Thu, 30 Aug 2007) | 1 line
19560 Changed paths:
19561    M /trunk/po/fr.po
19562
19563 Fixes fucking gtranslator bug
19564 ------------------------------------------------------------------------
19565 r21585 | pdherbemont | 2007-08-30 16:54:57 +0200 (Thu, 30 Aug 2007) | 2 lines
19566 Changed paths:
19567    M /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
19568
19569 MacOSX/VLC_app/VLC.xcodeproj: Fix framework location.
19570
19571 ------------------------------------------------------------------------
19572 r21584 | funman | 2007-08-30 15:52:53 +0200 (Thu, 30 Aug 2007) | 1 line
19573 Changed paths:
19574    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
19575    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
19576
19577 qt4: uses setMinimumSize from the good thread using signal/slot
19578 ------------------------------------------------------------------------
19579 r21583 | pdherbemont | 2007-08-30 15:13:22 +0200 (Thu, 30 Aug 2007) | 2 lines
19580 Changed paths:
19581    M /trunk/modules/gui/minimal_macosx/macosx.c
19582
19583 minimal_window: Remove unwanted commit.
19584
19585 ------------------------------------------------------------------------
19586 r21582 | pdherbemont | 2007-08-30 15:12:47 +0200 (Thu, 30 Aug 2007) | 2 lines
19587 Changed paths:
19588    M /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.h
19589    M /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.m
19590    M /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.m
19591    M /trunk/modules/gui/minimal_macosx/intf.h
19592    M /trunk/modules/gui/minimal_macosx/intf.m
19593    M /trunk/modules/gui/minimal_macosx/macosx.c
19594
19595 minimal_macosx: Fix the minimal window.
19596
19597 ------------------------------------------------------------------------
19598 r21581 | funman | 2007-08-30 13:50:10 +0200 (Thu, 30 Aug 2007) | 1 line
19599 Changed paths:
19600    M /trunk/modules/gui/qt4/dialogs/help.cpp
19601    M /trunk/modules/gui/qt4/playlist_model.cpp
19602
19603 Uses qfu() instead of QString::fromUtf8()
19604 ------------------------------------------------------------------------
19605 r21580 | funman | 2007-08-30 12:00:27 +0200 (Thu, 30 Aug 2007) | 1 line
19606 Changed paths:
19607    M /trunk/modules/gui/qt4/dialogs/help.cpp
19608
19609 QT4: Basic help dialog (links to wiki and forum)
19610 ------------------------------------------------------------------------
19611 r21579 | funman | 2007-08-30 11:30:03 +0200 (Thu, 30 Aug 2007) | 1 line
19612 Changed paths:
19613    M /trunk/modules/gui/qt4/playlist_model.cpp
19614
19615 Displays playlist names using UTF8
19616 ------------------------------------------------------------------------
19617 r21578 | funman | 2007-08-30 09:29:26 +0200 (Thu, 30 Aug 2007) | 1 line
19618 Changed paths:
19619    M /trunk/po/fr.po
19620
19621 Updates french translation a bit
19622 ------------------------------------------------------------------------
19623 r21577 | funman | 2007-08-30 09:08:24 +0200 (Thu, 30 Aug 2007) | 1 line
19624 Changed paths:
19625    M /trunk/modules/gui/qt4/Modules.am
19626    M /trunk/modules/gui/qt4/dialogs/help.cpp
19627
19628 Makes THANKS & COPYING built in in qt4 about dialog
19629 ------------------------------------------------------------------------
19630 r21576 | funman | 2007-08-30 07:20:56 +0200 (Thu, 30 Aug 2007) | 1 line
19631 Changed paths:
19632    M /trunk/po/fr.po
19633
19634 french translation: makes help mnemonic not conflict with audio mnemonic
19635 ------------------------------------------------------------------------
19636 r21575 | funman | 2007-08-30 03:10:14 +0200 (Thu, 30 Aug 2007) | 1 line
19637 Changed paths:
19638    M /trunk/src/playlist/loadsave.c
19639
19640 Checks if ml.xsp is present before loading it
19641 ------------------------------------------------------------------------
19642 r21574 | funman | 2007-08-30 02:59:13 +0200 (Thu, 30 Aug 2007) | 3 lines
19643 Changed paths:
19644    M /trunk/src/playlist/loadsave.c
19645
19646 Reenables media library loading
19647 Uses --no-media-library if you don't want to use it (see #1047)
19648
19649 ------------------------------------------------------------------------
19650 r21573 | funman | 2007-08-30 02:50:10 +0200 (Thu, 30 Aug 2007) | 1 line
19651 Changed paths:
19652    M /trunk/modules/misc/playlist/xspf.c
19653
19654 Converting a string for using it in xml without using it is STUPID
19655 ------------------------------------------------------------------------
19656 r21572 | funman | 2007-08-30 02:15:43 +0200 (Thu, 30 Aug 2007) | 2 lines
19657 Changed paths:
19658    M /trunk/src/input/input_internal.h
19659    M /trunk/src/input/meta.c
19660
19661 Remembers art url when an input with same artist & album needs art, so if it's a local file, it doesn't need to be copied in the cache.
19662
19663 ------------------------------------------------------------------------
19664 r21571 | funman | 2007-08-30 01:52:55 +0200 (Thu, 30 Aug 2007) | 1 line
19665 Changed paths:
19666    M /trunk/modules/misc/playlist/xspf.c
19667
19668 Replaces xml special chars in image url
19669 ------------------------------------------------------------------------
19670 r21570 | pdherbemont | 2007-08-30 01:26:28 +0200 (Thu, 30 Aug 2007) | 2 lines
19671 Changed paths:
19672    M /trunk/modules/gui/minimal_macosx/macosx.c
19673
19674 minimal_macosx/macosx.c: Shorter and more explicit description.
19675
19676 ------------------------------------------------------------------------
19677 r21569 | pdherbemont | 2007-08-30 01:24:31 +0200 (Thu, 30 Aug 2007) | 2 lines
19678 Changed paths:
19679    M /trunk/modules/gui/minimal_macosx/macosx.c
19680
19681 modules/gui/minimal_macosx/macosx.c: Lower priority of the modules and add a better description.
19682
19683 ------------------------------------------------------------------------
19684 r21568 | pdherbemont | 2007-08-30 01:13:06 +0200 (Thu, 30 Aug 2007) | 2 lines
19685 Changed paths:
19686    A /trunk/modules/gui/minimal_macosx
19687    A /trunk/modules/gui/minimal_macosx/Modules.am
19688    A /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.h
19689    A /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.m
19690    A /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.h
19691    A /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.m
19692    A /trunk/modules/gui/minimal_macosx/intf.h
19693    A /trunk/modules/gui/minimal_macosx/intf.m
19694    A /trunk/modules/gui/minimal_macosx/macosx.c
19695    A /trunk/modules/gui/minimal_macosx/voutagl.h
19696    A /trunk/modules/gui/minimal_macosx/voutagl.m
19697    A /trunk/modules/gui/minimal_macosx/voutgl.h
19698    A /trunk/modules/gui/minimal_macosx/voutgl.m
19699
19700 modules/gui/minimal_macosx: Add a minimal_macosx interface and vout that is used by the framework.
19701
19702 ------------------------------------------------------------------------
19703 r21567 | funman | 2007-08-30 00:06:53 +0200 (Thu, 30 Aug 2007) | 1 line
19704 Changed paths:
19705    M /trunk/src/input/meta.c
19706
19707 Don't cache local album art
19708 ------------------------------------------------------------------------
19709 r21566 | funman | 2007-08-29 23:41:01 +0200 (Wed, 29 Aug 2007) | 2 lines
19710 Changed paths:
19711    M /trunk/modules/misc/notify/notify.c
19712
19713 notify: Uses notification-daemon's builtin icons for both of popup's buttons
19714
19715 ------------------------------------------------------------------------
19716 r21565 | pdherbemont | 2007-08-29 23:10:20 +0200 (Wed, 29 Aug 2007) | 2 lines
19717 Changed paths:
19718    M /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.h
19719    M /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.m
19720    M /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.h
19721    M /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.m
19722    M /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.h
19723    M /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.m
19724    M /trunk/extras/MacOSX/VLC_app/VLCController.h
19725    M /trunk/extras/MacOSX/VLC_app/VLCController.m
19726    M /trunk/extras/MacOSX/VLC_app/main.m
19727
19728 propset svn:keywords "Id"
19729
19730 ------------------------------------------------------------------------
19731 r21564 | pdherbemont | 2007-08-29 23:09:27 +0200 (Wed, 29 Aug 2007) | 2 lines
19732 Changed paths:
19733    M /trunk/extras/MacOSX/Framework/Headers/VLC/VLC.h
19734    M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMedia.h
19735    M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMediaDiscoverer.h
19736    M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMediaLibrary.h
19737    M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCPlaylist.h
19738    M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCPlaylistDataSource.h
19739    M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCServicesDiscoverer.h
19740    M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCTime.h
19741    M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCVideoView.h
19742    M /trunk/extras/MacOSX/Framework/Headers/VLCEventManager.h
19743    M /trunk/extras/MacOSX/Framework/Headers/VLCLibrary.h
19744    M /trunk/extras/MacOSX/Framework/Makefile
19745    M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
19746    M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
19747    M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
19748    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
19749    M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
19750    M /trunk/extras/MacOSX/Framework/Sources/VLCPlaylist.m
19751    M /trunk/extras/MacOSX/Framework/Sources/VLCPlaylistDataSource.m
19752    M /trunk/extras/MacOSX/Framework/Sources/VLCServicesDiscoverer.m
19753    M /trunk/extras/MacOSX/Framework/Sources/VLCTime.m
19754    M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
19755    M /trunk/extras/MacOSX/Framework/Sources/test.m
19756
19757 propset snv:keywords "Id"
19758
19759 ------------------------------------------------------------------------
19760 r21563 | xtophe | 2007-08-29 23:07:25 +0200 (Wed, 29 Aug 2007) | 2 lines
19761 Changed paths:
19762    M /trunk/modules/gui/qt4/qt4.cpp
19763
19764 Revert part of [21475]: qt-adv-options has it use
19765
19766 ------------------------------------------------------------------------
19767 r21562 | pdherbemont | 2007-08-29 21:48:10 +0200 (Wed, 29 Aug 2007) | 2 lines
19768 Changed paths:
19769    A /trunk/extras/MacOSX/VLC_app
19770    A /trunk/extras/MacOSX/VLC_app/English.lproj
19771    A /trunk/extras/MacOSX/VLC_app/English.lproj/InfoPlist.strings
19772    A /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib
19773    A /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/classes.nib
19774    A /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/info.nib
19775    A /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/keyedobjects.nib
19776    A /trunk/extras/MacOSX/VLC_app/Info.plist
19777    A /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj
19778    A /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
19779    A /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.h
19780    A /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.m
19781    A /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.h
19782    A /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.m
19783    A /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.h
19784    A /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.m
19785    A /trunk/extras/MacOSX/VLC_app/VLCController.h
19786    A /trunk/extras/MacOSX/VLC_app/VLCController.m
19787    A /trunk/extras/MacOSX/VLC_app/VLC_Prefix.pch
19788    A /trunk/extras/MacOSX/VLC_app/main.m
19789
19790 extra/MacOSX/VLC_app: Initial import of a wanna-be VLC.app application that use the framework. Not really valuable for now.
19791
19792 ------------------------------------------------------------------------
19793 r21561 | pdherbemont | 2007-08-29 21:42:29 +0200 (Wed, 29 Aug 2007) | 2 lines
19794 Changed paths:
19795    A /trunk/extras/MacOSX/Framework
19796    A /trunk/extras/MacOSX/Framework/Examples
19797    A /trunk/extras/MacOSX/Framework/Examples/test
19798    A /trunk/extras/MacOSX/Framework/Examples/test/Controller.h
19799    A /trunk/extras/MacOSX/Framework/Examples/test/Controller.m
19800    A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj
19801    A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj/InfoPlist.strings
19802    A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj/MainMenu.nib
19803    A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj/MainMenu.nib/classes.nib
19804    A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj/MainMenu.nib/info.nib
19805    A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj/MainMenu.nib/keyedobjects.nib
19806    A /trunk/extras/MacOSX/Framework/Examples/test/Info.plist
19807    A /trunk/extras/MacOSX/Framework/Examples/test/main.m
19808    A /trunk/extras/MacOSX/Framework/Examples/test/test.xcodeproj
19809    A /trunk/extras/MacOSX/Framework/Examples/test/test.xcodeproj/project.pbxproj
19810    A /trunk/extras/MacOSX/Framework/Examples/test/test_Prefix.pch
19811    A /trunk/extras/MacOSX/Framework/Headers
19812    A /trunk/extras/MacOSX/Framework/Headers/VLC
19813    A /trunk/extras/MacOSX/Framework/Headers/VLC/VLC.h
19814    A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMedia.h
19815    A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMediaDiscoverer.h
19816    A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMediaLibrary.h
19817    A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCPlaylist.h
19818    A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCPlaylistDataSource.h
19819    A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCServicesDiscoverer.h
19820    A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCTime.h
19821    A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCVideoView.h
19822    A /trunk/extras/MacOSX/Framework/Headers/VLCEventManager.h
19823    A /trunk/extras/MacOSX/Framework/Headers/VLCLibrary.h
19824    A /trunk/extras/MacOSX/Framework/Makefile
19825    A /trunk/extras/MacOSX/Framework/Resources
19826    A /trunk/extras/MacOSX/Framework/Resources/Info.plist
19827    A /trunk/extras/MacOSX/Framework/Resources/version.plist
19828    A /trunk/extras/MacOSX/Framework/Sources
19829    A /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
19830    A /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
19831    A /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
19832    A /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
19833    A /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
19834    A /trunk/extras/MacOSX/Framework/Sources/VLCPlaylist.m
19835    A /trunk/extras/MacOSX/Framework/Sources/VLCPlaylistDataSource.m
19836    A /trunk/extras/MacOSX/Framework/Sources/VLCServicesDiscoverer.m
19837    A /trunk/extras/MacOSX/Framework/Sources/VLCTime.m
19838    A /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
19839    A /trunk/extras/MacOSX/Framework/Sources/test.m
19840
19841 extra/MacOSX/Framework: Initial import of the Mac OS X Framework.
19842
19843 ------------------------------------------------------------------------
19844 r21560 | damienf | 2007-08-29 12:28:21 +0200 (Wed, 29 Aug 2007) | 6 lines
19845 Changed paths:
19846    M /trunk/configure.ac
19847
19848 configure.ac: removed -Wold-style-definition from CFLAGS as this affects AC_TRY_COMPILE() and causes false results such as:
19849
19850 checking __attribute__ ((aligned ())) support... 0
19851 checking __attribute__ ((format ())) support with function pointers... no
19852
19853
19854 ------------------------------------------------------------------------
19855 r21559 | pdherbemont | 2007-08-29 02:03:55 +0200 (Wed, 29 Aug 2007) | 2 lines
19856 Changed paths:
19857    M /trunk/src/control/media_descriptor.c
19858
19859 control/media_descriptor.c: Set the media descriptor of the subitems.
19860
19861 ------------------------------------------------------------------------
19862 r21558 | pdherbemont | 2007-08-29 02:01:51 +0200 (Wed, 29 Aug 2007) | 2 lines
19863 Changed paths:
19864    M /trunk/include/vlc/libvlc.h
19865    M /trunk/src/control/libvlc_internal.h
19866    M /trunk/src/control/media_list.c
19867
19868 control/media_list.c: Replace set_name/name by set_media_descriptor/media_descriptor. This is the md from which the media_list is a subitem, if any.
19869
19870 ------------------------------------------------------------------------
19871 r21557 | pdherbemont | 2007-08-29 01:50:53 +0200 (Wed, 29 Aug 2007) | 2 lines
19872 Changed paths:
19873    M /trunk/modules/services_discovery/sap.c
19874
19875 modules/services_discovery/sap.c: "SAP" seems to be a better name than "SAP sessions" to me.
19876
19877 ------------------------------------------------------------------------
19878 r21556 | bitmap | 2007-08-29 01:49:14 +0200 (Wed, 29 Aug 2007) | 3 lines
19879 Changed paths:
19880    M /trunk/configure.ac
19881    M /trunk/modules/misc/freetype.c
19882
19883 Revert the patch for working fontpath on Gentoo due to
19884 complaints about it's inclusion in vanilla vlc on the list.
19885
19886 ------------------------------------------------------------------------
19887 r21555 | pdherbemont | 2007-08-29 01:39:28 +0200 (Wed, 29 Aug 2007) | 2 lines
19888 Changed paths:
19889    M /trunk/src/control/libvlc_internal.h
19890
19891 libvlc_internal.h: Fix media_list_player compilation and reident.
19892
19893 ------------------------------------------------------------------------
19894 r21554 | pdherbemont | 2007-08-29 01:34:44 +0200 (Wed, 29 Aug 2007) | 2 lines
19895 Changed paths:
19896    M /trunk/src/control/libvlc_internal.h
19897    M /trunk/src/control/media_list_path.h
19898
19899 libvlc_internal.h: We have to put media_list_path here after all. We may want to privatize a bit the different libvlc types by defining, types that can be privatized, directly in the .c file. (or in a per-object .h file).
19900
19901 ------------------------------------------------------------------------
19902 r21553 | pdherbemont | 2007-08-29 01:30:59 +0200 (Wed, 29 Aug 2007) | 2 lines
19903 Changed paths:
19904    M /trunk/src/control/media_list_path.h
19905
19906 control/media_list_path.h: Add a forgotten libvlc_ prefix in libvlc_media_list_path_t.
19907
19908 ------------------------------------------------------------------------
19909 r21552 | pdherbemont | 2007-08-29 01:29:57 +0200 (Wed, 29 Aug 2007) | 2 lines
19910 Changed paths:
19911    M /trunk/include/vlc/libvlc.h
19912
19913 libvlc.h: Advertise libvlc_media_list_player_play_item().
19914
19915 ------------------------------------------------------------------------
19916 r21551 | pdherbemont | 2007-08-29 01:27:20 +0200 (Wed, 29 Aug 2007) | 2 lines
19917 Changed paths:
19918    M /trunk/src/control/media_list_path.h
19919
19920 control/media_list_path.h: Fix previous omit.
19921
19922 ------------------------------------------------------------------------
19923 r21550 | pdherbemont | 2007-08-29 01:25:54 +0200 (Wed, 29 Aug 2007) | 2 lines
19924 Changed paths:
19925    A /trunk/src/control/media_list_path.h
19926    M /trunk/src/control/media_list_player.c
19927
19928 control/media_list_player.c: Add support for playing a hierarchical media_list.
19929
19930 ------------------------------------------------------------------------
19931 r21549 | pdherbemont | 2007-08-29 01:08:22 +0200 (Wed, 29 Aug 2007) | 2 lines
19932 Changed paths:
19933    M /trunk/src/input/meta.c
19934
19935 input/meta.c: Attempt to find art in input_ArtFind even if there is no meta. Title is enough.
19936
19937 ------------------------------------------------------------------------
19938 r21548 | pdherbemont | 2007-08-29 00:29:26 +0200 (Wed, 29 Aug 2007) | 2 lines
19939 Changed paths:
19940    M /trunk/src/input/input_internal.h
19941
19942 input/input_internal.h: Send variables callback on state changes.
19943
19944 ------------------------------------------------------------------------
19945 r21547 | damienf | 2007-08-28 23:08:51 +0200 (Tue, 28 Aug 2007) | 2 lines
19946 Changed paths:
19947    M /trunk/modules/access/dshow/dshow.cpp
19948
19949 dshow: support for devices of the same name (UNTESTED !), closes #519
19950
19951 ------------------------------------------------------------------------
19952 r21546 | damienf | 2007-08-28 19:13:14 +0200 (Tue, 28 Aug 2007) | 2 lines
19953 Changed paths:
19954    M /trunk/Makefile.am
19955
19956 vlc: don't forget vlc-config --libs vlc when linking executable
19957
19958 ------------------------------------------------------------------------
19959 r21545 | damienf | 2007-08-28 18:53:39 +0200 (Tue, 28 Aug 2007) | 2 lines
19960 Changed paths:
19961    M /trunk/modules/access/smb.c
19962
19963 smb.c: this is a useless patch, why did i apply it in the first place !
19964
19965 ------------------------------------------------------------------------
19966 r21544 | damienf | 2007-08-28 18:43:39 +0200 (Tue, 28 Aug 2007) | 2 lines
19967 Changed paths:
19968    M /trunk/modules/access/smb.c
19969
19970 smb.c: protect open call, sounds like open is macro in latest glibc ? patch by kwizart
19971
19972 ------------------------------------------------------------------------
19973 r21543 | jpsaman | 2007-08-28 13:30:00 +0200 (Tue, 28 Aug 2007) | 1 line
19974 Changed paths:
19975    M /trunk/extras/contrib/src/Makefile
19976
19977 Fix contrib clean target for libdc1394 and libraw1394
19978 ------------------------------------------------------------------------
19979 r21541 | bitmap | 2007-08-28 07:20:36 +0200 (Tue, 28 Aug 2007) | 2 lines
19980 Changed paths:
19981    M /trunk/configure.ac
19982    M /trunk/modules/misc/freetype.c
19983
19984 Use a different font path for Gentoo linux
19985
19986 ------------------------------------------------------------------------
19987 r21540 | pdherbemont | 2007-08-28 05:30:28 +0200 (Tue, 28 Aug 2007) | 2 lines
19988 Changed paths:
19989    M /trunk/configure.ac
19990
19991 configure.ac: Don't use -O3 if debug is enabled.
19992
19993 ------------------------------------------------------------------------
19994 r21539 | pdherbemont | 2007-08-28 04:42:28 +0200 (Tue, 28 Aug 2007) | 2 lines
19995 Changed paths:
19996    D /trunk/src/control/tree.c
19997
19998 control/tree.c: Remove this unused object implementation.
19999
20000 ------------------------------------------------------------------------
20001 r21538 | pdherbemont | 2007-08-28 04:41:46 +0200 (Tue, 28 Aug 2007) | 2 lines
20002 Changed paths:
20003    M /trunk/include/vlc/libvlc.h
20004    M /trunk/include/vlc/libvlc_structures.h
20005    M /trunk/src/Makefile.am
20006    M /trunk/src/control/libvlc_internal.h
20007
20008 libvlc.h: Don't expose libvlc_tree. It will get deleted.
20009
20010 ------------------------------------------------------------------------
20011 r21537 | pdherbemont | 2007-08-28 04:36:00 +0200 (Tue, 28 Aug 2007) | 2 lines
20012 Changed paths:
20013    M /trunk/src/control/media_list.c
20014
20015 control/media_list.c: Get rid of libvlc_MediaListItemChanged.
20016
20017 ------------------------------------------------------------------------
20018 r21536 | pdherbemont | 2007-08-28 04:15:02 +0200 (Tue, 28 Aug 2007) | 2 lines
20019 Changed paths:
20020    M /trunk/src/control/dynamic_media_list.c
20021
20022 dynamic_media_list.c: Fix compilation.
20023
20024 ------------------------------------------------------------------------
20025 r21535 | pdherbemont | 2007-08-28 03:51:58 +0200 (Tue, 28 Aug 2007) | 2 lines
20026 Changed paths:
20027    M /trunk/include/vlc/libvlc_structures.h
20028    M /trunk/src/control/media_list.c
20029
20030 control/media_list.c: Don't send MediaListItemChanged. Listen to the MediaDescriptor* events if you need the equivalent.
20031
20032 ------------------------------------------------------------------------
20033 r21534 | pdherbemont | 2007-08-28 03:46:56 +0200 (Tue, 28 Aug 2007) | 2 lines
20034 Changed paths:
20035    M /trunk/src/control/flat_media_list.c
20036
20037 control/flat_media_list.c: Fix a bunch of bug, plus add a tracing capability.
20038
20039 ------------------------------------------------------------------------
20040 r21533 | pdherbemont | 2007-08-28 03:43:11 +0200 (Tue, 28 Aug 2007) | 2 lines
20041 Changed paths:
20042    M /trunk/src/control/event.c
20043    M /trunk/src/control/libvlc_internal.h
20044
20045 control/event.c: Make detach-ing from an event safe: A detached callback can't be called after event_detached. Add an internal event_detach_lock_state, to bypass this feature.
20046
20047 ------------------------------------------------------------------------
20048 r21532 | pdherbemont | 2007-08-27 23:04:20 +0200 (Mon, 27 Aug 2007) | 2 lines
20049 Changed paths:
20050    M /trunk/src/control/event.c
20051
20052 control/event.c: Don't leak the ARRAY.
20053
20054 ------------------------------------------------------------------------
20055 r21531 | damienf | 2007-08-27 23:02:14 +0200 (Mon, 27 Aug 2007) | 2 lines
20056 Changed paths:
20057    M /trunk/modules/video_chroma/i420_rgb16.c
20058    M /trunk/modules/video_chroma/i420_yuy2.c
20059    M /trunk/modules/video_chroma/i422_yuy2.c
20060
20061 make ptr -> int conversion 64 bit friendly
20062
20063 ------------------------------------------------------------------------
20064 r21530 | pdherbemont | 2007-08-27 23:00:02 +0200 (Mon, 27 Aug 2007) | 2 lines
20065 Changed paths:
20066    M /trunk/src/misc/events.c
20067
20068 misc/events.c: Avoid leaking the array.
20069
20070 ------------------------------------------------------------------------
20071 r21529 | pdherbemont | 2007-08-27 22:52:31 +0200 (Mon, 27 Aug 2007) | 2 lines
20072 Changed paths:
20073    M /trunk/src/control/event.c
20074
20075 control/event.c: Fix wrong code.
20076
20077 ------------------------------------------------------------------------
20078 r21528 | pdherbemont | 2007-08-27 22:50:52 +0200 (Mon, 27 Aug 2007) | 2 lines
20079 Changed paths:
20080    M /trunk/src/misc/events.c
20081
20082 misc/events.c: Remove unwanted code.
20083
20084 ------------------------------------------------------------------------
20085 r21527 | pdherbemont | 2007-08-27 22:50:23 +0200 (Mon, 27 Aug 2007) | 2 lines
20086 Changed paths:
20087    M /trunk/src/misc/events.c
20088
20089 misc/events.c: (Thanks to ileoo) Fix a crash.
20090
20091 ------------------------------------------------------------------------
20092 r21526 | pdherbemont | 2007-08-27 22:37:35 +0200 (Mon, 27 Aug 2007) | 2 lines
20093 Changed paths:
20094    M /trunk/src/misc/events.c
20095
20096 misc/events.c: Fix previous commit.
20097
20098 ------------------------------------------------------------------------
20099 r21525 | pdherbemont | 2007-08-27 22:37:10 +0200 (Mon, 27 Aug 2007) | 2 lines
20100 Changed paths:
20101    M /trunk/src/misc/events.c
20102
20103 misc/events.c: Fix a leak in debug mode.
20104
20105 ------------------------------------------------------------------------
20106 r21524 | pdherbemont | 2007-08-27 22:18:33 +0200 (Mon, 27 Aug 2007) | 2 lines
20107 Changed paths:
20108    M /trunk/src/misc/events.c
20109
20110 misc/events.c: Proper callback caching to avoid the lock.
20111
20112 ------------------------------------------------------------------------
20113 r21523 | pdherbemont | 2007-08-27 21:17:14 +0200 (Mon, 27 Aug 2007) | 2 lines
20114 Changed paths:
20115    M /trunk/src/control/media_list_player.c
20116
20117 media_list_player.c: Fix previous commit.
20118
20119 ------------------------------------------------------------------------
20120 r21522 | pdherbemont | 2007-08-27 21:16:10 +0200 (Mon, 27 Aug 2007) | 2 lines
20121 Changed paths:
20122    M /trunk/src/control/media_library.c
20123    M /trunk/src/control/media_list_player.c
20124
20125 control: Fix multiple event_manager leaks.
20126
20127 ------------------------------------------------------------------------
20128 r21521 | pdherbemont | 2007-08-27 20:49:07 +0200 (Mon, 27 Aug 2007) | 2 lines
20129 Changed paths:
20130    M /trunk/src/control/event.c
20131    M /trunk/src/control/libvlc_internal.h
20132
20133 control/event.c: Locking for libvlc event.
20134
20135 ------------------------------------------------------------------------
20136 r21520 | ileoo | 2007-08-27 20:44:46 +0200 (Mon, 27 Aug 2007) | 1 line
20137 Changed paths:
20138    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
20139
20140 fix a littlebit that hack about setting editing mode in infopanel
20141 ------------------------------------------------------------------------
20142 r21519 | pdherbemont | 2007-08-27 16:45:15 +0200 (Mon, 27 Aug 2007) | 2 lines
20143 Changed paths:
20144    M /trunk/src/control/media_list.c
20145
20146 control/media_list.c: add_media_descriptor at the end of the list.
20147
20148 ------------------------------------------------------------------------
20149 r21518 | xtophe | 2007-08-27 16:16:27 +0200 (Mon, 27 Aug 2007) | 2 lines
20150 Changed paths:
20151    M /trunk/po/sk.po
20152
20153 Slovakian l10n update by Mari?\195?\161n Hikan?\195?\173k
20154
20155 ------------------------------------------------------------------------
20156 r21517 | xtophe | 2007-08-27 15:11:59 +0200 (Mon, 27 Aug 2007) | 2 lines
20157 Changed paths:
20158    M /trunk/modules/gui/qt4/Modules.am
20159
20160 Fix makedist
20161
20162 ------------------------------------------------------------------------
20163 r21516 | xtophe | 2007-08-27 14:27:23 +0200 (Mon, 27 Aug 2007) | 2 lines
20164 Changed paths:
20165    M /trunk/Makefile.am
20166
20167 s/vlc-debus/mpris/
20168
20169 ------------------------------------------------------------------------
20170 r21515 | bitmap | 2007-08-27 05:15:57 +0200 (Mon, 27 Aug 2007) | 3 lines
20171 Changed paths:
20172    M /trunk/modules/misc/quartztext.c
20173
20174 Correct a mask typo, copy across some memory checks from freetype.c
20175 and install facility for text scaling similar to freetype.c.
20176
20177 ------------------------------------------------------------------------
20178 r21514 | bitmap | 2007-08-27 01:23:02 +0200 (Mon, 27 Aug 2007) | 2 lines
20179 Changed paths:
20180    M /trunk/modules/misc/freetype.c
20181
20182 Whitespace removal
20183
20184 ------------------------------------------------------------------------
20185 r21513 | ileoo | 2007-08-26 22:20:40 +0200 (Sun, 26 Aug 2007) | 2 lines
20186 Changed paths:
20187    M /trunk/modules/misc/playlist/m3u.c
20188
20189 m3u.c: don't free and write
20190
20191 ------------------------------------------------------------------------
20192 r21512 | ileoo | 2007-08-26 21:59:02 +0200 (Sun, 26 Aug 2007) | 4 lines
20193 Changed paths:
20194    M /trunk/modules/demux/playlist/xspf.c
20195    M /trunk/modules/misc/playlist/xspf.c
20196
20197 xspf.c: add album-art as <image> and use Title in title (if available),
20198 xspf-specs seems to agree that it's valid this way. (title tag MAY
20199 appear once in item)
20200
20201 ------------------------------------------------------------------------
20202 r21511 | pdherbemont | 2007-08-26 17:45:30 +0200 (Sun, 26 Aug 2007) | 2 lines
20203 Changed paths:
20204    M /trunk/src/playlist/item.c
20205
20206 playlist/items.c: Add a left over that might prevent art/meta from being fetched. Reported by ileoo.
20207
20208 ------------------------------------------------------------------------
20209 r21510 | courmisch | 2007-08-26 09:20:34 +0200 (Sun, 26 Aug 2007) | 2 lines
20210 Changed paths:
20211    M /trunk/modules/stream_out/rtsp.c
20212    M /trunk/src/network/httpd.c
20213
20214 Implement the Timestamp header
20215
20216 ------------------------------------------------------------------------
20217 r21509 | courmisch | 2007-08-26 08:09:20 +0200 (Sun, 26 Aug 2007) | 3 lines
20218 Changed paths:
20219    M /trunk/modules/stream_out/rtsp.c
20220
20221 - refuse to act if Range is specified since we cannot seek
20222 - always round Scale to 1 because we only support that value
20223
20224 ------------------------------------------------------------------------
20225 r21508 | pdherbemont | 2007-08-25 23:56:14 +0200 (Sat, 25 Aug 2007) | 2 lines
20226 Changed paths:
20227    M /trunk/src/misc/events.c
20228
20229 misc/events.c: Here we really would need a recursive lock to be safe.
20230
20231 ------------------------------------------------------------------------
20232 r21507 | pdherbemont | 2007-08-25 23:40:28 +0200 (Sat, 25 Aug 2007) | 2 lines
20233 Changed paths:
20234    M /trunk/src/control/media_descriptor.c
20235
20236 control/media_descriptor.c: Fix yet an other typo. We are not in preparsed state at the begining.
20237
20238 ------------------------------------------------------------------------
20239 r21506 | courmisch | 2007-08-25 21:44:48 +0200 (Sat, 25 Aug 2007) | 2 lines
20240 Changed paths:
20241    M /trunk/src/vlc.c
20242
20243 Fix typo
20244
20245 ------------------------------------------------------------------------
20246 r21505 | pdherbemont | 2007-08-25 19:40:11 +0200 (Sat, 25 Aug 2007) | 2 lines
20247 Changed paths:
20248    M /trunk/src/control/media_descriptor.c
20249
20250 control/media_descriptor.c: Remove a typo that makes the subitems to appear empty.
20251
20252 ------------------------------------------------------------------------
20253 r21504 | pdherbemont | 2007-08-25 19:06:41 +0200 (Sat, 25 Aug 2007) | 2 lines
20254 Changed paths:
20255    M /trunk/src/control/flat_media_list.c
20256
20257 control/flat_media_list.c: Remove an other typo that could cause a crash.
20258
20259 ------------------------------------------------------------------------
20260 r21503 | pdherbemont | 2007-08-25 18:59:44 +0200 (Sat, 25 Aug 2007) | 2 lines
20261 Changed paths:
20262    M /trunk/src/control/flat_media_list.c
20263
20264 control/flat_media_list.c: Remove a typo that causes a crash.
20265
20266 ------------------------------------------------------------------------
20267 r21502 | pdherbemont | 2007-08-25 18:47:18 +0200 (Sat, 25 Aug 2007) | 2 lines
20268 Changed paths:
20269    M /trunk/src/misc/events.c
20270
20271 misc/events.c: Remove a trailing \n in debug log.
20272
20273 ------------------------------------------------------------------------
20274 r21501 | pdherbemont | 2007-08-25 18:45:47 +0200 (Sat, 25 Aug 2007) | 2 lines
20275 Changed paths:
20276    M /trunk/src/misc/events.c
20277
20278 misc/events.c: Fix event debugging.
20279
20280 ------------------------------------------------------------------------
20281 r21500 | pdherbemont | 2007-08-25 18:37:59 +0200 (Sat, 25 Aug 2007) | 2 lines
20282 Changed paths:
20283    M /trunk/include/vlc/libvlc.h
20284
20285 Fix previous commit.
20286
20287 ------------------------------------------------------------------------
20288 r21499 | pdherbemont | 2007-08-25 18:29:37 +0200 (Sat, 25 Aug 2007) | 2 lines
20289 Changed paths:
20290    M /trunk/include/vlc/libvlc.h
20291
20292 Fix previous commit.
20293
20294 ------------------------------------------------------------------------
20295 r21498 | pdherbemont | 2007-08-25 18:28:13 +0200 (Sat, 25 Aug 2007) | 2 lines
20296 Changed paths:
20297    M /trunk/include/vlc/libvlc.h
20298    M /trunk/src/control/media_descriptor.c
20299
20300 control/media_descriptor.c: Expose event_manager().
20301
20302 ------------------------------------------------------------------------
20303 r21497 | pdherbemont | 2007-08-25 16:42:20 +0200 (Sat, 25 Aug 2007) | 2 lines
20304 Changed paths:
20305    M /trunk/modules/services_discovery/shout.c
20306
20307 modules/services_discovery/shout.c: Rename "Shoutcast" (radio) to "Shoutcast Radio".
20308
20309 ------------------------------------------------------------------------
20310 r21496 | pdherbemont | 2007-08-25 16:36:58 +0200 (Sat, 25 Aug 2007) | 2 lines
20311 Changed paths:
20312    M /trunk/include/vlc_events.h
20313    M /trunk/src/misc/events.c
20314
20315 misc/events.c: Add some debug code. (turnable on and off via #ifdef)
20316
20317 ------------------------------------------------------------------------
20318 r21495 | pdherbemont | 2007-08-25 16:35:40 +0200 (Sat, 25 Aug 2007) | 2 lines
20319 Changed paths:
20320    M /trunk/src/control/media_instance.c
20321
20322 control/media_instance.c: Retain the media descriptor, don't duplicate.
20323
20324 ------------------------------------------------------------------------
20325 r21494 | xtophe | 2007-08-25 13:44:37 +0200 (Sat, 25 Aug 2007) | 2 lines
20326 Changed paths:
20327    M /trunk/modules/misc/notify/notify.c
20328
20329 Wait a little bit so we get the meta and art
20330
20331 ------------------------------------------------------------------------
20332 r21493 | ileoo | 2007-08-25 12:51:28 +0200 (Sat, 25 Aug 2007) | 5 lines
20333 Changed paths:
20334    M /trunk/modules/gui/qt4/components/infopanels.cpp
20335    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
20336
20337 set in_edit=false on close;
20338 don't connect QSpingBox valuechanged to edit-stuff, seems that signal is
20339 emited when value is updated from software also (textEdited for text is
20340 emited only when user changes stuff).
20341
20342 ------------------------------------------------------------------------
20343 r21492 | ileoo | 2007-08-25 09:03:01 +0200 (Sat, 25 Aug 2007) | 3 lines
20344 Changed paths:
20345    M /trunk/modules/misc/audioscrobbler.c
20346
20347 send Title not filename to last.fm, fixes submitting bug (submits don't
20348 show up when filename is send)
20349
20350 ------------------------------------------------------------------------
20351 r21491 | funman | 2007-08-25 07:51:23 +0200 (Sat, 25 Aug 2007) | 1 line
20352 Changed paths:
20353    M /trunk/extras/mpris.glade
20354    M /trunk/extras/mpris.py
20355
20356 Makes mpris.py really a mpris controller
20357 ------------------------------------------------------------------------
20358 r21490 | funman | 2007-08-25 07:50:12 +0200 (Sat, 25 Aug 2007) | 1 line
20359 Changed paths:
20360    D /trunk/extras/dbus-vlc.glade
20361    D /trunk/extras/dbus-vlc.py
20362    A /trunk/extras/mpris.glade (from /trunk/extras/dbus-vlc.glade:21482)
20363    A /trunk/extras/mpris.py (from /trunk/extras/dbus-vlc.py:21482)
20364
20365 Moves dbus-vlc.* to mpris.* because they're no more vlc specific
20366 ------------------------------------------------------------------------
20367 r21489 | funman | 2007-08-25 07:02:13 +0200 (Sat, 25 Aug 2007) | 1 line
20368 Changed paths:
20369    M /trunk/modules/control/dbus.c
20370
20371 Fix memory leak spotted by Mr_Mirsal
20372 ------------------------------------------------------------------------
20373 r21488 | funman | 2007-08-25 06:52:35 +0200 (Sat, 25 Aug 2007) | 1 line
20374 Changed paths:
20375    M /trunk/modules/misc/audioscrobbler.c
20376
20377 audioscrobbler: runs in a separate thread because of blocking network calls
20378 ------------------------------------------------------------------------
20379 r21487 | funman | 2007-08-25 06:16:59 +0200 (Sat, 25 Aug 2007) | 3 lines
20380 Changed paths:
20381    M /trunk/modules/misc/notify/notify.c
20382
20383 notify: replaces '&' with '&amp;' in popup body
20384 that solves 'blank' popups problem
20385
20386 ------------------------------------------------------------------------
20387 r21486 | funman | 2007-08-25 05:28:02 +0200 (Sat, 25 Aug 2007) | 1 line
20388 Changed paths:
20389    M /trunk/modules/misc/notify/notify.c
20390
20391 notify: Adds a previous button also
20392 ------------------------------------------------------------------------
20393 r21485 | funman | 2007-08-25 05:11:13 +0200 (Sat, 25 Aug 2007) | 1 line
20394 Changed paths:
20395    M /trunk/modules/misc/notify/notify.c
20396
20397 notify: Adds a button to skip current element
20398 ------------------------------------------------------------------------
20399 r21484 | pdherbemont | 2007-08-25 03:26:35 +0200 (Sat, 25 Aug 2007) | 2 lines
20400 Changed paths:
20401    M /trunk/src/control/media_descriptor.c
20402
20403 control/media_descriptor.c: Make sure not to retain a NULL object.
20404
20405 ------------------------------------------------------------------------
20406 r21483 | funman | 2007-08-25 03:12:49 +0200 (Sat, 25 Aug 2007) | 3 lines
20407 Changed paths:
20408    M /trunk/modules/misc/notify/notify.c
20409
20410 notify: Don't use empty metadata
20411 Don't put not translated string in the popup
20412
20413 ------------------------------------------------------------------------
20414 r21482 | pdherbemont | 2007-08-25 01:31:55 +0200 (Sat, 25 Aug 2007) | 2 lines
20415 Changed paths:
20416    M /trunk/include/vlc_playlist.h
20417    M /trunk/src/playlist/services_discovery.c
20418
20419 playlist/services_discovery.c: Implement and expose GetServicesNames.
20420
20421 ------------------------------------------------------------------------
20422 r21481 | pdherbemont | 2007-08-25 01:30:00 +0200 (Sat, 25 Aug 2007) | 2 lines
20423 Changed paths:
20424    M /trunk/include/vlc_modules.h
20425    M /trunk/src/modules/modules.c
20426
20427 modules/modules.c: Implement and Expose GetModulesNamesForCapability.
20428
20429 ------------------------------------------------------------------------
20430 r21480 | xtophe | 2007-08-25 01:25:31 +0200 (Sat, 25 Aug 2007) | 3 lines
20431 Changed paths:
20432    M /trunk/modules/gui/qt4/main_interface.cpp
20433
20434 Fix one segfault when systray is not used
20435 Remove useless tests
20436
20437 ------------------------------------------------------------------------
20438 r21479 | dionoea | 2007-08-25 00:25:17 +0200 (Sat, 25 Aug 2007) | 2 lines
20439 Changed paths:
20440    M /trunk/share/luaplaylist/youtube.lua
20441
20442 Attempt to fix youtube demux script. I still get connections errors towards youtube but i wanted to commit what i'd already done since i'll be gone for a week.
20443
20444 ------------------------------------------------------------------------
20445 r21478 | funman | 2007-08-25 00:18:27 +0200 (Sat, 25 Aug 2007) | 4 lines
20446 Changed paths:
20447    M /trunk/modules/misc/notify/notify.c
20448
20449 Don't print "no artist" or "no album" if metadata isn't present
20450 Passes intf_thread_t* to Notify()
20451 Uses newlines in the popup message
20452
20453 ------------------------------------------------------------------------
20454 r21477 | pdherbemont | 2007-08-24 23:54:27 +0200 (Fri, 24 Aug 2007) | 2 lines
20455 Changed paths:
20456    M /trunk/include/vlc/libvlc.h
20457    M /trunk/src/control/media_descriptor.c
20458
20459 control/media_descriptor.c: Give access to the subitems.
20460
20461 ------------------------------------------------------------------------
20462 r21476 | ileoo | 2007-08-24 23:19:39 +0200 (Fri, 24 Aug 2007) | 6 lines
20463 Changed paths:
20464    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
20465
20466 if editing some other than currently playing item, set so that
20467 item-change etc. doesn't mix with currently playing item. Ain't so
20468 pretty yet, so take one.
20469
20470 Also don't show same metadata button if not needed.
20471
20472 ------------------------------------------------------------------------
20473 r21475 | xtophe | 2007-08-24 20:38:25 +0200 (Fri, 24 Aug 2007) | 3 lines
20474 Changed paths:
20475    M /trunk/modules/gui/qt4/qt4.cpp
20476
20477 Fix the qt-pl-showflags tooltip
20478 Hide the qt-adv-option as it is doing nothing
20479
20480 ------------------------------------------------------------------------
20481 r21474 | ileoo | 2007-08-24 19:48:22 +0200 (Fri, 24 Aug 2007) | 3 lines
20482 Changed paths:
20483    M /trunk/modules/misc/audioscrobbler.c
20484
20485 wait INTERVAL if needed on submitting, and don't try to submit data
20486 before handshake goes ok
20487
20488 ------------------------------------------------------------------------
20489 r21473 | courmisch | 2007-08-24 19:12:40 +0200 (Fri, 24 Aug 2007) | 3 lines
20490 Changed paths:
20491    M /trunk/modules/stream_out/rtp.c
20492
20493 Advertise port 0 in SDP when not streaming to a fixed destination.
20494 See changeset details for rationale.
20495
20496 ------------------------------------------------------------------------
20497 r21472 | courmisch | 2007-08-24 18:54:02 +0200 (Fri, 24 Aug 2007) | 2 lines
20498 Changed paths:
20499    M /trunk/src/network/getaddrinfo.c
20500
20501 Bug-to-bug compatibility with Winsock
20502
20503 ------------------------------------------------------------------------
20504 r21471 | courmisch | 2007-08-24 18:46:48 +0200 (Fri, 24 Aug 2007) | 3 lines
20505 Changed paths:
20506    M /trunk/modules/stream_out/rtsp.c
20507
20508 Really[1] implement non-aggregate PLAY
20509 ([1] VoD RTSP pretends to, but it does not, does it?)
20510
20511 ------------------------------------------------------------------------
20512 r21470 | courmisch | 2007-08-24 18:38:37 +0200 (Fri, 24 Aug 2007) | 2 lines
20513 Changed paths:
20514    M /trunk/modules/stream_out/rtsp.c
20515
20516 Use a single table with a single index for tracks for each session
20517
20518 ------------------------------------------------------------------------
20519 r21469 | courmisch | 2007-08-24 18:05:16 +0200 (Fri, 24 Aug 2007) | 2 lines
20520 Changed paths:
20521    M /trunk/modules/stream_out/rtsp.c
20522
20523 Implement non-aggregate TEARDOWN
20524
20525 ------------------------------------------------------------------------
20526 r21468 | courmisch | 2007-08-24 17:50:00 +0200 (Fri, 24 Aug 2007) | 2 lines
20527 Changed paths:
20528    M /trunk/modules/stream_out/rtp.c
20529    M /trunk/modules/stream_out/rtsp.c
20530
20531 Don't return negative session number
20532
20533 ------------------------------------------------------------------------
20534 r21467 | courmisch | 2007-08-24 17:47:34 +0200 (Fri, 24 Aug 2007) | 2 lines
20535 Changed paths:
20536    M /trunk/modules/stream_out/rtp.c
20537    M /trunk/modules/stream_out/rtp.h
20538    M /trunk/modules/stream_out/rtsp.c
20539
20540 Isolate RTSP from the rest of RTP
20541
20542 ------------------------------------------------------------------------
20543 r21466 | courmisch | 2007-08-24 17:19:17 +0200 (Fri, 24 Aug 2007) | 2 lines
20544 Changed paths:
20545    M /trunk/modules/stream_out/transcode.c
20546
20547 Fix strcasestr warning
20548
20549 ------------------------------------------------------------------------
20550 r21465 | courmisch | 2007-08-24 17:12:31 +0200 (Fri, 24 Aug 2007) | 2 lines
20551 Changed paths:
20552    M /trunk/src/network/getaddrinfo.c
20553
20554 Add some missing items to the getaddrinfo flags whitelist list, and comment
20555
20556 ------------------------------------------------------------------------
20557 r21464 | pdherbemont | 2007-08-24 16:35:33 +0200 (Fri, 24 Aug 2007) | 2 lines
20558 Changed paths:
20559    M /trunk/src/Makefile.am
20560
20561 src/Makefile.am: add flat_media_list.c.
20562
20563 ------------------------------------------------------------------------
20564 r21463 | pdherbemont | 2007-08-24 16:02:11 +0200 (Fri, 24 Aug 2007) | 2 lines
20565 Changed paths:
20566    M /trunk/src/control/flat_media_list.c
20567    M /trunk/src/control/libvlc_internal.h
20568    M /trunk/src/control/media_list.c
20569
20570 media_list.c: Handle item addition and removal in the flat list. Also Get the media_list to init and release the flat media list.
20571
20572 ------------------------------------------------------------------------
20573 r21462 | jpsaman | 2007-08-24 12:10:34 +0200 (Fri, 24 Aug 2007) | 2 lines
20574 Changed paths:
20575    M /trunk/src/network/getaddrinfo.c
20576
20577 Revert [21457] it was completely wrong.
20578
20579 ------------------------------------------------------------------------
20580 r21461 | jpsaman | 2007-08-24 11:38:15 +0200 (Fri, 24 Aug 2007) | 2 lines
20581 Changed paths:
20582    M /trunk/modules/codec/ffmpeg/ffmpeg.c
20583
20584 Enable hurry-up by default to mimic old behaviour of framedropping kick'in in when needed.
20585
20586 ------------------------------------------------------------------------
20587 r21460 | jpsaman | 2007-08-24 11:38:14 +0200 (Fri, 24 Aug 2007) | 2 lines
20588 Changed paths:
20589    M /trunk/modules/codec/ffmpeg/video.c
20590
20591 Remove TODO
20592
20593 ------------------------------------------------------------------------
20594 r21459 | jpsaman | 2007-08-24 11:38:12 +0200 (Fri, 24 Aug 2007) | 2 lines
20595 Changed paths:
20596    M /trunk/modules/codec/ffmpeg/ffmpeg.c
20597
20598 Oops shouldn't have been in previous commit.
20599
20600 ------------------------------------------------------------------------
20601 r21458 | jpsaman | 2007-08-24 11:38:09 +0200 (Fri, 24 Aug 2007) | 5 lines
20602 Changed paths:
20603    M /trunk/modules/codec/ffmpeg/ffmpeg.c
20604    M /trunk/modules/codec/ffmpeg/ffmpeg.h
20605    M /trunk/modules/codec/ffmpeg/video.c
20606
20607 Implement framedropping algorithm using avcontext.skip_frames and added two new options:
20608
20609 - ffmpeg-skip-frames    values: -1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frames
20610 - ffmpeg-skip-idct      values: -1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frame)
20611
20612 ------------------------------------------------------------------------
20613 r21457 | jpsaman | 2007-08-24 11:38:07 +0200 (Fri, 24 Aug 2007) | 2 lines
20614 Changed paths:
20615    M /trunk/src/network/getaddrinfo.c
20616
20617 Don't use AI_CANONNAME when no node name is given.
20618
20619 ------------------------------------------------------------------------
20620 r21456 | jpsaman | 2007-08-24 11:38:05 +0200 (Fri, 24 Aug 2007) | 2 lines
20621 Changed paths:
20622    M /trunk/modules/video_output/fb.c
20623
20624 Tell p_vout->render the aspect ratio and dimensions (width, height) of the output.
20625
20626 ------------------------------------------------------------------------
20627 r21455 | jpsaman | 2007-08-24 11:38:01 +0200 (Fri, 24 Aug 2007) | 2 lines
20628 Changed paths:
20629    M /trunk/extras/contrib/src/Distributions/netbox3.mak
20630
20631 Add mpeg2dec to list of libraries to build for netbox.
20632
20633 ------------------------------------------------------------------------
20634 r21454 | jpsaman | 2007-08-24 11:37:59 +0200 (Fri, 24 Aug 2007) | 7 lines
20635 Changed paths:
20636    M /trunk/modules/video_output/fb.c
20637
20638 Support for non-RGB framebuffers:
20639
20640 - Add option to force chroma.
20641 - Add option to force aspect ratio.
20642 - Add option to disable tty handling for systems where framebuffer and console are on different terminals.
20643 - Fix memory leaks.
20644
20645 ------------------------------------------------------------------------
20646 r21453 | bitmap | 2007-08-24 08:46:49 +0200 (Fri, 24 Aug 2007) | 3 lines
20647 Changed paths:
20648    M /trunk/modules/misc/quartztext.c
20649
20650 RGB and alpha --> ARGB - similar to freetype.c
20651 Remove an imbrication in XML parsing, again similar to freetype.c
20652
20653 ------------------------------------------------------------------------
20654 r21452 | bitmap | 2007-08-24 07:58:22 +0200 (Fri, 24 Aug 2007) | 2 lines
20655 Changed paths:
20656    M /trunk/modules/misc/quartztext.c
20657
20658 Oops
20659
20660 ------------------------------------------------------------------------
20661 r21451 | bitmap | 2007-08-24 07:48:37 +0200 (Fri, 24 Aug 2007) | 3 lines
20662 Changed paths:
20663    M /trunk/modules/misc/quartztext.c
20664
20665 Copy across damienf's mod to freetype.c in r21422 to balance vlc_object_find()
20666 with vlc_object_release(). Also copied across some Null pointer checks.
20667
20668 ------------------------------------------------------------------------
20669 r21450 | bitmap | 2007-08-24 06:06:38 +0200 (Fri, 24 Aug 2007) | 2 lines
20670 Changed paths:
20671    M /trunk/modules/misc/quartztext.c
20672
20673 Strip out whitespace
20674
20675 ------------------------------------------------------------------------
20676 r21449 | bitmap | 2007-08-24 06:00:18 +0200 (Fri, 24 Aug 2007) | 2 lines
20677 Changed paths:
20678    M /trunk/modules/misc/quartztext.c
20679
20680 Setup keyword property on quartztext.c
20681
20682 ------------------------------------------------------------------------
20683 r21448 | bitmap | 2007-08-24 03:00:19 +0200 (Fri, 24 Aug 2007) | 3 lines
20684 Changed paths:
20685    M /trunk/include/vlc_vout.h
20686    M /trunk/src/video_output/vout_subpictures.c
20687
20688 Patch to vout_subpictures intended to resolve problems with subtitle text
20689 being too large in full screen for some video modules.
20690
20691 ------------------------------------------------------------------------
20692 r21447 | funman | 2007-08-24 02:15:14 +0200 (Fri, 24 Aug 2007) | 1 line
20693 Changed paths:
20694    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
20695
20696 Fixes crash when using a vout with qt4.3
20697 ------------------------------------------------------------------------
20698 r21446 | pdherbemont | 2007-08-24 01:44:53 +0200 (Fri, 24 Aug 2007) | 2 lines
20699 Changed paths:
20700    M /trunk/src/control/media_list.c
20701
20702 control/media_list.c: Init and free the flat media list.
20703
20704 ------------------------------------------------------------------------
20705 r21445 | pdherbemont | 2007-08-24 01:38:15 +0200 (Fri, 24 Aug 2007) | 2 lines
20706 Changed paths:
20707    M /trunk/include/vlc/libvlc.h
20708    A /trunk/src/control/flat_media_list.c
20709    M /trunk/src/control/libvlc_internal.h
20710
20711 control/flat_media_list.c: New flat media list view.
20712
20713 ------------------------------------------------------------------------
20714 r21444 | funman | 2007-08-24 01:16:48 +0200 (Fri, 24 Aug 2007) | 3 lines
20715 Changed paths:
20716    M /trunk/modules/misc/notify/notify.c
20717
20718 Closes the previously displayed notification before showing the new one
20719 Fix memory leak by unrefing the GdkPixBuf
20720
20721 ------------------------------------------------------------------------
20722 r21443 | funman | 2007-08-24 00:41:37 +0200 (Fri, 24 Aug 2007) | 1 line
20723 Changed paths:
20724    M /trunk/src/input/meta.c
20725
20726 Stores album art as a file:// url
20727 ------------------------------------------------------------------------
20728 r21442 | funman | 2007-08-24 00:41:00 +0200 (Fri, 24 Aug 2007) | 1 line
20729 Changed paths:
20730    M /trunk/modules/misc/notify/notify.c
20731
20732 Album art support in libnotify popups
20733 ------------------------------------------------------------------------
20734 r21441 | dionoea | 2007-08-23 23:33:50 +0200 (Thu, 23 Aug 2007) | 2 lines
20735 Changed paths:
20736    M /trunk/modules/misc/notify/xosd.c
20737
20738 Fix xosd (due to bug introduced in [17267] by funman).
20739
20740 ------------------------------------------------------------------------
20741 r21440 | funman | 2007-08-23 23:19:20 +0200 (Thu, 23 Aug 2007) | 1 line
20742 Changed paths:
20743    M /trunk/modules/gui/qt4/main_interface.cpp
20744
20745 Notify item change in systray
20746 ------------------------------------------------------------------------
20747 r21439 | dionoea | 2007-08-23 21:41:21 +0200 (Thu, 23 Aug 2007) | 2 lines
20748 Changed paths:
20749    M /trunk/modules/misc/lua/vlclua.h
20750
20751 Fix copyright date here too.
20752
20753 ------------------------------------------------------------------------
20754 r21438 | dionoea | 2007-08-23 21:40:16 +0200 (Thu, 23 Aug 2007) | 2 lines
20755 Changed paths:
20756    M /trunk/modules/misc/lua/luameta.c
20757    M /trunk/modules/misc/lua/luaplaylist.c
20758    M /trunk/modules/misc/lua/vlclua.c
20759    M /trunk/modules/misc/lua/vlclua.h
20760
20761 Set svn:keywords and change copyright year back to 2007 (note to pdherbemont: we're in 2007! :p)
20762
20763 ------------------------------------------------------------------------
20764 r21437 | dionoea | 2007-08-23 21:36:14 +0200 (Thu, 23 Aug 2007) | 2 lines
20765 Changed paths:
20766    R /trunk/modules/misc/lua/luameta.c (from /trunk/modules/meta_engine/luameta.c:21377)
20767    R /trunk/modules/misc/lua/luaplaylist.c (from /trunk/modules/demux/playlist/luaplaylist.c:21378)
20768    R /trunk/modules/misc/lua/vlclua.c (from /trunk/modules/demux/playlist/luaplaylist.c:21378)
20769
20770 Restore svn history for the lua modules (For future reference [21376]: modules/misc/lua: Share some code between the modules that uses lua and put them in a single module.)
20771
20772 ------------------------------------------------------------------------
20773 r21436 | courmisch | 2007-08-23 20:35:07 +0200 (Thu, 23 Aug 2007) | 2 lines
20774 Changed paths:
20775    M /trunk/modules/stream_out/rtp.c
20776    M /trunk/modules/stream_out/rtp.h
20777    M /trunk/modules/stream_out/rtsp.c
20778
20779 Hide sout ID from RTSP code
20780
20781 ------------------------------------------------------------------------
20782 r21435 | courmisch | 2007-08-23 20:10:30 +0200 (Thu, 23 Aug 2007) | 2 lines
20783 Changed paths:
20784    M /trunk/modules/stream_out/rtp.c
20785    M /trunk/modules/stream_out/rtp.h
20786
20787 Remove per-ID destination since it is not actually used/usable
20788
20789 ------------------------------------------------------------------------
20790 r21434 | courmisch | 2007-08-23 20:08:02 +0200 (Thu, 23 Aug 2007) | 2 lines
20791 Changed paths:
20792    M /trunk/modules/stream_out/rtp.c
20793    M /trunk/modules/stream_out/rtp.h
20794    M /trunk/modules/stream_out/rtsp.c
20795
20796 More boundary cleanup
20797
20798 ------------------------------------------------------------------------
20799 r21433 | courmisch | 2007-08-23 19:55:00 +0200 (Thu, 23 Aug 2007) | 2 lines
20800 Changed paths:
20801    M /trunk/modules/stream_out/rtp.c
20802    M /trunk/modules/stream_out/rtp.h
20803    M /trunk/modules/stream_out/rtsp.c
20804
20805 Cleanup RTP / RTSP boundary a little
20806
20807 ------------------------------------------------------------------------
20808 r21432 | courmisch | 2007-08-23 19:46:17 +0200 (Thu, 23 Aug 2007) | 2 lines
20809 Changed paths:
20810    M /trunk/modules/stream_out/rtsp.c
20811
20812 Fix previous commit
20813
20814 ------------------------------------------------------------------------
20815 r21431 | courmisch | 2007-08-23 19:44:50 +0200 (Thu, 23 Aug 2007) | 3 lines
20816 Changed paths:
20817    M /trunk/modules/stream_out/rtp.c
20818    M /trunk/modules/stream_out/rtp.h
20819    M /trunk/modules/stream_out/rtsp.c
20820
20821 - Loosen dependency of RTSP code on stream ID
20822 - Do not refer to bogus TTL values
20823
20824 ------------------------------------------------------------------------
20825 r21430 | courmisch | 2007-08-23 19:11:07 +0200 (Thu, 23 Aug 2007) | 2 lines
20826 Changed paths:
20827    M /trunk/modules/stream_out/rtp.c
20828    M /trunk/modules/stream_out/rtp.h
20829    M /trunk/modules/stream_out/rtsp.c
20830
20831 Fix struct duplication
20832
20833 ------------------------------------------------------------------------
20834 r21429 | funman | 2007-08-23 19:02:38 +0200 (Thu, 23 Aug 2007) | 3 lines
20835 Changed paths:
20836    M /trunk/include/vlc_input.h
20837    M /trunk/modules/access/directory.c
20838    M /trunk/modules/gui/qt4/components/infopanels.cpp
20839    D /trunk/modules/gui/qt4/pixmaps/type_afile.xpm
20840    A /trunk/modules/gui/qt4/pixmaps/type_file.xpm (from /trunk/modules/gui/qt4/pixmaps/type_vfile.xpm:21426)
20841    D /trunk/modules/gui/qt4/pixmaps/type_vfile.xpm
20842    M /trunk/modules/gui/qt4/playlist_model.cpp
20843    M /trunk/src/input/item.c
20844
20845 Merges ITEM_TYPE_VFILE and ITEM_TYPE_AFILE to ITEM_TYPE_FILE
20846 There is no way at the moment to know if a file is audio only
20847
20848 ------------------------------------------------------------------------
20849 r21428 | courmisch | 2007-08-23 18:42:19 +0200 (Thu, 23 Aug 2007) | 2 lines
20850 Changed paths:
20851    M /trunk/modules/stream_out/rtsp.c
20852
20853 Remove useless #include
20854
20855 ------------------------------------------------------------------------
20856 r21427 | courmisch | 2007-08-23 18:40:00 +0200 (Thu, 23 Aug 2007) | 3 lines
20857 Changed paths:
20858    M /trunk/modules/stream_out/Modules.am
20859    M /trunk/modules/stream_out/rtp.c
20860    A /trunk/modules/stream_out/rtp.h
20861    A /trunk/modules/stream_out/rtsp.c
20862
20863 Split RTP sout into multiple pieces.
20864 Even then rtp.c is quite big...
20865
20866 ------------------------------------------------------------------------
20867 r21426 | courmisch | 2007-08-23 17:34:46 +0200 (Thu, 23 Aug 2007) | 2 lines
20868 Changed paths:
20869    M /trunk/src/video_output/vout_intf.c
20870
20871 Warning fixes
20872
20873 ------------------------------------------------------------------------
20874 r21425 | funman | 2007-08-23 14:30:42 +0200 (Thu, 23 Aug 2007) | 1 line
20875 Changed paths:
20876    M /trunk/modules/gui/macosx/playlistinfo.m
20877
20878 Fix macosx gui compilation
20879 ------------------------------------------------------------------------
20880 r21424 | damienf | 2007-08-23 12:25:35 +0200 (Thu, 23 Aug 2007) | 2 lines
20881 Changed paths:
20882    M /trunk/modules/video_chroma/i420_yuy2.h
20883
20884 i420_yuy2_mmx: fixed a bug introduced in [21423] (don't apply if you like colorful display ;)
20885
20886 ------------------------------------------------------------------------
20887 r21423 | damienf | 2007-08-23 01:26:16 +0200 (Thu, 23 Aug 2007) | 2 lines
20888 Changed paths:
20889    M /trunk/configure.ac
20890    M /trunk/modules/video_chroma/i420_yuy2.h
20891
20892 i420_yuy2: for MMX and SSE2, split inline assembly to avoid register starvation
20893
20894 ------------------------------------------------------------------------
20895 r21422 | damienf | 2007-08-23 01:23:22 +0200 (Thu, 23 Aug 2007) | 2 lines
20896 Changed paths:
20897    M /trunk/modules/misc/freetype.c
20898
20899 freetype: balance vlc_object_find() and vlc_object_release(), otherwise object is leaked (refcount > 0 on quit):
20900
20901 ------------------------------------------------------------------------
20902 r21421 | funman | 2007-08-23 00:29:41 +0200 (Thu, 23 Aug 2007) | 1 line
20903 Changed paths:
20904    M /trunk/configure.ac
20905
20906 Apply patch for directfb detection. Fix #845
20907 ------------------------------------------------------------------------
20908 r21420 | funman | 2007-08-23 00:24:13 +0200 (Thu, 23 Aug 2007) | 1 line
20909 Changed paths:
20910    M /trunk/extras/contrib/src
20911
20912 extras/contrib/src: adds tremor* to svn:ignore
20913 ------------------------------------------------------------------------
20914 r21419 | xtophe | 2007-08-23 00:21:41 +0200 (Thu, 23 Aug 2007) | 3 lines
20915 Changed paths:
20916    M /trunk/modules/misc/lua/vlclua.c
20917    M /trunk/modules/misc/lua/vlclua.h
20918
20919 Check for the good directory.
20920 Fix some warnings
20921
20922 ------------------------------------------------------------------------
20923 r21418 | dionoea | 2007-08-23 00:16:36 +0200 (Thu, 23 Aug 2007) | 2 lines
20924 Changed paths:
20925    M /trunk/src/modules/modules.c
20926
20927 Invert yield of module and release of module list (shouldn't matter but you never know).
20928
20929 ------------------------------------------------------------------------
20930 r21417 | dionoea | 2007-08-23 00:08:54 +0200 (Thu, 23 Aug 2007) | 3 lines
20931 Changed paths:
20932    M /trunk/include/vlc_modules.h
20933    M /trunk/modules/codec/subtitles/subsdec.c
20934    M /trunk/modules/gui/qt4/components/extended_panels.cpp
20935    M /trunk/src/modules/modules.c
20936
20937 Add new module_FindName function to find a module when given it's name. Use this to fix the qt interface extended panel (video filters).
20938 Change module_Exists to take the module name (and not short name) as parameter. Update the only known use of that function acordingly.
20939
20940 ------------------------------------------------------------------------
20941 r21416 | funman | 2007-08-23 00:07:13 +0200 (Thu, 23 Aug 2007) | 1 line
20942 Changed paths:
20943    M /trunk/modules/gui/skins2/x11/x11_window.cpp
20944
20945 skins2: Alternate method to set always on top for X11 window managers
20946 ------------------------------------------------------------------------
20947 r21415 | xtophe | 2007-08-22 23:57:31 +0200 (Wed, 22 Aug 2007) | 2 lines
20948 Changed paths:
20949    M /trunk/modules/misc/lua/Modules.am
20950
20951 Distribute vlclua.h
20952
20953 ------------------------------------------------------------------------
20954 r21414 | xtophe | 2007-08-22 23:56:21 +0200 (Wed, 22 Aug 2007) | 2 lines
20955 Changed paths:
20956    M /trunk/configure.ac
20957
20958 Fix description
20959
20960 ------------------------------------------------------------------------
20961 r21413 | funman | 2007-08-22 23:44:52 +0200 (Wed, 22 Aug 2007) | 1 line
20962 Changed paths:
20963    M /trunk/modules/gui/skins2/src/theme_loader.cpp
20964
20965 Do not try to load non-existing skins files
20966 ------------------------------------------------------------------------
20967 r21412 | funman | 2007-08-22 22:53:09 +0200 (Wed, 22 Aug 2007) | 1 line
20968 Changed paths:
20969    M /trunk/modules/control/rc.c
20970
20971 rc intf: Corrects function name: Get_URI -> GetURI
20972 ------------------------------------------------------------------------
20973 r21411 | funman | 2007-08-22 22:41:09 +0200 (Wed, 22 Aug 2007) | 1 line
20974 Changed paths:
20975    M /trunk/modules/codec/cmml/history.c
20976
20977 Include vlc_input header to fix compilation
20978 ------------------------------------------------------------------------
20979 r21410 | dionoea | 2007-08-22 22:28:07 +0200 (Wed, 22 Aug 2007) | 2 lines
20980 Changed paths:
20981    M /trunk/modules/gui/qt4/components/extended_panels.cpp
20982
20983 Fix compilation while this gets sorted out.
20984
20985 ------------------------------------------------------------------------
20986 r21409 | funman | 2007-08-22 22:19:23 +0200 (Wed, 22 Aug 2007) | 17 lines
20987 Changed paths:
20988    M /trunk/include/vlc_input.h
20989    M /trunk/modules/access/cdda/info.c
20990    M /trunk/modules/access/cdda.c
20991    M /trunk/modules/access/http.c
20992    M /trunk/modules/access_output/http.c
20993    M /trunk/modules/codec/cmml/history.c
20994    M /trunk/modules/codec/cmml/intf.c
20995    M /trunk/modules/control/dbus.c
20996    M /trunk/modules/control/hotkeys.c
20997    M /trunk/modules/control/http/macro.c
20998    M /trunk/modules/control/http/rpn.c
20999    M /trunk/modules/control/http/util.c
21000    M /trunk/modules/control/rc.c
21001    M /trunk/modules/demux/playlist/asx.c
21002    M /trunk/modules/demux/playlist/b4s.c
21003    M /trunk/modules/demux/playlist/podcast.c
21004    M /trunk/modules/demux/playlist/xspf.c
21005    M /trunk/modules/gui/macosx/bookmarks.m
21006    M /trunk/modules/gui/macosx/playlist.m
21007    M /trunk/modules/gui/macosx/playlistinfo.m
21008    M /trunk/modules/gui/macosx/vout.m
21009    M /trunk/modules/gui/macosx/wizard.m
21010    M /trunk/modules/gui/ncurses.c
21011    M /trunk/modules/gui/qt4/components/infopanels.cpp
21012    M /trunk/modules/gui/qt4/input_manager.cpp
21013    M /trunk/modules/gui/qt4/playlist_model.cpp
21014    M /trunk/modules/gui/wince/iteminfo.cpp
21015    M /trunk/modules/gui/wince/playlist.cpp
21016    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
21017    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
21018    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
21019    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
21020    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
21021    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
21022    M /trunk/modules/meta_engine/folder.c
21023    M /trunk/modules/meta_engine/taglib.cpp
21024    M /trunk/modules/misc/audioscrobbler.c
21025    M /trunk/modules/misc/notify/growl.c
21026    M /trunk/modules/misc/notify/msn.c
21027    M /trunk/modules/misc/notify/notify.c
21028    M /trunk/modules/misc/notify/xosd.c
21029    M /trunk/modules/misc/playlist/m3u.c
21030    M /trunk/modules/misc/playlist/xspf.c
21031    M /trunk/modules/misc/rtsp.c
21032    M /trunk/modules/services_discovery/sap.c
21033    M /trunk/modules/visualization/galaktos/plugin.c
21034    M /trunk/modules/visualization/goom.c
21035    M /trunk/src/control/media_descriptor.c
21036    M /trunk/src/control/mediacontrol_core.c
21037    M /trunk/src/input/input.c
21038    M /trunk/src/input/vlm.c
21039    M /trunk/src/playlist/item.c
21040    M /trunk/src/playlist/sort.c
21041    M /trunk/src/text/strings.c
21042    M /trunk/src/video_output/video_output.c
21043
21044 Input access locking, part 3 (final).
21045
21046 Enforce access to input_item_t through input_item_{G,S}et*()
21047 Unlock mutexes before calling these functions
21048 Free strings returned by input_item_Get*()
21049
21050 New functions added:
21051
21052 char * input_item_GetURI( input_item_t  * )
21053 void input_item_SetURI( input_item_t * , char * )
21054
21055 mtime_t input_item_GetDuration( input_item_t * )
21056 void input_item_SetDuration( input_item_t * , mtime_t )
21057
21058 to access input_item_t->psz_uri and input_item_t->i_duration
21059
21060
21061 ------------------------------------------------------------------------
21062 r21408 | dionoea | 2007-08-22 22:10:54 +0200 (Wed, 22 Aug 2007) | 2 lines
21063 Changed paths:
21064    M /trunk/modules/gui/qt4/components/extended_panels.cpp
21065
21066 Don't commit stuff that shouldn't have been commited.
21067
21068 ------------------------------------------------------------------------
21069 r21407 | courmisch | 2007-08-22 22:10:41 +0200 (Wed, 22 Aug 2007) | 2 lines
21070 Changed paths:
21071    M /trunk/modules/stream_out/rtp.c
21072
21073 Do not send scope ID over the wire
21074
21075 ------------------------------------------------------------------------
21076 r21406 | dionoea | 2007-08-22 22:07:36 +0200 (Wed, 22 Aug 2007) | 2 lines
21077 Changed paths:
21078    M /trunk/modules/gui/qt4/components/extended_panels.cpp
21079
21080 Revert [21140]?\194?\160which broke the extend panels in Qt4 + add a comment so this doesn't happen again. (Please test changes before commiting ... thanks)
21081
21082 ------------------------------------------------------------------------
21083 r21405 | funman | 2007-08-22 22:06:29 +0200 (Wed, 22 Aug 2007) | 1 line
21084 Changed paths:
21085    M /trunk/modules/misc/lua
21086
21087 misc/lua: sets svn:ignore
21088 ------------------------------------------------------------------------
21089 r21404 | pdherbemont | 2007-08-22 22:06:20 +0200 (Wed, 22 Aug 2007) | 2 lines
21090 Changed paths:
21091    M /trunk/src/control/media_list.c
21092
21093 control/media_list.c: Remove unused variable due to previous commit.
21094
21095 ------------------------------------------------------------------------
21096 r21403 | pdherbemont | 2007-08-22 22:05:26 +0200 (Wed, 22 Aug 2007) | 2 lines
21097 Changed paths:
21098    M /trunk/src/control/media_list.c
21099
21100 control/media_list.c: Revert the tagging of the subitems. This is not our job. Also not add the subitems to our list. We need a new media_tree object that will handle that itself.
21101
21102 ------------------------------------------------------------------------
21103 r21402 | courmisch | 2007-08-22 21:49:44 +0200 (Wed, 22 Aug 2007) | 2 lines
21104 Changed paths:
21105    M /trunk/modules/stream_out/rtp.c
21106    M /trunk/src/network/httpd.c
21107
21108 Fix Require header support
21109
21110 ------------------------------------------------------------------------
21111 r21401 | courmisch | 2007-08-22 20:46:06 +0200 (Wed, 22 Aug 2007) | 2 lines
21112 Changed paths:
21113    M /trunk/modules/stream_out/rtp.c
21114
21115 Fix RTSP Transport mode handling
21116
21117 ------------------------------------------------------------------------
21118 r21400 | courmisch | 2007-08-22 20:40:54 +0200 (Wed, 22 Aug 2007) | 2 lines
21119 Changed paths:
21120    M /trunk/modules/stream_out/rtp.c
21121
21122 Remove duplicate check
21123
21124 ------------------------------------------------------------------------
21125 r21399 | courmisch | 2007-08-22 20:25:17 +0200 (Wed, 22 Aug 2007) | 6 lines
21126 Changed paths:
21127    M /trunk/modules/stream_out/rtp.c
21128
21129 Various RTSP conformance fixes:
21130  - specify server_port and, if needed, source
21131  - check for unsupported options
21132  - use proper default values
21133  - try transport successively until one works (untested!)
21134
21135 ------------------------------------------------------------------------
21136 r21398 | courmisch | 2007-08-22 19:24:23 +0200 (Wed, 22 Aug 2007) | 2 lines
21137 Changed paths:
21138    M /trunk/src/network/httpd.c
21139
21140 Remove extra capitals
21141
21142 ------------------------------------------------------------------------
21143 r21397 | pdherbemont | 2007-08-22 18:49:43 +0200 (Wed, 22 Aug 2007) | 2 lines
21144 Changed paths:
21145    M /trunk/src/control/media_descriptor.c
21146
21147 control/media_descriptor.c: Include playlist.h for the preparser.
21148
21149 ------------------------------------------------------------------------
21150 r21396 | pdherbemont | 2007-08-22 18:47:40 +0200 (Wed, 22 Aug 2007) | 2 lines
21151 Changed paths:
21152    M /trunk/src/control/media_descriptor.c
21153
21154 control/media_descriptor.c: Use playlist's fetcher to preparse the item.
21155
21156 ------------------------------------------------------------------------
21157 r21395 | ileoo | 2007-08-22 18:39:52 +0200 (Wed, 22 Aug 2007) | 1 line
21158 Changed paths:
21159    M /trunk/share/luameta/googleimage.lua
21160
21161 art search with artist + album could be littlebit better
21162 ------------------------------------------------------------------------
21163 r21394 | pdherbemont | 2007-08-22 18:22:02 +0200 (Wed, 22 Aug 2007) | 2 lines
21164 Changed paths:
21165    M /trunk/src/input/meta.c
21166
21167 input/meta.c: Don't free a char[].
21168
21169 ------------------------------------------------------------------------
21170 r21393 | courmisch | 2007-08-22 18:20:31 +0200 (Wed, 22 Aug 2007) | 4 lines
21171 Changed paths:
21172    M /trunk/modules/stream_out/rtp.c
21173
21174 Bunch of conformance fixes:
21175  - "handle" Require header
21176  - return 459/460 when appropriate
21177
21178 ------------------------------------------------------------------------
21179 r21392 | courmisch | 2007-08-22 18:19:36 +0200 (Wed, 22 Aug 2007) | 2 lines
21180 Changed paths:
21181    M /trunk/src/network/httpd.c
21182
21183 Make more DSO-friendly, add some error values that I am going to use
21184
21185 ------------------------------------------------------------------------
21186 r21391 | pdherbemont | 2007-08-22 18:10:36 +0200 (Wed, 22 Aug 2007) | 2 lines
21187 Changed paths:
21188    M /trunk/src/input/meta.c
21189
21190 input/meta.c: Make sure the last path component is created as a directory in ArtCacheCreateDir.
21191
21192 ------------------------------------------------------------------------
21193 r21390 | pdherbemont | 2007-08-22 18:07:09 +0200 (Wed, 22 Aug 2007) | 2 lines
21194 Changed paths:
21195    M /trunk/src/input/meta.c
21196
21197 input/meta.c: ArtCacheGetSanitizedFileName filter DIR_SEP not '/'.
21198
21199 ------------------------------------------------------------------------
21200 r21389 | pdherbemont | 2007-08-22 18:05:39 +0200 (Wed, 22 Aug 2007) | 2 lines
21201 Changed paths:
21202    M /trunk/src/input/meta.c
21203
21204 input/meta.c: Fix ArtCacheCreateDir Attempt #4. (thanks to ILEoo).
21205
21206 ------------------------------------------------------------------------
21207 r21388 | pdherbemont | 2007-08-22 17:59:00 +0200 (Wed, 22 Aug 2007) | 2 lines
21208 Changed paths:
21209    M /trunk/src/input/meta.c
21210
21211 input/meta.c: ArtCacheCreateDir fix, third attempt.
21212
21213 ------------------------------------------------------------------------
21214 r21387 | pdherbemont | 2007-08-22 17:58:01 +0200 (Wed, 22 Aug 2007) | 2 lines
21215 Changed paths:
21216    M /trunk/src/input/meta.c
21217
21218 input/meta.c: ArtCacheCreateDir fix, second try.
21219
21220 ------------------------------------------------------------------------
21221 r21386 | pdherbemont | 2007-08-22 17:56:00 +0200 (Wed, 22 Aug 2007) | 2 lines
21222 Changed paths:
21223    M /trunk/src/input/meta.c
21224
21225 input/meta.c: Fix ArtCacheCreateDir thanks to ILeoo.
21226
21227 ------------------------------------------------------------------------
21228 r21385 | pdherbemont | 2007-08-22 17:21:38 +0200 (Wed, 22 Aug 2007) | 2 lines
21229 Changed paths:
21230    M /trunk/src/input/meta.c
21231
21232 input/meta.c: Make sure the artwork cache is used.
21233
21234 ------------------------------------------------------------------------
21235 r21384 | pdherbemont | 2007-08-22 17:16:51 +0200 (Wed, 22 Aug 2007) | 2 lines
21236 Changed paths:
21237    M /trunk/src/input/meta.c
21238
21239 input/meta.c: Fix a leak.
21240
21241 ------------------------------------------------------------------------
21242 r21383 | pdherbemont | 2007-08-22 17:00:49 +0200 (Wed, 22 Aug 2007) | 2 lines
21243 Changed paths:
21244    M /trunk/src/input/meta.c
21245
21246 input/meta.c: Avoid by passing cache when not needed.
21247
21248 ------------------------------------------------------------------------
21249 r21382 | pdherbemont | 2007-08-22 16:54:11 +0200 (Wed, 22 Aug 2007) | 2 lines
21250 Changed paths:
21251    M /trunk/share/luameta/googleimage.lua
21252
21253 share/luameta/googleimage.lua: Filter out extensions.
21254
21255 ------------------------------------------------------------------------
21256 r21381 | funman | 2007-08-22 15:58:44 +0200 (Wed, 22 Aug 2007) | 1 line
21257 Changed paths:
21258    M /trunk/configure.ac
21259
21260 id3tag plugin can now be disabled
21261 ------------------------------------------------------------------------
21262 r21380 | funman | 2007-08-22 15:57:51 +0200 (Wed, 22 Aug 2007) | 1 line
21263 Changed paths:
21264    M /trunk/po/POTFILES.in
21265
21266 Removes luaplaylist.c from POTFILES.in
21267 ------------------------------------------------------------------------
21268 r21379 | pdherbemont | 2007-08-22 15:39:09 +0200 (Wed, 22 Aug 2007) | 2 lines
21269 Changed paths:
21270    M /trunk/modules/demux/playlist/Modules.am
21271    D /trunk/modules/demux/playlist/luaplaylist.c
21272
21273 modules/demux/playlist: Remove luaplaylist now that it is merged in the lua module.
21274
21275 ------------------------------------------------------------------------
21276 r21378 | pdherbemont | 2007-08-22 15:37:07 +0200 (Wed, 22 Aug 2007) | 2 lines
21277 Changed paths:
21278    M /trunk/modules/meta_engine/Modules.am
21279    D /trunk/modules/meta_engine/luameta.c
21280
21281 modules/misc/meta_engine: Remove luameta now that it is merged in the lua module.
21282
21283 ------------------------------------------------------------------------
21284 r21377 | pdherbemont | 2007-08-22 15:34:12 +0200 (Wed, 22 Aug 2007) | 2 lines
21285 Changed paths:
21286    M /trunk/configure.ac
21287
21288 configure.ac: Switch to the new lua module.
21289
21290 ------------------------------------------------------------------------
21291 r21376 | pdherbemont | 2007-08-22 15:33:23 +0200 (Wed, 22 Aug 2007) | 2 lines
21292 Changed paths:
21293    A /trunk/modules/misc/lua
21294    A /trunk/modules/misc/lua/Modules.am
21295    A /trunk/modules/misc/lua/luameta.c
21296    A /trunk/modules/misc/lua/luaplaylist.c
21297    A /trunk/modules/misc/lua/vlclua.c
21298    A /trunk/modules/misc/lua/vlclua.h
21299
21300 modules/misc/lua: Share some code between the modules that uses lua and put them in a single module.
21301
21302 ------------------------------------------------------------------------
21303 r21375 | funman | 2007-08-22 03:06:17 +0200 (Wed, 22 Aug 2007) | 1 line
21304 Changed paths:
21305    M /trunk/extras/dbus-vlc.glade
21306    M /trunk/extras/dbus-vlc.py
21307
21308 Updates dbus pygtk controller
21309 ------------------------------------------------------------------------
21310 r21374 | funman | 2007-08-22 01:21:12 +0200 (Wed, 22 Aug 2007) | 1 line
21311 Changed paths:
21312    M /trunk/modules/misc/notify/msn.c
21313
21314 Fixes memory leaks
21315 ------------------------------------------------------------------------
21316 r21373 | funman | 2007-08-22 00:37:49 +0200 (Wed, 22 Aug 2007) | 3 lines
21317 Changed paths:
21318    M /trunk/modules/video_output/x11/xcommon.c
21319    M /trunk/src/video_output/vout_intf.c
21320
21321 Correctly handle (avoid deadlocks) always on top when switching fullscreen.
21322 Fixes #882
21323
21324 ------------------------------------------------------------------------
21325 r21372 | pdherbemont | 2007-08-21 21:43:59 +0200 (Tue, 21 Aug 2007) | 2 lines
21326 Changed paths:
21327    M /trunk/src/control/libvlc_internal.h
21328
21329 src/control/libvlc_internal.h: Forgotten file.
21330
21331 ------------------------------------------------------------------------
21332 r21371 | courmisch | 2007-08-21 21:43:51 +0200 (Tue, 21 Aug 2007) | 2 lines
21333 Changed paths:
21334    M /trunk/src/modules/configuration_chain.c
21335
21336 Fix NULL %s
21337
21338 ------------------------------------------------------------------------
21339 r21370 | pdherbemont | 2007-08-21 21:43:04 +0200 (Tue, 21 Aug 2007) | 2 lines
21340 Changed paths:
21341    M /trunk/src/control/media_descriptor.c
21342
21343 control/media_descriptor.c: Keep a media_list of our own subitems if we have some (we are then a media_descriptor playlist).
21344
21345 ------------------------------------------------------------------------
21346 r21369 | courmisch | 2007-08-21 21:22:41 +0200 (Tue, 21 Aug 2007) | 2 lines
21347 Changed paths:
21348    M /trunk/modules/stream_out/rtp.c
21349    M /trunk/src/network/httpd.c
21350
21351 Fix previous commit
21352
21353 ------------------------------------------------------------------------
21354 r21368 | courmisch | 2007-08-21 21:16:09 +0200 (Tue, 21 Aug 2007) | 3 lines
21355 Changed paths:
21356    M /trunk/modules/stream_out/rtp.c
21357    M /trunk/src/network/httpd.c
21358
21359 - Do not parse CSeq; do not assume it fits in an integer
21360 - Factorize some code
21361
21362 ------------------------------------------------------------------------
21363 r21367 | courmisch | 2007-08-21 21:11:34 +0200 (Tue, 21 Aug 2007) | 2 lines
21364 Changed paths:
21365    M /trunk/include/vlc_httpd.h
21366    M /trunk/modules/misc/rtsp.c
21367    M /trunk/modules/stream_out/rtp.c
21368    M /trunk/src/network/httpd.c
21369
21370 Centralize HTTP/RTSP error text
21371
21372 ------------------------------------------------------------------------
21373 r21366 | courmisch | 2007-08-21 20:52:42 +0200 (Tue, 21 Aug 2007) | 2 lines
21374 Changed paths:
21375    M /trunk/modules/stream_out/rtp.c
21376
21377 Fix remote DoS against the RTSP server when Transport is not specified
21378
21379 ------------------------------------------------------------------------
21380 r21365 | pdherbemont | 2007-08-21 20:47:35 +0200 (Tue, 21 Aug 2007) | 2 lines
21381 Changed paths:
21382    M /trunk/src/input/meta.c
21383
21384 input/meta.c: Make sure we don't return VLC_SUCCESS in __input_FindArtInCache when no album art was found.
21385
21386 ------------------------------------------------------------------------
21387 r21364 | pdherbemont | 2007-08-21 20:46:11 +0200 (Tue, 21 Aug 2007) | 2 lines
21388 Changed paths:
21389    M /trunk/src/input/meta.c
21390
21391 input/meta.c: Use more explicit variable naming in __input_FindArtInCache.
21392
21393 ------------------------------------------------------------------------
21394 r21363 | courmisch | 2007-08-21 20:05:15 +0200 (Tue, 21 Aug 2007) | 2 lines
21395 Changed paths:
21396    M /trunk/src/input/meta.c
21397
21398 Fix memory leak
21399
21400 ------------------------------------------------------------------------
21401 r21362 | courmisch | 2007-08-21 20:02:43 +0200 (Tue, 21 Aug 2007) | 2 lines
21402 Changed paths:
21403    M /trunk/modules/control/http/util.c
21404    M /trunk/modules/demux/mkv.cpp
21405    M /trunk/modules/gui/ncurses.c
21406    M /trunk/src/text/unicode.c
21407
21408 Fix utf8_readdir usage
21409
21410 ------------------------------------------------------------------------
21411 r21361 | funman | 2007-08-21 20:00:46 +0200 (Tue, 21 Aug 2007) | 1 line
21412 Changed paths:
21413    M /trunk/modules/control/dbus.h
21414
21415 dbus.h: sens valid XML
21416 ------------------------------------------------------------------------
21417 r21360 | courmisch | 2007-08-21 19:49:38 +0200 (Tue, 21 Aug 2007) | 2 lines
21418 Changed paths:
21419    M /trunk/src/input/meta.c
21420
21421 Fix it again.
21422
21423 ------------------------------------------------------------------------
21424 r21359 | courmisch | 2007-08-21 19:45:23 +0200 (Tue, 21 Aug 2007) | 2 lines
21425 Changed paths:
21426    M /trunk/src/input/meta.c
21427
21428 Use utf8_readdir properly.
21429
21430 ------------------------------------------------------------------------
21431 r21358 | pdherbemont | 2007-08-21 19:43:54 +0200 (Tue, 21 Aug 2007) | 2 lines
21432 Changed paths:
21433    M /trunk/src/input/meta.c
21434
21435 input/meta.c: Fix crashy-warnings thanks to courmisch.
21436
21437 ------------------------------------------------------------------------
21438 r21357 | courmisch | 2007-08-21 19:31:09 +0200 (Tue, 21 Aug 2007) | 2 lines
21439 Changed paths:
21440    M /trunk/src/stream_output/sdp.c
21441    M /trunk/src/stream_output/stream_output.h
21442
21443 Append media description to the SDP, as the name suggest
21444
21445 ------------------------------------------------------------------------
21446 r21356 | courmisch | 2007-08-21 19:15:51 +0200 (Tue, 21 Aug 2007) | 4 lines
21447 Changed paths:
21448    M /trunk/src/stream_output/sap.c
21449    M /trunk/src/stream_output/sdp.c
21450    M /trunk/src/stream_output/stream_output.h
21451
21452 Use hostname as SDP origin, as the spec says.
21453 (Oh, I am well aware that this is often not correctly set, but then again,
21454  why the heck would someone wants to parse the SDP origin in real life?)
21455
21456 ------------------------------------------------------------------------
21457 r21355 | pdherbemont | 2007-08-21 18:49:45 +0200 (Tue, 21 Aug 2007) | 2 lines
21458 Changed paths:
21459    M /trunk/src/input/meta.c
21460
21461 input/meta.c: Use utf8_readdir instead of readdir.
21462
21463 ------------------------------------------------------------------------
21464 r21354 | courmisch | 2007-08-21 18:45:36 +0200 (Tue, 21 Aug 2007) | 2 lines
21465 Changed paths:
21466    M /trunk/modules/stream_out/rtp.c
21467
21468 Use memcmp()
21469
21470 ------------------------------------------------------------------------
21471 r21353 | courmisch | 2007-08-21 18:41:29 +0200 (Tue, 21 Aug 2007) | 2 lines
21472 Changed paths:
21473    M /trunk/modules/demux/voc.c
21474
21475 Fix warning
21476
21477 ------------------------------------------------------------------------
21478 r21352 | courmisch | 2007-08-21 18:37:01 +0200 (Tue, 21 Aug 2007) | 2 lines
21479 Changed paths:
21480    M /trunk/include/vlc_block.h
21481
21482 CVS -> Subversion
21483
21484 ------------------------------------------------------------------------
21485 r21351 | courmisch | 2007-08-21 18:32:06 +0200 (Tue, 21 Aug 2007) | 2 lines
21486 Changed paths:
21487    M /trunk/modules/stream_out/rtp.c
21488
21489 Use session-wide RTCP RR bandwidth. Fix overflow
21490
21491 ------------------------------------------------------------------------
21492 r21350 | courmisch | 2007-08-21 18:25:16 +0200 (Tue, 21 Aug 2007) | 2 lines
21493 Changed paths:
21494    M /trunk/modules/stream_out/rtp.c
21495
21496 Cosmetic
21497
21498 ------------------------------------------------------------------------
21499 r21349 | funman | 2007-08-21 18:11:21 +0200 (Tue, 21 Aug 2007) | 1 line
21500 Changed paths:
21501    M /trunk/modules/control/dbus.c
21502    M /trunk/modules/control/dbus.h
21503
21504 Advertises signals and renames VLC_ defines to MPRIS_
21505 ------------------------------------------------------------------------
21506 r21348 | pdherbemont | 2007-08-21 17:28:19 +0200 (Tue, 21 Aug 2007) | 3 lines
21507 Changed paths:
21508    M /trunk/src/input/meta.c
21509
21510 input/meta.c: * Remove psz_name
21511               * Use filename sanitization at the lower level
21512
21513 ------------------------------------------------------------------------
21514 r21347 | pdherbemont | 2007-08-21 17:09:18 +0200 (Tue, 21 Aug 2007) | 2 lines
21515 Changed paths:
21516    M /trunk/src/input/meta.c
21517
21518 input/meta.c: Better art finding.
21519
21520 ------------------------------------------------------------------------
21521 r21346 | damienf | 2007-08-21 17:02:09 +0200 (Tue, 21 Aug 2007) | 2 lines
21522 Changed paths:
21523    M /trunk/modules/misc/freetype.c
21524
21525 freetype: make sure fontconfig is still optional
21526
21527 ------------------------------------------------------------------------
21528 r21345 | funman | 2007-08-21 16:09:14 +0200 (Tue, 21 Aug 2007) | 1 line
21529 Changed paths:
21530    M /trunk/src/input/meta.c
21531
21532 Better extensions checks for album art file creation
21533 ------------------------------------------------------------------------
21534 r21344 | pdherbemont | 2007-08-21 15:31:22 +0200 (Tue, 21 Aug 2007) | 2 lines
21535 Changed paths:
21536    M /trunk/src/input/meta.c
21537
21538 input/meta.c: Better check in ArtCacheCreatePath.
21539
21540 ------------------------------------------------------------------------
21541 r21343 | funman | 2007-08-21 15:20:01 +0200 (Tue, 21 Aug 2007) | 1 line
21542 Changed paths:
21543    M /trunk/src/input/meta.c
21544
21545 Prevents crash when arturl is misformatted, and can't be translated to a filename
21546 ------------------------------------------------------------------------
21547 r21342 | funman | 2007-08-21 14:56:16 +0200 (Tue, 21 Aug 2007) | 1 line
21548 Changed paths:
21549    M /trunk/modules/visualization/galaktos/custom_shape.c
21550    M /trunk/modules/visualization/galaktos/custom_wave.c
21551    M /trunk/modules/visualization/galaktos/eval.c
21552    M /trunk/modules/visualization/galaktos/func.c
21553    M /trunk/modules/visualization/galaktos/param.c
21554    M /trunk/modules/visualization/galaktos/parser.c
21555    M /trunk/modules/visualization/galaktos/parser.h
21556    M /trunk/modules/visualization/galaktos/per_frame_eqn.c
21557    M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
21558    M /trunk/modules/visualization/galaktos/splaytree.c
21559    M /trunk/modules/visualization/galaktos/tree_types.c
21560
21561 Adds headers back.
21562 ------------------------------------------------------------------------
21563 r21341 | pdherbemont | 2007-08-21 14:23:20 +0200 (Tue, 21 Aug 2007) | 2 lines
21564 Changed paths:
21565    M /trunk/modules/services_discovery/shout.c
21566
21567 Fix previous commit.
21568
21569 ------------------------------------------------------------------------
21570 r21340 | pdherbemont | 2007-08-21 13:59:40 +0200 (Tue, 21 Aug 2007) | 2 lines
21571 Changed paths:
21572    M /trunk/modules/services_discovery/shout.c
21573
21574 modules/services_discovery/shout.c: (Thanks ileoo) Revert by tree view on shout.
21575
21576 ------------------------------------------------------------------------
21577 r21339 | bitmap | 2007-08-21 09:49:24 +0200 (Tue, 21 Aug 2007) | 2 lines
21578 Changed paths:
21579    M /trunk/configure.ac
21580    M /trunk/extras/contrib/src/Distributions/win32.mak
21581    M /trunk/extras/contrib/src/Makefile
21582    A /trunk/extras/contrib/src/Patches/fontconfig.patch
21583    M /trunk/extras/contrib/src/packages.mak
21584    M /trunk/modules/misc/freetype.c
21585
21586 Changes to get styled subtitles working with Windows
21587
21588 ------------------------------------------------------------------------
21589 r21338 | funman | 2007-08-21 02:14:24 +0200 (Tue, 21 Aug 2007) | 1 line
21590 Changed paths:
21591    M /trunk/extras/contrib/src/Patches/theora-1.0a7.patch
21592
21593 Convert patch from \r\n to \n
21594 ------------------------------------------------------------------------
21595 r21337 | funman | 2007-08-21 01:43:15 +0200 (Tue, 21 Aug 2007) | 1 line
21596 Changed paths:
21597    M /trunk/modules/codec/ffmpeg/ffmpeg.c
21598
21599 Adds libavcodec version check for musepack7 fourcc
21600 ------------------------------------------------------------------------
21601 r21336 | funman | 2007-08-20 23:54:24 +0200 (Mon, 20 Aug 2007) | 1 line
21602 Changed paths:
21603    M /trunk/modules/meta_engine/taglib.cpp
21604
21605 Adds some metadata writing capability (ref #1248 )
21606 ------------------------------------------------------------------------
21607 r21335 | fkuehne | 2007-08-20 23:17:46 +0200 (Mon, 20 Aug 2007) | 1 line
21608 Changed paths:
21609    M /trunk/NEWS
21610
21611 * added the OSX path to .hosts
21612 ------------------------------------------------------------------------
21613 r21334 | xtophe | 2007-08-20 23:15:12 +0200 (Mon, 20 Aug 2007) | 2 lines
21614 Changed paths:
21615    M /trunk/src/vlc.c
21616
21617 Fix warnings
21618
21619 ------------------------------------------------------------------------
21620 r21333 | funman | 2007-08-20 23:14:04 +0200 (Mon, 20 Aug 2007) | 1 line
21621 Changed paths:
21622    M /trunk/NEWS
21623
21624 Update news for .hosts location
21625 ------------------------------------------------------------------------
21626 r21332 | xtophe | 2007-08-20 22:46:39 +0200 (Mon, 20 Aug 2007) | 3 lines
21627 Changed paths:
21628    M /trunk/modules/gui/skins2/unzip/ioapi.c
21629
21630 unbreak compilation
21631
21632
21633 ------------------------------------------------------------------------
21634 r21331 | funman | 2007-08-20 22:45:28 +0200 (Mon, 20 Aug 2007) | 1 line
21635 Changed paths:
21636    M /trunk/modules/visualization/visual/fft.c
21637    M /trunk/src/vlc.c
21638
21639 Fixes compilation(2)
21640 ------------------------------------------------------------------------
21641 r21330 | funman | 2007-08-20 22:21:19 +0200 (Mon, 20 Aug 2007) | 1 line
21642 Changed paths:
21643    M /trunk/include/vlc/mediacontrol.h
21644
21645 Fixes compilation
21646 ------------------------------------------------------------------------
21647 r21329 | funman | 2007-08-20 22:14:08 +0200 (Mon, 20 Aug 2007) | 1 line
21648 Changed paths:
21649    M /trunk/modules/meta_engine/taglib.cpp
21650
21651 Factorizes code
21652 ------------------------------------------------------------------------
21653 r21328 | courmisch | 2007-08-20 21:47:07 +0200 (Mon, 20 Aug 2007) | 3 lines
21654 Changed paths:
21655    M /trunk/modules/stream_out/rtp.c
21656
21657 - Fix TTL in SDP
21658 - Some cleanup
21659
21660 ------------------------------------------------------------------------
21661 r21327 | courmisch | 2007-08-20 21:23:10 +0200 (Mon, 20 Aug 2007) | 3 lines
21662 Changed paths:
21663    M /trunk/include/vlc_common.h
21664    M /trunk/modules/access/cdda/access.c
21665    M /trunk/modules/access/dc1394.c
21666    M /trunk/modules/access/dshow/crossbar.cpp
21667    M /trunk/modules/access/dshow/dshow.cpp
21668    M /trunk/modules/access/dshow/filter.cpp
21669    M /trunk/modules/access/dvdread.c
21670    M /trunk/modules/access/fake.c
21671    M /trunk/modules/access/ftp.c
21672    M /trunk/modules/access/gnomevfs.c
21673    M /trunk/modules/access/jack.c
21674    M /trunk/modules/access/rtsp/real.c
21675    M /trunk/modules/access/rtsp/rtsp.c
21676    M /trunk/modules/access/v4l.c
21677    M /trunk/modules/access/v4l2.c
21678    M /trunk/modules/access/vcd/cdrom.c
21679    M /trunk/modules/access/vcdx/demux.c
21680    M /trunk/modules/access_filter/bandwidth.c
21681    M /trunk/modules/access_filter/dump.c
21682    M /trunk/modules/access_filter/record.c
21683    M /trunk/modules/access_filter/timeshift.c
21684    M /trunk/modules/access_output/http.c
21685    M /trunk/modules/audio_filter/normvol.c
21686    M /trunk/modules/audio_output/alsa.c
21687    M /trunk/modules/codec/dmo/buffer.c
21688    M /trunk/modules/codec/dmo/dmo.c
21689    M /trunk/modules/codec/xvmc/xxmc.c
21690    M /trunk/modules/control/dbus.c
21691    M /trunk/modules/control/http/util.c
21692    M /trunk/modules/control/rc.c
21693    M /trunk/modules/demux/asf/libasf.c
21694    M /trunk/modules/demux/mp4/libmp4.c
21695    M /trunk/modules/demux/mp4/mp4.c
21696    M /trunk/modules/demux/real.c
21697    M /trunk/modules/demux/ts.c
21698    M /trunk/modules/gui/beos/AudioOutput.cpp
21699    M /trunk/modules/gui/beos/Interface.cpp
21700    M /trunk/modules/gui/beos/ListViews.cpp
21701    M /trunk/modules/gui/beos/VideoOutput.cpp
21702    M /trunk/modules/gui/ncurses.c
21703    M /trunk/modules/gui/pda/pda.c
21704    M /trunk/modules/gui/pda/pda_callbacks.c
21705    M /trunk/modules/gui/pda/pda_interface.c
21706    M /trunk/modules/gui/pda/pda_support.c
21707    M /trunk/modules/gui/skins2/unzip/ioapi.c
21708    M /trunk/modules/gui/skins2/unzip/unzip.c
21709    M /trunk/modules/gui/skins2/vars/time.cpp
21710    M /trunk/modules/gui/skins2/vars/volume.cpp
21711    M /trunk/modules/gui/wince/fileinfo.cpp
21712    M /trunk/modules/gui/wince/iteminfo.cpp
21713    M /trunk/modules/gui/wince/menus.cpp
21714    M /trunk/modules/gui/wince/messages.cpp
21715    M /trunk/modules/gui/wince/open.cpp
21716    M /trunk/modules/gui/wince/playlist.cpp
21717    M /trunk/modules/gui/wince/preferences.cpp
21718    M /trunk/modules/gui/wince/preferences_widgets.cpp
21719    M /trunk/modules/gui/wince/subtitles.cpp
21720    M /trunk/modules/gui/wince/timer.cpp
21721    M /trunk/modules/gui/wxwidgets/dialogs.cpp
21722    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
21723    M /trunk/modules/meta_engine/luameta.c
21724    M /trunk/modules/misc/dummy/decoder.c
21725    M /trunk/modules/misc/logger.c
21726    M /trunk/modules/misc/playlist/xspf.c
21727    M /trunk/modules/misc/xml/xtag.c
21728    M /trunk/modules/stream_out/rtp.c
21729    M /trunk/modules/stream_out/standard.c
21730    M /trunk/modules/stream_out/switcher.c
21731    M /trunk/modules/stream_out/transrate/block.c
21732    M /trunk/modules/stream_out/transrate/frame.c
21733    M /trunk/modules/stream_out/transrate/transrate.c
21734    M /trunk/modules/visualization/galaktos/PCM.c
21735    M /trunk/modules/visualization/galaktos/beat_detect.c
21736    M /trunk/modules/visualization/galaktos/builtin_funcs.c
21737    M /trunk/modules/visualization/galaktos/custom_shape.c
21738    M /trunk/modules/visualization/galaktos/custom_wave.c
21739    M /trunk/modules/visualization/galaktos/eval.c
21740    M /trunk/modules/visualization/galaktos/fftsg.c
21741    M /trunk/modules/visualization/galaktos/func.c
21742    M /trunk/modules/visualization/galaktos/init_cond.c
21743    M /trunk/modules/visualization/galaktos/main.c
21744    M /trunk/modules/visualization/galaktos/param.c
21745    M /trunk/modules/visualization/galaktos/parser.c
21746    M /trunk/modules/visualization/galaktos/per_frame_eqn.c
21747    M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
21748    M /trunk/modules/visualization/galaktos/preset.c
21749    M /trunk/modules/visualization/galaktos/splaytree.c
21750    M /trunk/modules/visualization/galaktos/tree_types.c
21751
21752 Remove stdio while we're at it.
21753 Finally rid of the strcasestr warning
21754
21755 ------------------------------------------------------------------------
21756 r21326 | courmisch | 2007-08-20 21:18:53 +0200 (Mon, 20 Aug 2007) | 5 lines
21757 Changed paths:
21758    M /trunk/modules/codec/cmml/xarray.c
21759    M /trunk/modules/codec/cmml/xlist.c
21760    M /trunk/modules/codec/cmml/xstrcat.h
21761    M /trunk/modules/codec/cmml/xtag.c
21762
21763 Fix compilation
21764
21765 There is something seriously messed up in these files though
21766 (like the declaration in xtag.h do not match the definition in xtag.c!)
21767
21768 ------------------------------------------------------------------------
21769 r21325 | courmisch | 2007-08-20 21:13:50 +0200 (Mon, 20 Aug 2007) | 2 lines
21770 Changed paths:
21771    M /trunk/src/network/httpd.c
21772
21773 Use fixed size string for extension. This is more DSO friendly
21774
21775 ------------------------------------------------------------------------
21776 r21324 | courmisch | 2007-08-20 21:10:23 +0200 (Mon, 20 Aug 2007) | 2 lines
21777 Changed paths:
21778    M /trunk/modules/access/cdda/access.c
21779    M /trunk/modules/access/cdda.c
21780    M /trunk/modules/access/dc1394.c
21781    M /trunk/modules/access/directory.c
21782    M /trunk/modules/access/dshow/crossbar.cpp
21783    M /trunk/modules/access/dshow/dshow.cpp
21784    M /trunk/modules/access/dshow/filter.cpp
21785    M /trunk/modules/access/dv.c
21786    M /trunk/modules/access/dvdread.c
21787    M /trunk/modules/access/fake.c
21788    M /trunk/modules/access/file.c
21789    M /trunk/modules/access/gnomevfs.c
21790    M /trunk/modules/access/http.c
21791    M /trunk/modules/access/jack.c
21792    M /trunk/modules/access/mms/mmsh.c
21793    M /trunk/modules/access/mms/mmstu.c
21794    M /trunk/modules/access/rtsp/real.c
21795    M /trunk/modules/access/screen/screen.c
21796    M /trunk/modules/access/smb.c
21797    M /trunk/modules/access/v4l.c
21798    M /trunk/modules/access/v4l2.c
21799    M /trunk/modules/access/vcd/cdrom.c
21800    M /trunk/modules/access/vcdx/demux.c
21801    M /trunk/modules/access/vcdx/vcdplayer.c
21802    M /trunk/modules/access_output/file.c
21803    M /trunk/modules/access_output/shout.c
21804    M /trunk/modules/access_output/udp.c
21805    M /trunk/modules/audio_filter/channel_mixer/dolby.c
21806    M /trunk/modules/audio_filter/channel_mixer/headphone.c
21807    M /trunk/modules/audio_filter/channel_mixer/mono.c
21808    M /trunk/modules/audio_filter/channel_mixer/simple.c
21809    M /trunk/modules/audio_filter/channel_mixer/trivial.c
21810    M /trunk/modules/audio_filter/converter/a52tofloat32.c
21811    M /trunk/modules/audio_filter/converter/a52tospdif.c
21812    M /trunk/modules/audio_filter/converter/dtstofloat32.c
21813    M /trunk/modules/audio_filter/converter/dtstospdif.c
21814    M /trunk/modules/audio_filter/converter/fixed.c
21815    M /trunk/modules/audio_filter/converter/float.c
21816    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
21817    M /trunk/modules/audio_filter/format.c
21818    M /trunk/modules/audio_filter/normvol.c
21819    M /trunk/modules/audio_filter/param_eq.c
21820    M /trunk/modules/audio_filter/resampler/bandlimited.c
21821    M /trunk/modules/audio_filter/resampler/linear.c
21822    M /trunk/modules/audio_filter/resampler/trivial.c
21823    M /trunk/modules/audio_filter/resampler/ugly.c
21824    M /trunk/modules/audio_mixer/float32.c
21825    M /trunk/modules/audio_mixer/spdif.c
21826    M /trunk/modules/audio_mixer/trivial.c
21827    M /trunk/modules/audio_output/alsa.c
21828    M /trunk/modules/audio_output/arts.c
21829    M /trunk/modules/audio_output/auhal.c
21830    M /trunk/modules/audio_output/directx.c
21831    M /trunk/modules/audio_output/esd.c
21832    M /trunk/modules/audio_output/file.c
21833    M /trunk/modules/audio_output/hd1000a.cpp
21834    M /trunk/modules/audio_output/jack.c
21835    M /trunk/modules/audio_output/oss.c
21836    M /trunk/modules/audio_output/portaudio.c
21837    M /trunk/modules/audio_output/sdl.c
21838    M /trunk/modules/audio_output/waveout.c
21839    M /trunk/modules/codec/cmml/browser_open.c
21840    M /trunk/modules/codec/cmml/intf.c
21841    M /trunk/modules/codec/cmml/xarray.c
21842    M /trunk/modules/codec/cmml/xtag.c
21843    M /trunk/modules/codec/cmml/xurl.c
21844    M /trunk/modules/codec/dmo/buffer.c
21845    M /trunk/modules/codec/dmo/dmo.c
21846    M /trunk/modules/codec/xvmc/decode.c
21847    M /trunk/modules/codec/xvmc/header.c
21848    M /trunk/modules/control/dbus.c
21849    M /trunk/modules/control/gestures.c
21850    M /trunk/modules/control/lirc.c
21851    M /trunk/modules/control/motion.c
21852    M /trunk/modules/control/rc.c
21853    M /trunk/modules/control/showintf.c
21854    M /trunk/modules/control/unimotion.c
21855    M /trunk/modules/demux/demuxdump.c
21856    M /trunk/modules/demux/live555.cpp
21857    M /trunk/modules/demux/playlist/asx.c
21858    M /trunk/modules/demux/playlist/sgimb.c
21859    M /trunk/modules/demux/subtitle.c
21860    M /trunk/modules/demux/vobsub.c
21861    M /trunk/modules/gui/beos/AudioOutput.cpp
21862    M /trunk/modules/gui/beos/BeOS.cpp
21863    M /trunk/modules/gui/beos/Interface.cpp
21864    M /trunk/modules/gui/beos/InterfaceWindow.cpp
21865    M /trunk/modules/gui/beos/MediaControlView.cpp
21866    M /trunk/modules/gui/beos/PlayListWindow.cpp
21867    M /trunk/modules/gui/beos/VideoOutput.cpp
21868    M /trunk/modules/gui/ncurses.c
21869    M /trunk/modules/gui/pda/pda.c
21870    M /trunk/modules/gui/pda/pda_callbacks.c
21871    M /trunk/modules/gui/pda/pda_interface.c
21872    M /trunk/modules/gui/pda/pda_support.c
21873    M /trunk/modules/gui/qnx/aout.c
21874    M /trunk/modules/gui/qnx/qnx.c
21875    M /trunk/modules/gui/qnx/vout.c
21876    M /trunk/modules/gui/skins2/parser/builder.cpp
21877    M /trunk/modules/gui/skins2/unzip/ioapi.c
21878    M /trunk/modules/gui/skins2/unzip/unzip.c
21879    M /trunk/modules/gui/skins2/utils/ustring.cpp
21880    M /trunk/modules/gui/wince/fileinfo.cpp
21881    M /trunk/modules/gui/wince/iteminfo.cpp
21882    M /trunk/modules/gui/wince/menus.cpp
21883    M /trunk/modules/gui/wince/messages.cpp
21884    M /trunk/modules/gui/wince/open.cpp
21885    M /trunk/modules/gui/wince/playlist.cpp
21886    M /trunk/modules/gui/wince/preferences.cpp
21887    M /trunk/modules/gui/wince/preferences_widgets.cpp
21888    M /trunk/modules/gui/wince/subtitles.cpp
21889    M /trunk/modules/gui/wince/timer.cpp
21890    M /trunk/modules/gui/wxwidgets/dialogs.cpp
21891    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
21892    M /trunk/modules/meta_engine/folder.c
21893    M /trunk/modules/meta_engine/id3tag.c
21894    M /trunk/modules/misc/audioscrobbler.c
21895    M /trunk/modules/misc/dummy/aout.c
21896    M /trunk/modules/misc/dummy/dummy.c
21897    M /trunk/modules/misc/dummy/input.c
21898    M /trunk/modules/misc/dummy/interface.c
21899    M /trunk/modules/misc/dummy/vout.c
21900    M /trunk/modules/misc/freetype.c
21901    M /trunk/modules/misc/logger.c
21902    M /trunk/modules/misc/memcpy/memcpy.c
21903    M /trunk/modules/misc/memcpy/memcpyaltivec.c
21904    M /trunk/modules/misc/notify/xosd.c
21905    M /trunk/modules/misc/quartztext.c
21906    M /trunk/modules/misc/rtsp.c
21907    M /trunk/modules/misc/svg.c
21908    M /trunk/modules/misc/win32text.c
21909    M /trunk/modules/misc/xml/xtag.c
21910    M /trunk/modules/mux/mp4.c
21911    M /trunk/modules/mux/mpeg/pes.c
21912    M /trunk/modules/mux/ogg.c
21913    M /trunk/modules/packetizer/mpeg4audio.c
21914    M /trunk/modules/services_discovery/bonjour.c
21915    M /trunk/modules/services_discovery/podcast.c
21916    M /trunk/modules/stream_out/autodel.c
21917    M /trunk/modules/stream_out/bridge.c
21918    M /trunk/modules/stream_out/description.c
21919    M /trunk/modules/stream_out/display.c
21920    M /trunk/modules/stream_out/dummy.c
21921    M /trunk/modules/stream_out/duplicate.c
21922    M /trunk/modules/stream_out/es.c
21923    M /trunk/modules/stream_out/mosaic_bridge.c
21924    M /trunk/modules/stream_out/standard.c
21925    M /trunk/modules/stream_out/transcode.c
21926    M /trunk/modules/video_chroma/grey_yuv.c
21927    M /trunk/modules/video_chroma/i420_rgb.c
21928    M /trunk/modules/video_chroma/i420_rgb16.c
21929    M /trunk/modules/video_chroma/i420_rgb8.c
21930    M /trunk/modules/video_chroma/i420_ymga.c
21931    M /trunk/modules/video_chroma/i420_yuy2.c
21932    M /trunk/modules/video_chroma/i422_yuy2.c
21933    M /trunk/modules/video_filter/adjust.c
21934    M /trunk/modules/video_filter/alphamask.c
21935    M /trunk/modules/video_filter/bluescreen.c
21936    M /trunk/modules/video_filter/clone.c
21937    M /trunk/modules/video_filter/colorthres.c
21938    M /trunk/modules/video_filter/crop.c
21939    M /trunk/modules/video_filter/deinterlace.c
21940    M /trunk/modules/video_filter/erase.c
21941    M /trunk/modules/video_filter/extract.c
21942    M /trunk/modules/video_filter/gaussianblur.c
21943    M /trunk/modules/video_filter/gradient.c
21944    M /trunk/modules/video_filter/grain.c
21945    M /trunk/modules/video_filter/invert.c
21946    M /trunk/modules/video_filter/logo.c
21947    M /trunk/modules/video_filter/magnify.c
21948    M /trunk/modules/video_filter/marq.c
21949    M /trunk/modules/video_filter/mosaic.c
21950    M /trunk/modules/video_filter/motionblur.c
21951    M /trunk/modules/video_filter/motiondetect.c
21952    M /trunk/modules/video_filter/noise.c
21953    M /trunk/modules/video_filter/opencv_wrapper.c
21954    M /trunk/modules/video_filter/osdmenu.c
21955    M /trunk/modules/video_filter/panoramix.c
21956    M /trunk/modules/video_filter/psychedelic.c
21957    M /trunk/modules/video_filter/puzzle.c
21958    M /trunk/modules/video_filter/ripple.c
21959    M /trunk/modules/video_filter/rotate.c
21960    M /trunk/modules/video_filter/rss.c
21961    M /trunk/modules/video_filter/sharpen.c
21962    M /trunk/modules/video_filter/transform.c
21963    M /trunk/modules/video_filter/wall.c
21964    M /trunk/modules/video_filter/wave.c
21965    M /trunk/modules/video_output/aa.c
21966    M /trunk/modules/video_output/caca.c
21967    M /trunk/modules/video_output/directfb.c
21968    M /trunk/modules/video_output/fb.c
21969    M /trunk/modules/video_output/ggi.c
21970    M /trunk/modules/video_output/glide.c
21971    M /trunk/modules/video_output/hd1000v.cpp
21972    M /trunk/modules/video_output/mga.c
21973    M /trunk/modules/video_output/msw/direct3d.c
21974    M /trunk/modules/video_output/msw/directx.c
21975    M /trunk/modules/video_output/msw/events.c
21976    M /trunk/modules/video_output/msw/glwin32.c
21977    M /trunk/modules/video_output/msw/wingdi.c
21978    M /trunk/modules/video_output/opengl.c
21979    M /trunk/modules/video_output/qte/qte.cpp
21980    M /trunk/modules/video_output/sdl.c
21981    M /trunk/modules/video_output/x11/glx.c
21982    M /trunk/modules/video_output/x11/x11.c
21983    M /trunk/modules/video_output/x11/xcommon.c
21984    M /trunk/modules/video_output/x11/xvideo.c
21985    M /trunk/modules/video_output/x11/xvmc.c
21986    M /trunk/modules/visualization/galaktos/custom_shape.c
21987    M /trunk/modules/visualization/galaktos/custom_wave.c
21988    M /trunk/modules/visualization/galaktos/func.c
21989    M /trunk/modules/visualization/galaktos/init_cond.c
21990    M /trunk/modules/visualization/galaktos/main.c
21991    M /trunk/modules/visualization/galaktos/param.c
21992    M /trunk/modules/visualization/galaktos/parser.c
21993    M /trunk/modules/visualization/galaktos/per_frame_eqn.c
21994    M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
21995    M /trunk/modules/visualization/galaktos/preset.c
21996    M /trunk/modules/visualization/galaktos/splaytree.c
21997    M /trunk/modules/visualization/galaktos/tree_types.c
21998    M /trunk/modules/visualization/goom.c
21999    M /trunk/modules/visualization/visual/visual.c
22000
22001 Remove _GNU_SOURCE and string.h too
22002
22003 ------------------------------------------------------------------------
22004 r21323 | courmisch | 2007-08-20 21:08:22 +0200 (Mon, 20 Aug 2007) | 2 lines
22005 Changed paths:
22006    M /trunk/modules/access/cdda/access.c
22007    M /trunk/modules/access/cdda.c
22008    M /trunk/modules/access/dc1394.c
22009    M /trunk/modules/access/directory.c
22010    M /trunk/modules/access/dshow/crossbar.cpp
22011    M /trunk/modules/access/dshow/dshow.cpp
22012    M /trunk/modules/access/dshow/filter.cpp
22013    M /trunk/modules/access/dv.c
22014    M /trunk/modules/access/dvdnav.c
22015    M /trunk/modules/access/dvdread.c
22016    M /trunk/modules/access/eyetv.c
22017    M /trunk/modules/access/fake.c
22018    M /trunk/modules/access/file.c
22019    M /trunk/modules/access/ftp.c
22020    M /trunk/modules/access/gnomevfs.c
22021    M /trunk/modules/access/http.c
22022    M /trunk/modules/access/jack.c
22023    M /trunk/modules/access/mms/asf.c
22024    M /trunk/modules/access/mms/buffer.c
22025    M /trunk/modules/access/mms/mms.c
22026    M /trunk/modules/access/mms/mmsh.c
22027    M /trunk/modules/access/mms/mmstu.c
22028    M /trunk/modules/access/pvr.c
22029    M /trunk/modules/access/rtsp/rtsp.c
22030    M /trunk/modules/access/screen/beos.cpp
22031    M /trunk/modules/access/screen/mac.c
22032    M /trunk/modules/access/screen/screen.c
22033    M /trunk/modules/access/screen/win32.c
22034    M /trunk/modules/access/screen/x11.c
22035    M /trunk/modules/access/smb.c
22036    M /trunk/modules/access/tcp.c
22037    M /trunk/modules/access/udp.c
22038    M /trunk/modules/access/v4l.c
22039    M /trunk/modules/access/v4l2.c
22040    M /trunk/modules/access/vcd/cdrom.c
22041    M /trunk/modules/access/vcd/vcd.c
22042    M /trunk/modules/access/vcdx/demux.c
22043    M /trunk/modules/access_filter/bandwidth.c
22044    M /trunk/modules/access_filter/dump.c
22045    M /trunk/modules/access_filter/record.c
22046    M /trunk/modules/access_filter/timeshift.c
22047    M /trunk/modules/access_output/bonjour.c
22048    M /trunk/modules/access_output/dummy.c
22049    M /trunk/modules/access_output/file.c
22050    M /trunk/modules/access_output/http.c
22051    M /trunk/modules/access_output/udp.c
22052    M /trunk/modules/audio_filter/channel_mixer/dolby.c
22053    M /trunk/modules/audio_filter/channel_mixer/headphone.c
22054    M /trunk/modules/audio_filter/channel_mixer/mono.c
22055    M /trunk/modules/audio_filter/channel_mixer/simple.c
22056    M /trunk/modules/audio_filter/channel_mixer/trivial.c
22057    M /trunk/modules/audio_filter/converter/a52tofloat32.c
22058    M /trunk/modules/audio_filter/converter/a52tospdif.c
22059    M /trunk/modules/audio_filter/converter/dtstofloat32.c
22060    M /trunk/modules/audio_filter/converter/dtstospdif.c
22061    M /trunk/modules/audio_filter/converter/fixed.c
22062    M /trunk/modules/audio_filter/converter/float.c
22063    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
22064    M /trunk/modules/audio_filter/equalizer.c
22065    M /trunk/modules/audio_filter/format.c
22066    M /trunk/modules/audio_filter/normvol.c
22067    M /trunk/modules/audio_filter/param_eq.c
22068    M /trunk/modules/audio_filter/resampler/bandlimited.c
22069    M /trunk/modules/audio_filter/resampler/linear.c
22070    M /trunk/modules/audio_filter/resampler/trivial.c
22071    M /trunk/modules/audio_filter/resampler/ugly.c
22072    M /trunk/modules/audio_mixer/float32.c
22073    M /trunk/modules/audio_mixer/spdif.c
22074    M /trunk/modules/audio_mixer/trivial.c
22075    M /trunk/modules/audio_output/alsa.c
22076    M /trunk/modules/audio_output/arts.c
22077    M /trunk/modules/audio_output/auhal.c
22078    M /trunk/modules/audio_output/directx.c
22079    M /trunk/modules/audio_output/esd.c
22080    M /trunk/modules/audio_output/file.c
22081    M /trunk/modules/audio_output/hd1000a.cpp
22082    M /trunk/modules/audio_output/jack.c
22083    M /trunk/modules/audio_output/oss.c
22084    M /trunk/modules/audio_output/portaudio.c
22085    M /trunk/modules/audio_output/sdl.c
22086    M /trunk/modules/audio_output/waveout.c
22087    M /trunk/modules/codec/cmml/browser_open.c
22088    M /trunk/modules/codec/cmml/intf.c
22089    M /trunk/modules/codec/cmml/xarray.c
22090    M /trunk/modules/codec/cmml/xlist.c
22091    M /trunk/modules/codec/cmml/xtag.c
22092    M /trunk/modules/codec/cmml/xurl.c
22093    M /trunk/modules/codec/dmo/buffer.c
22094    M /trunk/modules/codec/dmo/dmo.c
22095    M /trunk/modules/codec/ffmpeg/demux.c
22096    M /trunk/modules/codec/ffmpeg/mux.c
22097    M /trunk/modules/codec/xvmc/alloc.c
22098    M /trunk/modules/codec/xvmc/cpu_state.c
22099    M /trunk/modules/codec/xvmc/decode.c
22100    M /trunk/modules/codec/xvmc/header.c
22101    M /trunk/modules/control/dbus.c
22102    M /trunk/modules/control/gestures.c
22103    M /trunk/modules/control/hotkeys.c
22104    M /trunk/modules/control/lirc.c
22105    M /trunk/modules/control/motion.c
22106    M /trunk/modules/control/netsync.c
22107    M /trunk/modules/control/ntservice.c
22108    M /trunk/modules/control/rc.c
22109    M /trunk/modules/control/showintf.c
22110    M /trunk/modules/control/telnet.c
22111    M /trunk/modules/demux/aiff.c
22112    M /trunk/modules/demux/asf/asf.c
22113    M /trunk/modules/demux/asf/libasf.c
22114    M /trunk/modules/demux/au.c
22115    M /trunk/modules/demux/avi/avi.c
22116    M /trunk/modules/demux/avi/libavi.c
22117    M /trunk/modules/demux/demuxdump.c
22118    M /trunk/modules/demux/gme.cpp
22119    M /trunk/modules/demux/live555.cpp
22120    M /trunk/modules/demux/mjpeg.c
22121    M /trunk/modules/demux/mkv.cpp
22122    M /trunk/modules/demux/mod.c
22123    M /trunk/modules/demux/mp4/drms.c
22124    M /trunk/modules/demux/mp4/libmp4.c
22125    M /trunk/modules/demux/mp4/mp4.c
22126    M /trunk/modules/demux/mpeg/h264.c
22127    M /trunk/modules/demux/mpeg/m4a.c
22128    M /trunk/modules/demux/mpeg/m4v.c
22129    M /trunk/modules/demux/mpeg/mpga.c
22130    M /trunk/modules/demux/mpeg/mpgv.c
22131    M /trunk/modules/demux/nsc.c
22132    M /trunk/modules/demux/nsv.c
22133    M /trunk/modules/demux/playlist/asx.c
22134    M /trunk/modules/demux/playlist/m3u.c
22135    M /trunk/modules/demux/playlist/sgimb.c
22136    M /trunk/modules/demux/ps.c
22137    M /trunk/modules/demux/pva.c
22138    M /trunk/modules/demux/rawdv.c
22139    M /trunk/modules/demux/rawvid.c
22140    M /trunk/modules/demux/real.c
22141    M /trunk/modules/demux/subtitle.c
22142    M /trunk/modules/demux/ts.c
22143    M /trunk/modules/demux/ty.c
22144    M /trunk/modules/demux/vc1.c
22145    M /trunk/modules/demux/vobsub.c
22146    M /trunk/modules/demux/voc.c
22147    M /trunk/modules/demux/wav.c
22148    M /trunk/modules/demux/xa.c
22149    M /trunk/modules/gui/beos/AudioOutput.cpp
22150    M /trunk/modules/gui/beos/BeOS.cpp
22151    M /trunk/modules/gui/beos/Interface.cpp
22152    M /trunk/modules/gui/beos/PreferencesWindow.cpp
22153    M /trunk/modules/gui/beos/VideoOutput.cpp
22154    M /trunk/modules/gui/ncurses.c
22155    M /trunk/modules/gui/pda/pda.c
22156    M /trunk/modules/gui/pda/pda_callbacks.c
22157    M /trunk/modules/gui/qnx/aout.c
22158    M /trunk/modules/gui/qnx/qnx.c
22159    M /trunk/modules/gui/qnx/vout.c
22160    M /trunk/modules/gui/skins2/src/skin_main.cpp
22161    M /trunk/modules/gui/skins2/unzip/ioapi.c
22162    M /trunk/modules/gui/skins2/unzip/unzip.c
22163    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
22164    M /trunk/modules/gui/wince/dialogs.cpp
22165    M /trunk/modules/gui/wince/fileinfo.cpp
22166    M /trunk/modules/gui/wince/iteminfo.cpp
22167    M /trunk/modules/gui/wince/menus.cpp
22168    M /trunk/modules/gui/wince/messages.cpp
22169    M /trunk/modules/gui/wince/open.cpp
22170    M /trunk/modules/gui/wince/playlist.cpp
22171    M /trunk/modules/gui/wince/preferences.cpp
22172    M /trunk/modules/gui/wince/preferences_widgets.cpp
22173    M /trunk/modules/gui/wince/subtitles.cpp
22174    M /trunk/modules/gui/wince/timer.cpp
22175    M /trunk/modules/gui/wxwidgets/dialogs.cpp
22176    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
22177    M /trunk/modules/meta_engine/folder.c
22178    M /trunk/modules/meta_engine/id3tag.c
22179    M /trunk/modules/meta_engine/luameta.c
22180    M /trunk/modules/meta_engine/musicbrainz.c
22181    M /trunk/modules/meta_engine/taglib.cpp
22182    M /trunk/modules/misc/dummy/aout.c
22183    M /trunk/modules/misc/dummy/dummy.c
22184    M /trunk/modules/misc/dummy/input.c
22185    M /trunk/modules/misc/dummy/interface.c
22186    M /trunk/modules/misc/dummy/vout.c
22187    M /trunk/modules/misc/freetype.c
22188    M /trunk/modules/misc/gnutls.c
22189    M /trunk/modules/misc/gtk_main.c
22190    M /trunk/modules/misc/logger.c
22191    M /trunk/modules/misc/memcpy/memcpy.c
22192    M /trunk/modules/misc/memcpy/memcpyaltivec.c
22193    M /trunk/modules/misc/notify/growl.c
22194    M /trunk/modules/misc/notify/msn.c
22195    M /trunk/modules/misc/notify/notify.c
22196    M /trunk/modules/misc/notify/xosd.c
22197    M /trunk/modules/misc/playlist/m3u.c
22198    M /trunk/modules/misc/playlist/old.c
22199    M /trunk/modules/misc/qte_main.cpp
22200    M /trunk/modules/misc/quartztext.c
22201    M /trunk/modules/misc/rtsp.c
22202    M /trunk/modules/misc/screensaver.c
22203    M /trunk/modules/misc/svg.c
22204    M /trunk/modules/misc/testsuite/test4.c
22205    M /trunk/modules/misc/win32text.c
22206    M /trunk/modules/misc/xml/libxml.c
22207    M /trunk/modules/misc/xml/xtag.c
22208    M /trunk/modules/mux/asf.c
22209    M /trunk/modules/mux/avi.c
22210    M /trunk/modules/mux/dummy.c
22211    M /trunk/modules/mux/mp4.c
22212    M /trunk/modules/mux/mpeg/csa.c
22213    M /trunk/modules/mux/mpeg/pes.c
22214    M /trunk/modules/mux/mpeg/ps.c
22215    M /trunk/modules/mux/mpeg/ts.c
22216    M /trunk/modules/mux/mpjpeg.c
22217    M /trunk/modules/mux/ogg.c
22218    M /trunk/modules/mux/rtp/rtcp.c
22219    M /trunk/modules/mux/wav.c
22220    M /trunk/modules/packetizer/copy.c
22221    M /trunk/modules/packetizer/h264.c
22222    M /trunk/modules/packetizer/mpeg4audio.c
22223    M /trunk/modules/packetizer/mpeg4video.c
22224    M /trunk/modules/packetizer/mpegvideo.c
22225    M /trunk/modules/packetizer/vc1.c
22226    M /trunk/modules/services_discovery/bonjour.c
22227    M /trunk/modules/services_discovery/podcast.c
22228    M /trunk/modules/services_discovery/sap.c
22229    M /trunk/modules/services_discovery/shout.c
22230    M /trunk/modules/services_discovery/upnp_cc.cpp
22231    M /trunk/modules/services_discovery/upnp_intel.cpp
22232    M /trunk/modules/stream_out/autodel.c
22233    M /trunk/modules/stream_out/bridge.c
22234    M /trunk/modules/stream_out/description.c
22235    M /trunk/modules/stream_out/display.c
22236    M /trunk/modules/stream_out/dummy.c
22237    M /trunk/modules/stream_out/duplicate.c
22238    M /trunk/modules/stream_out/es.c
22239    M /trunk/modules/stream_out/gather.c
22240    M /trunk/modules/stream_out/mosaic_bridge.c
22241    M /trunk/modules/stream_out/rtp.c
22242    M /trunk/modules/stream_out/standard.c
22243    M /trunk/modules/stream_out/switcher.c
22244    M /trunk/modules/stream_out/transcode.c
22245    M /trunk/modules/stream_out/transrate/block.c
22246    M /trunk/modules/stream_out/transrate/frame.c
22247    M /trunk/modules/stream_out/transrate/transrate.c
22248    M /trunk/modules/video_chroma/grey_yuv.c
22249    M /trunk/modules/video_chroma/i420_rgb.c
22250    M /trunk/modules/video_chroma/i420_rgb16.c
22251    M /trunk/modules/video_chroma/i420_rgb8.c
22252    M /trunk/modules/video_chroma/i420_ymga.c
22253    M /trunk/modules/video_chroma/i420_yuy2.c
22254    M /trunk/modules/video_chroma/i422_yuy2.c
22255    M /trunk/modules/video_filter/adjust.c
22256    M /trunk/modules/video_filter/alphamask.c
22257    M /trunk/modules/video_filter/bluescreen.c
22258    M /trunk/modules/video_filter/clone.c
22259    M /trunk/modules/video_filter/colorthres.c
22260    M /trunk/modules/video_filter/crop.c
22261    M /trunk/modules/video_filter/deinterlace.c
22262    M /trunk/modules/video_filter/erase.c
22263    M /trunk/modules/video_filter/extract.c
22264    M /trunk/modules/video_filter/gaussianblur.c
22265    M /trunk/modules/video_filter/gradient.c
22266    M /trunk/modules/video_filter/grain.c
22267    M /trunk/modules/video_filter/invert.c
22268    M /trunk/modules/video_filter/logo.c
22269    M /trunk/modules/video_filter/magnify.c
22270    M /trunk/modules/video_filter/marq.c
22271    M /trunk/modules/video_filter/mosaic.c
22272    M /trunk/modules/video_filter/motionblur.c
22273    M /trunk/modules/video_filter/motiondetect.c
22274    M /trunk/modules/video_filter/noise.c
22275    M /trunk/modules/video_filter/opencv_wrapper.c
22276    M /trunk/modules/video_filter/osdmenu.c
22277    M /trunk/modules/video_filter/panoramix.c
22278    M /trunk/modules/video_filter/psychedelic.c
22279    M /trunk/modules/video_filter/puzzle.c
22280    M /trunk/modules/video_filter/ripple.c
22281    M /trunk/modules/video_filter/rotate.c
22282    M /trunk/modules/video_filter/rss.c
22283    M /trunk/modules/video_filter/sharpen.c
22284    M /trunk/modules/video_filter/transform.c
22285    M /trunk/modules/video_filter/wall.c
22286    M /trunk/modules/video_filter/wave.c
22287    M /trunk/modules/video_output/aa.c
22288    M /trunk/modules/video_output/caca.c
22289    M /trunk/modules/video_output/directfb.c
22290    M /trunk/modules/video_output/fb.c
22291    M /trunk/modules/video_output/ggi.c
22292    M /trunk/modules/video_output/glide.c
22293    M /trunk/modules/video_output/hd1000v.cpp
22294    M /trunk/modules/video_output/image.c
22295    M /trunk/modules/video_output/mga.c
22296    M /trunk/modules/video_output/msw/direct3d.c
22297    M /trunk/modules/video_output/msw/directx.c
22298    M /trunk/modules/video_output/msw/events.c
22299    M /trunk/modules/video_output/msw/glwin32.c
22300    M /trunk/modules/video_output/msw/wingdi.c
22301    M /trunk/modules/video_output/opengl.c
22302    M /trunk/modules/video_output/qte/qte.cpp
22303    M /trunk/modules/video_output/sdl.c
22304    M /trunk/modules/video_output/snapshot.c
22305    M /trunk/modules/video_output/svgalib.c
22306    M /trunk/modules/video_output/x11/glx.c
22307    M /trunk/modules/video_output/x11/x11.c
22308    M /trunk/modules/video_output/x11/xcommon.c
22309    M /trunk/modules/video_output/x11/xvideo.c
22310    M /trunk/modules/video_output/x11/xvmc.c
22311    M /trunk/modules/visualization/galaktos/PCM.c
22312    M /trunk/modules/visualization/galaktos/beat_detect.c
22313    M /trunk/modules/visualization/galaktos/builtin_funcs.c
22314    M /trunk/modules/visualization/galaktos/custom_shape.c
22315    M /trunk/modules/visualization/galaktos/custom_wave.c
22316    M /trunk/modules/visualization/galaktos/eval.c
22317    M /trunk/modules/visualization/galaktos/fftsg.c
22318    M /trunk/modules/visualization/galaktos/func.c
22319    M /trunk/modules/visualization/galaktos/init_cond.c
22320    M /trunk/modules/visualization/galaktos/main.c
22321    M /trunk/modules/visualization/galaktos/param.c
22322    M /trunk/modules/visualization/galaktos/parser.c
22323    M /trunk/modules/visualization/galaktos/per_frame_eqn.c
22324    M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
22325    M /trunk/modules/visualization/galaktos/preset.c
22326    M /trunk/modules/visualization/galaktos/splaytree.c
22327    M /trunk/modules/visualization/galaktos/tree_types.c
22328    M /trunk/modules/visualization/goom.c
22329    M /trunk/modules/visualization/visual/effects.c
22330    M /trunk/modules/visualization/visual/fft.c
22331    M /trunk/modules/visualization/visual/visual.c
22332
22333 Remove stdlib.h
22334
22335 ------------------------------------------------------------------------
22336 r21322 | courmisch | 2007-08-20 21:04:45 +0200 (Mon, 20 Aug 2007) | 2 lines
22337 Changed paths:
22338    M /trunk/src/control/mediacontrol_core.c
22339
22340 Missing vlc/vlc.h here
22341
22342 ------------------------------------------------------------------------
22343 r21321 | courmisch | 2007-08-20 21:02:53 +0200 (Mon, 20 Aug 2007) | 2 lines
22344 Changed paths:
22345    M /trunk/src/interface/intf_eject.c
22346
22347 Here too
22348
22349 ------------------------------------------------------------------------
22350 r21320 | courmisch | 2007-08-20 21:01:32 +0200 (Mon, 20 Aug 2007) | 2 lines
22351 Changed paths:
22352    M /trunk/src/misc/events.c
22353
22354 Something went wrong here
22355
22356 ------------------------------------------------------------------------
22357 r21319 | courmisch | 2007-08-20 20:59:30 +0200 (Mon, 20 Aug 2007) | 4 lines
22358 Changed paths:
22359    M /trunk/src/audio_output/common.c
22360    M /trunk/src/audio_output/dec.c
22361    M /trunk/src/audio_output/filters.c
22362    M /trunk/src/audio_output/input.c
22363    M /trunk/src/audio_output/mixer.c
22364    M /trunk/src/audio_output/output.c
22365    M /trunk/src/control/audio.c
22366    M /trunk/src/control/libvlc_internal.h
22367    M /trunk/src/control/media_instance.c
22368    M /trunk/src/control/mediacontrol_core.c
22369    M /trunk/src/control/mediacontrol_util.c
22370    M /trunk/src/control/video.c
22371    M /trunk/src/control/vlm.c
22372    M /trunk/src/extras/libc.c
22373    M /trunk/src/input/access.c
22374    M /trunk/src/input/clock.c
22375    M /trunk/src/input/decoder.c
22376    M /trunk/src/input/demux.c
22377    M /trunk/src/input/es_out.c
22378    M /trunk/src/input/input.c
22379    M /trunk/src/input/mem_stream.c
22380    M /trunk/src/input/stream.c
22381    M /trunk/src/input/subtitles.c
22382    M /trunk/src/input/vlm.c
22383    M /trunk/src/interface/interface.c
22384    M /trunk/src/interface/intf_eject.c
22385    M /trunk/src/misc/block.c
22386    M /trunk/src/misc/darwin_specific.c
22387    M /trunk/src/misc/events.c
22388    M /trunk/src/misc/messages.c
22389    M /trunk/src/misc/mtime.c
22390    M /trunk/src/misc/objects.c
22391    M /trunk/src/misc/threads.c
22392    M /trunk/src/misc/update.c
22393    M /trunk/src/misc/variables.c
22394    M /trunk/src/misc/win32_specific.c
22395    M /trunk/src/misc/xml.c
22396    M /trunk/src/modules/configuration.c
22397    M /trunk/src/modules/configuration_chain.c
22398    M /trunk/src/network/acl.c
22399    M /trunk/src/network/httpd.c
22400    M /trunk/src/network/tcp.c
22401    M /trunk/src/network/tls.c
22402    M /trunk/src/network/udp.c
22403    M /trunk/src/osd/osd.c
22404    M /trunk/src/osd/osd_parser.c
22405    M /trunk/src/osd/osd_widgets.c
22406    M /trunk/src/stream_output/announce.c
22407    M /trunk/src/text/charset.c
22408    M /trunk/src/text/strings.c
22409    M /trunk/src/text/wincp.c
22410    M /trunk/src/video_output/video_widgets.c
22411    M /trunk/src/video_output/vout_pictures.c
22412    M /trunk/src/video_output/vout_subpictures.c
22413    M /trunk/src/video_output/vout_synchro.c
22414    M /trunk/src/vlc.c
22415
22416 Remember not to include anything before vlc/vlc.h
22417 (which includes config.h which defines the platform feature macros)
22418 Also remember stdio, string and stdlib are included implicitly
22419
22420 ------------------------------------------------------------------------
22421 r21318 | courmisch | 2007-08-20 20:45:41 +0200 (Mon, 20 Aug 2007) | 2 lines
22422 Changed paths:
22423    M /trunk/src/network/httpd.c
22424
22425 Fix memory handling
22426
22427 ------------------------------------------------------------------------
22428 r21317 | courmisch | 2007-08-20 20:42:11 +0200 (Mon, 20 Aug 2007) | 2 lines
22429 Changed paths:
22430    M /trunk/include/vlc_input.h
22431
22432 Fix strcasestr declaration
22433
22434 ------------------------------------------------------------------------
22435 r21316 | funman | 2007-08-20 19:13:54 +0200 (Mon, 20 Aug 2007) | 1 line
22436 Changed paths:
22437    M /trunk/modules/codec/ffmpeg/demux.c
22438
22439 Call "meta reader" module in ffmpeg demuxer
22440 ------------------------------------------------------------------------
22441 r21315 | pdherbemont | 2007-08-20 19:13:32 +0200 (Mon, 20 Aug 2007) | 2 lines
22442 Changed paths:
22443    M /trunk/src/playlist/services_discovery.c
22444
22445 services_discovery.c: Patch by Alexander Gall <gall # switch.ch>, avoid crashing on systems that don't handle NULL string in ..printf.
22446
22447 ------------------------------------------------------------------------
22448 r21314 | funman | 2007-08-20 18:56:21 +0200 (Mon, 20 Aug 2007) | 1 line
22449 Changed paths:
22450    M /trunk/modules/codec/ffmpeg/ffmpeg.c
22451
22452 Adds mpc to the ffmpeg's fourcc list
22453 ------------------------------------------------------------------------
22454 r21313 | ileoo | 2007-08-20 18:13:38 +0200 (Mon, 20 Aug 2007) | 2 lines
22455 Changed paths:
22456    M /trunk/modules/gui/qt4/input_manager.cpp
22457
22458 use GetName only if GetTitle returns emptry string for meta
22459
22460 ------------------------------------------------------------------------
22461 r21312 | funman | 2007-08-20 16:52:24 +0200 (Mon, 20 Aug 2007) | 1 line
22462 Changed paths:
22463    M /trunk/src/input/input.c
22464
22465 Add comment/cosmetics
22466 ------------------------------------------------------------------------
22467 r21311 | funman | 2007-08-20 16:45:31 +0200 (Mon, 20 Aug 2007) | 1 line
22468 Changed paths:
22469    M /trunk/src/input/input.c
22470
22471 Get input length from metadata if demuxer failed to retrieve it
22472 ------------------------------------------------------------------------
22473 r21310 | funman | 2007-08-20 16:13:48 +0200 (Mon, 20 Aug 2007) | 1 line
22474 Changed paths:
22475    M /trunk/src/input/meta.c
22476
22477 Corrects some metadata descriptions
22478 ------------------------------------------------------------------------
22479 r21309 | funman | 2007-08-20 16:13:06 +0200 (Mon, 20 Aug 2007) | 2 lines
22480 Changed paths:
22481    M /trunk/po/POTFILES.in
22482
22483 Removes deleted file
22484
22485 ------------------------------------------------------------------------
22486 r21307 | jb | 2007-08-20 14:04:06 +0200 (Mon, 20 Aug 2007) | 3 lines
22487 Changed paths:
22488    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
22489    M /trunk/modules/gui/qt4/main_interface.cpp
22490
22491 Qt4 - Comments about TODO and FIXMEs on the main_interface, for my holidays :D
22492
22493
22494 ------------------------------------------------------------------------
22495 r21306 | jb | 2007-08-20 13:54:11 +0200 (Mon, 20 Aug 2007) | 3 lines
22496 Changed paths:
22497    M /trunk/modules/gui/qt4/main_interface.cpp
22498
22499 Qt4: fix compilation. Sorry for the disturbance.
22500
22501
22502 ------------------------------------------------------------------------
22503 r21305 | jb | 2007-08-20 13:27:46 +0200 (Mon, 20 Aug 2007) | 2 lines
22504 Changed paths:
22505    M /trunk/modules/gui/qt4/main_interface.hpp
22506
22507 Qt4 : build fix.
22508
22509 ------------------------------------------------------------------------
22510 r21304 | jb | 2007-08-20 12:48:34 +0200 (Mon, 20 Aug 2007) | 3 lines
22511 Changed paths:
22512    M /trunk/modules/gui/qt4/Modules.am
22513
22514 Qt4 : remove from Modules.am a removed file.
22515
22516
22517 ------------------------------------------------------------------------
22518 r21303 | damienf | 2007-08-20 12:40:36 +0200 (Mon, 20 Aug 2007) | 2 lines
22519 Changed paths:
22520    M /trunk/activex/utils.cpp
22521    M /trunk/mozilla/vlcplugin.cpp
22522
22523 URI: when pasring for protocol headers allow for more characters than just alpha
22524
22525 ------------------------------------------------------------------------
22526 r21302 | jb | 2007-08-20 12:04:39 +0200 (Mon, 20 Aug 2007) | 3 lines
22527 Changed paths:
22528    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
22529    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
22530
22531 Qt4 : buttons size and various fixes. Remove dead code and avoid duplication.
22532
22533
22534 ------------------------------------------------------------------------
22535 r21301 | jb | 2007-08-20 11:42:32 +0200 (Mon, 20 Aug 2007) | 2 lines
22536 Changed paths:
22537    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
22538
22539 Qt4 : Fix a size in main controlsWidget.
22540
22541 ------------------------------------------------------------------------
22542 r21300 | jb | 2007-08-20 11:39:46 +0200 (Mon, 20 Aug 2007) | 3 lines
22543 Changed paths:
22544    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
22545    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
22546    M /trunk/modules/gui/qt4/main_interface.cpp
22547
22548 Qt4 : fullscreen Button activation/deactivation
22549
22550
22551 ------------------------------------------------------------------------
22552 r21299 | jb | 2007-08-20 11:28:53 +0200 (Mon, 20 Aug 2007) | 3 lines
22553 Changed paths:
22554    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
22555
22556 Qt4 : Fix the playlistButton Size.
22557 cosmetics.
22558
22559 ------------------------------------------------------------------------
22560 r21298 | jb | 2007-08-20 11:20:51 +0200 (Mon, 20 Aug 2007) | 5 lines
22561 Changed paths:
22562    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
22563    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
22564    M /trunk/modules/gui/qt4/main_interface.cpp
22565    D /trunk/modules/gui/qt4/ui/main_interface.ui
22566
22567 Qt4 : remove useless files.
22568 Fix some segfaults by disabling functions.
22569 Slower, faster are on the side of the slider now.
22570
22571
22572 ------------------------------------------------------------------------
22573 r21297 | jb | 2007-08-20 10:41:55 +0200 (Mon, 20 Aug 2007) | 8 lines
22574 Changed paths:
22575    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
22576    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
22577    M /trunk/modules/gui/qt4/main_interface.cpp
22578    M /trunk/modules/gui/qt4/main_interface.hpp
22579
22580 Qt4 : Changes in the main interface:
22581  - Don't use the .ui, do all by hand :)
22582  - Use a ControlWidgets to design all the controls, and implement the functions
22583  - Change a bit the advanced widget, that must be integrated in the
22584    controlsWidget
22585 There is a lot of Not Yet Implemented, so feel free to add some.
22586
22587
22588 ------------------------------------------------------------------------
22589 r21296 | pdherbemont | 2007-08-20 08:23:10 +0200 (Mon, 20 Aug 2007) | 2 lines
22590 Changed paths:
22591    M /trunk/include/vlc/libvlc_structures.h
22592
22593 Fix previous commit.
22594
22595 ------------------------------------------------------------------------
22596 r21295 | pdherbemont | 2007-08-20 06:43:48 +0200 (Mon, 20 Aug 2007) | 2 lines
22597 Changed paths:
22598    M /trunk/include/vlc/libvlc_structures.h
22599    M /trunk/src/control/media_instance.c
22600    M /trunk/src/control/media_list_player.c
22601
22602 src/control: Various events addition.
22603
22604 ------------------------------------------------------------------------
22605 r21294 | pdherbemont | 2007-08-20 04:46:54 +0200 (Mon, 20 Aug 2007) | 2 lines
22606 Changed paths:
22607    M /trunk/src/control/libvlc_internal.h
22608
22609 Forgotten file from previous commit.
22610
22611 ------------------------------------------------------------------------
22612 r21293 | pdherbemont | 2007-08-20 04:30:36 +0200 (Mon, 20 Aug 2007) | 2 lines
22613 Changed paths:
22614    M /trunk/src/control/media_list.c
22615
22616 control/media_list.c: Set the VLCNode tag when an item is added as a subitem.
22617
22618 ------------------------------------------------------------------------
22619 r21292 | pdherbemont | 2007-08-20 04:29:34 +0200 (Mon, 20 Aug 2007) | 2 lines
22620 Changed paths:
22621    M /trunk/include/vlc/libvlc_structures.h
22622    M /trunk/src/control/tree.c
22623
22624 control/tree.c: Notify subtree/addition removal.
22625
22626 ------------------------------------------------------------------------
22627 r21291 | funman | 2007-08-20 04:21:13 +0200 (Mon, 20 Aug 2007) | 3 lines
22628 Changed paths:
22629    M /trunk/modules/gui/qt4/components/infopanels.cpp
22630    M /trunk/modules/gui/qt4/components/infopanels.hpp
22631    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
22632
22633 Disables some useless metadata in infopanel dialog
22634 Redesign the label & edits placement to resize the dialog
22635
22636 ------------------------------------------------------------------------
22637 r21290 | funman | 2007-08-20 04:04:29 +0200 (Mon, 20 Aug 2007) | 1 line
22638 Changed paths:
22639    M /trunk/modules/gui/qt4/playlist_model.cpp
22640
22641 Forgotten that in [21284]
22642 ------------------------------------------------------------------------
22643 r21289 | pdherbemont | 2007-08-20 03:40:03 +0200 (Mon, 20 Aug 2007) | 2 lines
22644 Changed paths:
22645    M /trunk/include/vlc/libvlc.h
22646    M /trunk/src/control/libvlc_internal.h
22647    M /trunk/src/control/media_descriptor.c
22648    M /trunk/src/control/tag_query.c
22649
22650 control/tag_query.c: Make tag_query_match actually match something.
22651
22652 ------------------------------------------------------------------------
22653 r21288 | pdherbemont | 2007-08-20 03:30:14 +0200 (Mon, 20 Aug 2007) | 2 lines
22654 Changed paths:
22655    M /trunk/src/Makefile.am
22656
22657 src/Makefile.am: build dynamic_media_list.c and tree.c.
22658
22659 ------------------------------------------------------------------------
22660 r21287 | pdherbemont | 2007-08-20 03:28:12 +0200 (Mon, 20 Aug 2007) | 2 lines
22661 Changed paths:
22662    M /trunk/src/control/dynamic_media_list.c
22663
22664 dynamic_media_list.c: Fix a warning.
22665
22666 ------------------------------------------------------------------------
22667 r21286 | pdherbemont | 2007-08-20 03:27:38 +0200 (Mon, 20 Aug 2007) | 2 lines
22668 Changed paths:
22669    M /trunk/include/vlc/libvlc.h
22670
22671 vlc/libvlc.h: Fix libvlc_media_discoverer_media_list prototype.
22672
22673 ------------------------------------------------------------------------
22674 r21285 | funman | 2007-08-20 03:27:38 +0200 (Mon, 20 Aug 2007) | 1 line
22675 Changed paths:
22676    M /trunk/modules/meta_engine/taglib.cpp
22677
22678 Reads more metadata from ID3v2 tags
22679 ------------------------------------------------------------------------
22680 r21284 | funman | 2007-08-20 03:21:40 +0200 (Mon, 20 Aug 2007) | 1 line
22681 Changed paths:
22682    M /trunk/include/vlc_meta.h
22683
22684 Disables unusued stuff
22685 ------------------------------------------------------------------------
22686 r21283 | pdherbemont | 2007-08-20 03:13:42 +0200 (Mon, 20 Aug 2007) | 3 lines
22687 Changed paths:
22688    M /trunk/include/vlc/libvlc.h
22689    M /trunk/include/vlc/libvlc_structures.h
22690    A /trunk/src/control/dynamic_media_list.c
22691    M /trunk/src/control/libvlc_internal.h
22692    M /trunk/src/control/media_list.c
22693
22694 control/dynamic_media_list.c: New dynamic media list object. It shouldn't have great performances, but could easily be improved.
22695 The idea is to have create a media list using the item of an other that matches a certain query.
22696
22697 ------------------------------------------------------------------------
22698 r21282 | pdherbemont | 2007-08-20 01:38:02 +0200 (Mon, 20 Aug 2007) | 2 lines
22699 Changed paths:
22700    M /trunk/include/vlc/libvlc.h
22701    M /trunk/include/vlc/libvlc_structures.h
22702    M /trunk/src/control/libvlc_internal.h
22703    A /trunk/src/control/tree.c
22704
22705 control/tree.c: Add a new structure to work with tree.
22706
22707 ------------------------------------------------------------------------
22708 r21281 | pdherbemont | 2007-08-20 01:05:21 +0200 (Mon, 20 Aug 2007) | 2 lines
22709 Changed paths:
22710    M /trunk/src/control/libvlc_internal.h
22711
22712 libvlc_internal.h: Forgotten file.
22713
22714 ------------------------------------------------------------------------
22715 r21280 | pdherbemont | 2007-08-20 00:52:06 +0200 (Mon, 20 Aug 2007) | 2 lines
22716 Changed paths:
22717    M /trunk/src/control/media_library.c
22718
22719 control/media_library.c: Remove unwanted commit.
22720
22721 ------------------------------------------------------------------------
22722 r21279 | pdherbemont | 2007-08-20 00:51:32 +0200 (Mon, 20 Aug 2007) | 2 lines
22723 Changed paths:
22724    M /trunk/src/control/media_library.c
22725
22726 control/media_library.c: svn propset svn:keywords "Id".
22727
22728 ------------------------------------------------------------------------
22729 r21278 | pdherbemont | 2007-08-20 00:46:15 +0200 (Mon, 20 Aug 2007) | 2 lines
22730 Changed paths:
22731    M /trunk/include/vlc/libvlc.h
22732    M /trunk/include/vlc/libvlc_structures.h
22733    M /trunk/src/control/media_descriptor.c
22734
22735 control/media_descriptor.c: Basic unamed tag support which will soon move to core.
22736
22737 ------------------------------------------------------------------------
22738 r21277 | pdherbemont | 2007-08-19 23:54:49 +0200 (Sun, 19 Aug 2007) | 3 lines
22739 Changed paths:
22740    M /trunk/include/vlc/libvlc.h
22741    M /trunk/include/vlc/libvlc_structures.h
22742    M /trunk/src/Makefile.am
22743    M /trunk/src/control/libvlc_internal.h
22744    A /trunk/src/control/media_library.c
22745    M /trunk/src/control/media_list.c
22746
22747 * control/media_library.c: Initial implementation.
22748 * control/media_list.c: Implement _set_name _add_from_file.
22749
22750 ------------------------------------------------------------------------
22751 r21276 | pdherbemont | 2007-08-19 23:53:24 +0200 (Sun, 19 Aug 2007) | 2 lines
22752 Changed paths:
22753    M /trunk/src/control/media_instance.c
22754
22755 control/media_instance.c: Don't forget to stop the thread.
22756
22757 ------------------------------------------------------------------------
22758 r21275 | pdherbemont | 2007-08-19 23:52:45 +0200 (Sun, 19 Aug 2007) | 2 lines
22759 Changed paths:
22760    M /trunk/src/control/media_descriptor.c
22761
22762 control/media_descriptor.c: Use the default input name.
22763
22764 ------------------------------------------------------------------------
22765 r21274 | pdherbemont | 2007-08-19 23:45:00 +0200 (Sun, 19 Aug 2007) | 2 lines
22766 Changed paths:
22767    M /trunk/src/control/media_discoverer.c
22768
22769 control/media_discoverer.c: Fix a warning+bug.
22770
22771 ------------------------------------------------------------------------
22772 r21273 | pdherbemont | 2007-08-19 23:20:47 +0200 (Sun, 19 Aug 2007) | 2 lines
22773 Changed paths:
22774    M /trunk/include/vlc_arrays.h
22775
22776 vlc_arrays.h: Fix a bug in vlc_dictionary_remove_value_for_key, thanks to funman.
22777
22778 ------------------------------------------------------------------------
22779 r21272 | damienf | 2007-08-19 22:48:38 +0200 (Sun, 19 Aug 2007) | 2 lines
22780 Changed paths:
22781    M /trunk/modules/video_output/x11/glx.c
22782    M /trunk/modules/video_output/x11/xcommon.c
22783
22784 glx: fixed startup crash, which seems to be triggered by an x.org optimization, the GLX module seems to be loaded when it is queried upon, and released when the display is closed. Therefore, checking for GLX with a temporary display and using GLX apis with another will crash it.
22785
22786 ------------------------------------------------------------------------
22787 r21271 | funman | 2007-08-19 21:16:28 +0200 (Sun, 19 Aug 2007) | 1 line
22788 Changed paths:
22789    M /trunk/share/luaplaylist/youtube.lua
22790
22791 Fixes youtube parsing on www.youtube.com website
22792 ------------------------------------------------------------------------
22793 r21270 | ileoo | 2007-08-19 21:10:03 +0200 (Sun, 19 Aug 2007) | 2 lines
22794 Changed paths:
22795    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
22796
22797 Sets EchoMode(QLineEdit::Password) for CONFIG_ITEM_PASSWORD
22798
22799 ------------------------------------------------------------------------
22800 r21269 | courmisch | 2007-08-19 20:47:09 +0200 (Sun, 19 Aug 2007) | 2 lines
22801 Changed paths:
22802    M /trunk/include/vlc_configuration.h
22803
22804 What is add_password_inner supposed to be, except a reinvention of add_string_inner?
22805
22806 ------------------------------------------------------------------------
22807 r21268 | funman | 2007-08-19 20:44:32 +0200 (Sun, 19 Aug 2007) | 1 line
22808 Changed paths:
22809    M /trunk/include/vlc_configuration.h
22810    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
22811    M /trunk/modules/misc/audioscrobbler.c
22812    M /trunk/src/modules/configuration.c
22813
22814 Adds CONFIG_ITEM_PASSWORD for showing stars in preferences dialog (still to be implemented in interfaces)
22815 ------------------------------------------------------------------------
22816 r21267 | funman | 2007-08-19 20:43:16 +0200 (Sun, 19 Aug 2007) | 1 line
22817 Changed paths:
22818    M /trunk/modules/demux/ogg.c
22819
22820 Forces preparsing for ogg files
22821 ------------------------------------------------------------------------
22822 r21266 | jb | 2007-08-19 20:00:09 +0200 (Sun, 19 Aug 2007) | 3 lines
22823 Changed paths:
22824    M /trunk/modules/gui/qt4/dialogs_provider.cpp
22825    M /trunk/modules/gui/qt4/menus.cpp
22826    M /trunk/modules/gui/qt4/playlist_model.cpp
22827
22828 qt4 - Remove trailing spaces...
22829
22830
22831 ------------------------------------------------------------------------
22832 r21265 | dionoea | 2007-08-19 19:48:59 +0200 (Sun, 19 Aug 2007) | 2 lines
22833 Changed paths:
22834    M /trunk/modules/control/http/mvar.c
22835
22836 Another input_GetItem assert workarround.
22837
22838 ------------------------------------------------------------------------
22839 r21264 | dionoea | 2007-08-19 19:48:28 +0200 (Sun, 19 Aug 2007) | 2 lines
22840 Changed paths:
22841    M /trunk/share/http/dialogs/main
22842    M /trunk/share/http/js/functions.js
22843
22844 Only reload album art in the HTTP interface if the track id changes (or if the user clicks on the album art to force a reload).
22845
22846 ------------------------------------------------------------------------
22847 r21263 | xtophe | 2007-08-19 19:44:54 +0200 (Sun, 19 Aug 2007) | 2 lines
22848 Changed paths:
22849    M /trunk/po/sl.po
22850
22851 Slovenian l10n update by Matej Urban?\196?\141i?\196?\141
22852
22853 ------------------------------------------------------------------------
22854 r21262 | dionoea | 2007-08-19 19:39:29 +0200 (Sun, 19 Aug 2007) | 2 lines
22855 Changed paths:
22856    M /trunk/modules/control/http/http.c
22857
22858 Add config option to disable album art support in the HTTP interface.
22859
22860 ------------------------------------------------------------------------
22861 r21261 | dionoea | 2007-08-19 19:31:43 +0200 (Sun, 19 Aug 2007) | 3 lines
22862 Changed paths:
22863    M /trunk/modules/control/http/http.c
22864
22865 * Allow getting album art for items which aren't playing (using /art?id=<the playlist id> instead of /art). (You need to run with --album-art 2 if you want to have album art for items which haven't already played)
22866 * Workarround a stupid assert in input_GetItem.
22867
22868 ------------------------------------------------------------------------
22869 r21260 | funman | 2007-08-19 19:15:28 +0200 (Sun, 19 Aug 2007) | 3 lines
22870 Changed paths:
22871    M /trunk/modules/meta_engine/taglib.cpp
22872
22873 Implements ogg/vorbis & flac duration preparsing
22874 Ogg/flac doesn't work (yet)
22875
22876 ------------------------------------------------------------------------
22877 r21259 | courmisch | 2007-08-19 19:15:11 +0200 (Sun, 19 Aug 2007) | 6 lines
22878 Changed paths:
22879    M /trunk/include/vlc_common.h
22880    M /trunk/src/libvlc-common.c
22881    M /trunk/src/libvlc.h
22882    M /trunk/src/misc/objects.c
22883
22884 Hide b_attached.
22885 Also remove the volatile qualifier.
22886 No, volatile does not magically solve threading bugs, sorry
22887 I too have tried this "easy" path, it does REALLY NOT WORK.
22888 volatile only solves signals concurrency, not threads concurrency.
22889
22890 ------------------------------------------------------------------------
22891 r21258 | courmisch | 2007-08-19 19:11:08 +0200 (Sun, 19 Aug 2007) | 4 lines
22892 Changed paths:
22893    M /trunk/src/input/control.c
22894
22895 Fix a bunch of warnings / undefined pointers
22896 By the way, using asprintf(&ptr)/free(ptr) to determine the length of a string
22897 is really lame, when you can do the same with snprintf(NULL, 0);
22898
22899 ------------------------------------------------------------------------
22900 r21257 | courmisch | 2007-08-19 18:56:07 +0200 (Sun, 19 Aug 2007) | 2 lines
22901 Changed paths:
22902    M /trunk/src/misc/cpu.c
22903
22904 Fix warning
22905
22906 ------------------------------------------------------------------------
22907 r21256 | dionoea | 2007-08-19 18:55:45 +0200 (Sun, 19 Aug 2007) | 2 lines
22908 Changed paths:
22909    M /trunk/modules/control/http/macro.c
22910    M /trunk/modules/control/http/rpn.c
22911    M /trunk/modules/control/http/util.c
22912
22913 Fix playlist_item_t.i_id vs input_item_t.i_id mess in HTTP interface. (Looks like this was new in 0.9.0. Having 2 differents integer ids, one being used to play and the other needed to delete the item is kind of awkward.)
22914
22915 ------------------------------------------------------------------------
22916 r21255 | courmisch | 2007-08-19 18:53:34 +0200 (Sun, 19 Aug 2007) | 2 lines
22917 Changed paths:
22918    M /trunk/src/misc/messages.c
22919
22920 Fix use of undefined variable
22921
22922 ------------------------------------------------------------------------
22923 r21254 | courmisch | 2007-08-19 18:50:42 +0200 (Sun, 19 Aug 2007) | 2 lines
22924 Changed paths:
22925    M /trunk/src/misc/messages.c
22926
22927 Code factor
22928
22929 ------------------------------------------------------------------------
22930 r21253 | pdherbemont | 2007-08-19 18:36:27 +0200 (Sun, 19 Aug 2007) | 2 lines
22931 Changed paths:
22932    M /trunk/modules/services_discovery/bonjour.c
22933
22934 module/services_discovery/bonjour.c: Use the new API.
22935
22936 ------------------------------------------------------------------------
22937 r21252 | jb | 2007-08-19 18:20:13 +0200 (Sun, 19 Aug 2007) | 3 lines
22938 Changed paths:
22939    M /trunk/modules/gui/qt4/main_interface.cpp
22940    M /trunk/modules/gui/qt4/main_interface.hpp
22941
22942 Qt4 - Right-Click menus for the main interface. Not implemented yet.
22943
22944
22945 ------------------------------------------------------------------------
22946 r21251 | gbazin | 2007-08-19 18:19:36 +0200 (Sun, 19 Aug 2007) | 1 line
22947 Changed paths:
22948    M /trunk/modules/codec/mpeg_audio.c
22949
22950 * modules/codec/mpeg_audio.c: fixes for free format support.
22951 ------------------------------------------------------------------------
22952 r21250 | ileoo | 2007-08-19 18:00:36 +0200 (Sun, 19 Aug 2007) | 6 lines
22953 Changed paths:
22954    M /trunk/share/luameta/googleimage.lua
22955
22956
22957 Googleimage to use artist-tag and do url-encode (example taken from
22958 http://www.redwiki.net/wiki/wiki.php/LUA/URLencode%B1%B8%C7%F6%C4?\218?\181%E5 )
22959
22960
22961
22962 ------------------------------------------------------------------------
22963 r21249 | ileoo | 2007-08-19 17:56:55 +0200 (Sun, 19 Aug 2007) | 1 line
22964 Changed paths:
22965    M /trunk/modules/meta_engine/luameta.c
22966
22967 add artist to lua-script also
22968 ------------------------------------------------------------------------
22969 r21248 | funman | 2007-08-19 17:48:48 +0200 (Sun, 19 Aug 2007) | 1 line
22970 Changed paths:
22971    M /trunk/share/applications/vlc.desktop
22972
22973 Validates desktop file  according to the desktop entry specification 1.0
22974 ------------------------------------------------------------------------
22975 r21247 | jb | 2007-08-19 17:33:19 +0200 (Sun, 19 Aug 2007) | 2 lines
22976 Changed paths:
22977    M /trunk/modules/gui/qt4/qt4.hpp
22978
22979 qt4  add a small define that could help to fight Qt43 bugs.
22980
22981 ------------------------------------------------------------------------
22982 r21246 | xtophe | 2007-08-19 17:05:30 +0200 (Sun, 19 Aug 2007) | 2 lines
22983 Changed paths:
22984    M /trunk/modules/meta_engine/luameta.c
22985
22986 Fix [21233]
22987
22988 ------------------------------------------------------------------------
22989 r21245 | courmisch | 2007-08-19 16:54:33 +0200 (Sun, 19 Aug 2007) | 2 lines
22990 Changed paths:
22991    M /trunk/src/libvlc.c
22992
22993 Fix lots of warnings
22994
22995 ------------------------------------------------------------------------
22996 r21244 | pdherbemont | 2007-08-19 16:51:08 +0200 (Sun, 19 Aug 2007) | 2 lines
22997 Changed paths:
22998    M /trunk/include/vlc_playlist.h
22999    M /trunk/src/playlist/engine.c
23000    M /trunk/src/playlist/playlist_internal.h
23001    M /trunk/src/playlist/services_discovery.c
23002
23003 playlist: Make playlist_archived_services_discovery_t internal.
23004
23005 ------------------------------------------------------------------------
23006 r21243 | ileoo | 2007-08-19 16:35:31 +0200 (Sun, 19 Aug 2007) | 6 lines
23007 Changed paths:
23008    M /trunk/modules/gui/qt4/components/infopanels.cpp
23009    M /trunk/modules/gui/qt4/components/infopanels.hpp
23010    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
23011
23012
23013 Second try, show save meta button if user changes any input field, also
23014 then set in_edit=true so playlist changes doesn't change meta-data what
23015 to edit.
23016
23017
23018 ------------------------------------------------------------------------
23019 r21242 | courmisch | 2007-08-19 16:19:32 +0200 (Sun, 19 Aug 2007) | 2 lines
23020 Changed paths:
23021    M /trunk/modules/access_output/udp.c
23022
23023 Fix [21239] compilation
23024
23025 ------------------------------------------------------------------------
23026 r21241 | pdherbemont | 2007-08-19 16:18:44 +0200 (Sun, 19 Aug 2007) | 2 lines
23027 Changed paths:
23028    M /trunk/modules/access/cdda/access.c
23029
23030 cdda/access.c: Fix a warning.
23031
23032 ------------------------------------------------------------------------
23033 r21240 | courmisch | 2007-08-19 16:17:53 +0200 (Sun, 19 Aug 2007) | 2 lines
23034 Changed paths:
23035    M /trunk/modules/stream_out/rtp.c
23036
23037 Enable RTCP SR from the RTP sout
23038
23039 ------------------------------------------------------------------------
23040 r21239 | courmisch | 2007-08-19 16:17:26 +0200 (Sun, 19 Aug 2007) | 3 lines
23041 Changed paths:
23042    M /trunk/modules/access_output/udp.c
23043
23044 - Rename rtcp option to rtcp-port
23045 - Add rtcp boolean to emit RTCP SR
23046
23047 ------------------------------------------------------------------------
23048 r21238 | dionoea | 2007-08-19 16:11:50 +0200 (Sun, 19 Aug 2007) | 2 lines
23049 Changed paths:
23050    M /trunk/modules/control/http/http.c
23051    M /trunk/share/http/dialogs/main
23052    M /trunk/share/http/js/functions.js
23053
23054 Preliminary album art support code for the HTTP interface.
23055
23056 ------------------------------------------------------------------------
23057 r21237 | fkuehne | 2007-08-19 16:02:12 +0200 (Sun, 19 Aug 2007) | 1 line
23058 Changed paths:
23059    M /trunk/modules/gui/macosx/macosx.m
23060
23061 * default enable 'Black screens in fullscreen' and make it a non-advanced setting
23062 ------------------------------------------------------------------------
23063 r21236 | ileoo | 2007-08-19 15:39:56 +0200 (Sun, 19 Aug 2007) | 6 lines
23064 Changed paths:
23065    M /trunk/modules/gui/qt4/components/infopanels.cpp
23066    M /trunk/modules/gui/qt4/components/infopanels.hpp
23067    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
23068    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
23069
23070
23071 Edit mediainfo so you can edit meta-data even when playitem changes in
23072 background. Also sets default to readonly, so user can't change meta if
23073 he/she doesn't want to edit it. First try ;)
23074
23075
23076 ------------------------------------------------------------------------
23077 r21235 | funman | 2007-08-19 15:38:29 +0200 (Sun, 19 Aug 2007) | 1 line
23078 Changed paths:
23079    M /trunk/modules/codec/vorbis.c
23080
23081 Disables only informational metadata extraction in vorbis codec, when taglib is built
23082 ------------------------------------------------------------------------
23083 r21234 | xtophe | 2007-08-19 15:25:30 +0200 (Sun, 19 Aug 2007) | 2 lines
23084 Changed paths:
23085    M /trunk/modules/meta_engine/luameta.c
23086
23087 Fix compile warning
23088
23089 ------------------------------------------------------------------------
23090 r21233 | xtophe | 2007-08-19 14:42:24 +0200 (Sun, 19 Aug 2007) | 2 lines
23091 Changed paths:
23092    M /trunk/modules/meta_engine/luameta.c
23093
23094 Look for luameta script in share/luameta dor the case where you run from your source tree
23095
23096 ------------------------------------------------------------------------
23097 r21232 | jb | 2007-08-19 02:20:09 +0200 (Sun, 19 Aug 2007) | 4 lines
23098 Changed paths:
23099    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
23100    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
23101    M /trunk/modules/gui/qt4/main_interface.cpp
23102
23103 qt4 : QT4 album art in allways-video.
23104 Patch by Ilkka Ollakka, modified by myself to rip-off extra spaces, to modify a constant one and not 4 times, and functions placement in the code.
23105
23106
23107 ------------------------------------------------------------------------
23108 r21231 | funman | 2007-08-18 22:23:58 +0200 (Sat, 18 Aug 2007) | 3 lines
23109 Changed paths:
23110    M /trunk/modules/gui/macosx/playlistinfo.m
23111
23112 Fix input deadlocks in macosx gui
23113 Doesn't fix input memleaks (playlist.m:204-214)
23114
23115 ------------------------------------------------------------------------
23116 r21230 | fkuehne | 2007-08-18 20:59:42 +0200 (Sat, 18 Aug 2007) | 1 line
23117 Changed paths:
23118    M /trunk/modules/gui/macosx/playlist.m
23119
23120 * fixed a few unknown playlist queries
23121 ------------------------------------------------------------------------
23122 r21229 | courmisch | 2007-08-18 19:55:51 +0200 (Sat, 18 Aug 2007) | 2 lines
23123 Changed paths:
23124    M /trunk/src/network/tcp.c
23125
23126 Make sure SOCKS is only attempted with TCP
23127
23128 ------------------------------------------------------------------------
23129 r21228 | funman | 2007-08-18 19:48:16 +0200 (Sat, 18 Aug 2007) | 1 line
23130 Changed paths:
23131    M /trunk/modules/gui/qt4/components/infopanels.cpp
23132    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
23133
23134 Prevents deadlocks with input in qt4
23135 ------------------------------------------------------------------------
23136 r21227 | courmisch | 2007-08-18 19:37:16 +0200 (Sat, 18 Aug 2007) | 2 lines
23137 Changed paths:
23138    M /trunk/src/network/udp.c
23139
23140 Use AI_PASSIVE for bind address only, not for connect address
23141
23142 ------------------------------------------------------------------------
23143 r21226 | funman | 2007-08-18 16:59:31 +0200 (Sat, 18 Aug 2007) | 3 lines
23144 Changed paths:
23145    M /trunk/include/vlc_input.h
23146    M /trunk/modules/misc/notify/growl.c
23147    M /trunk/modules/misc/notify/notify.c
23148    M /trunk/modules/misc/playlist/m3u.c
23149    M /trunk/modules/misc/playlist/xspf.c
23150    M /trunk/modules/visualization/goom.c
23151    M /trunk/src/input/control.c
23152    M /trunk/src/input/es_out.c
23153    M /trunk/src/input/input.c
23154    M /trunk/src/input/meta.c
23155    M /trunk/src/playlist/control.c
23156    M /trunk/src/playlist/engine.c
23157    M /trunk/src/playlist/item.c
23158    M /trunk/src/text/strings.c
23159    M /trunk/src/video_output/video_output.c
23160
23161 Input access locking, part 2.
23162 Fix [21193]
23163
23164 ------------------------------------------------------------------------
23165 r21225 | funman | 2007-08-18 16:51:06 +0200 (Sat, 18 Aug 2007) | 1 line
23166 Changed paths:
23167    M /trunk/Makefile.am
23168
23169 Distributes luameta on windows builds
23170 ------------------------------------------------------------------------
23171 r21224 | funman | 2007-08-18 16:44:47 +0200 (Sat, 18 Aug 2007) | 2 lines
23172 Changed paths:
23173    M /trunk/configure.ac
23174    M /trunk/modules/codec/vorbis.c
23175
23176 Disables meta reading in vorbis codec when taglib plugin is being built
23177
23178 ------------------------------------------------------------------------
23179 r21223 | pdherbemont | 2007-08-18 16:30:47 +0200 (Sat, 18 Aug 2007) | 2 lines
23180 Changed paths:
23181    M /trunk/modules/meta_engine/musicbrainz.c
23182
23183 musicbrainz.c: Hopefully fix the art finder submodule.
23184
23185 ------------------------------------------------------------------------
23186 r21222 | pdherbemont | 2007-08-18 16:08:34 +0200 (Sat, 18 Aug 2007) | 2 lines
23187 Changed paths:
23188    M /trunk/src/input/meta.c
23189
23190 meta.c: Fix the boolean expression. (I should get some sleep 2)
23191
23192 ------------------------------------------------------------------------
23193 r21221 | pdherbemont | 2007-08-18 15:48:26 +0200 (Sat, 18 Aug 2007) | 2 lines
23194 Changed paths:
23195    M /trunk/src/input/meta.c
23196
23197 meta.c: Left over removal. (Should get some sleep).
23198
23199 ------------------------------------------------------------------------
23200 r21220 | dionoea | 2007-08-18 15:47:24 +0200 (Sat, 18 Aug 2007) | 2 lines
23201 Changed paths:
23202    M /trunk/modules/meta_engine/musicbrainz.c
23203
23204 Add some extra debug.
23205
23206 ------------------------------------------------------------------------
23207 r21219 | pdherbemont | 2007-08-18 15:18:30 +0200 (Sat, 18 Aug 2007) | 2 lines
23208 Changed paths:
23209    M /trunk/src/input/meta.c
23210
23211 meta.c: Previous commit credited to Ilkka Ollakka.
23212
23213 ------------------------------------------------------------------------
23214 r21218 | pdherbemont | 2007-08-18 15:16:23 +0200 (Sat, 18 Aug 2007) | 2 lines
23215 Changed paths:
23216    M /trunk/src/input/meta.c
23217
23218 meta.c: Fix an interversion in the exit condition.
23219
23220 ------------------------------------------------------------------------
23221 r21217 | damienf | 2007-08-18 13:03:04 +0200 (Sat, 18 Aug 2007) | 2 lines
23222 Changed paths:
23223    M /trunk/include/vlc_threads.h
23224    M /trunk/src/misc/objects.c
23225    M /trunk/src/misc/threads.c
23226    M /trunk/src/video_output/video_output.c
23227
23228 threads: win32, make sure only object owning a thread can close its handle when object is destroyed
23229
23230 ------------------------------------------------------------------------
23231 r21216 | dionoea | 2007-08-18 12:44:20 +0200 (Sat, 18 Aug 2007) | 2 lines
23232 Changed paths:
23233    M /trunk/modules/meta_engine/musicbrainz.c
23234
23235 Freeing stuff before using it is *stupid*. (<-- funman)
23236
23237 ------------------------------------------------------------------------
23238 r21215 | dionoea | 2007-08-18 12:29:44 +0200 (Sat, 18 Aug 2007) | 2 lines
23239 Changed paths:
23240    M /trunk/include/vlc_input.h
23241
23242 Comment this vlc_mutex_unlock too (untill funman fixes what he was doing).
23243
23244 ------------------------------------------------------------------------
23245 r21214 | jb | 2007-08-18 11:50:08 +0200 (Sat, 18 Aug 2007) | 2 lines
23246 Changed paths:
23247    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
23248
23249 Wx: compile fix
23250
23251 ------------------------------------------------------------------------
23252 r21213 | dionoea | 2007-08-18 11:22:34 +0200 (Sat, 18 Aug 2007) | 3 lines
23253 Changed paths:
23254    M /trunk/modules/meta_engine/id3tag.c
23255    M /trunk/modules/meta_engine/musicbrainz.c
23256
23257 Fix compile error in muscibrainz.
23258 Fix warning in id3tag.
23259
23260 ------------------------------------------------------------------------
23261 r21212 | jb | 2007-08-18 10:56:41 +0200 (Sat, 18 Aug 2007) | 3 lines
23262 Changed paths:
23263    M /trunk/modules/gui/qt4/input_manager.cpp
23264    M /trunk/modules/gui/qt4/playlist_model.cpp
23265
23266 Qt4: Fix the [21193] for Qt4.
23267
23268
23269 ------------------------------------------------------------------------
23270 r21211 | pdherbemont | 2007-08-18 08:10:41 +0200 (Sat, 18 Aug 2007) | 2 lines
23271 Changed paths:
23272    M /trunk/include/vlc_input.h
23273
23274 vlc_input.h: Disable's funman commit. It requires more work before going in trunk. Current state dead locks.
23275
23276 ------------------------------------------------------------------------
23277 r21210 | pdherbemont | 2007-08-18 07:33:24 +0200 (Sat, 18 Aug 2007) | 2 lines
23278 Changed paths:
23279    M /trunk/modules/misc/audioscrobbler.c
23280
23281 audioscrobbler.c: Fix 21193. It should be reverted or at least the lock shouldn't be held until it gets fixed.
23282
23283 ------------------------------------------------------------------------
23284 r21209 | pdherbemont | 2007-08-18 07:17:21 +0200 (Sat, 18 Aug 2007) | 2 lines
23285 Changed paths:
23286    M /trunk/modules/gui/macosx/playlist.m
23287
23288 playlist.m: More 21193 fixes.
23289
23290 ------------------------------------------------------------------------
23291 r21208 | pdherbemont | 2007-08-18 07:16:04 +0200 (Sat, 18 Aug 2007) | 2 lines
23292 Changed paths:
23293    M /trunk/modules/gui/macosx/playlist.m
23294
23295 playlist.m: Fix the so problematic 21193.
23296
23297 ------------------------------------------------------------------------
23298 r21207 | pdherbemont | 2007-08-18 07:06:18 +0200 (Sat, 18 Aug 2007) | 2 lines
23299 Changed paths:
23300    M /trunk/src/control/media_descriptor.c
23301
23302 media_descriptor.c: Fix 21193.
23303
23304 ------------------------------------------------------------------------
23305 r21206 | pdherbemont | 2007-08-18 07:05:09 +0200 (Sat, 18 Aug 2007) | 2 lines
23306 Changed paths:
23307    M /trunk/modules/services_discovery/bonjour.c
23308
23309 modules/services_discovery/bonjour.c: Use the new service discovery API.
23310
23311 ------------------------------------------------------------------------
23312 r21205 | pdherbemont | 2007-08-18 07:02:43 +0200 (Sat, 18 Aug 2007) | 2 lines
23313 Changed paths:
23314    M /trunk/modules/services_discovery/sap.c
23315
23316 modules/services_discovery/sap.c: Use the new service discovery api.
23317
23318 ------------------------------------------------------------------------
23319 r21204 | pdherbemont | 2007-08-18 06:59:18 +0200 (Sat, 18 Aug 2007) | 2 lines
23320 Changed paths:
23321    M /trunk/src/playlist/search.c
23322
23323 search.c: Fix 21193.
23324
23325 ------------------------------------------------------------------------
23326 r21203 | pdherbemont | 2007-08-18 06:49:41 +0200 (Sat, 18 Aug 2007) | 2 lines
23327 Changed paths:
23328    M /trunk/include/vlc_input.h
23329
23330 include/vlc_input.h: Create an input_item_MetaMatch (part of a fix for [21193]).
23331
23332 ------------------------------------------------------------------------
23333 r21202 | pdherbemont | 2007-08-18 06:22:24 +0200 (Sat, 18 Aug 2007) | 2 lines
23334 Changed paths:
23335    M /trunk/src/playlist/sort.c
23336
23337 playlist/sort.c: Fix funman's commit.
23338
23339 ------------------------------------------------------------------------
23340 r21201 | pdherbemont | 2007-08-18 06:21:36 +0200 (Sat, 18 Aug 2007) | 2 lines
23341 Changed paths:
23342    M /trunk/include/vlc_input.h
23343
23344 vlc_input.h: Fix funman's commit.
23345
23346 ------------------------------------------------------------------------
23347 r21200 | pdherbemont | 2007-08-18 06:09:55 +0200 (Sat, 18 Aug 2007) | 2 lines
23348 Changed paths:
23349    M /trunk/src/playlist/services_discovery.c
23350
23351 playlist/services_discovery.c: Rework category handling.
23352
23353 ------------------------------------------------------------------------
23354 r21199 | pdherbemont | 2007-08-18 05:54:33 +0200 (Sat, 18 Aug 2007) | 2 lines
23355 Changed paths:
23356    M /trunk/src/playlist/services_discovery.c
23357
23358 playlist/services_discovery.c: Removing left over debug printf.
23359
23360 ------------------------------------------------------------------------
23361 r21198 | pdherbemont | 2007-08-18 05:52:09 +0200 (Sat, 18 Aug 2007) | 2 lines
23362 Changed paths:
23363    M /trunk/modules/services_discovery/podcast.c
23364
23365 modules/services_discovery/podcast.c: Fix initial number of url.
23366
23367 ------------------------------------------------------------------------
23368 r21197 | pdherbemont | 2007-08-18 05:48:49 +0200 (Sat, 18 Aug 2007) | 2 lines
23369 Changed paths:
23370    M /trunk/modules/services_discovery/podcast.c
23371
23372 modules/services_discovery/podcast.c: Use the new API.
23373
23374 ------------------------------------------------------------------------
23375 r21196 | pdherbemont | 2007-08-18 05:46:12 +0200 (Sat, 18 Aug 2007) | 2 lines
23376 Changed paths:
23377    M /trunk/modules/services_discovery/shout.c
23378
23379 modules/services_discovery/shout.c: Use the new services_discovery API.
23380
23381 ------------------------------------------------------------------------
23382 r21195 | pdherbemont | 2007-08-18 05:44:13 +0200 (Sat, 18 Aug 2007) | 2 lines
23383 Changed paths:
23384    M /trunk/include/vlc_playlist.h
23385    M /trunk/src/playlist/services_discovery.c
23386
23387 playlist/services_discovery.c: Use a stop method to end the service.
23388
23389 ------------------------------------------------------------------------
23390 r21194 | pdherbemont | 2007-08-18 05:37:01 +0200 (Sat, 18 Aug 2007) | 2 lines
23391 Changed paths:
23392    M /trunk/include/vlc_playlist.h
23393    M /trunk/src/playlist/engine.c
23394    M /trunk/src/playlist/services_discovery.c
23395
23396 playlist/services_discovery.c: Handle removal of a service.
23397
23398 ------------------------------------------------------------------------
23399 r21193 | funman | 2007-08-18 05:22:03 +0200 (Sat, 18 Aug 2007) | 1 line
23400 Changed paths:
23401    M /trunk/include/vlc_input.h
23402    M /trunk/modules/control/dbus.c
23403    M /trunk/modules/demux/flac.c
23404    M /trunk/modules/gui/macosx/playlist.m
23405    M /trunk/modules/gui/qt4/components/infopanels.cpp
23406    M /trunk/modules/gui/qt4/input_manager.cpp
23407    M /trunk/modules/gui/qt4/playlist_model.cpp
23408    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
23409    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
23410    M /trunk/modules/gui/wxwidgets/input_manager.cpp
23411    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
23412    M /trunk/modules/meta_engine/luameta.c
23413    M /trunk/modules/meta_engine/musicbrainz.c
23414    M /trunk/modules/meta_engine/taglib.cpp
23415    M /trunk/modules/misc/audioscrobbler.c
23416    M /trunk/src/control/media_descriptor.c
23417    M /trunk/src/playlist/search.c
23418    M /trunk/src/playlist/sort.c
23419
23420 Input access locking. Part one
23421 ------------------------------------------------------------------------
23422 r21192 | pdherbemont | 2007-08-18 05:08:56 +0200 (Sat, 18 Aug 2007) | 2 lines
23423 Changed paths:
23424    M /trunk/Makefile.am
23425
23426 Makefile.am: Correctly link share on Mac OS X.
23427
23428 ------------------------------------------------------------------------
23429 r21191 | funman | 2007-08-18 02:57:17 +0200 (Sat, 18 Aug 2007) | 1 line
23430 Changed paths:
23431    M /trunk/share/luaplaylist/youtube.lua
23432
23433 Fixes youtube parsing
23434 ------------------------------------------------------------------------
23435 r21190 | pdherbemont | 2007-08-18 02:13:55 +0200 (Sat, 18 Aug 2007) | 2 lines
23436 Changed paths:
23437    M /trunk/src/playlist/item.c
23438
23439 (oops).
23440
23441 ------------------------------------------------------------------------
23442 r21189 | pdherbemont | 2007-08-18 02:10:45 +0200 (Sat, 18 Aug 2007) | 2 lines
23443 Changed paths:
23444    M /trunk/src/playlist/item.c
23445
23446 playlist/item.c: Rework item addition to make it work better with the current playlist system.
23447
23448 ------------------------------------------------------------------------
23449 r21188 | pdherbemont | 2007-08-17 23:44:22 +0200 (Fri, 17 Aug 2007) | 2 lines
23450 Changed paths:
23451    M /trunk/src/playlist/item.c
23452
23453 playlist/item.c: Remove a left over (release without retain).
23454
23455 ------------------------------------------------------------------------
23456 r21187 | dionoea | 2007-08-17 22:51:02 +0200 (Fri, 17 Aug 2007) | 2 lines
23457 Changed paths:
23458    M /trunk/src/input/input.c
23459
23460 Allow the '-' character in an access' name (fixes parsing of input "http/shout-winamp://www.shoutcast.com/sbin/newxml.phtml").
23461
23462 ------------------------------------------------------------------------
23463 r21186 | damienf | 2007-08-17 19:39:59 +0200 (Fri, 17 Aug 2007) | 2 lines
23464 Changed paths:
23465    M /trunk/src/misc/update.c
23466
23467 update.c: win32, previous commit helps fixing this one
23468
23469 ------------------------------------------------------------------------
23470 r21185 | damienf | 2007-08-17 19:30:51 +0200 (Fri, 17 Aug 2007) | 2 lines
23471 Changed paths:
23472    M /trunk/src/misc/threads.c
23473
23474 threads.c: win32, changed the way thread handle is closed, which is now done on function exit, rather than thread_join
23475
23476 ------------------------------------------------------------------------
23477 r21184 | xtophe | 2007-08-17 18:59:38 +0200 (Fri, 17 Aug 2007) | 2 lines
23478 Changed paths:
23479    M /trunk/modules/codec/subtitles/Modules.am
23480
23481 Distribute subsdec.h
23482
23483 ------------------------------------------------------------------------
23484 r21183 | xtophe | 2007-08-17 18:35:45 +0200 (Fri, 17 Aug 2007) | 2 lines
23485 Changed paths:
23486    M /trunk/src/stream_output/announce.c
23487
23488 That has apparently been fixed
23489
23490 ------------------------------------------------------------------------
23491 r21182 | xtophe | 2007-08-17 18:33:59 +0200 (Fri, 17 Aug 2007) | 3 lines
23492 Changed paths:
23493    M /trunk/src/Makefile.am
23494
23495 src/Makefile.am: Distribute vlc_events.h. Possibly fix 'make distcheck'
23496                  Sort the list  
23497
23498 ------------------------------------------------------------------------
23499 r21181 | courmisch | 2007-08-17 18:13:53 +0200 (Fri, 17 Aug 2007) | 2 lines
23500 Changed paths:
23501    M /trunk/src/stream_output/sdp.c
23502
23503 Same as previous commit, for RTP/TS
23504
23505 ------------------------------------------------------------------------
23506 r21180 | courmisch | 2007-08-17 18:11:20 +0200 (Fri, 17 Aug 2007) | 3 lines
23507 Changed paths:
23508    M /trunk/modules/stream_out/rtp.c
23509
23510 Request that sender send no RTCP RR.
23511 Now we can legitimately not receive them, ahaha!
23512
23513 ------------------------------------------------------------------------
23514 r21179 | pdherbemont | 2007-08-17 12:26:48 +0200 (Fri, 17 Aug 2007) | 2 lines
23515 Changed paths:
23516    M /trunk/src/playlist/item.c
23517
23518 playlist/item.c: Make sure we lock when we send the playlist request.
23519
23520 ------------------------------------------------------------------------
23521 r21178 | pdherbemont | 2007-08-17 12:07:36 +0200 (Fri, 17 Aug 2007) | 2 lines
23522 Changed paths:
23523    M /trunk/modules/codec/ffmpeg/ffmpeg.c
23524
23525 modules/codec/ffmpeg/ffmpeg.c: Fix a typo with Global mutex uses.
23526
23527 ------------------------------------------------------------------------
23528 r21177 | pdherbemont | 2007-08-17 11:52:12 +0200 (Fri, 17 Aug 2007) | 2 lines
23529 Changed paths:
23530    M /trunk/src/playlist/services_discovery.c
23531
23532 playlist/services_discovery.c: Implement item removed handler.
23533
23534 ------------------------------------------------------------------------
23535 r21176 | pdherbemont | 2007-08-17 11:51:21 +0200 (Fri, 17 Aug 2007) | 2 lines
23536 Changed paths:
23537    M /trunk/include/vlc_playlist.h
23538    M /trunk/src/playlist/item.c
23539
23540 include/vlc_playlist.h: Export playlist_DeleteInputInParent.
23541
23542 ------------------------------------------------------------------------
23543 r21175 | pdherbemont | 2007-08-17 11:48:55 +0200 (Fri, 17 Aug 2007) | 2 lines
23544 Changed paths:
23545    M /trunk/src/playlist/item.c
23546
23547 playlist/item.c: Better subitem added handling code.
23548
23549 ------------------------------------------------------------------------
23550 r21174 | pdherbemont | 2007-08-17 11:11:18 +0200 (Fri, 17 Aug 2007) | 2 lines
23551 Changed paths:
23552    M /trunk/src/misc/events.c
23553
23554 misc/events.c: We do want to send events to multiple listener. (oops, I should get some sleep). In this situation we can simply unlock for the time being making sure we won't reuse resources that can disappear.
23555
23556 ------------------------------------------------------------------------
23557 r21173 | pdherbemont | 2007-08-17 10:10:42 +0200 (Fri, 17 Aug 2007) | 2 lines
23558 Changed paths:
23559    M /trunk/include/vlc/libvlc.h
23560    M /trunk/include/vlc/libvlc_structures.h
23561    M /trunk/include/vlc_playlist.h
23562    M /trunk/src/Makefile.am
23563    M /trunk/src/control/libvlc_internal.h
23564    A /trunk/src/control/media_discoverer.c
23565    M /trunk/src/playlist/services_discovery.c
23566
23567 control/media_discoverer.c: Implementation of a media_discoverer libvlc object based on top of services_discovery.
23568
23569 ------------------------------------------------------------------------
23570 r21172 | pdherbemont | 2007-08-17 10:00:03 +0200 (Fri, 17 Aug 2007) | 2 lines
23571 Changed paths:
23572    M /trunk/src/playlist/item.c
23573
23574 src/playlist/item.c: Avoid a dead lock.
23575
23576 ------------------------------------------------------------------------
23577 r21171 | pdherbemont | 2007-08-17 09:42:22 +0200 (Fri, 17 Aug 2007) | 2 lines
23578 Changed paths:
23579    M /trunk/src/misc/events.c
23580
23581 misc/events.c: Avoid a warning.
23582
23583 ------------------------------------------------------------------------
23584 r21170 | pdherbemont | 2007-08-17 09:41:18 +0200 (Fri, 17 Aug 2007) | 2 lines
23585 Changed paths:
23586    M /trunk/src/misc/events.c
23587
23588 misc/events.c: Don't call an invalid ptr (oops).
23589
23590 ------------------------------------------------------------------------
23591 r21169 | pdherbemont | 2007-08-17 08:59:37 +0200 (Fri, 17 Aug 2007) | 2 lines
23592 Changed paths:
23593    M /trunk/src/playlist/item.c
23594
23595 src/playlist/item.c: Retain the playlist.
23596
23597 ------------------------------------------------------------------------
23598 r21168 | pdherbemont | 2007-08-17 04:23:11 +0200 (Fri, 17 Aug 2007) | 2 lines
23599 Changed paths:
23600    M /trunk/include/vlc_events.h
23601    M /trunk/include/vlc_playlist.h
23602    M /trunk/src/playlist/services_discovery.c
23603
23604 playlist/services_discovery.c: Improved services_discovery object, playlist independant. Now, the services_discovery plugin have to be converted to use this interface.
23605
23606 ------------------------------------------------------------------------
23607 r21167 | pdherbemont | 2007-08-17 04:18:40 +0200 (Fri, 17 Aug 2007) | 2 lines
23608 Changed paths:
23609    M /trunk/include/vlc_events.h
23610    M /trunk/include/vlc_input.h
23611
23612 Forgotten files from previous commit.
23613
23614 ------------------------------------------------------------------------
23615 r21166 | pdherbemont | 2007-08-17 04:15:59 +0200 (Fri, 17 Aug 2007) | 2 lines
23616 Changed paths:
23617    M /trunk/src/misc/events.c
23618
23619 misc/events.c: Avoid a couple of warning and move the calling back out of the lock.
23620
23621 ------------------------------------------------------------------------
23622 r21165 | pdherbemont | 2007-08-17 02:23:49 +0200 (Fri, 17 Aug 2007) | 2 lines
23623 Changed paths:
23624    M /trunk/src/control/media_list.c
23625
23626 control/media_list.c: Fix a typo about subitems.
23627
23628 ------------------------------------------------------------------------
23629 r21164 | xtophe | 2007-08-17 00:29:36 +0200 (Fri, 17 Aug 2007) | 2 lines
23630 Changed paths:
23631    M /trunk/src/libvlc-common.c
23632
23633 Partially revert [20983]. Fix 'vlc -p foo'
23634
23635 ------------------------------------------------------------------------
23636 r21163 | courmisch | 2007-08-16 22:05:06 +0200 (Thu, 16 Aug 2007) | 2 lines
23637 Changed paths:
23638    M /trunk/include/vlc_network.h
23639    M /trunk/src/libvlc.sym
23640    M /trunk/src/network/udp.c
23641
23642 make net_SetDSCP static
23643
23644 ------------------------------------------------------------------------
23645 r21162 | courmisch | 2007-08-16 21:59:55 +0200 (Thu, 16 Aug 2007) | 2 lines
23646 Changed paths:
23647    M /trunk/include/vlc_charset.h
23648    M /trunk/include/vlc_objects.h
23649    M /trunk/src/libvlc.h
23650    M /trunk/src/libvlc.sym
23651
23652 Unexport utf8_mkdir and vlc_current_object
23653
23654 ------------------------------------------------------------------------
23655 r21161 | pdherbemont | 2007-08-16 21:50:40 +0200 (Thu, 16 Aug 2007) | 2 lines
23656 Changed paths:
23657    M /trunk/src/playlist/item.c
23658
23659 src/playlist/item.c: Don't yield the playlist.
23660
23661 ------------------------------------------------------------------------
23662 r21160 | courmisch | 2007-08-16 21:45:54 +0200 (Thu, 16 Aug 2007) | 2 lines
23663 Changed paths:
23664    M /trunk/include/vlc_aout.h
23665    M /trunk/src/audio_output/intf.c
23666    M /trunk/src/libvlc.sym
23667
23668 aout_Restart: make static
23669
23670 ------------------------------------------------------------------------
23671 r21159 | courmisch | 2007-08-16 21:34:26 +0200 (Thu, 16 Aug 2007) | 3 lines
23672 Changed paths:
23673    M /trunk/include/vlc_threads_funcs.h
23674    M /trunk/src/libvlc.h
23675    M /trunk/src/libvlc.sym
23676
23677 Do not export thread init functions.
23678 They should not be used by plugins. And in fact, they are not.
23679
23680 ------------------------------------------------------------------------
23681 r21158 | courmisch | 2007-08-16 21:21:41 +0200 (Thu, 16 Aug 2007) | 2 lines
23682 Changed paths:
23683    M /trunk/include/vlc_common.h
23684    M /trunk/src/libvlc-common.c
23685    M /trunk/src/libvlc.h
23686    M /trunk/src/misc/objects.c
23687    M /trunk/src/misc/threads.c
23688    M /trunk/src/misc/update.c
23689    M /trunk/src/video_output/video_output.c
23690
23691 Hide thread ID out of VLC_COMMON_MEMBERS
23692
23693 ------------------------------------------------------------------------
23694 r21157 | courmisch | 2007-08-16 21:14:10 +0200 (Thu, 16 Aug 2007) | 2 lines
23695 Changed paths:
23696    M /trunk/include/vlc_threads.h
23697
23698 Typo
23699
23700 ------------------------------------------------------------------------
23701 r21156 | courmisch | 2007-08-16 21:11:49 +0200 (Thu, 16 Aug 2007) | 2 lines
23702 Changed paths:
23703    M /trunk/modules/audio_output/directx.c
23704
23705 There is always a thread to join here. No need to check
23706
23707 ------------------------------------------------------------------------
23708 r21155 | courmisch | 2007-08-16 21:07:26 +0200 (Thu, 16 Aug 2007) | 2 lines
23709 Changed paths:
23710    M /trunk/src/misc/threads.c
23711
23712 Cosmetic
23713
23714 ------------------------------------------------------------------------
23715 r21154 | courmisch | 2007-08-16 21:06:22 +0200 (Thu, 16 Aug 2007) | 2 lines
23716 Changed paths:
23717    M /trunk/modules/access_output/bonjour.c
23718
23719 No need to check b_thread... there is ALWAYS a thread here
23720
23721 ------------------------------------------------------------------------
23722 r21153 | pdherbemont | 2007-08-16 21:04:26 +0200 (Thu, 16 Aug 2007) | 2 lines
23723 Changed paths:
23724    M /trunk/src/control/media_instance.c
23725
23726 media_instance.c: Don't forget mutex destruction.
23727
23728 ------------------------------------------------------------------------
23729 r21152 | courmisch | 2007-08-16 20:56:54 +0200 (Thu, 16 Aug 2007) | 2 lines
23730 Changed paths:
23731    M /trunk/src/misc/events.c
23732
23733 Do not free which has not been malloc'd - fixes #1263
23734
23735 ------------------------------------------------------------------------
23736 r21151 | pdherbemont | 2007-08-16 20:42:38 +0200 (Thu, 16 Aug 2007) | 2 lines
23737 Changed paths:
23738    M /trunk/src/input/meta.c
23739
23740 input/meta.c: Better handle NULL meta.
23741
23742 ------------------------------------------------------------------------
23743 r21150 | pdherbemont | 2007-08-16 20:05:43 +0200 (Thu, 16 Aug 2007) | 2 lines
23744 Changed paths:
23745    M /trunk/src/control/media_list.c
23746
23747 control/media_list.c: Handle libvlc_MediaDescriptorSubItemAdded event.
23748
23749 ------------------------------------------------------------------------
23750 r21149 | pdherbemont | 2007-08-16 20:05:07 +0200 (Thu, 16 Aug 2007) | 2 lines
23751 Changed paths:
23752    M /trunk/include/vlc/libvlc_structures.h
23753    M /trunk/src/control/media_descriptor.c
23754
23755 control/media_descriptor.c: Forward vlc_InputItemSubItemAdded event.
23756
23757 ------------------------------------------------------------------------
23758 r21148 | pdherbemont | 2007-08-16 20:02:16 +0200 (Thu, 16 Aug 2007) | 2 lines
23759 Changed paths:
23760    M /trunk/modules/demux/playlist/luaplaylist.c
23761
23762 modules/demux/playlist/luaplaylist.c: Remove unwanted change from previous commit.
23763
23764 ------------------------------------------------------------------------
23765 r21147 | pdherbemont | 2007-08-16 20:01:32 +0200 (Thu, 16 Aug 2007) | 2 lines
23766 Changed paths:
23767    M /trunk/modules/demux/playlist/asx.c
23768    M /trunk/modules/demux/playlist/b4s.c
23769    M /trunk/modules/demux/playlist/dvb.c
23770    M /trunk/modules/demux/playlist/gvp.c
23771    M /trunk/modules/demux/playlist/ifo.c
23772    M /trunk/modules/demux/playlist/luaplaylist.c
23773    M /trunk/modules/demux/playlist/m3u.c
23774    M /trunk/modules/demux/playlist/playlist.h
23775    M /trunk/modules/demux/playlist/pls.c
23776    M /trunk/modules/demux/playlist/podcast.c
23777    M /trunk/modules/demux/playlist/qtl.c
23778    M /trunk/modules/demux/playlist/sgimb.c
23779    M /trunk/modules/demux/playlist/shoutcast.c
23780    M /trunk/modules/demux/playlist/xspf.c
23781    M /trunk/modules/demux/playlist/xspf.h
23782
23783 modules/demux/playlist/*.c: Use the new playlist independant way to announce sub items.
23784
23785 ------------------------------------------------------------------------
23786 r21146 | courmisch | 2007-08-16 20:01:01 +0200 (Thu, 16 Aug 2007) | 2 lines
23787 Changed paths:
23788    M /trunk/include/vlc_common.h
23789    M /trunk/src/libvlc.h
23790    M /trunk/src/misc/objects.c
23791    M /trunk/src/misc/variables.c
23792
23793 Hide internal variables state
23794
23795 ------------------------------------------------------------------------
23796 r21145 | pdherbemont | 2007-08-16 19:52:28 +0200 (Thu, 16 Aug 2007) | 2 lines
23797 Changed paths:
23798    M /trunk/include/vlc_events.h
23799    M /trunk/include/vlc_input.h
23800    M /trunk/include/vlc_playlist.h
23801    M /trunk/src/playlist/item.c
23802
23803 include/vlc_input.h: Make input items able to themselves handle item subitem added.
23804
23805 ------------------------------------------------------------------------
23806 r21144 | courmisch | 2007-08-16 19:44:18 +0200 (Thu, 16 Aug 2007) | 2 lines
23807 Changed paths:
23808    M /trunk/src/misc/objects.c
23809
23810 Compile fix
23811
23812 ------------------------------------------------------------------------
23813 r21143 | courmisch | 2007-08-16 19:43:50 +0200 (Thu, 16 Aug 2007) | 3 lines
23814 Changed paths:
23815    M /trunk/include/vlc_common.h
23816
23817 Remove the p_libvlc_global pointer from VLC_COMMON_MEMBERS.
23818 It's pretty useless to copy the same value to every single object.
23819
23820 ------------------------------------------------------------------------
23821 r21142 | courmisch | 2007-08-16 19:42:35 +0200 (Thu, 16 Aug 2007) | 2 lines
23822 Changed paths:
23823    M /trunk/include/vlc_configuration.h
23824    M /trunk/include/vlc_objects.h
23825    M /trunk/modules/control/http/http.c
23826    M /trunk/modules/demux/playlist/luaplaylist.c
23827    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
23828    M /trunk/modules/meta_engine/luameta.c
23829    M /trunk/modules/misc/gnutls.c
23830    M /trunk/src/input/vlm.c
23831    M /trunk/src/libvlc-common.c
23832    M /trunk/src/libvlc.h
23833    M /trunk/src/libvlc.sym
23834    M /trunk/src/misc/beos_specific.cpp
23835    M /trunk/src/misc/darwin_specific.c
23836    M /trunk/src/misc/objects.c
23837    M /trunk/src/misc/stats.c
23838    M /trunk/src/misc/variables.c
23839    M /trunk/src/misc/win32_specific.c
23840    M /trunk/src/modules/configuration.c
23841    M /trunk/src/modules/modules.c
23842    M /trunk/src/network/httpd.c
23843
23844 Remove redumdant parameter to vlc_global
23845
23846 ------------------------------------------------------------------------
23847 r21141 | courmisch | 2007-08-16 19:30:27 +0200 (Thu, 16 Aug 2007) | 2 lines
23848 Changed paths:
23849    M /trunk/src/misc/devices.c
23850
23851 Fix character set
23852
23853 ------------------------------------------------------------------------
23854 r21140 | courmisch | 2007-08-16 19:27:17 +0200 (Thu, 16 Aug 2007) | 2 lines
23855 Changed paths:
23856    M /trunk/modules/gui/qt4/components/extended_panels.cpp
23857
23858 Do not try to access other's filters
23859
23860 ------------------------------------------------------------------------
23861 r21139 | courmisch | 2007-08-16 19:27:00 +0200 (Thu, 16 Aug 2007) | 2 lines
23862 Changed paths:
23863    M /trunk/modules/stream_out/bridge.c
23864
23865 Sync with bridge changes in other plugins
23866
23867 ------------------------------------------------------------------------
23868 r21138 | courmisch | 2007-08-16 19:24:55 +0200 (Thu, 16 Aug 2007) | 2 lines
23869 Changed paths:
23870    M /trunk/modules/control/rc.c
23871    M /trunk/modules/gui/macosx/sfilters.m
23872    M /trunk/modules/misc/testsuite/test4.c
23873    M /trunk/modules/video_filter/logo.c
23874    M /trunk/modules/video_filter/opencv_example.cpp
23875
23876 More libvlc_global presumed abuse
23877
23878 ------------------------------------------------------------------------
23879 r21137 | courmisch | 2007-08-16 19:21:22 +0200 (Thu, 16 Aug 2007) | 2 lines
23880 Changed paths:
23881    M /trunk/modules/video_output/snapshot.c
23882
23883 Destroy snapshot-id from the right object...
23884
23885 ------------------------------------------------------------------------
23886 r21136 | courmisch | 2007-08-16 19:17:30 +0200 (Thu, 16 Aug 2007) | 2 lines
23887 Changed paths:
23888    M /trunk/modules/codec/zvbi.c
23889
23890 Do not abuse global!
23891
23892 ------------------------------------------------------------------------
23893 r21135 | courmisch | 2007-08-16 19:14:05 +0200 (Thu, 16 Aug 2007) | 2 lines
23894 Changed paths:
23895    M /trunk/modules/codec/ffmpeg/audio.c
23896    M /trunk/modules/codec/ffmpeg/encoder.c
23897    M /trunk/modules/codec/ffmpeg/ffmpeg.c
23898    M /trunk/modules/codec/ffmpeg/video.c
23899
23900 ffmpeg: use var_GetGlobalMutex
23901
23902 ------------------------------------------------------------------------
23903 r21134 | courmisch | 2007-08-16 19:07:49 +0200 (Thu, 16 Aug 2007) | 2 lines
23904 Changed paths:
23905    M /trunk/modules/video_output/sdl.c
23906
23907 use var_GetGlobalMutex
23908
23909 ------------------------------------------------------------------------
23910 r21133 | courmisch | 2007-08-16 19:03:40 +0200 (Thu, 16 Aug 2007) | 2 lines
23911 Changed paths:
23912    M /trunk/modules/stream_out/mosaic_bridge.c
23913    M /trunk/modules/video_filter/mosaic.c
23914    M /trunk/modules/video_filter/mosaic.h
23915
23916 Made mosaic shared struct per-instance rather than per-process
23917
23918 ------------------------------------------------------------------------
23919 r21132 | courmisch | 2007-08-16 18:56:24 +0200 (Thu, 16 Aug 2007) | 4 lines
23920 Changed paths:
23921    M /trunk/modules/codec/quicktime.c
23922    M /trunk/modules/misc/gnutls.c
23923    M /trunk/modules/misc/gtk_main.c
23924    M /trunk/modules/misc/qte_main.cpp
23925
23926 Use var_GetGlobalMutex
23927 Also never destroys global mutex, otherwise we get a race condition
23928 (which is pretty contradictory to the point for mutexes)
23929
23930 ------------------------------------------------------------------------
23931 r21131 | courmisch | 2007-08-16 18:55:34 +0200 (Thu, 16 Aug 2007) | 2 lines
23932 Changed paths:
23933    M /trunk/src/misc/variables.c
23934
23935 Compile fix
23936
23937 ------------------------------------------------------------------------
23938 r21130 | courmisch | 2007-08-16 18:51:49 +0200 (Thu, 16 Aug 2007) | 2 lines
23939 Changed paths:
23940    M /trunk/include/vlc_variables.h
23941    M /trunk/src/libvlc.sym
23942    M /trunk/src/misc/variables.c
23943
23944 var_GetGlobalMutex() creates and gets a global mutex
23945
23946 ------------------------------------------------------------------------
23947 r21129 | damienf | 2007-08-16 18:48:05 +0200 (Thu, 16 Aug 2007) | 2 lines
23948 Changed paths:
23949    M /trunk/modules/demux/playlist/luaplaylist.c
23950    M /trunk/modules/meta_engine/luameta.c
23951
23952 lua: fixed search paths list for scripts, needs more work for Linux
23953
23954 ------------------------------------------------------------------------
23955 r21128 | courmisch | 2007-08-16 17:55:55 +0200 (Thu, 16 Aug 2007) | 3 lines
23956 Changed paths:
23957    M /trunk/include/vlc_objects.h
23958    M /trunk/src/libvlc-common.c
23959    M /trunk/src/libvlc.sym
23960
23961 vlc_global_object: return the global (process-wide) LibVLC object
23962 It is mostly useful to register global mutexes and such things.
23963
23964 ------------------------------------------------------------------------
23965 r21127 | damienf | 2007-08-16 17:49:11 +0200 (Thu, 16 Aug 2007) | 2 lines
23966 Changed paths:
23967    M /trunk/src/misc/win32_specific.c
23968
23969 libtool: added support for libtool executable wrapper on Cygwin when compiling in devel mode, this code may also need be ported on Linux if necessary
23970
23971 ------------------------------------------------------------------------
23972 r21126 | courmisch | 2007-08-16 17:43:28 +0200 (Thu, 16 Aug 2007) | 2 lines
23973 Changed paths:
23974    M /trunk/include/vlc_common.h
23975    M /trunk/src/libvlc.h
23976    M /trunk/src/misc/objects.c
23977
23978 Prepare to privatize some members of VLC_COMMON_MEMBERS
23979
23980 ------------------------------------------------------------------------
23981 r21125 | courmisch | 2007-08-16 16:44:22 +0200 (Thu, 16 Aug 2007) | 2 lines
23982 Changed paths:
23983    M /trunk/src/control/core.c
23984
23985 Inlining non-static functions that are part of the public API looks wrong
23986
23987 ------------------------------------------------------------------------
23988 r21124 | courmisch | 2007-08-16 16:26:17 +0200 (Thu, 16 Aug 2007) | 2 lines
23989 Changed paths:
23990    M /trunk/src/input/item.c
23991
23992 Fix one of so many memory handling warning
23993
23994 ------------------------------------------------------------------------
23995 r21123 | damienf | 2007-08-16 15:59:11 +0200 (Thu, 16 Aug 2007) | 2 lines
23996 Changed paths:
23997    M /trunk/include/vlc_modules_macros.h
23998
23999 fix dynamic plugins broken in r21118, not sure if this what courmisch had in mind, but it works
24000
24001 ------------------------------------------------------------------------
24002 r21122 | pdherbemont | 2007-08-16 02:44:33 +0200 (Thu, 16 Aug 2007) | 2 lines
24003 Changed paths:
24004    M /trunk/modules/misc/quartztext.c
24005
24006 modules/misc/quartztext.c: Avoid reading a Null ptr.
24007
24008 ------------------------------------------------------------------------
24009 r21121 | pdherbemont | 2007-08-15 23:12:07 +0200 (Wed, 15 Aug 2007) | 2 lines
24010 Changed paths:
24011    M /trunk/src/control/media_instance.c
24012
24013 src/control/media_instance.c: Create and Destroy the drawable variable.
24014
24015 ------------------------------------------------------------------------
24016 r21120 | pdherbemont | 2007-08-15 20:59:20 +0200 (Wed, 15 Aug 2007) | 2 lines
24017 Changed paths:
24018    M /trunk/src/control/media_list.c
24019
24020 src/control/media_list.c: Handle meta changed event from its items.
24021
24022 ------------------------------------------------------------------------
24023 r21119 | pdherbemont | 2007-08-15 20:27:49 +0200 (Wed, 15 Aug 2007) | 2 lines
24024 Changed paths:
24025    M /trunk/include/vlc/libvlc_structures.h
24026    M /trunk/src/control/libvlc_internal.h
24027    M /trunk/src/control/media_descriptor.c
24028
24029 src/control/media_descriptor.c: Forward vlc_InputItemMetaChanged events.
24030
24031 ------------------------------------------------------------------------
24032 r21118 | courmisch | 2007-08-15 20:12:01 +0200 (Wed, 15 Aug 2007) | 2 lines
24033 Changed paths:
24034    M /trunk/include/vlc_modules_macros.h
24035
24036 Fix "normal" builds
24037
24038 ------------------------------------------------------------------------
24039 r21117 | pdherbemont | 2007-08-15 19:56:00 +0200 (Wed, 15 Aug 2007) | 2 lines
24040 Changed paths:
24041    M /trunk/src/control/media_descriptor.c
24042
24043 src/control/media_descriptor.c: Better libvlc_media_descriptor_duplicate.
24044
24045 ------------------------------------------------------------------------
24046 r21116 | pdherbemont | 2007-08-15 19:53:27 +0200 (Wed, 15 Aug 2007) | 2 lines
24047 Changed paths:
24048    M /trunk/src/control/media_descriptor.c
24049
24050 src/control/media_descriptor.c: Title meta.
24051
24052 ------------------------------------------------------------------------
24053 r21115 | courmisch | 2007-08-15 19:40:47 +0200 (Wed, 15 Aug 2007) | 2 lines
24054 Changed paths:
24055    M /trunk/modules/codec/subtitles
24056
24057 svn:ignore
24058
24059 ------------------------------------------------------------------------
24060 r21114 | courmisch | 2007-08-15 19:37:20 +0200 (Wed, 15 Aug 2007) | 2 lines
24061 Changed paths:
24062    M /trunk/Makefile.am
24063    M /trunk/bootstrap
24064    M /trunk/include/vlc_modules_macros.h
24065
24066 Continue fixing static builds
24067
24068 ------------------------------------------------------------------------
24069 r21113 | courmisch | 2007-08-15 19:35:20 +0200 (Wed, 15 Aug 2007) | 2 lines
24070 Changed paths:
24071    M /trunk/configure.ac
24072
24073 There is no such thing as a sgimb plugin
24074
24075 ------------------------------------------------------------------------
24076 r21112 | courmisch | 2007-08-15 19:15:56 +0200 (Wed, 15 Aug 2007) | 2 lines
24077 Changed paths:
24078    M /trunk/Makefile.am
24079    M /trunk/configure.ac
24080    M /trunk/src/Makefile.am
24081
24082 *Partially* fix static builds
24083
24084 ------------------------------------------------------------------------
24085 r21111 | damienf | 2007-08-15 18:15:45 +0200 (Wed, 15 Aug 2007) | 2 lines
24086 Changed paths:
24087    M /trunk/AUTHORS
24088    M /trunk/NEWS
24089    M /trunk/modules/video_chroma/i420_yuy2.h
24090    M /trunk/modules/video_chroma/i422_yuy2.c
24091    M /trunk/modules/video_chroma/i422_yuy2.h
24092
24093 video chromas: finalize SSE2 improvements
24094
24095 ------------------------------------------------------------------------
24096 r21110 | courmisch | 2007-08-15 17:45:12 +0200 (Wed, 15 Aug 2007) | 2 lines
24097 Changed paths:
24098    M /trunk/Makefile.am
24099
24100 Make scripts as such
24101
24102 ------------------------------------------------------------------------
24103 r21109 | courmisch | 2007-08-15 17:44:05 +0200 (Wed, 15 Aug 2007) | 2 lines
24104 Changed paths:
24105    M /trunk/Makefile.am
24106
24107 Unused stuff
24108
24109 ------------------------------------------------------------------------
24110 r21108 | courmisch | 2007-08-15 17:31:53 +0200 (Wed, 15 Aug 2007) | 2 lines
24111 Changed paths:
24112    M /trunk/configure.ac
24113
24114 Remove some plugin/builtin cruft from pre-libvlc era
24115
24116 ------------------------------------------------------------------------
24117 r21107 | damienf | 2007-08-15 17:23:12 +0200 (Wed, 15 Aug 2007) | 2 lines
24118 Changed paths:
24119    M /trunk/modules/demux/playlist/luaplaylist.c
24120    M /trunk/modules/meta_engine/luameta.c
24121
24122 lua modules: enforce DIR_SEP instead of /
24123
24124 ------------------------------------------------------------------------
24125 r21106 | pdherbemont | 2007-08-15 16:54:03 +0200 (Wed, 15 Aug 2007) | 3 lines
24126 Changed paths:
24127    M /trunk/include/vlc_events.h
24128    M /trunk/include/vlc_input.h
24129    M /trunk/src/misc/events.c
24130
24131 include/vlc_input.h: Emit vlc_InputItemMetaChanged event.
24132 include/vlc_events.h: Opt for the vlc_object_name_function_name naming scheme.
24133
24134 ------------------------------------------------------------------------
24135 r21105 | damienf | 2007-08-15 16:30:39 +0200 (Wed, 15 Aug 2007) | 2 lines
24136 Changed paths:
24137    M /trunk/src/modules/modules.c
24138
24139 modules/modules.c: enforce DIR_SEP in paths
24140
24141 ------------------------------------------------------------------------
24142 r21104 | pdherbemont | 2007-08-15 16:25:46 +0200 (Wed, 15 Aug 2007) | 2 lines
24143 Changed paths:
24144    M /trunk/modules/control/dbus.c
24145
24146 An other attempt at fixing compilation of dbus.
24147
24148 ------------------------------------------------------------------------
24149 r21103 | damienf | 2007-08-15 13:20:51 +0200 (Wed, 15 Aug 2007) | 2 lines
24150 Changed paths:
24151    M /trunk/include/vlc_update.h
24152    M /trunk/modules/gui/wxwidgets/input_manager.cpp
24153    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
24154    M /trunk/src/misc/update.c
24155
24156 wxwidgets: meta fixes, constify update_download
24157
24158 ------------------------------------------------------------------------
24159 r21102 | damienf | 2007-08-15 12:53:30 +0200 (Wed, 15 Aug 2007) | 2 lines
24160 Changed paths:
24161    M /trunk/modules/gui/qt4/components/infopanels.cpp
24162
24163 qt4: forgot that file in previous commit
24164
24165 ------------------------------------------------------------------------
24166 r21101 | damienf | 2007-08-15 12:19:25 +0200 (Wed, 15 Aug 2007) | 2 lines
24167 Changed paths:
24168    M /trunk/src/misc/mtime.c
24169
24170 misc/mtime.c: warning fixes, latest MinGW has gettimeofday()
24171
24172 ------------------------------------------------------------------------
24173 r21100 | damienf | 2007-08-15 12:16:45 +0200 (Wed, 15 Aug 2007) | 2 lines
24174 Changed paths:
24175    M /trunk/include/vlc_input.h
24176    M /trunk/modules/gui/qt4/playlist_model.cpp
24177
24178 qt4: compile fixes, replaced asnprintf by snprintf, which is a better choice in that context
24179
24180 ------------------------------------------------------------------------
24181 r21099 | jpsaman | 2007-08-15 10:02:49 +0200 (Wed, 15 Aug 2007) | 2 lines
24182 Changed paths:
24183    M /trunk/modules/video_output/fb.c
24184
24185 Readibility.
24186
24187 ------------------------------------------------------------------------
24188 r21098 | jpsaman | 2007-08-15 10:02:42 +0200 (Wed, 15 Aug 2007) | 2 lines
24189 Changed paths:
24190    M /trunk/modules/video_chroma/i422_yuy2.c
24191
24192 Remove excess whitespace
24193
24194 ------------------------------------------------------------------------
24195 r21097 | jpsaman | 2007-08-15 10:02:33 +0200 (Wed, 15 Aug 2007) | 2 lines
24196 Changed paths:
24197    M /trunk/modules/codec/ffmpeg/chroma.c
24198
24199 Remove excess whitespace.
24200
24201 ------------------------------------------------------------------------
24202 r21096 | pdherbemont | 2007-08-15 08:21:10 +0200 (Wed, 15 Aug 2007) | 2 lines
24203 Changed paths:
24204    M /trunk/modules/control/dbus.c
24205
24206 Attempt to fix previous commit.
24207
24208 ------------------------------------------------------------------------
24209 r21095 | pdherbemont | 2007-08-15 08:18:35 +0200 (Wed, 15 Aug 2007) | 2 lines
24210 Changed paths:
24211    M /trunk/modules/gui/qt4/input_manager.cpp
24212
24213 Attempt to fix previous commit.
24214
24215 ------------------------------------------------------------------------
24216 r21094 | pdherbemont | 2007-08-15 06:53:01 +0200 (Wed, 15 Aug 2007) | 2 lines
24217 Changed paths:
24218    M /trunk/include/vlc_events.h
24219    M /trunk/src/control/media_descriptor.c
24220    M /trunk/src/control/media_list.c
24221    M /trunk/src/control/media_list_player.c
24222    M /trunk/src/control/tag_query.c
24223    M /trunk/src/misc/events.c
24224
24225 More svn propset svn:keywords "Id".
24226
24227 ------------------------------------------------------------------------
24228 r21093 | pdherbemont | 2007-08-15 06:49:41 +0200 (Wed, 15 Aug 2007) | 2 lines
24229 Changed paths:
24230    M /trunk/modules/meta_engine/luameta.c
24231    M /trunk/share/luameta/README.txt
24232    M /trunk/share/luameta/googleimage.lua
24233
24234 s/svn:keyword/svn:keywords/ (oops).
24235
24236 ------------------------------------------------------------------------
24237 r21092 | pdherbemont | 2007-08-15 06:45:12 +0200 (Wed, 15 Aug 2007) | 2 lines
24238 Changed paths:
24239    M /trunk/share/luameta/googleimage.lua
24240
24241 share/luameta/googleimage.lua: Resolve % escape in the arturl prior returning it.
24242
24243 ------------------------------------------------------------------------
24244 r21091 | pdherbemont | 2007-08-15 06:42:46 +0200 (Wed, 15 Aug 2007) | 2 lines
24245 Changed paths:
24246    M /trunk/modules/meta_engine/luameta.c
24247    M /trunk/share/luameta/README.txt
24248    M /trunk/share/luameta/googleimage.lua
24249
24250 Bunch of propset svn:keyword "Id".
24251
24252 ------------------------------------------------------------------------
24253 r21090 | pdherbemont | 2007-08-15 06:40:32 +0200 (Wed, 15 Aug 2007) | 2 lines
24254 Changed paths:
24255    M /trunk/modules/meta_engine/luameta.c
24256    M /trunk/share/luameta/README.txt
24257
24258 modules/meta_engine/luameta.c: Add resolve_xml_special_chars and decode_uri to the lua env.
24259
24260 ------------------------------------------------------------------------
24261 r21089 | pdherbemont | 2007-08-15 06:33:57 +0200 (Wed, 15 Aug 2007) | 3 lines
24262 Changed paths:
24263    M /trunk/include/vlc_input.h
24264    M /trunk/include/vlc_meta.h
24265    M /trunk/modules/access/cdda/info.c
24266    M /trunk/modules/access/dvdnav.c
24267    M /trunk/modules/access/http.c
24268    M /trunk/modules/codec/vorbis.c
24269    M /trunk/modules/control/dbus.c
24270    M /trunk/modules/demux/flac.c
24271    M /trunk/modules/demux/playlist/asx.c
24272    M /trunk/modules/demux/playlist/b4s.c
24273    M /trunk/modules/demux/playlist/luaplaylist.c
24274    M /trunk/modules/demux/playlist/shoutcast.c
24275    M /trunk/modules/demux/playlist/xspf.c
24276    M /trunk/modules/gui/macosx/playlist.m
24277    M /trunk/modules/gui/macosx/playlistinfo.m
24278    M /trunk/modules/gui/qt4/components/infopanels.cpp
24279    M /trunk/modules/gui/qt4/input_manager.cpp
24280    M /trunk/modules/gui/qt4/playlist_model.cpp
24281    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
24282    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
24283    M /trunk/modules/gui/wxwidgets/input_manager.cpp
24284    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
24285    M /trunk/modules/meta_engine/folder.c
24286    M /trunk/modules/meta_engine/luameta.c
24287    M /trunk/modules/meta_engine/musicbrainz.c
24288    M /trunk/modules/meta_engine/taglib.cpp
24289    M /trunk/modules/misc/audioscrobbler.c
24290    M /trunk/modules/misc/notify/growl.c
24291    M /trunk/modules/misc/notify/msn.c
24292    M /trunk/modules/misc/notify/notify.c
24293    M /trunk/modules/misc/playlist/m3u.c
24294    M /trunk/modules/misc/playlist/xspf.c
24295    M /trunk/modules/mux/mp4.c
24296    M /trunk/modules/visualization/goom.c
24297    M /trunk/src/control/media_descriptor.c
24298    M /trunk/src/input/es_out.c
24299    M /trunk/src/input/input.c
24300    M /trunk/src/input/meta.c
24301    M /trunk/src/playlist/control.c
24302    M /trunk/src/playlist/engine.c
24303    M /trunk/src/playlist/item.c
24304    M /trunk/src/playlist/search.c
24305    M /trunk/src/playlist/sort.c
24306    M /trunk/src/text/strings.c
24307    M /trunk/src/video_output/video_output.c
24308
24309 * Protect input item's meta through setters and getters. That allows tracking of input item meta info changes.
24310 * vlc_meta_t gains a table for accessing its non-extra meta.
24311
24312 ------------------------------------------------------------------------
24313 r21088 | pdherbemont | 2007-08-15 06:28:26 +0200 (Wed, 15 Aug 2007) | 2 lines
24314 Changed paths:
24315    M /trunk/share/luameta/googleimage.lua
24316
24317 share/luameta/googleimage.lua: Rework a bit to better handle meta going wrong.
24318
24319 ------------------------------------------------------------------------
24320 r21087 | pdherbemont | 2007-08-15 02:07:27 +0200 (Wed, 15 Aug 2007) | 2 lines
24321 Changed paths:
24322    M /trunk/modules/misc/playlist/xspf.c
24323
24324 modules/misc/playlist/xspf.c: Remove some weird duplicate code.
24325
24326 ------------------------------------------------------------------------
24327 r21086 | pdherbemont | 2007-08-15 01:58:50 +0200 (Wed, 15 Aug 2007) | 2 lines
24328 Changed paths:
24329    M /trunk/modules/misc/notify/growl.c
24330
24331 modules/misc/notify/growl.c: Remove some dead code.
24332
24333 ------------------------------------------------------------------------
24334 r21085 | pdherbemont | 2007-08-15 01:57:55 +0200 (Wed, 15 Aug 2007) | 2 lines
24335 Changed paths:
24336    M /trunk/modules/misc/notify/msn.c
24337
24338 modules/misc/notify/msn.c: Remove some dead code.
24339
24340 ------------------------------------------------------------------------
24341 r21084 | pdherbemont | 2007-08-15 00:47:45 +0200 (Wed, 15 Aug 2007) | 2 lines
24342 Changed paths:
24343    M /trunk/configure.ac
24344    M /trunk/modules/meta_engine/Modules.am
24345    D /trunk/modules/meta_engine/googleimage.c
24346
24347 modules/meta_engine/googleimage.c: Remove the googleimage module as it is implemented in lua.
24348
24349 ------------------------------------------------------------------------
24350 r21083 | pdherbemont | 2007-08-15 00:10:32 +0200 (Wed, 15 Aug 2007) | 2 lines
24351 Changed paths:
24352    M /trunk/modules/meta_engine/Modules.am
24353
24354 modules/meta/Modules.am: Add the luameta module and Alphabetically sort.
24355
24356 ------------------------------------------------------------------------
24357 r21082 | courmisch | 2007-08-14 20:53:44 +0200 (Tue, 14 Aug 2007) | 2 lines
24358 Changed paths:
24359    M /trunk/src/network/tcp.c
24360
24361 select() sucks
24362
24363 ------------------------------------------------------------------------
24364 r21081 | bitmap | 2007-08-14 02:03:48 +0200 (Tue, 14 Aug 2007) | 2 lines
24365 Changed paths:
24366    M /trunk/modules/misc/freetype.c
24367
24368 Corrections to scaling logic in previous commit
24369
24370 ------------------------------------------------------------------------
24371 r21080 | funman | 2007-08-14 01:55:07 +0200 (Tue, 14 Aug 2007) | 3 lines
24372 Changed paths:
24373    M /trunk/po/POTFILES.in
24374    M /trunk/po/af.po
24375    M /trunk/po/ar.po
24376    M /trunk/po/bn.po
24377    M /trunk/po/ca.po
24378    M /trunk/po/co.po
24379    M /trunk/po/cs.po
24380    M /trunk/po/da.po
24381    M /trunk/po/de.po
24382    M /trunk/po/el.po
24383    M /trunk/po/en_GB.po
24384    M /trunk/po/es.po
24385    M /trunk/po/eu.po
24386    M /trunk/po/fa.po
24387    M /trunk/po/fr.po
24388    M /trunk/po/fur.po
24389    M /trunk/po/gl.po
24390    M /trunk/po/he.po
24391    M /trunk/po/hi.po
24392    M /trunk/po/hu.po
24393    M /trunk/po/it.po
24394    M /trunk/po/ja.po
24395    M /trunk/po/ka.po
24396    M /trunk/po/ko.po
24397    M /trunk/po/lt.po
24398    M /trunk/po/lv.po
24399    M /trunk/po/ms.po
24400    M /trunk/po/my.po
24401    M /trunk/po/ne.po
24402    M /trunk/po/nl.po
24403    M /trunk/po/no.po
24404    M /trunk/po/oc.po
24405    M /trunk/po/pa.po
24406    M /trunk/po/pl.po
24407    M /trunk/po/ps.po
24408    M /trunk/po/pt_BR.po
24409    M /trunk/po/pt_PT.po
24410    M /trunk/po/ro.po
24411    M /trunk/po/ru.po
24412    M /trunk/po/sk.po
24413    M /trunk/po/sl.po
24414    M /trunk/po/sq.po
24415    M /trunk/po/sv.po
24416    M /trunk/po/tet.po
24417    M /trunk/po/th.po
24418    M /trunk/po/tl.po
24419    M /trunk/po/tr.po
24420    M /trunk/po/vlc.pot
24421    M /trunk/po/zh_CN.po
24422    M /trunk/po/zh_TW.po
24423
24424 Updates POTFILES.in to include new subsdec files created in [21024]
24425 Runs make update-po
24426
24427 ------------------------------------------------------------------------
24428 r21079 | xtophe | 2007-08-14 00:19:47 +0200 (Tue, 14 Aug 2007) | 2 lines
24429 Changed paths:
24430    M /trunk/modules/meta_engine/googleimage.c
24431
24432 Proper date and svn:keywords
24433
24434 ------------------------------------------------------------------------
24435 r21078 | pdherbemont | 2007-08-13 23:54:05 +0200 (Mon, 13 Aug 2007) | 2 lines
24436 Changed paths:
24437    M /trunk/modules/meta_engine/luameta.c
24438
24439 modules/meta_fetcher/luameta.c: Fix file name in header, and add Antoine in authors list as it is a derivative.
24440
24441 ------------------------------------------------------------------------
24442 r21077 | pdherbemont | 2007-08-13 23:46:27 +0200 (Mon, 13 Aug 2007) | 2 lines
24443 Changed paths:
24444    M /trunk/Makefile.am
24445    M /trunk/configure.ac
24446    A /trunk/modules/meta_engine/luameta.c
24447    M /trunk/share/Makefile.am
24448    A /trunk/share/luameta
24449    A /trunk/share/luameta/README.txt
24450    A /trunk/share/luameta/googleimage.lua
24451
24452 modules/meta_engine/luameta.c: Get meta (untested) and artwork using lua scripts.
24453
24454 ------------------------------------------------------------------------
24455 r21076 | pdherbemont | 2007-08-13 21:59:27 +0200 (Mon, 13 Aug 2007) | 2 lines
24456 Changed paths:
24457    M /trunk/modules/gui/qt4/components/infopanels.cpp
24458
24459 modules/gui/qt4: More compilation attempt.
24460
24461 ------------------------------------------------------------------------
24462 r21075 | funman | 2007-08-13 21:28:35 +0200 (Mon, 13 Aug 2007) | 1 line
24463 Changed paths:
24464    M /trunk/Makefile.am
24465
24466 fucking make
24467 ------------------------------------------------------------------------
24468 r21074 | pdherbemont | 2007-08-13 21:08:15 +0200 (Mon, 13 Aug 2007) | 2 lines
24469 Changed paths:
24470    A /trunk/include/vlc_events.h
24471    M /trunk/src/Makefile.am
24472    A /trunk/src/misc/events.c
24473
24474 misc/events.c: Add a new way to send receive events. (ripped of from libvlc). It will allow input_item to send events.
24475
24476 ------------------------------------------------------------------------
24477 r21073 | funman | 2007-08-13 21:06:25 +0200 (Mon, 13 Aug 2007) | 1 line
24478 Changed paths:
24479    M /trunk/Makefile.am
24480
24481 fuck autotools
24482 ------------------------------------------------------------------------
24483 r21072 | pdherbemont | 2007-08-13 20:55:48 +0200 (Mon, 13 Aug 2007) | 2 lines
24484 Changed paths:
24485    M /trunk/modules/gui/qt4/components/infopanels.cpp
24486
24487 modules/gui/qt4: Attempt to fix previous commit.
24488
24489 ------------------------------------------------------------------------
24490 r21071 | funman | 2007-08-13 20:53:46 +0200 (Mon, 13 Aug 2007) | 3 lines
24491 Changed paths:
24492    M /trunk/Makefile.am
24493    M /trunk/extras/contrib/src/Makefile
24494
24495 Builds correctly lua for windows
24496 Distributes luaplaylist scripts with windows packages
24497
24498 ------------------------------------------------------------------------
24499 r21070 | pdherbemont | 2007-08-13 20:30:28 +0200 (Mon, 13 Aug 2007) | 2 lines
24500 Changed paths:
24501    M /trunk/modules/gui/qt4/components/infopanels.cpp
24502
24503 modules/gui/qt4: Reflects latest meta changes.
24504
24505 ------------------------------------------------------------------------
24506 r21069 | funman | 2007-08-13 19:34:13 +0200 (Mon, 13 Aug 2007) | 3 lines
24507 Changed paths:
24508    M /trunk/configure.ac
24509
24510 Enables taglib by default, allows meta editing on windows & linux in QT4 interface
24511 Thanks to Little`Bubble
24512
24513 ------------------------------------------------------------------------
24514 r21068 | pdherbemont | 2007-08-13 19:28:24 +0200 (Mon, 13 Aug 2007) | 2 lines
24515 Changed paths:
24516    M /trunk/include/vlc_input.h
24517
24518 include/vlc_input.h: This commit should have been part of r21062.
24519
24520 ------------------------------------------------------------------------
24521 r21067 | funman | 2007-08-13 18:44:55 +0200 (Mon, 13 Aug 2007) | 2 lines
24522 Changed paths:
24523    M /trunk/po/sk.po
24524
24525 Revert accidental commit in [21066]
24526
24527 ------------------------------------------------------------------------
24528 r21066 | funman | 2007-08-13 18:38:48 +0200 (Mon, 13 Aug 2007) | 1 line
24529 Changed paths:
24530    M /trunk/AUTHORS
24531    M /trunk/THANKS
24532    M /trunk/po/sk.po
24533
24534 Add myself, sort alphabetically
24535 ------------------------------------------------------------------------
24536 r21065 | funman | 2007-08-13 17:21:43 +0200 (Mon, 13 Aug 2007) | 3 lines
24537 Changed paths:
24538    M /trunk/modules/control/dbus.c
24539    M /trunk/modules/control/dbus.h
24540
24541 Returns object hierarchy with root object introspection data. Thanks to eean.
24542 Uses correct interface name.
24543
24544 ------------------------------------------------------------------------
24545 r21064 | funman | 2007-08-13 16:45:16 +0200 (Mon, 13 Aug 2007) | 1 line
24546 Changed paths:
24547    M /trunk/modules/video_output/x11/xcommon.c
24548
24549 Updates window title even in fullscreen - patch by Aur?\195?\169lien Jacobs
24550 ------------------------------------------------------------------------
24551 r21063 | pdherbemont | 2007-08-13 16:06:37 +0200 (Mon, 13 Aug 2007) | 2 lines
24552 Changed paths:
24553    M /trunk/include/vlc_meta.h
24554
24555 include/vlc_meta.h: Start with a zero sized dictionary for extra meta.
24556
24557 ------------------------------------------------------------------------
24558 r21062 | pdherbemont | 2007-08-13 16:05:34 +0200 (Mon, 13 Aug 2007) | 2 lines
24559 Changed paths:
24560    M /trunk/include/vlc_arrays.h
24561
24562 include/vlc_arrays.h: Allow zero sized vlc_dictionary_t creation.
24563
24564 ------------------------------------------------------------------------
24565 r21061 | pdherbemont | 2007-08-13 15:55:10 +0200 (Mon, 13 Aug 2007) | 2 lines
24566 Changed paths:
24567    M /trunk/include/vlc_meta.h
24568    M /trunk/src/input/es_out.c
24569    M /trunk/src/input/input.c
24570
24571 include/vlc_meta.h: Use the vlc_dictionary to store extra meta tags.
24572
24573 ------------------------------------------------------------------------
24574 r21060 | pdherbemont | 2007-08-12 23:18:08 +0200 (Sun, 12 Aug 2007) | 2 lines
24575 Changed paths:
24576    M /trunk/configure.ac
24577    M /trunk/modules/meta_engine/Modules.am
24578    A /trunk/modules/meta_engine/googleimage.c
24579
24580 modules/meta_engine/googleimage.c: Art Fetcher module that gets it's arts from images.google.com.
24581
24582 ------------------------------------------------------------------------
24583 r21059 | pdherbemont | 2007-08-12 23:12:47 +0200 (Sun, 12 Aug 2007) | 2 lines
24584 Changed paths:
24585    M /trunk/src/input/meta.c
24586
24587 input/meta.c: Be a bit more selective on meta pre-requirement for art.
24588
24589 ------------------------------------------------------------------------
24590 r21058 | pdherbemont | 2007-08-12 23:07:24 +0200 (Sun, 12 Aug 2007) | 2 lines
24591 Changed paths:
24592    M /trunk/src/input/meta.c
24593
24594 input/meta.c: Allow meta for media that don't have artist nor album. (Because movies owns the right to get their own meta).
24595
24596 ------------------------------------------------------------------------
24597 r21057 | courmisch | 2007-08-12 21:02:51 +0200 (Sun, 12 Aug 2007) | 2 lines
24598 Changed paths:
24599    M /trunk/src/network/getaddrinfo.c
24600
24601 Remove dead code (VLC only uses port numbers, not service names ever)
24602
24603 ------------------------------------------------------------------------
24604 r21056 | courmisch | 2007-08-12 20:23:09 +0200 (Sun, 12 Aug 2007) | 2 lines
24605 Changed paths:
24606    M /trunk/src/network/io.c
24607
24608 DCCP also needs listen()
24609
24610 ------------------------------------------------------------------------
24611 r21055 | pdherbemont | 2007-08-11 15:48:35 +0200 (Sat, 11 Aug 2007) | 2 lines
24612 Changed paths:
24613    M /trunk/src/control/media_list.c
24614
24615 control/media_list.c: Don't forget to increase the md refcount where needed.
24616
24617 ------------------------------------------------------------------------
24618 r21054 | pdherbemont | 2007-08-11 14:59:14 +0200 (Sat, 11 Aug 2007) | 2 lines
24619 Changed paths:
24620    M /trunk/src/control/media_list_player.c
24621
24622 control/media_list_player.c: Don't change playlist item at play.
24623
24624 ------------------------------------------------------------------------
24625 r21053 | jb | 2007-08-11 14:55:58 +0200 (Sat, 11 Aug 2007) | 6 lines
24626 Changed paths:
24627    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
24628
24629 Qt4 Patch changes RA/R1/NR and RND/NRND text in repeat/random buttons to use
24630 I_PL_REPEAT/I_PL_LOOP/I_PL_RANDOM etc. strings as done after
24631 toggleRepeat usage etc.
24632 Patch by Ilkka Ollakka
24633
24634
24635 ------------------------------------------------------------------------
24636 r21052 | jb | 2007-08-11 14:10:38 +0200 (Sat, 11 Aug 2007) | 4 lines
24637 Changed paths:
24638    M /trunk/modules/gui/qt4/main_interface.cpp
24639
24640 Qt4 - Hide/Show from taskBar for Windows.
24641 Patch from Hannes Domani.
24642
24643
24644 ------------------------------------------------------------------------
24645 r21051 | pdherbemont | 2007-08-11 14:10:25 +0200 (Sat, 11 Aug 2007) | 2 lines
24646 Changed paths:
24647    M /trunk/src/control/media_instance.c
24648
24649 control/media_instance.c: Ignore the exception raised by libvlc_get_input_thread in libvlc_media_instance_play.
24650
24651 ------------------------------------------------------------------------
24652 r21050 | pdherbemont | 2007-08-11 14:01:14 +0200 (Sat, 11 Aug 2007) | 2 lines
24653 Changed paths:
24654    M /trunk/src/control/media_list_player.c
24655
24656 control/media_list_player.c: Fix a typo in get_next_index.
24657
24658 ------------------------------------------------------------------------
24659 r21049 | bitmap | 2007-08-11 07:57:28 +0200 (Sat, 11 Aug 2007) | 2 lines
24660 Changed paths:
24661    M /trunk/modules/misc/freetype.c
24662
24663 Prescaled output support
24664
24665 ------------------------------------------------------------------------
24666 r21048 | pdherbemont | 2007-08-11 03:49:26 +0200 (Sat, 11 Aug 2007) | 2 lines
24667 Changed paths:
24668    M /trunk/include/vlc/libvlc.h
24669    M /trunk/src/control/media_list_player.c
24670
24671 control/media_list_player.c: Implement _play_item_at_index().
24672
24673 ------------------------------------------------------------------------
24674 r21047 | pdherbemont | 2007-08-11 01:47:22 +0200 (Sat, 11 Aug 2007) | 2 lines
24675 Changed paths:
24676    M /trunk/include/vlc/libvlc_structures.h
24677    M /trunk/src/control/media_descriptor.c
24678
24679 control/media_descriptor.c: Implement more meta.
24680
24681 ------------------------------------------------------------------------
24682 r21046 | pdherbemont | 2007-08-11 01:10:09 +0200 (Sat, 11 Aug 2007) | 2 lines
24683 Changed paths:
24684    M /trunk/src/control/media_instance.c
24685
24686 control/media_instance.c: Never fail when requesting the event manager.
24687
24688 ------------------------------------------------------------------------
24689 r21045 | pdherbemont | 2007-08-11 01:03:39 +0200 (Sat, 11 Aug 2007) | 2 lines
24690 Changed paths:
24691    M /trunk/src/control/media_list_player.c
24692
24693 control/media_list_player.c: Initialize p_mlist, and p_mi.
24694
24695 ------------------------------------------------------------------------
24696 r21044 | damienf | 2007-08-10 20:28:49 +0200 (Fri, 10 Aug 2007) | 2 lines
24697 Changed paths:
24698    M /trunk/configure.ac
24699    M /trunk/modules/video_chroma/Modules.am
24700    M /trunk/modules/video_chroma/i422_yuy2.c
24701    M /trunk/modules/video_chroma/i422_yuy2.h
24702
24703 i422_yuy2: SSE2 improvements
24704
24705 ------------------------------------------------------------------------
24706 r21043 | pdherbemont | 2007-08-10 19:40:54 +0200 (Fri, 10 Aug 2007) | 2 lines
24707 Changed paths:
24708    M /trunk/src/control/media_list_player.c
24709
24710 control/media_list_player.c: Fix a typo.
24711
24712 ------------------------------------------------------------------------
24713 r21042 | pdherbemont | 2007-08-10 16:04:51 +0200 (Fri, 10 Aug 2007) | 2 lines
24714 Changed paths:
24715    M /trunk/src/Makefile.am
24716
24717 Fix previous commit (oops).
24718
24719 ------------------------------------------------------------------------
24720 r21041 | pdherbemont | 2007-08-10 15:19:57 +0200 (Fri, 10 Aug 2007) | 2 lines
24721 Changed paths:
24722    M /trunk/src/Makefile.am
24723
24724 src/Makefile.am: Build media_list.c, media_list_player.c, tag_query.c.
24725
24726 ------------------------------------------------------------------------
24727 r21040 | pdherbemont | 2007-08-10 15:18:46 +0200 (Fri, 10 Aug 2007) | 2 lines
24728 Changed paths:
24729    M /trunk/include/vlc_arrays.h
24730
24731 include/vlc_arrays.h: Don't forget to return a value in value_for_key.
24732
24733 ------------------------------------------------------------------------
24734 r21039 | damienf | 2007-08-10 12:49:12 +0200 (Fri, 10 Aug 2007) | 2 lines
24735 Changed paths:
24736    M /trunk/Makefile.am
24737
24738 Makefile: fixed package-win32-zip, it was missing libvlc-controll.dll
24739
24740 ------------------------------------------------------------------------
24741 r21038 | pdherbemont | 2007-08-10 02:56:04 +0200 (Fri, 10 Aug 2007) | 2 lines
24742 Changed paths:
24743    M /trunk/include/vlc_arrays.h
24744
24745 include/vlc_arrays.h: Compile fix for g++.
24746
24747 ------------------------------------------------------------------------
24748 r21037 | pdherbemont | 2007-08-10 02:40:04 +0200 (Fri, 10 Aug 2007) | 2 lines
24749 Changed paths:
24750    M /trunk/include/vlc_arrays.h
24751
24752 include/vlc_arrays.h: Always return a valid ptr in vlc_dictionary_all_keys.
24753
24754 ------------------------------------------------------------------------
24755 r21036 | pdherbemont | 2007-08-10 02:35:57 +0200 (Fri, 10 Aug 2007) | 2 lines
24756 Changed paths:
24757    M /trunk/include/vlc_arrays.h
24758
24759 include/vlc_arrays.h: Implement simple best-case-in-O(1) hash table.
24760
24761 ------------------------------------------------------------------------
24762 r21035 | pdherbemont | 2007-08-09 21:54:43 +0200 (Thu, 09 Aug 2007) | 2 lines
24763 Changed paths:
24764    M /trunk/include/vlc_arrays.h
24765
24766 include/vlc_arrays.h: oops, (I did it again).
24767
24768 ------------------------------------------------------------------------
24769 r21034 | pdherbemont | 2007-08-09 21:38:00 +0200 (Thu, 09 Aug 2007) | 2 lines
24770 Changed paths:
24771    M /trunk/include/vlc_arrays.h
24772
24773 (oops)
24774
24775 ------------------------------------------------------------------------
24776 r21033 | pdherbemont | 2007-08-09 21:29:17 +0200 (Thu, 09 Aug 2007) | 2 lines
24777 Changed paths:
24778    M /trunk/include/vlc_arrays.h
24779
24780 Fix previous commit on gcc. (oops).
24781
24782 ------------------------------------------------------------------------
24783 r21032 | pdherbemont | 2007-08-09 21:12:11 +0200 (Thu, 09 Aug 2007) | 2 lines
24784 Changed paths:
24785    M /trunk/include/vlc_arrays.h
24786
24787 include/vlc_arrays.h: Fix previous commit compilation with g++.
24788
24789 ------------------------------------------------------------------------
24790 r21031 | pdherbemont | 2007-08-09 20:38:48 +0200 (Thu, 09 Aug 2007) | 2 lines
24791 Changed paths:
24792    M /trunk/include/vlc_arrays.h
24793
24794 include/vlc_arrays.h: Transform the dictionary macro to static inline, and publish a vlc_dictionary_t type.
24795
24796 ------------------------------------------------------------------------
24797 r21030 | pdherbemont | 2007-08-09 18:08:47 +0200 (Thu, 09 Aug 2007) | 2 lines
24798 Changed paths:
24799    M /trunk/include/vlc/libvlc.h
24800
24801 vlc/libvlc.h: Advertise libvlc_media_instance_set_drawable.
24802
24803 ------------------------------------------------------------------------
24804 r21029 | pdherbemont | 2007-08-09 18:08:14 +0200 (Thu, 09 Aug 2007) | 2 lines
24805 Changed paths:
24806    M /trunk/include/vlc/libvlc.h
24807    M /trunk/src/control/media_descriptor.c
24808
24809 control/media_descriptor: Implement libvlc_media_descriptor_get_mrl.
24810
24811 ------------------------------------------------------------------------
24812 r21028 | courmisch | 2007-08-09 16:19:53 +0200 (Thu, 09 Aug 2007) | 2 lines
24813 Changed paths:
24814    M /trunk/modules/access/http.c
24815
24816 Revert [21008]
24817
24818 ------------------------------------------------------------------------
24819 r21027 | pdherbemont | 2007-08-09 14:45:37 +0200 (Thu, 09 Aug 2007) | 2 lines
24820 Changed paths:
24821    M /trunk/src/control/libvlc_internal.h
24822    M /trunk/src/control/media_instance.c
24823
24824 control/media_instance.c: Set a per-object drawable.
24825
24826 ------------------------------------------------------------------------
24827 r21026 | pdherbemont | 2007-08-08 23:12:02 +0200 (Wed, 08 Aug 2007) | 2 lines
24828 Changed paths:
24829    M /trunk/include/vlc/libvlc.h
24830    M /trunk/include/vlc/libvlc_structures.h
24831    M /trunk/src/control/event.c
24832    M /trunk/src/control/libvlc_internal.h
24833    M /trunk/src/control/media_descriptor.c
24834    M /trunk/src/control/media_instance.c
24835    A /trunk/src/control/media_list.c
24836    A /trunk/src/control/media_list_player.c
24837    A /trunk/src/control/tag_query.c
24838
24839 Libvlc: Start the implementation of the libvlc playlist. Still in progress.
24840
24841 ------------------------------------------------------------------------
24842 r21025 | jb | 2007-08-08 19:07:41 +0200 (Wed, 08 Aug 2007) | 3 lines
24843 Changed paths:
24844    D /trunk/modules/codec/subsdec.c
24845
24846 Subsdec.c split: remove the old file.
24847
24848
24849 ------------------------------------------------------------------------
24850 r21024 | jb | 2007-08-08 19:03:24 +0200 (Wed, 08 Aug 2007) | 5 lines
24851 Changed paths:
24852    M /trunk/configure.ac
24853    M /trunk/modules/codec/Modules.am
24854    A /trunk/modules/codec/subtitles
24855    A /trunk/modules/codec/subtitles/Modules.am
24856    A /trunk/modules/codec/subtitles/subsass.c
24857    A /trunk/modules/codec/subtitles/subsdec.c
24858    A /trunk/modules/codec/subtitles/subsdec.h
24859    A /trunk/modules/codec/subtitles/subsusf.c
24860
24861 Subsdec: Split the decoder for subsdec / SSA / USF in three files, since the code has grown a bit too much in order to improve readability.
24862 Some functions may still need to be renamed and moved from a file to another.
24863 I hope it is done in the correct way, if not, tell me or revert.
24864
24865
24866 ------------------------------------------------------------------------
24867 r21023 | jpsaman | 2007-08-08 16:24:29 +0200 (Wed, 08 Aug 2007) | 2 lines
24868 Changed paths:
24869    M /trunk/modules/control/lirc.c
24870
24871 I meant to use var_CreateGetNonEmptyString().
24872
24873 ------------------------------------------------------------------------
24874 r21022 | damienf | 2007-08-08 15:45:09 +0200 (Wed, 08 Aug 2007) | 2 lines
24875 Changed paths:
24876    M /trunk/mozilla/Makefile.am
24877
24878 mozilla: fix VLC Plugin.plugin target for MacOS X, added support for libvlc.dylib, etc..
24879
24880 ------------------------------------------------------------------------
24881 r21021 | jpsaman | 2007-08-08 15:13:04 +0200 (Wed, 08 Aug 2007) | 2 lines
24882 Changed paths:
24883    M /trunk/modules/control/lirc.c
24884
24885 Force lirc configuration file to usForce lirc configuration file to usee
24886
24887 ------------------------------------------------------------------------
24888 r21020 | jpsaman | 2007-08-08 11:25:44 +0200 (Wed, 08 Aug 2007) | 2 lines
24889 Changed paths:
24890    M /trunk/modules/video_filter/scale.c
24891
24892 Scale every plane correctly. This fixes the "green bar at the bottom after scaling" issue.
24893
24894 ------------------------------------------------------------------------
24895 r21019 | jpsaman | 2007-08-08 11:25:42 +0200 (Wed, 08 Aug 2007) | 2 lines
24896 Changed paths:
24897    M /trunk/modules/video_filter/blend.c
24898
24899 Use parenthesis to make it more readible.`
24900
24901 ------------------------------------------------------------------------
24902 r21018 | pdherbemont | 2007-08-08 03:13:31 +0200 (Wed, 08 Aug 2007) | 2 lines
24903 Changed paths:
24904    M /trunk/src/control/media_instance.c
24905
24906 control/media_instance.c: Listen to the variable changes.
24907
24908 ------------------------------------------------------------------------
24909 r21017 | pdherbemont | 2007-08-08 01:51:17 +0200 (Wed, 08 Aug 2007) | 2 lines
24910 Changed paths:
24911    M /trunk/include/vlc/libvlc.h
24912    M /trunk/include/vlc/libvlc_structures.h
24913    M /trunk/src/control/media_instance.c
24914
24915 control/media_instance.c: Support libvlc_MediaInstanceReachedEnd event for upcoming media_list_player.
24916
24917 ------------------------------------------------------------------------
24918 r21016 | pdherbemont | 2007-08-08 00:55:01 +0200 (Wed, 08 Aug 2007) | 2 lines
24919 Changed paths:
24920    M /trunk/src/control/event.c
24921    M /trunk/src/control/libvlc_internal.h
24922
24923 control/event.c: event_manager_init -> event_manager_new
24924
24925 ------------------------------------------------------------------------
24926 r21015 | pdherbemont | 2007-08-08 00:10:29 +0200 (Wed, 08 Aug 2007) | 2 lines
24927 Changed paths:
24928    M /trunk/src/control/libvlc_internal.h
24929
24930 control/libvlc_internal.h: Comment fix.
24931
24932 ------------------------------------------------------------------------
24933 r21014 | pdherbemont | 2007-08-07 20:59:45 +0200 (Tue, 07 Aug 2007) | 2 lines
24934 Changed paths:
24935    M /trunk/src/control/media_instance.c
24936
24937 control/media_instance.c: Code factorization.
24938
24939 ------------------------------------------------------------------------
24940 r21013 | pdherbemont | 2007-08-07 20:42:21 +0200 (Tue, 07 Aug 2007) | 2 lines
24941 Changed paths:
24942    M /trunk/src/control/event.c
24943
24944 control/event.c: Tab fix.
24945
24946 ------------------------------------------------------------------------
24947 r21012 | jb | 2007-08-07 19:58:53 +0200 (Tue, 07 Aug 2007) | 3 lines
24948 Changed paths:
24949    M /trunk/THANKS
24950
24951 Thanks to Ilkka Ollakka for qt4 too.
24952
24953
24954 ------------------------------------------------------------------------
24955 r21011 | jb | 2007-08-07 19:57:46 +0200 (Tue, 07 Aug 2007) | 4 lines
24956 Changed paths:
24957    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
24958    M /trunk/modules/gui/qt4/playlist_model.cpp
24959
24960 Qt4 - Playlist: scrollTo current-item and view issues...
24961 Patch by Ilkka Ollakka
24962
24963
24964 ------------------------------------------------------------------------
24965 r21010 | courmisch | 2007-08-07 19:18:34 +0200 (Tue, 07 Aug 2007) | 3 lines
24966 Changed paths:
24967    M /trunk/modules/access/http.c
24968
24969 Fix HTTP authentication.
24970 Yes, some sites use empty usernames
24971
24972 ------------------------------------------------------------------------
24973 r21009 | jb | 2007-08-07 19:04:49 +0200 (Tue, 07 Aug 2007) | 4 lines
24974 Changed paths:
24975    M /trunk/THANKS
24976    M /trunk/modules/gui/qt4/main_interface.cpp
24977
24978 Qt4 - Slider bug temporary solving.
24979 Patch by Hannes Domani
24980 THANKS updated.
24981
24982 ------------------------------------------------------------------------
24983 r21008 | courmisch | 2007-08-07 19:03:52 +0200 (Tue, 07 Aug 2007) | 2 lines
24984 Changed paths:
24985    M /trunk/modules/access/http.c
24986
24987 Do not bother with the byte range when we are at offset zero
24988
24989 ------------------------------------------------------------------------
24990 r21007 | dionoea | 2007-08-06 23:55:22 +0200 (Mon, 06 Aug 2007) | 2 lines
24991 Changed paths:
24992    M /trunk/src/video_output/vout_subpictures.c
24993
24994 Cosmetics.
24995
24996 ------------------------------------------------------------------------
24997 r21006 | courmisch | 2007-08-06 22:04:25 +0200 (Mon, 06 Aug 2007) | 2 lines
24998 Changed paths:
24999    M /trunk/include/vlc_modules.h
25000
25001 Oups
25002
25003 ------------------------------------------------------------------------
25004 r21005 | courmisch | 2007-08-06 22:01:24 +0200 (Mon, 06 Aug 2007) | 2 lines
25005 Changed paths:
25006    M /trunk/src/modules/configuration.c
25007
25008 Sync with module macros and sout chain parsing
25009
25010 ------------------------------------------------------------------------
25011 r21004 | courmisch | 2007-08-06 21:58:36 +0200 (Mon, 06 Aug 2007) | 2 lines
25012 Changed paths:
25013    M /trunk/src/playlist/loadsave.c
25014
25015 Simplify and remove a warning
25016
25017 ------------------------------------------------------------------------
25018 r21003 | jb | 2007-08-06 19:59:57 +0200 (Mon, 06 Aug 2007) | 4 lines
25019 Changed paths:
25020    M /trunk/modules/gui/qt4/main_interface.cpp
25021
25022 Qt4 - systray behaviour: first activate the Windows before hiding it.
25023 Closes #1249
25024
25025
25026 ------------------------------------------------------------------------
25027 r21002 | jb | 2007-08-06 19:09:31 +0200 (Mon, 06 Aug 2007) | 3 lines
25028 Changed paths:
25029    M /trunk/modules/gui/qt4/input_manager.cpp
25030    M /trunk/modules/gui/qt4/menus.cpp
25031
25032 qt4 : cosmetics.
25033
25034
25035 ------------------------------------------------------------------------
25036 r21001 | jb | 2007-08-06 19:07:49 +0200 (Mon, 06 Aug 2007) | 2 lines
25037 Changed paths:
25038    M /trunk/modules/gui/qt4/qt4.cpp
25039
25040 qt4 : remove trailing spaces.
25041
25042 ------------------------------------------------------------------------
25043 r21000 | jb | 2007-08-06 19:03:01 +0200 (Mon, 06 Aug 2007) | 4 lines
25044 Changed paths:
25045    M /trunk/modules/gui/qt4/playlist_model.cpp
25046
25047 Qt4 - fix QT playlist display bug when clicking on top-level of playlist.
25048 Patch by Alexander Gall. Thanks.
25049
25050
25051 ------------------------------------------------------------------------
25052 r20999 | jb | 2007-08-06 18:29:02 +0200 (Mon, 06 Aug 2007) | 3 lines
25053 Changed paths:
25054    M /trunk/include/vlc_interface.h
25055
25056 Add .flv extension. Close #1256
25057
25058
25059 ------------------------------------------------------------------------
25060 r20998 | pdherbemont | 2007-08-06 01:06:07 +0200 (Mon, 06 Aug 2007) | 2 lines
25061 Changed paths:
25062    M /trunk/bindings/java/src/callback-jni.cc
25063
25064 bindings/java: callback/events usage has changed. For the time being, send an exception.
25065
25066 ------------------------------------------------------------------------
25067 r20997 | pdherbemont | 2007-08-06 00:32:31 +0200 (Mon, 06 Aug 2007) | 2 lines
25068 Changed paths:
25069    M /trunk/include/vlc/libvlc.h
25070    M /trunk/include/vlc/libvlc_structures.h
25071    M /trunk/src/control/event.c
25072    M /trunk/src/control/libvlc_internal.h
25073
25074 control/event.c: Change the event API to be per-object driven. It is not yet in use.
25075
25076 ------------------------------------------------------------------------
25077 r20996 | jb | 2007-08-05 22:01:21 +0200 (Sun, 05 Aug 2007) | 3 lines
25078 Changed paths:
25079    M /trunk/modules/codec/subsdec.c
25080
25081 Subsdec: remove trailing spaces.
25082
25083
25084 ------------------------------------------------------------------------
25085 r20995 | ipkiss | 2007-08-05 15:10:00 +0200 (Sun, 05 Aug 2007) | 2 lines
25086 Changed paths:
25087    M /trunk/doc/skins/skins2-howto.xml
25088
25089 doc/skins/skins2-howto.xml: Added Button.tooltiptext which had been forgotten
25090
25091 ------------------------------------------------------------------------
25092 r20994 | courmisch | 2007-08-05 14:12:08 +0200 (Sun, 05 Aug 2007) | 2 lines
25093 Changed paths:
25094    M /trunk/modules/control/http/mvar.c
25095
25096 Missing header for INT_MAX
25097
25098 ------------------------------------------------------------------------
25099 r20993 | courmisch | 2007-08-05 11:06:22 +0200 (Sun, 05 Aug 2007) | 2 lines
25100 Changed paths:
25101    M /trunk/modules/access/udp.c
25102
25103 Fix server port parsing. Bug reported by Gerrit Benker.
25104
25105 ------------------------------------------------------------------------
25106 r20992 | courmisch | 2007-08-05 10:55:14 +0200 (Sun, 05 Aug 2007) | 3 lines
25107 Changed paths:
25108    M /trunk/modules/codec/speex.c
25109
25110 Ignore frame with zero size.
25111 This needs to be *reviewed*.
25112
25113 ------------------------------------------------------------------------
25114 r20991 | courmisch | 2007-08-05 10:38:17 +0200 (Sun, 05 Aug 2007) | 3 lines
25115 Changed paths:
25116    M /trunk/modules/codec/speex.c
25117
25118 Fix NULL dereference due to Speex header corruption
25119 spotted by David Thiel
25120
25121 ------------------------------------------------------------------------
25122 r20990 | courmisch | 2007-08-05 10:32:04 +0200 (Sun, 05 Aug 2007) | 2 lines
25123 Changed paths:
25124    M /trunk/modules/codec/theora.c
25125
25126 Fix void arithmethic
25127
25128 ------------------------------------------------------------------------
25129 r20989 | courmisch | 2007-08-05 10:27:54 +0200 (Sun, 05 Aug 2007) | 3 lines
25130 Changed paths:
25131    M /trunk/src/audio_output/dec.c
25132
25133 Fix malloc error handling
25134 (bug reported by David Thiel)
25135
25136 ------------------------------------------------------------------------
25137 r20988 | courmisch | 2007-08-04 22:57:16 +0200 (Sat, 04 Aug 2007) | 2 lines
25138 Changed paths:
25139    M /trunk/src/modules/configuration_chain.c
25140
25141 Cleanup / speedup
25142
25143 ------------------------------------------------------------------------
25144 r20987 | courmisch | 2007-08-04 22:49:46 +0200 (Sat, 04 Aug 2007) | 4 lines
25145 Changed paths:
25146    M /trunk/include/vlc_configuration.h
25147    M /trunk/include/vlc_modules.h
25148    M /trunk/modules/access/file.c
25149    M /trunk/modules/access/http.c
25150    M /trunk/modules/access_output/udp.c
25151    M /trunk/modules/codec/dvbsub.c
25152    M /trunk/modules/codec/x264.c
25153    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
25154    M /trunk/modules/services_discovery/shout.c
25155    M /trunk/modules/stream_out/standard.c
25156    M /trunk/modules/video_filter/mosaic.c
25157    M /trunk/modules/video_output/image.c
25158    M /trunk/src/libvlc-module.c
25159    M /trunk/src/modules/configuration_chain.c
25160
25161 - Cleanup and fixes deprecated options:
25162  - Removed the gross SUPPRESSED hack
25163  - Remove support for strict deprecated aliases (that was not used anyway)
25164
25165 ------------------------------------------------------------------------
25166 r20986 | courmisch | 2007-08-04 20:50:37 +0200 (Sat, 04 Aug 2007) | 5 lines
25167 Changed paths:
25168    M /trunk/modules/access/directory.c
25169    M /trunk/modules/access/dshow/dshow.cpp
25170    M /trunk/modules/access/ftp.c
25171    M /trunk/modules/codec/dirac.c
25172    M /trunk/modules/codec/flac.c
25173    M /trunk/modules/codec/theora.c
25174    M /trunk/modules/video_filter/logo.c
25175
25176 Fix usage of add_shortcut.
25177 Note that shortcuts are inherited from the main module to submodules, so it is
25178 totally useless to duplicate them paste add_submodule. If you think this is
25179 wrong, I do not necessarily disagree, but it would need a RFC.
25180
25181 ------------------------------------------------------------------------
25182 r20985 | courmisch | 2007-08-04 20:39:01 +0200 (Sat, 04 Aug 2007) | 2 lines
25183 Changed paths:
25184    M /trunk/modules/control/http/util.c
25185
25186 Oups
25187
25188 ------------------------------------------------------------------------
25189 r20984 | courmisch | 2007-08-04 20:28:18 +0200 (Sat, 04 Aug 2007) | 2 lines
25190 Changed paths:
25191    M /trunk/src/modules/entry.c
25192
25193 Do not create dummy shortcut for each and every module
25194
25195 ------------------------------------------------------------------------
25196 r20983 | courmisch | 2007-08-04 20:24:47 +0200 (Sat, 04 Aug 2007) | 3 lines
25197 Changed paths:
25198    M /trunk/src/libvlc-common.c
25199
25200 - pp_shortcuts is always true; do not check
25201 - remove apparently harmful "continue" with an always true condition
25202
25203 ------------------------------------------------------------------------
25204 r20982 | courmisch | 2007-08-04 20:16:08 +0200 (Sat, 04 Aug 2007) | 2 lines
25205 Changed paths:
25206    M /trunk/src/modules/entry.c
25207
25208 Fix off-by-one
25209
25210 ------------------------------------------------------------------------
25211 r20981 | courmisch | 2007-08-04 20:07:42 +0200 (Sat, 04 Aug 2007) | 2 lines
25212 Changed paths:
25213    M /trunk/modules/gui/qt4/menus.cpp
25214
25215 Fix erroneously commited chunk
25216
25217 ------------------------------------------------------------------------
25218 r20980 | courmisch | 2007-08-04 20:03:18 +0200 (Sat, 04 Aug 2007) | 2 lines
25219 Changed paths:
25220    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
25221    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
25222    M /trunk/modules/gui/qt4/menus.cpp
25223
25224 Use module_*
25225
25226 ------------------------------------------------------------------------
25227 r20979 | courmisch | 2007-08-04 19:58:18 +0200 (Sat, 04 Aug 2007) | 2 lines
25228 Changed paths:
25229    M /trunk/include/vlc_modules.h
25230    M /trunk/src/libvlc.sym
25231    M /trunk/src/modules/modules.c
25232
25233 module_GetHelp
25234
25235 ------------------------------------------------------------------------
25236 r20978 | courmisch | 2007-08-04 19:42:42 +0200 (Sat, 04 Aug 2007) | 2 lines
25237 Changed paths:
25238    M /trunk/modules/control/http/mvar.c
25239
25240 Use module_* functions
25241
25242 ------------------------------------------------------------------------
25243 r20977 | courmisch | 2007-08-04 19:42:20 +0200 (Sat, 04 Aug 2007) | 2 lines
25244 Changed paths:
25245    M /trunk/include/vlc_modules.h
25246    M /trunk/src/libvlc.sym
25247    M /trunk/src/modules/modules.c
25248
25249 More access functions around module_t
25250
25251 ------------------------------------------------------------------------
25252 r20976 | courmisch | 2007-08-04 19:40:15 +0200 (Sat, 04 Aug 2007) | 2 lines
25253 Changed paths:
25254    M /trunk/modules/control/http/util.c
25255
25256 Compile fix
25257
25258 ------------------------------------------------------------------------
25259 r20975 | courmisch | 2007-08-04 19:29:20 +0200 (Sat, 04 Aug 2007) | 2 lines
25260 Changed paths:
25261    M /trunk/modules/gui/qt4/components/extended_panels.cpp
25262    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
25263    M /trunk/modules/gui/qt4/menus.cpp
25264
25265 Use module_IsCapable
25266
25267 ------------------------------------------------------------------------
25268 r20974 | courmisch | 2007-08-04 19:28:18 +0200 (Sat, 04 Aug 2007) | 2 lines
25269 Changed paths:
25270    M /trunk/include/vlc_modules.h
25271    M /trunk/src/libvlc.sym
25272    M /trunk/src/modules/modules.c
25273
25274 Partially abstract module_t: add module_IsCapable()
25275
25276 ------------------------------------------------------------------------
25277 r20973 | courmisch | 2007-08-04 19:10:35 +0200 (Sat, 04 Aug 2007) | 4 lines
25278 Changed paths:
25279    M /trunk/modules/stream_out/bridge.c
25280    M /trunk/modules/stream_out/mosaic_bridge.c
25281    M /trunk/modules/video_filter/mosaic.c
25282
25283 Move code out of module descriptor.
25284 By the way, I am VERY suspicious about the use of libvlc_global for mosaic and
25285 bridge locks
25286
25287 ------------------------------------------------------------------------
25288 r20972 | pdherbemont | 2007-08-04 19:09:08 +0200 (Sat, 04 Aug 2007) | 2 lines
25289 Changed paths:
25290    M /trunk/src/playlist/item.c
25291
25292 playlist/item.c: Avoid checking against false.
25293
25294 ------------------------------------------------------------------------
25295 r20971 | pdherbemont | 2007-08-04 19:07:49 +0200 (Sat, 04 Aug 2007) | 2 lines
25296 Changed paths:
25297    M /trunk/src/playlist/item.c
25298
25299 playlist/item.c: More helpful variable name.
25300
25301 ------------------------------------------------------------------------
25302 r20970 | courmisch | 2007-08-04 18:57:00 +0200 (Sat, 04 Aug 2007) | 3 lines
25303 Changed paths:
25304    M /trunk/Makefile.am
25305    D /trunk/evc
25306    D /trunk/msvc
25307    M /trunk/toolbox
25308
25309 Remove totally broken VC support.
25310 Use SVN history if you ever want to revive it.
25311
25312 ------------------------------------------------------------------------
25313 r20969 | courmisch | 2007-08-04 18:46:21 +0200 (Sat, 04 Aug 2007) | 2 lines
25314 Changed paths:
25315    M /trunk/modules/control/http/http.h
25316    M /trunk/modules/control/http/mvar.c
25317
25318 Minor fixes
25319
25320 ------------------------------------------------------------------------
25321 r20968 | courmisch | 2007-08-04 18:24:39 +0200 (Sat, 04 Aug 2007) | 2 lines
25322 Changed paths:
25323    M /trunk/modules/control/http/util.c
25324
25325 Simplify
25326
25327 ------------------------------------------------------------------------
25328 r20967 | pdherbemont | 2007-08-04 18:18:42 +0200 (Sat, 04 Aug 2007) | 2 lines
25329 Changed paths:
25330    M /trunk/include/vlc_playlist.h
25331
25332 include/vlc_playlist.h: Code formatting.
25333
25334 ------------------------------------------------------------------------
25335 r20966 | pdherbemont | 2007-08-04 18:16:44 +0200 (Sat, 04 Aug 2007) | 2 lines
25336 Changed paths:
25337    M /trunk/include/vlc_playlist.h
25338
25339 include/vlc_playlist.h: More typos.
25340
25341 ------------------------------------------------------------------------
25342 r20965 | pdherbemont | 2007-08-04 18:13:39 +0200 (Sat, 04 Aug 2007) | 2 lines
25343 Changed paths:
25344    M /trunk/include/vlc_playlist.h
25345
25346 include/vlc_playlist.h: Typo in comment.
25347
25348 ------------------------------------------------------------------------
25349 r20964 | courmisch | 2007-08-04 18:10:24 +0200 (Sat, 04 Aug 2007) | 2 lines
25350 Changed paths:
25351    M /trunk/modules/control/http/util.c
25352
25353 Cleanup
25354
25355 ------------------------------------------------------------------------
25356 r20963 | courmisch | 2007-08-04 18:00:27 +0200 (Sat, 04 Aug 2007) | 2 lines
25357 Changed paths:
25358    M /trunk/include/vlc_modules_macros.h
25359
25360 Typo
25361
25362 ------------------------------------------------------------------------
25363 r20962 | courmisch | 2007-08-04 17:57:06 +0200 (Sat, 04 Aug 2007) | 2 lines
25364 Changed paths:
25365    M /trunk/modules/codec/ffmpeg/audio.c
25366    M /trunk/modules/codec/ffmpeg/encoder.c
25367    M /trunk/modules/codec/ffmpeg/video.c
25368
25369 Fix previous commit
25370
25371 ------------------------------------------------------------------------
25372 r20961 | courmisch | 2007-08-04 17:54:33 +0200 (Sat, 04 Aug 2007) | 3 lines
25373 Changed paths:
25374    M /trunk/modules/codec/ffmpeg/audio.c
25375    M /trunk/modules/codec/ffmpeg/encoder.c
25376    M /trunk/modules/codec/ffmpeg/ffmpeg.c
25377    M /trunk/modules/codec/ffmpeg/video.c
25378
25379 Remove code from module descriptor.
25380 That's very naughty.
25381
25382 ------------------------------------------------------------------------
25383 r20960 | jb | 2007-08-04 16:21:45 +0200 (Sat, 04 Aug 2007) | 3 lines
25384 Changed paths:
25385    M /trunk/extras/contrib/src/Patches/live-starttime.patch
25386
25387 live version changed.
25388
25389
25390 ------------------------------------------------------------------------
25391 r20959 | jb | 2007-08-04 15:12:58 +0200 (Sat, 04 Aug 2007) | 1 line
25392 Changed paths:
25393    M /trunk/extras/contrib/src/Makefile
25394
25395 Faac for system using lame sed... :D
25396 ------------------------------------------------------------------------
25397 r20958 | jb | 2007-08-04 14:37:14 +0200 (Sat, 04 Aug 2007) | 2 lines
25398 Changed paths:
25399    M /trunk/extras/contrib/src/packages.mak
25400
25401 oops.
25402
25403 ------------------------------------------------------------------------
25404 r20957 | jb | 2007-08-04 14:33:20 +0200 (Sat, 04 Aug 2007) | 3 lines
25405 Changed paths:
25406    M /trunk/extras/contrib/src/Makefile
25407    M /trunk/extras/contrib/src/Patches/faac.patch
25408    M /trunk/extras/contrib/src/packages.mak
25409
25410 Contribs: attempt to update faac to 1.25.
25411
25412
25413 ------------------------------------------------------------------------
25414 r20956 | jb | 2007-08-04 12:20:35 +0200 (Sat, 04 Aug 2007) | 3 lines
25415 Changed paths:
25416    M /trunk/extras/contrib/src/Patches/SDL_image.patch
25417    M /trunk/extras/contrib/src/packages.mak
25418
25419 Contribs: SDL_image and SDL are up-to-date now, (1.2.12 and 1.2.6), patch for SDL_image modified accordingly...
25420
25421
25422 ------------------------------------------------------------------------
25423 r20955 | jb | 2007-08-04 11:59:07 +0200 (Sat, 04 Aug 2007) | 3 lines
25424 Changed paths:
25425    M /trunk/extras/contrib/src/packages.mak
25426
25427 CDDB : 1.3.0 version
25428
25429
25430 ------------------------------------------------------------------------
25431 r20954 | jb | 2007-08-04 11:31:43 +0200 (Sat, 04 Aug 2007) | 4 lines
25432 Changed paths:
25433    M /trunk/extras/contrib/src/packages.mak
25434
25435 Contribs; use libcddb 1.2.2 instead of 1.2.1 since 1.2.1 is bugueous.
25436 1.3.0 is also out but uuntested.
25437
25438
25439 ------------------------------------------------------------------------
25440 r20953 | jb | 2007-08-03 20:01:20 +0200 (Fri, 03 Aug 2007) | 3 lines
25441 Changed paths:
25442    M /trunk/extras/contrib/src/packages.mak
25443
25444 Contribs: take it from mirror site since once more the main one is down...
25445
25446
25447 ------------------------------------------------------------------------
25448 r20952 | jb | 2007-08-03 19:18:19 +0200 (Fri, 03 Aug 2007) | 3 lines
25449 Changed paths:
25450    M /trunk/modules/gui/qt4/ui/main_interface.ui
25451
25452 Qt4 - Compilation fix for Qt-4.2
25453
25454
25455 ------------------------------------------------------------------------
25456 r20951 | damienf | 2007-08-03 17:22:02 +0200 (Fri, 03 Aug 2007) | 2 lines
25457 Changed paths:
25458    M /trunk/bootstrap
25459
25460 bootstrap: remove small bug when generating Makefile.am from Modules.am
25461
25462 ------------------------------------------------------------------------
25463 r20950 | pdherbemont | 2007-08-03 00:07:33 +0200 (Fri, 03 Aug 2007) | 2 lines
25464 Changed paths:
25465    M /trunk/modules/demux/live555.cpp
25466
25467 modules/demux/live555: Don't let live555 be verbose when vlc is not in verbose mode.
25468
25469 ------------------------------------------------------------------------
25470 r20949 | jb | 2007-08-02 23:53:29 +0200 (Thu, 02 Aug 2007) | 3 lines
25471 Changed paths:
25472    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
25473
25474 Qt4 - forgot this file in previous commit.
25475
25476
25477 ------------------------------------------------------------------------
25478 r20948 | jb | 2007-08-02 23:48:30 +0200 (Thu, 02 Aug 2007) | 3 lines
25479 Changed paths:
25480    M /trunk/modules/gui/qt4/menus.cpp
25481
25482 qt4 - Menus: shortcuts modifications => Wiki
25483
25484
25485 ------------------------------------------------------------------------
25486 r20947 | jb | 2007-08-02 23:35:08 +0200 (Thu, 02 Aug 2007) | 3 lines
25487 Changed paths:
25488    M /trunk/modules/gui/qt4/dialogs_provider.cpp
25489    M /trunk/modules/gui/qt4/dialogs_provider.hpp
25490    M /trunk/modules/gui/qt4/main_interface.cpp
25491    M /trunk/modules/gui/qt4/main_interface.hpp
25492    M /trunk/modules/gui/qt4/menus.cpp
25493
25494 qt4 - HideMenus change position. Still don't know whether we will keep this one.
25495
25496
25497 ------------------------------------------------------------------------
25498 r20946 | jb | 2007-08-02 23:00:11 +0200 (Thu, 02 Aug 2007) | 3 lines
25499 Changed paths:
25500    M /trunk/modules/gui/qt4/main_interface.cpp
25501
25502 qt4 - Main_Interface: show the cone when back from playlist for the --qt-always-video fans like me.
25503
25504
25505 ------------------------------------------------------------------------
25506 r20945 | pdherbemont | 2007-08-02 22:32:09 +0200 (Thu, 02 Aug 2007) | 2 lines
25507 Changed paths:
25508    M /trunk/extras/contrib/src/Makefile
25509
25510 contrib: Fix .libtool on Mac OS X.
25511
25512 ------------------------------------------------------------------------
25513 r20944 | jb | 2007-08-02 22:10:34 +0200 (Thu, 02 Aug 2007) | 3 lines
25514 Changed paths:
25515    M /trunk/modules/gui/qt4/qt4.cpp
25516
25517 Qt4 - Add a less cryptic information to select column. If someone ever uses that settings, hell must have frozen.
25518
25519
25520 ------------------------------------------------------------------------
25521 r20943 | jb | 2007-08-02 21:55:21 +0200 (Thu, 02 Aug 2007) | 3 lines
25522 Changed paths:
25523    M /trunk/modules/gui/qt4/playlist_model.cpp
25524
25525 qt4 - Playlist: move the column selection to a submenu.
25526
25527
25528 ------------------------------------------------------------------------
25529 r20942 | jb | 2007-08-02 21:37:12 +0200 (Thu, 02 Aug 2007) | 4 lines
25530 Changed paths:
25531    M /trunk/modules/gui/qt4/playlist_model.cpp
25532    M /trunk/modules/gui/qt4/playlist_model.hpp
25533
25534 Qt4 - Playlist: Here's a start for functionality to user ability to select what columns he/she wants to be displayed in playlist.
25535 Patch by Ilkka Ollakka.
25536
25537
25538 ------------------------------------------------------------------------
25539 r20941 | jb | 2007-08-02 21:18:21 +0200 (Thu, 02 Aug 2007) | 3 lines
25540 Changed paths:
25541    M /trunk/modules/gui/qt4/dialogs/help.cpp
25542    M /trunk/modules/gui/qt4/dialogs/interaction.cpp
25543
25544 Qt4 - Strings changes by tonsofpcs.
25545
25546
25547 ------------------------------------------------------------------------
25548 r20940 | damienf | 2007-08-02 13:49:49 +0200 (Thu, 02 Aug 2007) | 2 lines
25549 Changed paths:
25550    M /trunk/modules/video_chroma/i420_rgb.c
25551    M /trunk/modules/video_chroma/i420_rgb.h
25552    M /trunk/modules/video_chroma/i420_rgb16.c
25553    M /trunk/modules/video_chroma/i420_rgb_mmx.h
25554    M /trunk/modules/video_chroma/i420_yuy2.h
25555
25556 chromas: more SSE2/MMX fixes, added I420_RGBA conversion
25557
25558 ------------------------------------------------------------------------
25559 r20939 | jb | 2007-08-01 20:37:43 +0200 (Wed, 01 Aug 2007) | 3 lines
25560 Changed paths:
25561    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
25562
25563 Qt4 - Sizing, first step for the Playlist. Impeach the playlist to collapse but let the selector collapse.
25564
25565
25566 ------------------------------------------------------------------------
25567 r20938 | damienf | 2007-08-01 20:29:17 +0200 (Wed, 01 Aug 2007) | 2 lines
25568 Changed paths:
25569    M /trunk/modules/video_chroma/i420_rgb.c
25570    M /trunk/modules/video_chroma/i420_rgb.h
25571    M /trunk/modules/video_chroma/i420_rgb16.c
25572    M /trunk/modules/video_chroma/i420_rgb_mmx.h
25573    M /trunk/modules/video_chroma/i420_yuy2.c
25574    M /trunk/modules/video_chroma/i420_yuy2.h
25575    M /trunk/modules/video_chroma/i422_yuy2.c
25576    M /trunk/modules/video_chroma/i422_yuy2.h
25577
25578 video_chroma: added I420_ABGR32 support (mostly for opengl), some clean up as well
25579
25580 ------------------------------------------------------------------------
25581 r20937 | jb | 2007-08-01 20:08:23 +0200 (Wed, 01 Aug 2007) | 3 lines
25582 Changed paths:
25583    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
25584    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
25585    M /trunk/modules/gui/qt4/components/playlist/panels.hpp
25586    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
25587    M /trunk/modules/gui/qt4/qt4.hpp
25588
25589 Qt4 - PlaylistWidget use a much nicer QSplitter. Removes also too much class inheritance and hierarchy.
25590
25591
25592 ------------------------------------------------------------------------
25593 r20936 | jb | 2007-08-01 18:06:52 +0200 (Wed, 01 Aug 2007) | 3 lines
25594 Changed paths:
25595    M /trunk/modules/gui/qt4/main_interface.cpp
25596    M /trunk/modules/gui/qt4/main_interface.hpp
25597
25598 Qt4 - MainInterface: support for speed gestion.
25599
25600
25601 ------------------------------------------------------------------------
25602 r20935 | jb | 2007-08-01 17:37:04 +0200 (Wed, 01 Aug 2007) | 3 lines
25603 Changed paths:
25604    M /trunk/modules/gui/qt4/qt4.cpp
25605
25606 Qt4 - Preferences: give a description better than "FIXME" for options.
25607
25608
25609 ------------------------------------------------------------------------
25610 r20934 | jb | 2007-08-01 17:10:23 +0200 (Wed, 01 Aug 2007) | 3 lines
25611 Changed paths:
25612    M /trunk/modules/gui/qt4/main_interface.cpp
25613    M /trunk/modules/gui/qt4/ui/main_interface.ui
25614
25615 Qt4 - MainInterface: small change on size behaviour and fixes.
25616
25617
25618 ------------------------------------------------------------------------
25619 r20932 | jb | 2007-08-01 15:17:54 +0200 (Wed, 01 Aug 2007) | 3 lines
25620 Changed paths:
25621    A /trunk/modules/gui/qt4/pixmaps/vlc_harddisk_16px.png
25622
25623 Qt4: add a not-yet-used harddisk icon.
25624
25625
25626 ------------------------------------------------------------------------
25627 r20931 | jb | 2007-08-01 15:02:09 +0200 (Wed, 01 Aug 2007) | 3 lines
25628 Changed paths:
25629    M /trunk/modules/gui/qt4/qt4.cpp
25630
25631 Qt4 : typo correction.
25632
25633
25634 ------------------------------------------------------------------------
25635 r20930 | jb | 2007-08-01 14:46:59 +0200 (Wed, 01 Aug 2007) | 3 lines
25636 Changed paths:
25637    M /trunk/modules/gui/qt4/main_interface.cpp
25638
25639 Qt4 - Main Interface: Fix the always-video bug. Reparent the ui and central widget, separate centralWidget from controlWidget and other fixes.
25640
25641
25642 ------------------------------------------------------------------------
25643 r20928 | jb | 2007-08-01 13:11:29 +0200 (Wed, 01 Aug 2007) | 3 lines
25644 Changed paths:
25645    M /trunk/modules/gui/qt4/qt4.cpp
25646    M /trunk/modules/gui/qt4/qt4.hpp
25647
25648 Qt4: add options for later choice of columns in playlist.
25649
25650
25651 ------------------------------------------------------------------------
25652 r20927 | jb | 2007-08-01 12:03:36 +0200 (Wed, 01 Aug 2007) | 4 lines
25653 Changed paths:
25654    M /trunk/extras/contrib/src/packages.mak
25655
25656 Contribs: flac bump version: 1.2.0. Works on altair/mingw32, deneb and veda.
25657 Speedups, minor bugs and SSE detection.
25658
25659
25660 ------------------------------------------------------------------------
25661 r20926 | sam | 2007-08-01 10:23:38 +0200 (Wed, 01 Aug 2007) | 2 lines
25662 Changed paths:
25663    M /trunk/configure.ac
25664    M /trunk/modules/video_chroma/Modules.am
25665    A /trunk/modules/video_chroma/grey_yuv.c
25666
25667   * Simple grayscale -> yuv conversions.
25668
25669 ------------------------------------------------------------------------
25670 r20925 | sam | 2007-07-31 18:15:46 +0200 (Tue, 31 Jul 2007) | 2 lines
25671 Changed paths:
25672    M /trunk/src/video_output/vout_pictures.c
25673    M /trunk/src/video_output/vout_pictures.h
25674
25675   * src/video_output/vout_pictures.c: support the GREY fourcc.
25676
25677 ------------------------------------------------------------------------
25678 r20924 | damienf | 2007-07-31 15:40:01 +0200 (Tue, 31 Jul 2007) | 2 lines
25679 Changed paths:
25680    M /trunk/activex/Makefile.am
25681    M /trunk/bootstrap
25682    M /trunk/src/Makefile.am
25683
25684 more libtool updates, removed some ol' crust
25685
25686 ------------------------------------------------------------------------
25687 r20923 | damienf | 2007-07-31 15:07:37 +0200 (Tue, 31 Jul 2007) | 2 lines
25688 Changed paths:
25689    M /trunk/bootstrap
25690
25691 bootstrap: remove libtool patch for cygwin as we now use libtool 'properly'
25692
25693 ------------------------------------------------------------------------
25694 r20922 | damienf | 2007-07-31 15:00:20 +0200 (Tue, 31 Jul 2007) | 2 lines
25695 Changed paths:
25696    M /trunk/bootstrap
25697    M /trunk/configure.ac
25698    M /trunk/src/Makefile.am
25699
25700 libtool: prefer -export-dynamic over -export-regex, -export-symbols if compiler already supports symbol visibility (gcc 4.x), this should also deprecate libvlc.sym
25701
25702 ------------------------------------------------------------------------
25703 r20921 | jb | 2007-07-31 09:07:11 +0200 (Tue, 31 Jul 2007) | 3 lines
25704 Changed paths:
25705    M /trunk/extras/contrib/src/Makefile
25706    D /trunk/extras/contrib/src/Patches/libvorbis-1.1.patch
25707    A /trunk/extras/contrib/src/Patches/libvorbis.patch (from /trunk/extras/contrib/src/Patches/libvorbis-1.1.patch:20920)
25708    M /trunk/extras/contrib/src/packages.mak
25709
25710 Contribs: Vorbis bump version to 1.2.0. Security fixes and various fixes.
25711
25712
25713 ------------------------------------------------------------------------
25714 r20920 | bitmap | 2007-07-31 08:47:01 +0200 (Tue, 31 Jul 2007) | 4 lines
25715 Changed paths:
25716    M /trunk/modules/misc/freetype.c
25717
25718 Dynamically load any TTF or OTF fonts available in the attachments of
25719 the media file and make them available to FreeType as memory based fonts
25720 for subtitle rendering.
25721
25722 ------------------------------------------------------------------------
25723 r20919 | bitmap | 2007-07-31 08:42:40 +0200 (Tue, 31 Jul 2007) | 4 lines
25724 Changed paths:
25725    M /trunk/modules/misc/quartztext.c
25726
25727 Dynamically load any TTF or OTF fonts available in the attachments of
25728 the media file and make them available to the Quartz engine for
25729 subtitle rendering.
25730
25731 ------------------------------------------------------------------------
25732 r20918 | damienf | 2007-07-30 23:10:22 +0200 (Mon, 30 Jul 2007) | 2 lines
25733 Changed paths:
25734    M /trunk/Makefile.am
25735
25736 Makefile.am: fix package-win32 to use libtool libs location
25737
25738 ------------------------------------------------------------------------
25739 r20917 | damienf | 2007-07-30 16:20:04 +0200 (Mon, 30 Jul 2007) | 2 lines
25740 Changed paths:
25741    M /trunk/mozilla/Makefile.am
25742    M /trunk/src/libvlc.sym
25743
25744 mozilla: libtool fixes (round 2: darwin)
25745
25746 ------------------------------------------------------------------------
25747 r20916 | damienf | 2007-07-30 15:45:44 +0200 (Mon, 30 Jul 2007) | 2 lines
25748 Changed paths:
25749    M /trunk/configure.ac
25750
25751 mozilla, activex: win32 fixes
25752
25753 ------------------------------------------------------------------------
25754 r20915 | damienf | 2007-07-30 14:52:28 +0200 (Mon, 30 Jul 2007) | 2 lines
25755 Changed paths:
25756    M /trunk/mozilla/Makefile.am
25757
25758 mozilla: libtool fixes (round 1)
25759
25760 ------------------------------------------------------------------------
25761 r20914 | damienf | 2007-07-30 10:55:05 +0200 (Mon, 30 Jul 2007) | 2 lines
25762 Changed paths:
25763    M /trunk/Makefile.am
25764
25765 vlc.exe: remove -lintl from dependencies (should be added to libvlc.la)
25766
25767 ------------------------------------------------------------------------
25768 r20912 | fkuehne | 2007-07-29 18:07:54 +0200 (Sun, 29 Jul 2007) | 1 line
25769 Changed paths:
25770    M /trunk/extras/contrib/src/packages.mak
25771
25772 * download libogg, libvorbis and libtheora from our server, as their mirror is broken. Note: downloading libcddb may fail with curl and could only work with wget right now...
25773 ------------------------------------------------------------------------
25774 r20911 | pdherbemont | 2007-07-29 17:20:02 +0200 (Sun, 29 Jul 2007) | 2 lines
25775 Changed paths:
25776    M /trunk/modules/gui/macosx/intf.h
25777    M /trunk/modules/gui/macosx/intf.m
25778
25779 Mac OS X gui: Nicely keep the controller window on screen when opening the playlist. (Patch by Lincoln Ramsay <ramsay at bigfoot.com>)
25780
25781 ------------------------------------------------------------------------
25782 r20910 | courmisch | 2007-07-29 11:04:52 +0200 (Sun, 29 Jul 2007) | 2 lines
25783 Changed paths:
25784    M /trunk/configure.ac
25785
25786 Remove HAVE_SHARED_LIBVLC hack
25787
25788 ------------------------------------------------------------------------
25789 r20909 | courmisch | 2007-07-29 11:04:33 +0200 (Sun, 29 Jul 2007) | 2 lines
25790 Changed paths:
25791    M /trunk/modules/control/http/http.c
25792    M /trunk/modules/gui/wince/interface.cpp
25793    M /trunk/modules/gui/wxwidgets/interface.cpp
25794
25795 VLC_Changeset is always available
25796
25797 ------------------------------------------------------------------------
25798 r20908 | courmisch | 2007-07-29 11:02:04 +0200 (Sun, 29 Jul 2007) | 2 lines
25799 Changed paths:
25800    M /trunk/include/vlc_common.h
25801    M /trunk/include/vlc_modules.h
25802    M /trunk/include/vlc_modules_macros.h
25803
25804 Same as previous commit
25805
25806 ------------------------------------------------------------------------
25807 r20907 | courmisch | 2007-07-29 11:01:40 +0200 (Sun, 29 Jul 2007) | 2 lines
25808 Changed paths:
25809    M /trunk/src/extras/libc.c
25810    M /trunk/src/modules/entry.c
25811    M /trunk/src/modules/modules.c
25812    M /trunk/src/modules/modules.h
25813
25814 Remove vlc_symbols legacy.
25815
25816 ------------------------------------------------------------------------
25817 r20906 | courmisch | 2007-07-29 10:55:53 +0200 (Sun, 29 Jul 2007) | 2 lines
25818 Changed paths:
25819    M /trunk/configure.ac
25820
25821 Remove broken libtool configure option
25822
25823 ------------------------------------------------------------------------
25824 r20905 | courmisch | 2007-07-29 10:53:18 +0200 (Sun, 29 Jul 2007) | 2 lines
25825 Changed paths:
25826    M /trunk/configure.ac
25827
25828 Really remove libintl hack
25829
25830 ------------------------------------------------------------------------
25831 r20904 | courmisch | 2007-07-29 10:51:16 +0200 (Sun, 29 Jul 2007) | 2 lines
25832 Changed paths:
25833    M /trunk/configure.ac
25834
25835 Fix iconv linking
25836
25837 ------------------------------------------------------------------------
25838 r20903 | courmisch | 2007-07-29 10:47:33 +0200 (Sun, 29 Jul 2007) | 2 lines
25839 Changed paths:
25840    M /trunk/bindings/java/src/Makefile.am
25841    M /trunk/configure.ac
25842    M /trunk/src/Makefile.am
25843
25844 Remove INCLUDED_LIBINTL hack
25845
25846 ------------------------------------------------------------------------
25847 r20902 | courmisch | 2007-07-29 10:47:13 +0200 (Sun, 29 Jul 2007) | 2 lines
25848 Changed paths:
25849    M /trunk/bootstrap
25850
25851 Cosmetic fix
25852
25853 ------------------------------------------------------------------------
25854 r20901 | courmisch | 2007-07-29 10:43:08 +0200 (Sun, 29 Jul 2007) | 2 lines
25855 Changed paths:
25856    M /trunk/Makefile.am
25857    M /trunk/bindings/java/src/Makefile.am
25858    M /trunk/bootstrap
25859    M /trunk/configure.ac
25860    M /trunk/mozilla/Makefile.am
25861    M /trunk/src/Makefile.am
25862
25863 Remove USE_LIBTOOL hack
25864
25865 ------------------------------------------------------------------------
25866 r20900 | courmisch | 2007-07-29 10:28:36 +0200 (Sun, 29 Jul 2007) | 2 lines
25867 Changed paths:
25868    M /trunk/bootstrap
25869
25870 Remove gettext template
25871
25872 ------------------------------------------------------------------------
25873 r20899 | courmisch | 2007-07-29 10:28:25 +0200 (Sun, 29 Jul 2007) | 2 lines
25874 Changed paths:
25875    M /trunk/src/Makefile.am
25876
25877 Forgot this file
25878
25879 ------------------------------------------------------------------------
25880 r20898 | courmisch | 2007-07-29 10:26:56 +0200 (Sun, 29 Jul 2007) | 3 lines
25881 Changed paths:
25882    M /trunk/Makefile.am
25883    M /trunk/include/vlc_common.h
25884    D /trunk/include/vlc_symbols.h
25885    D /trunk/vlc-api.pl
25886
25887 Remove vlc_symbols - refs #297.
25888 Maintaining an API with this was pretty much impossible. 
25889
25890 ------------------------------------------------------------------------
25891 r20897 | djc | 2007-07-27 19:16:56 +0200 (Fri, 27 Jul 2007) | 3 lines
25892 Changed paths:
25893    M /trunk/Makefile.am
25894
25895 Fix compilation on MacOS
25896 Thanks to pdherbemont
25897
25898 ------------------------------------------------------------------------
25899 r20896 | fkuehne | 2007-07-27 12:47:11 +0200 (Fri, 27 Jul 2007) | 1 line
25900 Changed paths:
25901    M /trunk/extras/contrib/src/Patches/live-starttime.patch
25902
25903 * updated current time-stamp
25904 ------------------------------------------------------------------------
25905 r20895 | damienf | 2007-07-27 12:33:00 +0200 (Fri, 27 Jul 2007) | 2 lines
25906 Changed paths:
25907    M /trunk/activex/Makefile.am
25908
25909 activex: slightly better Makefile.am
25910
25911 ------------------------------------------------------------------------
25912 r20894 | damienf | 2007-07-27 11:52:31 +0200 (Fri, 27 Jul 2007) | 2 lines
25913 Changed paths:
25914    M /trunk/activex/Makefile.am
25915    M /trunk/configure.ac
25916
25917 activex: updated build for libtool link compatibility
25918
25919 ------------------------------------------------------------------------
25920 r20893 | dionoea | 2007-07-26 23:28:05 +0200 (Thu, 26 Jul 2007) | 2 lines
25921 Changed paths:
25922    M /trunk/configure.ac
25923    M /trunk/modules/video_filter/Modules.am
25924    A /trunk/modules/video_filter/grain.c (from /trunk/modules/video_filter/noise.c:20886)
25925
25926 New video filter to add grain to a video. This is work in progress (I'm commiting so people can test using the win32 nightlies)
25927
25928 ------------------------------------------------------------------------
25929 r20892 | pdherbemont | 2007-07-26 22:38:26 +0200 (Thu, 26 Jul 2007) | 2 lines
25930 Changed paths:
25931    M /trunk/Makefile.am
25932
25933 Makefile.am: Run install_name_tool on the module.
25934
25935 ------------------------------------------------------------------------
25936 r20891 | pdherbemont | 2007-07-26 22:35:35 +0200 (Thu, 26 Jul 2007) | 2 lines
25937 Changed paths:
25938    M /trunk/Makefile.am
25939
25940 Makefile.am: fix typos in the VLC-release.app target.
25941
25942 ------------------------------------------------------------------------
25943 r20890 | dionoea | 2007-07-26 20:00:03 +0200 (Thu, 26 Jul 2007) | 2 lines
25944 Changed paths:
25945    M /trunk/modules/control/http/rpn.c
25946
25947 Fix a few playlist_Control() calls. Thanks to AmiSyl in the forums.
25948
25949 ------------------------------------------------------------------------
25950 r20889 | dionoea | 2007-07-26 00:29:19 +0200 (Thu, 26 Jul 2007) | 2 lines
25951 Changed paths:
25952    M /trunk/modules/video_filter/bluescreen.c
25953
25954 Invert lines (cosmetic change only)
25955
25956 ------------------------------------------------------------------------
25957 r20888 | dionoea | 2007-07-25 23:45:52 +0200 (Wed, 25 Jul 2007) | 2 lines
25958 Changed paths:
25959    M /trunk/src/misc/image.c
25960
25961 Fix memleak.
25962
25963 ------------------------------------------------------------------------
25964 r20887 | dionoea | 2007-07-25 23:23:25 +0200 (Wed, 25 Jul 2007) | 2 lines
25965 Changed paths:
25966    M /trunk/modules/stream_out/mosaic_bridge.c
25967
25968 Revert part of the previous commit which was wrong. (Looks like the leak is in ConvertImage when the input and output formats are the same ... fix comming)
25969
25970 ------------------------------------------------------------------------
25971 r20886 | damienf | 2007-07-25 23:19:10 +0200 (Wed, 25 Jul 2007) | 2 lines
25972 Changed paths:
25973    M /trunk/configure.ac
25974
25975 configure.ac: hopefully, that's gnutls sorted for good
25976
25977 ------------------------------------------------------------------------
25978 r20885 | damienf | 2007-07-25 22:55:58 +0200 (Wed, 25 Jul 2007) | 2 lines
25979 Changed paths:
25980    M /trunk/src/Makefile.am
25981
25982 Makefile.am: $(AM_LDFLAGS) is actually NOT guaranteed to be automatically added to the link command (i really hate automake)
25983
25984 ------------------------------------------------------------------------
25985 r20884 | damienf | 2007-07-25 18:02:42 +0200 (Wed, 25 Jul 2007) | 2 lines
25986 Changed paths:
25987    M /trunk/configure.ac
25988
25989 configure.ac: gnutls, more link flags
25990
25991 ------------------------------------------------------------------------
25992 r20883 | damienf | 2007-07-25 17:29:04 +0200 (Wed, 25 Jul 2007) | 2 lines
25993 Changed paths:
25994    M /trunk/configure.ac
25995
25996 configure.ac: more fixes...
25997
25998 ------------------------------------------------------------------------
25999 r20882 | dionoea | 2007-07-24 22:07:22 +0200 (Tue, 24 Jul 2007) | 4 lines
26000 Changed paths:
26001    M /trunk/modules/stream_out/mosaic_bridge.c
26002
26003 Fix a memleak when the resize function isn't used (untested ... of course)
26004 Check some function error codes
26005 Remove a few printfs
26006
26007 ------------------------------------------------------------------------
26008 r20881 | damienf | 2007-07-24 21:55:37 +0200 (Tue, 24 Jul 2007) | 2 lines
26009 Changed paths:
26010    M /trunk/configure.ac
26011
26012 sdl_image: fix typo in previous commit
26013
26014 ------------------------------------------------------------------------
26015 r20880 | damienf | 2007-07-24 21:45:01 +0200 (Tue, 24 Jul 2007) | 2 lines
26016 Changed paths:
26017    M /trunk/configure.ac
26018
26019 sdl-image: needs -lwinmm on win32
26020
26021 ------------------------------------------------------------------------
26022 r20879 | damienf | 2007-07-24 21:14:57 +0200 (Tue, 24 Jul 2007) | 2 lines
26023 Changed paths:
26024    M /trunk/configure.ac
26025
26026 configure.ac: add link flags for win32
26027
26028 ------------------------------------------------------------------------
26029 r20878 | damienf | 2007-07-24 19:32:33 +0200 (Tue, 24 Jul 2007) | 2 lines
26030 Changed paths:
26031    M /trunk/src/Makefile.am
26032
26033 Makefile.am: much simpler rules for win32, now that libtoo linking is working
26034
26035 ------------------------------------------------------------------------
26036 r20877 | damienf | 2007-07-24 19:15:59 +0200 (Tue, 24 Jul 2007) | 2 lines
26037 Changed paths:
26038    M /trunk/bootstrap
26039    M /trunk/configure.ac
26040
26041 - mingw32: fix libtool linking.
26042
26043 ------------------------------------------------------------------------
26044 r20876 | damienf | 2007-07-24 00:36:45 +0200 (Tue, 24 Jul 2007) | 2 lines
26045 Changed paths:
26046    M /trunk/bootstrap
26047
26048 - bootstrap: quick fix for libtooling modules for mingw
26049
26050 ------------------------------------------------------------------------
26051 r20875 | xtophe | 2007-07-23 23:37:33 +0200 (Mon, 23 Jul 2007) | 2 lines
26052 Changed paths:
26053    M /trunk/share/Makefile.am
26054
26055 hrm. compile before commit. la la la
26056
26057 ------------------------------------------------------------------------
26058 r20874 | xtophe | 2007-07-23 23:29:35 +0200 (Mon, 23 Jul 2007) | 5 lines
26059 Changed paths:
26060    M /trunk/share/Makefile.am
26061    A /trunk/share/applications/vlc.desktop (from /trunk/share/applications/vlc.desktop.in:20872)
26062    D /trunk/share/applications/vlc.desktop.in
26063
26064 vlc.desktop: the version in it refers to the standard version not VLC version.
26065        - don't process it with config.status
26066        - get rif of the duplicate application/x-matroska
26067    Pointed by kwizart
26068
26069 ------------------------------------------------------------------------
26070 r20873 | pdherbemont | 2007-07-23 23:01:03 +0200 (Mon, 23 Jul 2007) | 2 lines
26071 Changed paths:
26072    M /trunk/extras/contrib/src/Makefile
26073
26074 contrib: Provide a glibtool as well as a glibtoolize on Mac OS X.
26075
26076 ------------------------------------------------------------------------
26077 r20872 | damienf | 2007-07-23 18:26:03 +0200 (Mon, 23 Jul 2007) | 2 lines
26078 Changed paths:
26079    M /trunk/src/Makefile.am
26080
26081 libvlc.dll: libtool fixes
26082
26083 ------------------------------------------------------------------------
26084 r20871 | damienf | 2007-07-23 11:01:56 +0200 (Mon, 23 Jul 2007) | 2 lines
26085 Changed paths:
26086    M /trunk/configure.ac
26087
26088 - configure.ac: only tests for Osso and Xdsp if X11 is available
26089
26090 ------------------------------------------------------------------------
26091 r20870 | xtophe | 2007-07-22 20:26:32 +0200 (Sun, 22 Jul 2007) | 2 lines
26092 Changed paths:
26093    M /trunk/modules/demux/Modules.am
26094
26095 Remove rtp.c which was added by mistake in [20846]
26096
26097 ------------------------------------------------------------------------
26098 r20869 | pdherbemont | 2007-07-22 18:58:33 +0200 (Sun, 22 Jul 2007) | 2 lines
26099 Changed paths:
26100    M /trunk/extras/contrib/src/Makefile
26101
26102 Revert the two previous commit as we are not using svn checkout, thus can't update, thus there is no clean solution to properly update the build bot.
26103
26104 ------------------------------------------------------------------------
26105 r20868 | pdherbemont | 2007-07-22 18:52:07 +0200 (Sun, 22 Jul 2007) | 2 lines
26106 Changed paths:
26107    M /trunk/extras/contrib/src/Makefile
26108
26109 contrib: Fix previous commit (oops).
26110
26111 ------------------------------------------------------------------------
26112 r20867 | pdherbemont | 2007-07-22 18:49:57 +0200 (Sun, 22 Jul 2007) | 2 lines
26113 Changed paths:
26114    M /trunk/extras/contrib/src/Makefile
26115
26116 contrib: Run svn update if needed in ffmpeg.
26117
26118 ------------------------------------------------------------------------
26119 r20866 | pdherbemont | 2007-07-22 13:02:02 +0200 (Sun, 22 Jul 2007) | 2 lines
26120 Changed paths:
26121    M /trunk/src/libvlc.sym
26122
26123 libvlc.sym: __module_Exists and decoder_GetInputAttachments are exported by libvlc.
26124
26125 ------------------------------------------------------------------------
26126 r20865 | pdherbemont | 2007-07-22 12:45:49 +0200 (Sun, 22 Jul 2007) | 2 lines
26127 Changed paths:
26128    M /trunk/Makefile.am
26129
26130 Makefile.am: With VLC-release.app make sure to install not to ln.
26131
26132 ------------------------------------------------------------------------
26133 r20864 | pdherbemont | 2007-07-22 01:04:43 +0200 (Sun, 22 Jul 2007) | 2 lines
26134 Changed paths:
26135    M /trunk/Makefile.am
26136
26137 Makefile.am: Make the VLC-release.app target libtool aware.
26138
26139 ------------------------------------------------------------------------
26140 r20863 | pdherbemont | 2007-07-21 22:52:11 +0200 (Sat, 21 Jul 2007) | 2 lines
26141 Changed paths:
26142    D /trunk/extras/contrib/src/Patches/dirac-osx.patch
26143
26144 contrib: dirac-osx.path is unused now.
26145
26146 ------------------------------------------------------------------------
26147 r20862 | pdherbemont | 2007-07-21 22:50:38 +0200 (Sat, 21 Jul 2007) | 2 lines
26148 Changed paths:
26149    M /trunk/extras/contrib/src/Makefile
26150
26151 contrib: Use dirac-cross.patch on Mac OS X.
26152
26153 ------------------------------------------------------------------------
26154 r20861 | pdherbemont | 2007-07-21 22:12:30 +0200 (Sat, 21 Jul 2007) | 2 lines
26155 Changed paths:
26156    M /trunk/configure.ac
26157
26158 configure.ac: Enable libtool on Mac OS X by default.
26159
26160 ------------------------------------------------------------------------
26161 r20860 | pdherbemont | 2007-07-21 22:10:21 +0200 (Sat, 21 Jul 2007) | 2 lines
26162 Changed paths:
26163    M /trunk/Makefile.am
26164
26165 Makefile.am: Use libtool on Mac OS X.
26166
26167 ------------------------------------------------------------------------
26168 r20859 | xtophe | 2007-07-21 16:23:41 +0200 (Sat, 21 Jul 2007) | 2 lines
26169 Changed paths:
26170    M /trunk/configure.ac
26171
26172 small cleanup missing in the previous commit
26173
26174 ------------------------------------------------------------------------
26175 r20858 | xtophe | 2007-07-21 16:15:29 +0200 (Sat, 21 Jul 2007) | 2 lines
26176 Changed paths:
26177    M /trunk/configure.ac
26178    M /trunk/modules/access/pvr.c
26179
26180 Better fix for <linux/videodev2.h> . Refs #1238 
26181
26182 ------------------------------------------------------------------------
26183 r20857 | pdherbemont | 2007-07-21 00:52:44 +0200 (Sat, 21 Jul 2007) | 2 lines
26184 Changed paths:
26185    M /trunk/bootstrap
26186
26187 bootstrap: Fix previous commit (oops I did it again).
26188
26189 ------------------------------------------------------------------------
26190 r20856 | pdherbemont | 2007-07-21 00:44:02 +0200 (Sat, 21 Jul 2007) | 2 lines
26191 Changed paths:
26192    M /trunk/bootstrap
26193
26194 boostrap: Fix previous commit (oops)
26195
26196 ------------------------------------------------------------------------
26197 r20855 | pdherbemont | 2007-07-21 00:40:23 +0200 (Sat, 21 Jul 2007) | 2 lines
26198 Changed paths:
26199    M /trunk/bootstrap
26200
26201 bootstrap: Use libtoolize from contrib by default.
26202
26203 ------------------------------------------------------------------------
26204 r20854 | pdherbemont | 2007-07-21 00:36:47 +0200 (Sat, 21 Jul 2007) | 2 lines
26205 Changed paths:
26206    M /trunk/extras/contrib/src/Makefile
26207
26208 contrib: Really install libtool on Mac OS X as default version isn't working well enough.
26209
26210 ------------------------------------------------------------------------
26211 r20853 | pdherbemont | 2007-07-21 00:34:57 +0200 (Sat, 21 Jul 2007) | 2 lines
26212 Changed paths:
26213    M /trunk/extras/contrib/src/packages.mak
26214
26215 contrib: Bump libtool version to latest stable 1.5.24.
26216
26217 ------------------------------------------------------------------------
26218 r20852 | xtophe | 2007-07-21 00:16:46 +0200 (Sat, 21 Jul 2007) | 4 lines
26219 Changed paths:
26220    M /trunk/configure.ac
26221
26222 Work-around a subtility of the preprocessor and use " instead of <>.
26223 This will break for the people with a linux/videodev2.h in srcdir or srcdir/modules/access but that's quite unlikely.
26224 Closes #1238
26225
26226 ------------------------------------------------------------------------
26227 r20851 | courmisch | 2007-07-20 22:55:02 +0200 (Fri, 20 Jul 2007) | 2 lines
26228 Changed paths:
26229    M /trunk/src/input/demux.c
26230    M /trunk/src/input/input_internal.h
26231    M /trunk/src/input/mem_stream.c
26232    M /trunk/src/input/stream.c
26233
26234 Remove dummy stream_t.pf_block
26235
26236 ------------------------------------------------------------------------
26237 r20850 | fenrir | 2007-07-20 21:45:21 +0200 (Fri, 20 Jul 2007) | 2 lines
26238 Changed paths:
26239    M /trunk/modules/demux/asf/asf.c
26240    M /trunk/modules/demux/asf/libasf.c
26241    M /trunk/modules/demux/asf/libasf.h
26242    M /trunk/modules/demux/mp4/libmp4.c
26243
26244 Fixed a bunch of warning because of stream_Peek change.
26245
26246 ------------------------------------------------------------------------
26247 r20849 | xtophe | 2007-07-20 19:19:17 +0200 (Fri, 20 Jul 2007) | 2 lines
26248 Changed paths:
26249    M /trunk/modules/demux/mkv.cpp
26250    M /trunk/modules/demux/mp4/mp4.c
26251
26252 Fix some const.
26253
26254 ------------------------------------------------------------------------
26255 r20848 | courmisch | 2007-07-20 17:51:26 +0200 (Fri, 20 Jul 2007) | 2 lines
26256 Changed paths:
26257    M /trunk/doc/fortunes.txt
26258
26259 svn:props
26260
26261 ------------------------------------------------------------------------
26262 r20847 | courmisch | 2007-07-20 17:50:43 +0200 (Fri, 20 Jul 2007) | 2 lines
26263 Changed paths:
26264    M /trunk/doc/release-howto.txt
26265
26266 UTF-8
26267
26268 ------------------------------------------------------------------------
26269 r20846 | courmisch | 2007-07-20 16:34:20 +0200 (Fri, 20 Jul 2007) | 3 lines
26270 Changed paths:
26271    M /trunk/modules/demux/Modules.am
26272    M /trunk/modules/demux/a52.c
26273    M /trunk/modules/demux/aiff.c
26274    M /trunk/modules/demux/au.c
26275    M /trunk/modules/demux/dts.c
26276    M /trunk/modules/demux/flac.c
26277    M /trunk/modules/demux/live555.cpp
26278    M /trunk/modules/demux/nsv.c
26279    M /trunk/modules/demux/ogg.c
26280    M /trunk/modules/demux/rawdv.c
26281    M /trunk/modules/demux/rawvid.c
26282    M /trunk/modules/demux/real.c
26283    M /trunk/modules/demux/wav.c
26284
26285 - Fix a bunch of warnings
26286 - Fix a bunch of abuse of strncmp (memcmp rulez)
26287
26288 ------------------------------------------------------------------------
26289 r20845 | courmisch | 2007-07-20 16:22:54 +0200 (Fri, 20 Jul 2007) | 3 lines
26290 Changed paths:
26291    M /trunk/include/vlc_stream.h
26292    M /trunk/src/input/demux.c
26293    M /trunk/src/input/input_internal.h
26294    M /trunk/src/input/mem_stream.c
26295    M /trunk/src/input/stream.c
26296
26297 Make stream_Peek take a const pointer as it should
26298 (This introduces a lot of warnings)
26299
26300 ------------------------------------------------------------------------
26301 r20844 | courmisch | 2007-07-20 16:04:50 +0200 (Fri, 20 Jul 2007) | 2 lines
26302 Changed paths:
26303    M /trunk/configure.ac
26304    M /trunk/m4/Makefile.am
26305    M /trunk/m4/codeset.m4
26306    M /trunk/m4/gettext.m4
26307    M /trunk/m4/glibc21.m4
26308    M /trunk/m4/iconv.m4
26309    M /trunk/m4/intdiv0.m4
26310    A /trunk/m4/intl.m4
26311    A /trunk/m4/intldir.m4
26312    M /trunk/m4/inttypes-pri.m4
26313    M /trunk/m4/inttypes_h.m4
26314    M /trunk/m4/lcmessage.m4
26315    M /trunk/m4/lib-ld.m4
26316    M /trunk/m4/lib-link.m4
26317    M /trunk/m4/lib-prefix.m4
26318    A /trunk/m4/lock.m4
26319    M /trunk/m4/progtest.m4
26320    M /trunk/m4/stdint_h.m4
26321    M /trunk/m4/uintmax_t.m4
26322    M /trunk/m4/ulonglong.m4
26323    A /trunk/m4/visibility.m4
26324    M /trunk/po/Makefile.in.in
26325    M /trunk/po/Makevars
26326
26327 Resync gettext with contrib
26328
26329 ------------------------------------------------------------------------
26330 r20843 | courmisch | 2007-07-20 15:53:29 +0200 (Fri, 20 Jul 2007) | 3 lines
26331 Changed paths:
26332    M /trunk/src/Makefile.am
26333
26334 Try to fix NLS on Win32
26335 Somehow gettext fails on mingw32 here, so cannot test
26336
26337 ------------------------------------------------------------------------
26338 r20842 | courmisch | 2007-07-20 15:24:54 +0200 (Fri, 20 Jul 2007) | 2 lines
26339 Changed paths:
26340    M /trunk/bootstrap
26341
26342 Stupid typo
26343
26344 ------------------------------------------------------------------------
26345 r20841 | courmisch | 2007-07-20 15:13:53 +0200 (Fri, 20 Jul 2007) | 2 lines
26346 Changed paths:
26347    M /trunk/bootstrap
26348
26349 Clean up
26350
26351 ------------------------------------------------------------------------
26352 r20840 | jpsaman | 2007-07-20 14:46:02 +0200 (Fri, 20 Jul 2007) | 2 lines
26353 Changed paths:
26354    M /trunk/src/video_output/vout_subpictures.c
26355
26356 Don't scale when original widht/height is zero.
26357
26358 ------------------------------------------------------------------------
26359 r20839 | bitmap | 2007-07-20 01:05:27 +0200 (Fri, 20 Jul 2007) | 2 lines
26360 Changed paths:
26361    M /trunk/modules/misc/freetype.c
26362
26363 (hopefully) a fix for issue found by Ilkka Ollakka introduced in commit 20729
26364
26365 ------------------------------------------------------------------------
26366 r20838 | pdherbemont | 2007-07-19 22:14:50 +0200 (Thu, 19 Jul 2007) | 2 lines
26367 Changed paths:
26368    M /trunk/bootstrap
26369
26370 bootstrap: Attempt to fix Mac OS X build using libtool. Please review.
26371
26372 ------------------------------------------------------------------------
26373 r20837 | courmisch | 2007-07-19 21:06:19 +0200 (Thu, 19 Jul 2007) | 2 lines
26374 Changed paths:
26375    M /trunk/modules/access/udp.c
26376
26377 Same as previous commit
26378
26379 ------------------------------------------------------------------------
26380 r20836 | courmisch | 2007-07-19 21:00:17 +0200 (Thu, 19 Jul 2007) | 2 lines
26381 Changed paths:
26382    M /trunk/modules/access/udp.c
26383
26384 Remove extra whitespace
26385
26386 ------------------------------------------------------------------------
26387 r20835 | pdherbemont | 2007-07-19 19:57:42 +0200 (Thu, 19 Jul 2007) | 2 lines
26388 Changed paths:
26389    M /trunk/src/control/event.c
26390
26391 control/event.c: Make sure intall_input_event returns a value.
26392
26393 ------------------------------------------------------------------------
26394 r20834 | pdherbemont | 2007-07-19 19:34:23 +0200 (Thu, 19 Jul 2007) | 2 lines
26395 Changed paths:
26396    M /trunk/src/Makefile.am
26397
26398 src/Makefile.am: Only allow libvlc-control symbols that are prefixed by libvlc|mediacontrol. (Use to be symbol that contains libvlc or mediacontrol. This is a fix for Mac OS X and libtool.
26399
26400 ------------------------------------------------------------------------
26401 r20833 | courmisch | 2007-07-19 19:28:35 +0200 (Thu, 19 Jul 2007) | 3 lines
26402 Changed paths:
26403    M /trunk/bootstrap
26404
26405 Remove non-libtool targets.
26406 automake could hardly keep up with 700 targets.
26407
26408 ------------------------------------------------------------------------
26409 r20832 | courmisch | 2007-07-19 18:32:23 +0200 (Thu, 19 Jul 2007) | 2 lines
26410 Changed paths:
26411    M /trunk/src/Makefile.am
26412
26413 Always use libtool here
26414
26415 ------------------------------------------------------------------------
26416 r20831 | courmisch | 2007-07-19 17:47:50 +0200 (Thu, 19 Jul 2007) | 2 lines
26417 Changed paths:
26418    M /trunk/src/Makefile.am
26419
26420 Cosmetic fix
26421
26422 ------------------------------------------------------------------------
26423 r20830 | courmisch | 2007-07-19 17:47:06 +0200 (Thu, 19 Jul 2007) | 2 lines
26424 Changed paths:
26425    M /trunk/src/Makefile.am
26426
26427 Remove the most useless Makefile statement ever
26428
26429 ------------------------------------------------------------------------
26430 r20829 | jpsaman | 2007-07-19 16:50:53 +0200 (Thu, 19 Jul 2007) | 2 lines
26431 Changed paths:
26432    M /trunk/modules/video_filter/osdmenu.c
26433
26434 Fix positioning of subpicture regions in osdmenu.
26435
26436 ------------------------------------------------------------------------
26437 r20828 | jpsaman | 2007-07-19 15:45:30 +0200 (Thu, 19 Jul 2007) | 2 lines
26438 Changed paths:
26439    M /trunk/modules/video_filter/scale.c
26440
26441 Don't scale when source or destination width/height is zero. Fixes a arithmic exception (division by zero).
26442
26443 ------------------------------------------------------------------------
26444 r20827 | phmo95 | 2007-07-19 14:57:50 +0200 (Thu, 19 Jul 2007) | 3 lines
26445 Changed paths:
26446    M /trunk/bindings/java/src/core-jni.cc
26447    M /trunk/bindings/java/src/input-jni.cc
26448
26449 Add input check.
26450 Avoid mallocing/freeing a libvlc_exception_t (end).
26451
26452 ------------------------------------------------------------------------
26453 r20826 | dionoea | 2007-07-19 00:14:57 +0200 (Thu, 19 Jul 2007) | 2 lines
26454 Changed paths:
26455    M /trunk/modules/demux/rawvid.c
26456
26457 Also demux YUV4MPEG2 files with the raw video demux. Bump the demux score so that it's tested before ffmpeg. ( http://wiki.multimedia.cx/index.php?title=YUV4MPEG2 )
26458
26459 ------------------------------------------------------------------------
26460 r20825 | courmisch | 2007-07-18 21:47:29 +0200 (Wed, 18 Jul 2007) | 2 lines
26461 Changed paths:
26462    M /trunk/bootstrap
26463    M /trunk/configure.ac
26464
26465 Remove some useless cruft
26466
26467 ------------------------------------------------------------------------
26468 r20824 | phmo95 | 2007-07-18 18:54:09 +0200 (Wed, 18 Jul 2007) | 3 lines
26469 Changed paths:
26470    M /trunk/bindings/java/src/audio-jni.cc
26471    M /trunk/bindings/java/src/callback-jni.cc
26472    M /trunk/bindings/java/src/input-jni.cc
26473    M /trunk/bindings/java/src/playlist-jni.cc
26474    M /trunk/bindings/java/src/utils.h
26475    M /trunk/bindings/java/src/video-jni.cc
26476    M /trunk/bindings/java/src/vlm-jni.cc
26477
26478 Avoid allocating/freeing livlc_exception_t.
26479
26480
26481 ------------------------------------------------------------------------
26482 r20823 | jb | 2007-07-18 06:37:24 +0200 (Wed, 18 Jul 2007) | 2 lines
26483 Changed paths:
26484    M /trunk/extras/contrib/src/Distributions/win32.mak
26485
26486 Contribs:  build taglib on Windows. Don't know yet about the detection in main configure. (Ref #1247)
26487
26488 ------------------------------------------------------------------------
26489 r20822 | jb | 2007-07-18 06:29:02 +0200 (Wed, 18 Jul 2007) | 4 lines
26490 Changed paths:
26491    M /trunk/NEWS
26492    M /trunk/src/libvlc-common.c
26493
26494 D-Bus: "org.mpris.vlc" adjustement.
26495 Patch from Mirsal, as often.
26496
26497
26498 ------------------------------------------------------------------------
26499 r20821 | jb | 2007-07-18 06:21:59 +0200 (Wed, 18 Jul 2007) | 24 lines
26500 Changed paths:
26501    M /trunk/src/libvlc-module.c
26502
26503 Default keys for !mac changes:
26504 The idea is that "Ctrl + small letter" are now reserved to interface for
26505 dialogs/windows showing.
26506
26507 =====
26508 * Subtitles delay are now 'g','h' (g down, h up) instead of Ctrl+'h'|'j'
26509 * Audio delay are now 'k', 'j' ( j down, k up ) in order to mimic
26510 subtitles delay (g h j k are next to each other on most keyboards).
26511
26512 * loop is 'l' instead of shift+l to simplify and match random that is 'r'.
26513
26514 * audio and subtitles tracks are 'b' and 'v', instead of 'l', 'k', used
26515 now for delay, since all delays are regrouped.
26516
26517 * Menus, title and chapter are now alt+  instead of Ctrl+ and are using
26518 'n','p' for next/previous chapter and 'o','b' for other (title) next/previous
26519 (o, b are next to n, p)
26520
26521 History is using alt+g, alt+h instead of ctrl+v , ctrl+b, (g & h are
26522 next to each other)
26523
26524 Record is using now Ctrl+shift+r to mimic dump which is ctrl + shift +d.
26525
26526
26527 ------------------------------------------------------------------------
26528 r20820 | dionoea | 2007-07-18 00:00:35 +0200 (Wed, 18 Jul 2007) | 2 lines
26529 Changed paths:
26530    M /trunk/NEWS
26531
26532 Add raw video demux to the NEWS.
26533
26534 ------------------------------------------------------------------------
26535 r20819 | dionoea | 2007-07-17 23:59:22 +0200 (Tue, 17 Jul 2007) | 3 lines
26536 Changed paths:
26537    M /trunk/modules/demux/rawvid.c
26538
26539 Automatically load files with the following extension using the rawvid module (and set height, width, aspect ratio, chroma and fps correctly): sqcif, qcif, cif, 4cif, 16cif, yuv.
26540
26541
26542 ------------------------------------------------------------------------
26543 r20818 | dionoea | 2007-07-17 23:40:03 +0200 (Tue, 17 Jul 2007) | 3 lines
26544 Changed paths:
26545    M /trunk/modules/demux/rawvid.c
26546
26547 Add aspect ratio and chroma option to the rawvid demux.
26548 Add some sanity checks to the options' values.
26549
26550 ------------------------------------------------------------------------
26551 r20815 | thresh | 2007-07-17 23:20:00 +0200 (Tue, 17 Jul 2007) | 2 lines
26552 Changed paths:
26553    M /trunk/doc/fortunes.txt
26554
26555 And another fortune from funman.
26556
26557 ------------------------------------------------------------------------
26558 r20814 | jb | 2007-07-17 19:54:05 +0200 (Tue, 17 Jul 2007) | 3 lines
26559 Changed paths:
26560    M /trunk/modules/gui/qt4/main_interface.cpp
26561    M /trunk/modules/gui/qt4/main_interface.hpp
26562
26563 qt4 - Renaming a function.
26564
26565
26566 ------------------------------------------------------------------------
26567 r20813 | jb | 2007-07-17 19:50:35 +0200 (Tue, 17 Jul 2007) | 3 lines
26568 Changed paths:
26569    M /trunk/modules/gui/qt4/main_interface.cpp
26570
26571 Qt4 - Cosmetics on previous commit and comments.
26572
26573
26574 ------------------------------------------------------------------------
26575 r20812 | jb | 2007-07-17 19:43:28 +0200 (Tue, 17 Jul 2007) | 3 lines
26576 Changed paths:
26577    M /trunk/modules/gui/qt4/main_interface.cpp
26578    M /trunk/modules/gui/qt4/menus.cpp
26579
26580 Qt4: Systray Menu segfaults. Don't register the connects if you don't have a systray.
26581
26582
26583 ------------------------------------------------------------------------
26584 r20811 | oaubert | 2007-07-17 15:12:55 +0200 (Tue, 17 Jul 2007) | 2 lines
26585 Changed paths:
26586    M /trunk/src/control/mediacontrol_audio_video.c
26587    M /trunk/src/video_output/vout_intf.c
26588
26589 Fix locking issues in (embedded) snapshot code
26590
26591 ------------------------------------------------------------------------
26592 r20810 | damienf | 2007-07-17 13:05:30 +0200 (Tue, 17 Jul 2007) | 2 lines
26593 Changed paths:
26594    M /trunk/configure.ac
26595    M /trunk/m4/vlc.m4
26596    M /trunk/vlc-config.in.in
26597
26598 vlc-config: fixed optimizations by splitting CFLAGS_OPTIM into CFLAGS_OPTIM_SIZE and CFLAGS_OPTIM_SPEED, and only one of which is used depending on value --enable-optimize-memory, moreover CFLAGS_NOOPTIM is set to -O0 rather than -O2 whenever possible
26599
26600 ------------------------------------------------------------------------
26601 r20809 | thresh | 2007-07-17 12:33:23 +0200 (Tue, 17 Jul 2007) | 2 lines
26602 Changed paths:
26603    M /trunk/AUTHORS
26604
26605 Add myself.
26606
26607 ------------------------------------------------------------------------
26608 r20808 | damienf | 2007-07-17 12:09:56 +0200 (Tue, 17 Jul 2007) | 2 lines
26609 Changed paths:
26610    M /trunk/extras/contrib/src/Makefile
26611
26612 - contribs: cleanup pthreads for win32 target
26613
26614 ------------------------------------------------------------------------
26615 r20807 | damienf | 2007-07-17 10:43:14 +0200 (Tue, 17 Jul 2007) | 2 lines
26616 Changed paths:
26617    M /trunk/extras/contrib/src/Makefile
26618
26619 contribs: fix lua compile on cygwin/mingw/win32
26620
26621 ------------------------------------------------------------------------
26622 r20806 | fenrir | 2007-07-16 22:45:20 +0200 (Mon, 16 Jul 2007) | 2 lines
26623 Changed paths:
26624    M /trunk/modules/demux/asf/libasf.c
26625
26626 Fixed access to (potentially) uninitialized data (close #1246, reported by aurelien).
26627
26628 ------------------------------------------------------------------------
26629 r20805 | pdherbemont | 2007-07-16 21:17:28 +0200 (Mon, 16 Jul 2007) | 2 lines
26630 Changed paths:
26631    M /trunk/src/input/input_internal.h
26632
26633 input/input_internal.h: Provide a more discouraging warning message. (as requested by courmish)
26634
26635 ------------------------------------------------------------------------
26636 r20801 | pdherbemont | 2007-07-15 19:14:22 +0200 (Sun, 15 Jul 2007) | 2 lines
26637 Changed paths:
26638    M /trunk/src/input/input_internal.h
26639
26640 input/input_internal.h: Be more polite in the warning message.
26641
26642 ------------------------------------------------------------------------
26643 r20800 | phmo95 | 2007-07-15 10:06:29 +0200 (Sun, 15 Jul 2007) | 3 lines
26644 Changed paths:
26645    M /trunk/bindings/java/src/audio-jni.cc
26646    M /trunk/bindings/java/src/input-jni.cc
26647    M /trunk/bindings/java/src/video-jni.cc
26648
26649 Add libvlc_media_instance_release(input) call to correctly release
26650 the media instance.
26651
26652 ------------------------------------------------------------------------
26653 r20799 | bitmap | 2007-07-15 04:08:22 +0200 (Sun, 15 Jul 2007) | 3 lines
26654 Changed paths:
26655    M /trunk/modules/codec/subsdec.c
26656
26657 Recognise subsdec-formatted variable when rendering USF and SRT subtitles, and
26658 turn off styling of text if appropriate.
26659
26660 ------------------------------------------------------------------------
26661 r20798 | pdherbemont | 2007-07-14 22:54:33 +0200 (Sat, 14 Jul 2007) | 2 lines
26662 Changed paths:
26663    M /trunk/src/control/media_instance.c
26664
26665 control/media_instance.c: Work around a missing playlist feature: Playlist should increment the input refcount, and destroy it based upon its refcount value. (this is a temporary hack to allow libvlc usage, until we fix the playlist). 
26666
26667 ------------------------------------------------------------------------
26668 r20797 | kenself | 2007-07-13 22:38:12 +0200 (Fri, 13 Jul 2007) | 1 line
26669 Changed paths:
26670    M /trunk/modules/access/bda/bdagraph.cpp
26671
26672 BDA - minor bug fix in graph destructor
26673 ------------------------------------------------------------------------
26674 r20796 | pdherbemont | 2007-07-13 22:32:45 +0200 (Fri, 13 Jul 2007) | 2 lines
26675 Changed paths:
26676    M /trunk/src/control/media_instance.c
26677
26678 control/media_instance.c: Make sure we initialize every md's variables in _new_from_input_thread.
26679
26680 ------------------------------------------------------------------------
26681 r20795 | oaubert | 2007-07-13 10:23:25 +0200 (Fri, 13 Jul 2007) | 2 lines
26682 Changed paths:
26683    M /trunk/src/control/mediacontrol_audio_video.c
26684    M /trunk/src/control/mediacontrol_core.c
26685    M /trunk/src/control/mediacontrol_internal.h
26686    M /trunk/src/control/mediacontrol_util.c
26687
26688 mediacontrol: prefix unit conversion functions with private_
26689
26690 ------------------------------------------------------------------------
26691 r20794 | oaubert | 2007-07-12 23:05:02 +0200 (Thu, 12 Jul 2007) | 5 lines
26692 Changed paths:
26693    M /trunk/include/vlc/mediacontrol.h
26694    M /trunk/include/vlc/mediacontrol_structures.h
26695    M /trunk/src/control/mediacontrol_audio_video.c
26696    M /trunk/src/control/mediacontrol_core.c
26697    M /trunk/src/control/mediacontrol_internal.h
26698    M /trunk/src/control/mediacontrol_util.c
26699
26700 mediacontrol: 
26701  * prefix non-exported function names with private_ (as by Pierre d'Herbemont's suggestion)
26702  * move private functions definitions to src/control/mediacontrol_internal.h
26703  * move all structure definitions to include/vlc/mediacontrol_structure.h
26704
26705 ------------------------------------------------------------------------
26706 r20793 | xtophe | 2007-07-12 20:41:39 +0200 (Thu, 12 Jul 2007) | 2 lines
26707 Changed paths:
26708    M /trunk/extras/contrib/src/Patches/live-starttime.patch
26709
26710 Refresh patch.
26711
26712 ------------------------------------------------------------------------
26713 r20792 | oaubert | 2007-07-12 18:57:43 +0200 (Thu, 12 Jul 2007) | 2 lines
26714 Changed paths:
26715    M /trunk/include/vlc_common.h
26716
26717 vlc_common.h: fix typo in define variable name
26718
26719 ------------------------------------------------------------------------
26720 r20791 | oaubert | 2007-07-12 18:56:22 +0200 (Thu, 12 Jul 2007) | 2 lines
26721 Changed paths:
26722    M /trunk/include/vlc/mediacontrol.h
26723    M /trunk/src/control/mediacontrol_internal.h
26724
26725 Revert part of r20746, which indeed broke the build of python bindings
26726
26727 ------------------------------------------------------------------------
26728 r20790 | jb | 2007-07-11 20:09:20 +0200 (Wed, 11 Jul 2007) | 3 lines
26729 Changed paths:
26730    M /trunk/extras/contrib/src/packages.mak
26731
26732 Contribs: gnutls 1.6.2 => 1.6.3
26733
26734
26735 ------------------------------------------------------------------------
26736 r20789 | pdherbemont | 2007-07-11 20:00:35 +0200 (Wed, 11 Jul 2007) | 2 lines
26737 Changed paths:
26738    M /trunk/src/control/media_instance.c
26739
26740 control/media_instance: More lock sanitization. (oops).
26741
26742 ------------------------------------------------------------------------
26743 r20788 | jb | 2007-07-11 19:46:26 +0200 (Wed, 11 Jul 2007) | 3 lines
26744 Changed paths:
26745    M /trunk/extras/contrib/src/packages.mak
26746
26747 Contrib: libpng 1.2.16 => 1.2.18 (fix CVE-2007-2445, VU#684664)
26748
26749
26750 ------------------------------------------------------------------------
26751 r20787 | jb | 2007-07-11 18:44:40 +0200 (Wed, 11 Jul 2007) | 4 lines
26752 Changed paths:
26753    M /trunk/extras/contrib/src/packages.mak
26754
26755 Contribs: Freetype 2.3.4 => 2.3.5 
26756           Speex 1.2b1 => 1.2b2
26757
26758
26759 ------------------------------------------------------------------------
26760 r20786 | jb | 2007-07-11 18:38:41 +0200 (Wed, 11 Jul 2007) | 3 lines
26761 Changed paths:
26762    M /trunk/extras/contrib/src/packages.mak
26763
26764 Contrib: Xml2 => 2.6.29
26765
26766
26767 ------------------------------------------------------------------------
26768 r20785 | thresh | 2007-07-11 15:08:55 +0200 (Wed, 11 Jul 2007) | 6 lines
26769 Changed paths:
26770    M /trunk/modules/codec/araw.c
26771    M /trunk/modules/demux/mp4/mp4.c
26772
26773 Allow playback of in24 little-endian or big-endian in mov files.
26774 to check:
26775 ffmpeg -i 01\ Sam\'s\ Town.mp3 -ac 1 -acodec pcm_s24be 24be.mov
26776 ffmpeg -i 01\ Sam\'s\ Town.mp3 -ac 1 -acodec pcm_s24le 24le.mov
26777 Patch by Ilkka Ollakka.
26778
26779 ------------------------------------------------------------------------
26780 r20784 | thresh | 2007-07-11 14:23:22 +0200 (Wed, 11 Jul 2007) | 3 lines
26781 Changed paths:
26782    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
26783
26784 QT4: Force need_update on creation so we could view everything on first open of Media Information window
26785 Patch by Hannes Domani, ssbssa -AT- yahoo -boring dot- de
26786
26787 ------------------------------------------------------------------------
26788 r20783 | thresh | 2007-07-11 14:18:31 +0200 (Wed, 11 Jul 2007) | 4 lines
26789 Changed paths:
26790    M /trunk/modules/gui/qt4/dialogs/open.cpp
26791
26792 QT4: Set advanced checkbox to checked.
26793 Windows: don't do resizing.
26794 Patch by Hannes Domani, ssbssa -AT- yahoo -boring dot- de
26795
26796 ------------------------------------------------------------------------
26797 r20782 | thresh | 2007-07-11 14:00:33 +0200 (Wed, 11 Jul 2007) | 2 lines
26798 Changed paths:
26799    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
26800
26801 QT4: Jump to current item on itemchange. Patch by Ilkka Ollakka.
26802
26803 ------------------------------------------------------------------------
26804 r20781 | jb | 2007-07-10 22:15:14 +0200 (Tue, 10 Jul 2007) | 18 lines
26805 Changed paths:
26806    M /trunk/modules/misc/freetype.c
26807
26808 * Adds a raster animation to text tagged with <karaoke> tags (like in USF
26809   files)The timing of the raster is determined by t= tags contained within
26810   the tags. For a  demonstration of karaoke refer to the sample file attached.
26811
26812 * Support for bi-directional text needs to behave inside karaoke
26813   tags. (In right to left text the raster needs to move from right to left
26814   instead of left to right - it is supporting this feature that makes this
26815   patch a little more complicated than it would otherwise be)
26816
26817 * Made the internal handling of font color and alpha tags more consistent
26818   and convenient in a few places by storing in one variable as AARRGGBB,
26819   rather than 2.
26820
26821 * Some cleanup of other code.
26822
26823 Patch by Bernie Purcell.
26824
26825
26826 ------------------------------------------------------------------------
26827 r20780 | pdherbemont | 2007-07-10 22:09:08 +0200 (Tue, 10 Jul 2007) | 2 lines
26828 Changed paths:
26829    M /trunk/extras/contrib/src/Patches/dirac-cross.patch
26830
26831 extras/contrib: Fix dirac patch which was reverted.
26832
26833 ------------------------------------------------------------------------
26834 r20779 | pdherbemont | 2007-07-10 20:58:28 +0200 (Tue, 10 Jul 2007) | 2 lines
26835 Changed paths:
26836    M /trunk/src/control/media_instance.c
26837
26838 control/media_instance.c: Fix a warning on missing parenthesis in a if statement.
26839
26840 ------------------------------------------------------------------------
26841 r20778 | pdherbemont | 2007-07-10 20:56:44 +0200 (Tue, 10 Jul 2007) | 2 lines
26842 Changed paths:
26843    M /trunk/src/control/media_instance.c
26844
26845 control/media_instance.c: Fix the dead lock reported by Olivier Aubert.
26846
26847 ------------------------------------------------------------------------
26848 r20777 | pdherbemont | 2007-07-09 22:52:11 +0200 (Mon, 09 Jul 2007) | 2 lines
26849 Changed paths:
26850    M /trunk/src/control/media_descriptor.c
26851
26852 control/media_descriptor.c: Use vlc_gc_* function to prevent input_item_t leak. And prefer p_md over p_media_desc as a variable name. 
26853
26854 ------------------------------------------------------------------------
26855 r20776 | pdherbemont | 2007-07-09 21:27:47 +0200 (Mon, 09 Jul 2007) | 2 lines
26856 Changed paths:
26857    M /trunk/src/control/media_descriptor.c
26858
26859 control/media_descriptor.c: Don't destroy the input_item, because it might still be needed. We don't have any proper way to do that for now, so we simply leaks it(!).
26860
26861 ------------------------------------------------------------------------
26862 r20775 | xtophe | 2007-07-09 20:58:11 +0200 (Mon, 09 Jul 2007) | 2 lines
26863 Changed paths:
26864    M /trunk/modules/demux/ts.c
26865
26866 fix [20770]
26867
26868 ------------------------------------------------------------------------
26869 r20774 | pdherbemont | 2007-07-09 19:23:19 +0200 (Mon, 09 Jul 2007) | 2 lines
26870 Changed paths:
26871    M /trunk/src/control/event.c
26872
26873 control/event.c: Make sure the callback list is initially set to NULL. (Likely fix the crash reported by Olivier Aubert).
26874
26875 ------------------------------------------------------------------------
26876 r20773 | xtophe | 2007-07-09 14:09:18 +0200 (Mon, 09 Jul 2007) | 2 lines
26877 Changed paths:
26878    M /trunk/modules/codec/Modules.am
26879
26880 Oups
26881
26882 ------------------------------------------------------------------------
26883 r20772 | fkuehne | 2007-07-09 01:00:52 +0200 (Mon, 09 Jul 2007) | 1 line
26884 Changed paths:
26885    M /trunk/modules/gui/macosx/playlist.m
26886    M /trunk/modules/gui/macosx/prefs_widgets.m
26887
26888 * replaced a couple of to-be-deprecated cStrings by UTF8Strings
26889 ------------------------------------------------------------------------
26890 r20771 | fkuehne | 2007-07-08 23:15:59 +0200 (Sun, 08 Jul 2007) | 1 line
26891 Changed paths:
26892    M /trunk/extras/contrib/bootstrap
26893    M /trunk/extras/contrib/src/Patches/live-starttime.patch
26894
26895 * updated the live patch and added a sanity check for future Darwin releases
26896 ------------------------------------------------------------------------
26897 r20770 | xtophe | 2007-07-08 22:05:02 +0200 (Sun, 08 Jul 2007) | 2 lines
26898 Changed paths:
26899    M /trunk/configure.ac
26900    M /trunk/modules/codec/Modules.am
26901    A /trunk/modules/codec/telx.c (from /trunk/modules/codec/telx.c:20761)
26902    M /trunk/modules/codec/zvbi.c
26903    M /trunk/modules/demux/ts.c
26904
26905 Ressucitate the telx module and make it to conflict with the zvbi module
26906
26907 ------------------------------------------------------------------------
26908 r20769 | jb | 2007-07-08 18:04:26 +0200 (Sun, 08 Jul 2007) | 3 lines
26909 Changed paths:
26910    M /trunk/modules/gui/qt4/Modules.am
26911    M /trunk/modules/gui/qt4/menus.cpp
26912    M /trunk/modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png
26913    A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_16px.png
26914    A /trunk/modules/gui/qt4/pixmaps/vlc_settings_16px.png
26915    M /trunk/modules/gui/qt4/res.qrc
26916
26917 Qt4 - Menus and new icons. Remove the isCheckable option from extended/playlist.
26918
26919
26920 ------------------------------------------------------------------------
26921 r20768 | pdherbemont | 2007-07-08 17:22:53 +0200 (Sun, 08 Jul 2007) | 2 lines
26922 Changed paths:
26923    M /trunk/src/control/libvlc_internal.h
26924    M /trunk/src/control/media_instance.c
26925
26926 Libvlc: Make medi_instance thread safe and implement the basics for refcounting.
26927
26928 ------------------------------------------------------------------------
26929 r20767 | jpsaman | 2007-07-07 21:36:30 +0200 (Sat, 07 Jul 2007) | 2 lines
26930 Changed paths:
26931    M /trunk/activex/vlccontrol2.cpp
26932
26933 Use libvlc_media_instance_t instead of libvlc_input_t.
26934
26935 ------------------------------------------------------------------------
26936 r20766 | fenrir | 2007-07-07 21:02:03 +0200 (Sat, 07 Jul 2007) | 56 lines
26937 Changed paths:
26938    M /trunk/include/vlc_osd.h
26939    M /trunk/modules/codec/sdl_image.c
26940    M /trunk/modules/codec/subsdec.c
26941    M /trunk/modules/misc/freetype.c
26942    M /trunk/modules/misc/quartztext.c
26943    M /trunk/src/video_output/vout_subpictures.c
26944
26945 all: Subtitle improvment patch by Bernie Purcell.
26946
26947 Author comments:
26948
26949 It makes the following changes:
26950 * Changes to vout_subpictures.c to create some new variables which
26951 renderers are free to use to render time-specific subtitling
26952 information, such as karaoke. One of these variables allows for the text
26953 region to not be permanently converted to YUVA/YUVP - so that more than
26954 one pass can be made on the subtitle - so that it will update correctly
26955 over time. If a rendering module doesn't use or change any of the
26956 variables it behaves the same as usual, with the text region being
26957 rendered just the once to a YUVA/YUVP region and then just blended to
26958 the video on future passes.
26959
26960 * Changes to alignment implementation: no longer use the i_text_align
26961 field of font_style_t at all; require the alignment to be correctly
26962 setup solely in the subpicture_region_t's i_align field (this is so that
26963 the alignment initially inherited from a style can be overridden). This
26964 meant minor changes to freetype.c and quartztext.c as well as the
26965 deletion of the i_text_align field in vlc_osd.h. It also involved some
26966 changes in subsdec.c, where most of the work in this patch occurs.
26967
26968 * Minor change to quartztext.c to correct the interpretation of font
26969 size parameter, making it consistent with a similar change being made in
26970 subsdec.c, and to strip out multiple whitespace in html subtitles
26971 (Similar changes to the freetype.c module have already been made as part
26972 of a separate larger patch submission to fix problems with bidirectional
26973 styled text in that module)
26974
26975 * Adds 2 new fields for carrying karaoke specific information to the
26976 text_style_t struct in vlc_osd.h. Changed the default_text_style's
26977 definition to agree with the changes made in the fields of text_style_t
26978 struct.
26979
26980 * Support for <image> and <karaoke> subtitles in subsdec.c. (Full
26981 working karaoke also requires an as-yet unsubmitted patch to the
26982 renderers to implement)
26983
26984 * Support for more than one subpicture_region_t per timestamp, with each
26985 subpicture region being able to have its own alignment and margins and
26986 type: text or image
26987
26988 * Better calculation of plain-text versions of html subtitles
26989
26990 NB: This patch still makes use of a mechanism of explicitly requesting
26991 the sdl_image module to decode any images it wants. The main reason for
26992 this is that the bmp decoder in ffmpeg (the image decoder with the
26993 highest score) presently only handles 16, 24 and 32 bit depths. An
26994 alternative is for us to switch off the bmp support in ffmpeg for the
26995 time being and the segment of code in subsdec.c that explicitly requests
26996 this module (along with one line added to sdl_image.c) can be removed.
26997 I'm not fussed by either implementation, but this way probably affects
26998 fewer other modules, so have submitted it this way.
26999
27000
27001 ------------------------------------------------------------------------
27002 r20765 | pdherbemont | 2007-07-07 19:45:13 +0200 (Sat, 07 Jul 2007) | 2 lines
27003 Changed paths:
27004    M /trunk/modules/gui/macosx/Modules.am
27005
27006 Mac OS X gui: Work around an automake/libtool bug with Objective-C files handling.
27007
27008 ------------------------------------------------------------------------
27009 r20764 | xtophe | 2007-07-07 01:03:13 +0200 (Sat, 07 Jul 2007) | 2 lines
27010 Changed paths:
27011    M /trunk/po/POTFILES.in
27012
27013 telx.c was removed
27014
27015 ------------------------------------------------------------------------
27016 r20763 | jpsaman | 2007-07-06 23:33:15 +0200 (Fri, 06 Jul 2007) | 2 lines
27017 Changed paths:
27018    M /trunk/configure.ac
27019
27020 Remove telx decoder from configure.ac
27021
27022 ------------------------------------------------------------------------
27023 r20762 | jpsaman | 2007-07-06 23:33:10 +0200 (Fri, 06 Jul 2007) | 2 lines
27024 Changed paths:
27025    M /trunk/configure.ac
27026    M /trunk/modules/codec/Modules.am
27027    D /trunk/modules/codec/telx.c
27028    M /trunk/modules/demux/ts.c
27029
27030 Removed telx Teletext decoder in favor of zvbi based Teletext decoder.
27031
27032 ------------------------------------------------------------------------
27033 r20761 | jpsaman | 2007-07-06 23:33:05 +0200 (Fri, 06 Jul 2007) | 2 lines
27034 Changed paths:
27035    M /trunk/modules/demux/ts.c
27036
27037 Small cleanup
27038
27039 ------------------------------------------------------------------------
27040 r20760 | jpsaman | 2007-07-06 23:33:00 +0200 (Fri, 06 Jul 2007) | 2 lines
27041 Changed paths:
27042    M /trunk/modules/demux/ts.c
27043
27044 Remove whitespace.
27045
27046 ------------------------------------------------------------------------
27047 r20759 | jpsaman | 2007-07-06 23:32:56 +0200 (Fri, 06 Jul 2007) | 2 lines
27048 Changed paths:
27049    M /trunk/modules/codec/zvbi.c
27050
27051 Free zvbi resources on error in Open() function.
27052
27053 ------------------------------------------------------------------------
27054 r20758 | jpsaman | 2007-07-06 23:32:52 +0200 (Fri, 06 Jul 2007) | 2 lines
27055 Changed paths:
27056    M /trunk/modules/codec/zvbi.c
27057
27058 Compile fix.
27059
27060 ------------------------------------------------------------------------
27061 r20757 | jpsaman | 2007-07-06 23:32:48 +0200 (Fri, 06 Jul 2007) | 2 lines
27062 Changed paths:
27063    M /trunk/extras/contrib/src/Makefile
27064
27065 Removed -fnested-functions for other platforms except MacOS X
27066
27067 ------------------------------------------------------------------------
27068 r20756 | jpsaman | 2007-07-06 23:32:43 +0200 (Fri, 06 Jul 2007) | 2 lines
27069 Changed paths:
27070    M /trunk/activex/axvlc.idl
27071    M /trunk/activex/vlccontrol2.cpp
27072    M /trunk/activex/vlccontrol2.h
27073    M /trunk/include/vlc/libvlc.h
27074    M /trunk/mozilla/control/npolibvlc.cpp
27075    M /trunk/src/control/video.c
27076
27077 JavaScript API to change the selected teletext page from IE ActiveX, Mozilla/Firefox, Safari webbrowser plugins.
27078
27079 ------------------------------------------------------------------------
27080 r20755 | jpsaman | 2007-07-06 23:32:38 +0200 (Fri, 06 Jul 2007) | 2 lines
27081 Changed paths:
27082    M /trunk/modules/codec/zvbi.c
27083
27084 Added transparency to vbi pages and added a callback to vbi-opaque setting to change it at runtime from the gui. Threw some compiler fixes and cleanup in the mix.
27085
27086 ------------------------------------------------------------------------
27087 r20754 | jpsaman | 2007-07-06 23:32:36 +0200 (Fri, 06 Jul 2007) | 2 lines
27088 Changed paths:
27089    M /trunk/modules/codec/zvbi.c
27090
27091 Coding style cleanup.
27092
27093 ------------------------------------------------------------------------
27094 r20753 | jpsaman | 2007-07-06 23:32:33 +0200 (Fri, 06 Jul 2007) | 2 lines
27095 Changed paths:
27096    M /trunk/modules/demux/ps.h
27097
27098 Patch from thedj to recognize the vbi header in the PES.
27099
27100 ------------------------------------------------------------------------
27101 r20752 | jpsaman | 2007-07-06 23:32:31 +0200 (Fri, 06 Jul 2007) | 2 lines
27102 Changed paths:
27103    M /trunk/modules/codec/zvbi.c
27104
27105 Fix up indentation
27106
27107 ------------------------------------------------------------------------
27108 r20751 | jpsaman | 2007-07-06 23:32:28 +0200 (Fri, 06 Jul 2007) | 2 lines
27109 Changed paths:
27110    M /trunk/extras/contrib/src/Distributions/darwin.mak
27111    M /trunk/extras/contrib/src/Distributions/debian.mak
27112    M /trunk/extras/contrib/src/Distributions/fedora.mak
27113    M /trunk/extras/contrib/src/Distributions/unix.mak
27114
27115 Make zvbi build on Fedora Core, debian, darwin and other unixes.
27116
27117 ------------------------------------------------------------------------
27118 r20750 | jpsaman | 2007-07-06 23:32:25 +0200 (Fri, 06 Jul 2007) | 2 lines
27119 Changed paths:
27120    M /trunk/modules/demux/ts.c
27121
27122 This patch is a hack to force usage of zvbi teletext decoder. It cannot be resolved cleanly because the codec telx.c and zvbi.c require different offsets in the input buffer, while using the same FOURCC. This is a conflict which should be resolved in another way.
27123
27124 ------------------------------------------------------------------------
27125 r20749 | jpsaman | 2007-07-06 23:32:20 +0200 (Fri, 06 Jul 2007) | 2 lines
27126 Changed paths:
27127    M /trunk/configure.ac
27128    M /trunk/extras/contrib/src/Makefile
27129    M /trunk/extras/contrib/src/packages.mak
27130    M /trunk/modules/codec/Modules.am
27131    M /trunk/modules/codec/zvbi.c
27132
27133 Teletext decoder module based on libzvbi. This is the status of thedj's work at 30 April 2007.
27134
27135 ------------------------------------------------------------------------
27136 r20748 | jpsaman | 2007-07-06 23:32:13 +0200 (Fri, 06 Jul 2007) | 2 lines
27137 Changed paths:
27138    A /trunk/modules/codec/zvbi.c
27139
27140 Copy modules/codec/telx.c to modules/codec/zvbi.c
27141
27142 ------------------------------------------------------------------------
27143 r20747 | pdherbemont | 2007-07-06 23:29:31 +0200 (Fri, 06 Jul 2007) | 2 lines
27144 Changed paths:
27145    M /trunk/extras/contrib/src/Patches/dirac-cross.patch
27146
27147 contrib: Make sure we don't have any warning in libdirac as they end up in error.
27148
27149 ------------------------------------------------------------------------
27150 r20746 | djc | 2007-07-06 22:18:29 +0200 (Fri, 06 Jul 2007) | 3 lines
27151 Changed paths:
27152    M /trunk/configure.ac
27153    M /trunk/include/vlc/mediacontrol.h
27154    M /trunk/include/vlc_common.h
27155    M /trunk/src/control/mediacontrol_internal.h
27156    M /trunk/src/libvlc.sym
27157
27158 Try to fix libtool on macos
27159 Thanks to sam and pdherbemont (blame them too if this breaks everything!)
27160
27161 ------------------------------------------------------------------------
27162 r20745 | sam | 2007-07-06 12:43:14 +0200 (Fri, 06 Jul 2007) | 2 lines
27163 Changed paths:
27164    M /trunk/configure.ac
27165
27166   * configure.ac: add missing [] in the eyetv check.
27167
27168 ------------------------------------------------------------------------
27169 r20744 | sam | 2007-07-06 12:04:25 +0200 (Fri, 06 Jul 2007) | 2 lines
27170 Changed paths:
27171    M /trunk/configure.ac
27172
27173   * Support unaware OS X libtool by sending -framework directly to the linker.
27174
27175 ------------------------------------------------------------------------
27176 r20743 | djc | 2007-07-06 09:33:15 +0200 (Fri, 06 Jul 2007) | 2 lines
27177 Changed paths:
27178    M /trunk/modules/video_filter/rotate.c
27179
27180 Try to optimize a bit the antialiasing thing
27181
27182 ------------------------------------------------------------------------
27183 r20742 | xtophe | 2007-07-05 21:10:41 +0200 (Thu, 05 Jul 2007) | 2 lines
27184 Changed paths:
27185    M /trunk/po/sl.po
27186
27187 Slovenian l10n update by Matej Urban?\196?\141i?\196?\141
27188
27189 ------------------------------------------------------------------------
27190 r20741 | djc | 2007-07-05 15:18:06 +0200 (Thu, 05 Jul 2007) | 3 lines
27191 Changed paths:
27192    M /trunk/modules/video_filter/rotate.c
27193
27194 Better blending for top and left borders
27195 Thanks dionoea!
27196
27197 ------------------------------------------------------------------------
27198 r20740 | djc | 2007-07-05 01:03:48 +0200 (Thu, 05 Jul 2007) | 2 lines
27199 Changed paths:
27200    M /trunk/modules/video_filter/rotate.c
27201
27202 Add blending for borders in rotate
27203
27204 ------------------------------------------------------------------------
27205 r20739 | djc | 2007-07-05 00:35:56 +0200 (Thu, 05 Jul 2007) | 2 lines
27206 Changed paths:
27207    M /trunk/modules/video_filter/rotate.c
27208
27209 Add some antialiasing to rotate
27210
27211 ------------------------------------------------------------------------
27212 r20738 | fkuehne | 2007-07-04 21:47:09 +0200 (Wed, 04 Jul 2007) | 1 line
27213 Changed paths:
27214    M /trunk/po/sv.po
27215
27216 * "%i objekt i spellistan" as translation for "No items in the playlist" may trigger unexpected UI strings on OSX. I've removed that translation for now, but we should get a correct translation for the release. Fixes #1234 (forward-porting [20737])
27217 ------------------------------------------------------------------------
27218 r20736 | oaubert | 2007-07-04 17:29:57 +0200 (Wed, 04 Jul 2007) | 2 lines
27219 Changed paths:
27220    M /trunk/bindings/python/setup.py
27221
27222 python bindings: setup.py, workaround vlc-config 'peculiarities'
27223
27224 ------------------------------------------------------------------------
27225 r20735 | oaubert | 2007-07-04 15:20:41 +0200 (Wed, 04 Jul 2007) | 2 lines
27226 Changed paths:
27227    M /trunk/extras/contrib/src/Patches/live-starttime.patch
27228
27229 Update live555 version number in live-starttime.patch
27230
27231 ------------------------------------------------------------------------
27232 r20734 | littlejohn | 2007-07-04 09:22:05 +0200 (Wed, 04 Jul 2007) | 1 line
27233 Changed paths:
27234    M /trunk/bindings/java/src/utils.h
27235
27236 missing \ added
27237 ------------------------------------------------------------------------
27238 r20733 | jb | 2007-07-03 22:13:09 +0200 (Tue, 03 Jul 2007) | 4 lines
27239 Changed paths:
27240    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
27241
27242 Qt4 - Fix the non-updating MediaInfo bug, introduced by my mistake.
27243 Thanks to Hannes Domani, to have seen it.
27244
27245
27246 ------------------------------------------------------------------------
27247 r20732 | jb | 2007-07-03 20:15:18 +0200 (Tue, 03 Jul 2007) | 3 lines
27248 Changed paths:
27249    M /trunk/modules/codec/rawvideo.c
27250
27251 Add 2Vuy FourCC case flavour to rawvideo.
27252 By Ilkka Ollakka
27253
27254 ------------------------------------------------------------------------
27255 r20731 | courmisch | 2007-07-03 18:08:20 +0200 (Tue, 03 Jul 2007) | 2 lines
27256 Changed paths:
27257    M /trunk/modules/access_output/udp.c
27258
27259 Invoke the clock once rather than 2/3 times...
27260
27261 ------------------------------------------------------------------------
27262 r20730 | thresh | 2007-07-03 10:51:06 +0200 (Tue, 03 Jul 2007) | 2 lines
27263 Changed paths:
27264    M /trunk/vlc.altlinux.spec
27265
27266 Update trunk ALT Linux spec file for trunk.
27267
27268 ------------------------------------------------------------------------
27269 r20729 | jb | 2007-07-02 19:32:40 +0200 (Mon, 02 Jul 2007) | 10 lines
27270 Changed paths:
27271    M /trunk/modules/misc/freetype.c
27272
27273 Freetype:
27274 This patch:
27275 * try to solve the fribidi styles problems that have occured
27276 * introduces ft_style_t, to solve the precedent problem,
27277 * solves a few errors from precedent commits,
27278 * split some big functions on my request to avoid many imbrications.
27279
27280 Patch from Bernie Purcell.
27281
27282
27283 ------------------------------------------------------------------------
27284 r20728 | jb | 2007-07-02 19:20:49 +0200 (Mon, 02 Jul 2007) | 6 lines
27285 Changed paths:
27286    M /trunk/modules/control/dbus.c
27287    M /trunk/modules/control/dbus.h
27288
27289 D-Bus: The MPRIS uses a new services behavior to allow multiple mpris-enabled
27290 players to run simultaneously.
27291 Thus the dbus service name is now org.mpris.vlc instead of org.freedesktop.MediaPlayer.
27292 Patch by Mirsal ENNAIME.
27293
27294
27295 ------------------------------------------------------------------------
27296 r20727 | xtophe | 2007-07-01 22:59:24 +0200 (Sun, 01 Jul 2007) | 2 lines
27297 Changed paths:
27298    M /trunk/po/ar.po
27299    M /trunk/po/sk.po
27300
27301 Arabic and Slovak translation updates by Fouzia Bourai and Mari?\195?\161n Hikan?\195?\173k
27302
27303 ------------------------------------------------------------------------
27304 r20726 | dionoea | 2007-07-01 17:13:04 +0200 (Sun, 01 Jul 2007) | 2 lines
27305 Changed paths:
27306    M /trunk/src/text/strings.c
27307
27308 Add option to format strings to prevent displaying dashes if the meta info was unavailable (ie: if time is unavailable, "$T" will display "--:--:--" while "$ T" won't display anything). This is of course completely untested :)
27309
27310 ------------------------------------------------------------------------
27311 r20725 | kenself | 2007-07-01 14:35:00 +0200 (Sun, 01 Jul 2007) | 1 line
27312 Changed paths:
27313    M /trunk/modules/access/bda/bda.c
27314    M /trunk/modules/access/bda/bdagraph.cpp
27315
27316 Add BDA shortcuts dvbt, dvbc, dvbs (without hyphens) to conform to rev 20427: only allow letters, digits and slash in access/demux. Also an extra error message if graph does not start running.
27317 ------------------------------------------------------------------------
27318 r20724 | dionoea | 2007-06-30 23:32:57 +0200 (Sat, 30 Jun 2007) | 2 lines
27319 Changed paths:
27320    M /trunk/modules/misc/notify/msn.c
27321
27322 Hopefully fix compilation.
27323
27324 ------------------------------------------------------------------------
27325 r20723 | dionoea | 2007-06-30 22:47:37 +0200 (Sat, 30 Jun 2007) | 2 lines
27326 Changed paths:
27327    M /trunk/modules/misc/notify/msn.c
27328
27329 Attempt to allow using meta information in the MSN now playing format ... I have no idea if this will really work.
27330
27331 ------------------------------------------------------------------------
27332 r20722 | jb | 2007-06-30 17:29:43 +0200 (Sat, 30 Jun 2007) | 3 lines
27333 Changed paths:
27334    M /trunk/modules/gui/qt4/dialogs/interaction.cpp
27335
27336 Qt4 - display the buttons... :)
27337
27338
27339 ------------------------------------------------------------------------
27340 r20721 | littlejohn | 2007-06-30 17:19:07 +0200 (Sat, 30 Jun 2007) | 1 line
27341 Changed paths:
27342    M /trunk/bindings/java/src/callback-jni.cc
27343    M /trunk/bindings/java/src/utils.h
27344
27345 helper define added
27346 ------------------------------------------------------------------------
27347 r20720 | littlejohn | 2007-06-30 17:16:10 +0200 (Sat, 30 Jun 2007) | 1 line
27348 Changed paths:
27349    M /trunk/bindings/java/src/callback-jni.cc
27350
27351 volume callback name updated
27352 ------------------------------------------------------------------------
27353 r20719 | xtophe | 2007-06-30 02:11:32 +0200 (Sat, 30 Jun 2007) | 2 lines
27354 Changed paths:
27355    M /trunk/src/libvlc-module.c
27356
27357 Activate the polish translation
27358
27359 ------------------------------------------------------------------------
27360 r20717 | fenrir | 2007-06-30 01:50:39 +0200 (Sat, 30 Jun 2007) | 2 lines
27361 Changed paths:
27362    M /trunk/modules/demux/subtitle.c
27363
27364 A small malloc check.
27365
27366 ------------------------------------------------------------------------
27367 r20716 | fenrir | 2007-06-30 00:52:28 +0200 (Sat, 30 Jun 2007) | 2 lines
27368 Changed paths:
27369    M /trunk/src/input/control.c
27370
27371 Fixed GET_ATTACHMENTS return value (Reported by Bernie Purcell).
27372
27373 ------------------------------------------------------------------------
27374 r20715 | fenrir | 2007-06-30 00:41:49 +0200 (Sat, 30 Jun 2007) | 19 lines
27375 Changed paths:
27376    M /trunk/modules/demux/subtitle.c
27377
27378 Fixed potential sscanf buffer overflow in :
27379  - ParseMicroDvd
27380  - ParseSubRip
27381  - ParseSubViewer
27382  - ParseSSA
27383  (Reported by Michal Luczaj)
27384 Fixed memory leak in ParseSSA
27385 Fixed invalid memory access in
27386  - ParseSSA
27387  - ParseVplayer
27388 Improve a bit MPL2 support (remove italic format + initial space on
27389 first subtitle)
27390 All: simplify
27391      check malloc (what a boring thing)
27392          do not allocate up to 160ko on the stack
27393 ( I have tested all formats with a small sample but please test/report any
27394 regression on your files. )
27395  
27396
27397 ------------------------------------------------------------------------
27398 r20714 | fenrir | 2007-06-30 00:33:17 +0200 (Sat, 30 Jun 2007) | 2 lines
27399 Changed paths:
27400    M /trunk/modules/demux/mp4/libmp4.c
27401
27402 Do not display invalid fourcc for meta data atom.
27403
27404 ------------------------------------------------------------------------
27405 r20713 | dionoea | 2007-06-28 21:44:30 +0200 (Thu, 28 Jun 2007) | 2 lines
27406 Changed paths:
27407    M /trunk/share/Makefile.am
27408
27409 Add flash.html to dist
27410
27411 ------------------------------------------------------------------------
27412 r20712 | dionoea | 2007-06-28 21:32:02 +0200 (Thu, 28 Jun 2007) | 2 lines
27413 Changed paths:
27414    M /trunk/modules/video_filter/mosaic.c
27415
27416 Fix "Seg fault when changing mosaic 'offsets' option on the fly." Patch by hovis, #1182
27417
27418 ------------------------------------------------------------------------
27419 r20711 | jb | 2007-06-28 20:38:50 +0200 (Thu, 28 Jun 2007) | 2 lines
27420 Changed paths:
27421    M /trunk/modules/gui/qt4/dialogs/errors.cpp
27422    M /trunk/modules/gui/qt4/dialogs/extended.cpp
27423    M /trunk/modules/gui/qt4/dialogs/gototime.cpp
27424
27425 Qt4 - Dialogs. String Changes, reviewed by tonsofpcs
27426
27427 ------------------------------------------------------------------------
27428 r20710 | jb | 2007-06-28 20:24:15 +0200 (Thu, 28 Jun 2007) | 3 lines
27429 Changed paths:
27430    M /trunk/modules/codec/rawvideo.c
27431
27432 Add support for 2Vuy rawvideo. Patch from Ilkka Ollakka.
27433
27434
27435 ------------------------------------------------------------------------
27436 r20709 | jb | 2007-06-28 19:55:00 +0200 (Thu, 28 Jun 2007) | 3 lines
27437 Changed paths:
27438    M /trunk/modules/gui/qt4/dialogs/interaction.cpp
27439    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
27440
27441 Qt4 - Make GNOME/KDE fanboys happy.
27442 Remove unneeded code. Without qt4.2, you can't compile this GUI anyway.
27443
27444 ------------------------------------------------------------------------
27445 r20708 | jb | 2007-06-28 18:51:33 +0200 (Thu, 28 Jun 2007) | 3 lines
27446 Changed paths:
27447    M /trunk/modules/gui/qt4/components/open.cpp
27448
27449 Qt4.3 compatibility.
27450
27451
27452 ------------------------------------------------------------------------
27453 r20707 | jb | 2007-06-28 18:37:34 +0200 (Thu, 28 Jun 2007) | 3 lines
27454 Changed paths:
27455    M /trunk/THANKS
27456
27457 Add MYOB to thanks file...
27458
27459
27460 ------------------------------------------------------------------------
27461 r20706 | jb | 2007-06-28 08:35:00 +0200 (Thu, 28 Jun 2007) | 3 lines
27462 Changed paths:
27463    M /trunk/modules/gui/qt4/Modules.am
27464
27465 Attempt to repair distcheck. Qt4-res.
27466
27467
27468 ------------------------------------------------------------------------
27469 r20705 | jb | 2007-06-27 18:35:56 +0200 (Wed, 27 Jun 2007) | 3 lines
27470 Changed paths:
27471    M /trunk/THANKS
27472
27473 Thanks to "DJ", for all the help on the forum, more than 7700 posts now and counting. Thanks for aLtgLasS for skins, design and CSS...
27474
27475
27476 ------------------------------------------------------------------------
27477 r20704 | funman | 2007-06-27 10:22:30 +0200 (Wed, 27 Jun 2007) | 1 line
27478 Changed paths:
27479    M /trunk/configure.ac
27480
27481 Enables D-Bus control compilation
27482 ------------------------------------------------------------------------
27483 r20703 | funman | 2007-06-27 08:40:05 +0200 (Wed, 27 Jun 2007) | 1 line
27484 Changed paths:
27485    M /trunk/modules/meta_engine/taglib.cpp
27486
27487 Uses TagLib class to represent UTF8 strings when writing metadata
27488 ------------------------------------------------------------------------
27489 r20702 | funman | 2007-06-27 07:07:09 +0200 (Wed, 27 Jun 2007) | 1 line
27490 Changed paths:
27491    M /trunk/modules/misc/audioscrobbler.c
27492
27493 Now using ITEM_PREPARSED & ITEM_META_FETCHED indicators
27494 ------------------------------------------------------------------------
27495 r20701 | jb | 2007-06-27 01:42:26 +0200 (Wed, 27 Jun 2007) | 3 lines
27496 Changed paths:
27497    M /trunk/extras/contrib/src/packages.mak
27498
27499 Dirac version bumps to 0.7.0. Tested on altair/win32 and Mac
27500
27501
27502 ------------------------------------------------------------------------
27503 r20700 | sam | 2007-06-27 00:03:47 +0200 (Wed, 27 Jun 2007) | 2 lines
27504 Changed paths:
27505    M /trunk/AUTHORS
27506
27507   * AUTHORS: removed mention of "audio" :-)
27508
27509 ------------------------------------------------------------------------
27510 r20699 | jb | 2007-06-27 00:02:30 +0200 (Wed, 27 Jun 2007) | 3 lines
27511 Changed paths:
27512    A /trunk/modules/gui/qt4/pixmaps/vlc_disc_16px.png
27513
27514 Qt4 - Forgotten in previous comit.
27515
27516
27517 ------------------------------------------------------------------------
27518 r20698 | jb | 2007-06-27 00:00:08 +0200 (Wed, 27 Jun 2007) | 3 lines
27519 Changed paths:
27520    M /trunk/modules/gui/qt4/Modules.am
27521    M /trunk/modules/gui/qt4/menus.cpp
27522    M /trunk/modules/gui/qt4/res.qrc
27523
27524 Qt4 - Yet another icon for menus. Should be the last one.
27525
27526
27527 ------------------------------------------------------------------------
27528 r20697 | sam | 2007-06-26 23:10:08 +0200 (Tue, 26 Jun 2007) | 2 lines
27529 Changed paths:
27530    M /trunk/AUTHORS
27531
27532   * AUTHORS: changed contribution description on author's request.
27533
27534 ------------------------------------------------------------------------
27535 r20695 | fkuehne | 2007-06-26 20:59:05 +0200 (Tue, 26 Jun 2007) | 1 line
27536 Changed paths:
27537    M /trunk/Makefile.am
27538
27539 * make sure that VLC-release.app includes permissions which allow it to run on restricted accounts. Credit Michael C. Haller <michael --at.- cilly com>. Additionally, don't create bogus links to the AppleScript library, which moved a while ago.
27540 ------------------------------------------------------------------------
27541 r20694 | damienf | 2007-06-26 19:53:05 +0200 (Tue, 26 Jun 2007) | 2 lines
27542 Changed paths:
27543    M /trunk/activex/axvlc.idl
27544    M /trunk/activex/axvlc.tlb
27545    M /trunk/activex/axvlc_idl.c
27546    M /trunk/activex/axvlc_idl.h
27547    M /trunk/activex/persistpropbag.cpp
27548    M /trunk/activex/plugin.cpp
27549    M /trunk/activex/plugin.h
27550    M /trunk/activex/vlccontrol2.cpp
27551    M /trunk/activex/vlccontrol2.h
27552
27553 activex: remove logo when control runs in usermode and fill canvas with background color instead, which is settable as "BackColor" property (or bgcolor for web).
27554
27555 ------------------------------------------------------------------------
27556 r20693 | jpsaman | 2007-06-26 11:38:17 +0200 (Tue, 26 Jun 2007) | 1 line
27557 Changed paths:
27558    M /trunk/src/libvlc-module.c
27559
27560 Fix new key-menu-* hotkeys definitions
27561 ------------------------------------------------------------------------
27562 r20691 | xtophe | 2007-06-26 00:35:47 +0200 (Tue, 26 Jun 2007) | 2 lines
27563 Changed paths:
27564    M /trunk/THANKS
27565
27566 respect alphabetical order
27567
27568 ------------------------------------------------------------------------
27569 r20690 | xtophe | 2007-06-26 00:22:23 +0200 (Tue, 26 Jun 2007) | 2 lines
27570 Changed paths:
27571    M /trunk/modules/gui/qt4/dialogs/help.cpp
27572    M /trunk/modules/gui/qt4/dialogs_provider.cpp
27573
27574 i18n fixes
27575
27576 ------------------------------------------------------------------------
27577 r20689 | funman | 2007-06-26 00:02:07 +0200 (Tue, 26 Jun 2007) | 1 line
27578 Changed paths:
27579    M /trunk/doc/fortunes.txt
27580
27581 fortunes are now UTF-8 encoded thanks to Mr_Mirsal
27582 ------------------------------------------------------------------------
27583 r20688 | damienf | 2007-06-25 20:06:52 +0200 (Mon, 25 Jun 2007) | 2 lines
27584 Changed paths:
27585    M /trunk/src/control/event.c
27586    M /trunk/src/control/media_instance.c
27587    M /trunk/src/control/playlist.c
27588
27589 - libvlc APIs: bug fixing, and please note that exception argument is OPTIONAL (can be null), do not use exception to control API flow unless you created your own
27590
27591 ------------------------------------------------------------------------
27592 r20687 | funman | 2007-06-25 17:24:15 +0200 (Mon, 25 Jun 2007) | 1 line
27593 Changed paths:
27594    M /trunk/modules/control/dbus.c
27595    M /trunk/modules/control/dbus.h
27596
27597 Adds Disconnect method to release the org.freedesktop.MediaPlayer name on the bus
27598 ------------------------------------------------------------------------
27599 r20686 | jb | 2007-06-25 01:46:50 +0200 (Mon, 25 Jun 2007) | 5 lines
27600 Changed paths:
27601    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
27602    M /trunk/modules/gui/qt4/dialogs_provider.cpp
27603    M /trunk/modules/gui/qt4/dialogs_provider.hpp
27604    M /trunk/modules/gui/qt4/menus.cpp
27605    M /trunk/modules/gui/qt4/res.qrc
27606
27607 Qt4 - Add a folder opening option with an icon, due to popular request,
27608     Clean some code, comment it and cosmetics.
27609     Fix also a cosmetic button bug spotted by funman.
27610
27611
27612 ------------------------------------------------------------------------
27613 r20685 | jb | 2007-06-24 23:47:14 +0200 (Sun, 24 Jun 2007) | 4 lines
27614 Changed paths:
27615    M /trunk/modules/control/dbus.c
27616    M /trunk/modules/control/dbus.h
27617
27618 D-Bus, The Repeat method should be part of /Player, not /TrackList
27619 Patch by Mirsal ENNAIME, as usual.
27620
27621
27622 ------------------------------------------------------------------------
27623 r20684 | pdherbemont | 2007-06-24 22:52:03 +0200 (Sun, 24 Jun 2007) | 2 lines
27624 Changed paths:
27625    M /trunk/src/control/media_descriptor.c
27626
27627 control/media_descriptor.c: Fix memcpy usage.
27628
27629 ------------------------------------------------------------------------
27630 r20683 | funman | 2007-06-24 21:36:35 +0200 (Sun, 24 Jun 2007) | 1 line
27631 Changed paths:
27632    M /trunk/modules/gui/qt4/components/infopanels.cpp
27633
27634 Do not try to read metadata if it's not present
27635 ------------------------------------------------------------------------
27636 r20682 | jb | 2007-06-24 20:41:50 +0200 (Sun, 24 Jun 2007) | 3 lines
27637 Changed paths:
27638    M /trunk/modules/control/lirc.c
27639
27640 LIRC: correct typo in [20653]
27641
27642
27643 ------------------------------------------------------------------------
27644 r20681 | jb | 2007-06-24 20:29:13 +0200 (Sun, 24 Jun 2007) | 3 lines
27645 Changed paths:
27646    M /trunk/modules/gui/qt4/components/infopanels.cpp
27647
27648 Qt4 - Info Panels, clean code, add comments and cosmetics.
27649
27650
27651 ------------------------------------------------------------------------
27652 r20680 | jb | 2007-06-24 18:57:21 +0200 (Sun, 24 Jun 2007) | 3 lines
27653 Changed paths:
27654    M /trunk/modules/gui/qt4/components/infopanels.cpp
27655    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
27656    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
27657
27658 Qt4 - Move the Write MetaData button outside of the component part because it is more expected to be in the main dialog.
27659
27660
27661 ------------------------------------------------------------------------
27662 r20679 | funman | 2007-06-24 18:07:38 +0200 (Sun, 24 Jun 2007) | 3 lines
27663 Changed paths:
27664    M /trunk/modules/gui/qt4/components/infopanels.cpp
27665    M /trunk/modules/meta_engine/taglib.cpp
27666
27667 Prevents segfault if no file are in the playlist (thanks j-b)
27668 Adds some debug message and extra check
27669
27670 ------------------------------------------------------------------------
27671 r20678 | xtophe | 2007-06-24 16:51:18 +0200 (Sun, 24 Jun 2007) | 2 lines
27672 Changed paths:
27673    M /trunk/src/input/input.c
27674
27675 Try with the full MRL if the access haven't successed with access & url
27676
27677 ------------------------------------------------------------------------
27678 r20677 | pdherbemont | 2007-06-24 15:27:21 +0200 (Sun, 24 Jun 2007) | 2 lines
27679 Changed paths:
27680    M /trunk/src/control/media_descriptor.c
27681
27682 control/media_descriptor.c: Make sure we don't strdup a NULL ptr.
27683
27684 ------------------------------------------------------------------------
27685 r20676 | pdherbemont | 2007-06-24 15:26:17 +0200 (Sun, 24 Jun 2007) | 2 lines
27686 Changed paths:
27687    M /trunk/include/vlc/libvlc.h
27688    M /trunk/src/control/libvlc_internal.h
27689    M /trunk/src/control/media_instance.c
27690
27691 Libvlc: Make media_instance_destroy private.
27692
27693 ------------------------------------------------------------------------
27694 r20675 | pdherbemont | 2007-06-24 15:19:21 +0200 (Sun, 24 Jun 2007) | 2 lines
27695 Changed paths:
27696    M /trunk/include/vlc/libvlc.h
27697    M /trunk/src/control/media_instance.c
27698
27699 Libvlc: Implement media_instance_[get|set]_media_descriptor. Now, media_instance_new creates an empty object. The old _new is now _new_from_media_descriptor.
27700
27701 ------------------------------------------------------------------------
27702 r20674 | pdherbemont | 2007-06-24 13:31:57 +0200 (Sun, 24 Jun 2007) | 2 lines
27703 Changed paths:
27704    M /trunk/src/control/libvlc_internal.h
27705    M /trunk/src/control/media_descriptor.c
27706    M /trunk/src/control/media_instance.c
27707    M /trunk/src/control/playlist.c
27708
27709 Libvlc: Use exception for internal function.
27710
27711 ------------------------------------------------------------------------
27712 r20673 | pdherbemont | 2007-06-24 13:24:36 +0200 (Sun, 24 Jun 2007) | 2 lines
27713 Changed paths:
27714    M /trunk/src/control/media_descriptor.c
27715
27716 control/media_descriptor.c: s/ex/p_e/
27717
27718 ------------------------------------------------------------------------
27719 r20672 | pdherbemont | 2007-06-24 13:19:48 +0200 (Sun, 24 Jun 2007) | 2 lines
27720 Changed paths:
27721    M /trunk/src/control/media_descriptor.c
27722
27723 control/media_descriptor.c: Raise exception where needed.
27724
27725 ------------------------------------------------------------------------
27726 r20671 | jb | 2007-06-24 12:33:59 +0200 (Sun, 24 Jun 2007) | 3 lines
27727 Changed paths:
27728    M /trunk/vlc.win32.nsi.in
27729
27730 Add a polski option for installer
27731
27732
27733 ------------------------------------------------------------------------
27734 r20670 | funman | 2007-06-24 02:22:18 +0200 (Sun, 24 Jun 2007) | 3 lines
27735 Changed paths:
27736    M /trunk/include/vlc_common.h
27737    M /trunk/include/vlc_meta.h
27738    M /trunk/modules/gui/qt4/components/infopanels.cpp
27739    M /trunk/modules/gui/qt4/components/infopanels.hpp
27740    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
27741    M /trunk/modules/meta_engine/taglib.cpp
27742
27743 Reverts [20669]
27744 Adds a button into qt4 media information to write modified meta data to the file
27745
27746 ------------------------------------------------------------------------
27747 r20669 | funman | 2007-06-23 21:00:52 +0200 (Sat, 23 Jun 2007) | 3 lines
27748 Changed paths:
27749    M /trunk/include/vlc_common.h
27750    M /trunk/include/vlc_meta.h
27751    M /trunk/modules/meta_engine/taglib.cpp
27752
27753 Removes meta_export_t
27754 Modify meta writer callback to take an input_item_t as argument, so a file non playing can be written
27755
27756 ------------------------------------------------------------------------
27757 r20668 | funman | 2007-06-23 19:07:19 +0200 (Sat, 23 Jun 2007) | 1 line
27758 Changed paths:
27759    M /trunk/modules/meta_engine/taglib.cpp
27760
27761 Adds title, album, genre, year, and track number writing to taglib module
27762 ------------------------------------------------------------------------
27763 r20667 | pdherbemont | 2007-06-23 16:51:48 +0200 (Sat, 23 Jun 2007) | 2 lines
27764 Changed paths:
27765    M /trunk/include/vlc/libvlc_structures.h
27766
27767 Libvlc: Make sure the exported structure are not anonymous.
27768
27769 ------------------------------------------------------------------------
27770 r20666 | pdherbemont | 2007-06-23 14:10:00 +0200 (Sat, 23 Jun 2007) | 2 lines
27771 Changed paths:
27772    M /trunk/src/control/video.c
27773
27774 Oops.
27775
27776 ------------------------------------------------------------------------
27777 r20665 | pdherbemont | 2007-06-23 13:56:01 +0200 (Sat, 23 Jun 2007) | 2 lines
27778 Changed paths:
27779    M /trunk/include/vlc/libvlc.h
27780
27781 Libvlc: Avertise libvlc_media_instance_release in the headers.
27782
27783 ------------------------------------------------------------------------
27784 r20664 | pdherbemont | 2007-06-23 13:54:40 +0200 (Sat, 23 Jun 2007) | 2 lines
27785 Changed paths:
27786    M /trunk/src/control/media_instance.c
27787
27788 Fix previous commit (Oops).
27789
27790 ------------------------------------------------------------------------
27791 r20663 | pdherbemont | 2007-06-23 13:42:40 +0200 (Sat, 23 Jun 2007) | 2 lines
27792 Changed paths:
27793    M /trunk/activex/plugin.cpp
27794    M /trunk/activex/vlccontrol2.cpp
27795
27796 ActiveX: Reflect libvlc changes: media_instance destroy_and_detach->release.
27797
27798 ------------------------------------------------------------------------
27799 r20662 | pdherbemont | 2007-06-23 13:42:24 +0200 (Sat, 23 Jun 2007) | 2 lines
27800 Changed paths:
27801    M /trunk/mozilla/control/npolibvlc.cpp
27802    M /trunk/mozilla/control/npovlc.cpp
27803    M /trunk/mozilla/vlcshell.cpp
27804
27805 Mozilla: Reflect libvlc changes: media_instance destroy_and_detach->release.
27806
27807 ------------------------------------------------------------------------
27808 r20661 | pdherbemont | 2007-06-23 13:40:40 +0200 (Sat, 23 Jun 2007) | 2 lines
27809 Changed paths:
27810    M /trunk/src/control/media_instance.c
27811    M /trunk/src/control/mediacontrol_audio_video.c
27812    M /trunk/src/control/mediacontrol_core.c
27813    M /trunk/src/control/video.c
27814
27815 Libvlc: replace media_instance_destroy_and_detach by media_instance_release.
27816
27817 ------------------------------------------------------------------------
27818 r20660 | pdherbemont | 2007-06-23 11:51:10 +0200 (Sat, 23 Jun 2007) | 2 lines
27819 Changed paths:
27820    M /trunk/modules/gui/macosx/fspanel.m
27821
27822 Mac OS X gui: Fade out in a smoother way.
27823
27824 ------------------------------------------------------------------------
27825 r20659 | massiot | 2007-06-22 15:14:38 +0200 (Fri, 22 Jun 2007) | 2 lines
27826 Changed paths:
27827    M /trunk/doc/fortunes.txt
27828
27829 .
27830
27831 ------------------------------------------------------------------------
27832 r20657 | courmisch | 2007-06-22 09:09:06 +0200 (Fri, 22 Jun 2007) | 2 lines
27833 Changed paths:
27834    M /trunk/NEWS
27835
27836 Add CVE reference
27837
27838 ------------------------------------------------------------------------
27839 r20656 | xtophe | 2007-06-22 00:28:47 +0200 (Fri, 22 Jun 2007) | 2 lines
27840 Changed paths:
27841    M /trunk/THANKS
27842
27843 Proper name of the Polish translator
27844
27845 ------------------------------------------------------------------------
27846 r20655 | jpsaman | 2007-06-21 13:46:31 +0200 (Thu, 21 Jun 2007) | 1 line
27847 Changed paths:
27848    M /trunk/modules/video_filter/osdmenu.c
27849
27850 small cleanup
27851 ------------------------------------------------------------------------
27852 r20654 | jpsaman | 2007-06-21 13:46:08 +0200 (Thu, 21 Jun 2007) | 1 line
27853 Changed paths:
27854    M /trunk/modules/video_output/fb.c
27855
27856 Indentation fix
27857 ------------------------------------------------------------------------
27858 r20653 | jpsaman | 2007-06-21 13:45:41 +0200 (Thu, 21 Jun 2007) | 2 lines
27859 Changed paths:
27860    M /trunk/include/vlc_keys.h
27861    M /trunk/modules/control/hotkeys.c
27862    M /trunk/modules/control/lirc.c
27863    M /trunk/src/libvlc-module.c
27864
27865 Added new hotkeys "key-menu-[on|off|left|right|up|down|select]". Lirc now calls the osd_Menu*() functions directly when prefix "menu " followed by one of: on, off, left, right, up, down or select is found.
27866
27867 ------------------------------------------------------------------------
27868 r20652 | jb | 2007-06-21 08:34:14 +0200 (Thu, 21 Jun 2007) | 3 lines
27869 Changed paths:
27870    M /trunk/modules/video_filter/logo.c
27871
27872 Logo: Correction spotted by ILEoo and patched by Bernie Purcell.
27873
27874
27875 ------------------------------------------------------------------------
27876 r20651 | xtophe | 2007-06-21 00:15:20 +0200 (Thu, 21 Jun 2007) | 2 lines
27877 Changed paths:
27878    M /trunk/THANKS
27879    M /trunk/po/pl.po
27880
27881 Update the polish l10n. Thanks to Freaky Michi.
27882
27883 ------------------------------------------------------------------------
27884 r20650 | xtophe | 2007-06-20 23:42:53 +0200 (Wed, 20 Jun 2007) | 2 lines
27885 Changed paths:
27886    M /trunk/po/POTFILES.in
27887
27888 Some files have been renamed, some added.
27889
27890 ------------------------------------------------------------------------
27891 r20649 | pdherbemont | 2007-06-20 23:14:58 +0200 (Wed, 20 Jun 2007) | 2 lines
27892 Changed paths:
27893    M /trunk/bootstrap
27894
27895 bootstrap: Fix previous commit.
27896
27897 ------------------------------------------------------------------------
27898 r20648 | pdherbemont | 2007-06-20 23:01:26 +0200 (Wed, 20 Jun 2007) | 2 lines
27899 Changed paths:
27900    M /trunk/bootstrap
27901
27902 bootstrap: Make sure we warn the user when no contrib is present on Mac OS X.
27903
27904 ------------------------------------------------------------------------
27905 r20647 | djc | 2007-06-20 22:57:43 +0200 (Wed, 20 Jun 2007) | 2 lines
27906 Changed paths:
27907    M /trunk/configure.ac
27908    M /trunk/modules/control/unimotion.c
27909
27910 Trying to fix the build on G5...
27911
27912 ------------------------------------------------------------------------
27913 r20646 | djc | 2007-06-20 22:42:24 +0200 (Wed, 20 Jun 2007) | 3 lines
27914 Changed paths:
27915    M /trunk/NEWS
27916    M /trunk/modules/control/motion.c
27917    M /trunk/modules/control/unimotion.c
27918
27919 Should fix compilation
27920 Add some news
27921
27922 ------------------------------------------------------------------------
27923 r20645 | djc | 2007-06-20 22:19:24 +0200 (Wed, 20 Jun 2007) | 5 lines
27924 Changed paths:
27925    M /trunk/configure.ac
27926    M /trunk/modules/control/Modules.am
27927    M /trunk/modules/control/motion.c
27928    A /trunk/modules/control/unimotion.c
27929    A /trunk/modules/control/unimotion.h
27930    M /trunk/modules/video_filter/rotate.c
27931
27932 Add rotate-deciangle for more precision in rotate
27933 Add unimotion (http://members.optusnet.com.au/lbramsay/programs/unimotion.html)
27934 to motion interface
27935 Add a low band filter to the motion
27936
27937 ------------------------------------------------------------------------
27938 r20644 | jpsaman | 2007-06-20 10:14:41 +0200 (Wed, 20 Jun 2007) | 2 lines
27939 Changed paths:
27940    M /trunk/share/Makefile.am
27941    A /trunk/share/osdmenu/menu.cfg
27942    A /trunk/share/osdmenu/minimal
27943    A /trunk/share/osdmenu/minimal/fs_panel.png
27944    A /trunk/share/osdmenu/minimal/fs_panel.xcf
27945    A /trunk/share/osdmenu/minimal/fs_panel_mockup.png
27946    A /trunk/share/osdmenu/minimal/fs_panel_simple.png
27947    A /trunk/share/osdmenu/minimal/fs_panel_simple.xcf
27948    A /trunk/share/osdmenu/minimal/fs_panel_skip_next.png
27949    A /trunk/share/osdmenu/minimal/fs_panel_skip_previous.png
27950    A /trunk/share/osdmenu/minimal/fs_panel_volume_max.png
27951    A /trunk/share/osdmenu/minimal/fs_panel_volume_min.png
27952
27953 Add minimal osdmenu theme based on MacOS x graphics.
27954
27955 ------------------------------------------------------------------------
27956 r20643 | pdherbemont | 2007-06-20 07:39:20 +0200 (Wed, 20 Jun 2007) | 2 lines
27957 Changed paths:
27958    M /trunk/activex/plugin.cpp
27959
27960 ActiveX: More input->media_instance fix.
27961
27962 ------------------------------------------------------------------------
27963 r20642 | pdherbemont | 2007-06-19 23:53:05 +0200 (Tue, 19 Jun 2007) | 2 lines
27964 Changed paths:
27965    M /trunk/bindings/python/vlc_input.c
27966
27967 Python: Compilation fix.
27968
27969 ------------------------------------------------------------------------
27970 r20641 | pdherbemont | 2007-06-19 23:48:20 +0200 (Tue, 19 Jun 2007) | 2 lines
27971 Changed paths:
27972    M /trunk/bindings/python/vlc_input.c
27973
27974 Python: Fix misspelling of media_instance.
27975
27976 ------------------------------------------------------------------------
27977 r20640 | pdherbemont | 2007-06-19 23:06:15 +0200 (Tue, 19 Jun 2007) | 2 lines
27978 Changed paths:
27979    M /trunk/src/control/video.c
27980
27981 control/video.c: Use libvlc_media_instance_has_vout instead of libvlc_input_has_vout.
27982
27983 ------------------------------------------------------------------------
27984 r20639 | pdherbemont | 2007-06-19 22:48:50 +0200 (Tue, 19 Jun 2007) | 2 lines
27985 Changed paths:
27986    M /trunk/bindings/python/vlc_instance.c
27987
27988 Python: More input->media_instance changes.
27989
27990 ------------------------------------------------------------------------
27991 r20638 | pdherbemont | 2007-06-19 22:46:24 +0200 (Tue, 19 Jun 2007) | 2 lines
27992 Changed paths:
27993    M /trunk/bindings/java/src/utils.h
27994
27995 Java: More input->media_instance changes.
27996
27997 ------------------------------------------------------------------------
27998 r20637 | pdherbemont | 2007-06-19 22:44:36 +0200 (Tue, 19 Jun 2007) | 2 lines
27999 Changed paths:
28000    M /trunk/activex/plugin.cpp
28001
28002 ActiveX: More input->media_instance changes.
28003
28004 ------------------------------------------------------------------------
28005 r20636 | pdherbemont | 2007-06-19 22:41:41 +0200 (Tue, 19 Jun 2007) | 2 lines
28006 Changed paths:
28007    M /trunk/bindings/java/src/input-jni.cc
28008
28009 Java: input->media_instance changes.
28010
28011 ------------------------------------------------------------------------
28012 r20635 | pdherbemont | 2007-06-19 22:38:18 +0200 (Tue, 19 Jun 2007) | 2 lines
28013 Changed paths:
28014    M /trunk/activex/vlccontrol2.cpp
28015
28016 ActiveX: input->media_instance changes.
28017
28018 ------------------------------------------------------------------------
28019 r20634 | pdherbemont | 2007-06-19 22:36:14 +0200 (Tue, 19 Jun 2007) | 2 lines
28020 Changed paths:
28021    M /trunk/mozilla/control/npovlc.cpp
28022
28023 Mozilla: Yet more input->media_instance changes.
28024
28025 ------------------------------------------------------------------------
28026 r20633 | pdherbemont | 2007-06-19 22:35:05 +0200 (Tue, 19 Jun 2007) | 2 lines
28027 Changed paths:
28028    M /trunk/mozilla/control/npovlc.cpp
28029
28030 Mozilla: Yet more input->media_instance changes.
28031
28032 ------------------------------------------------------------------------
28033 r20632 | dionoea | 2007-06-19 22:07:10 +0200 (Tue, 19 Jun 2007) | 2 lines
28034 Changed paths:
28035    M /trunk/modules/demux/playlist/asx.c
28036
28037 Remove leading line feeds (or while spaces). Fixes "http://www.yle.fi/java/areena/dispatcher/193730.asx?bitrate=1000000" while previous commit fixed http://paste.videolan.org/1950 .
28038
28039 ------------------------------------------------------------------------
28040 r20631 | pdherbemont | 2007-06-19 21:47:31 +0200 (Tue, 19 Jun 2007) | 2 lines
28041 Changed paths:
28042    M /trunk/src/control/media_descriptor.c
28043
28044 control/media_descriptor.c: Prefer memcpy over bcopy.
28045
28046 ------------------------------------------------------------------------
28047 r20630 | pdherbemont | 2007-06-19 21:43:41 +0200 (Tue, 19 Jun 2007) | 2 lines
28048 Changed paths:
28049    M /trunk/mozilla/vlcshell.cpp
28050
28051 Mozilla: Fix previous commit.
28052
28053 ------------------------------------------------------------------------
28054 r20629 | pdherbemont | 2007-06-19 21:20:54 +0200 (Tue, 19 Jun 2007) | 2 lines
28055 Changed paths:
28056    M /trunk/mozilla/vlcshell.cpp
28057
28058 Mozilla: More input->media_instance changes.
28059
28060 ------------------------------------------------------------------------
28061 r20628 | pdherbemont | 2007-06-19 20:03:03 +0200 (Tue, 19 Jun 2007) | 2 lines
28062 Changed paths:
28063    M /trunk/include/vlc/libvlc.h
28064    M /trunk/src/control/libvlc_internal.h
28065
28066 libvlc: Advertise libvlc_media_instance_destroy_and_detach (soon media_instance_release) in the libvlc.h header.
28067
28068 ------------------------------------------------------------------------
28069 r20627 | dionoea | 2007-06-19 18:30:02 +0200 (Tue, 19 Jun 2007) | 2 lines
28070 Changed paths:
28071    M /trunk/modules/demux/playlist/asx.c
28072
28073 Untested workarround for buggy asx files with an end of line char at the end of the url.
28074
28075 ------------------------------------------------------------------------
28076 r20626 | jb | 2007-06-19 00:23:46 +0200 (Tue, 19 Jun 2007) | 2 lines
28077 Changed paths:
28078    M /trunk/modules/gui/qt4/Modules.am
28079    M /trunk/modules/gui/qt4/menus.cpp
28080    A /trunk/modules/gui/qt4/pixmaps/vlc_preferences_16px.png
28081    M /trunk/modules/gui/qt4/res.qrc
28082
28083 Qt4 - Yet another icon from Danko: Preferences.
28084
28085 ------------------------------------------------------------------------
28086 r20625 | fenrir | 2007-06-18 23:59:34 +0200 (Mon, 18 Jun 2007) | 2 lines
28087 Changed paths:
28088    M /trunk/NEWS
28089
28090 Updated NEWS.
28091
28092 ------------------------------------------------------------------------
28093 r20624 | fenrir | 2007-06-18 23:08:03 +0200 (Mon, 18 Jun 2007) | 8 lines
28094 Changed paths:
28095    M /trunk/include/vlc_vout.h
28096    M /trunk/modules/codec/dvbsub.c
28097    M /trunk/modules/codec/subsdec.c
28098    M /trunk/modules/codec/telx.c
28099    M /trunk/modules/video_filter/logo.c
28100    M /trunk/modules/video_filter/marq.c
28101    M /trunk/modules/video_filter/mosaic.c
28102    M /trunk/modules/video_filter/rss.c
28103    M /trunk/src/control/mediacontrol_audio_video.c
28104    M /trunk/src/osd/osd_text.c
28105    M /trunk/src/video_output/video_text.c
28106    M /trunk/src/video_output/vout_subpictures.c
28107
28108 Patch by Bernie Purcell :
28109 "This is part of a former submission stripped out for easier
28110  assimilation. It modifies vout_subpictures to use the existing alignment
28111  field on each region, rather than the alignment on the subpicture plane
28112  itself. Modifications are made to everywhere that depended on the former
28113  behaviour, to make it use the new alignment location instead."
28114
28115
28116 ------------------------------------------------------------------------
28117 r20623 | fenrir | 2007-06-18 22:59:10 +0200 (Mon, 18 Jun 2007) | 2 lines
28118 Changed paths:
28119    M /trunk/src/video_output/vout_intf.c
28120
28121 Added missing return value in TitleCallback.
28122
28123 ------------------------------------------------------------------------
28124 r20622 | fenrir | 2007-06-18 22:55:35 +0200 (Mon, 18 Jun 2007) | 2 lines
28125 Changed paths:
28126    M /trunk/modules/demux/live555.cpp
28127
28128 Added speex check in RTSP (untested, close #1091)
28129
28130 ------------------------------------------------------------------------
28131 r20621 | pdherbemont | 2007-06-18 22:22:35 +0200 (Mon, 18 Jun 2007) | 2 lines
28132 Changed paths:
28133    M /trunk/bindings/python/vlc_input.c
28134    M /trunk/bindings/python/vlcglue.h
28135
28136 bindings/python: Try to match the libvlc input to media_instance changes.
28137
28138 ------------------------------------------------------------------------
28139 r20620 | pdherbemont | 2007-06-18 21:58:16 +0200 (Mon, 18 Jun 2007) | 2 lines
28140 Changed paths:
28141    M /trunk/mozilla/control/npolibvlc.cpp
28142
28143 Mozilla: Attempt to match libvlc input to media_instance changes.
28144
28145 ------------------------------------------------------------------------
28146 r20618 | dionoea | 2007-06-18 21:54:38 +0200 (Mon, 18 Jun 2007) | 4 lines
28147 Changed paths:
28148    M /trunk/src/input/input.c
28149
28150 Fix invalid free crash in bookmarks loading code reported by Gids on IRC. Small test case is: (I'm not sure that it really needs to be that long)
28151 #EXTVLCOPT:bookmarks={name=Rainforest Shmainforest,bytes=5276429,time=1},{name=Spontaneous Combustion,bytes=113071718,time=1331},{name=The Succubus,bytes=218546569,time=2663},{name=Jakovasaurs,bytes=326602991,time=3999},{name=Tweek Vs. Craig,bytes=436968699,time=5326},{name=Sexual Harassment Panda,bytes=542655194,time=6658}
28152 episodes-1-6.m4v
28153
28154 ------------------------------------------------------------------------
28155 r20617 | courmisch | 2007-06-18 16:28:53 +0200 (Mon, 18 Jun 2007) | 2 lines
28156 Changed paths:
28157    M /trunk/modules/gui/qt4/qt4.cpp
28158
28159 Do not crash when there is no X
28160
28161 ------------------------------------------------------------------------
28162 r20616 | courmisch | 2007-06-18 16:14:54 +0200 (Mon, 18 Jun 2007) | 2 lines
28163 Changed paths:
28164    M /trunk/modules/video_output/x11/xcommon.c
28165
28166 Typo
28167
28168 ------------------------------------------------------------------------
28169 r20615 | jpsaman | 2007-06-18 11:55:06 +0200 (Mon, 18 Jun 2007) | 1 line
28170 Changed paths:
28171    M /trunk/THANKS
28172
28173 Update Ilkka Ollakka's contributions.
28174 ------------------------------------------------------------------------
28175 r20614 | jpsaman | 2007-06-18 11:53:53 +0200 (Mon, 18 Jun 2007) | 2 lines
28176 Changed paths:
28177    M /trunk/modules/stream_out/transcode.c
28178
28179 Properly cleanup afilters and vfilters on Close(). (Patch by Ikka Ollakka)
28180
28181 ------------------------------------------------------------------------
28182 r20613 | pdherbemont | 2007-06-17 23:17:13 +0200 (Sun, 17 Jun 2007) | 2 lines
28183 Changed paths:
28184    M /trunk/src/Makefile.am
28185
28186 libvlc: Tell the build system to use media_instance.c.
28187
28188 ------------------------------------------------------------------------
28189 r20612 | pdherbemont | 2007-06-17 22:56:25 +0200 (Sun, 17 Jun 2007) | 2 lines
28190 Changed paths:
28191    D /trunk/src/control/input.c
28192    A /trunk/src/control/media_instance.c (from /trunk/src/control/input.c:20611)
28193
28194 libvlc: Rename the input.c file to media_instance.c.
28195
28196 ------------------------------------------------------------------------
28197 r20611 | pdherbemont | 2007-06-17 22:54:32 +0200 (Sun, 17 Jun 2007) | 2 lines
28198 Changed paths:
28199    M /trunk/include/vlc/libvlc.h
28200    M /trunk/include/vlc/libvlc_structures.h
28201    M /trunk/src/control/audio.c
28202    M /trunk/src/control/event.c
28203    M /trunk/src/control/input.c
28204    M /trunk/src/control/libvlc_internal.h
28205    M /trunk/src/control/media_descriptor.c
28206    M /trunk/src/control/mediacontrol_audio_video.c
28207    M /trunk/src/control/mediacontrol_core.c
28208    M /trunk/src/control/playlist.c
28209    M /trunk/src/control/video.c
28210
28211 libvlc: Rename input to media_instance. And add the possibility to create a medi_instance from a media_descriptor.
28212
28213 ------------------------------------------------------------------------
28214 r20610 | pdherbemont | 2007-06-17 19:51:40 +0200 (Sun, 17 Jun 2007) | 2 lines
28215 Changed paths:
28216    M /trunk/src/control/media_descriptor.c
28217
28218 control/media_descriptor.c: Fix a comment.
28219
28220 ------------------------------------------------------------------------
28221 r20609 | pdherbemont | 2007-06-17 19:47:46 +0200 (Sun, 17 Jun 2007) | 2 lines
28222 Changed paths:
28223    M /trunk/src/control/media_descriptor.c
28224
28225 conrtol/media_descriptor.c: Use VLC_FALSE and VLC_TRUE.
28226
28227 ------------------------------------------------------------------------
28228 r20608 | pdherbemont | 2007-06-17 19:21:26 +0200 (Sun, 17 Jun 2007) | 2 lines
28229 Changed paths:
28230    M /trunk/src/control/libvlc_internal.h
28231
28232 control/libvlc_internal: Dump bool as it doesn't work everywhere.
28233
28234 ------------------------------------------------------------------------
28235 r20607 | pdherbemont | 2007-06-17 19:14:06 +0200 (Sun, 17 Jun 2007) | 2 lines
28236 Changed paths:
28237    M /trunk/src/control/libvlc_internal.h
28238
28239 libvlc: attempt to fix previous commit.
28240
28241 ------------------------------------------------------------------------
28242 r20606 | pdherbemont | 2007-06-17 18:50:13 +0200 (Sun, 17 Jun 2007) | 2 lines
28243 Changed paths:
28244    M /trunk/include/vlc/libvlc_structures.h
28245    M /trunk/src/control/libvlc_internal.h
28246
28247 libvlc: Make media_descriptor_t internal.
28248
28249 ------------------------------------------------------------------------
28250 r20605 | pdherbemont | 2007-06-17 18:24:49 +0200 (Sun, 17 Jun 2007) | 2 lines
28251 Changed paths:
28252    M /trunk/include/vlc/libvlc.h
28253    M /trunk/include/vlc/libvlc_structures.h
28254    M /trunk/src/Makefile.am
28255    A /trunk/src/control/media_descriptor.c
28256
28257 Libvlc add a media descriptor object.
28258
28259 ------------------------------------------------------------------------
28260 r20604 | dionoea | 2007-06-17 17:20:20 +0200 (Sun, 17 Jun 2007) | 2 lines
28261 Changed paths:
28262    M /trunk/share/luaplaylist/README.txt
28263
28264 Sync readme with wiki page.
28265
28266 ------------------------------------------------------------------------
28267 r20603 | dionoea | 2007-06-17 17:17:39 +0200 (Sun, 17 Jun 2007) | 2 lines
28268 Changed paths:
28269    M /trunk/modules/access/bda
28270
28271 svn:ignore .deps
28272
28273 ------------------------------------------------------------------------
28274 r20602 | dionoea | 2007-06-17 17:16:14 +0200 (Sun, 17 Jun 2007) | 2 lines
28275 Changed paths:
28276    M /trunk/src/modules
28277
28278 propset svn:ignore
28279
28280 ------------------------------------------------------------------------
28281 r20601 | dionoea | 2007-06-17 17:14:59 +0200 (Sun, 17 Jun 2007) | 2 lines
28282 Changed paths:
28283    M /trunk/share/http/flash.html
28284
28285 Kleine fix.
28286
28287 ------------------------------------------------------------------------
28288 r20600 | dionoea | 2007-06-17 17:11:22 +0200 (Sun, 17 Jun 2007) | 2 lines
28289 Changed paths:
28290    M /trunk/modules/codec/vorbis.c
28291
28292 Cosmetics.
28293
28294 ------------------------------------------------------------------------
28295 r20599 | dionoea | 2007-06-17 17:10:31 +0200 (Sun, 17 Jun 2007) | 2 lines
28296 Changed paths:
28297    M /trunk/modules/demux/playlist/luaplaylist.c
28298
28299 Handle custom meta data in lua playlist scripts.
28300
28301 ------------------------------------------------------------------------
28302 r20598 | dionoea | 2007-06-17 16:14:19 +0200 (Sun, 17 Jun 2007) | 2 lines
28303 Changed paths:
28304    M /trunk/modules/gui/qt4/components/extended_panels.cpp
28305    M /trunk/modules/gui/qt4/components/extended_panels.hpp
28306    M /trunk/modules/gui/qt4/ui/video_effects.ui
28307
28308 Fix a huge bunch of things in the video effects panel. Implement combo box options.
28309
28310 ------------------------------------------------------------------------
28311 r20597 | dionoea | 2007-06-17 16:12:56 +0200 (Sun, 17 Jun 2007) | 2 lines
28312 Changed paths:
28313    M /trunk/modules/video_filter/marq.c
28314
28315 Fix marq positions list in config.
28316
28317 ------------------------------------------------------------------------
28318 r20596 | fenrir | 2007-06-17 16:06:26 +0200 (Sun, 17 Jun 2007) | 2 lines
28319 Changed paths:
28320    M /trunk/src/audio_output/input.c
28321
28322 Be sure to restart the mixer on replaygain mode change.
28323
28324 ------------------------------------------------------------------------
28325 r20595 | dionoea | 2007-06-17 15:59:55 +0200 (Sun, 17 Jun 2007) | 2 lines
28326 Changed paths:
28327    M /trunk/modules/video_filter/sharpen.c
28328
28329 Fix copyright date
28330
28331 ------------------------------------------------------------------------
28332 r20594 | dionoea | 2007-06-17 15:59:27 +0200 (Sun, 17 Jun 2007) | 2 lines
28333 Changed paths:
28334    M /trunk/modules/video_filter/gradient.c
28335
28336 Make error output usable.
28337
28338 ------------------------------------------------------------------------
28339 r20593 | fenrir | 2007-06-17 15:56:57 +0200 (Sun, 17 Jun 2007) | 6 lines
28340 Changed paths:
28341    M /trunk/modules/codec/vorbis.c
28342    M /trunk/modules/demux/flac.c
28343    M /trunk/modules/demux/mpc.c
28344    M /trunk/modules/demux/mpeg/m4a.c
28345    M /trunk/modules/demux/mpeg/mpga.c
28346
28347 Added replay gain support for:
28348  - ogg/vorbis (close #125)
28349  - flac (and not ogg/flac yet)
28350  - mp3/aac (id3/ape)
28351  - mpc (internal/ape)
28352
28353 ------------------------------------------------------------------------
28354 r20592 | fenrir | 2007-06-17 15:54:20 +0200 (Sun, 17 Jun 2007) | 4 lines
28355 Changed paths:
28356    M /trunk/include/vlc_aout.h
28357    M /trunk/include/vlc_es.h
28358    M /trunk/include/vlc_input.h
28359    M /trunk/include/vlc_meta.h
28360    M /trunk/modules/audio_mixer/float32.c
28361    M /trunk/src/audio_output/aout_internal.h
28362    M /trunk/src/audio_output/dec.c
28363    M /trunk/src/audio_output/input.c
28364    M /trunk/src/input/decoder.c
28365    M /trunk/src/libvlc-module.c
28366
28367 Added replay gain support (audio-replay-gain-mode track or album to activate
28368 it, disabled by default)
28369
28370
28371 ------------------------------------------------------------------------
28372 r20591 | fenrir | 2007-06-17 15:49:49 +0200 (Sun, 17 Jun 2007) | 2 lines
28373 Changed paths:
28374    M /trunk/src/input/input.c
28375
28376 Call input_Control(INPUT_ADD_INFO) on extra meta data.
28377
28378 ------------------------------------------------------------------------
28379 r20590 | fenrir | 2007-06-17 15:47:00 +0200 (Sun, 17 Jun 2007) | 6 lines
28380 Changed paths:
28381    M /trunk/modules/meta_engine/id3tag.c
28382
28383 Added APEv1/2 support to id3tag.c
28384 Parse TXXX fields (id3)
28385 Parse RVA2 and convert them to replay gain (id3)
28386 (I cannot put APE parsing into a new module as id3 and ape can be found
28387 in the same file, this means you need libid3tag)
28388
28389 ------------------------------------------------------------------------
28390 r20589 | dionoea | 2007-06-17 14:47:07 +0200 (Sun, 17 Jun 2007) | 2 lines
28391 Changed paths:
28392    M /trunk/modules/gui/qt4/ui/video_effects.ui
28393
28394 Split the extended video filters panel into many smaller sub panels.
28395
28396 ------------------------------------------------------------------------
28397 r20588 | damienf | 2007-06-17 00:13:47 +0200 (Sun, 17 Jun 2007) | 2 lines
28398 Changed paths:
28399    M /trunk/modules/video_chroma/i420_rgb16.c
28400    M /trunk/modules/video_chroma/i420_rgb_mmx.h
28401
28402 video_chroma: a few SSE2 fixes
28403
28404 ------------------------------------------------------------------------
28405 r20587 | dionoea | 2007-06-16 22:40:39 +0200 (Sat, 16 Jun 2007) | 2 lines
28406 Changed paths:
28407    M /trunk/modules/gui/qt4/components/extended_panels.cpp
28408    M /trunk/modules/gui/qt4/ui/video_effects.ui
28409
28410 Implement color change for colorthres and extract filters. Fix dial for rotate filter.
28411
28412 ------------------------------------------------------------------------
28413 r20583 | Trax | 2007-06-16 15:12:25 +0200 (Sat, 16 Jun 2007) | 1 line
28414 Changed paths:
28415    M /trunk/NEWS
28416
28417 * NEWS: sync with 0.8.6c
28418 ------------------------------------------------------------------------
28419 r20578 | jb | 2007-06-16 11:40:07 +0200 (Sat, 16 Jun 2007) | 3 lines
28420 Changed paths:
28421    M /trunk/THANKS
28422    M /trunk/modules/gui/qt4/Modules.am
28423    M /trunk/modules/gui/qt4/menus.cpp
28424    A /trunk/modules/gui/qt4/pixmaps/vlc_file-asym_16px.png
28425    A /trunk/modules/gui/qt4/pixmaps/vlc_file-wide_16px.png
28426    A /trunk/modules/gui/qt4/pixmaps/vlc_folder-blue_16px.png
28427    A /trunk/modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png
28428    M /trunk/modules/gui/qt4/pixmaps/vlc_network_16px.png
28429    A /trunk/modules/gui/qt4/pixmaps/vlc_tape_16px.png
28430    M /trunk/modules/gui/qt4/res.qrc
28431
28432 Qt4 - Icons for the menus. Works from Danko Dolch again (THANKS). New icons for folders (blue and grey) (not yet used), for file (thin and wide) and tape. Update Network with a bit of coloring.
28433
28434
28435 ------------------------------------------------------------------------
28436 r20577 | md | 2007-06-16 08:16:51 +0200 (Sat, 16 Jun 2007) | 2 lines
28437 Changed paths:
28438    M /trunk/po/sk.po
28439
28440 Fix missing national characters: Ak sa nem?\195?\180?\197?\190ete dosta?\197?\165 k u?\197?\190?\195?\173vate?\196?\190sk?\195?\169mu...
28441
28442 ------------------------------------------------------------------------
28443 r20576 | fenrir | 2007-06-15 20:38:15 +0200 (Fri, 15 Jun 2007) | 2 lines
28444 Changed paths:
28445    M /trunk/modules/demux/mp4/libmp4.c
28446    M /trunk/modules/demux/mp4/libmp4.h
28447    M /trunk/modules/demux/mp4/mp4.c
28448
28449 Added apple chapter support (used by HandBrake, close #808)
28450
28451 ------------------------------------------------------------------------
28452 r20575 | damienf | 2007-06-15 18:36:41 +0200 (Fri, 15 Jun 2007) | 2 lines
28453 Changed paths:
28454    M /trunk/configure.ac
28455    M /trunk/modules/video_chroma/Modules.am
28456    M /trunk/modules/video_chroma/i420_rgb.c
28457    M /trunk/modules/video_chroma/i420_rgb.h
28458    M /trunk/modules/video_chroma/i420_rgb16.c
28459    M /trunk/modules/video_chroma/i420_rgb_mmx.h
28460    M /trunk/modules/video_chroma/i420_yuy2.c
28461    M /trunk/modules/video_chroma/i420_yuy2.h
28462
28463 - video_chromas: more SSE2 and MMX support and optimization, added SSE2 i420 -> RGB acceleration
28464
28465 ------------------------------------------------------------------------
28466 r20574 | md | 2007-06-15 14:30:37 +0200 (Fri, 15 Jun 2007) | 2 lines
28467 Changed paths:
28468    M /trunk/po/sk.po
28469
28470 Minor fix in Slovak translation: rozhrania -> rozhran?\195?\173
28471
28472 ------------------------------------------------------------------------
28473 r20572 | xtophe | 2007-06-15 00:14:12 +0200 (Fri, 15 Jun 2007) | 2 lines
28474 Changed paths:
28475    M /trunk/modules/gui/qt4/components/infopanels.cpp
28476    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
28477    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
28478    M /trunk/modules/video_filter/colorthres.c
28479
28480 i18n fixes
28481
28482 ------------------------------------------------------------------------
28483 r20570 | fenrir | 2007-06-14 21:05:16 +0200 (Thu, 14 Jun 2007) | 2 lines
28484 Changed paths:
28485    M /trunk/src/input/decoder.c
28486
28487 Fixed segfault with subtitle.
28488
28489 ------------------------------------------------------------------------
28490 r20567 | Trax | 2007-06-14 19:31:52 +0200 (Thu, 14 Jun 2007) | 1 line
28491 Changed paths:
28492    M /trunk/NEWS
28493
28494 * NEWS: add some whitespace for a change..
28495 ------------------------------------------------------------------------
28496 r20565 | Trax | 2007-06-14 19:23:08 +0200 (Thu, 14 Jun 2007) | 1 line
28497 Changed paths:
28498    M /trunk/NEWS
28499
28500 * NEWS: sync with 0.8.6c again..
28501 ------------------------------------------------------------------------
28502 r20562 | jpsaman | 2007-06-14 08:13:25 +0200 (Thu, 14 Jun 2007) | 1 line
28503 Changed paths:
28504    M /trunk/src/video_output/vout_subpictures.c
28505
28506 Fix potential memleak/crash
28507 ------------------------------------------------------------------------
28508 r20561 | jb | 2007-06-14 01:50:18 +0200 (Thu, 14 Jun 2007) | 3 lines
28509 Changed paths:
28510    M /trunk/modules/gui/qt4/playlist_model.cpp
28511
28512 Qt4 - Minor cosmetic change.
28513
28514
28515 ------------------------------------------------------------------------
28516 r20560 | jb | 2007-06-14 01:47:56 +0200 (Thu, 14 Jun 2007) | 3 lines
28517 Changed paths:
28518    M /trunk/modules/gui/qt4/components/infopanels.cpp
28519    M /trunk/modules/gui/qt4/components/infopanels.hpp
28520    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
28521
28522 Qt4 - Make the update() update the art in mediaInfo.
28523
28524
28525 ------------------------------------------------------------------------
28526 r20557 | xtophe | 2007-06-14 01:29:30 +0200 (Thu, 14 Jun 2007) | 2 lines
28527 Changed paths:
28528    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
28529    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
28530    M /trunk/modules/gui/qt4/dialogs/help.cpp
28531    M /trunk/modules/gui/qt4/dialogs_provider.hpp
28532
28533 i18n fixes
28534
28535 ------------------------------------------------------------------------
28536 r20556 | jb | 2007-06-14 00:11:03 +0200 (Thu, 14 Jun 2007) | 3 lines
28537 Changed paths:
28538    M /trunk/modules/gui/qt4/components/infopanels.cpp
28539    M /trunk/modules/gui/qt4/components/infopanels.hpp
28540    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
28541
28542 Qt4 - Support for Media Art in the Media Info dialog and various fixed on that dialog.
28543
28544
28545 ------------------------------------------------------------------------
28546 r20553 | fenrir | 2007-06-13 21:49:08 +0200 (Wed, 13 Jun 2007) | 3 lines
28547 Changed paths:
28548    M /trunk/src/input/input.c
28549    M /trunk/src/input/input_internal.h
28550    M /trunk/src/input/var.c
28551    M /trunk/src/libvlc-module.c
28552
28553 Added --run-time option to specify how many second VLC will play an item
28554 (Usefull to save live programs like DVB/UDP)
28555
28556 ------------------------------------------------------------------------
28557 r20551 | fenrir | 2007-06-13 21:25:08 +0200 (Wed, 13 Jun 2007) | 2 lines
28558 Changed paths:
28559    M /trunk/modules/demux/aiff.c
28560
28561 Fixed aiff support for stereo files and files with odd chunk size.
28562
28563 ------------------------------------------------------------------------
28564 r20550 | damienf | 2007-06-13 17:40:54 +0200 (Wed, 13 Jun 2007) | 2 lines
28565 Changed paths:
28566    M /trunk/modules/gui/qt4/input_manager.cpp
28567    M /trunk/modules/gui/qt4/qt4.hpp
28568
28569 qt4: a few stability fixes when working as a dialogs provider, needs a lot more ...
28570
28571 ------------------------------------------------------------------------
28572 r20549 | damienf | 2007-06-13 14:47:29 +0200 (Wed, 13 Jun 2007) | 2 lines
28573 Changed paths:
28574    M /trunk/modules/demux/playlist/asx.c
28575
28576 asx.c: fixed a small bug in skip ad feature
28577
28578 ------------------------------------------------------------------------
28579 r20548 | jpsaman | 2007-06-13 11:22:08 +0200 (Wed, 13 Jun 2007) | 1 line
28580 Changed paths:
28581    M /trunk/modules/control/dbus.c
28582    M /trunk/modules/control/dbus.h
28583
28584 White space and indentation fixes.
28585 ------------------------------------------------------------------------
28586 r20547 | jpsaman | 2007-06-13 11:00:46 +0200 (Wed, 13 Jun 2007) | 1 line
28587 Changed paths:
28588    M /trunk/configure.ac
28589
28590 Make use of libgcrypt configurable.
28591 ------------------------------------------------------------------------
28592 r20546 | jpsaman | 2007-06-13 10:37:51 +0200 (Wed, 13 Jun 2007) | 1 line
28593 Changed paths:
28594    M /trunk/bootstrap
28595
28596 Portability fix: use head -n 1 iso head -1
28597 ------------------------------------------------------------------------
28598 r20544 | Trax | 2007-06-13 00:38:01 +0200 (Wed, 13 Jun 2007) | 1 line
28599 Changed paths:
28600    M /trunk/NEWS
28601
28602 NEWS: sync with bugfix branch
28603 ------------------------------------------------------------------------
28604 r20543 | fenrir | 2007-06-12 23:27:28 +0200 (Tue, 12 Jun 2007) | 2 lines
28605 Changed paths:
28606    M /trunk/modules/demux/mkv.cpp
28607
28608 Fixed access on deleted object.
28609
28610 ------------------------------------------------------------------------
28611 r20541 | fenrir | 2007-06-12 23:06:24 +0200 (Tue, 12 Jun 2007) | 2 lines
28612 Changed paths:
28613    M /trunk/modules/video_filter/magnify.c
28614
28615 Fixed uninitialized variable.
28616
28617 ------------------------------------------------------------------------
28618 r20539 | fenrir | 2007-06-12 21:49:06 +0200 (Tue, 12 Jun 2007) | 2 lines
28619 Changed paths:
28620    M /trunk/src/audio_output/input.c
28621
28622 Drop audio when playing faster and not using resampler.
28623
28624 ------------------------------------------------------------------------
28625 r20538 | fenrir | 2007-06-12 21:46:35 +0200 (Tue, 12 Jun 2007) | 5 lines
28626 Changed paths:
28627    M /trunk/include/vlc_aout.h
28628    M /trunk/modules/audio_filter/resampler/bandlimited.c
28629    M /trunk/modules/codec/a52.c
28630    M /trunk/modules/codec/faad.c
28631    M /trunk/modules/codec/ffmpeg/audio.c
28632    M /trunk/modules/codec/mpeg_audio.c
28633    M /trunk/modules/codec/vorbis.c
28634    M /trunk/modules/packetizer/mpeg4audio.c
28635    M /trunk/src/audio_output/aout_internal.h
28636    M /trunk/src/audio_output/dec.c
28637    M /trunk/src/audio_output/filters.c
28638    M /trunk/src/audio_output/input.c
28639    M /trunk/src/input/decoder.c
28640    M /trunk/src/input/es_out.c
28641    M /trunk/src/input/input.c
28642
28643 All: preliminary support for audio while playing faster/slower (1/4 -> 4).
28644 It use our standard resampler to do it and so we do not keep
28645 pitch yet (I am working on a soundtouch resampler).
28646 Please test any regression.
28647
28648 ------------------------------------------------------------------------
28649 r20534 | fenrir | 2007-06-12 20:26:00 +0200 (Tue, 12 Jun 2007) | 2 lines
28650 Changed paths:
28651    M /trunk/src/audio_output/output.c
28652
28653 Fixed use of released pointer (race condition).
28654
28655 ------------------------------------------------------------------------
28656 r20527 | damienf | 2007-06-12 17:56:28 +0200 (Tue, 12 Jun 2007) | 2 lines
28657 Changed paths:
28658    M /trunk/mozilla/vlcshell.cpp
28659
28660 mozilla: fixed crash on Safari 3 Beta for Windows
28661
28662 ------------------------------------------------------------------------
28663 r20526 | damienf | 2007-06-12 16:37:15 +0200 (Tue, 12 Jun 2007) | 2 lines
28664 Changed paths:
28665    M /trunk/configure.ac
28666
28667 MacOSX: fix for --with-macosx-sdk
28668
28669 ------------------------------------------------------------------------
28670 r20525 | jpsaman | 2007-06-12 14:22:36 +0200 (Tue, 12 Jun 2007) | 1 line
28671 Changed paths:
28672    M /trunk/modules/misc/freetype.c
28673
28674 Fix potential memleaks
28675 ------------------------------------------------------------------------
28676 r20524 | jpsaman | 2007-06-12 14:21:58 +0200 (Tue, 12 Jun 2007) | 1 line
28677 Changed paths:
28678    M /trunk/src/video_output/video_output.c
28679
28680 Display video title when video output is reused.
28681 ------------------------------------------------------------------------
28682 r20523 | jpsaman | 2007-06-12 13:28:54 +0200 (Tue, 12 Jun 2007) | 1 line
28683 Changed paths:
28684    M /trunk/include/vlc_vout.h
28685    M /trunk/src/libvlc-module.c
28686    M /trunk/src/video_output/video_output.c
28687    M /trunk/src/video_output/vout_intf.c
28688
28689 Show title on video output based on users preferences. Defaults are:--video-title-show --video-title-position=8 --video-title-timeout=5000
28690 ------------------------------------------------------------------------
28691 r20521 | damienf | 2007-06-12 00:39:57 +0200 (Tue, 12 Jun 2007) | 2 lines
28692 Changed paths:
28693    M /trunk/extras/contrib/bootstrap
28694
28695 contrib/bootstrap: MacOSX, avoid multiple -isysroot definitions by using CC, CXX and LD envars (PCC only for now, needs intel test)
28696
28697 ------------------------------------------------------------------------
28698 r20520 | xtophe | 2007-06-12 00:12:07 +0200 (Tue, 12 Jun 2007) | 3 lines
28699 Changed paths:
28700    M /trunk/po/sk.po
28701    M /trunk/po/sv.po
28702
28703 Swedish l10n update by Daniel Nylander
28704 Slovak l10n update by Mari?\195?\161n Hikan?\195?\173k
28705
28706 ------------------------------------------------------------------------
28707 r20518 | jb | 2007-06-11 19:00:55 +0200 (Mon, 11 Jun 2007) | 3 lines
28708 Changed paths:
28709    M /trunk/include/vlc_intf_strings.h
28710    M /trunk/modules/gui/qt4/menus.cpp
28711    M /trunk/modules/gui/qt4/pixmaps/vlc_capture-card_16px.png
28712
28713 Qt4 - Menus: modify slightly the capture card icon, change a label and spaces...
28714
28715
28716 ------------------------------------------------------------------------
28717 r20514 | oaubert | 2007-06-11 16:30:46 +0200 (Mon, 11 Jun 2007) | 2 lines
28718 Changed paths:
28719    D /trunk/python
28720
28721 Remove the obsolete vlc/python directory. Up-to-date version of python bindings lie in bindings/python
28722
28723 ------------------------------------------------------------------------
28724 r20507 | sigmunau | 2007-06-11 14:00:42 +0200 (Mon, 11 Jun 2007) | 2 lines
28725 Changed paths:
28726    M /trunk/modules/access/pvr.c
28727
28728 fix compile faults and semantic errors in pvr module, mostly relating to the new api
28729
28730 ------------------------------------------------------------------------
28731 r20504 | jpsaman | 2007-06-11 12:25:50 +0200 (Mon, 11 Jun 2007) | 1 line
28732 Changed paths:
28733    M /trunk/modules/codec/cvdsub.c
28734
28735 Remove excess whitespace
28736 ------------------------------------------------------------------------
28737 r20503 | jb | 2007-06-11 01:26:04 +0200 (Mon, 11 Jun 2007) | 3 lines
28738 Changed paths:
28739    M /trunk/modules/gui/qt4/menus.cpp
28740    M /trunk/modules/gui/qt4/res.qrc
28741
28742 Qt4 - Add Icons to the systray Menu bar.
28743
28744
28745 ------------------------------------------------------------------------
28746 r20502 | jb | 2007-06-11 01:17:05 +0200 (Mon, 11 Jun 2007) | 3 lines
28747 Changed paths:
28748    M /trunk/modules/gui/qt4/Modules.am
28749    M /trunk/modules/gui/qt4/menus.cpp
28750    D /trunk/modules/gui/qt4/pixmaps/audio_50x50.xpm
28751    D /trunk/modules/gui/qt4/pixmaps/hotkeys_50x50.xpm
28752    D /trunk/modules/gui/qt4/pixmaps/input_and_codecs_50x50.xpm
28753    D /trunk/modules/gui/qt4/pixmaps/interface_50x50.xpm
28754    D /trunk/modules/gui/qt4/pixmaps/playlist_50x50.xpm
28755    D /trunk/modules/gui/qt4/pixmaps/subtitles_50x50.xpm
28756    D /trunk/modules/gui/qt4/pixmaps/video_50x50.xpm
28757    A /trunk/modules/gui/qt4/pixmaps/vlc_capture-card_16px.png
28758    A /trunk/modules/gui/qt4/pixmaps/vlc_network_16px.png
28759    A /trunk/modules/gui/qt4/pixmaps/vlc_quit_16px.png
28760    A /trunk/modules/gui/qt4/pixmaps/vlc_stream_16px.png
28761    M /trunk/modules/gui/qt4/res.qrc
28762
28763 Qt4 - A few more icons in the menus to make the GUI less depressing.
28764
28765
28766 ------------------------------------------------------------------------
28767 r20500 | fenrir | 2007-06-10 21:53:00 +0200 (Sun, 10 Jun 2007) | 2 lines
28768 Changed paths:
28769    M /trunk/src/audio_output/dec.c
28770    M /trunk/src/audio_output/input.c
28771
28772 Simplify + fix a potential overflow.
28773
28774 ------------------------------------------------------------------------
28775 r20499 | fenrir | 2007-06-10 21:40:24 +0200 (Sun, 10 Jun 2007) | 2 lines
28776 Changed paths:
28777    M /trunk/src/input/clock.c
28778
28779 Simplify (no functionnal changes).
28780
28781 ------------------------------------------------------------------------
28782 r20498 | fenrir | 2007-06-10 21:22:39 +0200 (Sun, 10 Jun 2007) | 3 lines
28783 Changed paths:
28784    M /trunk/src/playlist/engine.c
28785
28786 Call garbage collector (vout/sout) when playlist enter stop state (on
28787 user stop or end of playlist).
28788
28789 ------------------------------------------------------------------------
28790 r20497 | fenrir | 2007-06-10 21:12:54 +0200 (Sun, 10 Jun 2007) | 2 lines
28791 Changed paths:
28792    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
28793
28794 Fixed uninitialized member fields for audio filter2.
28795
28796 ------------------------------------------------------------------------
28797 r20492 | pdherbemont | 2007-06-09 20:54:17 +0200 (Sat, 09 Jun 2007) | 2 lines
28798 Changed paths:
28799    M /trunk/src/control/event.c
28800
28801 control/event.c: Add some comments.
28802
28803 ------------------------------------------------------------------------
28804 r20489 | pdherbemont | 2007-06-09 16:54:38 +0200 (Sat, 09 Jun 2007) | 2 lines
28805 Changed paths:
28806    M /trunk/modules/gui/macosx/voutgl.m
28807
28808 Mac OS X gui: Fix a comment.
28809
28810 ------------------------------------------------------------------------
28811 r20488 | pdherbemont | 2007-06-09 16:14:49 +0200 (Sat, 09 Jun 2007) | 2 lines
28812 Changed paths:
28813    M /trunk/modules/gui/macosx/voutgl.m
28814
28815 Mac OS X gui: Don't leak the autoreleased object.
28816
28817 ------------------------------------------------------------------------
28818 r20487 | jpsaman | 2007-06-09 16:00:51 +0200 (Sat, 09 Jun 2007) | 2 lines
28819 Changed paths:
28820    M /trunk/src/video_output/video_output.c
28821
28822 Display media title for 15 seconds right at the start of the video.
28823
28824 ------------------------------------------------------------------------
28825 r20486 | courmisch | 2007-06-09 10:41:35 +0200 (Sat, 09 Jun 2007) | 2 lines
28826 Changed paths:
28827    M /trunk/configure.ac
28828
28829 Tell that disabling libtool is going to suck - closes #1189
28830
28831 ------------------------------------------------------------------------
28832 r20485 | fenrir | 2007-06-08 21:02:22 +0200 (Fri, 08 Jun 2007) | 2 lines
28833 Changed paths:
28834    M /trunk/modules/demux/mkv.cpp
28835
28836 MKV attachments bug fixes. (Patch by Bernie Purcell)
28837
28838 ------------------------------------------------------------------------
28839 r20483 | courmisch | 2007-06-08 16:55:43 +0200 (Fri, 08 Jun 2007) | 2 lines
28840 Changed paths:
28841    M /trunk/src/libvlc-common.c
28842    M /trunk/src/libvlc.h
28843    M /trunk/src/misc/cpu.c
28844
28845 Fix compiler warnings
28846
28847 ------------------------------------------------------------------------
28848 r20482 | fkuehne | 2007-06-08 16:31:30 +0200 (Fri, 08 Jun 2007) | 1 line
28849 Changed paths:
28850    M /trunk/extras/contrib/src/Patches/live-starttime.patch
28851
28852 * reverted [20479], as my previously checked-in patch was correct ;)
28853 ------------------------------------------------------------------------
28854 r20481 | fkuehne | 2007-06-08 16:26:52 +0200 (Fri, 08 Jun 2007) | 1 line
28855 Changed paths:
28856    M /trunk/extras/contrib/src/Makefile
28857
28858 * removed support for compilation on OSX < 10.4
28859 ------------------------------------------------------------------------
28860 r20479 | pdherbemont | 2007-06-08 14:51:40 +0200 (Fri, 08 Jun 2007) | 2 lines
28861 Changed paths:
28862    M /trunk/extras/contrib/src/Patches/live-starttime.patch
28863
28864 extras/contrib: Update live-starttime.patch.
28865
28866 ------------------------------------------------------------------------
28867 r20478 | pdherbemont | 2007-06-08 14:39:47 +0200 (Fri, 08 Jun 2007) | 2 lines
28868 Changed paths:
28869    M /trunk/extras/contrib/bootstrap
28870
28871 extras/contrib/bootstrap: Store wget, curl and svn as absolute path in config.mak so they won't get untracked. (Patch by Jan David Mol <jjdmol at gmail.com>).
28872
28873 ------------------------------------------------------------------------
28874 r20477 | pdherbemont | 2007-06-08 11:24:23 +0200 (Fri, 08 Jun 2007) | 2 lines
28875 Changed paths:
28876    M /trunk/modules/gui/macosx/vout.m
28877    M /trunk/modules/gui/macosx/voutgl.m
28878
28879 Mac OS X gui: Comply to "Cocoa Thread Safety" guideline, that is, make creating, resizing, closing, the NSView on main thread.
28880
28881 ------------------------------------------------------------------------
28882 r20476 | pdherbemont | 2007-06-08 11:11:48 +0200 (Fri, 08 Jun 2007) | 2 lines
28883 Changed paths:
28884    M /trunk/THANKS
28885    M /trunk/extras/contrib/src/Makefile
28886
28887 contrib: Build ffmpeg with --cpu=pentium-m on Mac OS X/intel. (Patch by Jan David Mol).
28888
28889 ------------------------------------------------------------------------
28890 r20475 | jpsaman | 2007-06-08 09:29:18 +0200 (Fri, 08 Jun 2007) | 2 lines
28891 Changed paths:
28892    M /trunk/extras/contrib/src/Distributions/netbox3.mak
28893
28894 Don't build fribidi no need for it now.
28895
28896 ------------------------------------------------------------------------
28897 r20473 | fenrir | 2007-06-08 01:05:16 +0200 (Fri, 08 Jun 2007) | 4 lines
28898 Changed paths:
28899    M /trunk/src/input/clock.c
28900    M /trunk/src/input/es_out.c
28901    M /trunk/src/input/input.c
28902    M /trunk/src/input/input_internal.h
28903
28904 clock: clean up/simplify + remove 1/90000 reference.
28905 all: improve input rate (no more out of order/dropped pictures on
28906 rate change).
28907
28908 ------------------------------------------------------------------------
28909 r20472 | xtophe | 2007-06-08 00:57:53 +0200 (Fri, 08 Jun 2007) | 2 lines
28910 Changed paths:
28911    M /trunk/configure.ac
28912
28913 More strict detection for swscale. Patch by ILEoo and ALexis Ballier
28914
28915 ------------------------------------------------------------------------
28916 r20470 | jb | 2007-06-08 00:53:48 +0200 (Fri, 08 Jun 2007) | 3 lines
28917 Changed paths:
28918    M /trunk/configure.ac
28919
28920 Configure: typo correction on --enable-libtar
28921
28922
28923 ------------------------------------------------------------------------
28924 r20468 | xtophe | 2007-06-08 00:29:01 +0200 (Fri, 08 Jun 2007) | 2 lines
28925 Changed paths:
28926    M /trunk/doc/vlc.1
28927
28928 Small fix on the man page
28929
28930 ------------------------------------------------------------------------
28931 r20467 | fenrir | 2007-06-08 00:21:55 +0200 (Fri, 08 Jun 2007) | 2 lines
28932 Changed paths:
28933    M /trunk/modules/access_filter/timeshift.c
28934
28935 Added back pause (timeshift has to accept ACCESS_SET_PAUSE_STATE)
28936
28937 ------------------------------------------------------------------------
28938 r20466 | xtophe | 2007-06-08 00:12:20 +0200 (Fri, 08 Jun 2007) | 2 lines
28939 Changed paths:
28940    M /trunk/doc/vlc.1
28941
28942 VLS is deprecated. Don't refer to it
28943
28944 ------------------------------------------------------------------------
28945 r20465 | fenrir | 2007-06-07 23:58:47 +0200 (Thu, 07 Jun 2007) | 7 lines
28946 Changed paths:
28947    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
28948
28949 Set VideoWidget minimal size to 16x16 (I'm not sure it is the right thing).
28950 It avoids segfault when resizing to 0x0.
28951 It fixes segfault when VLC is started with a video file. (But I fear
28952 that we have a race condition here because if the same file is played
28953 later, it works)
28954
28955
28956 ------------------------------------------------------------------------
28957 r20464 | pdherbemont | 2007-06-07 23:33:16 +0200 (Thu, 07 Jun 2007) | 2 lines
28958 Changed paths:
28959    M /trunk/include/vlc/libvlc_structures.h
28960
28961 include/vlc/libvlc_structures.h: Fix build by using vlc_int64_t instead of uint64_t.
28962
28963 ------------------------------------------------------------------------
28964 r20463 | fenrir | 2007-06-07 23:30:42 +0200 (Thu, 07 Jun 2007) | 3 lines
28965 Changed paths:
28966    M /trunk/modules/access/dvdnav.c
28967
28968 Do not use dvdnav_get_video_aspect (No idea of its unit but it is not
28969 vlc one, fixed segfault with x11 at least)
28970
28971 ------------------------------------------------------------------------
28972 r20462 | pdherbemont | 2007-06-07 23:16:30 +0200 (Thu, 07 Jun 2007) | 2 lines
28973 Changed paths:
28974    M /trunk/include/vlc/libvlc_structures.h
28975    M /trunk/src/control/event.c
28976
28977 Libvlc event: Support for event extra information passing. And register to "time" event rather than "position".
28978
28979 ------------------------------------------------------------------------
28980 r20461 | pdherbemont | 2007-06-07 22:46:39 +0200 (Thu, 07 Jun 2007) | 2 lines
28981 Changed paths:
28982    M /trunk/src/control/event.c
28983
28984 control/event.c: Send position event at a reasonable time precision.
28985
28986 ------------------------------------------------------------------------
28987 r20460 | courmisch | 2007-06-07 22:16:57 +0200 (Thu, 07 Jun 2007) | 2 lines
28988 Changed paths:
28989    M /trunk/src/input/input.c
28990
28991 Revert [20459] and really fix (I hope)
28992
28993 ------------------------------------------------------------------------
28994 r20459 | fenrir | 2007-06-07 22:10:12 +0200 (Thu, 07 Jun 2007) | 2 lines
28995 Changed paths:
28996    M /trunk/src/input/input.c
28997
28998 Fixed IsValidAccess...
28999
29000 ------------------------------------------------------------------------
29001 r20456 | jb | 2007-06-07 20:42:57 +0200 (Thu, 07 Jun 2007) | 3 lines
29002 Changed paths:
29003    M /trunk/modules/gui/qt4/Modules.am
29004
29005 Qt4 - Add files for reparing distchek and tarballs.
29006
29007
29008 ------------------------------------------------------------------------
29009 r20454 | courmisch | 2007-06-07 19:34:15 +0200 (Thu, 07 Jun 2007) | 3 lines
29010 Changed paths:
29011    M /trunk/modules/services_discovery/sap.c
29012
29013 Fix remote format string injection in SDP parser.
29014 (Sometimes there are good things about NOT being on MBONE)
29015
29016 ------------------------------------------------------------------------
29017 r20452 | courmisch | 2007-06-07 19:32:24 +0200 (Thu, 07 Jun 2007) | 2 lines
29018 Changed paths:
29019    M /trunk/modules/codec/theora.c
29020
29021 Format string usage fix. Pretty much the same bug as the vorbis one.
29022
29023 ------------------------------------------------------------------------
29024 r20451 | courmisch | 2007-06-07 19:31:45 +0200 (Thu, 07 Jun 2007) | 2 lines
29025 Changed paths:
29026    M /trunk/include/vlc_es.h
29027
29028 Fix comment
29029
29030 ------------------------------------------------------------------------
29031 r20450 | courmisch | 2007-06-07 19:31:26 +0200 (Thu, 07 Jun 2007) | 2 lines
29032 Changed paths:
29033    M /trunk/modules/codec/vorbis.c
29034
29035 Same as previous commit
29036
29037 ------------------------------------------------------------------------
29038 r20448 | courmisch | 2007-06-07 19:22:05 +0200 (Thu, 07 Jun 2007) | 4 lines
29039 Changed paths:
29040    M /trunk/modules/access/cdda.c
29041
29042  - Avoid a bunch of dummy string copy
29043  - Use strdup() instead of asprintf("%s")
29044  - Fix format string (CDDB now owns your CD player)
29045
29046 ------------------------------------------------------------------------
29047 r20446 | courmisch | 2007-06-07 18:57:54 +0200 (Thu, 07 Jun 2007) | 2 lines
29048 Changed paths:
29049    M /trunk/THANKS
29050
29051 Credit
29052
29053 ------------------------------------------------------------------------
29054 r20442 | courmisch | 2007-06-07 18:53:15 +0200 (Thu, 07 Jun 2007) | 2 lines
29055 Changed paths:
29056    M /trunk/src/audio_output/dec.c
29057
29058 Sanitize audio format before creating a decoder
29059
29060 ------------------------------------------------------------------------
29061 r20441 | courmisch | 2007-06-07 18:52:32 +0200 (Thu, 07 Jun 2007) | 2 lines
29062 Changed paths:
29063    M /trunk/src/audio_output/input.c
29064
29065 Fix use of unitialized variable reported by David Thiel, fix from Christophe Massiot
29066
29067 ------------------------------------------------------------------------
29068 r20440 | courmisch | 2007-06-07 18:43:10 +0200 (Thu, 07 Jun 2007) | 2 lines
29069 Changed paths:
29070    M /trunk/include/vlc_es.h
29071
29072 Store channels counter to a single byte. We can only handle 32 of them anyway
29073
29074 ------------------------------------------------------------------------
29075 r20439 | courmisch | 2007-06-07 18:39:38 +0200 (Thu, 07 Jun 2007) | 2 lines
29076 Changed paths:
29077    M /trunk/src/audio_output/dec.c
29078
29079 Fix deadlock
29080
29081 ------------------------------------------------------------------------
29082 r20438 | courmisch | 2007-06-07 18:36:38 +0200 (Thu, 07 Jun 2007) | 2 lines
29083 Changed paths:
29084    M /trunk/modules/audio_filter/param_eq.c
29085
29086 Use unsigned
29087
29088 ------------------------------------------------------------------------
29089 r20437 | courmisch | 2007-06-07 18:31:21 +0200 (Thu, 07 Jun 2007) | 2 lines
29090 Changed paths:
29091    M /trunk/src/input/es_out.c
29092
29093 Use %u instead of %d
29094
29095 ------------------------------------------------------------------------
29096 r20436 | courmisch | 2007-06-07 18:22:41 +0200 (Thu, 07 Jun 2007) | 2 lines
29097 Changed paths:
29098    M /trunk/modules/demux/wav.c
29099
29100 Use %u rather than %d for unsigned
29101
29102 ------------------------------------------------------------------------
29103 r20434 | courmisch | 2007-06-07 18:08:44 +0200 (Thu, 07 Jun 2007) | 2 lines
29104 Changed paths:
29105    M /trunk/modules/demux/wav.c
29106
29107 Memory leak
29108
29109 ------------------------------------------------------------------------
29110 r20432 | pdherbemont | 2007-06-07 14:34:50 +0200 (Thu, 07 Jun 2007) | 2 lines
29111 Changed paths:
29112    M /trunk/src/control/core.c
29113    M /trunk/src/control/event.c
29114    M /trunk/src/control/input.c
29115    M /trunk/src/control/libvlc_internal.h
29116
29117 Libvlc Event: Add support for input event.
29118
29119 ------------------------------------------------------------------------
29120 r20431 | jpsaman | 2007-06-07 13:26:17 +0200 (Thu, 07 Jun 2007) | 2 lines
29121 Changed paths:
29122    M /trunk/src/video_output/video_text.c
29123
29124 Let text fade away, that looks so much nicer.
29125
29126 ------------------------------------------------------------------------
29127 r20430 | jpsaman | 2007-06-07 13:25:52 +0200 (Thu, 07 Jun 2007) | 2 lines
29128 Changed paths:
29129    M /trunk/src/control/playlist.c
29130
29131 Remove excess whitelines
29132
29133 ------------------------------------------------------------------------
29134 r20429 | jb | 2007-06-06 23:15:13 +0200 (Wed, 06 Jun 2007) | 3 lines
29135 Changed paths:
29136    M /trunk/modules/gui/qt4/components/open.cpp
29137    M /trunk/modules/gui/qt4/components/open.hpp
29138
29139 Qt4 - Open Capture: add screen://
29140
29141
29142 ------------------------------------------------------------------------
29143 r20428 | xtophe | 2007-06-06 23:03:50 +0200 (Wed, 06 Jun 2007) | 2 lines
29144 Changed paths:
29145    M /trunk/po/ar.po
29146
29147 Arabic translation update by Fouzai Bourai
29148
29149 ------------------------------------------------------------------------
29150 r20427 | courmisch | 2007-06-06 18:40:48 +0200 (Wed, 06 Jun 2007) | 4 lines
29151 Changed paths:
29152    M /trunk/src/input/input.c
29153
29154 - Only allow letters, digits and slash in access/demux specification
29155   (fixes problem with most-but-not-all filenames containing a colon)
29156 - Only allow letters as Windows drives
29157
29158 ------------------------------------------------------------------------
29159 r20426 | courmisch | 2007-06-06 17:37:11 +0200 (Wed, 06 Jun 2007) | 2 lines
29160 Changed paths:
29161    M /trunk/THANKS
29162
29163 Forgot this file
29164
29165 ------------------------------------------------------------------------
29166 r20425 | courmisch | 2007-06-06 17:37:02 +0200 (Wed, 06 Jun 2007) | 2 lines
29167 Changed paths:
29168    M /trunk/modules/access/mms/mmsh.c
29169
29170 MMSH connection error handling fix from Alex Antropoff
29171
29172 ------------------------------------------------------------------------
29173 r20424 | jpsaman | 2007-06-06 16:57:27 +0200 (Wed, 06 Jun 2007) | 2 lines
29174 Changed paths:
29175    M /trunk/modules/video_filter/osdmenu.c
29176
29177 OSDMenu update time of 0 ms disables the menu, so put in a sane default value.
29178
29179 ------------------------------------------------------------------------
29180 r20423 | jpsaman | 2007-06-06 16:33:46 +0200 (Wed, 06 Jun 2007) | 2 lines
29181 Changed paths:
29182    M /trunk/modules/video_filter/osdmenu.c
29183
29184 Only update the menu when it is visible.
29185
29186 ------------------------------------------------------------------------
29187 r20422 | jpsaman | 2007-06-06 16:26:49 +0200 (Wed, 06 Jun 2007) | 2 lines
29188 Changed paths:
29189    M /trunk/modules/video_filter/osdmenu.c
29190
29191 Fix update time in variable callback so it uses ms.
29192
29193 ------------------------------------------------------------------------
29194 r20421 | jpsaman | 2007-06-06 15:52:31 +0200 (Wed, 06 Jun 2007) | 9 lines
29195 Changed paths:
29196    M /trunk/include/vlc_osd.h
29197    M /trunk/modules/video_filter/osdmenu.c
29198    M /trunk/src/osd/osd_parser.c
29199
29200 OSDMenu improvements
29201 - new style concat to indicate that images should be put in a region list
29202 - user selected alpha value for subpictures
29203 - position, x, y, timeout, update, alpha values are changeable during runtime
29204 - vlc_osd.h: documented new osdmenu style concat
29205
29206 Known issues:
29207 In osdmenu concat mode there is one issue left where two subpicture regions are displayed on top of each other when cycling through the menu.
29208
29209 ------------------------------------------------------------------------
29210 r20420 | Trax | 2007-06-06 12:13:16 +0200 (Wed, 06 Jun 2007) | 1 line
29211 Changed paths:
29212    M /trunk/modules/video_output/msw/direct3d.c
29213
29214 * modules/video_output/msw/direct3d.c: typo adpater -> adapter
29215 ------------------------------------------------------------------------
29216 r20419 | jpsaman | 2007-06-06 11:33:44 +0200 (Wed, 06 Jun 2007) | 1 line
29217 Changed paths:
29218    M /trunk/src/osd/osd.c
29219
29220 Remove excess whitespace
29221 ------------------------------------------------------------------------
29222 r20418 | jpsaman | 2007-06-06 10:34:03 +0200 (Wed, 06 Jun 2007) | 1 line
29223 Changed paths:
29224    M /trunk/src/osd/osd.c
29225
29226 cleanup
29227 ------------------------------------------------------------------------
29228 r20417 | jb | 2007-06-06 00:28:27 +0200 (Wed, 06 Jun 2007) | 2 lines
29229 Changed paths:
29230    M /trunk/modules/gui/qt4/menus.cpp
29231    A /trunk/modules/gui/qt4/pixmaps/vlc_messages_16px.png
29232    M /trunk/modules/gui/qt4/pixmaps/vlc_next_16px.png
29233    A /trunk/modules/gui/qt4/pixmaps/vlc_pause_16px.png
29234    A /trunk/modules/gui/qt4/pixmaps/vlc_play_16px.png
29235    M /trunk/modules/gui/qt4/pixmaps/vlc_previous_16px.png
29236    A /trunk/modules/gui/qt4/pixmaps/vlc_stop_16px.png
29237    M /trunk/modules/gui/qt4/res.qrc
29238
29239 Qt4 - More icons for the menus.
29240
29241 ------------------------------------------------------------------------
29242 r20416 | fenrir | 2007-06-06 00:26:45 +0200 (Wed, 06 Jun 2007) | 2 lines
29243 Changed paths:
29244    M /trunk/modules/services_discovery/sap.c
29245
29246 Fixed badly broken sap parser.
29247
29248 ------------------------------------------------------------------------
29249 r20415 | xtophe | 2007-06-06 00:14:58 +0200 (Wed, 06 Jun 2007) | 2 lines
29250 Changed paths:
29251    M /trunk/po/ar.po
29252
29253 Arabic l10n update by Fouzia Bouria
29254
29255 ------------------------------------------------------------------------
29256 r20414 | fenrir | 2007-06-06 00:11:32 +0200 (Wed, 06 Jun 2007) | 3 lines
29257 Changed paths:
29258    M /trunk/modules/demux/live555.cpp
29259
29260 Fixed audio RTP stream only (Not sure it is the right way)
29261 Less verbose.
29262
29263 ------------------------------------------------------------------------
29264 r20413 | xtophe | 2007-06-05 23:37:38 +0200 (Tue, 05 Jun 2007) | 3 lines
29265 Changed paths:
29266    M /trunk/THANKS
29267    M /trunk/po/sl.po
29268
29269 sl.po: Slovenian l10n update. 100% translated. thanks to Matej Urban?\196?\141i?\196?\141
29270 THANKS: Proper credits for arabic l10n
29271
29272 ------------------------------------------------------------------------
29273 r20412 | damienf | 2007-06-05 21:32:39 +0200 (Tue, 05 Jun 2007) | 2 lines
29274 Changed paths:
29275    M /trunk/modules/video_output/msw/direct3d.c
29276
29277 - direct3d: re-enabled YUV textures for Vista
29278
29279 ------------------------------------------------------------------------
29280 r20411 | fenrir | 2007-06-05 19:25:50 +0200 (Tue, 05 Jun 2007) | 2 lines
29281 Changed paths:
29282    M /trunk/modules/stream_out/transcode.c
29283
29284 Fixed uninitialized field (aout_buffer_t.b_discontinuity).
29285
29286 ------------------------------------------------------------------------
29287 r20410 | jb | 2007-06-05 01:19:16 +0200 (Tue, 05 Jun 2007) | 3 lines
29288 Changed paths:
29289    M /trunk/modules/gui/qt4/menus.cpp
29290
29291 Qt4 - Forgotten in previous commit.
29292
29293
29294 ------------------------------------------------------------------------
29295 r20409 | jb | 2007-06-05 01:11:14 +0200 (Tue, 05 Jun 2007) | 2 lines
29296 Changed paths:
29297    M /trunk/modules/gui/qt4/menus.cpp
29298    A /trunk/modules/gui/qt4/pixmaps/vlc_help_16px.png
29299    A /trunk/modules/gui/qt4/pixmaps/vlc_info_16px.png
29300    A /trunk/modules/gui/qt4/pixmaps/vlc_next_16px.png
29301    A /trunk/modules/gui/qt4/pixmaps/vlc_previous_16px.png
29302    M /trunk/modules/gui/qt4/res.qrc
29303
29304 qt4 - menus. Try to add some pictures to have more User-friendly menus.
29305
29306 ------------------------------------------------------------------------
29307 r20408 | jb | 2007-06-05 00:20:21 +0200 (Tue, 05 Jun 2007) | 3 lines
29308 Changed paths:
29309    M /trunk/modules/gui/qt4/components/open.cpp
29310    M /trunk/modules/gui/qt4/components/open.hpp
29311
29312 Qt4 - Open Dialog: Capture: small fixes.
29313
29314
29315 ------------------------------------------------------------------------
29316 r20407 | jb | 2007-06-04 23:26:47 +0200 (Mon, 04 Jun 2007) | 3 lines
29317 Changed paths:
29318    M /trunk/vlc.fedora.spec
29319    M /trunk/vlc.suse.spec
29320
29321 Fedora and SuSE specfiles provided by Nicolas Chauvet (livna) and Dominique Leuenberger
29322
29323
29324 ------------------------------------------------------------------------
29325 r20406 | fenrir | 2007-06-04 21:39:55 +0200 (Mon, 04 Jun 2007) | 5 lines
29326 Changed paths:
29327    M /trunk/include/vlc_aout.h
29328    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
29329    M /trunk/modules/codec/mpeg_audio.c
29330    M /trunk/src/audio_output/aout_internal.h
29331
29332 Added a b_discontinuity to aout_buffer_t for non-pcm streams.
29333 Set aout_buffer_t.b_discontinuity in mpeg audio packetizer.
29334 Silent first 3 frames on discontinuity in mad decoder.
29335 (close #590)
29336
29337 ------------------------------------------------------------------------
29338 r20405 | fenrir | 2007-06-04 21:37:43 +0200 (Mon, 04 Jun 2007) | 2 lines
29339 Changed paths:
29340    M /trunk/modules/codec/ffmpeg/audio.c
29341    M /trunk/modules/codec/ffmpeg/ffmpeg.c
29342    M /trunk/modules/codec/ffmpeg/ffmpeg.h
29343    M /trunk/modules/codec/ffmpeg/video.c
29344
29345 Silent first 3 mpeg audio frames after a discontinuity. (Avoid glitch on seeks/errors)
29346
29347 ------------------------------------------------------------------------
29348 r20404 | fenrir | 2007-06-04 21:32:09 +0200 (Mon, 04 Jun 2007) | 2 lines
29349 Changed paths:
29350    M /trunk/modules/demux/flac.c
29351
29352 Flac embeded cover support.
29353
29354 ------------------------------------------------------------------------
29355 r20403 | fenrir | 2007-06-04 00:58:00 +0200 (Mon, 04 Jun 2007) | 2 lines
29356 Changed paths:
29357    M /trunk/modules/gui/macosx/playlistinfo.m
29358
29359 Fixed compilation problem.
29360
29361 ------------------------------------------------------------------------
29362 r20402 | fenrir | 2007-06-04 00:40:17 +0200 (Mon, 04 Jun 2007) | 9 lines
29363 Changed paths:
29364    M /trunk/src/input/es_out.c
29365    M /trunk/src/input/input.c
29366    M /trunk/src/input/input_internal.h
29367    M /trunk/src/input/meta.c
29368    M /trunk/src/misc/stats.c
29369    M /trunk/src/playlist/control.c
29370    M /trunk/src/playlist/engine.c
29371
29372 - Added support for embeded cover. Demuxer just need to fill psz_arturl meta
29373 field to "attachment://NAME" where NAME is an attachment filename
29374 (returned by DEMUX_GET_ATTACHMENTS)
29375 - Lock input_item_t every time we access p_meta fields (there is still a problem
29376 as playlist code does not always do so...).
29377 - Do not preparse item we have already played.
29378 - Wait that the current playing item is meta parsed before fetching its cover.
29379
29380
29381 ------------------------------------------------------------------------
29382 r20401 | fenrir | 2007-06-04 00:30:08 +0200 (Mon, 04 Jun 2007) | 2 lines
29383 Changed paths:
29384    M /trunk/modules/control/http/http.c
29385
29386 Fixed small warning.
29387
29388 ------------------------------------------------------------------------
29389 r20400 | fenrir | 2007-06-04 00:19:50 +0200 (Mon, 04 Jun 2007) | 3 lines
29390 Changed paths:
29391    M /trunk/include/vlc_arrays.h
29392    M /trunk/include/vlc_codec.h
29393    M /trunk/include/vlc_meta.h
29394    M /trunk/src/input/decoder.c
29395
29396 Fixed vlc_meta_SetXXX macros
29397 Added decoder_GetInputAttachments.
29398
29399 ------------------------------------------------------------------------
29400 r20399 | xtophe | 2007-06-04 00:00:00 +0200 (Mon, 04 Jun 2007) | 2 lines
29401 Changed paths:
29402    M /trunk/po/af.po
29403    M /trunk/po/ar.po
29404    M /trunk/po/bn.po
29405    M /trunk/po/ca.po
29406    M /trunk/po/co.po
29407    M /trunk/po/cs.po
29408    M /trunk/po/da.po
29409    M /trunk/po/de.po
29410    M /trunk/po/el.po
29411    M /trunk/po/en_GB.po
29412    M /trunk/po/es.po
29413    M /trunk/po/eu.po
29414    M /trunk/po/fa.po
29415    M /trunk/po/fr.po
29416    M /trunk/po/fur.po
29417    M /trunk/po/gl.po
29418    M /trunk/po/he.po
29419    M /trunk/po/hi.po
29420    M /trunk/po/hu.po
29421    M /trunk/po/it.po
29422    M /trunk/po/ja.po
29423    M /trunk/po/ka.po
29424    M /trunk/po/ko.po
29425    M /trunk/po/lt.po
29426    M /trunk/po/lv.po
29427    M /trunk/po/ms.po
29428    M /trunk/po/my.po
29429    M /trunk/po/ne.po
29430    M /trunk/po/nl.po
29431    M /trunk/po/no.po
29432    M /trunk/po/oc.po
29433    M /trunk/po/pa.po
29434    M /trunk/po/pl.po
29435    M /trunk/po/ps.po
29436    M /trunk/po/pt_BR.po
29437    M /trunk/po/pt_PT.po
29438    M /trunk/po/ro.po
29439    M /trunk/po/ru.po
29440    M /trunk/po/sk.po
29441    M /trunk/po/sl.po
29442    M /trunk/po/sq.po
29443    M /trunk/po/sv.po
29444    M /trunk/po/tet.po
29445    M /trunk/po/th.po
29446    M /trunk/po/tl.po
29447    M /trunk/po/tr.po
29448    M /trunk/po/vlc.pot
29449    M /trunk/po/zh_CN.po
29450    M /trunk/po/zh_TW.po
29451
29452 Add the new QT4 strings
29453
29454 ------------------------------------------------------------------------
29455 r20398 | xtophe | 2007-06-03 23:47:28 +0200 (Sun, 03 Jun 2007) | 2 lines
29456 Changed paths:
29457    M /trunk/modules/gui/qt4/ui/equalizer.ui
29458    M /trunk/modules/gui/qt4/ui/open.ui
29459    M /trunk/modules/gui/qt4/ui/open_capture.ui
29460    M /trunk/modules/gui/qt4/ui/open_disk.ui
29461    M /trunk/modules/gui/qt4/ui/open_file.ui
29462    M /trunk/modules/gui/qt4/ui/open_net.ui
29463    M /trunk/modules/gui/qt4/ui/sout.ui
29464    M /trunk/modules/gui/qt4/ui/sprefs_hotkeys.ui
29465    M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
29466    M /trunk/modules/gui/qt4/ui/streampanel.ui
29467
29468 i18n fixes (part 2)
29469
29470 ------------------------------------------------------------------------
29471 r20397 | fenrir | 2007-06-03 23:17:52 +0200 (Sun, 03 Jun 2007) | 2 lines
29472 Changed paths:
29473    M /trunk/src/input/input_internal.h
29474
29475 Partial fix for builtin plugin.
29476
29477 ------------------------------------------------------------------------
29478 r20396 | fenrir | 2007-06-03 22:54:54 +0200 (Sun, 03 Jun 2007) | 2 lines
29479 Changed paths:
29480    M /trunk/modules/codec/flac.c
29481
29482 Fixed flac packetizer when compiling with libflac (close #1194 again ;)
29483
29484 ------------------------------------------------------------------------
29485 r20395 | xtophe | 2007-06-03 21:07:47 +0200 (Sun, 03 Jun 2007) | 2 lines
29486 Changed paths:
29487    M /trunk/po/ar.po
29488
29489 Arabic l10n update.
29490
29491 ------------------------------------------------------------------------
29492 r20394 | jb | 2007-06-03 20:05:36 +0200 (Sun, 03 Jun 2007) | 2 lines
29493 Changed paths:
29494    M /trunk/modules/gui/qt4/dialogs/sout.cpp
29495
29496 Qt4 - Stream output. Add WMA as an audio codec.
29497
29498 ------------------------------------------------------------------------
29499 r20393 | jb | 2007-06-03 03:10:43 +0200 (Sun, 03 Jun 2007) | 3 lines
29500 Changed paths:
29501    M /trunk/modules/gui/qt4/components/infopanels.cpp
29502    M /trunk/modules/gui/qt4/components/infopanels.hpp
29503    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
29504    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
29505    M /trunk/modules/gui/qt4/dialogs_provider.cpp
29506
29507 Qt4 - Meta Information, again. Add URI/URL support. Fix a bug.
29508
29509
29510 ------------------------------------------------------------------------
29511 r20392 | jb | 2007-06-03 02:46:03 +0200 (Sun, 03 Jun 2007) | 3 lines
29512 Changed paths:
29513    M /trunk/NEWS
29514    M /trunk/modules/control/dbus.c
29515    M /trunk/modules/control/dbus.h
29516
29517 D-Bus - Implement "Random" Method. Patch from Mirsal ENNAIME, as usual.
29518
29519
29520 ------------------------------------------------------------------------
29521 r20391 | jb | 2007-06-02 22:27:37 +0200 (Sat, 02 Jun 2007) | 2 lines
29522 Changed paths:
29523    M /trunk/modules/gui/qt4/components/infopanels.cpp
29524    M /trunk/modules/gui/qt4/components/infopanels.hpp
29525    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
29526
29527 Qt4 - MediaInfo: spaces cleanup
29528
29529 ------------------------------------------------------------------------
29530 r20390 | jb | 2007-06-02 22:18:24 +0200 (Sat, 02 Jun 2007) | 2 lines
29531 Changed paths:
29532    M /trunk/modules/gui/qt4/components/infopanels.cpp
29533    M /trunk/modules/gui/qt4/components/infopanels.hpp
29534    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
29535    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
29536
29537 Qt4 - MediaInfo, move the tabWidget to the Dialog class and remove it from components.
29538
29539 ------------------------------------------------------------------------
29540 r20389 | jb | 2007-06-02 21:11:19 +0200 (Sat, 02 Jun 2007) | 3 lines
29541 Changed paths:
29542    M /trunk/modules/gui/qt4/components/complete_preferences.hpp
29543    M /trunk/modules/gui/qt4/components/extended_panels.hpp
29544    M /trunk/modules/gui/qt4/components/interface_widgets.cpp
29545    M /trunk/modules/gui/qt4/components/interface_widgets.hpp
29546    M /trunk/modules/gui/qt4/components/open.hpp
29547    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
29548    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
29549    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
29550    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
29551    M /trunk/modules/gui/qt4/dialogs/extended.cpp
29552    M /trunk/modules/gui/qt4/dialogs/extended.hpp
29553    M /trunk/modules/gui/qt4/dialogs/interaction.hpp
29554    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
29555    M /trunk/modules/gui/qt4/dialogs/open.hpp
29556    M /trunk/modules/gui/qt4/dialogs/playlist.hpp
29557    M /trunk/modules/gui/qt4/dialogs/sout.hpp
29558    M /trunk/modules/gui/qt4/dialogs_provider.hpp
29559    M /trunk/modules/gui/qt4/input_manager.hpp
29560    M /trunk/modules/gui/qt4/main_interface.cpp
29561    M /trunk/modules/gui/qt4/main_interface.hpp
29562    M /trunk/modules/gui/qt4/menus.hpp
29563    M /trunk/modules/gui/qt4/playlist_model.hpp
29564    M /trunk/modules/gui/qt4/qt4.hpp
29565
29566 qt4 - Include cleanup.
29567
29568
29569 ------------------------------------------------------------------------
29570 r20388 | jb | 2007-06-02 20:24:15 +0200 (Sat, 02 Jun 2007) | 3 lines
29571 Changed paths:
29572    M /trunk/modules/gui/qt4/dialogs_provider.hpp
29573    M /trunk/modules/gui/qt4/qt4.hpp
29574
29575 Qt4 - Space fixes.
29576
29577
29578 ------------------------------------------------------------------------
29579 r20387 | jb | 2007-06-02 20:23:40 +0200 (Sat, 02 Jun 2007) | 3 lines
29580 Changed paths:
29581    M /trunk/modules/gui/qt4/components/open.cpp
29582    M /trunk/modules/gui/qt4/components/open.hpp
29583    M /trunk/modules/gui/qt4/dialogs/open.cpp
29584    M /trunk/modules/gui/qt4/dialogs/open.hpp
29585
29586 qt4 - Dialogs: compile fix and small modifications.
29587
29588
29589 ------------------------------------------------------------------------
29590 r20386 | jb | 2007-06-02 20:21:27 +0200 (Sat, 02 Jun 2007) | 3 lines
29591 Changed paths:
29592    M /trunk/modules/gui/qt4/components/infopanels.cpp
29593    M /trunk/modules/gui/qt4/components/infopanels.hpp
29594    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
29595
29596 Qt4 - Info Panels: Rewrite Meta Data and Dionoea's feature request. (1)
29597
29598
29599 ------------------------------------------------------------------------
29600 r20385 | damienf | 2007-06-02 19:17:23 +0200 (Sat, 02 Jun 2007) | 2 lines
29601 Changed paths:
29602    M /trunk/configure.ac
29603
29604 chroma conversion: a few fixes
29605
29606 ------------------------------------------------------------------------
29607 r20384 | xtophe | 2007-06-02 13:42:19 +0200 (Sat, 02 Jun 2007) | 2 lines
29608 Changed paths:
29609    M /trunk/modules/gui/qt4/components/infopanels.cpp
29610    M /trunk/modules/gui/qt4/menus.cpp
29611
29612 Compile fix
29613
29614 ------------------------------------------------------------------------
29615 r20383 | xtophe | 2007-06-02 02:03:55 +0200 (Sat, 02 Jun 2007) | 2 lines
29616 Changed paths:
29617    M /trunk/po/af.po
29618    M /trunk/po/ar.po
29619    M /trunk/po/bn.po
29620    M /trunk/po/ca.po
29621    M /trunk/po/co.po
29622    M /trunk/po/cs.po
29623    M /trunk/po/da.po
29624    M /trunk/po/de.po
29625    M /trunk/po/el.po
29626    M /trunk/po/en_GB.po
29627    M /trunk/po/es.po
29628    M /trunk/po/eu.po
29629    M /trunk/po/fa.po
29630    M /trunk/po/fr.po
29631    M /trunk/po/fur.po
29632    M /trunk/po/gl.po
29633    M /trunk/po/he.po
29634    M /trunk/po/hi.po
29635    M /trunk/po/hu.po
29636    M /trunk/po/it.po
29637    M /trunk/po/ja.po
29638    M /trunk/po/ka.po
29639    M /trunk/po/ko.po
29640    M /trunk/po/lt.po
29641    M /trunk/po/lv.po
29642    M /trunk/po/ms.po
29643    M /trunk/po/my.po
29644    M /trunk/po/ne.po
29645    M /trunk/po/nl.po
29646    M /trunk/po/no.po
29647    M /trunk/po/oc.po
29648    M /trunk/po/pa.po
29649    M /trunk/po/pl.po
29650    M /trunk/po/ps.po
29651    M /trunk/po/pt_BR.po
29652    M /trunk/po/pt_PT.po
29653    M /trunk/po/ro.po
29654    M /trunk/po/ru.po
29655    M /trunk/po/sk.po
29656    M /trunk/po/sl.po
29657    M /trunk/po/sq.po
29658    M /trunk/po/sv.po
29659    M /trunk/po/tet.po
29660    M /trunk/po/th.po
29661    M /trunk/po/tl.po
29662    M /trunk/po/tr.po
29663    M /trunk/po/vlc.pot
29664    M /trunk/po/zh_CN.po
29665    M /trunk/po/zh_TW.po
29666
29667 update po files with the Qt4 strings
29668
29669 ------------------------------------------------------------------------
29670 r20382 | xtophe | 2007-06-02 02:02:54 +0200 (Sat, 02 Jun 2007) | 2 lines
29671 Changed paths:
29672    M /trunk/configure.ac
29673    M /trunk/modules/gui/qt4/components/infopanels.cpp
29674    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
29675    M /trunk/modules/gui/qt4/menus.cpp
29676    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
29677    M /trunk/modules/gui/qt4/ui/sprefs_input.ui
29678    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
29679    M /trunk/modules/gui/qt4/ui/sprefs_video.ui
29680    M /trunk/modules/gui/qt4/ui/video_effects.ui
29681    M /trunk/po/Makevars
29682
29683 All: Qt4 intf i18n fix (part 1)
29684
29685 ------------------------------------------------------------------------
29686 r20381 | xtophe | 2007-06-01 23:22:22 +0200 (Fri, 01 Jun 2007) | 1 line
29687 Changed paths:
29688    M /trunk/po/sk.po
29689
29690 Slovakian l10n update by Mari?\195?\161n Hikan?\195?\173k
29691 ------------------------------------------------------------------------
29692 r20380 | xtophe | 2007-06-01 23:22:17 +0200 (Fri, 01 Jun 2007) | 1 line
29693 Changed paths:
29694    M /trunk/THANKS
29695    M /trunk/po/ar.po
29696    M /trunk/src/libvlc-module.c
29697
29698 Arabic l10n by Fbourai
29699 ------------------------------------------------------------------------
29700 r20379 | pdherbemont | 2007-06-01 22:25:38 +0200 (Fri, 01 Jun 2007) | 2 lines
29701 Changed paths:
29702    M /trunk/src/control/core.c
29703
29704 control/core.c: Don't leak the p_instance.
29705
29706 ------------------------------------------------------------------------
29707 r20378 | pdherbemont | 2007-06-01 22:23:10 +0200 (Fri, 01 Jun 2007) | 2 lines
29708 Changed paths:
29709    M /trunk/src/control/core.c
29710    M /trunk/src/control/event.c
29711    M /trunk/src/control/libvlc_internal.h
29712
29713 libvlc event: Make event function thread safe. (And fix a mutex leak)
29714
29715 ------------------------------------------------------------------------
29716 r20377 | pdherbemont | 2007-06-01 21:22:43 +0200 (Fri, 01 Jun 2007) | 2 lines
29717 Changed paths:
29718    M /trunk/src/control/event.c
29719
29720 control/event.c: Use the correct argument for var_DelCallback.
29721
29722 ------------------------------------------------------------------------
29723 r20376 | pdherbemont | 2007-06-01 21:17:32 +0200 (Fri, 01 Jun 2007) | 2 lines
29724 Changed paths:
29725    M /trunk/src/control/event.c
29726
29727 control/event.c: Fix previous commit.
29728
29729 ------------------------------------------------------------------------
29730 r20375 | pdherbemont | 2007-06-01 20:08:20 +0200 (Fri, 01 Jun 2007) | 2 lines
29731 Changed paths:
29732    M /trunk/src/control/event.c
29733
29734 control/event.c: Make sure the event won't be listened to.
29735
29736 ------------------------------------------------------------------------
29737 r20374 | pdherbemont | 2007-06-01 19:36:41 +0200 (Fri, 01 Jun 2007) | 2 lines
29738 Changed paths:
29739    M /trunk/include/vlc/libvlc.h
29740    M /trunk/src/control/core.c
29741    M /trunk/src/control/event.c
29742
29743 libvlc event: Fix the various leaks and point indication on where locking should be done.
29744
29745 ------------------------------------------------------------------------
29746 r20373 | pdherbemont | 2007-06-01 19:08:47 +0200 (Fri, 01 Jun 2007) | 2 lines
29747 Changed paths:
29748    M /trunk/src/control/event.c
29749
29750 control/event.c: Definition at the top of the function and outline the alloc/free strategy.
29751
29752 ------------------------------------------------------------------------
29753 r20372 | damienf | 2007-06-01 16:23:25 +0200 (Fri, 01 Jun 2007) | 2 lines
29754 Changed paths:
29755    M /trunk/modules/video_chroma/i420_yuy2.c
29756    M /trunk/modules/video_chroma/i420_yuy2.h
29757
29758 chromas converstion: optimize MMX/SSE acceleration even more by leveraging out of order execution, basically avoid CPU stalls by using more registers and by spacing memory fetch and use as much as possible (CPU will run available instructions while waiting for memory fecth to complete)
29759
29760 ------------------------------------------------------------------------
29761 r20371 | fenrir | 2007-05-31 23:46:52 +0200 (Thu, 31 May 2007) | 2 lines
29762 Changed paths:
29763    M /trunk/modules/demux/mp4/mp4.c
29764
29765 Do not use FIND_ANYWHERE for playlist.
29766
29767 ------------------------------------------------------------------------
29768 r20370 | dionoea | 2007-05-31 23:26:08 +0200 (Thu, 31 May 2007) | 2 lines
29769 Changed paths:
29770    M /trunk/src/misc
29771
29772 ignore revision.c.
29773
29774 ------------------------------------------------------------------------
29775 r20369 | dionoea | 2007-05-31 23:18:59 +0200 (Thu, 31 May 2007) | 2 lines
29776 Changed paths:
29777    M /trunk/modules/misc/audioscrobbler.c
29778
29779 "[PATCH] audioscrobbler plugin connection check" by Ilkka Ollakka
29780
29781 ------------------------------------------------------------------------
29782 r20368 | fenrir | 2007-05-31 22:53:46 +0200 (Thu, 31 May 2007) | 2 lines
29783 Changed paths:
29784    M /trunk/src/modules/modules.c
29785
29786 Compilation fix.
29787
29788 ------------------------------------------------------------------------
29789 r20367 | fenrir | 2007-05-31 22:06:34 +0200 (Thu, 31 May 2007) | 2 lines
29790 Changed paths:
29791    M /trunk/include/vlc_demux.h
29792
29793 Oops vlc_demux.h (r20365)
29794
29795 ------------------------------------------------------------------------
29796 r20366 | damienf | 2007-05-31 21:50:28 +0200 (Thu, 31 May 2007) | 2 lines
29797 Changed paths:
29798    M /trunk/include/vlc_demux.h
29799
29800 vlc_demux.h: that one was forgotten in r20365
29801
29802 ------------------------------------------------------------------------
29803 r20365 | fenrir | 2007-05-31 21:22:27 +0200 (Thu, 31 May 2007) | 8 lines
29804 Changed paths:
29805    M /trunk/include/vlc_codec.h
29806    M /trunk/include/vlc_common.h
29807    M /trunk/include/vlc_input.h
29808    M /trunk/modules/demux/mkv.cpp
29809    M /trunk/modules/demux/playlist/asx.c
29810    M /trunk/modules/demux/playlist/dvb.c
29811    M /trunk/modules/demux/playlist/m3u.c
29812    M /trunk/modules/demux/playlist/pls.c
29813    M /trunk/modules/demux/playlist/podcast.c
29814    M /trunk/modules/demux/playlist/shoutcast.c
29815    M /trunk/src/input/control.c
29816    M /trunk/src/input/decoder.c
29817    M /trunk/src/input/demux.c
29818    M /trunk/src/input/input.c
29819    M /trunk/src/input/input_internal.h
29820
29821 all: added support for demuxer attachment (Patch by Bernie Purcell)
29822         Use decoder_GetInputAttachment to get attachment from a decoder module.
29823     You need to release the memory with vlc_input_attachment_Delete.
29824         Untested...
29825
29826 modules/playlist/* cosmetic.
29827
29828
29829 ------------------------------------------------------------------------
29830 r20364 | jb | 2007-05-31 19:02:40 +0200 (Thu, 31 May 2007) | 3 lines
29831 Changed paths:
29832    M /trunk/modules/gui/qt4/main_interface.cpp
29833
29834 Qt4 - Forgotten file in a previous commit ( for the toggleVisible bug in QSystray )
29835
29836
29837 ------------------------------------------------------------------------
29838 r20363 | damienf | 2007-05-31 11:56:25 +0200 (Thu, 31 May 2007) | 2 lines
29839 Changed paths:
29840    M /trunk/configure.ac
29841    M /trunk/modules/video_chroma/Modules.am
29842    M /trunk/modules/video_chroma/i420_yuy2.c
29843    M /trunk/modules/video_chroma/i420_yuy2.h
29844
29845 - video_chroma: added support for IA-32/64 SSE2 accelaration (128 bit vector integer registers), needs LOADS of testing
29846
29847 ------------------------------------------------------------------------
29848 r20362 | jb | 2007-05-31 01:51:00 +0200 (Thu, 31 May 2007) | 3 lines
29849 Changed paths:
29850    M /trunk/modules/gui/qt4/menus.cpp
29851    M /trunk/modules/gui/qt4/menus.hpp
29852
29853 Qt4 - SysTrayIcon: change the previous commit after some remarks on IRC and fix the toggle/Show-Hide - bug.
29854
29855
29856 ------------------------------------------------------------------------
29857 r20361 | jb | 2007-05-30 22:52:38 +0200 (Wed, 30 May 2007) | 3 lines
29858 Changed paths:
29859    M /trunk/modules/gui/qt4/dialogs_provider.cpp
29860    M /trunk/modules/gui/qt4/menus.cpp
29861
29862 Qt4 - Systray menu order adjustement.
29863
29864
29865 ------------------------------------------------------------------------
29866 r20360 | fenrir | 2007-05-30 21:39:23 +0200 (Wed, 30 May 2007) | 3 lines
29867 Changed paths:
29868    M /trunk/modules/demux/mp4/mp4.c
29869
29870 Ensure that chapter names are utf8 (I failed to find information about
29871 chapter encoding, I fear the worst)
29872
29873 ------------------------------------------------------------------------
29874 r20359 | fenrir | 2007-05-30 21:30:07 +0200 (Wed, 30 May 2007) | 8 lines
29875 Changed paths:
29876    M /trunk/modules/demux/flac.c
29877
29878 Implemented (close #1194):
29879  - time/duration display
29880  - meta info parsing.
29881  - seek (precise seek if SEEKTABLE presents)
29882 Resampling can still happen but I think it has to do with the
29883 decoder(at least with our ffmpeg wrapper, I haven't tested the
29884 native one).
29885
29886 ------------------------------------------------------------------------
29887 r20358 | fenrir | 2007-05-30 21:02:51 +0200 (Wed, 30 May 2007) | 3 lines
29888 Changed paths:
29889    M /trunk/modules/demux/avi/avi.c
29890
29891 Improve seek precision using ES_OUT_SET_NEXT_DISPLAY_TIME.
29892 (Please report any 'seek' regression)
29893
29894 ------------------------------------------------------------------------
29895 r20357 | fenrir | 2007-05-30 20:50:15 +0200 (Wed, 30 May 2007) | 5 lines
29896 Changed paths:
29897    M /trunk/modules/codec/ffmpeg/audio.c
29898    M /trunk/modules/codec/ffmpeg/video.c
29899
29900 video: fixed preroll
29901 audio: use avcodec_decode_audio2
29902        use block_Realloc to pad buffer.
29903            fixed decoding when SplitBuffer is used (flac)
29904
29905 ------------------------------------------------------------------------
29906 r20356 | fenrir | 2007-05-30 20:24:41 +0200 (Wed, 30 May 2007) | 2 lines
29907 Changed paths:
29908    M /trunk/src/misc/block.c
29909
29910 Cosmetic.
29911
29912 ------------------------------------------------------------------------
29913 r20355 | fenrir | 2007-05-30 20:01:15 +0200 (Wed, 30 May 2007) | 9 lines
29914 Changed paths:
29915    M /trunk/src/input/decoder.c
29916    M /trunk/src/input/es_out.c
29917    M /trunk/src/input/input.c
29918    M /trunk/src/input/input_internal.h
29919
29920 es_out: do not flush decoder fifo when unwanted (fix broken picture on pause)
29921         do not convert pts/dts of prerolled samples
29922 decoder: fixed ES_OUT_SET_NEXT_DISPLAY_TIME implementation (improved seek)
29923          proper handling of DISCONTINUITY
29924          reset video picture heap on seek/pause/rate change (avoid old
29925          pictures)
29926 Please report any regression.
29927
29928
29929 ------------------------------------------------------------------------
29930 r20354 | fenrir | 2007-05-30 19:36:36 +0200 (Wed, 30 May 2007) | 4 lines
29931 Changed paths:
29932    M /trunk/modules/codec/a52.c
29933    M /trunk/modules/codec/dts.c
29934    M /trunk/modules/codec/flac.c
29935    M /trunk/modules/codec/mpeg_audio.c
29936    M /trunk/modules/packetizer/h264.c
29937    M /trunk/modules/packetizer/mpeg4audio.c
29938    M /trunk/modules/packetizer/mpeg4video.c
29939    M /trunk/modules/packetizer/mpegvideo.c
29940    M /trunk/modules/packetizer/vc1.c
29941
29942 Improved BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED handling in packetizers.
29943 (I do not reset timestamp on purpose, it will at least break demuxer using
29944 packetizer)
29945
29946 ------------------------------------------------------------------------
29947 r20353 | jpsaman | 2007-05-30 15:26:57 +0200 (Wed, 30 May 2007) | 2 lines
29948 Changed paths:
29949    M /trunk/modules/misc/svg.c
29950
29951 Fix memleak.
29952
29953 ------------------------------------------------------------------------
29954 r20352 | jpsaman | 2007-05-30 14:47:26 +0200 (Wed, 30 May 2007) | 2 lines
29955 Changed paths:
29956    M /trunk/src/osd/osd.c
29957    M /trunk/src/osd/osd_parser.c
29958
29959 Fix memleaks and some cleanup.
29960
29961 ------------------------------------------------------------------------
29962 r20351 | jpsaman | 2007-05-30 13:17:56 +0200 (Wed, 30 May 2007) | 2 lines
29963 Changed paths:
29964    M /trunk/modules/video_filter/osdmenu.c
29965
29966 Small cleanup.
29967
29968 ------------------------------------------------------------------------
29969 r20350 | jpsaman | 2007-05-30 13:17:25 +0200 (Wed, 30 May 2007) | 2 lines
29970 Changed paths:
29971    M /trunk/modules/video_output/x11/xcommon.c
29972
29973 Remove excess whitespace
29974
29975 ------------------------------------------------------------------------
29976 r20349 | jpsaman | 2007-05-30 13:16:25 +0200 (Wed, 30 May 2007) | 2 lines
29977 Changed paths:
29978    M /trunk/src/osd/osd_parser.c
29979
29980 Remove dead code.
29981
29982 ------------------------------------------------------------------------
29983 r20348 | jb | 2007-05-30 01:25:47 +0200 (Wed, 30 May 2007) | 8 lines
29984 Changed paths:
29985    M /trunk/modules/control/dbus.c
29986    M /trunk/modules/control/dbus.h
29987
29988 Dbus Improvements thanks to Mirsal ENNAIME
29989
29990 * Added Loop and Repeat methods in /TrackList
29991 * Added GetMetadata method in /Player
29992 * Fixed "length" metadata item to fit the spec (It should be expressed
29993         in seconds)
29994
29995
29996 ------------------------------------------------------------------------
29997 r20347 | gbazin | 2007-05-30 00:53:13 +0200 (Wed, 30 May 2007) | 1 line
29998 Changed paths:
29999    M /trunk/modules/access_filter/timeshift.c
30000
30001 * modules/access_filter/timeshift.c: a whole bunch of timeshift improvements.
30002 ------------------------------------------------------------------------
30003 r20346 | jb | 2007-05-30 00:41:09 +0200 (Wed, 30 May 2007) | 3 lines
30004 Changed paths:
30005    M /trunk/modules/video_filter/sharpen.c
30006
30007 Sharpen performance improvement by precalculating some values. Patch by J?\195?\169r?\195?\169my DEMEULE, author of the filter.
30008
30009
30010 ------------------------------------------------------------------------
30011 r20345 | gbazin | 2007-05-29 21:58:05 +0200 (Tue, 29 May 2007) | 1 line
30012 Changed paths:
30013    M /trunk/src/input/input.c
30014
30015 * src/input/input.c: don't use input_EsOutDiscontinuity() on pause for now since this isn't properly supported by decoders yet and can thus corrupt the decoded stream.
30016 ------------------------------------------------------------------------
30017 r20344 | fenrir | 2007-05-29 19:46:16 +0200 (Tue, 29 May 2007) | 2 lines
30018 Changed paths:
30019    M /trunk/src/input/decoder.c
30020
30021 Factorize code.
30022
30023 ------------------------------------------------------------------------
30024 r20343 | damienf | 2007-05-29 12:29:37 +0200 (Tue, 29 May 2007) | 2 lines
30025 Changed paths:
30026    M /trunk/modules/codec/ffmpeg/video.c
30027
30028  - ffmpeg: fix for frame rate
30029
30030 ------------------------------------------------------------------------
30031 r20342 | oaubert | 2007-05-29 12:01:36 +0200 (Tue, 29 May 2007) | 2 lines
30032 Changed paths:
30033    M /trunk/bindings/python/vlc_position.c
30034
30035 python bindings, vlc_position.c: check against invalid origin or key values
30036
30037 ------------------------------------------------------------------------
30038 r20341 | oaubert | 2007-05-29 11:56:20 +0200 (Tue, 29 May 2007) | 2 lines
30039 Changed paths:
30040    M /trunk/bindings/python/vlc_mediacontrol.c
30041
30042 python bindings, vlc_mediacontrol.c: cast the py_param variable
30043
30044 ------------------------------------------------------------------------
30045 r20340 | oaubert | 2007-05-29 11:49:56 +0200 (Tue, 29 May 2007) | 3 lines
30046 Changed paths:
30047    M /trunk/bindings/python/vlc_mediacontrol.c
30048
30049 python bindings, vlc_mediacontrol.c: use PyObject_DEL + cache
30050 vlcInstance reference in MediaControl object (patch by Jan David Mol)
30051
30052 ------------------------------------------------------------------------
30053 r20339 | oaubert | 2007-05-29 11:48:28 +0200 (Tue, 29 May 2007) | 2 lines
30054 Changed paths:
30055    M /trunk/bindings/python/vlc_internal.c
30056
30057 python bindings, vlc_internal.c: use PyObject_DEL (patch by Jan David Mol)
30058
30059 ------------------------------------------------------------------------
30060 r20338 | oaubert | 2007-05-29 11:47:10 +0200 (Tue, 29 May 2007) | 4 lines
30061 Changed paths:
30062    M /trunk/bindings/python/vlcglue.h
30063
30064 python bindings, vlcglue.h: move definition of vlcInstance, add a
30065 vlc_instance pointer to MediaControl object
30066 by Jan David Mol)
30067
30068 ------------------------------------------------------------------------
30069 r20337 | oaubert | 2007-05-29 11:45:21 +0200 (Tue, 29 May 2007) | 3 lines
30070 Changed paths:
30071    M /trunk/bindings/python/vlc_instance.c
30072
30073 python bindings, vlc_instance.c: fix memleak + use PyObject_DEL (patch
30074 by Jan David Mol)
30075
30076 ------------------------------------------------------------------------
30077 r20336 | fenrir | 2007-05-28 22:59:43 +0200 (Mon, 28 May 2007) | 3 lines
30078 Changed paths:
30079    M /trunk/configure.ac
30080    M /trunk/include/vlc_common.h
30081    M /trunk/modules/demux/mp4/libmp4.c
30082    M /trunk/src/extras/libc.c
30083
30084 Added strnlen replacement (Untested)
30085 Revert back mp4 r20330 !
30086
30087 ------------------------------------------------------------------------
30088 r20335 | fkuehne | 2007-05-28 22:59:00 +0200 (Mon, 28 May 2007) | 1 line
30089 Changed paths:
30090    M /trunk/modules/gui/macosx/playlist.m
30091
30092 * prefer playlist item's meta title over its name, if available. This work-arounds a rare bug: VLC sometimes tends to show a previous item's name instead of the current one.
30093 ------------------------------------------------------------------------
30094 r20334 | pdherbemont | 2007-05-28 20:27:44 +0200 (Mon, 28 May 2007) | 2 lines
30095 Changed paths:
30096    M /trunk/bootstrap
30097
30098 bootstrap: Warn if contrib hasn't been built (on Mac OS X). (good for new comers).
30099
30100 ------------------------------------------------------------------------
30101 r20333 | pdherbemont | 2007-05-28 20:24:15 +0200 (Mon, 28 May 2007) | 2 lines
30102 Changed paths:
30103    M /trunk/configure.ac
30104
30105 configure.ac: Properly enabled Mac OS X default features.
30106
30107 ------------------------------------------------------------------------
30108 r20332 | jb | 2007-05-28 19:42:05 +0200 (Mon, 28 May 2007) | 3 lines
30109 Changed paths:
30110    M /trunk/modules/gui/qt4/components/open.cpp
30111
30112 Qt4 - Open: accept more than one file.
30113
30114
30115 ------------------------------------------------------------------------
30116 r20331 | gbazin | 2007-05-28 16:56:09 +0200 (Mon, 28 May 2007) | 1 line
30117 Changed paths:
30118    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
30119    M /trunk/modules/gui/wxwidgets/dialogs.cpp
30120    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
30121
30122  modules/gui/wxwidgets/*: bunch of fixes.
30123 ------------------------------------------------------------------------
30124 r20330 | fkuehne | 2007-05-28 13:13:48 +0200 (Mon, 28 May 2007) | 1 line
30125 Changed paths:
30126    M /trunk/modules/demux/mp4/libmp4.c
30127
30128 * revert the rewrite of MP4_GETSTRINGZ in the previous commit, as strnlen is a GNU-extension and therefore unavailable on Mac OS X and other platforms. I think this way is easier than writing an own implementation for OSX, but feel free to tell me otherwise. (closes #1213)
30129 ------------------------------------------------------------------------
30130 r20329 | jb | 2007-05-28 08:46:34 +0200 (Mon, 28 May 2007) | 3 lines
30131 Changed paths:
30132    M /trunk/modules/gui/qt4/components/open.cpp
30133    M /trunk/modules/gui/qt4/components/open.hpp
30134
30135 Qt4 - Open: Try to repair Open File. Add the beginning of DirectShow.
30136
30137
30138 ------------------------------------------------------------------------
30139 r20328 | fenrir | 2007-05-28 00:18:37 +0200 (Mon, 28 May 2007) | 2 lines
30140 Changed paths:
30141    M /trunk/modules/access/http.c
30142
30143 Do not unset b_seekable on 401 error.
30144
30145 ------------------------------------------------------------------------
30146 r20327 | jb | 2007-05-27 23:06:30 +0200 (Sun, 27 May 2007) | 3 lines
30147 Changed paths:
30148    M /trunk/modules/gui/qt4/components/open.cpp
30149
30150 Qt4 - Open: fix a broken CONNECT, found by Trax.
30151
30152
30153 ------------------------------------------------------------------------
30154 r20326 | gbazin | 2007-05-27 22:27:33 +0200 (Sun, 27 May 2007) | 1 line
30155 Changed paths:
30156    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
30157
30158 * modules/gui/wxwidgets/dialogs/playlist.cpp: use the category view by default.
30159 ------------------------------------------------------------------------
30160 r20325 | fenrir | 2007-05-27 19:19:07 +0200 (Sun, 27 May 2007) | 2 lines
30161 Changed paths:
30162    M /trunk/modules/codec/speex.c
30163    M /trunk/modules/control/telnet.c
30164    M /trunk/modules/demux/wav.c
30165    M /trunk/modules/gui/ncurses.c
30166    M /trunk/modules/meta_engine/id3genres.h
30167    M /trunk/modules/video_filter/osdmenu.c
30168    M /trunk/modules/visualization/visual/visual.c
30169
30170 Compilation warning fixes.
30171
30172 ------------------------------------------------------------------------
30173 r20324 | fenrir | 2007-05-27 18:50:56 +0200 (Sun, 27 May 2007) | 2 lines
30174 Changed paths:
30175    M /trunk/modules/access/dvdnav.c
30176    M /trunk/modules/access/v4l2.c
30177    M /trunk/modules/audio_filter/equalizer.c
30178
30179 Fixed compilation warnings.
30180
30181 ------------------------------------------------------------------------
30182 r20323 | fenrir | 2007-05-27 18:30:22 +0200 (Sun, 27 May 2007) | 2 lines
30183 Changed paths:
30184    M /trunk/modules/access/rtsp/real.h
30185    M /trunk/modules/access/rtsp/real_asmrp.c
30186
30187 Compilation warnings fixes.
30188
30189 ------------------------------------------------------------------------
30190 r20322 | fenrir | 2007-05-27 18:26:59 +0200 (Sun, 27 May 2007) | 2 lines
30191 Changed paths:
30192    M /trunk/src/input/es_out.c
30193
30194 Flush ES before deleting it (improves a bit a few mms/ogg/mp4)
30195
30196 ------------------------------------------------------------------------
30197 r20321 | fenrir | 2007-05-27 18:18:08 +0200 (Sun, 27 May 2007) | 4 lines
30198 Changed paths:
30199    M /trunk/modules/demux/mp4/libmp4.c
30200    M /trunk/modules/demux/mp4/libmp4.h
30201    M /trunk/modules/demux/mp4/mp4.c
30202
30203 Implemented GPAC chapter support (but not apple ones).
30204 Fixed a few invalid access on broken files.
30205 Fixed compilation warnings.
30206
30207 ------------------------------------------------------------------------
30208 r20320 | jb | 2007-05-27 15:00:21 +0200 (Sun, 27 May 2007) | 2 lines
30209 Changed paths:
30210    M /trunk/modules/gui/qt4/components/open.cpp
30211    M /trunk/modules/gui/qt4/components/open.hpp
30212    M /trunk/modules/gui/qt4/ui/open.ui
30213    M /trunk/modules/gui/qt4/ui/open_capture.ui
30214    M /trunk/modules/gui/qt4/ui/open_disk.ui
30215    M /trunk/modules/gui/qt4/ui/open_file.ui
30216    M /trunk/modules/gui/qt4/ui/open_net.ui
30217
30218 qt4 - Open: various fixes.
30219
30220 ------------------------------------------------------------------------
30221 r20319 | fkuehne | 2007-05-27 14:19:28 +0200 (Sun, 27 May 2007) | 1 line
30222 Changed paths:
30223    M /trunk/extras/contrib/src/Patches/live-starttime.patch
30224
30225 * updated to current live version
30226 ------------------------------------------------------------------------
30227 r20318 | jb | 2007-05-27 01:17:14 +0200 (Sun, 27 May 2007) | 3 lines
30228 Changed paths:
30229    M /trunk/modules/gui/qt4/components/open.cpp
30230
30231 Qt4 - BDA: set increment for frequency by 1000.
30232
30233
30234 ------------------------------------------------------------------------
30235 r20317 | kenself | 2007-05-27 00:58:01 +0200 (Sun, 27 May 2007) | 1 line
30236 Changed paths:
30237    M /trunk/modules/access/bda/bda.c
30238
30239 bda: fix bandwidth labels
30240 ------------------------------------------------------------------------
30241 r20316 | gbazin | 2007-05-27 00:28:21 +0200 (Sun, 27 May 2007) | 1 line
30242 Changed paths:
30243    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
30244    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
30245    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
30246    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
30247    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
30248    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
30249
30250 *  modules/gui/wxwidgets/*: fix a bunch of warnings.
30251 ------------------------------------------------------------------------
30252 r20315 | jb | 2007-05-27 00:26:03 +0200 (Sun, 27 May 2007) | 4 lines
30253 Changed paths:
30254    M /trunk/modules/gui/qt4/components/open.cpp
30255    M /trunk/modules/gui/qt4/util/customwidgets.cpp
30256    M /trunk/modules/gui/qt4/util/customwidgets.hpp
30257
30258 Qt4 - Open Capture Panel and file Panel: Don't build by hand the ComboChoices...
30259 Make it automatic.
30260
30261
30262 ------------------------------------------------------------------------
30263 r20314 | gbazin | 2007-05-26 23:53:17 +0200 (Sat, 26 May 2007) | 1 line
30264 Changed paths:
30265    M /trunk/configure.ac
30266
30267 * configure.ac: allow compilation of wxwidget module with wxwidgets 2.8.x
30268 ------------------------------------------------------------------------
30269 r20313 | kenself | 2007-05-26 19:18:35 +0200 (Sat, 26 May 2007) | 1 line
30270 Changed paths:
30271    M /trunk/modules/gui/qt4/components/open.cpp
30272    M /trunk/modules/gui/qt4/components/open.hpp
30273
30274 bda qt4 gui: add combobox to select bandwidth on dvb-t
30275 ------------------------------------------------------------------------
30276 r20312 | fenrir | 2007-05-25 21:34:40 +0200 (Fri, 25 May 2007) | 2 lines
30277 Changed paths:
30278    M /trunk/src/input/stream.c
30279
30280 Fixed stream_Block() comment (close #1208)
30281
30282 ------------------------------------------------------------------------
30283 r20311 | fenrir | 2007-05-25 21:25:25 +0200 (Fri, 25 May 2007) | 2 lines
30284 Changed paths:
30285    M /trunk/modules/demux/playlist/m3u.c
30286
30287 Fixed possible overflow in duration parsing.
30288
30289 ------------------------------------------------------------------------
30290 r20310 | fenrir | 2007-05-25 21:21:10 +0200 (Fri, 25 May 2007) | 2 lines
30291 Changed paths:
30292    M /trunk/include/vlc_input.h
30293    M /trunk/src/input/item.c
30294
30295 Fixed input_ItemNewExt* prototype (mtime_t for duration, close #1205)
30296
30297 ------------------------------------------------------------------------
30298 r20309 | fenrir | 2007-05-25 21:18:50 +0200 (Fri, 25 May 2007) | 2 lines
30299 Changed paths:
30300    M /trunk/src/input/input.c
30301
30302 Compilation warning fix.
30303
30304 ------------------------------------------------------------------------
30305 r20308 | fenrir | 2007-05-25 21:18:12 +0200 (Fri, 25 May 2007) | 2 lines
30306 Changed paths:
30307    M /trunk/src/misc/objects.c
30308
30309 Compilation warning fix.
30310
30311 ------------------------------------------------------------------------
30312 r20307 | fenrir | 2007-05-25 21:14:34 +0200 (Fri, 25 May 2007) | 2 lines
30313 Changed paths:
30314    M /trunk/modules/mux/avi.c
30315    M /trunk/modules/mux/mp4.c
30316
30317 Compilation warning fixes.
30318
30319 ------------------------------------------------------------------------
30320 r20306 | fenrir | 2007-05-25 20:37:45 +0200 (Fri, 25 May 2007) | 2 lines
30321 Changed paths:
30322    M /trunk/modules/demux/mpeg/m4a.c
30323
30324 Added meta parsing (close #624)
30325
30326 ------------------------------------------------------------------------
30327 r20305 | fenrir | 2007-05-25 20:21:35 +0200 (Fri, 25 May 2007) | 2 lines
30328 Changed paths:
30329    M /trunk/modules/demux/mpeg/m4a.c
30330
30331 Implemented GET_TIME/GET_LENGTH/SET_TIME (close #1207)
30332
30333 ------------------------------------------------------------------------
30334 r20304 | xtophe | 2007-05-25 20:01:31 +0200 (Fri, 25 May 2007) | 2 lines
30335 Changed paths:
30336    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
30337    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
30338
30339 gui/wx: i18n fixes pointed by Cristi Secara 
30340
30341 ------------------------------------------------------------------------
30342 r20303 | kenself | 2007-05-25 19:52:42 +0200 (Fri, 25 May 2007) | 1 line
30343 Changed paths:
30344    M /trunk/modules/gui/qt4/components/open.cpp
30345
30346 BDA fixes: no dvb-adapter, hide srate for dvb-t, freq always in kHz
30347 ------------------------------------------------------------------------
30348 r20302 | xtophe | 2007-05-25 17:41:59 +0200 (Fri, 25 May 2007) | 2 lines
30349 Changed paths:
30350    M /trunk/THANKS
30351
30352 Typo
30353
30354 ------------------------------------------------------------------------
30355 r20301 | damienf | 2007-05-25 17:12:10 +0200 (Fri, 25 May 2007) | 2 lines
30356 Changed paths:
30357    M /trunk/modules/gui/qt4/components/open.cpp
30358
30359 - qt4: retrict FileDialog changes to win32
30360
30361 ------------------------------------------------------------------------
30362 r20300 | damienf | 2007-05-25 16:49:17 +0200 (Fri, 25 May 2007) | 2 lines
30363 Changed paths:
30364    M /trunk/modules/gui/qt4/components/open.cpp
30365
30366 qt4: improve the layout of files in file open dialog
30367
30368 ------------------------------------------------------------------------
30369 r20299 | xtophe | 2007-05-25 16:12:48 +0200 (Fri, 25 May 2007) | 2 lines
30370 Changed paths:
30371    M /trunk/THANKS
30372    M /trunk/po/ro.po
30373
30374 Romanian l10n by Cristian Secara
30375
30376 ------------------------------------------------------------------------
30377 r20298 | damienf | 2007-05-24 23:27:14 +0200 (Thu, 24 May 2007) | 2 lines
30378 Changed paths:
30379    M /trunk/modules/codec/libmpeg2.c
30380
30381 - libmpeg2 codec: uses Y plane pitch rather then picture width as stride, hopefully closes #1184
30382
30383 ------------------------------------------------------------------------
30384 r20297 | xtophe | 2007-05-24 01:39:37 +0200 (Thu, 24 May 2007) | 2 lines
30385 Changed paths:
30386    M /trunk/po/POTFILES.in
30387
30388 Argh i will manage it one day
30389
30390 ------------------------------------------------------------------------
30391 r20296 | xtophe | 2007-05-24 00:28:19 +0200 (Thu, 24 May 2007) | 3 lines
30392 Changed paths:
30393    M /trunk/Makefile.am
30394    M /trunk/po/POTFILES.in
30395
30396 Makefile.am: s/version.c/revision.c/ in update-po code
30397 POTFILES.in: Refresh it
30398
30399 ------------------------------------------------------------------------
30400 r20295 | jb | 2007-05-23 22:55:16 +0200 (Wed, 23 May 2007) | 2 lines
30401 Changed paths:
30402    M /trunk/modules/gui/qt4/components/open.cpp
30403
30404 qt4 - Capture: Show Srate for DVB-C AND DVB-S
30405
30406 ------------------------------------------------------------------------
30407 r20294 | jb | 2007-05-23 19:25:34 +0200 (Wed, 23 May 2007) | 3 lines
30408 Changed paths:
30409    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30410
30411 FFmpeg, update description and help.
30412
30413
30414 ------------------------------------------------------------------------
30415 r20293 | jb | 2007-05-23 19:13:12 +0200 (Wed, 23 May 2007) | 3 lines
30416 Changed paths:
30417    M /trunk/modules/gui/qt4/components/open.cpp
30418
30419 Qt4 - Open Capture: Don't limit yourself to 99kHz
30420
30421
30422 ------------------------------------------------------------------------
30423 r20292 | damienf | 2007-05-23 18:09:26 +0200 (Wed, 23 May 2007) | 2 lines
30424 Changed paths:
30425    M /trunk/src/video_output/vout_pictures.c
30426
30427 vout: attach picture heap to temporary picture, so that modules (such as blend) have access to the extra info in heap
30428
30429 ------------------------------------------------------------------------
30430 r20291 | damienf | 2007-05-23 16:56:11 +0200 (Wed, 23 May 2007) | 2 lines
30431 Changed paths:
30432    M /trunk/src/vlc.c
30433
30434 vlc.c: small fix in use of __wgetmainargs
30435
30436 ------------------------------------------------------------------------
30437 r20290 | damienf | 2007-05-23 16:48:08 +0200 (Wed, 23 May 2007) | 2 lines
30438 Changed paths:
30439    M /trunk/src/libvlc-module.c
30440    M /trunk/src/misc/threads.c
30441
30442 - win32: retire --fast-mutex and --win-cv-method completely
30443
30444 ------------------------------------------------------------------------
30445 r20289 | xtophe | 2007-05-23 14:33:44 +0200 (Wed, 23 May 2007) | 2 lines
30446 Changed paths:
30447    M /trunk/po/POTFILES.in
30448
30449 Fix make dist
30450
30451 ------------------------------------------------------------------------
30452 r20288 | xtophe | 2007-05-23 14:33:06 +0200 (Wed, 23 May 2007) | 2 lines
30453 Changed paths:
30454    M /trunk/Makefile.am
30455
30456 Don't use gettext on src/modules/builtin.h
30457
30458 ------------------------------------------------------------------------
30459 r20287 | xtophe | 2007-05-23 00:53:50 +0200 (Wed, 23 May 2007) | 3 lines
30460 Changed paths:
30461    M /trunk/po/POTFILES.in
30462    M /trunk/po/sl.po
30463    M /trunk/po/vlc.pot
30464
30465 * Slovenian l10n update by Matej Urbancic.
30466 * Some files have been renamed -> update POTFILES.in
30467
30468 ------------------------------------------------------------------------
30469 r20286 | jb | 2007-05-22 23:41:01 +0200 (Tue, 22 May 2007) | 4 lines
30470 Changed paths:
30471    M /trunk/modules/gui/qt4/dialogs_provider.cpp
30472
30473 Qt4 - when cancel was pressed in the open directory dialog, an empty directory
30474 string was being added to the playlist, which resulted in an error. Patch  by Nick Vercammen.
30475
30476
30477 ------------------------------------------------------------------------
30478 r20285 | jb | 2007-05-22 23:38:44 +0200 (Tue, 22 May 2007) | 3 lines
30479 Changed paths:
30480    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
30481
30482 Qt4 - Preferences: Remove Apply button, and fix a few segfaults with Hannes Domani patches and help
30483
30484
30485 ------------------------------------------------------------------------
30486 r20284 | damienf | 2007-05-22 23:06:49 +0200 (Tue, 22 May 2007) | 2 lines
30487 Changed paths:
30488    M /trunk/modules/video_output/msw/direct3d.c
30489    M /trunk/modules/video_output/msw/events.c
30490
30491 - win32 vouts: fiex potential crash (SIGFPE) if the output window geometry is empty
30492
30493 ------------------------------------------------------------------------
30494 r20283 | damienf | 2007-05-22 20:50:11 +0200 (Tue, 22 May 2007) | 2 lines
30495 Changed paths:
30496    M /trunk/modules/video_filter/blend.c
30497
30498 - blend.c: fix for BlendRV24, needs testing, dionoea ?
30499
30500 ------------------------------------------------------------------------
30501 r20282 | jb | 2007-05-22 00:49:06 +0200 (Tue, 22 May 2007) | 3 lines
30502 Changed paths:
30503    M /trunk/modules/gui/qt4/ui/open.ui
30504
30505 qt4 - Open Dialog: Resize behaviour should be a bit better, still not optimal, but well :D
30506
30507
30508 ------------------------------------------------------------------------
30509 r20281 | jb | 2007-05-22 00:31:59 +0200 (Tue, 22 May 2007) | 3 lines
30510 Changed paths:
30511    M /trunk/modules/gui/qt4/dialogs/open.cpp
30512    M /trunk/modules/gui/qt4/ui/open.ui
30513
30514 Qt4 - Open Dialog: Make Slave text open only when needed. Fix a bit the subtitles size when shown.
30515
30516
30517 ------------------------------------------------------------------------
30518 r20280 | jb | 2007-05-22 00:09:44 +0200 (Tue, 22 May 2007) | 3 lines
30519 Changed paths:
30520    M /trunk/modules/gui/qt4/dialogs/open.cpp
30521    M /trunk/modules/gui/qt4/qt4.cpp
30522
30523 Qt4 - Add an advanced option for whiners to have by default the open dialog extended.
30524
30525
30526 ------------------------------------------------------------------------
30527 r20279 | dionoea | 2007-05-21 23:58:42 +0200 (Mon, 21 May 2007) | 2 lines
30528 Changed paths:
30529    M /trunk/modules/demux/playlist/asx.c
30530    M /trunk/modules/demux/playlist/playlist.c
30531
30532 * playlist.c, asx.c: add new --playlist-skip-ads option (default enabled) to skip autodetected ads. Test playlist: "http://www.zoomin.tv/asx/dsp_asxplaylist.cfm?id=251350&pid=lefigaro&quality=2&WMCache=0&iebr=0". Assumption is: if the playlist states that an item shouldn't be skipped or can't be seeked in, then it's an ad.
30533
30534 ------------------------------------------------------------------------
30535 r20278 | jb | 2007-05-21 23:55:30 +0200 (Mon, 21 May 2007) | 3 lines
30536 Changed paths:
30537    M /trunk/modules/gui/qt4/components/open.cpp
30538    M /trunk/modules/gui/qt4/components/open.hpp
30539
30540 Qt4 - Open Dialog: BDA basic support.
30541
30542
30543 ------------------------------------------------------------------------
30544 r20277 | dionoea | 2007-05-21 22:37:23 +0200 (Mon, 21 May 2007) | 2 lines
30545 Changed paths:
30546    M /trunk/include/vlc_url.h
30547
30548 * include/vlc_url.h: vlc_UrlParse(): forbid use of '/' in login or password. Fixes use of URLs like "http://www.lemonde.fr/web/video/0,47-0@2-3210,54-913109@51-891944,0.html".
30549
30550 ------------------------------------------------------------------------
30551 r20276 | fenrir | 2007-05-21 22:28:40 +0200 (Mon, 21 May 2007) | 3 lines
30552 Changed paths:
30553    M /trunk/modules/demux/ts.c
30554
30555 Implement GET_TIME/LENGTH/POSITION when reading from a dvb device with eit support.
30556 (It has to be improved to get the time from the tdt/tot and not from time())
30557
30558 ------------------------------------------------------------------------
30559 r20275 | fenrir | 2007-05-21 21:15:54 +0200 (Mon, 21 May 2007) | 5 lines
30560 Changed paths:
30561    M /trunk/src/control/vlm.c
30562
30563 Reimplemented libvlc_vlm functions (untested)
30564 Not yet implemented: libvlc_vlm_show_media and libvlc_vlm_get_media_title/chapter/seekable.
30565 Is libvlc_vlm_show_media usefull ?
30566
30567
30568 ------------------------------------------------------------------------
30569 r20274 | damienf | 2007-05-21 18:41:45 +0200 (Mon, 21 May 2007) | 2 lines
30570 Changed paths:
30571    M /trunk/activex/plugin.cpp
30572    M /trunk/mozilla/vlcplugin.cpp
30573    M /trunk/src/misc/threads.c
30574
30575 - bye, bye "fast-mutex" and "win9x-cv-method" variables
30576
30577 ------------------------------------------------------------------------
30578 r20273 | courmisch | 2007-05-21 16:50:52 +0200 (Mon, 21 May 2007) | 2 lines
30579 Changed paths:
30580    M /trunk/src/libvlc-common.c
30581
30582 No need to use vlc_global here.
30583
30584 ------------------------------------------------------------------------
30585 r20272 | yoann | 2007-05-21 16:43:48 +0200 (Mon, 21 May 2007) | 2 lines
30586 Changed paths:
30587    M /trunk/doc/release-howto.txt
30588
30589 * release-howto.txt: mention wiki latest_version template
30590
30591 ------------------------------------------------------------------------
30592 r20271 | jb | 2007-05-20 23:04:31 +0200 (Sun, 20 May 2007) | 3 lines
30593 Changed paths:
30594    M /trunk/extras/contrib/src/Distributions/win32.mak
30595
30596  .aclocal should be the last one
30597
30598
30599 ------------------------------------------------------------------------
30600 r20270 | dionoea | 2007-05-20 22:43:00 +0200 (Sun, 20 May 2007) | 2 lines
30601 Changed paths:
30602    M /trunk/src/input/subtitles.c
30603
30604 * subtitles.c: case insensitive search for subtitle file extensions.
30605
30606 ------------------------------------------------------------------------
30607 r20269 | jb | 2007-05-20 21:14:36 +0200 (Sun, 20 May 2007) | 3 lines
30608 Changed paths:
30609    M /trunk/modules/gui/qt4/components/open.cpp
30610    M /trunk/modules/gui/qt4/components/open.hpp
30611
30612 Qt4 - Open Dialog: Continue Capture tab, and implement the MRL updates. Slots and signals should be ok. Advanced Properties are not done (any volunteer ?), and Win32 are not done either.
30613
30614
30615 ------------------------------------------------------------------------
30616 r20268 | littlejohn | 2007-05-20 20:00:54 +0200 (Sun, 20 May 2007) | 1 line
30617 Changed paths:
30618    M /trunk/bindings/java/src/callback-jni.cc
30619    M /trunk/include/vlc/libvlc.h
30620    M /trunk/src/control/event.c
30621    M /trunk/src/control/libvlc_internal.h
30622
30623 libvlc events related functions renamed
30624 ------------------------------------------------------------------------
30625 r20267 | yoann | 2007-05-20 19:58:51 +0200 (Sun, 20 May 2007) | 2 lines
30626 Changed paths:
30627    M /trunk/modules/demux/playlist/xspf.c
30628
30629 * xspf.c: initializes identifier to 0 and free pp_tracklist
30630
30631 ------------------------------------------------------------------------
30632 r20266 | dionoea | 2007-05-20 19:35:54 +0200 (Sun, 20 May 2007) | 2 lines
30633 Changed paths:
30634    M /trunk/configure.ac
30635
30636 * Fix configure.ac
30637
30638 ------------------------------------------------------------------------
30639 r20265 | littlejohn | 2007-05-20 19:29:55 +0200 (Sun, 20 May 2007) | 1 line
30640 Changed paths:
30641    M /trunk/src/Makefile.am
30642    D /trunk/src/control/callback.c
30643    A /trunk/src/control/event.c (from /trunk/src/control/callback.c:20263)
30644
30645 callback.c renamed to event.c
30646 ------------------------------------------------------------------------
30647 r20264 | fkuehne | 2007-05-20 19:28:15 +0200 (Sun, 20 May 2007) | 1 line
30648 Changed paths:
30649    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib
30650    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
30651    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
30652    M /trunk/modules/gui/macosx/extended.h
30653    M /trunk/modules/gui/macosx/extended.m
30654
30655 * made the method names humanally readable, fixed a minor bug and slightly reduced the panel's size
30656 ------------------------------------------------------------------------
30657 r20263 | littlejohn | 2007-05-20 19:27:44 +0200 (Sun, 20 May 2007) | 1 line
30658 Changed paths:
30659    M /trunk/src/control/callback.c
30660
30661 static handle_callback
30662 ------------------------------------------------------------------------
30663 r20262 | yoann | 2007-05-20 19:23:28 +0200 (Sun, 20 May 2007) | 2 lines
30664 Changed paths:
30665    M /trunk/modules/misc/playlist/xspf.c
30666
30667 * xspf.c: export item description as <annotation>
30668
30669 ------------------------------------------------------------------------
30670 r20261 | yoann | 2007-05-20 19:13:25 +0200 (Sun, 20 May 2007) | 2 lines
30671 Changed paths:
30672    M /trunk/modules/demux/playlist/xspf.c
30673
30674 * xspf.c: add XSPF annotation element as description
30675
30676 ------------------------------------------------------------------------
30677 r20260 | littlejohn | 2007-05-20 18:59:22 +0200 (Sun, 20 May 2007) | 1 line
30678 Changed paths:
30679    M /trunk/bindings/java/Makefile.am
30680    M /trunk/bindings/java/VLCExample.java
30681    M /trunk/bindings/java/org/videolan/jvlc/Audio.java
30682    D /trunk/bindings/java/org/videolan/jvlc/VolumeListener.java
30683    A /trunk/bindings/java/org/videolan/jvlc/event
30684    A /trunk/bindings/java/org/videolan/jvlc/listener
30685    A /trunk/bindings/java/org/videolan/jvlc/listener/VolumeListener.java (from /trunk/bindings/java/org/videolan/jvlc/VolumeListener.java:20250)
30686
30687 volumelistener moved to listener package
30688 ------------------------------------------------------------------------
30689 r20259 | littlejohn | 2007-05-20 18:58:44 +0200 (Sun, 20 May 2007) | 1 line
30690 Changed paths:
30691    M /trunk/include/vlc/libvlc_structures.h
30692    M /trunk/src/control/callback.c
30693
30694 Use oldval and newval in libvlc_event_t
30695 ------------------------------------------------------------------------
30696 r20258 | fkuehne | 2007-05-20 18:54:17 +0200 (Sun, 20 May 2007) | 1 line
30697 Changed paths:
30698    M /trunk/extras/contrib/bootstrap
30699
30700 * fixed previous commit
30701 ------------------------------------------------------------------------
30702 r20257 | dionoea | 2007-05-20 18:47:14 +0200 (Sun, 20 May 2007) | 2 lines
30703 Changed paths:
30704    M /trunk/configure.ac
30705
30706 * configure.ac: also try lua51
30707
30708 ------------------------------------------------------------------------
30709 r20256 | fkuehne | 2007-05-20 18:37:58 +0200 (Sun, 20 May 2007) | 1 line
30710 Changed paths:
30711    M /trunk/extras/contrib/bootstrap
30712
30713 * prefer wget over curl
30714 ------------------------------------------------------------------------
30715 r20255 | jb | 2007-05-20 18:23:48 +0200 (Sun, 20 May 2007) | 3 lines
30716 Changed paths:
30717    M /trunk/modules/gui/qt4/components/open.cpp
30718    M /trunk/modules/gui/qt4/components/open.hpp
30719    M /trunk/modules/gui/qt4/dialogs/open.cpp
30720    M /trunk/modules/gui/qt4/dialogs/open.hpp
30721    M /trunk/modules/gui/qt4/ui/open_capture.ui
30722
30723 Qt4 - open dialogs: Capture tab, DVB, PVR and V4L. main design is done. NEeds to be checked by people who actually use that kind of device.
30724
30725
30726 ------------------------------------------------------------------------
30727 r20254 | fkuehne | 2007-05-20 18:17:35 +0200 (Sun, 20 May 2007) | 1 line
30728 Changed paths:
30729    M /trunk/src/libvlc-module.c
30730
30731 * default enable Interface Interactions
30732 ------------------------------------------------------------------------
30733 r20253 | pdherbemont | 2007-05-20 17:36:55 +0200 (Sun, 20 May 2007) | 2 lines
30734 Changed paths:
30735    M /trunk/Makefile.am
30736
30737 Mac OS X: Make sure luaplaylist folder is in the distribution.
30738
30739 ------------------------------------------------------------------------
30740 r20252 | dionoea | 2007-05-20 17:17:54 +0200 (Sun, 20 May 2007) | 2 lines
30741 Changed paths:
30742    M /trunk/include/vlc_configuration.h
30743    M /trunk/src/modules/configuration.c
30744
30745 * Force cast to vlc_object_t when calling config_GetDataDir.
30746
30747 ------------------------------------------------------------------------
30748 r20251 | oaubert | 2007-05-20 17:08:53 +0200 (Sun, 20 May 2007) | 4 lines
30749 Changed paths:
30750    M /trunk/bindings/python/vlc_module.c
30751    M /trunk/bindings/python/vlc_position.c
30752
30753 python bindings: allow to pass values in the vlc.Position constructor:
30754  p = vlc.Position(value=16, origin=vlc.RelativePosition)
30755 Defaults to value=0, origin=AbsolutePosition, key=MediaTime
30756
30757 ------------------------------------------------------------------------
30758 r20250 | jb | 2007-05-20 16:47:32 +0200 (Sun, 20 May 2007) | 3 lines
30759 Changed paths:
30760    M /trunk/extras/contrib/src/Distributions/win32.mak
30761
30762 Add lua to win32 contribs.
30763
30764
30765 ------------------------------------------------------------------------
30766 r20249 | dionoea | 2007-05-20 16:42:13 +0200 (Sun, 20 May 2007) | 3 lines
30767 Changed paths:
30768    M /trunk/src/libvlc.h
30769    M /trunk/src/misc/threads.c
30770    M /trunk/src/misc/win32_specific.c
30771
30772 * libvlc.h: hopefully fix a few warnings.
30773 * win32_specific.c, threads.c: fix win32 compilation.
30774
30775 ------------------------------------------------------------------------
30776 r20248 | dionoea | 2007-05-20 16:21:07 +0200 (Sun, 20 May 2007) | 2 lines
30777 Changed paths:
30778    M /trunk/src/misc/beos_specific.cpp
30779    M /trunk/src/misc/darwin_specific.c
30780    M /trunk/src/misc/win32_specific.c
30781    M /trunk/src/modules/configuration.c
30782    M /trunk/src/modules/entry.c
30783    M /trunk/src/modules/modules.c
30784
30785 * add missing includes (trying to fix compilation errors in buildbot :D)
30786
30787 ------------------------------------------------------------------------
30788 r20247 | littlejohn | 2007-05-20 16:12:57 +0200 (Sun, 20 May 2007) | 1 line
30789 Changed paths:
30790    M /trunk/bindings/java/src/callback-jni.cc
30791
30792 the object pointer is null in the handler, so use null here
30793 ------------------------------------------------------------------------
30794 r20246 | dionoea | 2007-05-20 16:08:44 +0200 (Sun, 20 May 2007) | 2 lines
30795 Changed paths:
30796    M /trunk/src/misc/beos_specific.cpp
30797
30798 * Yet another p_libvlc_global compile fix (BeOS)
30799
30800 ------------------------------------------------------------------------
30801 r20245 | dionoea | 2007-05-20 16:04:46 +0200 (Sun, 20 May 2007) | 2 lines
30802 Changed paths:
30803    M /trunk/include/vlc_objects.h
30804    M /trunk/modules/control/http/http.c
30805    M /trunk/modules/demux/playlist/luaplaylist.c
30806    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
30807    M /trunk/src/libvlc-common.c
30808    M /trunk/src/misc/beos_specific.cpp
30809    M /trunk/src/misc/darwin_specific.c
30810    M /trunk/src/misc/objects.c
30811    M /trunk/src/misc/win32_specific.c
30812    M /trunk/src/modules/configuration.c
30813
30814 * Some more fixes (+ don't redefine a function that already existed, reverts part of previous commit).
30815
30816 ------------------------------------------------------------------------
30817 r20244 | dionoea | 2007-05-20 15:54:17 +0200 (Sun, 20 May 2007) | 2 lines
30818 Changed paths:
30819    M /trunk/include/vlc_objects.h
30820    M /trunk/modules/control/http/http.c
30821    M /trunk/modules/demux/playlist/luaplaylist.c
30822    M /trunk/modules/demux/playlist/m3u.c
30823    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
30824    M /trunk/src/misc/objects.c
30825
30826 * Fix non linux compilation round 2.
30827
30828 ------------------------------------------------------------------------
30829 r20243 | dionoea | 2007-05-20 15:38:53 +0200 (Sun, 20 May 2007) | 2 lines
30830 Changed paths:
30831    M /trunk/src/modules/modules.c
30832
30833 * src/modules/modules.c: hopefully fix compilation for non linux builds.
30834
30835 ------------------------------------------------------------------------
30836 r20242 | dionoea | 2007-05-20 15:35:37 +0200 (Sun, 20 May 2007) | 2 lines
30837 Changed paths:
30838    M /trunk/src/libvlc.h
30839
30840 When you cut / paste code from another file, you should also copy / paste the copyright info.
30841
30842 ------------------------------------------------------------------------
30843 r20241 | jb | 2007-05-20 13:53:32 +0200 (Sun, 20 May 2007) | 3 lines
30844 Changed paths:
30845    M /trunk/modules/gui/qt4/playlist_model.cpp
30846
30847 qt4 - playlist_model, check if p_item is not null before using it. Patch from Ilkka Ollakka
30848
30849
30850 ------------------------------------------------------------------------
30851 r20240 | courmisch | 2007-05-20 12:03:51 +0200 (Sun, 20 May 2007) | 2 lines
30852 Changed paths:
30853    M /trunk/include/main.h
30854    M /trunk/include/vlc_common.h
30855    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30856    M /trunk/modules/control/http/http.c
30857    M /trunk/modules/stream_out/bridge.c
30858    M /trunk/modules/stream_out/mosaic_bridge.c
30859    M /trunk/modules/video_filter/mosaic.c
30860    M /trunk/modules/video_filter/mosaic.h
30861    M /trunk/src/libvlc-common.c
30862    M /trunk/src/libvlc.h
30863    M /trunk/src/misc/objects.c
30864    M /trunk/src/modules/modules.c
30865
30866 Hide libvlc_global_data_t from plugins
30867
30868 ------------------------------------------------------------------------
30869 r20239 | courmisch | 2007-05-20 10:40:04 +0200 (Sun, 20 May 2007) | 2 lines
30870 Changed paths:
30871    M /trunk/include/vlc_common.h
30872    M /trunk/toolbox
30873
30874 Remove obsolete stuff
30875
30876 ------------------------------------------------------------------------
30877 r20238 | courmisch | 2007-05-20 10:39:35 +0200 (Sun, 20 May 2007) | 2 lines
30878 Changed paths:
30879    M /trunk/src/libvlc.h
30880
30881 Revert wrongfully commited file
30882
30883 ------------------------------------------------------------------------
30884 r20237 | courmisch | 2007-05-20 10:38:20 +0200 (Sun, 20 May 2007) | 3 lines
30885 Changed paths:
30886    M /trunk/src/Makefile.am
30887    M /trunk/src/libvlc-common.c
30888    M /trunk/src/libvlc.c
30889    M /trunk/src/libvlc.h
30890
30891 Fix SVN revision handling.
30892 It is by design flawed to have phony built source.
30893
30894 ------------------------------------------------------------------------
30895 r20236 | courmisch | 2007-05-20 10:12:54 +0200 (Sun, 20 May 2007) | 2 lines
30896 Changed paths:
30897    M /trunk/src/Makefile.am
30898
30899 Fix comment
30900
30901 ------------------------------------------------------------------------
30902 r20235 | dionoea | 2007-05-20 01:57:33 +0200 (Sun, 20 May 2007) | 2 lines
30903 Changed paths:
30904    M /trunk/po/POTFILES.in
30905    M /trunk/po/af.po
30906    M /trunk/po/ar.po
30907    M /trunk/po/bn.po
30908    M /trunk/po/ca.po
30909    M /trunk/po/co.po
30910    M /trunk/po/cs.po
30911    M /trunk/po/da.po
30912    M /trunk/po/de.po
30913    M /trunk/po/el.po
30914    M /trunk/po/en_GB.po
30915    M /trunk/po/es.po
30916    M /trunk/po/eu.po
30917    M /trunk/po/fa.po
30918    M /trunk/po/fr.po
30919    M /trunk/po/fur.po
30920    M /trunk/po/gl.po
30921    M /trunk/po/he.po
30922    M /trunk/po/hi.po
30923    M /trunk/po/hu.po
30924    M /trunk/po/it.po
30925    M /trunk/po/ja.po
30926    M /trunk/po/ka.po
30927    M /trunk/po/ko.po
30928    M /trunk/po/lt.po
30929    M /trunk/po/lv.po
30930    M /trunk/po/ms.po
30931    M /trunk/po/my.po
30932    M /trunk/po/ne.po
30933    M /trunk/po/nl.po
30934    M /trunk/po/no.po
30935    M /trunk/po/oc.po
30936    M /trunk/po/pa.po
30937    M /trunk/po/pl.po
30938    M /trunk/po/ps.po
30939    M /trunk/po/pt_BR.po
30940    M /trunk/po/pt_PT.po
30941    M /trunk/po/ro.po
30942    M /trunk/po/ru.po
30943    M /trunk/po/sk.po
30944    M /trunk/po/sl.po
30945    M /trunk/po/sq.po
30946    M /trunk/po/sv.po
30947    M /trunk/po/tet.po
30948    M /trunk/po/th.po
30949    M /trunk/po/tl.po
30950    M /trunk/po/tr.po
30951    M /trunk/po/vlc.pot
30952    M /trunk/po/zh_CN.po
30953    M /trunk/po/zh_TW.po
30954
30955 * make update-po
30956
30957 ------------------------------------------------------------------------
30958 r20234 | dionoea | 2007-05-20 01:33:56 +0200 (Sun, 20 May 2007) | 2 lines
30959 Changed paths:
30960    M /trunk/include/vlc/libvlc.h
30961
30962 * Fix compilation.
30963
30964 ------------------------------------------------------------------------
30965 r20233 | littlejohn | 2007-05-20 01:30:27 +0200 (Sun, 20 May 2007) | 1 line
30966 Changed paths:
30967    A /trunk/src/control/callback.c
30968
30969 callback.c added (ops)
30970 ------------------------------------------------------------------------
30971 r20232 | xtophe | 2007-05-20 01:18:06 +0200 (Sun, 20 May 2007) | 2 lines
30972 Changed paths:
30973    M /trunk/src/misc/cpu.c
30974
30975 Fix compilation. 
30976
30977 ------------------------------------------------------------------------
30978 r20231 | littlejohn | 2007-05-20 01:12:55 +0200 (Sun, 20 May 2007) | 1 line
30979 Changed paths:
30980    A /trunk/bindings/java/org/videolan/jvlc/VolumeListener.java
30981    A /trunk/bindings/java/src/callback-jni.cc
30982
30983 Sample java listener and jni callback functions added
30984 ------------------------------------------------------------------------
30985 r20230 | littlejohn | 2007-05-20 01:11:39 +0200 (Sun, 20 May 2007) | 1 line
30986 Changed paths:
30987    M /trunk/bindings/java/VLCExample.java
30988    M /trunk/bindings/java/includes/Audio.h
30989    M /trunk/bindings/java/org/videolan/jvlc/Audio.java
30990    M /trunk/bindings/java/src/Makefile.am
30991    M /trunk/bindings/java/src/core-jni.cc
30992    M /trunk/include/vlc/libvlc.h
30993    M /trunk/include/vlc/libvlc_structures.h
30994    M /trunk/src/Makefile.am
30995    M /trunk/src/control/core.c
30996    M /trunk/src/control/libvlc_internal.h
30997
30998 Initial callback support in libvlc + example on how to use in the java bindings
30999 ------------------------------------------------------------------------
31000 r20229 | xtophe | 2007-05-20 01:00:43 +0200 (Sun, 20 May 2007) | 2 lines
31001 Changed paths:
31002    M /trunk/configure.ac
31003
31004 Fix previous commit
31005
31006 ------------------------------------------------------------------------
31007 r20228 | xtophe | 2007-05-20 00:46:20 +0200 (Sun, 20 May 2007) | 3 lines
31008 Changed paths:
31009    M /trunk/configure.ac
31010
31011 Lua configuration: Add a test for system with no .pc
31012                    Revert [20203]
31013
31014 ------------------------------------------------------------------------
31015 r20227 | xtophe | 2007-05-20 00:46:18 +0200 (Sun, 20 May 2007) | 2 lines
31016 Changed paths:
31017    M /trunk/extras/contrib/src/Distributions/darwin.mak
31018    M /trunk/extras/contrib/src/Distributions/debian.mak
31019    M /trunk/extras/contrib/src/Distributions/fedora.mak
31020    M /trunk/extras/contrib/src/Distributions/unix.mak
31021
31022 Compile lua.
31023
31024 ------------------------------------------------------------------------
31025 r20226 | dionoea | 2007-05-20 00:24:16 +0200 (Sun, 20 May 2007) | 2 lines
31026 Changed paths:
31027    M /trunk/modules/video_filter/deinterlace.c
31028
31029 * deinterlace.c: compile fix by ILEoo.
31030
31031 ------------------------------------------------------------------------
31032 r20225 | courmisch | 2007-05-20 00:02:15 +0200 (Sun, 20 May 2007) | 2 lines
31033 Changed paths:
31034    M /trunk/src/libvlc.h
31035
31036 Forgot this file
31037
31038 ------------------------------------------------------------------------
31039 r20224 | courmisch | 2007-05-19 23:44:01 +0200 (Sat, 19 May 2007) | 2 lines
31040 Changed paths:
31041    M /trunk/modules/gui/macosx/voutqt.m
31042    M /trunk/modules/gui/pda/pda.c
31043    M /trunk/src/audio_output/output.c
31044    M /trunk/src/modules/modules.c
31045
31046 Same as previous commit
31047
31048 ------------------------------------------------------------------------
31049 r20223 | courmisch | 2007-05-19 23:43:16 +0200 (Sat, 19 May 2007) | 2 lines
31050 Changed paths:
31051    M /trunk/include/vlc_common.h
31052    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
31053    M /trunk/modules/audio_output/alsa.c
31054    M /trunk/modules/codec/faad.c
31055    M /trunk/modules/codec/ffmpeg/encoder.c
31056    M /trunk/modules/codec/ffmpeg/ffmpeg.c
31057    M /trunk/modules/codec/ffmpeg/postprocess.c
31058    M /trunk/modules/codec/ffmpeg/scale.c
31059    M /trunk/modules/codec/libmpeg2.c
31060    M /trunk/modules/codec/x264.c
31061    M /trunk/modules/codec/xvmc/xxmc.c
31062    M /trunk/modules/stream_out/switcher.c
31063    M /trunk/modules/video_filter/deinterlace.c
31064    M /trunk/src/libvlc-common.c
31065    M /trunk/src/misc/cpu.c
31066
31067 Use a vlc_CPU() wrapper instead of (ab)using libvlc_global
31068
31069 ------------------------------------------------------------------------
31070 r20222 | xtophe | 2007-05-19 23:36:17 +0200 (Sat, 19 May 2007) | 2 lines
31071 Changed paths:
31072    M /trunk/extras/contrib/src/Makefile
31073    D /trunk/extras/contrib/src/Patches/ffmpeg-svn-nofile.patch
31074
31075 This has been fixed in VLC's FFMpeg demuxer module in [20188]
31076
31077 ------------------------------------------------------------------------
31078 r20221 | courmisch | 2007-05-19 23:16:54 +0200 (Sat, 19 May 2007) | 2 lines
31079 Changed paths:
31080    M /trunk/src/misc/threads.c
31081
31082 Windows compile fix
31083
31084 ------------------------------------------------------------------------
31085 r20220 | jb | 2007-05-19 23:16:09 +0200 (Sat, 19 May 2007) | 3 lines
31086 Changed paths:
31087    M /trunk/modules/gui/qt4/dialogs/interaction.cpp
31088
31089 Qt4 - Interaction: Password are hidden.
31090
31091
31092 ------------------------------------------------------------------------
31093 r20219 | littlejohn | 2007-05-19 23:14:52 +0200 (Sat, 19 May 2007) | 1 line
31094 Changed paths:
31095    M /trunk/bindings/java/src/audio-jni.cc
31096    M /trunk/bindings/java/src/input-jni.cc
31097    M /trunk/bindings/java/src/playlist-jni.cc
31098    M /trunk/bindings/java/src/utils.cc
31099    M /trunk/bindings/java/src/video-jni.cc
31100    M /trunk/bindings/java/src/vlm-jni.cc
31101
31102 id svn keyword set
31103 ------------------------------------------------------------------------
31104 r20218 | courmisch | 2007-05-19 22:57:48 +0200 (Sat, 19 May 2007) | 2 lines
31105 Changed paths:
31106    M /trunk/src/misc/threads.c
31107
31108 Use static storage rather than libvlc_global for stuff that is only used in a single file.
31109
31110 ------------------------------------------------------------------------
31111 r20217 | courmisch | 2007-05-19 22:49:48 +0200 (Sat, 19 May 2007) | 2 lines
31112 Changed paths:
31113    M /trunk/src/network/tls.c
31114    M /trunk/src/osd/osd.c
31115
31116 Move OSD and TLS to instance.
31117
31118 ------------------------------------------------------------------------
31119 r20216 | courmisch | 2007-05-19 22:31:02 +0200 (Sat, 19 May 2007) | 3 lines
31120 Changed paths:
31121    M /trunk/src/audio_output/intf.c
31122
31123 Make saved-volume variable a per-libvlc instance rather than per-system process variable.
31124 I find the original semantic a bit suspicious, but someone should really double check this commit and revert if needed.
31125
31126 ------------------------------------------------------------------------
31127 r20215 | courmisch | 2007-05-19 22:17:45 +0200 (Sat, 19 May 2007) | 2 lines
31128 Changed paths:
31129    M /trunk/modules/stream_out/transcode.c
31130
31131 Forgot this file
31132
31133 ------------------------------------------------------------------------
31134 r20214 | courmisch | 2007-05-19 22:03:26 +0200 (Sat, 19 May 2007) | 4 lines
31135 Changed paths:
31136    M /trunk/include/vlc_objects.h
31137    M /trunk/modules/access/dv.c
31138    M /trunk/modules/access/dvdnav.c
31139    M /trunk/modules/access/eyetv.c
31140    M /trunk/modules/access_output/bonjour.c
31141    M /trunk/modules/access_output/udp.c
31142    M /trunk/modules/audio_output/alsa.c
31143    M /trunk/modules/audio_output/directx.c
31144    M /trunk/modules/audio_output/hd1000a.cpp
31145    M /trunk/modules/audio_output/oss.c
31146    M /trunk/modules/audio_output/waveout.c
31147    M /trunk/modules/codec/ffmpeg/encoder.c
31148    M /trunk/modules/control/dbus.c
31149    M /trunk/modules/control/gestures.c
31150    M /trunk/modules/control/hotkeys.c
31151    M /trunk/modules/control/http/macro.c
31152    M /trunk/modules/control/ntservice.c
31153    M /trunk/modules/control/rc.c
31154    M /trunk/modules/control/telnet.c
31155    M /trunk/modules/demux/avi/avi.c
31156    M /trunk/modules/demux/live555.cpp
31157    M /trunk/modules/demux/mkv.cpp
31158    M /trunk/modules/gui/beos/InterfaceWindow.cpp
31159    M /trunk/modules/gui/macosx/intf.m
31160    M /trunk/modules/gui/ncurses.c
31161    M /trunk/modules/gui/pda/pda_callbacks.c
31162    M /trunk/modules/gui/qnx/aout.c
31163    M /trunk/modules/gui/qnx/vout.c
31164    M /trunk/modules/gui/qt4/dialogs_provider.cpp
31165    M /trunk/modules/gui/qt4/main_interface.cpp
31166    M /trunk/modules/misc/dummy/input.c
31167    M /trunk/modules/misc/rtsp.c
31168    M /trunk/modules/misc/testsuite/test4.c
31169    M /trunk/modules/video_output/caca.c
31170    M /trunk/modules/video_output/fb.c
31171    M /trunk/modules/video_output/ggi.c
31172    M /trunk/modules/video_output/glide.c
31173    M /trunk/modules/video_output/msw/direct3d.c
31174    M /trunk/modules/video_output/msw/directx.c
31175    M /trunk/modules/video_output/msw/glwin32.c
31176    M /trunk/modules/video_output/msw/wingdi.c
31177    M /trunk/modules/video_output/qte/qte.cpp
31178    M /trunk/modules/video_output/sdl.c
31179    M /trunk/modules/video_output/svgalib.c
31180    M /trunk/modules/visualization/galaktos/plugin.c
31181    M /trunk/modules/visualization/goom.c
31182    M /trunk/src/input/decoder.c
31183    M /trunk/src/input/demux.c
31184    M /trunk/src/input/input.c
31185    M /trunk/src/input/vlm.c
31186    M /trunk/src/interface/interface.c
31187    M /trunk/src/libvlc.c
31188    M /trunk/src/misc/beos_specific.cpp
31189    M /trunk/src/network/httpd.c
31190    M /trunk/src/playlist/engine.c
31191    M /trunk/src/playlist/services_discovery.c
31192    M /trunk/src/playlist/thread.c
31193    M /trunk/src/stream_output/announce.c
31194    M /trunk/src/video_output/video_output.c
31195
31196 Use vlc_object_kill(). Needs triple checking.
31197
31198 This also seems to make the pre-existing Qt4 crash more obvious.
31199
31200 ------------------------------------------------------------------------
31201 r20213 | courmisch | 2007-05-19 22:00:54 +0200 (Sat, 19 May 2007) | 2 lines
31202 Changed paths:
31203    M /trunk/Makefile.am
31204
31205 Remove unneeded old kludge
31206
31207 ------------------------------------------------------------------------
31208 r20212 | courmisch | 2007-05-19 21:50:57 +0200 (Sat, 19 May 2007) | 2 lines
31209 Changed paths:
31210    M /trunk/src/modules/modules.c
31211
31212 Do not unload plugins in debug builds. Not sure if this is a good idea though
31213
31214 ------------------------------------------------------------------------
31215 r20211 | jb | 2007-05-19 21:17:29 +0200 (Sat, 19 May 2007) | 3 lines
31216 Changed paths:
31217    M /trunk/extras/contrib/src/Makefile
31218
31219 Contrib; lua for win32. Start of fixing...
31220
31221
31222 ------------------------------------------------------------------------
31223 r20210 | courmisch | 2007-05-19 21:01:49 +0200 (Sat, 19 May 2007) | 2 lines
31224 Changed paths:
31225    M /trunk/modules/access/eyetv.c
31226
31227 Fix line breaks
31228
31229 ------------------------------------------------------------------------
31230 r20209 | courmisch | 2007-05-19 20:56:22 +0200 (Sat, 19 May 2007) | 2 lines
31231 Changed paths:
31232    M /trunk/include/vlc_objects.h
31233    M /trunk/include/vlc_threads_funcs.h
31234    M /trunk/src/misc/objects.c
31235
31236 Following vlc_object_kill(), add vlc_object_dying()
31237
31238 ------------------------------------------------------------------------
31239 r20208 | littlejohn | 2007-05-19 20:50:52 +0200 (Sat, 19 May 2007) | 1 line
31240 Changed paths:
31241    M /trunk/include/vlc/libvlc_structures.h
31242    M /trunk/src/control/core.c
31243    M /trunk/src/control/libvlc_internal.h
31244
31245 free callbacks on libvlc destruction
31246 ------------------------------------------------------------------------
31247 r20207 | littlejohn | 2007-05-19 20:27:16 +0200 (Sat, 19 May 2007) | 1 line
31248 Changed paths:
31249    M /trunk/src/control/libvlc_internal.h
31250
31251 user data pointer added to callback structure
31252 ------------------------------------------------------------------------
31253 r20206 | littlejohn | 2007-05-19 20:24:11 +0200 (Sat, 19 May 2007) | 1 line
31254 Changed paths:
31255    M /trunk/src/control/core.c
31256
31257 Set callback list to null on instance init
31258 ------------------------------------------------------------------------
31259 r20205 | littlejohn | 2007-05-19 20:22:26 +0200 (Sat, 19 May 2007) | 1 line
31260 Changed paths:
31261    M /trunk/include/vlc/libvlc.h
31262    A /trunk/include/vlc/libvlc_structures.h
31263    M /trunk/src/control/libvlc_internal.h
31264
31265 initial structures for libvlc callbacks (code adapted from git pdherbemont_branch)
31266 ------------------------------------------------------------------------
31267 r20204 | courmisch | 2007-05-19 19:47:15 +0200 (Sat, 19 May 2007) | 3 lines
31268 Changed paths:
31269    M /trunk/Makefile.am
31270
31271 - Remove unneeded "." kludge (libvlc is now built from src)
31272 - Remove old NULL kludge
31273
31274 ------------------------------------------------------------------------
31275 r20203 | pdherbemont | 2007-05-19 18:51:05 +0200 (Sat, 19 May 2007) | 2 lines
31276 Changed paths:
31277    M /trunk/configure.ac
31278
31279 configure.ac: Make sure lua is enabled when --enable-lua is set.
31280
31281 ------------------------------------------------------------------------
31282 r20202 | kenself | 2007-05-19 18:22:27 +0200 (Sat, 19 May 2007) | 1 line
31283 Changed paths:
31284    M /trunk/modules/access/bda/bda.c
31285    M /trunk/modules/access/bda/bdagraph.cpp
31286
31287 More BDA DVB-S and DVB-T parameters bring it closer to the linux version
31288 ------------------------------------------------------------------------
31289 r20201 | jpsaman | 2007-05-19 17:39:08 +0200 (Sat, 19 May 2007) | 2 lines
31290 Changed paths:
31291    M /trunk/Makefile.am
31292    M /trunk/configure.ac
31293
31294 Restored Makefile.am and added a test for cross-compiling in configure.ac. The LIBGCRYPT macro didn't test for the cross-compile situation.
31295
31296 ------------------------------------------------------------------------
31297 r20200 | dionoea | 2007-05-19 17:37:06 +0200 (Sat, 19 May 2007) | 2 lines
31298 Changed paths:
31299    M /trunk/share/luaplaylist/youtube_homepage.lua
31300
31301 * youtube_homepage.lua: get the stream's duration.
31302
31303 ------------------------------------------------------------------------
31304 r20199 | dionoea | 2007-05-19 17:09:08 +0200 (Sat, 19 May 2007) | 2 lines
31305 Changed paths:
31306    M /trunk/modules/demux/playlist/luaplaylist.c
31307
31308 * luaplaylist.c: make sure that the Lua stack is big enough before reading the playlist table.
31309
31310 ------------------------------------------------------------------------
31311 r20198 | dionoea | 2007-05-19 16:57:16 +0200 (Sat, 19 May 2007) | 3 lines
31312 Changed paths:
31313    M /trunk/modules/demux/playlist/luaplaylist.c
31314    M /trunk/modules/demux/playlist/m3u.c
31315    M /trunk/share/luaplaylist/README.txt
31316
31317 * luaplaylist.c, README.txt: add .duration option for playlist items. Should now be possible to rewrite our m3u parser entirely in Lua :D
31318 * m3u.c: indentation fix.
31319
31320 ------------------------------------------------------------------------
31321 r20197 | pdherbemont | 2007-05-19 16:34:22 +0200 (Sat, 19 May 2007) | 2 lines
31322 Changed paths:
31323    M /trunk/extras/contrib/bootstrap
31324
31325 extras/contrib/bootstrap: Use space to ident rather than tabs.
31326
31327 ------------------------------------------------------------------------
31328 r20196 | pdherbemont | 2007-05-19 16:33:16 +0200 (Sat, 19 May 2007) | 2 lines
31329 Changed paths:
31330    M /trunk/extras/contrib/bootstrap
31331    M /trunk/extras/contrib/src/Makefile
31332    M /trunk/extras/contrib/src/packages.mak
31333
31334 Contrib: Include lua as a contrib lib. (Please review for your arch).
31335
31336 ------------------------------------------------------------------------
31337 r20195 | dionoea | 2007-05-19 16:28:16 +0200 (Sat, 19 May 2007) | 3 lines
31338 Changed paths:
31339    M /trunk/modules/demux/playlist/luaplaylist.c
31340    M /trunk/share/luaplaylist/README.txt
31341    M /trunk/share/luaplaylist/dailymotion.lua
31342    M /trunk/share/luaplaylist/youtube_homepage.lua
31343
31344 * luaplaylist.c, README.txt: add support for VLC options.
31345 * *.lua: misc fixes.
31346
31347 ------------------------------------------------------------------------
31348 r20194 | dionoea | 2007-05-19 16:25:45 +0200 (Sat, 19 May 2007) | 2 lines
31349 Changed paths:
31350    M /trunk/modules/demux/playlist/m3u.c
31351
31352 * m3u.c: remove unneeded comment. ppsz_options is freed a few lines down.
31353
31354 ------------------------------------------------------------------------
31355 r20193 | courmisch | 2007-05-19 15:02:46 +0200 (Sat, 19 May 2007) | 2 lines
31356 Changed paths:
31357    M /trunk/include/vlc_network.h
31358
31359 Missing const
31360
31361 ------------------------------------------------------------------------
31362 r20191 | dionoea | 2007-05-19 02:49:30 +0200 (Sat, 19 May 2007) | 2 lines
31363 Changed paths:
31364    M /trunk/share/Makefile.am
31365    A /trunk/share/luaplaylist/youtube_homepage.lua
31366
31367 * share/luaplaylist/youtube_homepage.lua: New lua parser script to open youtube home/browse pages. This demos the ability to return more than one item in lua playlist scripts.
31368
31369 ------------------------------------------------------------------------
31370 r20190 | xtophe | 2007-05-19 02:35:48 +0200 (Sat, 19 May 2007) | 2 lines
31371 Changed paths:
31372    M /trunk/include/vlc_url.h
31373
31374 oups, better put the prototype before using the function
31375
31376 ------------------------------------------------------------------------
31377 r20189 | dionoea | 2007-05-19 02:34:34 +0200 (Sat, 19 May 2007) | 2 lines
31378 Changed paths:
31379    M /trunk/modules/codec/ffmpeg/demux.c
31380
31381 * ffmpeg/demux.c: update copyright date.
31382
31383 ------------------------------------------------------------------------
31384 r20188 | dionoea | 2007-05-19 02:28:51 +0200 (Sat, 19 May 2007) | 2 lines
31385 Changed paths:
31386    M /trunk/modules/codec/ffmpeg/demux.c
31387
31388 * ffmpeg/demux.c: Don't change an ffmpeg demux's .flags member permanently. Fixes the "ffmpeg demuxer can't be used more that once" bug with libavformat revisions newer than 7589 (included).
31389
31390 ------------------------------------------------------------------------
31391 r20187 | xtophe | 2007-05-19 02:15:12 +0200 (Sat, 19 May 2007) | 2 lines
31392 Changed paths:
31393    M /trunk/include/vlc_url.h
31394
31395 vlc_url.h: Username and password passed in the URL can contain encoded @ : and /. So decode them.
31396
31397 ------------------------------------------------------------------------
31398 r20186 | dionoea | 2007-05-19 01:24:32 +0200 (Sat, 19 May 2007) | 2 lines
31399 Changed paths:
31400    M /trunk/modules/codec/ffmpeg/video_filter.c
31401
31402 * ffmpeg/video_filter.c: remove a bunch of trailing spaces.
31403
31404 ------------------------------------------------------------------------
31405 r20185 | dionoea | 2007-05-19 00:20:19 +0200 (Sat, 19 May 2007) | 2 lines
31406 Changed paths:
31407    M /trunk/modules/demux/playlist/luaplaylist.c
31408    M /trunk/share/luaplaylist/README.txt
31409
31410 * luaplaylist.c: Look for Lua scripts in the user's CONFIG_DIR"/luaplaylist" directory too. (+ fix probable compilation errors on WIN32, APPLE and BEOS)
31411
31412 ------------------------------------------------------------------------
31413 r20184 | dionoea | 2007-05-18 23:49:59 +0200 (Fri, 18 May 2007) | 2 lines
31414 Changed paths:
31415    M /trunk/include/main.h
31416
31417 * include/main.h: remove trailing spaces.
31418
31419 ------------------------------------------------------------------------
31420 r20183 | pdherbemont | 2007-05-18 20:41:13 +0200 (Fri, 18 May 2007) | 2 lines
31421 Changed paths:
31422    M /trunk/extras/contrib/bootstrap
31423
31424 Contrib: Make sure curl follow "Location:". (Fix Mac OS X Nightlies)
31425
31426 ------------------------------------------------------------------------
31427 r20182 | damienf | 2007-05-18 20:06:18 +0200 (Fri, 18 May 2007) | 2 lines
31428 Changed paths:
31429    M /trunk/include/vlc/vlc.h
31430    M /trunk/include/vlc_common.h
31431
31432 vlc.h: move VLC_PUBLIC_API definition when building libvlc to vlc_common.h
31433
31434 ------------------------------------------------------------------------
31435 r20181 | jb | 2007-05-18 19:38:15 +0200 (Fri, 18 May 2007) | 2 lines
31436 Changed paths:
31437    M /trunk/modules/gui/qt4/util/customwidgets.cpp
31438
31439 Qt4 - MediaKeys support, patch by Ilkka Ollakka
31440
31441 ------------------------------------------------------------------------
31442 r20180 | dionoea | 2007-05-18 17:01:05 +0200 (Fri, 18 May 2007) | 2 lines
31443 Changed paths:
31444    M /trunk/src/text/strings.c
31445
31446 * src/text/strings.c: Add a lot of entities to the resolve_xml_special_chars function.
31447
31448 ------------------------------------------------------------------------
31449 r20179 | dionoea | 2007-05-18 16:22:15 +0200 (Fri, 18 May 2007) | 2 lines
31450 Changed paths:
31451    M /trunk/share/luaplaylist/README.txt
31452
31453 * luaplaylist/README.txt: propset svn:keywords Id
31454
31455 ------------------------------------------------------------------------
31456 r20178 | dionoea | 2007-05-18 16:01:38 +0200 (Fri, 18 May 2007) | 2 lines
31457 Changed paths:
31458    M /trunk/modules/access/http.c
31459
31460 * modules/access/http.c: When redirecting, don't include port number in URL if it's using the default port.
31461
31462 ------------------------------------------------------------------------
31463 r20177 | dionoea | 2007-05-18 15:56:22 +0200 (Fri, 18 May 2007) | 2 lines
31464 Changed paths:
31465    M /trunk/src/input/input.c
31466
31467 * src/input/input.c: Remove the access and demux part from the path string. (Fixes [20059] a bit ... even though it wasn't really broken)
31468
31469 ------------------------------------------------------------------------
31470 r20176 | jpsaman | 2007-05-18 14:51:33 +0200 (Fri, 18 May 2007) | 1 line
31471 Changed paths:
31472    M /trunk/Makefile.am
31473
31474 oops me being stupid, forgot this part
31475 ------------------------------------------------------------------------
31476 r20175 | jpsaman | 2007-05-18 14:47:54 +0200 (Fri, 18 May 2007) | 2 lines
31477 Changed paths:
31478    M /trunk/Makefile.am
31479
31480 Don't build srtp when gcrypt isn't available.
31481
31482 ------------------------------------------------------------------------
31483 r20174 | dionoea | 2007-05-18 01:27:38 +0200 (Fri, 18 May 2007) | 2 lines
31484 Changed paths:
31485    M /trunk/share/luaplaylist/dailymotion.lua
31486
31487 * dailymotion.lua: fix.
31488
31489 ------------------------------------------------------------------------
31490 r20173 | dionoea | 2007-05-18 01:03:44 +0200 (Fri, 18 May 2007) | 2 lines
31491 Changed paths:
31492    M /trunk/modules/demux/playlist/luaplaylist.c
31493
31494 * luaplaylist.c: initialize p_sys->psz_filename to NULL.
31495
31496 ------------------------------------------------------------------------
31497 r20172 | dionoea | 2007-05-18 00:42:16 +0200 (Fri, 18 May 2007) | 3 lines
31498 Changed paths:
31499    M /trunk/modules/demux/playlist/luaplaylist.c
31500    M /trunk/share/luaplaylist/README.txt
31501    M /trunk/share/luaplaylist/youtube.lua
31502
31503 * luaplaylist.c: add vlc.msg_{info,err,warn,dbg}() functions. register the vlc.read() and vlc.readline() for parse() only (so that they can't be used in the probing phase)
31504 * share/luaplaylist/*: move help to README.txt
31505
31506 ------------------------------------------------------------------------
31507 r20171 | dionoea | 2007-05-17 23:00:28 +0200 (Thu, 17 May 2007) | 5 lines
31508 Changed paths:
31509    M /trunk/modules/demux/playlist/Modules.am
31510    M /trunk/modules/demux/playlist/luaplaylist.c
31511    M /trunk/modules/demux/playlist/playlist.c
31512    D /trunk/modules/demux/playlist/videoportals.c
31513    M /trunk/modules/demux/ps.c
31514    M /trunk/modules/demux/ty.c
31515
31516 * luaplaylist.c: Change demux2 capability from 0 to 9
31517 * ps.c: Change demux2 capability from 9 to 8
31518 * ty.c: Change demux2 capability from 8 to 6
31519 * playlist/{Modules.am,playlist.c,videoportals.c}: remove video portals C version
31520
31521 ------------------------------------------------------------------------
31522 r20170 | dionoea | 2007-05-17 22:46:31 +0200 (Thu, 17 May 2007) | 2 lines
31523 Changed paths:
31524    M /trunk/share/luaplaylist/googlevideo.lua
31525
31526 * googlevideo.lua: add small comment to explain why we're not getting the meta data.
31527
31528 ------------------------------------------------------------------------
31529 r20169 | dionoea | 2007-05-17 22:43:15 +0200 (Thu, 17 May 2007) | 2 lines
31530 Changed paths:
31531    M /trunk/share/luaplaylist/metacafe.lua
31532
31533 * metacafe.lua: Remove "Metacafe -" from name, get description and arturl.
31534
31535 ------------------------------------------------------------------------
31536 r20168 | dionoea | 2007-05-17 22:34:58 +0200 (Thu, 17 May 2007) | 2 lines
31537 Changed paths:
31538    M /trunk/share/luaplaylist/youtube.lua
31539
31540 * youtube.lua: fetch artist and description.
31541
31542 ------------------------------------------------------------------------
31543 r20167 | dionoea | 2007-05-17 22:24:15 +0200 (Thu, 17 May 2007) | 2 lines
31544 Changed paths:
31545    M /trunk/modules/demux/playlist/luaplaylist.c
31546
31547 * luaplaylist.c: replace printfs by msg_{Warn,Dbg}
31548
31549 ------------------------------------------------------------------------
31550 r20166 | dionoea | 2007-05-17 22:19:38 +0200 (Thu, 17 May 2007) | 5 lines
31551 Changed paths:
31552    M /trunk/modules/demux/playlist/luaplaylist.c
31553    M /trunk/share/luaplaylist/dailymotion.lua
31554    M /trunk/share/luaplaylist/googlevideo.lua
31555    M /trunk/share/luaplaylist/metacafe.lua
31556    M /trunk/share/luaplaylist/youtube.lua
31557
31558 * luaplaylist.c: add support for meta data info. Playlist items now use .path and .name (instead of .url and .title as those are used for meta data).
31559 * luaplaylist/dailymotion.lua: add support for "description" and "arturl" meta data items.
31560 * luaplaylist/*lua: update source to make it work with new playlist conventions.
31561 * luaplaylist/youtube.lua: update help instructions.
31562
31563 ------------------------------------------------------------------------
31564 r20165 | dionoea | 2007-05-17 21:49:43 +0200 (Thu, 17 May 2007) | 2 lines
31565 Changed paths:
31566    M /trunk/modules/demux/playlist/asx.c
31567
31568 * asx.c: remove tab
31569
31570 ------------------------------------------------------------------------
31571 r20164 | dionoea | 2007-05-17 21:35:03 +0200 (Thu, 17 May 2007) | 2 lines
31572 Changed paths:
31573    M /trunk/modules/demux/playlist/luaplaylist.c
31574
31575 * luaplaylist.c: should now look in the appropriate directory if VLC is installed. + add vlc.read() function.
31576
31577 ------------------------------------------------------------------------
31578 r20163 | courmisch | 2007-05-17 21:16:45 +0200 (Thu, 17 May 2007) | 2 lines
31579 Changed paths:
31580    M /trunk/configure.ac
31581
31582 Undo [20161]
31583
31584 ------------------------------------------------------------------------
31585 r20162 | courmisch | 2007-05-17 21:15:24 +0200 (Thu, 17 May 2007) | 2 lines
31586 Changed paths:
31587    M /trunk/include/vlc/vlc.h
31588
31589 Fix linking on gcc, breaks everything else 
31590
31591 ------------------------------------------------------------------------
31592 r20161 | courmisch | 2007-05-17 21:05:56 +0200 (Thu, 17 May 2007) | 3 lines
31593 Changed paths:
31594    M /trunk/configure.ac
31595
31596 remove hidden visibility stuff from libvlc.
31597 It breaks linking, and it is redumdant with libtool export-symbols
31598
31599 ------------------------------------------------------------------------
31600 r20160 | courmisch | 2007-05-17 20:37:44 +0200 (Thu, 17 May 2007) | 2 lines
31601 Changed paths:
31602    M /trunk/libs/srtp/Makefile.am
31603    A /trunk/libs/srtp/test-recv.c
31604
31605 Add real SRTP unit test (85% coverage let alone SRTCP)
31606
31607 ------------------------------------------------------------------------
31608 r20159 | courmisch | 2007-05-17 20:27:25 +0200 (Thu, 17 May 2007) | 2 lines
31609 Changed paths:
31610    M /trunk/libs/srtp/srtp.c
31611
31612 Fix hashing when using RFC4711
31613
31614 ------------------------------------------------------------------------
31615 r20158 | dionoea | 2007-05-17 19:56:09 +0200 (Thu, 17 May 2007) | 2 lines
31616 Changed paths:
31617    M /trunk/src/vlc.c
31618
31619 * src/vlc.c: remove tabs.
31620
31621 ------------------------------------------------------------------------
31622 r20157 | courmisch | 2007-05-17 19:36:59 +0200 (Thu, 17 May 2007) | 2 lines
31623 Changed paths:
31624    M /trunk/libs/srtp/srtp.c
31625
31626 Fix incorrect hash size limit
31627
31628 ------------------------------------------------------------------------
31629 r20156 | courmisch | 2007-05-17 19:03:56 +0200 (Thu, 17 May 2007) | 2 lines
31630 Changed paths:
31631    M /trunk/libs/srtp/Makefile.am
31632    M /trunk/libs/srtp/srtp.c
31633
31634 Fix initialization
31635
31636 ------------------------------------------------------------------------
31637 r20155 | courmisch | 2007-05-17 18:01:14 +0200 (Thu, 17 May 2007) | 2 lines
31638 Changed paths:
31639    M /trunk/configure.ac
31640
31641 Typo
31642
31643 ------------------------------------------------------------------------
31644 r20154 | courmisch | 2007-05-17 17:51:34 +0200 (Thu, 17 May 2007) | 4 lines
31645 Changed paths:
31646    M /trunk/configure.ac
31647
31648 Add --enable-coverage
31649
31650 Not cleared for use by IT managers, quality and/or test engineers because of serious hazard of heart attack.
31651
31652 ------------------------------------------------------------------------
31653 r20153 | damienf | 2007-05-17 16:21:27 +0200 (Thu, 17 May 2007) | 2 lines
31654 Changed paths:
31655    M /trunk/modules/video_output/msw/direct3d.c
31656
31657 - direct3d: behave correctly when changing desktop depth on the fly
31658
31659 ------------------------------------------------------------------------
31660 r20152 | courmisch | 2007-05-17 15:35:24 +0200 (Thu, 17 May 2007) | 2 lines
31661 Changed paths:
31662    M /trunk/include/vlc/vlc.h
31663
31664 include/vlc/* cannot depend on config.h, hence cannot use HAVE_* macros
31665
31666 ------------------------------------------------------------------------
31667 r20151 | jb | 2007-05-17 14:57:10 +0200 (Thu, 17 May 2007) | 3 lines
31668 Changed paths:
31669    M /trunk/modules/gui/qt4/ui/open.ui
31670    M /trunk/modules/gui/qt4/ui/open_disk.ui
31671    M /trunk/modules/gui/qt4/ui/open_file.ui
31672    M /trunk/modules/gui/qt4/ui/open_net.ui
31673    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
31674    M /trunk/modules/gui/qt4/ui/sprefs_input.ui
31675    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
31676    M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
31677    M /trunk/modules/gui/qt4/ui/sprefs_video.ui
31678
31679 Qt4 - Tabs Order. Nick Vercammen's patch on open_network.ui is included.
31680
31681
31682 ------------------------------------------------------------------------
31683 r20150 | courmisch | 2007-05-17 12:56:54 +0200 (Thu, 17 May 2007) | 2 lines
31684 Changed paths:
31685    M /trunk/include/vlc_common.h
31686
31687 Revert unintended part of [20148]
31688
31689 ------------------------------------------------------------------------
31690 r20149 | courmisch | 2007-05-17 12:53:46 +0200 (Thu, 17 May 2007) | 2 lines
31691 Changed paths:
31692    M /trunk/src/stream_output/sdp.c
31693    M /trunk/src/stream_output/stream_output.h
31694
31695 Fixes
31696
31697 ------------------------------------------------------------------------
31698 r20148 | courmisch | 2007-05-17 12:38:01 +0200 (Thu, 17 May 2007) | 9 lines
31699 Changed paths:
31700    M /trunk/Makefile.am
31701    M /trunk/bootstrap
31702    M /trunk/include/vlc_common.h
31703    M /trunk/src/input/input_internal.h
31704
31705  - Revert [20137]
31706  - Revert [20138]
31707  - Revert [20139]
31708
31709 Special credits to these commits for:
31710  - breaking the build system,
31711  - crashing VLC on every single 64-bits platform,
31712  - breaking bootstrap with any version of automake that is not the same as the one on Jean-Paul's computer.
31713
31714 ------------------------------------------------------------------------
31715 r20147 | xtophe | 2007-05-17 00:37:49 +0200 (Thu, 17 May 2007) | 2 lines
31716 Changed paths:
31717    M /trunk/Makefile.am
31718
31719 Fix i18n building
31720
31721 ------------------------------------------------------------------------
31722 r20146 | kenself | 2007-05-17 00:00:59 +0200 (Thu, 17 May 2007) | 1 line
31723 Changed paths:
31724    M /trunk/modules/access/bda/bda.c
31725    M /trunk/modules/access/bda/bdadefs.h
31726    M /trunk/modules/access/bda/bdagraph.cpp
31727
31728 BDA - additional DVB-S parameters added
31729 ------------------------------------------------------------------------
31730 r20145 | xtophe | 2007-05-16 23:54:48 +0200 (Wed, 16 May 2007) | 2 lines
31731 Changed paths:
31732    M /trunk/modules/gui/qt4/menus.cpp
31733
31734 qt4: fix the popup menu updating
31735
31736 ------------------------------------------------------------------------
31737 r20144 | oaubert | 2007-05-16 23:35:54 +0200 (Wed, 16 May 2007) | 2 lines
31738 Changed paths:
31739    M /trunk/bindings/python/vlc_instance.c
31740
31741 bindings/python/vlc_instance.c: fix audio_set_volume method, closes #1195
31742
31743 ------------------------------------------------------------------------
31744 r20143 | xtophe | 2007-05-16 22:22:53 +0200 (Wed, 16 May 2007) | 2 lines
31745 Changed paths:
31746    M /trunk/extras/contrib/src/Makefile
31747
31748 oups
31749
31750 ------------------------------------------------------------------------
31751 r20142 | xtophe | 2007-05-16 22:14:09 +0200 (Wed, 16 May 2007) | 2 lines
31752 Changed paths:
31753    M /trunk/extras/contrib/bootstrap
31754    M /trunk/extras/contrib/src/Makefile
31755
31756 Remove some GNUism
31757
31758 ------------------------------------------------------------------------
31759 r20141 | littlejohn | 2007-05-16 21:31:35 +0200 (Wed, 16 May 2007) | 1 line
31760 Changed paths:
31761    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
31762
31763 destroy logic cleaned up
31764 ------------------------------------------------------------------------
31765 r20140 | jb | 2007-05-16 21:09:04 +0200 (Wed, 16 May 2007) | 3 lines
31766 Changed paths:
31767    M /trunk/modules/video_filter/opencv_wrapper.c
31768    M /trunk/modules/video_filter/psychedelic.c
31769    M /trunk/modules/video_filter/puzzle.c
31770    M /trunk/modules/visualization/goom.c
31771    M /trunk/modules/visualization/visual/visual.c
31772
31773 Should fix another bunch of: (near initialization for `fmt*') warnings.
31774
31775
31776 ------------------------------------------------------------------------
31777 r20139 | jpsaman | 2007-05-16 16:56:06 +0200 (Wed, 16 May 2007) | 2 lines
31778 Changed paths:
31779    M /trunk/src/input/input_internal.h
31780
31781 Fix include: libvlc.h, is in vlc/libvlc.h now.
31782
31783 ------------------------------------------------------------------------
31784 r20138 | jpsaman | 2007-05-16 16:52:50 +0200 (Wed, 16 May 2007) | 2 lines
31785 Changed paths:
31786    M /trunk/Makefile.am
31787
31788 Don't build libs/srtp when --disable-gnutls is given.
31789
31790 ------------------------------------------------------------------------
31791 r20137 | jpsaman | 2007-05-16 16:52:02 +0200 (Wed, 16 May 2007) | 2 lines
31792 Changed paths:
31793    M /trunk/bootstrap
31794
31795 Patch config.sub to recognize uclibc system.
31796
31797 ------------------------------------------------------------------------
31798 r20136 | jpsaman | 2007-05-16 16:51:17 +0200 (Wed, 16 May 2007) | 2 lines
31799 Changed paths:
31800    M /trunk/modules/control/netsync.c
31801
31802 Cast interface pointer to VLC_OBJECT().
31803
31804 ------------------------------------------------------------------------
31805 r20135 | jpsaman | 2007-05-16 16:49:20 +0200 (Wed, 16 May 2007) | 2 lines
31806 Changed paths:
31807    M /trunk/modules/demux/ts.c
31808
31809 Fix one warning for vlc_iconv() here (4th argument), but 2nd argument also issues a warning. What is more dangerous here is there is pointer arithmic done with psz_stringstart. This needs FIXING.
31810
31811 ------------------------------------------------------------------------
31812 r20134 | jpsaman | 2007-05-16 16:30:27 +0200 (Wed, 16 May 2007) | 2 lines
31813 Changed paths:
31814    M /trunk/modules/mux/mpeg/csa.h
31815
31816 Correct csa_New() prototype by adding void argument.
31817
31818 ------------------------------------------------------------------------
31819 r20133 | jpsaman | 2007-05-16 16:28:09 +0200 (Wed, 16 May 2007) | 2 lines
31820 Changed paths:
31821    M /trunk/modules/access/mms/buffer.c
31822    M /trunk/modules/access/mms/buffer.h
31823
31824 Use proper datatype.
31825
31826 ------------------------------------------------------------------------
31827 r20132 | jpsaman | 2007-05-16 16:26:30 +0200 (Wed, 16 May 2007) | 2 lines
31828 Changed paths:
31829    M /trunk/modules/access/mms/buffer.c
31830
31831 Remove unused variable pw.
31832
31833 ------------------------------------------------------------------------
31834 r20131 | jpsaman | 2007-05-16 16:21:26 +0200 (Wed, 16 May 2007) | 2 lines
31835 Changed paths:
31836    M /trunk/modules/video_chroma/i420_rgb16.c
31837
31838 Renamed function E_(I420_RGB16_dithering) to match prototype E_(I420_RGB16_dither)
31839
31840 ------------------------------------------------------------------------
31841 r20130 | jpsaman | 2007-05-16 16:14:43 +0200 (Wed, 16 May 2007) | 2 lines
31842 Changed paths:
31843    M /trunk/modules/video_filter/mosaic.c
31844
31845 Remove unused variable.
31846
31847 ------------------------------------------------------------------------
31848 r20129 | jpsaman | 2007-05-16 16:13:22 +0200 (Wed, 16 May 2007) | 2 lines
31849 Changed paths:
31850    M /trunk/modules/video_filter/clone.c
31851    M /trunk/modules/video_filter/crop.c
31852    M /trunk/modules/video_filter/logo.c
31853    M /trunk/modules/video_filter/transform.c
31854    M /trunk/modules/video_filter/wall.c
31855
31856 Fix another bunch of:  (near initialization for `fmt.i_aspect') warnings.
31857
31858 ------------------------------------------------------------------------
31859 r20128 | jpsaman | 2007-05-16 16:06:49 +0200 (Wed, 16 May 2007) | 2 lines
31860 Changed paths:
31861    M /trunk/modules/video_filter/rss.c
31862
31863 Fix compiler warnings of type "warning: (near initialization for `fmt.i_aspect')"
31864
31865 ------------------------------------------------------------------------
31866 r20127 | jpsaman | 2007-05-16 15:59:30 +0200 (Wed, 16 May 2007) | 2 lines
31867 Changed paths:
31868    M /trunk/modules/video_filter/magnify.c
31869
31870 Properly clear the struct, this shuts up another compiler warning.
31871
31872 ------------------------------------------------------------------------
31873 r20126 | jpsaman | 2007-05-16 15:56:15 +0200 (Wed, 16 May 2007) | 2 lines
31874 Changed paths:
31875    M /trunk/modules/video_output/image.c
31876
31877 Use correct datatype. It will shutup the compiler.
31878
31879 ------------------------------------------------------------------------
31880 r20125 | dionoea | 2007-05-16 14:18:14 +0200 (Wed, 16 May 2007) | 2 lines
31881 Changed paths:
31882    M /trunk/modules/video_output/msw/Modules.am
31883    M /trunk/po/POTFILES.in
31884    M /trunk/po/af.po
31885    M /trunk/po/ar.po
31886    M /trunk/po/bn.po
31887    M /trunk/po/ca.po
31888    M /trunk/po/co.po
31889    M /trunk/po/cs.po
31890    M /trunk/po/da.po
31891    M /trunk/po/de.po
31892    M /trunk/po/el.po
31893    M /trunk/po/en_GB.po
31894    M /trunk/po/es.po
31895    M /trunk/po/eu.po
31896    M /trunk/po/fa.po
31897    M /trunk/po/fr.po
31898    M /trunk/po/fur.po
31899    M /trunk/po/gl.po
31900    M /trunk/po/he.po
31901    M /trunk/po/hi.po
31902    M /trunk/po/hu.po
31903    M /trunk/po/it.po
31904    M /trunk/po/ja.po
31905    M /trunk/po/ka.po
31906    M /trunk/po/ko.po
31907    M /trunk/po/lt.po
31908    M /trunk/po/lv.po
31909    M /trunk/po/ms.po
31910    M /trunk/po/my.po
31911    M /trunk/po/ne.po
31912    M /trunk/po/nl.po
31913    M /trunk/po/no.po
31914    M /trunk/po/oc.po
31915    M /trunk/po/pa.po
31916    M /trunk/po/pl.po
31917    M /trunk/po/ps.po
31918    M /trunk/po/pt_BR.po
31919    M /trunk/po/pt_PT.po
31920    M /trunk/po/ro.po
31921    M /trunk/po/ru.po
31922    M /trunk/po/sk.po
31923    M /trunk/po/sl.po
31924    M /trunk/po/sq.po
31925    M /trunk/po/sv.po
31926    M /trunk/po/tet.po
31927    M /trunk/po/th.po
31928    M /trunk/po/tl.po
31929    M /trunk/po/tr.po
31930    M /trunk/po/vlc.pot
31931    M /trunk/po/zh_CN.po
31932    M /trunk/po/zh_TW.po
31933
31934 Fix make distcheck and update po files.
31935
31936 ------------------------------------------------------------------------
31937 r20124 | jpsaman | 2007-05-16 13:06:19 +0200 (Wed, 16 May 2007) | 2 lines
31938 Changed paths:
31939    M /trunk/extras/contrib/src/Makefile
31940    M /trunk/extras/contrib/src/packages.mak
31941
31942 Disable fribidi's primary download site because it is down. Used v.o one.
31943
31944 ------------------------------------------------------------------------
31945 r20123 | jpsaman | 2007-05-16 13:05:24 +0200 (Wed, 16 May 2007) | 1 line
31946 Changed paths:
31947    A /trunk/extras/contrib/src/Patches/fribidi-uclibc.patch
31948
31949 uclibc support for fribidi
31950 ------------------------------------------------------------------------
31951 r20122 | jpsaman | 2007-05-16 10:45:06 +0200 (Wed, 16 May 2007) | 1 line
31952 Changed paths:
31953    A /trunk/extras/contrib/src/Distributions/netbox3.mak
31954
31955 Embedded system to run vlc
31956 ------------------------------------------------------------------------
31957 r20121 | xtophe | 2007-05-15 23:54:26 +0200 (Tue, 15 May 2007) | 2 lines
31958 Changed paths:
31959    M /trunk/include/vlc_config_cat.h
31960    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
31961
31962 Const police
31963
31964 ------------------------------------------------------------------------
31965 r20120 | kenself | 2007-05-15 22:54:29 +0200 (Tue, 15 May 2007) | 1 line
31966 Changed paths:
31967    M /trunk/modules/access/bda/bda.c
31968    M /trunk/modules/access/bda/bdagraph.cpp
31969
31970 Improved handling of no-signal condition and other errors
31971 ------------------------------------------------------------------------
31972 r20119 | thresh | 2007-05-15 17:35:20 +0200 (Tue, 15 May 2007) | 3 lines
31973 Changed paths:
31974    M /trunk/configure.ac
31975
31976 Fix liblua5.1 detection on non-debian system (e.g. mine) that doesn't have lua5.1.pc but do have lua.pc.
31977 Check for lua >= 5.1.
31978
31979 ------------------------------------------------------------------------
31980 r20118 | dionoea | 2007-05-15 17:21:32 +0200 (Tue, 15 May 2007) | 2 lines
31981 Changed paths:
31982    M /trunk/modules/demux/playlist/luaplaylist.c
31983
31984 * luaplaylist.c: Looks like stream_ReadLine results needs to be freed. (untested)
31985
31986 ------------------------------------------------------------------------
31987 r20117 | dionoea | 2007-05-15 17:09:40 +0200 (Tue, 15 May 2007) | 2 lines
31988 Changed paths:
31989    M /trunk/include/vlc_stream.h
31990
31991 * vlc_stream.h: Don't export stream_ReadLine() twice.
31992
31993 ------------------------------------------------------------------------
31994 r20116 | dionoea | 2007-05-15 16:49:23 +0200 (Tue, 15 May 2007) | 2 lines
31995 Changed paths:
31996    M /trunk/share/Makefile.am
31997
31998 s/README/README.txt/
31999
32000 ------------------------------------------------------------------------
32001 r20115 | dionoea | 2007-05-15 00:40:21 +0200 (Tue, 15 May 2007) | 2 lines
32002 Changed paths:
32003    M /trunk/NEWS
32004
32005 * NEWS: Mention the lua playlist module. 
32006
32007 ------------------------------------------------------------------------
32008 r20114 | dionoea | 2007-05-15 00:37:33 +0200 (Tue, 15 May 2007) | 2 lines
32009 Changed paths:
32010    M /trunk/share/luaplaylist/metacafe.lua
32011
32012 * metacafe.lua: forgot the title here too.
32013
32014 ------------------------------------------------------------------------
32015 r20113 | dionoea | 2007-05-15 00:32:43 +0200 (Tue, 15 May 2007) | 2 lines
32016 Changed paths:
32017    M /trunk/share/luaplaylist/dailymotion.lua
32018
32019 * dailymotion.lua: woops, forgot to include title fetching in previous version.
32020
32021 ------------------------------------------------------------------------
32022 r20112 | dionoea | 2007-05-15 00:27:36 +0200 (Tue, 15 May 2007) | 5 lines
32023 Changed paths:
32024    M /trunk/modules/demux/playlist/luaplaylist.c
32025    M /trunk/share/Makefile.am
32026    A /trunk/share/luaplaylist/README.txt
32027    A /trunk/share/luaplaylist/dailymotion.lua (from /trunk/share/luaplaylist/test.lua:20110)
32028    A /trunk/share/luaplaylist/googlevideo.lua (from /trunk/share/luaplaylist/test.lua:20110)
32029    A /trunk/share/luaplaylist/metacafe.lua (from /trunk/share/luaplaylist/test.lua:20110)
32030    D /trunk/share/luaplaylist/test.lua
32031    A /trunk/share/luaplaylist/youtube.lua (from /trunk/share/luaplaylist/test.lua:20110)
32032
32033 * luaplaylist.c: First usable version of the luaplaylist module
32034 * share/luaplaylist/*: Lua playlist scripts for youtube, daily motion, metacafe and google video
32035
32036 The luaplaylist demux has a score of 0 so you have to use --demux lua,any to enable it. I'll change its score once people report that it works fine.
32037
32038 ------------------------------------------------------------------------
32039 r20108 | littlejohn | 2007-05-14 21:54:43 +0200 (Mon, 14 May 2007) | 1 line
32040 Changed paths:
32041    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
32042
32043 check for beingdestroyed in finalize, thx to Tony Anecito
32044 ------------------------------------------------------------------------
32045 r20107 | jpsaman | 2007-05-14 17:26:49 +0200 (Mon, 14 May 2007) | 2 lines
32046 Changed paths:
32047    M /trunk/extras/contrib/src/Makefile
32048    A /trunk/extras/contrib/src/Patches/xml2-uclibc.patch
32049
32050 uclibc support for xml2
32051
32052 ------------------------------------------------------------------------
32053 r20106 | jpsaman | 2007-05-14 17:19:44 +0200 (Mon, 14 May 2007) | 2 lines
32054 Changed paths:
32055    M /trunk/extras/contrib/bootstrap
32056    M /trunk/extras/contrib/src/Makefile
32057    M /trunk/extras/contrib/src/Patches/live-config.patch
32058    A /trunk/extras/contrib/src/Patches/live-noapps.patch
32059
32060 Add define HAVE_BIGENDIAN to bootstrap and config.mak when compiler is armeb-linux-uclibc. Also add armeb-uclibc support to live555 buildsystem.
32061
32062 ------------------------------------------------------------------------
32063 r20105 | xtophe | 2007-05-14 17:14:55 +0200 (Mon, 14 May 2007) | 2 lines
32064 Changed paths:
32065    M /trunk/modules/gui/qt4/main_interface.cpp
32066
32067 Qt4 systray: Don't put the played item here now that we have a tooltip
32068
32069 ------------------------------------------------------------------------
32070 r20104 | damienf | 2007-05-14 16:51:10 +0200 (Mon, 14 May 2007) | 2 lines
32071 Changed paths:
32072    M /trunk/src/libvlc-module.c
32073
32074 - hotkeys: deprecated 'key-fullscreen' in favor of 'key-toggle-fullscreen'
32075
32076 ------------------------------------------------------------------------
32077 r20103 | jpsaman | 2007-05-14 16:50:53 +0200 (Mon, 14 May 2007) | 2 lines
32078 Changed paths:
32079    M /trunk/extras/contrib/src/Makefile
32080    A /trunk/extras/contrib/src/Patches/ffmpeg-svn-grab.patch
32081    A /trunk/extras/contrib/src/Patches/ffmpeg-svn-internal-define.patch
32082
32083 Force ffmpeg to build for cross-compile and bigendian when system is uclibc.
32084
32085 ------------------------------------------------------------------------
32086 r20102 | jpsaman | 2007-05-14 16:10:09 +0200 (Mon, 14 May 2007) | 2 lines
32087 Changed paths:
32088    M /trunk/extras/contrib/bootstrap
32089    M /trunk/extras/contrib/src/Makefile
32090    A /trunk/extras/contrib/src/Patches/ffmpeg-svn-uclibc.patch
32091    A /trunk/extras/contrib/src/Patches/libiconv-autoconf-uclibc.patch
32092
32093 Support for uclibc in contrib.
32094
32095 ------------------------------------------------------------------------
32096 r20101 | damienf | 2007-05-14 15:52:33 +0200 (Mon, 14 May 2007) | 2 lines
32097 Changed paths:
32098    M /trunk/include/vlc_keys.h
32099    M /trunk/modules/control/hotkeys.c
32100    M /trunk/src/libvlc-module.c
32101
32102 - hotkeys: leave full screenscreen hotkey (defaulted to ESC), patch by Sergey Volk
32103
32104 ------------------------------------------------------------------------
32105 r20100 | xtophe | 2007-05-14 14:25:18 +0200 (Mon, 14 May 2007) | 2 lines
32106 Changed paths:
32107    M /trunk/extras/contrib/bootstrap
32108
32109 More exact documentation and small fix
32110
32111 ------------------------------------------------------------------------
32112 r20099 | damienf | 2007-05-14 14:23:55 +0200 (Mon, 14 May 2007) | 2 lines
32113 Changed paths:
32114    M /trunk/configure.ac
32115    M /trunk/modules/video_output/Modules.am
32116    D /trunk/modules/video_output/directx
32117    A /trunk/modules/video_output/msw (from /trunk/modules/video_output/directx:20095)
32118    M /trunk/modules/video_output/msw/Modules.am
32119    M /trunk/modules/video_output/msw/direct3d.c
32120    M /trunk/modules/video_output/msw/directx.c
32121    M /trunk/modules/video_output/msw/events.c
32122    M /trunk/modules/video_output/msw/glwin32.c
32123    M /trunk/modules/video_output/msw/vout.h
32124    A /trunk/modules/video_output/msw/wingdi.c
32125    D /trunk/modules/video_output/wingdi.c
32126
32127 vout: merged all Microsoft Windows specific vouts under msw directory in order to leverage common event handling
32128
32129 ------------------------------------------------------------------------
32130 r20098 | jpsaman | 2007-05-14 14:07:35 +0200 (Mon, 14 May 2007) | 1 line
32131 Changed paths:
32132    M /trunk/extras/contrib/bootstrap
32133
32134 Make it possible to force a distro.mak to use. This is helpfull in cross-compile situations to distinquish for a known target.
32135 ------------------------------------------------------------------------
32136 r20097 | dionoea | 2007-05-14 13:48:47 +0200 (Mon, 14 May 2007) | 2 lines
32137 Changed paths:
32138    M /trunk/NEWS
32139
32140 Some more NEWS.
32141
32142 ------------------------------------------------------------------------
32143 r20096 | xtophe | 2007-05-14 12:55:54 +0200 (Mon, 14 May 2007) | 2 lines
32144 Changed paths:
32145    M /trunk/po/POTFILES.in
32146    M /trunk/po/vlc.pot
32147
32148 Fix distcheck
32149
32150 ------------------------------------------------------------------------
32151 r20095 | xtophe | 2007-05-14 00:33:18 +0200 (Mon, 14 May 2007) | 2 lines
32152 Changed paths:
32153    M /trunk/share/Makefile.am
32154
32155 Distribute the lua parser scripts
32156
32157 ------------------------------------------------------------------------
32158 r20094 | dionoea | 2007-05-13 23:55:12 +0200 (Sun, 13 May 2007) | 2 lines
32159 Changed paths:
32160    M /trunk/share/luaplaylist/test.lua
32161
32162 * test.lua: Use spaces instead of tabs in lua code.
32163
32164 ------------------------------------------------------------------------
32165 r20093 | dionoea | 2007-05-13 23:52:20 +0200 (Sun, 13 May 2007) | 2 lines
32166 Changed paths:
32167    M /trunk/configure.ac
32168    M /trunk/modules/demux/playlist/Modules.am
32169    A /trunk/modules/demux/playlist/luaplaylist.c
32170    A /trunk/share/luaplaylist
32171    A /trunk/share/luaplaylist/test.lua
32172
32173 * New Lua based playlist demuxer. Code is far from being finished. It currently implements some url translation stuff similar to what videoportals.c does (in share/luaplaylist/test.lua). To test it, run: ./vlc --demux lua "http://www.youtube.com/watch?v=CPRC4glkvq0" --color -v -I dummy. The idea is to make it possible for users to add their own (text) playlist demuxers (including stuff like the video portals URL translation) without needing to recompile VLC.
32174
32175 ------------------------------------------------------------------------
32176 r20092 | xtophe | 2007-05-13 23:23:10 +0200 (Sun, 13 May 2007) | 2 lines
32177 Changed paths:
32178    M /trunk/modules/gui/qt4/dialogs/open.cpp
32179    M /trunk/modules/gui/qt4/dialogs_provider.cpp
32180    M /trunk/modules/gui/qt4/dialogs_provider.hpp
32181
32182 QT4: implement the open dialog from the playlist
32183
32184 ------------------------------------------------------------------------
32185 r20091 | littlejohn | 2007-05-13 22:51:27 +0200 (Sun, 13 May 2007) | 1 line
32186 Changed paths:
32187    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
32188
32189 Fix for destroy() method.
32190 ------------------------------------------------------------------------
32191 r20090 | littlejohn | 2007-05-13 21:37:24 +0200 (Sun, 13 May 2007) | 1 line
32192 Changed paths:
32193    M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
32194
32195 serial version uid added
32196 ------------------------------------------------------------------------
32197 r20089 | littlejohn | 2007-05-13 21:08:59 +0200 (Sun, 13 May 2007) | 1 line
32198 Changed paths:
32199    M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
32200
32201 Destroy the jvlc instance when the remove notify method is invoked (avoids some jvm crashes).
32202 ------------------------------------------------------------------------
32203 r20088 | xtophe | 2007-05-13 00:48:55 +0200 (Sun, 13 May 2007) | 3 lines
32204 Changed paths:
32205    M /trunk/modules/gui/qt4/input_manager.cpp
32206    M /trunk/modules/gui/qt4/input_manager.hpp
32207    M /trunk/modules/gui/qt4/main_interface.cpp
32208    M /trunk/modules/gui/qt4/main_interface.hpp
32209
32210 input_manager: Don't send name event all the time
32211 main_interface: update the systray tooltip
32212
32213 ------------------------------------------------------------------------
32214 r20087 | sigmunau | 2007-05-12 23:01:45 +0200 (Sat, 12 May 2007) | 2 lines
32215 Changed paths:
32216    M /trunk/modules/gui/qt4/input_manager.cpp
32217
32218 qt4: Show artist in status bare when applicable
32219
32220 ------------------------------------------------------------------------
32221 r20086 | jb | 2007-05-12 21:42:51 +0200 (Sat, 12 May 2007) | 3 lines
32222 Changed paths:
32223    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32224
32225 FFMPEG FOURCC's: add FOURCC for DNxHD and compile fix for different versions.
32226
32227
32228 ------------------------------------------------------------------------
32229 r20085 | jb | 2007-05-12 21:17:56 +0200 (Sat, 12 May 2007) | 3 lines
32230 Changed paths:
32231    M /trunk/modules/LIST
32232
32233 Modules LIST update.
32234
32235
32236 ------------------------------------------------------------------------
32237 r20084 | pdherbemont | 2007-05-12 19:57:10 +0200 (Sat, 12 May 2007) | 2 lines
32238 Changed paths:
32239    M /trunk/modules/gui/macosx/playlist.m
32240
32241 Mac OS X gui: Prevent a crash when dropping item on the playlist.
32242
32243 ------------------------------------------------------------------------
32244 r20083 | courmisch | 2007-05-12 19:27:37 +0200 (Sat, 12 May 2007) | 2 lines
32245 Changed paths:
32246    M /trunk/NEWS
32247    M /trunk/THANKS
32248    M /trunk/configure.ac
32249    M /trunk/modules/access/Modules.am
32250    A /trunk/modules/access/jack.c
32251
32252 Initial JACK audio access-demux from Julien Plissonneau Duqu?\195?\168ne
32253
32254 ------------------------------------------------------------------------
32255 r20082 | pdherbemont | 2007-05-12 19:15:29 +0200 (Sat, 12 May 2007) | 2 lines
32256 Changed paths:
32257    M /trunk/src/audio_output/output.c
32258
32259 audio_output/output.c: Make sure we are properly locking the fifo lock when appropriate. (please review).
32260
32261 ------------------------------------------------------------------------
32262 r20081 | dionoea | 2007-05-12 17:05:34 +0200 (Sat, 12 May 2007) | 2 lines
32263 Changed paths:
32264    M /trunk/modules/demux/playlist/videoportals.c
32265
32266 * videoportals.c: add title for metacafe vids.
32267
32268 ------------------------------------------------------------------------
32269 r20080 | jb | 2007-05-12 17:03:57 +0200 (Sat, 12 May 2007) | 3 lines
32270 Changed paths:
32271    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32272
32273 Compile fix. Oops(2)
32274
32275
32276 ------------------------------------------------------------------------
32277 r20079 | jb | 2007-05-12 17:01:15 +0200 (Sat, 12 May 2007) | 3 lines
32278 Changed paths:
32279    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32280
32281 Small Correction. Oops.
32282
32283
32284 ------------------------------------------------------------------------
32285 r20078 | dionoea | 2007-05-12 16:57:12 +0200 (Sat, 12 May 2007) | 2 lines
32286 Changed paths:
32287    M /trunk/modules/demux/playlist/videoportals.c
32288
32289 * videoportals.c: Add title support for dailymotion videos.
32290
32291 ------------------------------------------------------------------------
32292 r20077 | jb | 2007-05-12 16:53:06 +0200 (Sat, 12 May 2007) | 3 lines
32293 Changed paths:
32294    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32295
32296 FFMPEG, clean up a bit, add a few more FOURCC's and a few new formats.
32297
32298
32299 ------------------------------------------------------------------------
32300 r20076 | dionoea | 2007-05-12 16:23:37 +0200 (Sat, 12 May 2007) | 2 lines
32301 Changed paths:
32302    M /trunk/modules/demux/playlist/videoportals.c
32303
32304 * videoportals.c: Allow using fullscreen youtube URLs and retreive the video's title when possible (still youtube).
32305
32306 ------------------------------------------------------------------------
32307 r20075 | jb | 2007-05-12 14:54:02 +0200 (Sat, 12 May 2007) | 3 lines
32308 Changed paths:
32309    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32310
32311 FFMPEG's  FOURCC: add NUV codec, Cinepak for fallback and add more fourcc for targa, vixl, divx, SP5x and a few more !
32312
32313
32314 ------------------------------------------------------------------------
32315 r20074 | jb | 2007-05-12 02:15:58 +0200 (Sat, 12 May 2007) | 2 lines
32316 Changed paths:
32317    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32318
32319 Correct a mistake in previous commit.
32320
32321 ------------------------------------------------------------------------
32322 r20073 | jb | 2007-05-12 01:59:19 +0200 (Sat, 12 May 2007) | 3 lines
32323 Changed paths:
32324    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32325
32326 FFMPEG FOURCC: commit fix for older FFMPEG versions.
32327
32328
32329 ------------------------------------------------------------------------
32330 r20072 | dionoea | 2007-05-12 01:54:47 +0200 (Sat, 12 May 2007) | 2 lines
32331 Changed paths:
32332    M /trunk/NEWS
32333
32334 Add videoportals stuff to NEWS.
32335
32336 ------------------------------------------------------------------------
32337 r20071 | dionoea | 2007-05-12 01:52:50 +0200 (Sat, 12 May 2007) | 2 lines
32338 Changed paths:
32339    M /trunk/modules/demux/playlist/videoportals.c
32340
32341 videoportals.c: remove debug printf.
32342
32343 ------------------------------------------------------------------------
32344 r20070 | dionoea | 2007-05-12 01:51:02 +0200 (Sat, 12 May 2007) | 2 lines
32345 Changed paths:
32346    M /trunk/modules/demux/playlist/videoportals.c
32347
32348 videoportals.c: Add metacafe URL support.
32349
32350 ------------------------------------------------------------------------
32351 r20069 | dionoea | 2007-05-12 01:33:58 +0200 (Sat, 12 May 2007) | 2 lines
32352 Changed paths:
32353    M /trunk/modules/demux/playlist/videoportals.c
32354
32355 videoportals.c: Add support for google video (this sometimes fails ... the gvp vile referencing an empty url).
32356
32357 ------------------------------------------------------------------------
32358 r20068 | jb | 2007-05-12 01:25:40 +0200 (Sat, 12 May 2007) | 3 lines
32359 Changed paths:
32360    M /trunk/modules/gui/qt4/main_interface.cpp
32361
32362 Qt4 - small changes and factorisations in CONNECTs
32363
32364
32365 ------------------------------------------------------------------------
32366 r20067 | dionoea | 2007-05-12 01:19:39 +0200 (Sat, 12 May 2007) | 2 lines
32367 Changed paths:
32368    M /trunk/modules/demux/playlist/gvp.c
32369
32370 gvp.c: Fix Google Video Playlist detection code.
32371
32372 ------------------------------------------------------------------------
32373 r20066 | pdherbemont | 2007-05-12 01:19:34 +0200 (Sat, 12 May 2007) | 2 lines
32374 Changed paths:
32375    M /trunk/modules/access/http.c
32376
32377 http Access: Simplify the re-location code.
32378
32379 ------------------------------------------------------------------------
32380 r20065 | xtophe | 2007-05-12 01:17:14 +0200 (Sat, 12 May 2007) | 2 lines
32381 Changed paths:
32382    M /trunk/modules/gui/qt4/main_interface.cpp
32383
32384 Don't hide the name in the status bar. Oups.
32385
32386 ------------------------------------------------------------------------
32387 r20064 | jb | 2007-05-12 01:13:51 +0200 (Sat, 12 May 2007) | 3 lines
32388 Changed paths:
32389    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32390
32391 Put SGI decoder with the latest version of ffmpeg.
32392
32393
32394 ------------------------------------------------------------------------
32395 r20063 | dionoea | 2007-05-12 01:08:19 +0200 (Sat, 12 May 2007) | 2 lines
32396 Changed paths:
32397    M /trunk/modules/demux/playlist/videoportals.c
32398
32399 videoportals.c: Add support for Daily Motion URLs (the webpage's url).
32400
32401 ------------------------------------------------------------------------
32402 r20062 | jb | 2007-05-12 00:46:50 +0200 (Sat, 12 May 2007) | 3 lines
32403 Changed paths:
32404    M /trunk/NEWS
32405
32406 Add some NEWS.
32407
32408
32409 ------------------------------------------------------------------------
32410 r20061 | jb | 2007-05-12 00:31:09 +0200 (Sat, 12 May 2007) | 3 lines
32411 Changed paths:
32412    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32413
32414 Codecs FFMPEG. Add support for DosBox Capture, Worms (Game) Videos, TIFF, SGI ad targa iamges. Tested.
32415
32416
32417 ------------------------------------------------------------------------
32418 r20060 | dionoea | 2007-05-12 00:27:33 +0200 (Sat, 12 May 2007) | 2 lines
32419 Changed paths:
32420    M /trunk/modules/demux/playlist/Modules.am
32421    M /trunk/modules/demux/playlist/playlist.c
32422    M /trunk/modules/demux/playlist/playlist.h
32423    M /trunk/modules/demux/playlist/podcast.c
32424    A /trunk/modules/demux/playlist/videoportals.c
32425
32426 demux/playlist/: New "video portals" playlist demux. You feed it a url from a popular video portal and it'll display the video. Currently only works with YouTube urls but I plan on adding more.
32427
32428 ------------------------------------------------------------------------
32429 r20059 | dionoea | 2007-05-12 00:15:45 +0200 (Sat, 12 May 2007) | 2 lines
32430 Changed paths:
32431    M /trunk/src/input/input.c
32432
32433 input.c: if available, use p_access->psz_path instead of psz_path when calling demux2_New since the access can change the path (ie http redirect).
32434
32435 ------------------------------------------------------------------------
32436 r20058 | dionoea | 2007-05-12 00:05:02 +0200 (Sat, 12 May 2007) | 2 lines
32437 Changed paths:
32438    M /trunk/modules/access/http.c
32439
32440 Fix segfault upon redirection (test url: http://www.youtube.com/v/zl6hNj1uOkY). (& blame pdherbemont!)
32441
32442 ------------------------------------------------------------------------
32443 r20057 | jb | 2007-05-11 23:58:10 +0200 (Fri, 11 May 2007) | 2 lines
32444 Changed paths:
32445    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32446
32447 FFMPEG: activate WMVA since it seems to work (tested with three different files)
32448
32449 ------------------------------------------------------------------------
32450 r20056 | jb | 2007-05-11 23:50:03 +0200 (Fri, 11 May 2007) | 3 lines
32451 Changed paths:
32452    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32453
32454 ffmpeg's FOURCC: add new FOURCCs to H264, add TM20, CSCD, JPEG_LS decoders.
32455
32456
32457 ------------------------------------------------------------------------
32458 r20055 | jb | 2007-05-11 22:02:34 +0200 (Fri, 11 May 2007) | 3 lines
32459 Changed paths:
32460    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32461
32462 FFMPEG - More H.263 and H.263+ FOURCC (tested too, except ILVR)
32463
32464
32465 ------------------------------------------------------------------------
32466 r20054 | jb | 2007-05-11 21:46:25 +0200 (Fri, 11 May 2007) | 3 lines
32467 Changed paths:
32468    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32469
32470 FFMPEG, MPEG-4 FOURCCs... I hope I did not forget too many of them :D
32471
32472
32473 ------------------------------------------------------------------------
32474 r20053 | pdherbemont | 2007-05-11 21:19:11 +0200 (Fri, 11 May 2007) | 2 lines
32475 Changed paths:
32476    M /trunk/modules/gui/macosx/embeddedwindow.h
32477    M /trunk/modules/gui/macosx/embeddedwindow.m
32478
32479 Mac OS X gui: Make sure maximized window respect Mac OS X Dock area. (Fix #1190)
32480
32481 ------------------------------------------------------------------------
32482 r20052 | jb | 2007-05-11 21:19:11 +0200 (Fri, 11 May 2007) | 3 lines
32483 Changed paths:
32484    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32485
32486 Ffmpeg FOURCC: Mjpeg (notably support for AVID MJPEG)
32487
32488
32489 ------------------------------------------------------------------------
32490 r20051 | jb | 2007-05-11 20:19:43 +0200 (Fri, 11 May 2007) | 3 lines
32491 Changed paths:
32492    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32493
32494 Add a few other bunch of FOURCCs (not all tested). Documentation from avformat/riff.c avformat/isom.c, fourcc.org, http://abcavi.kibi.ru/fourcc.php and multimedia.cx. If this is stupid, revert and tell me.
32495
32496
32497 ------------------------------------------------------------------------
32498 r20050 | pdherbemont | 2007-05-11 11:11:36 +0200 (Fri, 11 May 2007) | 2 lines
32499 Changed paths:
32500    M /trunk/modules/gui/macosx/embeddedwindow.h
32501    M /trunk/modules/gui/macosx/embeddedwindow.m
32502
32503 Mac OS X gui: Make sure we don't see a ghost window in expose.
32504
32505 ------------------------------------------------------------------------
32506 r20049 | jb | 2007-05-11 02:18:38 +0200 (Fri, 11 May 2007) | 3 lines
32507 Changed paths:
32508    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32509
32510 Add a bunch of not so used FOURCC to ffmpeg.c. Should I add them somewhere else too ?
32511
32512
32513 ------------------------------------------------------------------------
32514 r20048 | jb | 2007-05-11 01:25:17 +0200 (Fri, 11 May 2007) | 3 lines
32515 Changed paths:
32516    M /trunk/modules/gui/qt4/components/open.cpp
32517
32518 Qt4 - Open Network Dialog: add https to the list and checks.
32519
32520
32521 ------------------------------------------------------------------------
32522 r20047 | jb | 2007-05-11 01:14:05 +0200 (Fri, 11 May 2007) | 2 lines
32523 Changed paths:
32524    M /trunk/modules/gui/qt4/components/open.cpp
32525
32526 Qt4 - Open Disc Dialog: add a "E" for VCD entry as there is on wx. Is this right ?
32527
32528 ------------------------------------------------------------------------
32529 r20046 | jb | 2007-05-11 01:10:55 +0200 (Fri, 11 May 2007) | 2 lines
32530 Changed paths:
32531    M /trunk/modules/gui/qt4/components/open.cpp
32532    M /trunk/modules/gui/qt4/components/open.hpp
32533    M /trunk/modules/gui/qt4/ui/open.ui
32534    M /trunk/modules/gui/qt4/ui/open_capture.ui
32535    M /trunk/modules/gui/qt4/ui/open_disk.ui
32536    M /trunk/modules/gui/qt4/ui/open_net.ui
32537
32538 Qt4 - Open Disc Dialog, finish the disc/track-sub/audio handling. Hide, rename, show correctly the buttons. Some other ui fixes.
32539
32540 ------------------------------------------------------------------------
32541 r20045 | xtophe | 2007-05-11 00:52:19 +0200 (Fri, 11 May 2007) | 2 lines
32542 Changed paths:
32543    M /trunk/modules/gui/qt4/main_interface.cpp
32544    M /trunk/modules/gui/qt4/qt4.cpp
32545
32546 qt4: Make the name in the title an option
32547
32548 ------------------------------------------------------------------------
32549 r20044 | xtophe | 2007-05-10 21:53:46 +0200 (Thu, 10 May 2007) | 2 lines
32550 Changed paths:
32551    M /trunk/configure.ac
32552
32553 Default more cleanly on moc and uic
32554
32555 ------------------------------------------------------------------------
32556 r20043 | jb | 2007-05-10 20:00:12 +0200 (Thu, 10 May 2007) | 3 lines
32557 Changed paths:
32558    M /trunk/configure.ac
32559
32560 Qt4 Detection: Use uic-qt4 and moc-qt4 if disponible. Will help ppl that have qt3 and qt4 installed to build VLC.
32561
32562
32563 ------------------------------------------------------------------------
32564 r20042 | pdherbemont | 2007-05-10 14:24:23 +0200 (Thu, 10 May 2007) | 2 lines
32565 Changed paths:
32566    M /trunk/modules/gui/macosx/playlist.m
32567
32568 Mac OS X gui: Fix a crash when waking up from sleep.
32569
32570 ------------------------------------------------------------------------
32571 r20041 | xtophe | 2007-05-10 00:49:10 +0200 (Thu, 10 May 2007) | 2 lines
32572 Changed paths:
32573    M /trunk/THANKS
32574    M /trunk/modules/demux/mkv.cpp
32575
32576 Fix crash in MKV demuxer. Patch courtesy of Harry Sintonen. Fix #1006
32577
32578 ------------------------------------------------------------------------
32579 r20040 | xtophe | 2007-05-10 00:10:25 +0200 (Thu, 10 May 2007) | 1 line
32580 Changed paths:
32581    M /trunk/po/sl.po
32582
32583 Slovenian l10n by MAteh Urbancic
32584 ------------------------------------------------------------------------
32585 r20039 | xtophe | 2007-05-10 00:10:21 +0200 (Thu, 10 May 2007) | 1 line
32586 Changed paths:
32587    M /trunk/po/POTFILES.in
32588    M /trunk/po/vlc.pot
32589
32590 Update the pot file
32591 ------------------------------------------------------------------------
32592 r20038 | dionoea | 2007-05-09 22:20:52 +0200 (Wed, 09 May 2007) | 2 lines
32593 Changed paths:
32594    M /trunk/modules/video_filter/rss.c
32595
32596 * rss.c: Test fix for a bug i can't reproduce (most likely due to a missing 0 at the end of string). See http://forum.videolan.org/viewtopic.php?p=112026#112026 for details.
32597
32598 ------------------------------------------------------------------------
32599 r20037 | kenself | 2007-05-09 21:43:05 +0200 (Wed, 09 May 2007) | 4 lines
32600 Changed paths:
32601    M /trunk/modules/access/bda/bda.c
32602    M /trunk/modules/access/bda/bda.h
32603    M /trunk/modules/access/bda/bdadefs.h
32604    M /trunk/modules/access/bda/bdagraph.cpp
32605    M /trunk/modules/access/bda/bdagraph.h
32606
32607 Fix choppy audio on live play - caching enabled properly
32608 Discard samples before demux is ready
32609 Timeout if no samples received
32610 Header file tidy up
32611 ------------------------------------------------------------------------
32612 r20036 | kenself | 2007-05-09 21:40:09 +0200 (Wed, 09 May 2007) | 1 line
32613 Changed paths:
32614    M /trunk/configure.ac
32615
32616 Header file tidy-up - get guids from libstrmiids
32617 ------------------------------------------------------------------------
32618 r20035 | courmisch | 2007-05-09 20:48:21 +0200 (Wed, 09 May 2007) | 3 lines
32619 Changed paths:
32620    M /trunk/THANKS
32621    M /trunk/configure.ac
32622    M /trunk/modules/video_output/x11/xcommon.c
32623    M /trunk/modules/video_output/x11/xcommon.h
32624
32625 HW Pixel Doubling and Backlight-on for Maemo devices
32626 Patch courtesy of Tapio Hiltunen, Technical Research Center of Finland
32627
32628 ------------------------------------------------------------------------
32629 r20034 | fkuehne | 2007-05-09 19:33:21 +0200 (Wed, 09 May 2007) | 1 line
32630 Changed paths:
32631    M /trunk/modules/gui/macosx/sfilters.m
32632
32633 * removed some dead code and corrected some minor stuff from the previous commits. Thanks for the fixes, Pierre!
32634 ------------------------------------------------------------------------
32635 r20033 | damienf | 2007-05-09 18:11:33 +0200 (Wed, 09 May 2007) | 2 lines
32636 Changed paths:
32637    M /trunk/modules/gui/qt4/components/open.cpp
32638    M /trunk/modules/gui/qt4/qt4.cpp
32639
32640 - Qt4: remember last directory browsed in file dialog
32641
32642 ------------------------------------------------------------------------
32643 r20032 | pdherbemont | 2007-05-08 20:50:40 +0200 (Tue, 08 May 2007) | 2 lines
32644 Changed paths:
32645    M /trunk/modules/gui/macosx/sfilters.m
32646
32647 Mac OS X gui: Fix tabs.
32648
32649 ------------------------------------------------------------------------
32650 r20031 | pdherbemont | 2007-05-08 20:44:31 +0200 (Tue, 08 May 2007) | 2 lines
32651 Changed paths:
32652    M /trunk/modules/gui/macosx/controls.m
32653
32654 Mac OS X gui: Fix tabs.
32655
32656 ------------------------------------------------------------------------
32657 r20030 | dionoea | 2007-05-08 20:20:28 +0200 (Tue, 08 May 2007) | 2 lines
32658 Changed paths:
32659    M /trunk/include/vlc_keys.h
32660    M /trunk/modules/control/hotkeys.c
32661    M /trunk/src/libvlc-module.c
32662
32663 Add a hotkey to toggle wallpaper mode. Currently only works for directx of course :)
32664
32665 ------------------------------------------------------------------------
32666 r20029 | dionoea | 2007-05-08 20:03:16 +0200 (Tue, 08 May 2007) | 2 lines
32667 Changed paths:
32668    M /trunk/modules/control/hotkeys.c
32669
32670 Tab and trailing space police.
32671
32672 ------------------------------------------------------------------------
32673 r20028 | damienf | 2007-05-08 17:39:36 +0200 (Tue, 08 May 2007) | 2 lines
32674 Changed paths:
32675    M /trunk/modules/video_output/directx/direct3d.c
32676    M /trunk/modules/video_output/directx/directx.c
32677    M /trunk/modules/video_output/directx/events.c
32678    M /trunk/modules/video_output/directx/glwin32.c
32679    M /trunk/modules/video_output/directx/vout.h
32680
32681 - directx: commit patch by Sergey Volk
32682
32683 ------------------------------------------------------------------------
32684 r20027 | pdherbemont | 2007-05-08 15:51:35 +0200 (Tue, 08 May 2007) | 2 lines
32685 Changed paths:
32686    M /trunk/modules/gui/macosx/sfilters.m
32687
32688 Mac OS X gui: Fix logo appearance.
32689
32690 ------------------------------------------------------------------------
32691 r20026 | pdherbemont | 2007-05-08 15:35:38 +0200 (Tue, 08 May 2007) | 2 lines
32692 Changed paths:
32693    M /trunk/modules/gui/macosx/sfilters.m
32694
32695 Mac OS X gui: Protect against NULL string, and fix filter window crash.
32696
32697 ------------------------------------------------------------------------
32698 r20025 | pdherbemont | 2007-05-08 13:25:39 +0200 (Tue, 08 May 2007) | 2 lines
32699 Changed paths:
32700    M /trunk/modules/gui/macosx/controls.m
32701
32702 Mac OS X gui: Send mouse wheel left/right event to vlc. This is a bit hackish and need some tuning.
32703
32704 ------------------------------------------------------------------------
32705 r20024 | pdherbemont | 2007-05-08 13:23:47 +0200 (Tue, 08 May 2007) | 2 lines
32706 Changed paths:
32707    M /trunk/include/vlc_keys.h
32708    M /trunk/modules/control/hotkeys.c
32709
32710 Hotkeys: Enable mouse wheel up/down and left/right usage. (mapped respectivly to volume up/down, and position forward/backward). This commit needs review.
32711
32712 ------------------------------------------------------------------------
32713 r20023 | oaubert | 2007-05-07 15:28:49 +0200 (Mon, 07 May 2007) | 3 lines
32714 Changed paths:
32715    M /trunk/bindings/python/vlc_mediacontrol.c
32716
32717 python bindings: use mediacontrol_StreamInformation__free + fix
32718 memleak in MediaControl_snapshot
32719
32720 ------------------------------------------------------------------------
32721 r20022 | oaubert | 2007-05-07 15:22:03 +0200 (Mon, 07 May 2007) | 2 lines
32722 Changed paths:
32723    M /trunk/include/vlc/mediacontrol.h
32724    M /trunk/src/control/mediacontrol_util.c
32725
32726 mediacontrol API: implement mediacontrol_StreamInformation__free in the public API.
32727
32728 ------------------------------------------------------------------------
32729 r20021 | dionoea | 2007-05-04 23:49:09 +0200 (Fri, 04 May 2007) | 2 lines
32730 Changed paths:
32731    M /trunk/NEWS
32732
32733 Add news about proxy support for MMSH streams (please add these kind of news when you commit the features!)
32734
32735 ------------------------------------------------------------------------
32736 r20020 | dionoea | 2007-05-04 23:48:04 +0200 (Fri, 04 May 2007) | 2 lines
32737 Changed paths:
32738    M /trunk/modules/access/mms/mmsh.c
32739
32740 * mmsh.c: Try using the http-proxy config option if mmsh-proxy wasn't set (Untested).
32741
32742 ------------------------------------------------------------------------
32743 r20019 | dionoea | 2007-05-04 23:40:05 +0200 (Fri, 04 May 2007) | 2 lines
32744 Changed paths:
32745    M /trunk/src/input/vlm.c
32746
32747 "[PATCH] add play <url> ability to vlm" by Ilkka Ollakka
32748
32749 ------------------------------------------------------------------------
32750 r20018 | dionoea | 2007-05-04 23:35:50 +0200 (Fri, 04 May 2007) | 2 lines
32751 Changed paths:
32752    M /trunk/THANKS
32753    M /trunk/src/input/vlm.c
32754
32755 "[PATCH] show input index-number in vlm show" by Ilkka Ollakka
32756
32757 ------------------------------------------------------------------------
32758 r20017 | damienf | 2007-05-04 22:05:20 +0200 (Fri, 04 May 2007) | 2 lines
32759 Changed paths:
32760    M /trunk/modules/gui/wxwidgets/input_manager.cpp
32761
32762 - wxwidgets: slider tweaks completed, needs testing
32763
32764 ------------------------------------------------------------------------
32765 r20016 | xtophe | 2007-05-04 21:21:48 +0200 (Fri, 04 May 2007) | 2 lines
32766 Changed paths:
32767    M /trunk/NEWS
32768    M /trunk/THANKS
32769    M /trunk/configure.ac
32770    A /trunk/po/fa.po
32771    M /trunk/src/libvlc-module.c
32772
32773 Persian localisation by Meelad Zakaria and Farzaneh Sarafraz
32774
32775 ------------------------------------------------------------------------
32776 r20015 | damienf | 2007-05-04 19:57:30 +0200 (Fri, 04 May 2007) | 2 lines
32777 Changed paths:
32778    M /trunk/modules/gui/wxwidgets/input_manager.cpp
32779
32780 - wxwidgets: for win32, patch movie wxSlider underlying control behaviour so that jumps are replaced by abosolute seeks, need a few more tweaks
32781
32782 ------------------------------------------------------------------------
32783 r20014 | pdherbemont | 2007-05-04 15:29:15 +0200 (Fri, 04 May 2007) | 2 lines
32784 Changed paths:
32785    M /trunk/modules/gui/macosx/prefs.m
32786    M /trunk/modules/gui/macosx/prefs_widgets.m
32787
32788 Mac OS X gui: Quick Preferences fix.
32789
32790 ------------------------------------------------------------------------
32791 r20013 | fkuehne | 2007-05-04 09:20:21 +0200 (Fri, 04 May 2007) | 1 line
32792 Changed paths:
32793    M /trunk/extras/contrib/src/Makefile
32794
32795 * don't use emacs when compiling gettext on non-win32 platforms. This fixes the compilation on future darwin releases.
32796 ------------------------------------------------------------------------
32797 r20012 | jb | 2007-05-04 02:04:11 +0200 (Fri, 04 May 2007) | 5 lines
32798 Changed paths:
32799    M /trunk/modules/gui/qt4/main_interface.cpp
32800    M /trunk/modules/gui/qt4/main_interface.hpp
32801    M /trunk/modules/gui/qt4/menus.cpp
32802    M /trunk/modules/gui/qt4/qt4.cpp
32803
32804 qt4 - Systray: - Repair the hide-and-never-show-back bug,
32805                - Repair the quit-VLC-but-let-the-menu W32 bug,
32806                - add an option to start VLC minimized.
32807
32808
32809 ------------------------------------------------------------------------
32810 r20011 | gbazin | 2007-05-03 22:42:54 +0200 (Thu, 03 May 2007) | 1 line
32811 Changed paths:
32812    M /trunk/src/input/stream.c
32813
32814 * src/input/stream.c: fix input-list code.
32815 ------------------------------------------------------------------------
32816 r20010 | oaubert | 2007-05-03 22:03:09 +0200 (Thu, 03 May 2007) | 2 lines
32817 Changed paths:
32818    M /trunk/bindings/python/vlcglue.h
32819
32820 python bindings: use new mediacontrol_exception_create function
32821
32822 ------------------------------------------------------------------------
32823 r20009 | oaubert | 2007-05-03 22:02:34 +0200 (Thu, 03 May 2007) | 2 lines
32824 Changed paths:
32825    M /trunk/include/vlc/mediacontrol.h
32826    M /trunk/src/control/mediacontrol_audio_video.c
32827    M /trunk/src/control/mediacontrol_core.c
32828    M /trunk/src/control/mediacontrol_util.c
32829
32830 mediacontrol API: split old mediacontrol_exception_init behaviour into mediacontrol_exception_create/mediacontrol_exception_init
32831
32832 ------------------------------------------------------------------------
32833 r20008 | jb | 2007-05-03 21:52:45 +0200 (Thu, 03 May 2007) | 3 lines
32834 Changed paths:
32835    M /trunk/src/libvlc-module.c
32836
32837 Change prefer-system-codecs category (put it in codecs, not input/codec)
32838
32839
32840 ------------------------------------------------------------------------
32841 r20007 | jb | 2007-05-03 21:31:13 +0200 (Thu, 03 May 2007) | 3 lines
32842 Changed paths:
32843    M /trunk/modules/gui/qt4/dialogs/gototime.cpp
32844
32845 Qt4 - GOto TIme dialog. Adjustement in size.
32846
32847
32848 ------------------------------------------------------------------------
32849 r20006 | jb | 2007-05-03 21:18:39 +0200 (Thu, 03 May 2007) | 3 lines
32850 Changed paths:
32851    M /trunk/modules/gui/qt4/dialogs/open.cpp
32852    M /trunk/modules/gui/qt4/ui/open.ui
32853    M /trunk/modules/gui/qt4/ui/open_capture.ui
32854    M /trunk/modules/gui/qt4/ui/open_disk.ui
32855    M /trunk/modules/gui/qt4/ui/open_file.ui
32856    M /trunk/modules/gui/qt4/ui/open_net.ui
32857
32858 qt4 - Open dialog. Smaller Width;
32859
32860
32861 ------------------------------------------------------------------------
32862 r20005 | oaubert | 2007-05-03 19:44:07 +0200 (Thu, 03 May 2007) | 3 lines
32863 Changed paths:
32864    M /trunk/src/control/mediacontrol_util.c
32865
32866 src/control/mediacontrol_util.c: revert rev. 19899, and document the
32867 mediacontrol_exception_init function.
32868
32869 ------------------------------------------------------------------------
32870 r20004 | Trax | 2007-05-03 18:53:14 +0200 (Thu, 03 May 2007) | 1 line
32871 Changed paths:
32872    M /trunk/modules/codec/x264.c
32873
32874 * modules/codec/x264.c: Add mvrange-thread, non-deterministic and pre-scenecut options.
32875 ------------------------------------------------------------------------
32876 r20003 | jb | 2007-05-03 01:30:54 +0200 (Thu, 03 May 2007) | 3 lines
32877 Changed paths:
32878    M /trunk/modules/gui/qt4/components/open.cpp
32879
32880 Qt4 - Open Disc: handle dvdsimple
32881
32882
32883 ------------------------------------------------------------------------
32884 r20002 | jb | 2007-05-03 01:11:26 +0200 (Thu, 03 May 2007) | 3 lines
32885 Changed paths:
32886    M /trunk/modules/demux/real.c
32887
32888 Cosmetic and brackets.
32889
32890
32891 ------------------------------------------------------------------------
32892 r20001 | jb | 2007-05-03 01:04:07 +0200 (Thu, 03 May 2007) | 3 lines
32893 Changed paths:
32894    M /trunk/modules/demux/real.c
32895
32896 Add a "(" to fix previous commit.
32897
32898
32899 ------------------------------------------------------------------------
32900 r20000 | jb | 2007-05-03 00:59:49 +0200 (Thu, 03 May 2007) | 3 lines
32901 Changed paths:
32902    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32903    M /trunk/modules/demux/real.c
32904
32905 Should add atrac3 support in rm files. Patch by Benjamin Larsson (real.c) and me (ffmpeg.c)
32906
32907
32908 ------------------------------------------------------------------------
32909 r19999 | jb | 2007-05-03 00:57:51 +0200 (Thu, 03 May 2007) | 3 lines
32910 Changed paths:
32911    M /trunk/modules/gui/qt4/main_interface.cpp
32912    M /trunk/modules/gui/qt4/main_interface.hpp
32913    M /trunk/modules/gui/qt4/menus.cpp
32914    M /trunk/modules/gui/qt4/menus.hpp
32915
32916 qt4 - Systray Menu - Add hide/show handling, open dialog, help menu, and some click handling.
32917
32918
32919 ------------------------------------------------------------------------
32920 r19998 | jb | 2007-05-03 00:55:45 +0200 (Thu, 03 May 2007) | 4 lines
32921 Changed paths:
32922    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
32923    M /trunk/modules/gui/qt4/dialogs/preferences.hpp
32924
32925 Qt4 - Preferences. Add an apply button and warnings to force saving 
32926 and rebuilding when switching details depth.
32927
32928
32929 ------------------------------------------------------------------------
32930 r19997 | jb | 2007-05-02 23:19:35 +0200 (Wed, 02 May 2007) | 3 lines
32931 Changed paths:
32932    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
32933    M /trunk/modules/gui/qt4/ui/sprefs_video.ui
32934
32935 qt4 - Simple Preferences: add the overlay option to the video preferences panel.
32936
32937
32938 ------------------------------------------------------------------------
32939 r19996 | jb | 2007-05-02 23:10:08 +0200 (Wed, 02 May 2007) | 2 lines
32940 Changed paths:
32941    M /trunk/modules/gui/qt4/ui/open.ui
32942    M /trunk/modules/gui/qt4/ui/open_disk.ui
32943    M /trunk/modules/gui/qt4/ui/open_file.ui
32944    M /trunk/modules/gui/qt4/ui/open_net.ui
32945
32946 Qt4 - Add various tooltips: Open (1)
32947
32948 ------------------------------------------------------------------------
32949 r19995 | jb | 2007-05-02 22:33:24 +0200 (Wed, 02 May 2007) | 3 lines
32950 Changed paths:
32951    M /trunk/modules/gui/qt4/qt4.cpp
32952
32953 Qt4 - Text correction.
32954
32955
32956 ------------------------------------------------------------------------
32957 r19994 | jb | 2007-05-02 21:58:03 +0200 (Wed, 02 May 2007) | 3 lines
32958 Changed paths:
32959    M /trunk/modules/gui/qt4/main_interface.cpp
32960    M /trunk/modules/gui/qt4/main_interface.hpp
32961    M /trunk/modules/gui/qt4/menus.cpp
32962    M /trunk/modules/gui/qt4/menus.hpp
32963    M /trunk/modules/gui/qt4/qt4.cpp
32964    M /trunk/modules/gui/qt4/res.qrc
32965
32966 Qt4 - Systray Icon and menu to control VLC. Play/Pause Stop Previous Next Quit for now. Ref #294
32967
32968
32969 ------------------------------------------------------------------------
32970 r19993 | damienf | 2007-05-02 19:30:25 +0200 (Wed, 02 May 2007) | 2 lines
32971 Changed paths:
32972    M /trunk/modules/video_output/directx/direct3d.c
32973    M /trunk/modules/video_output/directx/events.c
32974
32975 - direct3d: fix for cropping, closes #1185
32976
32977 ------------------------------------------------------------------------
32978 r19992 | courmisch | 2007-05-01 19:18:46 +0200 (Tue, 01 May 2007) | 2 lines
32979 Changed paths:
32980    M /trunk/src/stream_output/sdp.c
32981    M /trunk/src/stream_output/stream_output.h
32982
32983 Provide va_list variant to MakeSDPMedia
32984
32985 ------------------------------------------------------------------------
32986 r19991 | courmisch | 2007-05-01 19:14:14 +0200 (Tue, 01 May 2007) | 2 lines
32987 Changed paths:
32988    M /trunk/src/stream_output/sdp.c
32989    M /trunk/src/stream_output/stream_output.h
32990
32991 Add helper for SDP media description formatting
32992
32993 ------------------------------------------------------------------------
32994 r19990 | courmisch | 2007-05-01 17:46:13 +0200 (Tue, 01 May 2007) | 2 lines
32995 Changed paths:
32996    M /trunk/include/vlc_sout.h
32997    M /trunk/modules/stream_out/standard.c
32998    M /trunk/src/stream_output/announce.c
32999    M /trunk/src/stream_output/stream_output.h
33000
33001 Fix some memleaks
33002
33003 ------------------------------------------------------------------------
33004 r19989 | dionoea | 2007-05-01 16:24:16 +0200 (Tue, 01 May 2007) | 2 lines
33005 Changed paths:
33006    M /trunk/modules/codec/fake.c
33007
33008 fake.c: allow changing the fake-file-reload option at runtime (untested).
33009
33010 ------------------------------------------------------------------------
33011 r19988 | sigmunau | 2007-05-01 13:08:40 +0200 (Tue, 01 May 2007) | 4 lines
33012 Changed paths:
33013    M /trunk/modules/demux/mkv.cpp
33014
33015 Apply the same probes as is done in Open when checking other mkvs in
33016 the same dir in order to weed out invalid files before calling
33017 libmatroska. Fixes #1158 and a memleak in that area
33018
33019 ------------------------------------------------------------------------
33020 r19987 | sigmunau | 2007-05-01 12:10:34 +0200 (Tue, 01 May 2007) | 3 lines
33021 Changed paths:
33022    M /trunk/modules/control/hotkeys.c
33023
33024 hotkeys.c: Don't continue looking once the action for your key is
33025 found. Should save a few precious cycles
33026
33027 ------------------------------------------------------------------------
33028 r19986 | sigmunau | 2007-05-01 11:58:59 +0200 (Tue, 01 May 2007) | 6 lines
33029 Changed paths:
33030    M /trunk/modules/control/hotkeys.c
33031
33032 hotkeys.c: Print a warning and do nothing when something issues a 0
33033 keyevent, rather than execute the last unassigned key action. Fixes an
33034 issue that causes the playback to be unintenionally paused whenever a
33035 modifier is pressed and the qt4 interface has focus (key-pause is not
33036 assigned by default)
33037
33038 ------------------------------------------------------------------------
33039 r19985 | jb | 2007-04-30 21:49:26 +0200 (Mon, 30 Apr 2007) | 3 lines
33040 Changed paths:
33041    M /trunk/include/vlc_intf_strings.h
33042    M /trunk/modules/gui/qt4/dialogs_provider.cpp
33043    M /trunk/modules/gui/qt4/dialogs_provider.hpp
33044    M /trunk/modules/gui/qt4/menus.cpp
33045
33046 Qt4 - Menus. Add the missing dialogs calls. If someone wants to write VLM and Bookmarks dialogs... 
33047
33048
33049 ------------------------------------------------------------------------
33050 r19984 | jb | 2007-04-30 21:12:15 +0200 (Mon, 30 Apr 2007) | 3 lines
33051 Changed paths:
33052    M /trunk/modules/gui/qt4/main_interface.cpp
33053    M /trunk/modules/gui/qt4/main_interface.hpp
33054
33055 Qt4 - Main Windows: Rename the interface to $MEDIANAME - VLC media player.
33056
33057
33058 ------------------------------------------------------------------------
33059 r19983 | jb | 2007-04-30 20:09:34 +0200 (Mon, 30 Apr 2007) | 3 lines
33060 Changed paths:
33061    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
33062    M /trunk/modules/gui/qt4/qt4.cpp
33063
33064 Qt4 - Preferences: Add an option and the code needed to start with the advanced preferences. 1337 function.
33065
33066
33067 ------------------------------------------------------------------------
33068 r19982 | jb | 2007-04-30 19:42:21 +0200 (Mon, 30 Apr 2007) | 4 lines
33069 Changed paths:
33070    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
33071    M /trunk/modules/gui/qt4/ui/sprefs_input.ui
33072
33073 Qt4 - Simple Prefs: add a Prefer System Codecs checkBox in Simple Preferences Panel under Windows.
33074
33075
33076
33077 ------------------------------------------------------------------------
33078 r19981 | courmisch | 2007-04-30 17:04:47 +0200 (Mon, 30 Apr 2007) | 2 lines
33079 Changed paths:
33080    M /trunk/src/text/strings.c
33081
33082 Handle errors without crashing
33083
33084 ------------------------------------------------------------------------
33085 r19980 | jb | 2007-04-30 02:50:19 +0200 (Mon, 30 Apr 2007) | 3 lines
33086 Changed paths:
33087    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
33088
33089 Qt4 - Indentation fix on previous commit.
33090
33091
33092 ------------------------------------------------------------------------
33093 r19979 | jb | 2007-04-30 02:44:18 +0200 (Mon, 30 Apr 2007) | 3 lines
33094 Changed paths:
33095    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
33096    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
33097
33098 Qt4 - Preferences. Introduction of a checkBoxListItem struct to handle (key, value for CheckBoxes) in order to implement completely ModuleList autogeneration. Modify the functions needed to generate the correct String Configuration. Complete Preferences should be functionnal now.
33099
33100
33101 ------------------------------------------------------------------------
33102 r19978 | jb | 2007-04-30 00:52:08 +0200 (Mon, 30 Apr 2007) | 3 lines
33103 Changed paths:
33104    M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
33105
33106 Qt4 - Very slight change of behaviour.
33107
33108
33109 ------------------------------------------------------------------------
33110 r19977 | jb | 2007-04-30 00:47:36 +0200 (Mon, 30 Apr 2007) | 3 lines
33111 Changed paths:
33112    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
33113    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
33114
33115 Qt4 - Preferences. Implement the onUpdate for ModuleList.
33116
33117
33118 ------------------------------------------------------------------------
33119 r19976 | jb | 2007-04-29 23:50:34 +0200 (Sun, 29 Apr 2007) | 3 lines
33120 Changed paths:
33121    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
33122    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
33123    M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
33124
33125 Qt4 - Simple Prefs: little adjustements.
33126
33127
33128 ------------------------------------------------------------------------
33129 r19975 | jb | 2007-04-29 23:21:55 +0200 (Sun, 29 Apr 2007) | 3 lines
33130 Changed paths:
33131    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
33132
33133 Qt4 - File forgotten in previous commit.
33134
33135
33136 ------------------------------------------------------------------------
33137 r19974 | jb | 2007-04-29 23:16:16 +0200 (Sun, 29 Apr 2007) | 3 lines
33138 Changed paths:
33139    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
33140
33141 Qt4 - Simple Prefs. Small modifications on style.
33142
33143
33144 ------------------------------------------------------------------------
33145 r19973 | damienf | 2007-04-29 19:44:44 +0200 (Sun, 29 Apr 2007) | 2 lines
33146 Changed paths:
33147    M /trunk/modules/demux/live555.cpp
33148
33149 - live555: toggle TCP use when we receive a '461 Unsupported Transport' during SETUP request
33150
33151 ------------------------------------------------------------------------
33152 r19972 | jb | 2007-04-29 13:37:17 +0200 (Sun, 29 Apr 2007) | 3 lines
33153 Changed paths:
33154    M /trunk/modules/gui/wxwidgets/interface.cpp
33155
33156 Wx - Increase the time display. Close #1116. Does not happen in Qt4.
33157
33158
33159 ------------------------------------------------------------------------
33160 r19971 | jpsaman | 2007-04-29 11:22:04 +0200 (Sun, 29 Apr 2007) | 2 lines
33161 Changed paths:
33162    M /trunk/modules/mux/rtp/rtcp.c
33163    M /trunk/modules/mux/rtp/rtcp.h
33164
33165 Numerous compile fixes.
33166
33167 ------------------------------------------------------------------------
33168 r19970 | damienf | 2007-04-28 19:49:39 +0200 (Sat, 28 Apr 2007) | 2 lines
33169 Changed paths:
33170    M /trunk/modules/demux/playlist/asx.c
33171
33172 - asx.c: added support for STARTTIME and DURATION tags, some cleanups. Unfortunately, i've noted that live555 RTSP user agent is having trouble with MS RTSP server, so these tags may never be of any use.
33173
33174 ------------------------------------------------------------------------
33175 r19969 | jb | 2007-04-28 19:48:56 +0200 (Sat, 28 Apr 2007) | 3 lines
33176 Changed paths:
33177    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
33178
33179 qt4 - language is win32 only.
33180
33181
33182 ------------------------------------------------------------------------
33183 r19968 | courmisch | 2007-04-28 19:40:51 +0200 (Sat, 28 Apr 2007) | 2 lines
33184 Changed paths:
33185    M /trunk/configure.ac
33186    M /trunk/modules/access_filter/Modules.am
33187    A /trunk/modules/access_filter/bandwidth.c
33188
33189 Bandwidth limit access filter
33190
33191 ------------------------------------------------------------------------
33192 r19967 | courmisch | 2007-04-28 19:21:09 +0200 (Sat, 28 Apr 2007) | 2 lines
33193 Changed paths:
33194    M /trunk/modules/access/bda
33195
33196 svn:ignore
33197
33198 ------------------------------------------------------------------------
33199 r19966 | jb | 2007-04-28 17:39:42 +0200 (Sat, 28 Apr 2007) | 3 lines
33200 Changed paths:
33201    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
33202
33203 Qt4 - Preferences Size.
33204
33205
33206 ------------------------------------------------------------------------
33207 r19965 | jb | 2007-04-28 17:28:39 +0200 (Sat, 28 Apr 2007) | 3 lines
33208 Changed paths:
33209    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
33210
33211 Qt4 - Preferences: Let the titles be consistent between simple and advanced prefrences.
33212
33213
33214 ------------------------------------------------------------------------
33215 r19964 | jb | 2007-04-28 17:11:17 +0200 (Sat, 28 Apr 2007) | 3 lines
33216 Changed paths:
33217    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
33218
33219 Qt4 - Preferences: Fix the help text behaviour from modules. Known also as the very-too-wide-resizing-and-very-too-big-letters.
33220
33221
33222 ------------------------------------------------------------------------
33223 r19963 | jpsaman | 2007-04-28 16:03:36 +0200 (Sat, 28 Apr 2007) | 2 lines
33224 Changed paths:
33225    M /trunk/extras/contrib/src/Patches/live-config.patch
33226    M /trunk/extras/contrib/src/Patches/live.patch
33227
33228 Update patches to latest live tarball.
33229
33230 ------------------------------------------------------------------------
33231 r19962 | pdherbemont | 2007-04-28 14:24:48 +0200 (Sat, 28 Apr 2007) | 2 lines
33232 Changed paths:
33233    M /trunk/extras/contrib/src/Patches/live-starttime.patch
33234    M /trunk/extras/contrib/src/Patches/live.patch
33235
33236 contrib: Attempt to fix live555 patches.
33237
33238 ------------------------------------------------------------------------
33239 r19961 | jb | 2007-04-28 04:22:43 +0200 (Sat, 28 Apr 2007) | 3 lines
33240 Changed paths:
33241    M /trunk/modules/gui/qt4/menus.cpp
33242
33243 qt4 - menu: indentation correction.
33244
33245
33246 ------------------------------------------------------------------------
33247 r19960 | jb | 2007-04-28 04:16:08 +0200 (Sat, 28 Apr 2007) | 2 lines
33248 Changed paths:
33249    M /trunk/modules/gui/qt4/menus.cpp
33250
33251 Qt4 - Popup Menu: Add open and help. Correct the tool menu behaviour. Other small fix.
33252
33253 ------------------------------------------------------------------------
33254 r19959 | jb | 2007-04-28 03:36:15 +0200 (Sat, 28 Apr 2007) | 3 lines
33255 Changed paths:
33256    M /trunk/modules/gui/qt4/dialogs_provider.cpp
33257    M /trunk/modules/gui/qt4/dialogs_provider.hpp
33258    M /trunk/modules/gui/qt4/main_interface.hpp
33259    M /trunk/modules/gui/qt4/menus.cpp
33260
33261 Qt4 - Menus modifications and additions. ( hide & playlist mainly )
33262
33263
33264 ------------------------------------------------------------------------
33265 r19958 | jb | 2007-04-28 02:31:54 +0200 (Sat, 28 Apr 2007) | 3 lines
33266 Changed paths:
33267    M /trunk/modules/gui/qt4/dialogs/extended.cpp
33268    M /trunk/modules/gui/qt4/dialogs/extended.hpp
33269    M /trunk/modules/gui/qt4/dialogs/gototime.cpp
33270    M /trunk/modules/gui/qt4/dialogs/gototime.hpp
33271    M /trunk/modules/gui/qt4/dialogs/help.cpp
33272    M /trunk/modules/gui/qt4/dialogs/help.hpp
33273    M /trunk/modules/gui/qt4/dialogs/interaction.cpp
33274    M /trunk/modules/gui/qt4/dialogs/interaction.hpp
33275    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
33276    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
33277    M /trunk/modules/gui/qt4/dialogs/messages.cpp
33278    M /trunk/modules/gui/qt4/dialogs/messages.hpp
33279    M /trunk/modules/gui/qt4/dialogs/open.cpp
33280    M /trunk/modules/gui/qt4/dialogs/open.hpp
33281    M /trunk/modules/gui/qt4/dialogs/playlist.hpp
33282    M /trunk/modules/gui/qt4/playlist_model.cpp
33283
33284 qt4 - Copyright, CRs and unwanted commits.
33285
33286
33287 ------------------------------------------------------------------------
33288 r19957 | jb | 2007-04-28 02:26:29 +0200 (Sat, 28 Apr 2007) | 3 lines
33289 Changed paths:
33290    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
33291    M /trunk/modules/gui/qt4/components/complete_preferences.hpp
33292    M /trunk/modules/gui/qt4/components/extended_panels.hpp
33293    M /trunk/modules/gui/qt4/components/infopanels.cpp
33294    M /trunk/modules/gui/qt4/components/infopanels.hpp
33295    M /trunk/modules/gui/qt4/components/open.cpp
33296    M /trunk/modules/gui/qt4/components/open.hpp
33297    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
33298    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
33299    M /trunk/modules/gui/qt4/dialogs_provider.cpp
33300    M /trunk/modules/gui/qt4/dialogs_provider.hpp
33301    M /trunk/modules/gui/qt4/input_manager.cpp
33302    M /trunk/modules/gui/qt4/input_manager.hpp
33303    M /trunk/modules/gui/qt4/main_interface.cpp
33304    M /trunk/modules/gui/qt4/main_interface.hpp
33305    M /trunk/modules/gui/qt4/menus.cpp
33306    M /trunk/modules/gui/qt4/playlist_model.cpp
33307    M /trunk/modules/gui/qt4/qt4.cpp
33308    M /trunk/modules/gui/qt4/qt4.hpp
33309
33310 Qt4 - Copyright update and CRs
33311
33312
33313 ------------------------------------------------------------------------
33314 r19956 | jb | 2007-04-28 02:16:35 +0200 (Sat, 28 Apr 2007) | 3 lines
33315 Changed paths:
33316    M /trunk/modules/gui/qt4/dialogs/open.cpp
33317    M /trunk/modules/gui/qt4/dialogs/open.hpp
33318    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
33319    M /trunk/modules/gui/qt4/dialogs/sout.cpp
33320    M /trunk/modules/gui/qt4/dialogs/sout.hpp
33321    M /trunk/modules/gui/qt4/dialogs_provider.cpp
33322    M /trunk/modules/gui/qt4/dialogs_provider.hpp
33323    M /trunk/modules/gui/qt4/menus.cpp
33324    M /trunk/modules/gui/qt4/playlist_model.cpp
33325    M /trunk/modules/gui/qt4/ui/open.ui
33326    M /trunk/modules/gui/qt4/ui/open_file.ui
33327    M /trunk/modules/gui/qt4/ui/sout.ui
33328
33329 Qt4 - Open Dialog and related. Change on the actions to stream out. Lots of corrections. Add a few new menu entries. Check some sizes.
33330
33331
33332 ------------------------------------------------------------------------
33333 r19955 | dionoea | 2007-04-27 23:21:39 +0200 (Fri, 27 Apr 2007) | 2 lines
33334 Changed paths:
33335    M /trunk/modules/control/rc.c
33336
33337 Fix a bug.
33338
33339 ------------------------------------------------------------------------
33340 r19954 | xtophe | 2007-04-27 21:46:50 +0200 (Fri, 27 Apr 2007) | 2 lines
33341 Changed paths:
33342    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
33343
33344 Fix memory corruption in wx locales handling on UTF8 system with iconv
33345
33346 ------------------------------------------------------------------------
33347 r19953 | jb | 2007-04-27 19:36:10 +0200 (Fri, 27 Apr 2007) | 2 lines
33348 Changed paths:
33349    M /trunk/modules/gui/qt4/dialogs/extended.cpp
33350
33351 qt4 - extended dialog is a QtTool dialog.
33352
33353 ------------------------------------------------------------------------
33354 r19952 | oaubert | 2007-04-27 16:25:08 +0200 (Fri, 27 Apr 2007) | 2 lines
33355 Changed paths:
33356    M /trunk/bindings/python/Makefile.am
33357
33358 bindings/python/Makefile.am: move COMPILERARG initialization in the all: target to make sure that it is defined at the right place
33359
33360 ------------------------------------------------------------------------
33361 r19951 | jb | 2007-04-27 00:41:52 +0200 (Fri, 27 Apr 2007) | 2 lines
33362 Changed paths:
33363    M /trunk/modules/gui/qt4/dialogs/gototime.cpp
33364    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
33365
33366 qt4 - Size and translations.
33367
33368 ------------------------------------------------------------------------
33369 r19950 | jb | 2007-04-27 00:37:58 +0200 (Fri, 27 Apr 2007) | 3 lines
33370 Changed paths:
33371    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
33372    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
33373
33374 Qt4 - Complete preferences. Make ModuleList Clearer than it is now... Align SpinBox correctly. Make directory and file use 2 column instead of three.
33375
33376
33377 ------------------------------------------------------------------------
33378 r19949 | damienf | 2007-04-26 23:45:13 +0200 (Thu, 26 Apr 2007) | 2 lines
33379 Changed paths:
33380    M /trunk/modules/video_output/directx/direct3d.c
33381    M /trunk/modules/video_output/directx/vout.h
33382
33383 - directx: backport leftovers from vlc-0.8.6-bugix
33384
33385 ------------------------------------------------------------------------
33386 r19948 | courmisch | 2007-04-26 21:53:53 +0200 (Thu, 26 Apr 2007) | 2 lines
33387 Changed paths:
33388    M /trunk/modules/access_filter/dump.c
33389
33390 grammar
33391
33392 ------------------------------------------------------------------------
33393 r19947 | dionoea | 2007-04-26 21:33:33 +0200 (Thu, 26 Apr 2007) | 2 lines
33394 Changed paths:
33395    M /trunk/modules/misc/freetype.c
33396    M /trunk/modules/misc/quartztext.c
33397    M /trunk/src/video_output/vout_subpictures.c
33398
33399  * [PATCH] Memory hole fix by Bernie Purcell
33400
33401 ------------------------------------------------------------------------
33402 r19946 | damienf | 2007-04-26 18:03:55 +0200 (Thu, 26 Apr 2007) | 2 lines
33403 Changed paths:
33404    M /trunk/src/libvlc-common.c
33405
33406 fixed memleak pointed out by xtophe in previous commit
33407
33408 ------------------------------------------------------------------------
33409 r19945 | damienf | 2007-04-26 17:51:03 +0200 (Thu, 26 Apr 2007) | 2 lines
33410 Changed paths:
33411    M /trunk/src/libvlc-common.c
33412    M /trunk/src/libvlc-module.c
33413
33414 - configuration: added "--prefer-system-codecs" option to force VLC to use codecs installed on system whwn a choice is available (currently only works on win32)
33415
33416 ------------------------------------------------------------------------
33417 r19944 | damienf | 2007-04-26 13:25:07 +0200 (Thu, 26 Apr 2007) | 2 lines
33418 Changed paths:
33419    M /trunk/modules/video_output/directx/direct3d.c
33420    M /trunk/modules/video_output/directx/directx.c
33421    M /trunk/modules/video_output/directx/events.c
33422    M /trunk/modules/video_output/directx/glwin32.c
33423
33424 - directx: avoid mixing GDI and Direct3D/OpenGL/DirectX (non-overlay) in video window, should help Vista compatibility
33425
33426 ------------------------------------------------------------------------
33427 r19943 | jpsaman | 2007-04-26 12:03:51 +0200 (Thu, 26 Apr 2007) | 2 lines
33428 Changed paths:
33429    M /trunk/include/vlc_variables.h
33430    M /trunk/modules/codec/fake.c
33431    M /trunk/src/misc/variables.c
33432
33433 Specifying --fake-file-reload 5 reloads the image file every 5 seconds. This will change the background image in a mosaic solution. The usage scenario is for instance a webcam that uploads an images every x seconds to the same file location.
33434
33435 ------------------------------------------------------------------------
33436 r19942 | jpsaman | 2007-04-26 11:59:58 +0200 (Thu, 26 Apr 2007) | 1 line
33437 Changed paths:
33438    M /trunk/modules/video_filter/osdmenu.c
33439
33440 remove trailing whitespace
33441 ------------------------------------------------------------------------
33442 r19941 | jpsaman | 2007-04-26 08:48:12 +0200 (Thu, 26 Apr 2007) | 1 line
33443 Changed paths:
33444    M /trunk/modules/stream_out/transcode.c
33445
33446 Small codingstyle cleanup
33447 ------------------------------------------------------------------------
33448 r19940 | jpsaman | 2007-04-26 08:44:28 +0200 (Thu, 26 Apr 2007) | 1 line
33449 Changed paths:
33450    M /trunk/modules/access/dvb/dvb.h
33451    M /trunk/modules/access/fake.c
33452
33453 Remove emptylines and whitespace
33454 ------------------------------------------------------------------------
33455 r19939 | jb | 2007-04-26 01:27:55 +0200 (Thu, 26 Apr 2007) | 3 lines
33456 Changed paths:
33457    M /trunk/modules/gui/qt4/components/infopanels.cpp
33458
33459 qt4 - Cleaning.
33460
33461
33462 ------------------------------------------------------------------------
33463 r19938 | jb | 2007-04-26 01:26:45 +0200 (Thu, 26 Apr 2007) | 3 lines
33464 Changed paths:
33465    M /trunk/modules/gui/qt4/dialogs/gototime.cpp
33466
33467 Qt4 - Try to use a Tool Dialog for the GotoTime dialog.
33468
33469
33470 ------------------------------------------------------------------------
33471 r19937 | damienf | 2007-04-26 00:51:10 +0200 (Thu, 26 Apr 2007) | 2 lines
33472 Changed paths:
33473    M /trunk/modules/gui/qt4/dialogs_provider.cpp
33474    M /trunk/modules/gui/qt4/menus.cpp
33475    M /trunk/modules/gui/qt4/menus.hpp
33476
33477  - Qt4: fix popup menu
33478
33479 ------------------------------------------------------------------------
33480 r19936 | jb | 2007-04-26 00:00:27 +0200 (Thu, 26 Apr 2007) | 3 lines
33481 Changed paths:
33482    M /trunk/modules/audio_output/jack.c
33483
33484 Jack patch by Jon Griffiths, fix crashes, improve debuging and use regexps.
33485
33486
33487 ------------------------------------------------------------------------
33488 r19935 | xtophe | 2007-04-25 22:01:18 +0200 (Wed, 25 Apr 2007) | 2 lines
33489 Changed paths:
33490    M /trunk/configure.ac
33491
33492 Detect also .exe when looking for programs under win
33493
33494 ------------------------------------------------------------------------
33495 r19934 | pdherbemont | 2007-04-25 21:55:51 +0200 (Wed, 25 Apr 2007) | 2 lines
33496 Changed paths:
33497    M /trunk/modules/gui/macosx/embeddedwindow.m
33498
33499 Mac OS X gui: Make sure the fullscreen window will stay on top (should fix a blinking issue when leaving fullscreen).
33500
33501 ------------------------------------------------------------------------
33502 r19933 | dionoea | 2007-04-25 21:37:47 +0200 (Wed, 25 Apr 2007) | 2 lines
33503 Changed paths:
33504    M /trunk/modules/video_filter/motiondetect.c
33505
33506 motiondetect.c: Oops commit.
33507
33508 ------------------------------------------------------------------------
33509 r19932 | dionoea | 2007-04-25 21:20:43 +0200 (Wed, 25 Apr 2007) | 3 lines
33510 Changed paths:
33511    M /trunk/modules/video_filter/motiondetect.c
33512    M /trunk/modules/video_filter/puzzle.c
33513
33514 * motiondetect.c: remove useless include.
33515 * puzzle.c: compile warning fix.
33516
33517 ------------------------------------------------------------------------
33518 r19931 | jpsaman | 2007-04-25 21:15:39 +0200 (Wed, 25 Apr 2007) | 2 lines
33519 Changed paths:
33520    M /trunk/THANKS
33521    M /trunk/modules/demux/rawdv.c
33522
33523 Patch from Paul Corke for rawdv to advance the timestamp when it is about to fall behind because the hardware sometimes skips a frame on a live feed. Renamed - -rawdv-realtime to --rawdv-hurry-up because its working is similar to --sout-transcode-hurry-up. Also fixed a potential memory leak.
33524
33525 ------------------------------------------------------------------------
33526 r19930 | jb | 2007-04-25 20:12:57 +0200 (Wed, 25 Apr 2007) | 3 lines
33527 Changed paths:
33528    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
33529    M /trunk/modules/gui/qt4/dialogs/messages.cpp
33530
33531 Qt4 - Dialog size. Hope to fix windows bug.
33532
33533
33534 ------------------------------------------------------------------------
33535 r19929 | damienf | 2007-04-25 18:26:19 +0200 (Wed, 25 Apr 2007) | 2 lines
33536 Changed paths:
33537    M /trunk/modules/video_output/directx/events.c
33538
33539 - directx: optimize WM_PAINT event handling
33540
33541 ------------------------------------------------------------------------
33542 r19928 | funman | 2007-04-25 14:38:10 +0200 (Wed, 25 Apr 2007) | 3 lines
33543 Changed paths:
33544    M /trunk/src/libvlc-common.c
33545
33546 Doesn't shutdown hal connection if initialisation failed.
33547 (That usually happens when system D-Bus daemon is not running)
33548
33549 ------------------------------------------------------------------------
33550 r19927 | jb | 2007-04-25 00:02:10 +0200 (Wed, 25 Apr 2007) | 3 lines
33551 Changed paths:
33552    M /trunk/modules/gui/qt4/components/open.cpp
33553
33554 Qt4 - Open. Make files in a better way to stop whiners (2)
33555
33556
33557 ------------------------------------------------------------------------
33558 r19926 | pdherbemont | 2007-04-24 23:42:29 +0200 (Tue, 24 Apr 2007) | 2 lines
33559 Changed paths:
33560    M /trunk/configure.ac
33561
33562 Quartz (Mac OS X) subtitle renderer by Bernie Purcell. (Part 2)
33563
33564 ------------------------------------------------------------------------
33565 r19925 | jb | 2007-04-24 23:33:57 +0200 (Tue, 24 Apr 2007) | 3 lines
33566 Changed paths:
33567    M /trunk/extras/contrib/Makefile
33568
33569 Contrib and qt4 exe for whiners
33570
33571
33572 ------------------------------------------------------------------------
33573 r19924 | pdherbemont | 2007-04-24 21:59:59 +0200 (Tue, 24 Apr 2007) | 2 lines
33574 Changed paths:
33575    M /trunk/modules/LIST
33576    M /trunk/modules/misc/Modules.am
33577    A /trunk/modules/misc/quartztext.c
33578
33579 Quartz (Mac OS X) subtitle renderer by Bernie Purcell.
33580
33581 ------------------------------------------------------------------------
33582 r19923 | oaubert | 2007-04-24 16:02:40 +0200 (Tue, 24 Apr 2007) | 2 lines
33583 Changed paths:
33584    M /trunk/bindings/python/Makefile.am
33585
33586 bindings/python/Makefile.am: remove wrong whitespace around = sign
33587
33588 ------------------------------------------------------------------------
33589 r19922 | dionoea | 2007-04-23 23:41:25 +0200 (Mon, 23 Apr 2007) | 19 lines
33590 Changed paths:
33591    M /trunk/modules/video_filter/gaussianblur.c
33592
33593 Yet another optimisation for the gaussian filter. This adds a compile
33594 time option to use floats instead of integers. Performance comparison
33595 is:
33596 (performance is in numbers of samples output by oprofile. Less is better)
33597
33598 sigma   old version (integers)       integers       floats
33599  2.0    556889                    466435 (-17%)  481293 (-13%)
33600  4.0    902749 (core maxed out)   732755 (-19%)  716070 (-21%)
33601
33602 I'll have to check why relative performance gain depends on sigma when
33603 comparing the the float and integer versions.
33604
33605 I'll aslo add another module (most likely named fastgaussianblur.c)
33606 based on Frederick M. Waltz and John W. V. Miller's "An efficient
33607 algorithm for Gaussian blur using finite-state machines" article. This
33608 seems to be way faster (but it's doesn't allow as much granularity in
33609 the gaussian's choice and it adds an error compared to this module).
33610
33611
33612 ------------------------------------------------------------------------
33613 r19921 | jb | 2007-04-23 22:24:30 +0200 (Mon, 23 Apr 2007) | 5 lines
33614 Changed paths:
33615    M /trunk/extras/contrib/src/Patches/live-starttime.patch
33616
33617 Repair live patch.
33618 The arm.config error that occurs is just that someone commited a dos file...
33619 dos2unix could fix it. but it is not on Apples....
33620
33621
33622 ------------------------------------------------------------------------
33623 r19920 | jb | 2007-04-23 20:43:55 +0200 (Mon, 23 Apr 2007) | 3 lines
33624 Changed paths:
33625    M /trunk/extras/contrib/src/packages.mak
33626
33627 GNutls ++
33628
33629
33630 ------------------------------------------------------------------------
33631 r19919 | jb | 2007-04-23 20:34:35 +0200 (Mon, 23 Apr 2007) | 3 lines
33632 Changed paths:
33633    M /trunk/extras/contrib/src/packages.mak
33634
33635 libxml2 2.6.28
33636
33637
33638 ------------------------------------------------------------------------
33639 r19918 | jb | 2007-04-23 19:15:49 +0200 (Mon, 23 Apr 2007) | 4 lines
33640 Changed paths:
33641    M /trunk/extras/contrib/src/Makefile
33642
33643 Contribs. Include qt4/bin/*.exe for the windows users.
33644
33645
33646
33647 ------------------------------------------------------------------------
33648 r19917 | damienf | 2007-04-23 18:29:08 +0200 (Mon, 23 Apr 2007) | 2 lines
33649 Changed paths:
33650    M /trunk/configure.ac
33651
33652 - vlc.exe: removed DOS console when starting up
33653
33654 ------------------------------------------------------------------------
33655 r19916 | damienf | 2007-04-23 15:45:07 +0200 (Mon, 23 Apr 2007) | 2 lines
33656 Changed paths:
33657    M /trunk/AUTHORS
33658    M /trunk/NEWS
33659    M /trunk/THANKS
33660
33661 - praises for Ken Self and BDA annoucement
33662
33663 ------------------------------------------------------------------------
33664 r19915 | damienf | 2007-04-23 14:37:13 +0200 (Mon, 23 Apr 2007) | 2 lines
33665 Changed paths:
33666    M /trunk/configure.ac
33667    A /trunk/modules/access/bda
33668    A /trunk/modules/access/bda/Modules.am
33669    A /trunk/modules/access/bda/bda.c
33670    A /trunk/modules/access/bda/bda.h
33671    A /trunk/modules/access/bda/bdadefs.h
33672    A /trunk/modules/access/bda/bdagraph.cpp
33673    A /trunk/modules/access/bda/bdagraph.h
33674
33675 - the long awaited Windows BDA driver support for DVB/ATSC capture cards, courtesy of Ken Self.
33676
33677 ------------------------------------------------------------------------
33678 r19914 | jb | 2007-04-23 01:06:50 +0200 (Mon, 23 Apr 2007) | 3 lines
33679 Changed paths:
33680    M /trunk/extras/contrib/src/Makefile
33681    D /trunk/extras/contrib/src/Patches/libgpg-error.patch
33682    M /trunk/extras/contrib/src/packages.mak
33683
33684 Contrib libgpg-error 1.3 => 1.5. Remove unnecessary patch (integrated upstream)
33685
33686
33687 ------------------------------------------------------------------------
33688 r19913 | jb | 2007-04-23 00:53:34 +0200 (Mon, 23 Apr 2007) | 4 lines
33689 Changed paths:
33690    M /trunk/extras/contrib/src/packages.mak
33691
33692 Contrib. Freetye goes to 2.3.4. We hope it will repair the 2.3.1, 2.3.2, bugs...
33693
33694
33695
33696 ------------------------------------------------------------------------
33697 r19912 | jb | 2007-04-23 00:46:33 +0200 (Mon, 23 Apr 2007) | 3 lines
33698 Changed paths:
33699    M /trunk/extras/contrib/src/packages.mak
33700
33701 Contrib: Libpng 1.26 should correct some bug on NON-MMX platforms.
33702
33703
33704 ------------------------------------------------------------------------
33705 r19911 | jb | 2007-04-23 00:25:32 +0200 (Mon, 23 Apr 2007) | 3 lines
33706 Changed paths:
33707    M /trunk/extras/contrib/src/Distributions/darwin.mak
33708    M /trunk/extras/contrib/src/Makefile
33709    M /trunk/extras/contrib/src/packages.mak
33710
33711 Contrib.SDL_image 1.25 because 1.24 was removed from main server
33712
33713
33714 ------------------------------------------------------------------------
33715 r19910 | jb | 2007-04-23 00:14:02 +0200 (Mon, 23 Apr 2007) | 3 lines
33716 Changed paths:
33717    M /trunk/extras/contrib/src/Distributions/beos.mak
33718    M /trunk/extras/contrib/src/Distributions/darwin.mak
33719    M /trunk/extras/contrib/src/Distributions/debian.mak
33720    M /trunk/extras/contrib/src/Distributions/fedora.mak
33721    M /trunk/extras/contrib/src/Distributions/unix.mak
33722    M /trunk/extras/contrib/src/Distributions/win32.mak
33723    M /trunk/extras/contrib/src/Makefile
33724
33725 Contrib. Try to be a little consistent. This may kill your pinguin.
33726
33727
33728 ------------------------------------------------------------------------
33729 r19909 | jb | 2007-04-23 00:07:45 +0200 (Mon, 23 Apr 2007) | 3 lines
33730 Changed paths:
33731    M /trunk/extras/contrib/src/Makefile
33732    M /trunk/extras/contrib/src/Patches/mpcdec.patch
33733    M /trunk/extras/contrib/src/packages.mak
33734
33735 Contribs MPCDEC bumps to 1.2.6. Patch has been submitted upstream.
33736
33737
33738 ------------------------------------------------------------------------
33739 r19908 | jb | 2007-04-22 22:41:54 +0200 (Sun, 22 Apr 2007) | 3 lines
33740 Changed paths:
33741    M /trunk/extras/contrib/src/Makefile
33742
33743 Contribs: add a make clean-svn to accelerate contribs updates.
33744
33745
33746 ------------------------------------------------------------------------
33747 r19907 | pdherbemont | 2007-04-22 18:45:08 +0200 (Sun, 22 Apr 2007) | 2 lines
33748 Changed paths:
33749    M /trunk/modules/gui/macosx/controls.h
33750    M /trunk/modules/gui/macosx/controls.m
33751    M /trunk/modules/gui/macosx/vout.m
33752
33753 Mac OS X gui: Use the proper vlc infrastructure to send mouse wheel event.
33754
33755 ------------------------------------------------------------------------
33756 r19906 | pdherbemont | 2007-04-22 16:07:46 +0200 (Sun, 22 Apr 2007) | 2 lines
33757 Changed paths:
33758    M /trunk/modules/gui/macosx/vout.m
33759
33760 Mac OS X gui: Use the scroll wheel to set the sound volume. This may need some tuning though.
33761
33762 ------------------------------------------------------------------------
33763 r19905 | dionoea | 2007-04-22 12:27:49 +0200 (Sun, 22 Apr 2007) | 2 lines
33764 Changed paths:
33765    M /trunk/modules/video_filter/gaussianblur.c
33766
33767 Gaussian blur optimisation. It now runs without skipping images with default sigma (2.0) using my small sample video (352x240). This still needs to be optimised a lot.
33768
33769 ------------------------------------------------------------------------
33770 r19904 | jpsaman | 2007-04-22 10:37:38 +0200 (Sun, 22 Apr 2007) | 2 lines
33771 Changed paths:
33772    M /trunk/modules/demux/avi/libavi.c
33773
33774 Patch to fix ticket #1162 by npl at chello.at.
33775
33776 ------------------------------------------------------------------------
33777 r19903 | dionoea | 2007-04-22 01:26:46 +0200 (Sun, 22 Apr 2007) | 2 lines
33778 Changed paths:
33779    M /trunk/configure.ac
33780    M /trunk/modules/video_filter/Modules.am
33781    A /trunk/modules/video_filter/gaussianblur.c (from /trunk/modules/video_filter/noise.c:19891)
33782
33783 New gaussian blur video filter. This currently takes way too much CPU. I'm not sure how it should be optimised. Maybe using floats instead of ints might work (if it can remove the need for a division).
33784
33785 ------------------------------------------------------------------------
33786 r19902 | xtophe | 2007-04-22 01:19:33 +0200 (Sun, 22 Apr 2007) | 2 lines
33787 Changed paths:
33788    M /trunk/modules/demux/rawvid.c
33789
33790 svn keywords
33791
33792 ------------------------------------------------------------------------
33793 r19901 | dionoea | 2007-04-22 00:42:20 +0200 (Sun, 22 Apr 2007) | 2 lines
33794 Changed paths:
33795    M /trunk/modules/video_filter/noise.c
33796
33797 Fix i_pitch vs i_visible_pitch bug.
33798
33799 ------------------------------------------------------------------------
33800 r19900 | oaubert | 2007-04-22 00:30:23 +0200 (Sun, 22 Apr 2007) | 3 lines
33801 Changed paths:
33802    M /trunk/src/control/mediacontrol_internal.h
33803
33804 src/control/mediacontrol_internal.h: do not set exception attributes if
33805 no exception was passed
33806
33807 ------------------------------------------------------------------------
33808 r19899 | oaubert | 2007-04-22 00:25:37 +0200 (Sun, 22 Apr 2007) | 3 lines
33809 Changed paths:
33810    M /trunk/src/control/mediacontrol_util.c
33811
33812 src/control/mediacontrol_util: do not malloc a mediacontrol_Exception
33813 if it is NULL (memleak pointed by Pierre D'Herbemont)
33814
33815 ------------------------------------------------------------------------
33816 r19898 | gbazin | 2007-04-21 22:06:39 +0200 (Sat, 21 Apr 2007) | 1 line
33817 Changed paths:
33818    M /trunk/configure.ac
33819    M /trunk/modules/demux/Modules.am
33820    A /trunk/modules/demux/rawvid.c
33821
33822 * modules/demux/rawvid.c: raw video demuxer (only does YV12 for now).
33823 ------------------------------------------------------------------------
33824 r19897 | gbazin | 2007-04-21 21:09:23 +0200 (Sat, 21 Apr 2007) | 1 line
33825 Changed paths:
33826    M /trunk/modules/demux/mpeg/m4v.c
33827
33828 * modules/demux/mpeg/m4v.c: new m4v-fps config option.
33829 ------------------------------------------------------------------------
33830 r19896 | fkuehne | 2007-04-21 13:07:05 +0200 (Sat, 21 Apr 2007) | 1 line
33831 Changed paths:
33832    M /trunk/extras/contrib/bootstrap
33833
33834 * dropped 10.3, num 2
33835 ------------------------------------------------------------------------
33836 r19895 | fkuehne | 2007-04-21 12:59:05 +0200 (Sat, 21 Apr 2007) | 1 line
33837 Changed paths:
33838    M /trunk/configure.ac
33839
33840 * drop 10.3.9 support in favour for 10.4u
33841 ------------------------------------------------------------------------
33842 r19894 | xtophe | 2007-04-21 02:47:57 +0200 (Sat, 21 Apr 2007) | 2 lines
33843 Changed paths:
33844    M /trunk/Makefile.am
33845
33846 trailing space
33847
33848 ------------------------------------------------------------------------
33849 r19893 | xtophe | 2007-04-21 01:55:02 +0200 (Sat, 21 Apr 2007) | 2 lines
33850 Changed paths:
33851    M /trunk/share/Makefile.am
33852    D /trunk/share/applications/gnome-vlc-default.sh
33853    A /trunk/share/utils
33854    A /trunk/share/utils/gnome-vlc-default.sh (from /trunk/share/applications/gnome-vlc-default.sh:19881)
33855
33856 gnome-vlc-default.sh is a script but i don't think it has anything to do in $PREFIX/bin and even less in $PREFIX/bin/application. so Put it in $PREFIX/share/vlc/utils
33857
33858 ------------------------------------------------------------------------
33859 r19892 | dionoea | 2007-04-21 01:48:27 +0200 (Sat, 21 Apr 2007) | 3 lines
33860 Changed paths:
33861    M /trunk/modules/control/motion.c
33862    M /trunk/modules/video_filter/rotate.c
33863
33864  * rotate.c: Fix a few bugs + don't use p_libvlc_global to store instance specific parameters
33865  * motion.c: reflect changes on rotate.c
33866
33867 ------------------------------------------------------------------------
33868 r19891 | courmisch | 2007-04-20 17:21:59 +0200 (Fri, 20 Apr 2007) | 2 lines
33869 Changed paths:
33870    M /trunk/configure.ac
33871
33872 Exclude incompilable MMX optimization for 420 YUY2 in debug builds
33873
33874 ------------------------------------------------------------------------
33875 r19890 | thresh | 2007-04-20 12:40:03 +0200 (Fri, 20 Apr 2007) | 2 lines
33876 Changed paths:
33877    M /trunk/doc/fortunes.txt
33878
33879 Another fortune gladly supplied by dionoea and xtophe
33880
33881 ------------------------------------------------------------------------
33882 r19889 | fkuehne | 2007-04-20 09:50:54 +0200 (Fri, 20 Apr 2007) | 1 line
33883 Changed paths:
33884    M /trunk/NEWS
33885
33886 * sync with 0.8.6b's final notes
33887 ------------------------------------------------------------------------
33888 r19888 | jb | 2007-04-20 02:13:18 +0200 (Fri, 20 Apr 2007) | 3 lines
33889 Changed paths:
33890    M /trunk/modules/gui/qt4/dialogs/open.cpp
33891
33892 Qt4 - Open Dialog: Attempt to solve a Windows only bug. qt4 bug? VLC bug? I don't know yet.
33893
33894
33895 ------------------------------------------------------------------------
33896 r19887 | jb | 2007-04-20 02:03:50 +0200 (Fri, 20 Apr 2007) | 3 lines
33897 Changed paths:
33898    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
33899    M /trunk/modules/gui/qt4/menus.cpp
33900
33901 Qt4 - Cosmetic changes.
33902
33903
33904 ------------------------------------------------------------------------
33905 r19886 | jb | 2007-04-20 01:49:01 +0200 (Fri, 20 Apr 2007) | 4 lines
33906 Changed paths:
33907    M /trunk/modules/gui/qt4/dialogs/sout.cpp
33908    M /trunk/modules/gui/qt4/dialogs/sout.hpp
33909
33910 Qt4 - Sout: add a function to toggleVisibility of StreamOut widgets... Yes I will need it :D
33911
33912
33913
33914 ------------------------------------------------------------------------
33915 r19885 | jb | 2007-04-20 01:24:48 +0200 (Fri, 20 Apr 2007) | 3 lines
33916 Changed paths:
33917    M /trunk/src/video_output/vout_intf.c
33918
33919 Cropping ratios: add 35mm Widescreen Eur and US.
33920
33921
33922 ------------------------------------------------------------------------
33923 r19884 | jb | 2007-04-20 01:07:31 +0200 (Fri, 20 Apr 2007) | 4 lines
33924 Changed paths:
33925    M /trunk/src/video_output/vout_intf.c
33926
33927 Add 2.35 and 2.39 cropping ratios.
33928
33929
33930
33931 ------------------------------------------------------------------------
33932 r19883 | jb | 2007-04-20 00:18:28 +0200 (Fri, 20 Apr 2007) | 3 lines
33933 Changed paths:
33934    M /trunk/modules/gui/qt4/main_interface.cpp
33935    M /trunk/modules/gui/qt4/menus.cpp
33936
33937 Qt4 - Add entries to the popupMenu.
33938
33939
33940 ------------------------------------------------------------------------
33941 r19882 | gbazin | 2007-04-19 23:30:15 +0200 (Thu, 19 Apr 2007) | 1 line
33942 Changed paths:
33943    M /trunk/modules/demux/mp4/libmp4.c
33944    M /trunk/modules/demux/mp4/libmp4.h
33945    M /trunk/modules/demux/mp4/mp4.c
33946    M /trunk/modules/mux/mp4.c
33947
33948 * modules/demux/mp4/*, modules/mux/mp4.c: add support for yv12 and yuy2.
33949 ------------------------------------------------------------------------
33950 r19881 | xtophe | 2007-04-19 19:45:30 +0200 (Thu, 19 Apr 2007) | 2 lines
33951 Changed paths:
33952    M /trunk/doc/release-howto.txt
33953
33954 some notes about mirrors
33955
33956 ------------------------------------------------------------------------
33957 r19880 | dionoea | 2007-04-19 19:43:16 +0200 (Thu, 19 Apr 2007) | 2 lines
33958 Changed paths:
33959    M /trunk/modules/video_filter/scale.c
33960
33961 Optimze nearest neighboor scaling implementation. This is used by the sub pictures core. CPU decrease compared to previous version with my test filter was: 66% for YUVA, 65% for I420 and 71% for RGBA.
33962
33963 ------------------------------------------------------------------------
33964 r19879 | yoann | 2007-04-19 19:36:34 +0200 (Thu, 19 Apr 2007) | 2 lines
33965 Changed paths:
33966    M /trunk/doc/release-howto.txt
33967
33968 * don't forget the "Check for updates" functionality
33969
33970 ------------------------------------------------------------------------
33971 r19878 | courmisch | 2007-04-19 16:54:06 +0200 (Thu, 19 Apr 2007) | 2 lines
33972 Changed paths:
33973    M /trunk/include/vlc_interface.h
33974
33975 Spelling
33976
33977 ------------------------------------------------------------------------
33978 r19877 | jpsaman | 2007-04-19 10:33:30 +0200 (Thu, 19 Apr 2007) | 1 line
33979 Changed paths:
33980    M /trunk/modules/access/dvb/access.c
33981
33982 Check return value of malloc()
33983 ------------------------------------------------------------------------
33984 r19876 | jb | 2007-04-19 02:01:24 +0200 (Thu, 19 Apr 2007) | 3 lines
33985 Changed paths:
33986    M /trunk/extras/contrib/Makefile
33987    M /trunk/extras/contrib/change_prefix.sh
33988
33989 Contribs... .la again....
33990
33991
33992 ------------------------------------------------------------------------
33993 r19875 | jb | 2007-04-18 22:40:12 +0200 (Wed, 18 Apr 2007) | 5 lines
33994 Changed paths:
33995    M /trunk/modules/gui/qt4/dialogs_provider.cpp
33996    M /trunk/modules/gui/qt4/dialogs_provider.hpp
33997    M /trunk/modules/gui/qt4/input_manager.cpp
33998    M /trunk/modules/gui/qt4/input_manager.hpp
33999    M /trunk/modules/gui/qt4/main_interface.cpp
34000    M /trunk/modules/gui/qt4/menus.cpp
34001    M /trunk/modules/gui/qt4/qt4.cpp
34002    M /trunk/modules/gui/qt4/qt4.hpp
34003
34004 Qt4 - popupMenu and AlwaysOnTop. Needs testing.
34005 Mostly patch by  Sergey Volk
34006
34007
34008
34009 ------------------------------------------------------------------------
34010 r19874 | jb | 2007-04-18 22:07:42 +0200 (Wed, 18 Apr 2007) | 3 lines
34011 Changed paths:
34012    M /trunk/modules/gui/qt4/input_manager.cpp
34013
34014 qt4 - Bug in next/prev chapter. Found out by  Sergey Volk
34015
34016
34017 ------------------------------------------------------------------------
34018 r19873 | jb | 2007-04-18 21:32:53 +0200 (Wed, 18 Apr 2007) | 3 lines
34019 Changed paths:
34020    M /trunk/extras/contrib/change_prefix.sh
34021
34022 Contrib: Attempt to repair .la pathes. Repeating things, because I don't know how to do it better... Anyway, just an attempt
34023
34024
34025 ------------------------------------------------------------------------
34026 r19872 | courmisch | 2007-04-18 21:22:53 +0200 (Wed, 18 Apr 2007) | 2 lines
34027 Changed paths:
34028    M /trunk/src/input/input_internal.h
34029
34030 Kludge the kludge around the kludge around the kludge (sic)
34031
34032 ------------------------------------------------------------------------
34033 r19871 | courmisch | 2007-04-18 21:19:11 +0200 (Wed, 18 Apr 2007) | 2 lines
34034 Changed paths:
34035    M /trunk/src/input/input_internal.h
34036
34037 Ugly kludge around a kludge around a kludge. That's so nice.
34038
34039 ------------------------------------------------------------------------
34040 r19869 | courmisch | 2007-04-18 20:55:19 +0200 (Wed, 18 Apr 2007) | 2 lines
34041 Changed paths:
34042    M /trunk/include/vlc_stream.h
34043    M /trunk/src/input/demux.c
34044    M /trunk/src/input/input_internal.h
34045    M /trunk/src/input/mem_stream.c
34046    M /trunk/src/input/stream.c
34047    M /trunk/src/misc/objects.c
34048
34049 Uuinline functions and hide stream_t (it's not used in any module anyway)
34050
34051 ------------------------------------------------------------------------
34052 r19868 | courmisch | 2007-04-18 20:24:47 +0200 (Wed, 18 Apr 2007) | 2 lines
34053 Changed paths:
34054    M /trunk/modules/gui/qt4/qt4.cpp
34055
34056 Compile fix
34057
34058 ------------------------------------------------------------------------
34059 r19867 | courmisch | 2007-04-18 19:25:37 +0200 (Wed, 18 Apr 2007) | 2 lines
34060 Changed paths:
34061    M /trunk/include/vlc_stream.h
34062
34063 typo
34064
34065 ------------------------------------------------------------------------
34066 r19866 | courmisch | 2007-04-18 18:52:40 +0200 (Wed, 18 Apr 2007) | 2 lines
34067 Changed paths:
34068    M /trunk/modules/services_discovery/sap.c
34069
34070 Minor simplification
34071
34072 ------------------------------------------------------------------------
34073 r19865 | courmisch | 2007-04-18 18:50:35 +0200 (Wed, 18 Apr 2007) | 5 lines
34074 Changed paths:
34075    M /trunk/modules/services_discovery/sap.c
34076
34077 - Really handle alloc failures
34078 - Put a limit on the SDP size
34079 - Remove check for access_demux (this is not one, and it would crash later if it were anyway)
34080 - Fix description to not assume this handles UDP only (since it does not anymore)
34081
34082 ------------------------------------------------------------------------
34083 r19863 | xtophe | 2007-04-18 00:01:31 +0200 (Wed, 18 Apr 2007) | 2 lines
34084 Changed paths:
34085    M /trunk/po/POTFILES.in
34086    M /trunk/po/it.po
34087    M /trunk/po/sl.po
34088
34089 Update Italian and Slovenian l10n
34090
34091 ------------------------------------------------------------------------
34092 r19860 | dionoea | 2007-04-17 22:31:00 +0200 (Tue, 17 Apr 2007) | 3 lines
34093 Changed paths:
34094    M /trunk/modules/video_filter/erase.c
34095
34096 Improve logo erase filter (~12% speedup if my math and profiling are correct).
34097 Add support for I422 streams (un tested).
34098
34099 ------------------------------------------------------------------------
34100 r19859 | littlejohn | 2007-04-17 22:06:51 +0200 (Tue, 17 Apr 2007) | 1 line
34101 Changed paths:
34102    M /trunk/bindings/java/src/Makefile.am
34103
34104 Use the right libvlc library extension in java makefile
34105 ------------------------------------------------------------------------
34106 r19858 | xtophe | 2007-04-17 21:24:49 +0200 (Tue, 17 Apr 2007) | 2 lines
34107 Changed paths:
34108    M /trunk/INSTALL.win32
34109
34110 INSTALL.win32: Set correctly PATH when using contribs + misc fix
34111
34112 ------------------------------------------------------------------------
34113 r19857 | jb | 2007-04-17 20:24:46 +0200 (Tue, 17 Apr 2007) | 3 lines
34114 Changed paths:
34115    M /trunk/modules/gui/qt4/dialogs/sout.cpp
34116    M /trunk/modules/gui/qt4/ui/sout.ui
34117
34118 Qt4 - Sout Dialog: add FLV muxer... Some cosmetic changes too.
34119
34120
34121 ------------------------------------------------------------------------
34122 r19856 | jb | 2007-04-17 19:34:28 +0200 (Tue, 17 Apr 2007) | 3 lines
34123 Changed paths:
34124    M /trunk/modules/gui/qt4/components/open.cpp
34125    M /trunk/modules/gui/qt4/components/open.hpp
34126
34127 Qt4 - don't use a class member when you don't need it. Ref #19854
34128
34129
34130 ------------------------------------------------------------------------
34131 r19855 | jb | 2007-04-17 19:25:53 +0200 (Tue, 17 Apr 2007) | 3 lines
34132 Changed paths:
34133    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
34134
34135 Qt4 - Playlist: AutoScroll the playlist.
34136
34137
34138 ------------------------------------------------------------------------
34139 r19854 | jb | 2007-04-17 19:21:13 +0200 (Tue, 17 Apr 2007) | 3 lines
34140 Changed paths:
34141    M /trunk/modules/gui/qt4/components/open.cpp
34142    M /trunk/modules/gui/qt4/components/open.hpp
34143
34144 Qt4 - Open - Hide the OK/Cancel for everyone ( Windows too )
34145
34146
34147 ------------------------------------------------------------------------
34148 r19853 | jb | 2007-04-17 00:52:35 +0200 (Tue, 17 Apr 2007) | 3 lines
34149 Changed paths:
34150    M /trunk/modules/gui/qt4/components/open.cpp
34151    M /trunk/modules/gui/qt4/components/open.hpp
34152    M /trunk/modules/gui/qt4/dialogs/open.cpp
34153    M /trunk/modules/gui/qt4/dialogs/open.hpp
34154    M /trunk/modules/gui/qt4/dialogs_provider.cpp
34155    M /trunk/modules/gui/qt4/dialogs_provider.hpp
34156
34157 Qt4 - Open Dialog. Use #defines for tab naming to avoid miscomprehensions. Cosmectics.
34158
34159
34160 ------------------------------------------------------------------------
34161 r19852 | littlejohn | 2007-04-17 00:27:19 +0200 (Tue, 17 Apr 2007) | 1 line
34162 Changed paths:
34163    M /trunk/configure.ac
34164
34165 use the right extension for javac
34166 ------------------------------------------------------------------------
34167 r19851 | littlejohn | 2007-04-17 00:13:38 +0200 (Tue, 17 Apr 2007) | 1 line
34168 Changed paths:
34169    M /trunk/bindings/java/Makefile.am
34170    M /trunk/configure.ac
34171
34172 java compilation is javac friendly
34173 ------------------------------------------------------------------------
34174 r19850 | dionoea | 2007-04-17 00:03:25 +0200 (Tue, 17 Apr 2007) | 2 lines
34175 Changed paths:
34176    M /trunk/modules/video_filter/erase.c
34177
34178 Oops.
34179
34180 ------------------------------------------------------------------------
34181 r19849 | dionoea | 2007-04-16 23:59:39 +0200 (Mon, 16 Apr 2007) | 3 lines
34182 Changed paths:
34183    M /trunk/modules/video_filter/deinterlace.c
34184    M /trunk/modules/video_filter/erase.c
34185
34186  * erase.c: add bluring effect, fix a bunch of bugs and compile warnings. It now looks good.
34187  * deinterlace.c: compile warning fix.
34188
34189 ------------------------------------------------------------------------
34190 r19848 | xtophe | 2007-04-16 23:39:07 +0200 (Mon, 16 Apr 2007) | 2 lines
34191 Changed paths:
34192    M /trunk/extras/contrib/Makefile
34193
34194 Don't distribute .la files for win32
34195
34196 ------------------------------------------------------------------------
34197 r19847 | littlejohn | 2007-04-16 23:21:09 +0200 (Mon, 16 Apr 2007) | 1 line
34198 Changed paths:
34199    M /trunk/bindings/java/Makefile.am
34200    A /trunk/bindings/java/includes/Audio.h
34201    A /trunk/bindings/java/includes/AudioIntf.h
34202    A /trunk/bindings/java/includes/GenericVideoWidget.h
34203    A /trunk/bindings/java/includes/Input.h
34204    A /trunk/bindings/java/includes/InputIntf.h
34205    A /trunk/bindings/java/includes/JLibVLC.h
34206    A /trunk/bindings/java/includes/JVLC.h
34207    A /trunk/bindings/java/includes/JVLCCanvas.h
34208    A /trunk/bindings/java/includes/JVLCPanel.h
34209    A /trunk/bindings/java/includes/Playlist.h
34210    A /trunk/bindings/java/includes/PlaylistIntf.h
34211    A /trunk/bindings/java/includes/VLCException.h
34212    A /trunk/bindings/java/includes/VLM.h
34213    A /trunk/bindings/java/includes/VLMIntf.h
34214    A /trunk/bindings/java/includes/Video.h
34215    A /trunk/bindings/java/includes/VideoIntf.h
34216
34217 bindings makefile simplified and includes added
34218 ------------------------------------------------------------------------
34219 r19846 | jb | 2007-04-16 22:53:10 +0200 (Mon, 16 Apr 2007) | 3 lines
34220 Changed paths:
34221    M /trunk/modules/gui/qt4/dialogs/open.cpp
34222    M /trunk/modules/gui/qt4/ui/open.ui
34223
34224 Qt4 - Open Dialog. Implement start-time in advanced options. Cosmetic (enabling suffixes INSIDE spinBoxes) changes.
34225
34226
34227 ------------------------------------------------------------------------
34228 r19845 | damienf | 2007-04-16 21:55:38 +0200 (Mon, 16 Apr 2007) | 2 lines
34229 Changed paths:
34230    M /trunk/extras/contrib/src/Patches/live-config.patch
34231
34232 - contribs: fixed live555 patch
34233
34234 ------------------------------------------------------------------------
34235 r19844 | dionoea | 2007-04-16 21:30:59 +0200 (Mon, 16 Apr 2007) | 2 lines
34236 Changed paths:
34237    M /trunk/modules/stream_out/transcode.c
34238
34239 Transcode: We want to be strict when calling module_Need for audio filter, video filters and the deinterlace video filter too. (This fixes a problem with deinterlace not loading on my computer)
34240
34241 ------------------------------------------------------------------------
34242 r19843 | jb | 2007-04-16 20:08:27 +0200 (Mon, 16 Apr 2007) | 8 lines
34243 Changed paths:
34244    M /trunk/modules/audio_output/jack.c
34245
34246 JACK patch from Jon Griffiths
34247
34248 The attached patch adds 2 config options for JACK output: a boolean
34249 saying whether or not to connect automatically, and an optional
34250 prefix which filters out input ports so VLC connects only to the
34251 port(s) you want.
34252
34253
34254 ------------------------------------------------------------------------
34255 r19842 | jpsaman | 2007-04-16 19:11:29 +0200 (Mon, 16 Apr 2007) | 1 line
34256 Changed paths:
34257    M /trunk/THANKS
34258    M /trunk/configure.ac
34259    M /trunk/modules/access/pvr.c
34260
34261 Patch from Paul Corke <paul.corke at datatote dot co do uk). It enables newer ivtv drivers to be used with the pvr input. Plus some additions and fixes from me:code cleanups, fix memoryleaks, coding style and identation fixes.
34262 ------------------------------------------------------------------------
34263 r19841 | damienf | 2007-04-16 18:32:11 +0200 (Mon, 16 Apr 2007) | 2 lines
34264 Changed paths:
34265    M /trunk/modules/access/dshow/common.h
34266
34267 dshow/common.h: reverting r19786
34268
34269 ------------------------------------------------------------------------
34270 r19840 | damienf | 2007-04-16 14:01:03 +0200 (Mon, 16 Apr 2007) | 2 lines
34271 Changed paths:
34272    M /trunk/extras/contrib/src/Patches/libshout-win32.patch
34273
34274 - libshout-win32: patches Makefile.am rather then Makefile.in
34275
34276 ------------------------------------------------------------------------
34277 r19839 | damienf | 2007-04-16 10:57:15 +0200 (Mon, 16 Apr 2007) | 2 lines
34278 Changed paths:
34279    M /trunk/toolbox
34280
34281 toolbox: remove obsoloted files
34282
34283 ------------------------------------------------------------------------
34284 r19838 | markfm | 2007-04-16 04:27:39 +0200 (Mon, 16 Apr 2007) | 2 lines
34285 Changed paths:
34286    M /trunk/modules/access/dshow/common.h
34287
34288 Use ifdef/endif tests on the undefs
34289
34290 ------------------------------------------------------------------------
34291 r19837 | dionoea | 2007-04-15 23:37:49 +0200 (Sun, 15 Apr 2007) | 2 lines
34292 Changed paths:
34293    M /trunk/modules/video_filter/logo.c
34294
34295 Don't delete variables that don't exist.
34296
34297 ------------------------------------------------------------------------
34298 r19836 | dionoea | 2007-04-15 23:12:27 +0200 (Sun, 15 Apr 2007) | 2 lines
34299 Changed paths:
34300    M /trunk/modules/video_filter/alphamask.c
34301
34302 Remove old TODO + fix spelling.
34303
34304 ------------------------------------------------------------------------
34305 r19835 | dionoea | 2007-04-15 23:04:40 +0200 (Sun, 15 Apr 2007) | 2 lines
34306 Changed paths:
34307    M /trunk/NEWS
34308
34309 Update NEWS based on previous commit.
34310
34311 ------------------------------------------------------------------------
34312 r19834 | dionoea | 2007-04-15 23:00:09 +0200 (Sun, 15 Apr 2007) | 13 lines
34313 Changed paths:
34314    M /trunk/configure.ac
34315    M /trunk/modules/stream_out/mosaic_bridge.c
34316    M /trunk/modules/video_filter/Modules.am
34317    A /trunk/modules/video_filter/alphamask.c
34318    A /trunk/modules/video_filter/bluescreen.c (from /trunk/modules/video_filter/mosaic.c:19744)
34319    M /trunk/modules/video_filter/invert.c
34320    M /trunk/modules/video_filter/mosaic.c
34321
34322  * mosaic_bridge.c: - Add "vfilters" option to apply video filters on the
34323                       image before sending it to the mosaic.
34324                     - Add option ("chroma") to force the image chroma
34325                     - Remove alpha mask code
34326  * mosaic.c: - Remove bluescreen code
34327              - Misc cosmetics changes
34328  * bluescreen.c: New bluescreen filter (mostly cut & paste from mosaic.c)
34329  * alphamask.c: New alpha mask filter (mostly cut & paste from mosaic_bridge.c)
34330  * invert.c: don't invert the alpha plane for YUVA images (We also need to
34331              prevent that for RGBA images ... but that's not really used
34332              currently)
34333  * configure.ac, video_filter/Modules.am: add alphamask and bluescreen
34334
34335 ------------------------------------------------------------------------
34336 r19833 | dionoea | 2007-04-15 22:50:47 +0200 (Sun, 15 Apr 2007) | 2 lines
34337 Changed paths:
34338    M /trunk/modules/stream_out/transcode.c
34339
34340 Remove trailing spaces.
34341
34342 ------------------------------------------------------------------------
34343 r19832 | dionoea | 2007-04-15 22:49:47 +0200 (Sun, 15 Apr 2007) | 2 lines
34344 Changed paths:
34345    M /trunk/modules/stream_out/duplicate.c
34346
34347 Comment fix.
34348
34349 ------------------------------------------------------------------------
34350 r19831 | dionoea | 2007-04-15 22:46:28 +0200 (Sun, 15 Apr 2007) | 3 lines
34351 Changed paths:
34352    M /trunk/src/libvlc-module.c
34353    M /trunk/src/video_output/video_output.c
34354    M /trunk/src/video_output/vout_subpictures.c
34355
34356  * Switch b_strict to true in module_Need calls (we're requiring a specific module)
34357  * Add missing space in help string.
34358
34359 ------------------------------------------------------------------------
34360 r19830 | courmisch | 2007-04-15 20:52:03 +0200 (Sun, 15 Apr 2007) | 4 lines
34361 Changed paths:
34362    M /trunk/modules/gui/qt4/Modules.am
34363
34364  - Fix make clean
34365  - Remove GNU/makeisms
34366  - Cleanup
34367
34368 ------------------------------------------------------------------------
34369 r19829 | courmisch | 2007-04-15 19:41:14 +0200 (Sun, 15 Apr 2007) | 2 lines
34370 Changed paths:
34371    M /trunk/modules/gui/qt4/Modules.am
34372
34373 Make distcheck is your friend, when adding files...
34374
34375 ------------------------------------------------------------------------
34376 r19828 | courmisch | 2007-04-15 19:38:19 +0200 (Sun, 15 Apr 2007) | 2 lines
34377 Changed paths:
34378    M /trunk/src/Makefile.am
34379    M /trunk/src/test/url.c
34380
34381 Fix the test suite
34382
34383 ------------------------------------------------------------------------
34384 r19827 | courmisch | 2007-04-15 19:32:54 +0200 (Sun, 15 Apr 2007) | 2 lines
34385 Changed paths:
34386    M /trunk/include/vlc_network.h
34387
34388 Mingw/Vista hack
34389
34390 ------------------------------------------------------------------------
34391 r19826 | littlejohn | 2007-04-15 19:21:34 +0200 (Sun, 15 Apr 2007) | 1 line
34392 Changed paths:
34393    M /trunk/modules/video_output/directx/events.c
34394
34395 correctly implement VOUT_REPARENT in windows
34396 ------------------------------------------------------------------------
34397 r19825 | courmisch | 2007-04-15 16:40:51 +0200 (Sun, 15 Apr 2007) | 2 lines
34398 Changed paths:
34399    M /trunk/modules/gui/qt4/Modules.am
34400
34401 Missing files
34402
34403 ------------------------------------------------------------------------
34404 r19824 | littlejohn | 2007-04-15 16:34:51 +0200 (Sun, 15 Apr 2007) | 1 line
34405 Changed paths:
34406    M /trunk/bindings/java/VlcClient.java
34407
34408 Do not use absolute paths in java VlcClient
34409 ------------------------------------------------------------------------
34410 r19823 | courmisch | 2007-04-15 16:12:07 +0200 (Sun, 15 Apr 2007) | 2 lines
34411 Changed paths:
34412    M /trunk/modules/services_discovery/sap.c
34413
34414 There are multiple IPv4 SAP addresses
34415
34416 ------------------------------------------------------------------------
34417 r19822 | littlejohn | 2007-04-15 15:52:05 +0200 (Sun, 15 Apr 2007) | 1 line
34418 Changed paths:
34419    M /trunk/modules/video_output/directx/events.c
34420
34421 Do not create a new window if hwnd is provided
34422 ------------------------------------------------------------------------
34423 r19821 | courmisch | 2007-04-15 15:43:35 +0200 (Sun, 15 Apr 2007) | 2 lines
34424 Changed paths:
34425    M /trunk/share/applications/vlc.desktop.in
34426
34427 Soft code version number in desktop file
34428
34429 ------------------------------------------------------------------------
34430 r19820 | courmisch | 2007-04-15 15:42:53 +0200 (Sun, 15 Apr 2007) | 2 lines
34431 Changed paths:
34432    M /trunk/share/Makefile.am
34433    D /trunk/share/applications/vlc.desktop
34434    A /trunk/share/applications/vlc.desktop.in (from /trunk/share/applications/vlc.desktop:19819)
34435
34436 Pass desktop file through config.status
34437
34438 ------------------------------------------------------------------------
34439 r19819 | courmisch | 2007-04-15 15:38:00 +0200 (Sun, 15 Apr 2007) | 3 lines
34440 Changed paths:
34441    M /trunk/share/Makefile.am
34442    M /trunk/share/applications/vlc.desktop
34443
34444  - Fix installation of gnome-vlc-default.sh
34445  - Make the desktop icon execute vlc instead of wxvlc
34446
34447 ------------------------------------------------------------------------
34448 r19818 | courmisch | 2007-04-15 15:31:24 +0200 (Sun, 15 Apr 2007) | 2 lines
34449 Changed paths:
34450    M /trunk/share/Makefile.am
34451
34452 Cosmetic changes
34453
34454 ------------------------------------------------------------------------
34455 r19817 | courmisch | 2007-04-15 14:34:00 +0200 (Sun, 15 Apr 2007) | 3 lines
34456 Changed paths:
34457    M /trunk/src/playlist/loadsave.c
34458
34459 Print error message when loading the playlist fails
34460 (which is always)
34461
34462 ------------------------------------------------------------------------
34463 r19816 | courmisch | 2007-04-15 14:16:43 +0200 (Sun, 15 Apr 2007) | 2 lines
34464 Changed paths:
34465    M /trunk/modules/access_output/udp.c
34466
34467 Fix segmentation fault
34468
34469 ------------------------------------------------------------------------
34470 r19815 | courmisch | 2007-04-15 13:53:54 +0200 (Sun, 15 Apr 2007) | 2 lines
34471 Changed paths:
34472    M /trunk/src/libvlc-module.c
34473
34474 Revert [16490]: do NOT remember loop repeat and random
34475
34476 ------------------------------------------------------------------------
34477 r19814 | courmisch | 2007-04-15 13:41:47 +0200 (Sun, 15 Apr 2007) | 2 lines
34478 Changed paths:
34479    M /trunk/src/modules/configuration.c
34480
34481 Remove useless wrapper around free()
34482
34483 ------------------------------------------------------------------------
34484 r19813 | courmisch | 2007-04-15 13:25:39 +0200 (Sun, 15 Apr 2007) | 2 lines
34485 Changed paths:
34486    M /trunk/src/modules/configuration.c
34487
34488 Complain in case of error when parsing the config file
34489
34490 ------------------------------------------------------------------------
34491 r19812 | courmisch | 2007-04-15 12:16:01 +0200 (Sun, 15 Apr 2007) | 4 lines
34492 Changed paths:
34493    M /trunk/src/modules/modules.c
34494
34495 Increase plugin cache version to force stalling.
34496
34497 This is not strictly required, but helps propage fix for #1086.
34498
34499 ------------------------------------------------------------------------
34500 r19811 | courmisch | 2007-04-15 12:13:05 +0200 (Sun, 15 Apr 2007) | 2 lines
34501 Changed paths:
34502    M /trunk/include/vlc_configuration.h
34503    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
34504    M /trunk/src/modules/configuration.c
34505    M /trunk/src/modules/configuration.h
34506
34507 Category and subcategory items are also integers. Fix #1086
34508
34509 ------------------------------------------------------------------------
34510 r19809 | courmisch | 2007-04-15 11:30:32 +0200 (Sun, 15 Apr 2007) | 2 lines
34511 Changed paths:
34512    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
34513
34514 Cosmetic change
34515
34516 ------------------------------------------------------------------------
34517 r19807 | courmisch | 2007-04-15 10:51:13 +0200 (Sun, 15 Apr 2007) | 2 lines
34518 Changed paths:
34519    M /trunk/modules/control/rc.c
34520
34521 Also remove --rc-unix from Win32 port for obvious reasons
34522
34523 ------------------------------------------------------------------------
34524 r19806 | courmisch | 2007-04-15 10:45:48 +0200 (Sun, 15 Apr 2007) | 2 lines
34525 Changed paths:
34526    M /trunk/modules/control/rc.c
34527
34528 Remove rc-fake-tty from Win32 port since it's explicitly not supported.
34529
34530 ------------------------------------------------------------------------
34531 r19805 | courmisch | 2007-04-15 10:20:45 +0200 (Sun, 15 Apr 2007) | 4 lines
34532 Changed paths:
34533    M /trunk/include/vlc_network.h
34534    M /trunk/src/network/io.c
34535    M /trunk/src/network/udp.c
34536
34537  - Only use IPV6_V6ONLY when it makes sense (i.e. receiving datagram socket)
34538  - Remove net_ListenSingle from LibVLC API
34539  - Improve error message when network protocol to be used is ambiguous
34540
34541 ------------------------------------------------------------------------
34542 r19804 | courmisch | 2007-04-15 10:18:16 +0200 (Sun, 15 Apr 2007) | 2 lines
34543 Changed paths:
34544    M /trunk/extras/contrib
34545
34546 svn:ignore
34547
34548 ------------------------------------------------------------------------
34549 r19802 | courmisch | 2007-04-15 08:46:06 +0200 (Sun, 15 Apr 2007) | 2 lines
34550 Changed paths:
34551    M /trunk/modules/misc/gnutls.c
34552
34553 Fix double certificate deinitialization
34554
34555 ------------------------------------------------------------------------
34556 r19801 | pdherbemont | 2007-04-14 22:25:50 +0200 (Sat, 14 Apr 2007) | 2 lines
34557 Changed paths:
34558    M /trunk/modules/gui/macosx/intf.m
34559
34560 Mac OS X gui: Pause playback when going to sleep.
34561
34562 ------------------------------------------------------------------------
34563 r19800 | courmisch | 2007-04-14 21:20:39 +0200 (Sat, 14 Apr 2007) | 2 lines
34564 Changed paths:
34565    M /trunk/include/vlc_modules_macros.h
34566    M /trunk/src/modules/modules.h
34567
34568 Works this time
34569
34570 ------------------------------------------------------------------------
34571 r19799 | courmisch | 2007-04-14 21:07:51 +0200 (Sat, 14 Apr 2007) | 2 lines
34572 Changed paths:
34573    M /trunk/src/modules/modules.h
34574
34575 Undo erroneous commit
34576
34577 ------------------------------------------------------------------------
34578 r19798 | courmisch | 2007-04-14 21:01:33 +0200 (Sat, 14 Apr 2007) | 2 lines
34579 Changed paths:
34580    M /trunk/src/libvlc-common.c
34581
34582 Fix compiler warning
34583
34584 ------------------------------------------------------------------------
34585 r19797 | courmisch | 2007-04-14 21:00:42 +0200 (Sat, 14 Apr 2007) | 2 lines
34586 Changed paths:
34587    M /trunk/src/input/decoder.c
34588    M /trunk/src/interface/interface.c
34589    M /trunk/src/libvlc-common.c
34590    M /trunk/src/misc/objects.c
34591    M /trunk/src/modules/configuration.c
34592    M /trunk/src/modules/entry.c
34593    M /trunk/src/modules/modules.h
34594    M /trunk/src/video_output/video_output.c
34595
34596 Include modules.h whenever needed
34597
34598 ------------------------------------------------------------------------
34599 r19796 | courmisch | 2007-04-14 20:24:58 +0200 (Sat, 14 Apr 2007) | 2 lines
34600 Changed paths:
34601    M /trunk/src/modules/entry.c
34602    M /trunk/src/modules/modules.c
34603
34604 Tiny code factorization
34605
34606 ------------------------------------------------------------------------
34607 r19795 | courmisch | 2007-04-14 20:17:17 +0200 (Sat, 14 Apr 2007) | 2 lines
34608 Changed paths:
34609    M /trunk/include/vlc_modules.h
34610    M /trunk/include/vlc_modules_macros.h
34611    M /trunk/src/modules/entry.c
34612    M /trunk/src/modules/modules.c
34613
34614 Further hide module_t layout from plugins
34615
34616 ------------------------------------------------------------------------
34617 r19794 | courmisch | 2007-04-14 20:14:38 +0200 (Sat, 14 Apr 2007) | 2 lines
34618 Changed paths:
34619    M /trunk/modules/access/udp.c
34620
34621 Remove unused variable
34622
34623 ------------------------------------------------------------------------
34624 r19793 | courmisch | 2007-04-14 19:32:32 +0200 (Sat, 14 Apr 2007) | 2 lines
34625 Changed paths:
34626    M /trunk/src/modules/modules.c
34627
34628 Handle plugin cache reading error case
34629
34630 ------------------------------------------------------------------------
34631 r19792 | courmisch | 2007-04-14 19:31:01 +0200 (Sat, 14 Apr 2007) | 2 lines
34632 Changed paths:
34633    M /trunk/include/vlc_modules.h
34634    M /trunk/include/vlc_modules_macros.h
34635
34636 Get rid of useless p_symbols
34637
34638 ------------------------------------------------------------------------
34639 r19791 | courmisch | 2007-04-14 18:50:43 +0200 (Sat, 14 Apr 2007) | 2 lines
34640 Changed paths:
34641    M /trunk/extras/contrib/src/Makefile
34642    M /trunk/extras/contrib/src/packages.mak
34643
34644 update libdca (untested)
34645
34646 ------------------------------------------------------------------------
34647 r19790 | courmisch | 2007-04-14 18:15:37 +0200 (Sat, 14 Apr 2007) | 2 lines
34648 Changed paths:
34649    M /trunk/include/vlc_modules.h
34650    M /trunk/include/vlc_modules_macros.h
34651    M /trunk/src/Makefile.am
34652    A /trunk/src/modules/entry.c
34653
34654 Initial work on hiding module_t layout from plugins
34655
34656 ------------------------------------------------------------------------
34657 r19789 | courmisch | 2007-04-14 17:19:27 +0200 (Sat, 14 Apr 2007) | 2 lines
34658 Changed paths:
34659    M /trunk/configure.ac
34660
34661 Fix typo
34662
34663 ------------------------------------------------------------------------
34664 r19788 | courmisch | 2007-04-14 17:19:03 +0200 (Sat, 14 Apr 2007) | 2 lines
34665 Changed paths:
34666    M /trunk/po/POTFILES.in
34667    M /trunk/src/Makefile.am
34668    M /trunk/src/libvlc-common.c
34669    D /trunk/src/misc/configuration.c
34670    D /trunk/src/misc/configuration.h
34671    D /trunk/src/misc/configuration_chain.c
34672    D /trunk/src/misc/modules.c
34673    D /trunk/src/misc/modules.h
34674    D /trunk/src/misc/modules_builtin.h.in
34675    A /trunk/src/modules
34676    A /trunk/src/modules/builtin.h.in (from /trunk/src/misc/modules_builtin.h.in:19787)
34677    A /trunk/src/modules/configuration.c (from /trunk/src/misc/configuration.c:19784)
34678    A /trunk/src/modules/configuration.h (from /trunk/src/misc/configuration.h:19784)
34679    A /trunk/src/modules/configuration_chain.c (from /trunk/src/misc/configuration_chain.c:19784)
34680    A /trunk/src/modules/modules.c (from /trunk/src/misc/modules.c:19784)
34681    A /trunk/src/modules/modules.h (from /trunk/src/misc/modules.h:19784)
34682    M /trunk/src/playlist/loadsave.c
34683    M /trunk/toolbox
34684
34685 Move libvlc module stuff to their own subdirectory
34686
34687 ------------------------------------------------------------------------
34688 r19787 | courmisch | 2007-04-14 17:07:46 +0200 (Sat, 14 Apr 2007) | 2 lines
34689 Changed paths:
34690    M /trunk/modules/audio_filter/converter/dtstofloat32.c
34691
34692 Switch to libdca API
34693
34694 ------------------------------------------------------------------------
34695 r19786 | markfm | 2007-04-14 17:04:36 +0200 (Sat, 14 Apr 2007) | 2 lines
34696 Changed paths:
34697    M /trunk/modules/access/dshow/common.h
34698
34699 Fix dshow build on Cygwin -- add size_t and ptrdiff_t undefs
34700
34701 ------------------------------------------------------------------------
34702 r19785 | courmisch | 2007-04-14 17:04:06 +0200 (Sat, 14 Apr 2007) | 2 lines
34703 Changed paths:
34704    M /trunk/configure.ac
34705
34706 Detect libdca properly
34707
34708 ------------------------------------------------------------------------
34709 r19784 | courmisch | 2007-04-14 16:15:12 +0200 (Sat, 14 Apr 2007) | 2 lines
34710 Changed paths:
34711    M /trunk/src/misc/configuration.h
34712
34713 Clean header file
34714
34715 ------------------------------------------------------------------------
34716 r19782 | gbazin | 2007-04-14 01:51:24 +0200 (Sat, 14 Apr 2007) | 1 line
34717 Changed paths:
34718    M /trunk/modules/demux/asf/libasf.c
34719
34720 * modules/demux/asf/* use index for seeking if available and if there's a video track.
34721 ------------------------------------------------------------------------
34722 r19781 | gbazin | 2007-04-14 01:50:47 +0200 (Sat, 14 Apr 2007) | 1 line
34723 Changed paths:
34724    M /trunk/modules/demux/asf/asf.c
34725
34726 * modules/demux/asf/* use index for seeking if available and if there's a video track.
34727 ------------------------------------------------------------------------
34728 r19780 | jb | 2007-04-13 09:14:48 +0200 (Fri, 13 Apr 2007) | 3 lines
34729 Changed paths:
34730    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
34731    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
34732    M /trunk/modules/gui/qt4/main_interface.cpp
34733    M /trunk/modules/gui/qt4/util/customwidgets.cpp
34734    M /trunk/modules/gui/qt4/util/customwidgets.hpp
34735
34736 qt4 - Mousewheel (2)
34737
34738
34739 ------------------------------------------------------------------------
34740 r19779 | xtophe | 2007-04-12 23:07:19 +0200 (Thu, 12 Apr 2007) | 2 lines
34741 Changed paths:
34742    M /trunk/po/sl.po
34743
34744 Slovenian l10n update by Matej Urbancic
34745
34746 ------------------------------------------------------------------------
34747 r19776 | fkuehne | 2007-04-12 20:44:47 +0200 (Thu, 12 Apr 2007) | 1 line
34748 Changed paths:
34749    M /trunk/configure.ac
34750    M /trunk/extras/contrib/bootstrap
34751
34752 * added sanity flags for future darwin releases and potentionally fixed OSX SDK support on Intel-based boxes. needs further testing, which I'll do later on
34753 ------------------------------------------------------------------------
34754 r19770 | jb | 2007-04-12 18:24:49 +0200 (Thu, 12 Apr 2007) | 3 lines
34755 Changed paths:
34756    M /trunk/modules/gui/qt4/main_interface.cpp
34757    M /trunk/modules/gui/qt4/main_interface.hpp
34758    M /trunk/modules/gui/qt4/util/customwidgets.cpp
34759    M /trunk/modules/gui/qt4/util/customwidgets.hpp
34760
34761 Qt4 - MouseWheel support - patch by Sergey Volk.
34762
34763
34764 ------------------------------------------------------------------------
34765 r19768 | jb | 2007-04-12 18:05:18 +0200 (Thu, 12 Apr 2007) | 3 lines
34766 Changed paths:
34767    M /trunk/modules/gui/qt4/qt4.cpp
34768
34769 Qt4 - Set a higher score to qt4 than wx. Ref [19766]
34770
34771
34772 ------------------------------------------------------------------------
34773 r19767 | dionoea | 2007-04-12 17:05:09 +0200 (Thu, 12 Apr 2007) | 2 lines
34774 Changed paths:
34775    M /trunk/src/misc/modules.c
34776
34777 Invalidate old caches (cf [19742]).
34778
34779 ------------------------------------------------------------------------
34780 r19766 | xtophe | 2007-04-12 17:04:31 +0200 (Thu, 12 Apr 2007) | 2 lines
34781 Changed paths:
34782    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
34783
34784 score is cached, so it's not a good idea to have it depens of the environement
34785
34786 ------------------------------------------------------------------------
34787 r19764 | jb | 2007-04-12 02:27:10 +0200 (Thu, 12 Apr 2007) | 3 lines
34788 Changed paths:
34789    M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
34790
34791 Qt4 - typo correction
34792
34793
34794 ------------------------------------------------------------------------
34795 r19763 | jb | 2007-04-12 02:10:13 +0200 (Thu, 12 Apr 2007) | 3 lines
34796 Changed paths:
34797    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
34798    M /trunk/modules/gui/qt4/ui/sprefs_hotkeys.ui
34799    M /trunk/modules/gui/qt4/ui/sprefs_input.ui
34800    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
34801    M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
34802    M /trunk/modules/gui/qt4/ui/sprefs_video.ui
34803
34804 qt4 - Sprefs - Slight modification.
34805
34806
34807 ------------------------------------------------------------------------
34808 r19762 | xtophe | 2007-04-12 01:01:24 +0200 (Thu, 12 Apr 2007) | 2 lines
34809 Changed paths:
34810    M /trunk/po/fr.po
34811
34812 fix Direct3D translation
34813
34814 ------------------------------------------------------------------------
34815 r19760 | dionoea | 2007-04-11 20:10:05 +0200 (Wed, 11 Apr 2007) | 4 lines
34816 Changed paths:
34817    M /trunk/src/libvlc-common.c
34818    M /trunk/src/libvlc-module.c
34819
34820 * Honor --color with --list.
34821 * Add --list-verbose option.
34822 * Make sure that help related options always come first in the help output.
34823
34824 ------------------------------------------------------------------------
34825 r19757 | damienf | 2007-04-10 20:21:57 +0200 (Tue, 10 Apr 2007) | 2 lines
34826 Changed paths:
34827    M /trunk/src/control/video.c
34828    M /trunk/src/text/strings.c
34829
34830 libvlc_video_take_snapshot: removed kludge and fixed path_sanitize for win32
34831
34832 ------------------------------------------------------------------------
34833 r19756 | damienf | 2007-04-10 20:20:26 +0200 (Tue, 10 Apr 2007) | 2 lines
34834 Changed paths:
34835    M /trunk/activex/axvlc.idl
34836    M /trunk/activex/axvlc.tlb
34837    M /trunk/activex/axvlc_idl.c
34838    M /trunk/activex/axvlc_idl.h
34839    M /trunk/activex/plugin.cpp
34840    M /trunk/activex/vlccontrol2.cpp
34841    M /trunk/activex/vlccontrol2.h
34842
34843 - activex: support for taking a snapshot into a Picture object
34844
34845 ------------------------------------------------------------------------
34846 r19755 | xtophe | 2007-04-10 14:49:34 +0200 (Tue, 10 Apr 2007) | 2 lines
34847 Changed paths:
34848    M /trunk/po/POTFILES.in
34849    M /trunk/po/vlc.pot
34850
34851 Some qt4 files were renamed 
34852
34853 ------------------------------------------------------------------------
34854 r19754 | jb | 2007-04-10 00:57:52 +0200 (Tue, 10 Apr 2007) | 4 lines
34855 Changed paths:
34856    M /trunk/modules/gui/qt4/components/complete_preferences.cpp
34857    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
34858    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
34859
34860 Qt4 - Preferences - Size/Layout/Margin and stuff related. This is not yet optimal, but is much better than it was, I think. Some work has yet to be done on Complete Preferences to make it nicer.
34861
34862
34863
34864 ------------------------------------------------------------------------
34865 r19753 | xtophe | 2007-04-09 21:41:36 +0200 (Mon, 09 Apr 2007) | 2 lines
34866 Changed paths:
34867    M /trunk/modules/audio_output/file.c
34868    M /trunk/modules/misc/rtsp.c
34869
34870 Fix warnings.
34871
34872 ------------------------------------------------------------------------
34873 r19752 | xtophe | 2007-04-09 20:36:16 +0200 (Mon, 09 Apr 2007) | 2 lines
34874 Changed paths:
34875    M /trunk/modules/stream_out/rtp.c
34876
34877 vlc_b64_decode_binary() is in vlc_strings.h
34878
34879 ------------------------------------------------------------------------
34880 r19749 | courmisch | 2007-04-09 17:15:02 +0200 (Mon, 09 Apr 2007) | 2 lines
34881 Changed paths:
34882    M /trunk/modules/stream_out/rtp.c
34883
34884 SDP: fix ordering of b= and a=
34885
34886 ------------------------------------------------------------------------
34887 r19747 | courmisch | 2007-04-09 17:07:29 +0200 (Mon, 09 Apr 2007) | 2 lines
34888 Changed paths:
34889    M /trunk/modules/stream_out/rtp.c
34890
34891 Do not insert TTL in c= line for IPv6 - this was invalid
34892
34893 ------------------------------------------------------------------------
34894 r19746 | funman | 2007-04-08 17:59:43 +0200 (Sun, 08 Apr 2007) | 1 line
34895 Changed paths:
34896    M /trunk/src/libvlc-common.c
34897
34898 Don't run hal_initialize() twice. Bug introduced in [19692].
34899 ------------------------------------------------------------------------
34900 r19745 | Trax | 2007-04-08 16:04:31 +0200 (Sun, 08 Apr 2007) | 1 line
34901 Changed paths:
34902    M /trunk/modules/access_output/shout.c
34903
34904 * modules/access_output/shout.c: Initialize shout settings properly and make ICY the default protocol. This fixes some libshout Socket error messages on initialization. Closes #1003.
34905 ------------------------------------------------------------------------
34906 r19744 | dionoea | 2007-04-07 22:17:12 +0200 (Sat, 07 Apr 2007) | 5 lines
34907 Changed paths:
34908    M /trunk/modules/video_filter/mosaic.c
34909
34910 Mosaic:
34911 Allow runtime changes of the bluescreen parameters
34912 Cosmetics
34913 Compilation warning fixes
34914
34915 ------------------------------------------------------------------------
34916 r19743 | dionoea | 2007-04-07 22:16:18 +0200 (Sat, 07 Apr 2007) | 2 lines
34917 Changed paths:
34918    M /trunk/modules/stream_out/mosaic_bridge.c
34919
34920 Mosaic bridge: Allow runtime changes of the height and width parameters.
34921
34922 ------------------------------------------------------------------------
34923 r19742 | dionoea | 2007-04-07 22:14:42 +0200 (Sat, 07 Apr 2007) | 3 lines
34924 Changed paths:
34925    M /trunk/src/misc/modules.c
34926
34927 Modules have a psz_help string. This is currently used by 1 module only (headphone audio filter) ... but that doesn't mean that it shouldn't be stored in cache. This commit will break the cache so we need to change a cache version somewhere. Since i didn't know where to look ... this is yet to be done.
34928 + misc changes
34929
34930 ------------------------------------------------------------------------
34931 r19741 | dionoea | 2007-04-07 22:13:06 +0200 (Sat, 07 Apr 2007) | 2 lines
34932 Changed paths:
34933    M /trunk/include/vlc_configuration.h
34934
34935 Cosmetics.
34936
34937 ------------------------------------------------------------------------
34938 r19740 | dionoea | 2007-04-07 22:12:41 +0200 (Sat, 07 Apr 2007) | 2 lines
34939 Changed paths:
34940    M /trunk/src/libvlc-common.c
34941
34942 Display module's psz_help in help output (see next commit on modules.c for details).
34943
34944 ------------------------------------------------------------------------
34945 r19739 | dionoea | 2007-04-07 22:12:02 +0200 (Sat, 07 Apr 2007) | 2 lines
34946 Changed paths:
34947    M /trunk/src/libvlc-common.c
34948
34949 Add color help output when using command line switches to get help + --color.
34950
34951 ------------------------------------------------------------------------
34952 r19738 | dionoea | 2007-04-07 22:09:34 +0200 (Sat, 07 Apr 2007) | 2 lines
34953 Changed paths:
34954    M /trunk/src/libvlc-common.c
34955
34956 Add subcategories and sections to command line help output.
34957
34958 ------------------------------------------------------------------------
34959 r19737 | dionoea | 2007-04-07 22:07:56 +0200 (Sat, 07 Apr 2007) | 2 lines
34960 Changed paths:
34961    M /trunk/src/libvlc-module.c
34962
34963 Fix help string.
34964
34965 ------------------------------------------------------------------------
34966 r19736 | fkuehne | 2007-04-07 19:20:47 +0200 (Sat, 07 Apr 2007) | 1 line
34967 Changed paths:
34968    M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/info.nib
34969    M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib
34970
34971 * enlarge the row height about 10 pixels to allow longer error messages (up to 3 lines)
34972 ------------------------------------------------------------------------
34973 r19735 | fkuehne | 2007-04-07 19:07:32 +0200 (Sat, 07 Apr 2007) | 1 line
34974 Changed paths:
34975    M /trunk/modules/gui/macosx/update.h
34976    M /trunk/modules/gui/macosx/update.m
34977
34978 * re-worded the GUI strings a bit and removed a useless warning (it's a feature, no bug...)
34979 ------------------------------------------------------------------------
34980 r19734 | funman | 2007-04-07 18:36:44 +0200 (Sat, 07 Apr 2007) | 1 line
34981 Changed paths:
34982    M /trunk/extras/contrib/src/Patches/libshout-win32.patch
34983
34984 win32 libshout: Patches Makefile.in instead of Makefile.am
34985 ------------------------------------------------------------------------
34986 r19733 | funman | 2007-04-07 03:34:34 +0200 (Sat, 07 Apr 2007) | 1 line
34987 Changed paths:
34988    M /trunk/src/libvlc-common.c
34989
34990 Loads D-Bus control interface in one instance mode only if compiled with D-Bus support
34991 ------------------------------------------------------------------------
34992 r19732 | funman | 2007-04-07 01:33:25 +0200 (Sat, 07 Apr 2007) | 1 line
34993 Changed paths:
34994    M /trunk/extras/dbus-vlc.py
34995
34996 Restore icon click to update status for D-Bus controller
34997 ------------------------------------------------------------------------
34998 r19731 | jb | 2007-04-07 01:30:51 +0200 (Sat, 07 Apr 2007) | 4 lines
34999 Changed paths:
35000    M /trunk/modules/gui/qt4/dialogs/help.cpp
35001    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
35002    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
35003    M /trunk/modules/gui/qt4/dialogs/sout.cpp
35004
35005 Qt4 - Small modifications on Preferences layout (specially aimed at Windows).
35006 Remove and add comments. 
35007
35008
35009 ------------------------------------------------------------------------
35010 r19730 | funman | 2007-04-07 01:19:18 +0200 (Sat, 07 Apr 2007) | 1 line
35011 Changed paths:
35012    M /trunk/extras/dbus-vlc.glade
35013    M /trunk/extras/dbus-vlc.py
35014
35015 Updates D-Bus controller to new D-Bus methods.
35016 ------------------------------------------------------------------------
35017 r19728 | jb | 2007-04-07 01:03:18 +0200 (Sat, 07 Apr 2007) | 3 lines
35018 Changed paths:
35019    M /trunk/extras/contrib/src/Makefile
35020
35021 Repair precedent commit.
35022
35023
35024 ------------------------------------------------------------------------
35025 r19727 | jb | 2007-04-06 23:45:17 +0200 (Fri, 06 Apr 2007) | 3 lines
35026 Changed paths:
35027    M /trunk/extras/contrib/src/Makefile
35028
35029 Contribs - qt4 bin/*.exe and bin/*
35030
35031
35032 ------------------------------------------------------------------------
35033 r19726 | dionoea | 2007-04-06 23:13:10 +0200 (Fri, 06 Apr 2007) | 3 lines
35034 Changed paths:
35035    M /trunk/modules/codec/fake.c
35036
35037 Make it possible to change the fake-image at runtime.
35038 Add option to specify the chroma used by fake.
35039
35040 ------------------------------------------------------------------------
35041 r19725 | jb | 2007-04-06 22:46:17 +0200 (Fri, 06 Apr 2007) | 3 lines
35042 Changed paths:
35043    M /trunk/extras/contrib/src/packages.mak
35044
35045 Contribs - use qt 4.2.3 for win32
35046
35047
35048 ------------------------------------------------------------------------
35049 r19724 | damienf | 2007-04-06 22:43:33 +0200 (Fri, 06 Apr 2007) | 2 lines
35050 Changed paths:
35051    M /trunk/activex/main.cpp
35052    M /trunk/activex/plugin.cpp
35053    M /trunk/activex/vlccontrol2.cpp
35054
35055 - activex: misc. cleanups
35056
35057 ------------------------------------------------------------------------
35058 r19723 | damienf | 2007-04-06 22:38:09 +0200 (Fri, 06 Apr 2007) | 3 lines
35059 Changed paths:
35060    M /trunk/modules/video_output/directx/direct3d.c
35061
35062 - direct3d: use VBL synchronized presentation
35063
35064
35065 ------------------------------------------------------------------------
35066 r19722 | funman | 2007-04-06 22:31:52 +0200 (Fri, 06 Apr 2007) | 1 line
35067 Changed paths:
35068    M /trunk/src/libvlc-common.c
35069
35070 Doesn't unref the D-Bus connection if connection failed
35071 ------------------------------------------------------------------------
35072 r19720 | massiot | 2007-04-06 20:11:28 +0200 (Fri, 06 Apr 2007) | 3 lines
35073 Changed paths:
35074    M /trunk/NEWS
35075
35076  * NEWS: Moved teletext to 0.8.6-bugfix and merged changes from 
35077    0.8.6-bugfix branch.
35078
35079 ------------------------------------------------------------------------
35080 r19718 | thresh | 2007-04-06 19:42:21 +0200 (Fri, 06 Apr 2007) | 2 lines
35081 Changed paths:
35082    M /trunk/configure.ac
35083
35084 We need at least QT4 4.2.0.
35085
35086 ------------------------------------------------------------------------
35087 r19717 | massiot | 2007-04-06 18:55:20 +0200 (Fri, 06 Apr 2007) | 2 lines
35088 Changed paths:
35089    M /trunk/modules/mux/mpeg/ts.c
35090
35091  * modules/mux/mpeg/ts.c: Fixed comment.
35092
35093 ------------------------------------------------------------------------
35094 r19714 | funman | 2007-04-06 17:20:18 +0200 (Fri, 06 Apr 2007) | 3 lines
35095 Changed paths:
35096    M /trunk/NEWS
35097    M /trunk/src/libvlc-common.c
35098
35099 Automatically loads dbus control interface in one-instance mode
35100 Adds one instance in NEWS
35101
35102 ------------------------------------------------------------------------
35103 r19713 | funman | 2007-04-06 17:19:10 +0200 (Fri, 06 Apr 2007) | 1 line
35104 Changed paths:
35105    M /trunk/src/misc/modules.c
35106
35107 adds sanity check to module_Exists()
35108 ------------------------------------------------------------------------
35109 r19711 | fkuehne | 2007-04-06 16:49:00 +0200 (Fri, 06 Apr 2007) | 1 line
35110 Changed paths:
35111    M /trunk/extras/contrib/src/Makefile
35112
35113 * don't export but check-out libdca from svn and limit it to rev 35, as the current r40 is broken
35114 ------------------------------------------------------------------------
35115 r19710 | jb | 2007-04-06 01:37:04 +0200 (Fri, 06 Apr 2007) | 3 lines
35116 Changed paths:
35117    M /trunk/modules/gui/qt4/dialogs/help.cpp
35118    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
35119
35120 Qt4 - Add default buttons.
35121
35122
35123 ------------------------------------------------------------------------
35124 r19709 | jb | 2007-04-06 01:28:04 +0200 (Fri, 06 Apr 2007) | 3 lines
35125 Changed paths:
35126    M /trunk/modules/gui/qt4/dialogs/messages.cpp
35127    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
35128
35129 Qt4 - Small modifications to messages dialog.
35130
35131
35132 ------------------------------------------------------------------------
35133 r19708 | jb | 2007-04-06 00:33:27 +0200 (Fri, 06 Apr 2007) | 3 lines
35134 Changed paths:
35135    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
35136
35137 Qt4 - virtual bug once again. Add debug...
35138
35139
35140 ------------------------------------------------------------------------
35141 r19707 | jb | 2007-04-06 00:18:25 +0200 (Fri, 06 Apr 2007) | 3 lines
35142 Changed paths:
35143    M /trunk/modules/gui/qt4/dialogs/open.cpp
35144    M /trunk/modules/gui/qt4/dialogs/open.hpp
35145    M /trunk/modules/gui/qt4/ui/open.ui
35146
35147 Qt4 - Make Open dialog KDE/GNOME/WIN32 compliant for buttons...
35148
35149
35150 ------------------------------------------------------------------------
35151 r19706 | jb | 2007-04-06 00:01:16 +0200 (Fri, 06 Apr 2007) | 3 lines
35152 Changed paths:
35153    M /trunk/modules/gui/qt4/Modules.am
35154
35155 Qt4 - Fix error in a previous commit.
35156
35157
35158 ------------------------------------------------------------------------
35159 r19705 | jb | 2007-04-05 23:45:51 +0200 (Thu, 05 Apr 2007) | 3 lines
35160 Changed paths:
35161    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
35162    M /trunk/modules/gui/qt4/dialogs/preferences.hpp
35163    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
35164
35165 Qt4 - Update Preferences buttons to please any OS/DE.
35166
35167
35168 ------------------------------------------------------------------------
35169 r19704 | jb | 2007-04-05 23:28:08 +0200 (Thu, 05 Apr 2007) | 3 lines
35170 Changed paths:
35171    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
35172
35173 Qt4 - Remove useless ui setting.
35174
35175
35176 ------------------------------------------------------------------------
35177 r19703 | jb | 2007-04-05 23:26:58 +0200 (Thu, 05 Apr 2007) | 3 lines
35178 Changed paths:
35179    M /trunk/modules/gui/qt4/dialogs/messages.cpp
35180
35181 Qt4 - Small correction on messages behaviour Ref #777
35182
35183
35184 ------------------------------------------------------------------------
35185 r19702 | jb | 2007-04-05 22:50:55 +0200 (Thu, 05 Apr 2007) | 3 lines
35186 Changed paths:
35187    M /trunk/modules/gui/qt4/Modules.am
35188
35189 Qt4 - Avoid uic errors - Patch by stw - Closes #1002
35190
35191
35192 ------------------------------------------------------------------------
35193 r19701 | jb | 2007-04-05 22:30:09 +0200 (Thu, 05 Apr 2007) | 3 lines
35194 Changed paths:
35195    M /trunk/modules/gui/qt4/dialogs/gototime.cpp
35196
35197 Qt4 - Fix the GotoTime handler. Closes #377.
35198
35199
35200 ------------------------------------------------------------------------
35201 r19700 | dionoea | 2007-04-05 21:24:18 +0200 (Thu, 05 Apr 2007) | 2 lines
35202 Changed paths:
35203    M /trunk/include/vlc_variables.h
35204    M /trunk/modules/video_output/image.c
35205
35206 Please keep the coding style consistent inside the same source file.
35207
35208 ------------------------------------------------------------------------
35209 r19699 | courmisch | 2007-04-05 20:31:27 +0200 (Thu, 05 Apr 2007) | 3 lines
35210 Changed paths:
35211    M /trunk/src/playlist/loadsave.c
35212
35213 Revert previous commit.
35214 I thought the comments where pretty clear.
35215
35216 ------------------------------------------------------------------------
35217 r19698 | funman | 2007-04-05 19:08:49 +0200 (Thu, 05 Apr 2007) | 1 line
35218 Changed paths:
35219    M /trunk/src/playlist/loadsave.c
35220
35221 Streaming output works again. Closes #1047
35222 ------------------------------------------------------------------------
35223 r19697 | courmisch | 2007-04-05 18:53:22 +0200 (Thu, 05 Apr 2007) | 2 lines
35224 Changed paths:
35225    M /trunk/src/misc/mtime.c
35226
35227 Revert [19092] and really fix the variable naming problem - closes #1082
35228
35229 ------------------------------------------------------------------------
35230 r19696 | courmisch | 2007-04-05 18:51:55 +0200 (Thu, 05 Apr 2007) | 3 lines
35231 Changed paths:
35232    M /trunk/configure.ac
35233
35234 Spawn some more warnings
35235 before they become an endangered species
35236
35237 ------------------------------------------------------------------------
35238 r19695 | courmisch | 2007-04-05 18:49:01 +0200 (Thu, 05 Apr 2007) | 2 lines
35239 Changed paths:
35240    M /trunk/src/input/meta.c
35241
35242 missing errno.h
35243
35244 ------------------------------------------------------------------------
35245 r19694 | courmisch | 2007-04-05 18:42:16 +0200 (Thu, 05 Apr 2007) | 2 lines
35246 Changed paths:
35247    M /trunk/include/vlc_osd.h
35248    M /trunk/src/audio_output/common.c
35249    M /trunk/src/audio_output/dec.c
35250    M /trunk/src/audio_output/filters.c
35251    M /trunk/src/audio_output/input.c
35252    M /trunk/src/audio_output/intf.c
35253    M /trunk/src/extras/libc.c
35254    M /trunk/src/input/input.c
35255    M /trunk/src/input/var.c
35256    M /trunk/src/interface/interface.c
35257    M /trunk/src/libvlc.c
35258    M /trunk/src/misc/configuration.c
35259    M /trunk/src/misc/image.c
35260    M /trunk/src/misc/modules.c
35261    M /trunk/src/misc/objects.c
35262    M /trunk/src/misc/stats.c
35263    M /trunk/src/misc/threads.c
35264    M /trunk/src/network/acl.c
35265    M /trunk/src/network/httpd.c
35266    M /trunk/src/network/tls.c
35267    M /trunk/src/osd/osd.c
35268    M /trunk/src/osd/osd_text.c
35269    M /trunk/src/osd/osd_widgets.c
35270    M /trunk/src/playlist/engine.c
35271    M /trunk/src/playlist/item.c
35272    M /trunk/src/playlist/sort.c
35273    M /trunk/src/playlist/tree.c
35274    M /trunk/src/stream_output/profiles.c
35275    M /trunk/src/stream_output/sap.c
35276    M /trunk/src/video_output/video_output.c
35277    M /trunk/src/video_output/video_text.c
35278    M /trunk/src/video_output/vout_intf.c
35279    M /trunk/src/video_output/vout_subpictures.c
35280
35281 Compiler warnings rampage
35282
35283 ------------------------------------------------------------------------
35284 r19693 | courmisch | 2007-04-05 18:37:46 +0200 (Thu, 05 Apr 2007) | 2 lines
35285 Changed paths:
35286    M /trunk/src/misc/image.c
35287
35288 Handle I/O errors
35289
35290 ------------------------------------------------------------------------
35291 r19692 | funman | 2007-04-05 18:33:25 +0200 (Thu, 05 Apr 2007) | 1 line
35292 Changed paths:
35293    M /trunk/src/libvlc-common.c
35294
35295 Fixes InitDeviceValues() using old HAL api
35296 ------------------------------------------------------------------------
35297 r19691 | courmisch | 2007-04-05 17:58:08 +0200 (Thu, 05 Apr 2007) | 3 lines
35298 Changed paths:
35299    M /trunk/src/input/meta.c
35300
35301 Handle I/O errors properly
35302 (disk full?)
35303
35304 ------------------------------------------------------------------------
35305 r19690 | courmisch | 2007-04-05 17:43:28 +0200 (Thu, 05 Apr 2007) | 2 lines
35306 Changed paths:
35307    M /trunk/include/vlc_meta.h
35308
35309 Fix expansion-unsafe macro
35310
35311 ------------------------------------------------------------------------
35312 r19689 | courmisch | 2007-04-05 17:36:22 +0200 (Thu, 05 Apr 2007) | 2 lines
35313 Changed paths:
35314    M /trunk/src/libvlc-common.c
35315
35316 Fix compiler warnings
35317
35318 ------------------------------------------------------------------------
35319 r19688 | courmisch | 2007-04-05 17:29:32 +0200 (Thu, 05 Apr 2007) | 2 lines
35320 Changed paths:
35321    M /trunk/modules/video_output/image.c
35322
35323 Fix compiler warning
35324
35325 ------------------------------------------------------------------------
35326 r19686 | jpsaman | 2007-04-05 14:09:00 +0200 (Thu, 05 Apr 2007) | 1 line
35327 Changed paths:
35328    M /trunk/modules/codec/xvmc/accel_xvmc.h
35329    M /trunk/modules/codec/xvmc/decode.c
35330    M /trunk/modules/codec/xvmc/header.c
35331    M /trunk/modules/codec/xvmc/mpeg2.h
35332    M /trunk/modules/codec/xvmc/slice_xvmc_vld.c
35333    M /trunk/modules/codec/xvmc/xxmc.c
35334
35335 Various compile fixes for modules/codec/xvmc
35336 ------------------------------------------------------------------------
35337 r19685 | jpsaman | 2007-04-05 13:06:45 +0200 (Thu, 05 Apr 2007) | 1 line
35338 Changed paths:
35339    M /trunk/src/video_output/vout_intf.c
35340
35341 Fix missing initializer compiler. Use memset to properly clear the entire struct.
35342 ------------------------------------------------------------------------
35343 r19684 | dionoea | 2007-04-05 11:05:05 +0200 (Thu, 05 Apr 2007) | 2 lines
35344 Changed paths:
35345    M /trunk/NEWS
35346
35347 Add news about moduleinstance specific commands being available from the telnet interface.
35348
35349 ------------------------------------------------------------------------
35350 r19683 | jb | 2007-04-05 03:13:05 +0200 (Thu, 05 Apr 2007) | 5 lines
35351 Changed paths:
35352    M /trunk/modules/gui/qt4/dialogs/open.cpp
35353    M /trunk/modules/gui/qt4/dialogs/open.hpp
35354    M /trunk/modules/gui/qt4/dialogs_provider.cpp
35355    M /trunk/modules/gui/qt4/dialogs_provider.hpp
35356    M /trunk/modules/gui/qt4/menus.cpp
35357    M /trunk/modules/gui/qt4/ui/open.ui
35358    M /trunk/modules/gui/qt4/ui/open_file.ui
35359
35360 Qt4 - Open and Streaming Dialogs.
35361 This commit should show the correct dialogs in the correct order. It keeps the previous behaviour of the "Streaming" from the "Media" menu. 
35362 /!\ The intelligence is surely not accurate and stream() may need to be redirected to playOrEnqueue as open() and enqueue() do in order to be correctly parsed before... Need a bit more knowledge on playlist to be sure.
35363
35364
35365 ------------------------------------------------------------------------
35366 r19682 | jb | 2007-04-05 01:16:41 +0200 (Thu, 05 Apr 2007) | 3 lines
35367 Changed paths:
35368    M /trunk/modules/gui/qt4/dialogs/sout.cpp
35369    M /trunk/modules/gui/qt4/ui/sout.ui
35370
35371 qt4 - i18n - Don't use HTML tags.
35372
35373
35374 ------------------------------------------------------------------------
35375 r19681 | jb | 2007-04-05 01:10:28 +0200 (Thu, 05 Apr 2007) | 3 lines
35376 Changed paths:
35377    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
35378    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
35379
35380 Qt4 - Don't use html tags in strings ... This breaks all the i18n thing.
35381
35382
35383 ------------------------------------------------------------------------
35384 r19680 | jb | 2007-04-05 00:21:31 +0200 (Thu, 05 Apr 2007) | 3 lines
35385 Changed paths:
35386    M /trunk/modules/gui/qt4/Modules.am
35387
35388 Qt4 - Remove unnecessary files from Modules.am
35389
35390
35391 ------------------------------------------------------------------------
35392 r19679 | jb | 2007-04-05 00:19:17 +0200 (Thu, 05 Apr 2007) | 3 lines
35393 Changed paths:
35394    D /trunk/modules/gui/qt4/ui/sprefs_playlist.ui
35395
35396 qt4 - remove unneeded file.
35397
35398
35399 ------------------------------------------------------------------------
35400 r19678 | dionoea | 2007-04-04 23:58:51 +0200 (Wed, 04 Apr 2007) | 4 lines
35401 Changed paths:
35402    M /trunk/include/vlc_variables.h
35403    M /trunk/modules/control/rc.c
35404    M /trunk/modules/control/telnet.c
35405    M /trunk/src/misc/variables.c
35406
35407 * Core: add var_Command function. This is used to execute a command registered on a object with a given name.
35408 * rc.c: use var_Command (instead of own code)
35409 * telnet.c: add support for object commands (like in the rc interface)
35410
35411 ------------------------------------------------------------------------
35412 r19677 | funman | 2007-04-04 23:28:10 +0200 (Wed, 04 Apr 2007) | 1 line
35413 Changed paths:
35414    M /trunk/configure.ac
35415
35416 Enables D-Bus on BSD systems
35417 ------------------------------------------------------------------------
35418 r19676 | jb | 2007-04-04 23:26:01 +0200 (Wed, 04 Apr 2007) | 3 lines
35419 Changed paths:
35420    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
35421    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
35422
35423 Qt4 - wording corrections. By Llynix
35424
35425
35426 ------------------------------------------------------------------------
35427 r19675 | jb | 2007-04-04 23:20:52 +0200 (Wed, 04 Apr 2007) | 4 lines
35428 Changed paths:
35429    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
35430
35431 qt 4 - s/interface/instance...
35432 error catched by Llynix
35433
35434
35435 ------------------------------------------------------------------------
35436 r19674 | dionoea | 2007-04-04 22:57:37 +0200 (Wed, 04 Apr 2007) | 2 lines
35437 Changed paths:
35438    M /trunk/modules/stream_out/mosaic_bridge.c
35439
35440 Add callback to change mosaic mask at runtime.
35441
35442 ------------------------------------------------------------------------
35443 r19673 | jb | 2007-04-04 22:41:39 +0200 (Wed, 04 Apr 2007) | 3 lines
35444 Changed paths:
35445    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
35446
35447 Qt4 - SPrefsInterface Button is clicked by default.
35448
35449
35450 ------------------------------------------------------------------------
35451 r19672 | dionoea | 2007-04-04 22:37:28 +0200 (Wed, 04 Apr 2007) | 2 lines
35452 Changed paths:
35453    M /trunk/modules/stream_out/mosaic_bridge.c
35454
35455 Remove mask picture_t leak.
35456
35457 ------------------------------------------------------------------------
35458 r19671 | funman | 2007-04-04 22:31:44 +0200 (Wed, 04 Apr 2007) | 1 line
35459 Changed paths:
35460    M /trunk/modules/meta_engine/folder.c
35461
35462 Use local copies for album art, rather than download it from amazon
35463 ------------------------------------------------------------------------
35464 r19670 | dionoea | 2007-04-04 22:31:07 +0200 (Wed, 04 Apr 2007) | 2 lines
35465 Changed paths:
35466    M /trunk/NEWS
35467
35468 Add mosaic_bridge transparency mask to the NEWS.
35469
35470 ------------------------------------------------------------------------
35471 r19669 | dionoea | 2007-04-04 22:29:17 +0200 (Wed, 04 Apr 2007) | 20 lines
35472 Changed paths:
35473    M /trunk/modules/stream_out/mosaic_bridge.c
35474
35475 Add new "mask" option to the mosaic_bridge module. This makes it possible to define a transparency mask used during mosaic blending. Example usage follows:
35476
35477 ./vlc -I telnet --color -vvv --vlm-conf mosaic.vlm --mosaic-width 360 --mosaic-height 270 --mosaic-rows 6 --mosaic-cols 6 --mosaic-keep-picture --fake-file ~/images/mire.jpg --fake-width 360 --fake-height 270 --no-audio --sub-filter mosaic
35478
35479 And the vlm config:
35480
35481 new channel0 broadcast enabled
35482 setup channel0 input /home/dionoea/media/redefined-nintendo.mpg
35483 setup channel0 output #duplicate{dst=mosaic-bridge{id=0,height=270,width=360,mask=/home/dionoea/images/cone_360x270.png},select=video,dst=bridge-out{id=0},select=audio}
35484
35485 new background broadcast enabled
35486 setup background input fake:
35487 #setup background output #bridge-in:display
35488 control background play
35489
35490 control channel0 play
35491
35492 The files used are available on http://people.videolan.org/~dionoea/mosaic/ if you want to test. (This will blend the redefined nintendo video in a cone like region)
35493
35494
35495 ------------------------------------------------------------------------
35496 r19668 | fkuehne | 2007-04-04 22:28:44 +0200 (Wed, 04 Apr 2007) | 1 line
35497 Changed paths:
35498    M /trunk/modules/gui/macosx/vout.m
35499
35500 * make sure that the fspanel is being actived in all possible vout-goes-fullscreen ways (closed #1132, forward-porting [19667])
35501 ------------------------------------------------------------------------
35502 r19666 | fkuehne | 2007-04-04 22:07:59 +0200 (Wed, 04 Apr 2007) | 1 line
35503 Changed paths:
35504    M /trunk/modules/gui/macosx/update.m
35505
35506 * fixed grammar (closes #1099); I would still prefer 'is up-to-date' instead of the current wording ;)
35507 ------------------------------------------------------------------------
35508 r19665 | funman | 2007-04-04 22:02:34 +0200 (Wed, 04 Apr 2007) | 1 line
35509 Changed paths:
35510    M /trunk/modules/misc/screensaver.c
35511
35512 Use new gnome-screensaver D-Bus interface
35513 ------------------------------------------------------------------------
35514 r19662 | lool | 2007-04-04 16:20:36 +0200 (Wed, 04 Apr 2007) | 3 lines
35515 Changed paths:
35516    M /trunk/modules/gui/skins2/src/theme_loader.cpp
35517
35518 * Fix missing include causing a build failure with GCC 4.3; patch by
35519   Martin Michlmayr; Debian #417750.
35520
35521 ------------------------------------------------------------------------
35522 r19661 | xtophe | 2007-04-04 13:26:16 +0200 (Wed, 04 Apr 2007) | 4 lines
35523 Changed paths:
35524    M /trunk/extras/contrib/src/Makefile
35525    M /trunk/extras/contrib/src/Patches/libintl.patch
35526
35527 Gettext produce libintl.h or libgnuintl.h depending the situation.
35528 So patch libgnuintl.h.in so both header got the patch.
35529 For win32 it seems to produce libintl.h so kludge this one.
35530
35531 ------------------------------------------------------------------------
35532 r19660 | jb | 2007-04-04 02:20:36 +0200 (Wed, 04 Apr 2007) | 3 lines
35533 Changed paths:
35534    M /trunk/modules/gui/qt4/Modules.am
35535    A /trunk/modules/gui/qt4/components/complete_preferences.cpp (from /trunk/modules/gui/qt4/components/preferences.cpp:19659)
35536    A /trunk/modules/gui/qt4/components/complete_preferences.hpp (from /trunk/modules/gui/qt4/components/preferences.hpp:19659)
35537    D /trunk/modules/gui/qt4/components/preferences.cpp
35538    D /trunk/modules/gui/qt4/components/preferences.hpp
35539    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
35540
35541 qt4 - Rename a confusing component
35542
35543
35544 ------------------------------------------------------------------------
35545 r19659 | jb | 2007-04-04 02:05:33 +0200 (Wed, 04 Apr 2007) | 5 lines
35546 Changed paths:
35547    M /trunk/modules/gui/qt4/components/open.hpp
35548    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
35549    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
35550    M /trunk/modules/gui/qt4/dialogs/preferences.cpp
35551    M /trunk/modules/gui/qt4/dialogs/preferences.hpp
35552
35553 Qt4 - New Simple Preferences look'n feel. Should work without too many segfaults... Got rid of the QListWidget thing.
35554 Some look has still to be done, especially for size/margin/padding.
35555 I don't know yet if the look of the button will be like that ( flat, rounded onMouseOver, darked onCliked)
35556
35557
35558 ------------------------------------------------------------------------
35559 r19658 | jb | 2007-04-03 23:31:41 +0200 (Tue, 03 Apr 2007) | 3 lines
35560 Changed paths:
35561    M /trunk/modules/gui/qt4/dialogs/open.hpp
35562
35563 Qt4 - oops... Forgot that file in the precedent commit...
35564
35565
35566 ------------------------------------------------------------------------
35567 r19656 | jb | 2007-04-03 22:51:36 +0200 (Tue, 03 Apr 2007) | 3 lines
35568 Changed paths:
35569    M /trunk/modules/gui/qt4/dialogs/open.cpp
35570
35571 Qt4 - Dialog. fix the reparenting Open Dialog for Win32
35572
35573
35574 ------------------------------------------------------------------------
35575 r19655 | pdherbemont | 2007-04-03 18:46:15 +0200 (Tue, 03 Apr 2007) | 2 lines
35576 Changed paths:
35577    M /trunk/Makefile.am
35578
35579 Mac OS X package: When the dmg is opened force the open of the dmg window. Order the icon, and prepare the use of background image.
35580
35581 ------------------------------------------------------------------------
35582 r19654 | xtophe | 2007-04-03 18:01:25 +0200 (Tue, 03 Apr 2007) | 3 lines
35583 Changed paths:
35584    M /trunk/extras/contrib/src/Makefile
35585    A /trunk/extras/contrib/src/Patches/ffmpeg-svn-swscale-pc.patch
35586
35587 Only install libswscale.pc and swscale headers when needed.
35588 This is in the process to be submitted upstream
35589
35590 ------------------------------------------------------------------------
35591 r19653 | jpsaman | 2007-04-03 13:29:56 +0200 (Tue, 03 Apr 2007) | 1 line
35592 Changed paths:
35593    M /trunk/extras/contrib/src/Patches/live-config.patch
35594
35595 Cleanup patch had 2 config.macosx entries.
35596 ------------------------------------------------------------------------
35597 r19651 | jpsaman | 2007-04-03 13:27:19 +0200 (Tue, 03 Apr 2007) | 1 line
35598 Changed paths:
35599    M /trunk/activex/vlccontrol2.cpp
35600
35601 Fix bug get_aspectRatio() that returned wrong error code.
35602 ------------------------------------------------------------------------
35603 r19650 | jpsaman | 2007-04-03 12:33:07 +0200 (Tue, 03 Apr 2007) | 1 line
35604 Changed paths:
35605    M /trunk/extras/contrib/src/Makefile
35606    M /trunk/extras/contrib/src/Patches/libintl.patch
35607
35608 Update libintl.patch. The include file has been renamed to libgnuintl.h in this gettext version.
35609 ------------------------------------------------------------------------
35610 r19649 | xtophe | 2007-04-03 11:39:58 +0200 (Tue, 03 Apr 2007) | 2 lines
35611 Changed paths:
35612    M /trunk/po/POTFILES.in
35613    M /trunk/po/vlc.pot
35614
35615 Some files have been renamed and some added
35616
35617 ------------------------------------------------------------------------
35618 r19647 | pdherbemont | 2007-04-03 00:24:26 +0200 (Tue, 03 Apr 2007) | 2 lines
35619 Changed paths:
35620    M /trunk/modules/gui/macosx/vout.m
35621
35622 Mac OS X gui: Fix a crash when asking for fullscreen state when no p_real_vout is defined.
35623
35624 ------------------------------------------------------------------------
35625 r19646 | xtophe | 2007-04-03 00:17:19 +0200 (Tue, 03 Apr 2007) | 2 lines
35626 Changed paths:
35627    M /trunk/extras/contrib/src/Makefile
35628
35629 ffmpeg: targetos must now be in lower case.
35630
35631 ------------------------------------------------------------------------
35632 r19644 | dionoea | 2007-04-02 23:34:08 +0200 (Mon, 02 Apr 2007) | 2 lines
35633 Changed paths:
35634    M /trunk/NEWS
35635
35636 Add news about the new blending chroma support -> mosaic perf improvement.
35637
35638 ------------------------------------------------------------------------
35639 r19643 | dionoea | 2007-04-02 23:03:58 +0200 (Mon, 02 Apr 2007) | 2 lines
35640 Changed paths:
35641    M /trunk/modules/video_filter/mosaic.c
35642
35643 mosaic.c: If we're not using bluescreen stuff (which needs per pixel alpha values), then use I420 instead of YUVA when resizing the images. (see previous commit for explanation.)
35644
35645 ------------------------------------------------------------------------
35646 r19642 | dionoea | 2007-04-02 22:58:14 +0200 (Mon, 02 Apr 2007) | 2 lines
35647 Changed paths:
35648    M /trunk/modules/stream_out/mosaic_bridge.c
35649
35650 Use I420 image buffers instead of YUVA for mosaic bridge. Impact on CPU usage for test case (http://people.videolan.org/~dionoea/mosaic/ basically a 6x5 mosaic displayed locally) is 155% -> 85% if alpha == 255, 166% -> 110% if alpha == 128.
35651
35652 ------------------------------------------------------------------------
35653 r19641 | dionoea | 2007-04-02 22:54:52 +0200 (Mon, 02 Apr 2007) | 2 lines
35654 Changed paths:
35655    M /trunk/modules/video_filter/blend.c
35656
35657 Fix I420/YV12 -> * blending. Looks like we did need separate functions.
35658
35659 ------------------------------------------------------------------------
35660 r19640 | oaubert | 2007-04-02 19:55:13 +0200 (Mon, 02 Apr 2007) | 2 lines
35661 Changed paths:
35662    M /trunk/bindings/python/vlc_internal.c
35663
35664 bindings/python/vlc_internal: implement vlc_object_find_name support
35665
35666 ------------------------------------------------------------------------
35667 r19639 | dionoea | 2007-04-02 18:24:23 +0200 (Mon, 02 Apr 2007) | 2 lines
35668 Changed paths:
35669    M /trunk/modules/video_filter/scale.c
35670
35671 also scale I420/YV12. (untested)  (btw, why don't we use the "normal" scaling modules for sub pictures?)
35672
35673 ------------------------------------------------------------------------
35674 r19638 | dionoea | 2007-04-02 11:18:12 +0200 (Mon, 02 Apr 2007) | 3 lines
35675 Changed paths:
35676    M /trunk/modules/video_filter/blend.c
35677
35678 * Untested YV12/I420 -> * blending. Works exactly like YUVA blending except when i_trans == 255. This should improve Mosaic performance. (still needs 1 or 2 changes to the mosaic_bridge and mosaic modules).
35679 * Don't try blending if i_trans == 0.
35680
35681 ------------------------------------------------------------------------
35682 r19637 | jb | 2007-04-02 01:16:59 +0200 (Mon, 02 Apr 2007) | 3 lines
35683 Changed paths:
35684    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
35685
35686 Qt4 - Enter key does always close() a dialog. Correction of a virtual keyword missing.
35687
35688
35689 ------------------------------------------------------------------------
35690 r19636 | dionoea | 2007-04-01 23:29:43 +0200 (Sun, 01 Apr 2007) | 2 lines
35691 Changed paths:
35692    M /trunk/modules/gui/qt4/components/extended_panels.cpp
35693
35694 Add some qfu and qtu calls for string values.
35695
35696 ------------------------------------------------------------------------
35697 r19635 | dionoea | 2007-04-01 23:17:31 +0200 (Sun, 01 Apr 2007) | 2 lines
35698 Changed paths:
35699    M /trunk/modules/video_output/sdl.c
35700
35701 Add new --sdl-chroma option to force the used chroma.
35702
35703 ------------------------------------------------------------------------
35704 r19634 | dionoea | 2007-04-01 22:55:36 +0200 (Sun, 01 Apr 2007) | 2 lines
35705 Changed paths:
35706    M /trunk/modules/video_filter/blend.c
35707
35708 don't invert the function names.
35709
35710 ------------------------------------------------------------------------
35711 r19633 | jb | 2007-04-01 22:55:00 +0200 (Sun, 01 Apr 2007) | 3 lines
35712 Changed paths:
35713    M /trunk/modules/gui/qt4/dialogs_provider.cpp
35714
35715 Qt4 - try to provide the missing dialogs for the dialog provider. Should fix skins2 problem on windows.
35716
35717
35718 ------------------------------------------------------------------------
35719 r19632 | jb | 2007-04-01 22:49:52 +0200 (Sun, 01 Apr 2007) | 3 lines
35720 Changed paths:
35721    M /trunk/include/vlc_interface.h
35722
35723 Add a define for the EXTENDED dialog for further use (skins2 ? )
35724
35725
35726 ------------------------------------------------------------------------
35727 r19631 | dionoea | 2007-04-01 22:38:21 +0200 (Sun, 01 Apr 2007) | 2 lines
35728 Changed paths:
35729    M /trunk/modules/video_filter/blend.c
35730
35731 Untested RGBA -> YUV Packed blending.
35732
35733 ------------------------------------------------------------------------
35734 r19630 | dionoea | 2007-04-01 22:22:01 +0200 (Sun, 01 Apr 2007) | 2 lines
35735 Changed paths:
35736    M /trunk/modules/video_filter/blend.c
35737
35738 Untested RGBA -> RV16 blending (I420 and RV24 work fine).
35739
35740 ------------------------------------------------------------------------
35741 r19629 | pdherbemont | 2007-04-01 21:13:52 +0200 (Sun, 01 Apr 2007) | 2 lines
35742 Changed paths:
35743    M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
35744    M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
35745    M /trunk/modules/gui/macosx/update.m
35746
35747 Mac OS X gui: Label the option "Check for VLC update automatically" rather than "Check for update when VLC is launched".
35748
35749 ------------------------------------------------------------------------
35750 r19627 | pdherbemont | 2007-04-01 19:41:51 +0200 (Sun, 01 Apr 2007) | 2 lines
35751 Changed paths:
35752    M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib
35753    M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
35754    M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
35755    M /trunk/modules/gui/macosx/intf.m
35756    M /trunk/modules/gui/macosx/update.h
35757    M /trunk/modules/gui/macosx/update.m
35758
35759 Mac OS X gui: Ask the user if she wants to check update on startup. And if so, check for update only every two days.
35760
35761 ------------------------------------------------------------------------
35762 r19626 | dionoea | 2007-04-01 19:22:15 +0200 (Sun, 01 Apr 2007) | 2 lines
35763 Changed paths:
35764    M /trunk/modules/gui/qt4/components/extended_panels.cpp
35765
35766 Remove some debug messages and fix the sub-picture chain update target.
35767
35768 ------------------------------------------------------------------------
35769 r19625 | dionoea | 2007-04-01 19:21:48 +0200 (Sun, 01 Apr 2007) | 2 lines
35770 Changed paths:
35771    M /trunk/src/video_output/vout_subpictures.c
35772
35773 Allow changing the subpicture filter chain at runtime. (This currently kind of segfaults some of the time (after 2 changes) ... somemore bughunting is needed)
35774
35775 ------------------------------------------------------------------------
35776 r19624 | dionoea | 2007-04-01 19:17:16 +0200 (Sun, 01 Apr 2007) | 2 lines
35777 Changed paths:
35778    M /trunk/include/vlc_variables.h
35779
35780 Remove trailing space.
35781
35782 ------------------------------------------------------------------------
35783 r19623 | jb | 2007-04-01 19:07:36 +0200 (Sun, 01 Apr 2007) | 3 lines
35784 Changed paths:
35785    M /trunk/modules/gui/qt4/menus.cpp
35786
35787 Qt4 - Regroup in a better way the menus.
35788
35789
35790 ------------------------------------------------------------------------
35791 r19622 | jb | 2007-04-01 19:03:59 +0200 (Sun, 01 Apr 2007) | 3 lines
35792 Changed paths:
35793    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
35794    M /trunk/modules/gui/qt4/menus.cpp
35795
35796 qt4 - shortcuts corrections and enhancements.
35797
35798
35799 ------------------------------------------------------------------------
35800 r19621 | jb | 2007-04-01 18:33:00 +0200 (Sun, 01 Apr 2007) | 3 lines
35801 Changed paths:
35802    M /trunk/modules/gui/qt4/menus.cpp
35803
35804 Qt4 -  Ambiguous shortcut overload: Ctrl+ P
35805
35806
35807 ------------------------------------------------------------------------
35808 r19620 | jb | 2007-04-01 18:29:04 +0200 (Sun, 01 Apr 2007) | 3 lines
35809 Changed paths:
35810    M /trunk/modules/gui/qt4/dialogs/gototime.cpp
35811    M /trunk/modules/gui/qt4/dialogs/gototime.hpp
35812
35813 Qt4 - Goto Time, IA
35814
35815
35816 ------------------------------------------------------------------------
35817 r19619 | dionoea | 2007-04-01 18:27:53 +0200 (Sun, 01 Apr 2007) | 2 lines
35818 Changed paths:
35819    M /trunk/modules/gui/qt4/components/extended_panels.cpp
35820
35821 Add calls to config_Put* to make sure that the configuration values survive a filter instance destruction.
35822
35823 ------------------------------------------------------------------------
35824 r19618 | dionoea | 2007-04-01 18:24:08 +0200 (Sun, 01 Apr 2007) | 2 lines
35825 Changed paths:
35826    M /trunk/modules/gui/qt4/components/extended_panels.cpp
35827    M /trunk/modules/gui/qt4/components/extended_panels.hpp
35828    M /trunk/modules/gui/qt4/ui/video_effects.ui
35829
35830 95% of the video filters extended panel is now done. It's just missing the combo box related code.
35831
35832 ------------------------------------------------------------------------
35833 r19617 | jb | 2007-04-01 15:21:58 +0200 (Sun, 01 Apr 2007) | 3 lines
35834 Changed paths:
35835    M /trunk/modules/LIST
35836
35837 update. Almost ok.
35838
35839
35840 ------------------------------------------------------------------------
35841 r19616 | jb | 2007-04-01 15:07:06 +0200 (Sun, 01 Apr 2007) | 3 lines
35842 Changed paths:
35843    M /trunk/modules/LIST
35844
35845 LIST update (3)
35846
35847
35848 ------------------------------------------------------------------------
35849 r19615 | jb | 2007-04-01 14:51:09 +0200 (Sun, 01 Apr 2007) | 3 lines
35850 Changed paths:
35851    M /trunk/modules/LIST
35852
35853 LIST update (2)
35854
35855
35856 ------------------------------------------------------------------------
35857 r19614 | jb | 2007-04-01 14:37:17 +0200 (Sun, 01 Apr 2007) | 3 lines
35858 Changed paths:
35859    M /trunk/modules/LIST
35860
35861 LIST. update (1)
35862
35863
35864 ------------------------------------------------------------------------
35865 r19611 | hartman | 2007-04-01 13:58:34 +0200 (Sun, 01 Apr 2007) | 2 lines
35866 Changed paths:
35867    M /trunk/extras/contrib/src/Distributions/darwin.mak
35868
35869 * Don't enable libIDL. we don't really need it atmo
35870
35871 ------------------------------------------------------------------------
35872 r19604 | jb | 2007-04-01 03:23:15 +0200 (Sun, 01 Apr 2007) | 3 lines
35873 Changed paths:
35874    M /trunk/modules/gui/qt4/dialogs/gototime.cpp
35875
35876 qt4 - GotoTime dialog button, with handling for KDE/Gnome fanatics.
35877
35878
35879 ------------------------------------------------------------------------
35880 r19597 | jb | 2007-04-01 02:53:43 +0200 (Sun, 01 Apr 2007) | 3 lines
35881 Changed paths:
35882    M /trunk/extras/contrib/src/packages.mak
35883
35884 Contrib: update gettext to 0.16.1
35885
35886
35887 ------------------------------------------------------------------------
35888 r19589 | jb | 2007-04-01 02:20:50 +0200 (Sun, 01 Apr 2007) | 3 lines
35889 Changed paths:
35890    M /trunk/extras/contrib/src/Makefile
35891
35892 Forgotten in last commit.
35893
35894
35895 ------------------------------------------------------------------------
35896 r19587 | jb | 2007-04-01 02:12:22 +0200 (Sun, 01 Apr 2007) | 3 lines
35897 Changed paths:
35898    D /trunk/extras/contrib/src/Patches/twolame-osx.patch
35899    M /trunk/extras/contrib/src/packages.mak
35900
35901 Update Contribs to twolame 3.10 and remove patch included upstream.
35902
35903
35904 ------------------------------------------------------------------------
35905 r19576 | jb | 2007-04-01 01:19:41 +0200 (Sun, 01 Apr 2007) | 4 lines
35906 Changed paths:
35907    M /trunk/extras/contrib/src/Makefile
35908
35909 Really fix Makefile for extras
35910
35911
35912
35913 ------------------------------------------------------------------------
35914 r19575 | dionoea | 2007-04-01 01:12:00 +0200 (Sun, 01 Apr 2007) | 2 lines
35915 Changed paths:
35916    M /trunk/extras/contrib/src/Makefile
35917
35918 Fix extra makefile.
35919
35920 ------------------------------------------------------------------------
35921 r19574 | jb | 2007-04-01 00:58:10 +0200 (Sun, 01 Apr 2007) | 4 lines
35922 Changed paths:
35923    M /trunk/extras/contrib/src/Makefile
35924
35925 DON'T BUILD FFMPEG w --enable-swscaler.
35926 Don't use stupid dirac patch.
35927
35928
35929 ------------------------------------------------------------------------
35930 r19573 | dionoea | 2007-04-01 00:03:59 +0200 (Sun, 01 Apr 2007) | 2 lines
35931 Changed paths:
35932    M /trunk/modules/video_filter/clone.c
35933
35934 Remove trailing space.
35935
35936 ------------------------------------------------------------------------
35937 r19572 | dionoea | 2007-04-01 00:01:07 +0200 (Sun, 01 Apr 2007) | 2 lines
35938 Changed paths:
35939    M /trunk/modules/video_filter/puzzle.c
35940
35941 Make it possible to change puzzle parmaeters after filter launch.
35942
35943 ------------------------------------------------------------------------
35944 r19571 | dionoea | 2007-03-31 23:52:33 +0200 (Sat, 31 Mar 2007) | 2 lines
35945 Changed paths:
35946    M /trunk/modules/video_filter/sharpen.c
35947
35948 Make it possible to change sharpen sigma after filter launch.
35949
35950 ------------------------------------------------------------------------
35951 r19570 | dionoea | 2007-03-31 23:47:11 +0200 (Sat, 31 Mar 2007) | 2 lines
35952 Changed paths:
35953    M /trunk/modules/video_filter/motionblur.c
35954
35955 Make it possible to change the blur factor after filter launch.
35956
35957 ------------------------------------------------------------------------
35958 r19569 | dionoea | 2007-03-31 23:38:24 +0200 (Sat, 31 Mar 2007) | 2 lines
35959 Changed paths:
35960    M /trunk/modules/video_filter/gradient.c
35961
35962 Gradient options are now commands.
35963
35964 ------------------------------------------------------------------------
35965 r19568 | dionoea | 2007-03-31 23:25:36 +0200 (Sat, 31 Mar 2007) | 2 lines
35966 Changed paths:
35967    M /trunk/modules/video_filter/colorthres.c
35968
35969 Enable config chain syntax and flag the vars as commands.
35970
35971 ------------------------------------------------------------------------
35972 r19567 | dionoea | 2007-03-31 23:16:49 +0200 (Sat, 31 Mar 2007) | 2 lines
35973 Changed paths:
35974    M /trunk/modules/gui/qt4/components/extended_panels.cpp
35975
35976 Compile "fix".
35977
35978 ------------------------------------------------------------------------
35979 r19566 | dionoea | 2007-03-31 23:11:37 +0200 (Sat, 31 Mar 2007) | 2 lines
35980 Changed paths:
35981    M /trunk/modules/gui/qt4/ui/video_effects.ui
35982
35983 Da ?\195?\188ber video filter control panel (I'll add a simple mode once this one works).
35984
35985 ------------------------------------------------------------------------
35986 r19565 | dionoea | 2007-03-31 22:37:13 +0200 (Sat, 31 Mar 2007) | 2 lines
35987 Changed paths:
35988    M /trunk/modules/video_filter/opencv_wrapper.c
35989
35990 Remove trailing spaces.
35991
35992 ------------------------------------------------------------------------
35993 r19564 | dionoea | 2007-03-31 22:07:58 +0200 (Sat, 31 Mar 2007) | 2 lines
35994 Changed paths:
35995    M /trunk/NEWS
35996
35997 s/splitted/split/
35998
35999 ------------------------------------------------------------------------
36000 r19563 | dionoea | 2007-03-31 22:00:03 +0200 (Sat, 31 Mar 2007) | 2 lines
36001 Changed paths:
36002    M /trunk/modules/video_filter/extract.c
36003
36004 convert a few printfs to msg_Dbg.
36005
36006 ------------------------------------------------------------------------
36007 r19562 | dionoea | 2007-03-31 21:53:23 +0200 (Sat, 31 Mar 2007) | 2 lines
36008 Changed paths:
36009    M /trunk/modules/video_filter/extract.c
36010
36011 Make it possible to change the extracted color once the module is launched.
36012
36013 ------------------------------------------------------------------------
36014 r19561 | dionoea | 2007-03-31 21:08:12 +0200 (Sat, 31 Mar 2007) | 2 lines
36015 Changed paths:
36016    M /trunk/modules/video_filter/erase.c
36017
36018 Check the input chroma. (We only want to work on I420 for the moment)
36019
36020 ------------------------------------------------------------------------
36021 r19560 | jb | 2007-03-31 20:41:47 +0200 (Sat, 31 Mar 2007) | 3 lines
36022 Changed paths:
36023    M /trunk/NEWS
36024
36025 Mention the HTML subtitles support.
36026
36027
36028 ------------------------------------------------------------------------
36029 r19559 | dionoea | 2007-03-31 20:38:05 +0200 (Sat, 31 Mar 2007) | 2 lines
36030 Changed paths:
36031    M /trunk/NEWS
36032
36033 Add to the news
36034
36035 ------------------------------------------------------------------------
36036 r19558 | dionoea | 2007-03-31 20:37:16 +0200 (Sat, 31 Mar 2007) | 2 lines
36037 Changed paths:
36038    M /trunk/configure.ac
36039    M /trunk/modules/video_filter/Modules.am
36040    A /trunk/modules/video_filter/erase.c (from /trunk/modules/video_filter/gradient.c:18980)
36041
36042 New erase video filter (to remove logos). Example command line: ./vlc --video-filter "erase{mask=/home/dionoea/images/cone-small.png,x=50,y=50}" --no-audio --color -v -I rc ~/media/redefined-nintendo.mpg
36043
36044 ------------------------------------------------------------------------
36045 r19557 | jb | 2007-03-31 19:57:52 +0200 (Sat, 31 Mar 2007) | 3 lines
36046 Changed paths:
36047    M /trunk/modules/gui/qt4/Modules.am
36048    M /trunk/modules/gui/qt4/components/extended_panels.cpp
36049    A /trunk/modules/gui/qt4/dialogs/preferences.cpp (from /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp:19556)
36050    A /trunk/modules/gui/qt4/dialogs/preferences.hpp (from /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp:19556)
36051    D /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
36052    D /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
36053    M /trunk/modules/gui/qt4/dialogs_provider.cpp
36054
36055 Qt4 - Rename dialog/prefs_dialog to dialog/preferences: files in dialog/ are already dialogs!
36056
36057
36058 ------------------------------------------------------------------------
36059 r19556 | littlejohn | 2007-03-31 19:32:30 +0200 (Sat, 31 Mar 2007) | 1 line
36060 Changed paths:
36061    M /trunk/modules/codec/ffmpeg/ffmpeg.h
36062
36063 compile fixes
36064 ------------------------------------------------------------------------
36065 r19555 | jb | 2007-03-31 19:14:51 +0200 (Sat, 31 Mar 2007) | 3 lines
36066 Changed paths:
36067    M /trunk/modules/gui/qt4/dialogs/gototime.cpp
36068
36069 Qt4 - Small correction to previous commit. Sorry.
36070
36071
36072 ------------------------------------------------------------------------
36073 r19554 | jb | 2007-03-31 19:08:07 +0200 (Sat, 31 Mar 2007) | 3 lines
36074 Changed paths:
36075    M /trunk/modules/gui/qt4/dialogs/gototime.cpp
36076
36077 Qt4 - GoToTime layout and design improvements. Not functionnal yet.
36078
36079
36080 ------------------------------------------------------------------------
36081 r19553 | dionoea | 2007-03-31 18:42:14 +0200 (Sat, 31 Mar 2007) | 2 lines
36082 Changed paths:
36083    M /trunk/modules/video_filter/motiondetect.c
36084
36085 Also use the V plane for motion detection. Remove unused code.
36086
36087 ------------------------------------------------------------------------
36088 r19552 | dionoea | 2007-03-31 18:02:28 +0200 (Sat, 31 Mar 2007) | 3 lines
36089 Changed paths:
36090    M /trunk/modules/video_filter/scale.c
36091    M /trunk/src/video_output/vout_subpictures.c
36092
36093 scale.c: implement RGBA scaling.
36094 vout_subpictures.c: enable scaling for RGBA subpictures.
36095
36096 ------------------------------------------------------------------------
36097 r19551 | dionoea | 2007-03-31 17:45:06 +0200 (Sat, 31 Mar 2007) | 2 lines
36098 Changed paths:
36099    M /trunk/modules/control/rc.c
36100
36101 Update the help strings. These should be autogenerated at run time (IMO)... else people won't notice commands added in other modules, like "adjust" for example.
36102
36103 ------------------------------------------------------------------------
36104 r19550 | dionoea | 2007-03-31 17:42:50 +0200 (Sat, 31 Mar 2007) | 2 lines
36105 Changed paths:
36106    M /trunk/NEWS
36107
36108 Update NEWS to sync with [19549].
36109
36110 ------------------------------------------------------------------------
36111 r19549 | dionoea | 2007-03-31 17:42:14 +0200 (Sat, 31 Mar 2007) | 2 lines
36112 Changed paths:
36113    M /trunk/modules/control/rc.c
36114
36115 Module specific commands change in rc.c. See http://article.gmane.org/gmane.comp.video.videolan.vlc.devel/28757 | sed 's/<at> /@/g'
36116
36117 ------------------------------------------------------------------------
36118 r19548 | dionoea | 2007-03-31 17:38:57 +0200 (Sat, 31 Mar 2007) | 3 lines
36119 Changed paths:
36120    M /trunk/src/video_output/vout_pictures.c
36121    M /trunk/src/video_output/vout_pictures.h
36122    M /trunk/src/video_output/vout_subpictures.c
36123
36124 vout_subpictures.c: Do not call the scaling module if the subpicture is using RGBA. The current way subpictures scaling and blending modules loading work is kind of flawed. It assumes that the module will be able to handle all the possible types of input chromas. This worked fine previously (since all modules allowing to scale/blend YUVP also handled YUVA), but doesn't now (the scaling module doesn't support RGBA. blending works fine).
36125 vout_pictures.*: Add core support for RGBA pictures.
36126
36127 ------------------------------------------------------------------------
36128 r19547 | jb | 2007-03-31 17:31:26 +0200 (Sat, 31 Mar 2007) | 3 lines
36129 Changed paths:
36130    M /trunk/modules/gui/qt4/dialogs/gototime.cpp
36131    M /trunk/modules/gui/qt4/dialogs/gototime.hpp
36132    M /trunk/modules/gui/qt4/dialogs/help.cpp
36133
36134 Qt4 - a few additions to the empty GotoTime dialog..
36135
36136
36137 ------------------------------------------------------------------------
36138 r19546 | jb | 2007-03-31 15:46:14 +0200 (Sat, 31 Mar 2007) | 3 lines
36139 Changed paths:
36140    M /trunk/modules/gui/qt4/qt4.cpp
36141
36142 Set the priority for qt4 / dialog_provider higher than wx
36143
36144
36145 ------------------------------------------------------------------------
36146 r19545 | jb | 2007-03-31 15:45:34 +0200 (Sat, 31 Mar 2007) | 3 lines
36147 Changed paths:
36148    M /trunk/modules/gui/qt4/Modules.am
36149    A /trunk/modules/gui/qt4/dialogs/gototime.cpp
36150    A /trunk/modules/gui/qt4/dialogs/gototime.hpp
36151    M /trunk/modules/gui/qt4/dialogs_provider.cpp
36152    M /trunk/modules/gui/qt4/dialogs_provider.hpp
36153    M /trunk/modules/gui/qt4/menus.cpp
36154
36155 Qt4 - Add a "Goto Time" dialog asked over and over. Empty dialog now.
36156
36157
36158 ------------------------------------------------------------------------
36159 r19544 | jb | 2007-03-31 15:44:22 +0200 (Sat, 31 Mar 2007) | 3 lines
36160 Changed paths:
36161    M /trunk/include/vlc_intf_strings.h
36162
36163 add a GOTOtime string.
36164
36165
36166 ------------------------------------------------------------------------
36167 r19543 | jb | 2007-03-31 14:51:04 +0200 (Sat, 31 Mar 2007) | 3 lines
36168 Changed paths:
36169    M /trunk/modules/gui/qt4/dialogs/errors.cpp
36170
36171 qt4 - Make errors dialog Application Modal.
36172
36173
36174 ------------------------------------------------------------------------
36175 r19542 | jb | 2007-03-31 03:29:26 +0200 (Sat, 31 Mar 2007) | 3 lines
36176 Changed paths:
36177    M /trunk/modules/gui/qt4/components/open.cpp
36178
36179 qt4 - small and unimportant cosmetic change.
36180
36181
36182 ------------------------------------------------------------------------
36183 r19541 | jb | 2007-03-31 03:17:14 +0200 (Sat, 31 Mar 2007) | 5 lines
36184 Changed paths:
36185    M /trunk/modules/gui/qt4/dialogs/open.cpp
36186    M /trunk/modules/gui/qt4/dialogs/open.hpp
36187    M /trunk/modules/gui/qt4/ui/open.ui
36188
36189 Qt4 - Remove the enqueue button and regroup it under the play button, since it is far less used. KEEP IT SIMPLE :D
36190 xtophe, is that what you wanted ?
36191 Stream() does not do anything yet.
36192
36193
36194 ------------------------------------------------------------------------
36195 r19540 | jb | 2007-03-31 00:31:33 +0200 (Sat, 31 Mar 2007) | 3 lines
36196 Changed paths:
36197    M /trunk/modules/codec/ffmpeg/ffmpeg.c
36198    M /trunk/modules/codec/libmpeg2.c
36199
36200 Repair ATI VCR2 support by using ffmpeg instead of libmpeg2
36201
36202
36203 ------------------------------------------------------------------------
36204 r19539 | dionoea | 2007-03-30 19:29:41 +0200 (Fri, 30 Mar 2007) | 2 lines
36205 Changed paths:
36206    M /trunk/modules/video_filter/blend.c
36207
36208 Untested RGBA blending in I420, RV24 and RV32.
36209
36210 ------------------------------------------------------------------------
36211 r19538 | pdherbemont | 2007-03-30 16:34:51 +0200 (Fri, 30 Mar 2007) | 2 lines
36212 Changed paths:
36213    M /trunk/modules/gui/macosx/misc.h
36214
36215 Mac OS X gui: Attempt to fix compilation error.
36216
36217 ------------------------------------------------------------------------
36218 r19537 | xtophe | 2007-03-30 16:06:09 +0200 (Fri, 30 Mar 2007) | 2 lines
36219 Changed paths:
36220    M /trunk/extras/contrib/src/Patches/dirac-cross.patch
36221
36222 Fix dirac patch
36223
36224 ------------------------------------------------------------------------
36225 r19536 | hartman | 2007-03-30 15:29:15 +0200 (Fri, 30 Mar 2007) | 3 lines
36226 Changed paths:
36227    M /trunk/modules/misc/freetype.c
36228
36229 * Missing part of previous commit [19535].
36230   cleanup of freetype.c by Bernie Purcell
36231
36232 ------------------------------------------------------------------------
36233 r19535 | hartman | 2007-03-30 14:51:46 +0200 (Fri, 30 Mar 2007) | 5 lines
36234 Changed paths:
36235    M /trunk/modules/codec/subsdec.c
36236    M /trunk/modules/misc/freetype.c
36237
36238 * Patch to support basic formatting in non-SSA/USF subtitle formats
36239   Several fixes for warnings.
36240
36241   by Bernie Purcell <b dot purcell at adbglobal dot com> 
36242
36243 ------------------------------------------------------------------------
36244 r19534 | jb | 2007-03-30 01:04:38 +0200 (Fri, 30 Mar 2007) | 3 lines
36245 Changed paths:
36246    M /trunk/extras/contrib/src/packages.mak
36247
36248 Libtiff repository has changed.
36249
36250
36251 ------------------------------------------------------------------------
36252 r19533 | jb | 2007-03-30 00:53:45 +0200 (Fri, 30 Mar 2007) | 3 lines
36253 Changed paths:
36254    M /trunk/modules/gui/qt4/ui/open.ui
36255
36256 Qt4 - Cosmetics: adding a <hr /> bar in advanced. SHould it be wider ?
36257
36258
36259 ------------------------------------------------------------------------
36260 r19532 | jb | 2007-03-30 00:18:08 +0200 (Fri, 30 Mar 2007) | 3 lines
36261 Changed paths:
36262    M /trunk/modules/codec/ffmpeg/ffmpeg.c
36263
36264 Make the spacing coherent with the rest of the file.
36265
36266
36267 ------------------------------------------------------------------------
36268 r19531 | jb | 2007-03-29 23:57:15 +0200 (Thu, 29 Mar 2007) | 3 lines
36269 Changed paths:
36270    M /trunk/NEWS
36271
36272 Update News.
36273
36274
36275 ------------------------------------------------------------------------
36276 r19530 | yoann | 2007-03-29 23:53:33 +0200 (Thu, 29 Mar 2007) | 2 lines
36277 Changed paths:
36278    M /trunk/modules/gui/qt4/components/open.cpp
36279    M /trunk/modules/gui/qt4/components/open.hpp
36280    M /trunk/modules/gui/qt4/dialogs/open.hpp
36281
36282 * qt open dialog: double click plays the selected file
36283
36284 ------------------------------------------------------------------------
36285 r19529 | jb | 2007-03-29 23:52:08 +0200 (Thu, 29 Mar 2007) | 2 lines
36286 Changed paths:
36287    M /trunk/modules/codec/ffmpeg/ffmpeg.c
36288
36289 Add  Flash Screen Video  FourCC
36290
36291 ------------------------------------------------------------------------
36292 r19528 | jb | 2007-03-29 23:25:03 +0200 (Thu, 29 Mar 2007) | 3 lines
36293 Changed paths:
36294    M /trunk/modules/gui/qt4/ui/open.ui
36295
36296 Qt4 - cosmetic.
36297
36298
36299 ------------------------------------------------------------------------
36300 r19527 | jb | 2007-03-29 23:19:17 +0200 (Thu, 29 Mar 2007) | 3 lines
36301 Changed paths:
36302    M /trunk/modules/gui/qt4/menus.cpp
36303
36304 Qt4 - More hotkeys.
36305
36306
36307 ------------------------------------------------------------------------
36308 r19526 | yoann | 2007-03-29 23:17:11 +0200 (Thu, 29 Mar 2007) | 2 lines
36309 Changed paths:
36310    M /trunk/src/misc/configuration.c
36311
36312 * fix a segfault
36313
36314 ------------------------------------------------------------------------
36315 r19525 | jb | 2007-03-29 23:10:42 +0200 (Thu, 29 Mar 2007) | 3 lines
36316 Changed paths:
36317    M /trunk/modules/gui/qt4/menus.cpp
36318
36319 Shortcuts.
36320
36321
36322 ------------------------------------------------------------------------
36323 r19524 | xtophe | 2007-03-29 23:07:56 +0200 (Thu, 29 Mar 2007) | 2 lines
36324 Changed paths:
36325    M /trunk/extras/contrib/src/Makefile
36326
36327 don't build the doc in all cases for dirac
36328
36329 ------------------------------------------------------------------------
36330 r19523 | jb | 2007-03-29 22:15:45 +0200 (Thu, 29 Mar 2007) | 3 lines
36331 Changed paths:
36332    M /trunk/modules/gui/qt4/components/open.cpp
36333    M /trunk/modules/gui/qt4/components/open.hpp
36334
36335 Clean.
36336
36337
36338 ------------------------------------------------------------------------
36339 r19522 | yoann | 2007-03-29 22:08:25 +0200 (Thu, 29 Mar 2007) | 2 lines
36340 Changed paths:
36341    M /trunk/modules/gui/qt4/components/open.cpp
36342    M /trunk/modules/gui/qt4/components/open.hpp
36343
36344 * qt: don't hide the file browser on double click
36345
36346 ------------------------------------------------------------------------
36347 r19521 | damienf | 2007-03-29 10:00:16 +0200 (Thu, 29 Mar 2007) | 2 lines
36348 Changed paths:
36349    M /trunk/mozilla/vlcshell.cpp
36350
36351 vlcshell.cpp: compile fix
36352
36353 ------------------------------------------------------------------------
36354 r19520 | damienf | 2007-03-29 00:02:51 +0200 (Thu, 29 Mar 2007) | 2 lines
36355 Changed paths:
36356    M /trunk/mozilla/vlcplugin.h
36357    M /trunk/mozilla/vlcshell.cpp
36358
36359 - mozilla: support for libvlc_video_redraw_rectangle() message for PAINT events and misc cleanups
36360
36361 ------------------------------------------------------------------------
36362 r19519 | damienf | 2007-03-29 00:00:48 +0200 (Thu, 29 Mar 2007) | 2 lines
36363 Changed paths:
36364    M /trunk/modules/gui/macosx/voutgl.m
36365
36366 voutgl.m: support for VOUT_REDRAW_RECT in agl code, also added some smarts regarding handling null clip regions, which causes video flickers on Firefox/MacOSX when scrolling a page containing the mozilla plugin
36367
36368 ------------------------------------------------------------------------
36369 r19518 | damienf | 2007-03-28 23:57:39 +0200 (Wed, 28 Mar 2007) | 2 lines
36370 Changed paths:
36371    M /trunk/include/vlc/libvlc.h
36372    M /trunk/include/vlc_vout.h
36373    M /trunk/src/control/video.c
36374
36375 - libvlc: new libvlc_video_redraw_rectangle() API, this allows caller to tell vout to redraw part of video, vout needs to implement VOUT_REDRAW_RECT message to support this
36376
36377 ------------------------------------------------------------------------
36378 r19517 | xtophe | 2007-03-28 23:28:24 +0200 (Wed, 28 Mar 2007) | 2 lines
36379 Changed paths:
36380    M /trunk/include/vlc_configuration.h
36381    M /trunk/include/vlc_variables.h
36382
36383 Protect header against double inclusion
36384
36385 ------------------------------------------------------------------------
36386 r19516 | yoann | 2007-03-28 20:53:27 +0200 (Wed, 28 Mar 2007) | 2 lines
36387 Changed paths:
36388    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
36389    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
36390    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
36391
36392 * qt: escape key on QVLCFrame and QVLCDialog closes them
36393
36394 ------------------------------------------------------------------------
36395 r19515 | yoann | 2007-03-28 20:28:56 +0200 (Wed, 28 Mar 2007) | 2 lines
36396 Changed paths:
36397    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
36398    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
36399
36400 * QT prefs: escape key closes the dialog
36401
36402 ------------------------------------------------------------------------
36403 r19514 | pdherbemont | 2007-03-28 19:31:28 +0200 (Wed, 28 Mar 2007) | 2 lines
36404 Changed paths:
36405    M /trunk/modules/access/http.c
36406
36407 http Access: Make sure non-absolute relocation is handled properly in a https session (thanks courmish).
36408
36409 ------------------------------------------------------------------------
36410 r19513 | courmisch | 2007-03-28 18:23:40 +0200 (Wed, 28 Mar 2007) | 2 lines
36411 Changed paths:
36412    M /trunk/modules/access_output/udp.c
36413
36414 Limit RTCP sending to one every five seconds as per RFC3550
36415
36416 ------------------------------------------------------------------------
36417 r19512 | pdherbemont | 2007-03-28 13:12:26 +0200 (Wed, 28 Mar 2007) | 2 lines
36418 Changed paths:
36419    M /trunk/modules/access/http.c
36420
36421 http Access: Avoid using an empty pointer (Oops).
36422
36423 ------------------------------------------------------------------------
36424 r19511 | pdherbemont | 2007-03-28 12:26:05 +0200 (Wed, 28 Mar 2007) | 2 lines
36425 Changed paths:
36426    M /trunk/modules/access/http.c
36427
36428 http Access: Make sure we handle redirection that don't include the server name.
36429
36430 ------------------------------------------------------------------------
36431 r19510 | pdherbemont | 2007-03-28 01:53:28 +0200 (Wed, 28 Mar 2007) | 2 lines
36432 Changed paths:
36433    M /trunk/modules/gui/macosx/update.m
36434
36435 Mac OS X gui: checkForUpdate may not run on first thread. Hence alloc an autorelease pool in checkForUpdate.
36436
36437 ------------------------------------------------------------------------
36438 r19509 | pdherbemont | 2007-03-28 01:18:56 +0200 (Wed, 28 Mar 2007) | 2 lines
36439 Changed paths:
36440    M /trunk/modules/gui/macosx/intf.m
36441
36442 Mac OS X gui: Remove unwanted NSLog from r19508.
36443
36444 ------------------------------------------------------------------------
36445 r19508 | pdherbemont | 2007-03-28 01:17:37 +0200 (Wed, 28 Mar 2007) | 2 lines
36446 Changed paths:
36447    M /trunk/modules/gui/macosx/intf.m
36448    M /trunk/modules/gui/macosx/update.m
36449
36450 Mac OS X gui: Check for update on startup.
36451
36452 ------------------------------------------------------------------------
36453 r19507 | pdherbemont | 2007-03-28 00:27:07 +0200 (Wed, 28 Mar 2007) | 2 lines
36454 Changed paths:
36455    M /trunk/modules/gui/macosx/embeddedwindow.m
36456
36457 Mac OS X gui: Fix libvlc key handling when leaving fullscreen.
36458
36459 ------------------------------------------------------------------------
36460 r19506 | xtophe | 2007-03-28 00:26:24 +0200 (Wed, 28 Mar 2007) | 3 lines
36461 Changed paths:
36462    M /trunk/modules/gui/qt4/menus.cpp
36463
36464 qt4/menu.cpp:  * Work around libqt4 opening gconf
36465                * improve readability of macros   
36466
36467 ------------------------------------------------------------------------
36468 r19505 | jb | 2007-03-28 00:14:10 +0200 (Wed, 28 Mar 2007) | 4 lines
36469 Changed paths:
36470    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
36471    M /trunk/modules/gui/qt4/ui/open.ui
36472    M /trunk/modules/gui/qt4/ui/open_disk.ui
36473    M /trunk/modules/gui/qt4/ui/open_file.ui
36474    M /trunk/modules/gui/qt4/ui/sout.ui
36475    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
36476    M /trunk/modules/gui/qt4/ui/sprefs_input.ui
36477    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
36478    M /trunk/modules/gui/qt4/ui/sprefs_playlist.ui
36479    M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
36480    M /trunk/modules/gui/qt4/ui/sprefs_video.ui
36481
36482 Qt4 - cosmetics.
36483
36484
36485
36486 ------------------------------------------------------------------------
36487 r19504 | yoann | 2007-03-28 00:09:18 +0200 (Wed, 28 Mar 2007) | 2 lines
36488 Changed paths:
36489    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
36490
36491 * qt DirectoryConfigControl: default open in selected directory
36492
36493 ------------------------------------------------------------------------
36494 r19503 | yoann | 2007-03-27 23:54:16 +0200 (Tue, 27 Mar 2007) | 2 lines
36495 Changed paths:
36496    M /trunk/include/vlc_configuration.h
36497    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
36498    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
36499
36500 * qt: add a FontConfigControl
36501
36502 ------------------------------------------------------------------------
36503 r19502 | yoann | 2007-03-27 22:39:20 +0200 (Tue, 27 Mar 2007) | 2 lines
36504 Changed paths:
36505    M /trunk/modules/gui/skins2/src/skin_main.cpp
36506
36507 * use add_file instead of add_string for skins2-last - this fixes QT interface simple prefs
36508
36509 ------------------------------------------------------------------------
36510 r19501 | yoann | 2007-03-27 21:33:50 +0200 (Tue, 27 Mar 2007) | 2 lines
36511 Changed paths:
36512    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
36513    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
36514
36515 * qt: really implement DirectoryConfigControl
36516
36517 ------------------------------------------------------------------------
36518 r19500 | damienf | 2007-03-27 21:06:18 +0200 (Tue, 27 Mar 2007) | 2 lines
36519 Changed paths:
36520    M /trunk/src/network/getaddrinfo.c
36521
36522 - getaddrinfo.c : cleanup replacement APIs for win32 and make sure the shim logic only searches for real APIs only once
36523
36524 ------------------------------------------------------------------------
36525 r19499 | damienf | 2007-03-27 21:01:51 +0200 (Tue, 27 Mar 2007) | 2 lines
36526 Changed paths:
36527    M /trunk/src/control/input.c
36528
36529 - control/input.c: don't rely on exceptions to control the state of API internal logic as these are optional
36530
36531 ------------------------------------------------------------------------
36532 r19498 | yoann | 2007-03-27 20:48:09 +0200 (Tue, 27 Mar 2007) | 2 lines
36533 Changed paths:
36534    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
36535
36536 * open file widget: do nothing if the user clicked on cancel
36537
36538 ------------------------------------------------------------------------
36539 r19497 | yoann | 2007-03-27 20:44:02 +0200 (Tue, 27 Mar 2007) | 2 lines
36540 Changed paths:
36541    M /trunk/modules/gui/qt4/components/open.cpp
36542
36543 * browse subtitles: do nothing if the user clicked on Cancel
36544
36545 ------------------------------------------------------------------------
36546 r19492 | yoann | 2007-03-27 01:45:44 +0200 (Tue, 27 Mar 2007) | 2 lines
36547 Changed paths:
36548    M /trunk/modules/gui/qt4/components/open.cpp
36549
36550 * use freetype-rel-fontsize instead of sub-rel-fontsize
36551
36552 ------------------------------------------------------------------------
36553 r19491 | yoann | 2007-03-27 01:44:06 +0200 (Tue, 27 Mar 2007) | 2 lines
36554 Changed paths:
36555    M /trunk/modules/gui/qt4/components/open.cpp
36556
36557 * open dialog: set subtitle size and align options
36558
36559 ------------------------------------------------------------------------
36560 r19490 | yoann | 2007-03-27 01:23:28 +0200 (Tue, 27 Mar 2007) | 2 lines
36561 Changed paths:
36562    M /trunk/modules/gui/qt4/components/open.cpp
36563    M /trunk/modules/gui/qt4/ui/open_file.ui
36564
36565 * build the subtitle align combo box
36566
36567 ------------------------------------------------------------------------
36568 r19489 | yoann | 2007-03-27 01:17:57 +0200 (Tue, 27 Mar 2007) | 2 lines
36569 Changed paths:
36570    M /trunk/modules/gui/qt4/components/open.cpp
36571    M /trunk/modules/gui/qt4/ui/open_file.ui
36572
36573 * build the subtitle size combo box, instead of hardcoded list
36574
36575 ------------------------------------------------------------------------
36576 r19488 | jb | 2007-03-27 00:47:04 +0200 (Tue, 27 Mar 2007) | 3 lines
36577 Changed paths:
36578    M /trunk/extras/contrib/src/Patches/dirac-osx.patch
36579
36580 Contrib - Dirac ; MacOS-X patch.
36581
36582
36583 ------------------------------------------------------------------------
36584 r19487 | jb | 2007-03-27 00:39:52 +0200 (Tue, 27 Mar 2007) | 3 lines
36585 Changed paths:
36586    M /trunk/extras/contrib/src/Patches/dirac-cross.patch
36587    M /trunk/extras/contrib/src/packages.mak
36588
36589 Contribs Dirac bumps from 0.5.4 to 0.6.0... Win32 patch updated
36590
36591
36592 ------------------------------------------------------------------------
36593 r19486 | yoann | 2007-03-27 00:23:37 +0200 (Tue, 27 Mar 2007) | 2 lines
36594 Changed paths:
36595    M /trunk/modules/gui/qt4/components/open.cpp
36596    M /trunk/modules/gui/qt4/dialogs_provider.cpp
36597    M /trunk/modules/gui/qt4/dialogs_provider.hpp
36598
36599 * open dialog: look for subtitles in the same directory as the movie
36600
36601 ------------------------------------------------------------------------
36602 r19485 | yoann | 2007-03-26 23:33:00 +0200 (Mon, 26 Mar 2007) | 2 lines
36603 Changed paths:
36604    M /trunk/modules/gui/qt4/components/open.cpp
36605    M /trunk/modules/gui/qt4/dialogs_provider.cpp
36606    M /trunk/modules/gui/qt4/dialogs_provider.hpp
36607
36608 * use an int to select extension filters
36609
36610 ------------------------------------------------------------------------
36611 r19484 | yoann | 2007-03-26 22:27:30 +0200 (Mon, 26 Mar 2007) | 2 lines
36612 Changed paths:
36613    M /trunk/modules/gui/qt4/dialogs/open.cpp
36614    M /trunk/modules/gui/qt4/dialogs/open.hpp
36615
36616 * open dialog: options like :sub-file= are now added to input (ie "use subtitles" now works)
36617
36618 ------------------------------------------------------------------------
36619 r19483 | yoann | 2007-03-26 21:41:07 +0200 (Mon, 26 Mar 2007) | 2 lines
36620 Changed paths:
36621    M /trunk/modules/gui/qt4/dialogs/open.cpp
36622
36623 * add a function to parse the mrl line
36624
36625 ------------------------------------------------------------------------
36626 r19478 | yoann | 2007-03-26 00:21:30 +0200 (Mon, 26 Mar 2007) | 2 lines
36627 Changed paths:
36628    M /trunk/modules/gui/qt4/components/open.cpp
36629    M /trunk/modules/gui/qt4/dialogs_provider.cpp
36630    M /trunk/modules/gui/qt4/dialogs_provider.hpp
36631
36632 * Use subtitles file extension filter for the "Open subtitles file" dialog.
36633
36634 ------------------------------------------------------------------------
36635 r19476 | dionoea | 2007-03-25 22:55:52 +0200 (Sun, 25 Mar 2007) | 2 lines
36636 Changed paths:
36637    M /trunk/modules/codec/ffmpeg/ffmpeg.c
36638
36639 Enable ffmpeg's GIF decoder for post r8520 revisions (Many thanks to Baptiste Coudurier for fixing the bug(s)).
36640
36641 ------------------------------------------------------------------------
36642 r19470 | courmisch | 2007-03-25 21:35:14 +0200 (Sun, 25 Mar 2007) | 2 lines
36643 Changed paths:
36644    M /trunk/modules/control/http/http.h
36645    M /trunk/modules/control/http/rpn.c
36646    M /trunk/modules/control/http/util.c
36647
36648 Allow URL parameter of arbitrary size (closes #1125)
36649
36650 ------------------------------------------------------------------------
36651 r19468 | courmisch | 2007-03-25 21:21:38 +0200 (Sun, 25 Mar 2007) | 2 lines
36652 Changed paths:
36653    M /trunk/modules/control/http/util.c
36654
36655 Remove debug
36656
36657 ------------------------------------------------------------------------
36658 r19467 | courmisch | 2007-03-25 21:21:20 +0200 (Sun, 25 Mar 2007) | 2 lines
36659 Changed paths:
36660    M /trunk/modules/control/http/http.h
36661    M /trunk/modules/control/http/util.c
36662
36663 Split ExtractURIValue into a research and an extract function
36664
36665 ------------------------------------------------------------------------
36666 r19466 | fenrir | 2007-03-25 20:46:44 +0200 (Sun, 25 Mar 2007) | 2 lines
36667 Changed paths:
36668    M /trunk/configure.ac
36669    M /trunk/modules/codec/dirac.c
36670
36671 Upgrade dirac support to 0.6.0 (close #1129)
36672
36673 ------------------------------------------------------------------------
36674 r19465 | courmisch | 2007-03-25 20:18:32 +0200 (Sun, 25 Mar 2007) | 2 lines
36675 Changed paths:
36676    M /trunk/src/vlc.c
36677
36678 Rename sigset_t variables. No run-time change.
36679
36680 ------------------------------------------------------------------------
36681 r19463 | dionoea | 2007-03-25 19:05:53 +0200 (Sun, 25 Mar 2007) | 2 lines
36682 Changed paths:
36683    M /trunk/src/video_output/vout_subpictures.c
36684
36685 Add 2 missing calls to config_ChainDestroy().
36686
36687 ------------------------------------------------------------------------
36688 r19462 | dionoea | 2007-03-25 19:01:26 +0200 (Sun, 25 Mar 2007) | 2 lines
36689 Changed paths:
36690    M /trunk/src/video_output/video_output.c
36691
36692 Remove last call to strchr( , ':' ) and fix a small memleak.
36693
36694 ------------------------------------------------------------------------
36695 r19458 | dionoea | 2007-03-25 17:26:17 +0200 (Sun, 25 Mar 2007) | 2 lines
36696 Changed paths:
36697    M /trunk/modules/video_output/snapshot.c
36698
36699 Remove trailing space + comment fix.
36700
36701 ------------------------------------------------------------------------
36702 r19457 | dionoea | 2007-03-25 17:24:47 +0200 (Sun, 25 Mar 2007) | 2 lines
36703 Changed paths:
36704    M /trunk/modules/video_output/image.c
36705
36706 config chain syntax support for the image video output.
36707
36708 ------------------------------------------------------------------------
36709 r19456 | dionoea | 2007-03-25 17:24:29 +0200 (Sun, 25 Mar 2007) | 2 lines
36710 Changed paths:
36711    M /trunk/src/video_output/video_output.c
36712
36713 Small fix.
36714
36715 ------------------------------------------------------------------------
36716 r19455 | dionoea | 2007-03-25 16:48:56 +0200 (Sun, 25 Mar 2007) | 2 lines
36717 Changed paths:
36718    M /trunk/modules/video_filter/clone.c
36719    M /trunk/modules/video_filter/logo.c
36720    M /trunk/modules/video_filter/panoramix.c
36721    M /trunk/modules/video_filter/puzzle.c
36722    M /trunk/modules/video_filter/transform.c
36723    M /trunk/modules/video_filter/wall.c
36724
36725 Add support for config chain option parsing.
36726
36727 ------------------------------------------------------------------------
36728 r19454 | dionoea | 2007-03-25 16:48:09 +0200 (Sun, 25 Mar 2007) | 2 lines
36729 Changed paths:
36730    M /trunk/include/vlc_vout.h
36731    M /trunk/src/video_output/video_output.c
36732
36733 Allow using the config chain syntax for vout filters and vouts.
36734
36735 ------------------------------------------------------------------------
36736 r19453 | pdherbemont | 2007-03-25 16:47:41 +0200 (Sun, 25 Mar 2007) | 2 lines
36737 Changed paths:
36738    M /trunk/modules/control/gestures.c
36739
36740 Gestures: Fix two dead locks when changing audio track and subtitle track when there is no such track.
36741
36742 ------------------------------------------------------------------------
36743 r19452 | pdherbemont | 2007-03-25 16:22:47 +0200 (Sun, 25 Mar 2007) | 2 lines
36744 Changed paths:
36745    M /trunk/modules/control/gestures.c
36746
36747 Gestures: The break statement here refers to the local for. Don't release the p_input in this case.
36748
36749 ------------------------------------------------------------------------
36750 r19451 | dionoea | 2007-03-25 15:41:59 +0200 (Sun, 25 Mar 2007) | 2 lines
36751 Changed paths:
36752    M /trunk/src/video_output/vout_subpictures.c
36753
36754 Remove double ;
36755
36756 ------------------------------------------------------------------------
36757 r19450 | dionoea | 2007-03-25 15:21:06 +0200 (Sun, 25 Mar 2007) | 2 lines
36758 Changed paths:
36759    M /trunk/modules/video_filter/logo.c
36760
36761 Woops, forgot to remove this reference to p_libvlc_global yesterday.
36762
36763 ------------------------------------------------------------------------
36764 r19449 | dionoea | 2007-03-25 15:14:56 +0200 (Sun, 25 Mar 2007) | 2 lines
36765 Changed paths:
36766    M /trunk/src/misc/configuration_chain.c
36767
36768 We want to check the main type only (& 0x00f0).
36769
36770 ------------------------------------------------------------------------
36771 r19448 | damienf | 2007-03-25 14:39:43 +0200 (Sun, 25 Mar 2007) | 2 lines
36772 Changed paths:
36773    M /trunk/src/control/audio.c
36774
36775 libvlc/control: make sure aout is active before attempting to use channels
36776
36777 ------------------------------------------------------------------------
36778 r19447 | pdherbemont | 2007-03-25 14:16:55 +0200 (Sun, 25 Mar 2007) | 2 lines
36779 Changed paths:
36780    M /trunk/modules/control/gestures.c
36781
36782 Gestures: Really remove unwanted commit. (Oops).
36783
36784 ------------------------------------------------------------------------
36785 r19446 | pdherbemont | 2007-03-25 14:15:08 +0200 (Sun, 25 Mar 2007) | 2 lines
36786 Changed paths:
36787    M /trunk/modules/control/gestures.c
36788
36789 Gestures: Remove unwanted commit.
36790
36791 ------------------------------------------------------------------------
36792 r19445 | pdherbemont | 2007-03-25 14:11:12 +0200 (Sun, 25 Mar 2007) | 2 lines
36793 Changed paths:
36794    M /trunk/modules/control/gestures.c
36795
36796 Gestures: no need to retain p_playlist longer than really needed.
36797
36798 ------------------------------------------------------------------------
36799 r19444 | pdherbemont | 2007-03-25 14:08:36 +0200 (Sun, 25 Mar 2007) | 2 lines
36800 Changed paths:
36801    M /trunk/modules/control/gestures.c
36802
36803 Gestures: Make sure we that p_playlist is valid, and correctly release p_input and p_playlist.
36804
36805 ------------------------------------------------------------------------
36806 r19443 | damienf | 2007-03-25 14:08:23 +0200 (Sun, 25 Mar 2007) | 2 lines
36807 Changed paths:
36808    M /trunk/configure.ac
36809
36810 - mozilla: added 'firefox-xpcom' to pkgconfig candidates
36811
36812 ------------------------------------------------------------------------
36813 r19442 | pdherbemont | 2007-03-25 13:50:26 +0200 (Sun, 25 Mar 2007) | 2 lines
36814 Changed paths:
36815    M /trunk/modules/control/gestures.c
36816
36817 Gestures: Obtain the p_input associated with the p_playlist when needed.
36818
36819 ------------------------------------------------------------------------
36820 r19441 | courmisch | 2007-03-25 11:56:25 +0200 (Sun, 25 Mar 2007) | 9 lines
36821 Changed paths:
36822    M /trunk/src/network/io.c
36823    M /trunk/src/vlc.c
36824
36825 Block SIGCHLD so we don't get polluted by system() in another thread[1]
36826 (though this seem to only happen with debuggers and (?)broken OSes)
36827
36828 [1] system() blocks SIGCHLD, and is probably not intended for multithreading
36829
36830 We cannot assume that blocking calls in other libraries ignore EINTR anyway, 
36831 so the only safe approach is to block in all threads (you can unblock it in
36832 your thread if you really want it) except the signal handling thread.
36833
36834 ------------------------------------------------------------------------
36835 r19440 | jb | 2007-03-24 23:32:55 +0100 (Sat, 24 Mar 2007) | 3 lines
36836 Changed paths:
36837    M /trunk/modules/control/gestures.c
36838
36839 New gestures actions. 
36840
36841
36842 ------------------------------------------------------------------------
36843 r19439 | jb | 2007-03-24 23:29:58 +0100 (Sat, 24 Mar 2007) | 3 lines
36844 Changed paths:
36845    M /trunk/include/vlc_intf_strings.h
36846    M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
36847    M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
36848    M /trunk/modules/gui/qt4/dialogs/open.cpp
36849    M /trunk/modules/gui/qt4/dialogs_provider.cpp
36850    M /trunk/modules/gui/qt4/dialogs_provider.hpp
36851    M /trunk/modules/gui/qt4/menus.cpp
36852
36853 Qt4 - Codec Information direct access from menu.
36854
36855
36856 ------------------------------------------------------------------------
36857 r19438 | pdherbemont | 2007-03-24 23:28:46 +0100 (Sat, 24 Mar 2007) | 2 lines
36858 Changed paths:
36859    M /trunk/src/misc/configuration.c
36860
36861 Core: Prefer ANSI-C style comments over C++ comments.
36862
36863 ------------------------------------------------------------------------
36864 r19437 | pdherbemont | 2007-03-24 23:21:08 +0100 (Sat, 24 Mar 2007) | 2 lines
36865 Changed paths:
36866    M /trunk/modules/control/gestures.c
36867
36868 Gestures: Make sure we follow the locking strategy established in [19436].
36869
36870 ------------------------------------------------------------------------
36871 r19436 | pdherbemont | 2007-03-24 22:33:30 +0100 (Sat, 24 Mar 2007) | 2 lines
36872 Changed paths:
36873    M /trunk/modules/control/gestures.c
36874
36875 Gestures: Defines p_intf->change_lock rules, and apply them.
36876
36877 ------------------------------------------------------------------------
36878 r19435 | pdherbemont | 2007-03-24 21:57:23 +0100 (Sat, 24 Mar 2007) | 2 lines
36879 Changed paths:
36880    M /trunk/modules/control/gestures.c
36881
36882 Gestures: Fix typo in comment.
36883
36884 ------------------------------------------------------------------------
36885 r19434 | pdherbemont | 2007-03-24 21:52:12 +0100 (Sat, 24 Mar 2007) | 2 lines
36886 Changed paths:
36887    M /trunk/modules/control/gestures.c
36888
36889 Gestures: Make sure p_intf->p_sys->p_input gets released.
36890
36891 ------------------------------------------------------------------------
36892 r19433 | dionoea | 2007-03-24 21:36:57 +0100 (Sat, 24 Mar 2007) | 2 lines
36893 Changed paths:
36894    M /trunk/src/misc/modules.c
36895
36896 Use the module's name as object name if none was explicitly given by the user.
36897
36898 ------------------------------------------------------------------------
36899 r19432 | dionoea | 2007-03-24 21:25:25 +0100 (Sat, 24 Mar 2007) | 2 lines
36900 Changed paths:
36901    M /trunk/modules/video_filter/adjust.c
36902
36903  * Don't call var_Get every time we have an image to process and register the variables as commands.
36904
36905 ------------------------------------------------------------------------
36906 r19431 | dionoea | 2007-03-24 21:21:30 +0100 (Sat, 24 Mar 2007) | 2 lines
36907 Changed paths:
36908    M /trunk/include/vlc_variables.h
36909
36910 Oops.
36911
36912 ------------------------------------------------------------------------
36913 r19430 | dionoea | 2007-03-24 19:30:39 +0100 (Sat, 24 Mar 2007) | 2 lines
36914 Changed paths:
36915    M /trunk/modules/video_filter/logo.c
36916    M /trunk/modules/video_filter/marq.c
36917    M /trunk/modules/video_filter/mosaic.c
36918
36919 Register variables as callback. Don't store module specific variables in p_libvlc_global. They don't belong there.
36920
36921 ------------------------------------------------------------------------
36922 r19429 | dionoea | 2007-03-24 19:29:20 +0100 (Sat, 24 Mar 2007) | 2 lines
36923 Changed paths:
36924    M /trunk/include/vlc_variables.h
36925
36926 Add new var_CreateGet<type>Command functions which set the VLC_VAR_ISCOMMAND flag.
36927
36928 ------------------------------------------------------------------------
36929 r19428 | dionoea | 2007-03-24 19:28:50 +0100 (Sat, 24 Mar 2007) | 2 lines
36930 Changed paths:
36931    M /trunk/src/misc/variables.c
36932
36933 if we var_Create with DOINHERIT|ISCOMMAND and ISCOMMAND isn't set on the source variable, then inherit anyway and add ISCOMMAND to the type. 
36934
36935 ------------------------------------------------------------------------
36936 r19427 | dionoea | 2007-03-24 18:13:40 +0100 (Sat, 24 Mar 2007) | 5 lines
36937 Changed paths:
36938    M /trunk/src/misc/objects.c
36939
36940 Allow using an object's psz_object_name as id for the libvlc_global commands "tree" and "vars". Example use:
36941 ./vlc -I rc --sub-filter marq@test --no-audio ~/media/redefined-nintendo.mpg
36942 vars test
36943 (instead of "vars 376" ... or whatever the integer id is) 
36944
36945 ------------------------------------------------------------------------
36946 r19426 | dionoea | 2007-03-24 17:22:20 +0100 (Sat, 24 Mar 2007) | 2 lines
36947 Changed paths:
36948    M /trunk/NEWS
36949
36950 Typo fix.
36951
36952 ------------------------------------------------------------------------
36953 r19425 | dionoea | 2007-03-24 17:20:06 +0100 (Sat, 24 Mar 2007) | 2 lines
36954 Changed paths:
36955    M /trunk/NEWS
36956
36957 Add news about the rc command syntax change.
36958
36959 ------------------------------------------------------------------------
36960 r19424 | dionoea | 2007-03-24 17:02:51 +0100 (Sat, 24 Mar 2007) | 24 lines
36961 Changed paths:
36962    M /trunk/include/vlc_objects.h
36963    M /trunk/modules/control/rc.c
36964    M /trunk/src/misc/modules.c
36965    M /trunk/src/misc/objects.c
36966
36967 * Make it possible to give names to vlc objects (psz_object_name
36968 already existed but was only used by modules as far as is know). This
36969 is done in the module_Need function. Needed module names now have this
36970 syntax: '<module>[@<name>]'. If the @<name> part is present, once the
36971 needed module is found it will change p_this->psz_object_name to <name>.
36972 In about 99% of the module_Need calls, p_this is the module's parent
36973 object so this is ok. The remaining calls won't use this syntax so it's
36974 ok i guess :)
36975
36976 * Add new vlc_object_find_name function. It works like vlc_object_find
36977 but uses a string (name) instead of an integer (type) as its second
36978 argument.
36979
36980 * Change the marq, mosaic and logo commands in rc.c. They now take the
36981 target object's name as first argument. Example:
36982
36983 Launch vlc with:
36984 ./vlc -I rc --no-audio --sub-filter "marq@test{marquee=Hello}:marq@testouille{marquee=Test}" ~/media/redefined-nintendo.mpg
36985
36986 Then issue the following command to move the second marq:
36987 marq-x testouille 100
36988
36989 (and while testing I fixed #745)
36990
36991 ------------------------------------------------------------------------
36992 r19423 | courmisch | 2007-03-24 12:35:24 +0100 (Sat, 24 Mar 2007) | 2 lines
36993 Changed paths:
36994    M /trunk/include/vlc_common.h
36995
36996 Forgot this file
36997
36998 ------------------------------------------------------------------------
36999 r19422 | courmisch | 2007-03-24 12:10:20 +0100 (Sat, 24 Mar 2007) | 2 lines
37000 Changed paths:
37001    M /trunk/src/network/io.c
37002
37003 Re-disable v6 only for better handling of udp://@ on dual-stack systems
37004
37005 ------------------------------------------------------------------------
37006 r19421 | courmisch | 2007-03-24 12:08:46 +0100 (Sat, 24 Mar 2007) | 3 lines
37007 Changed paths:
37008    M /trunk/src/extras/libc.c
37009
37010 - Fix various error handling bugs in vlc_execve.
37011 - Use a single pipe rather two pairs
37012
37013 ------------------------------------------------------------------------
37014 r19420 | xtophe | 2007-03-24 02:30:37 +0100 (Sat, 24 Mar 2007) | 2 lines
37015 Changed paths:
37016    M /trunk/INSTALL
37017
37018 Debian's packaging moved
37019
37020 ------------------------------------------------------------------------
37021 r19419 | xtophe | 2007-03-24 02:29:13 +0100 (Sat, 24 Mar 2007) | 2 lines
37022 Changed paths:
37023    M /trunk/doc/vlc.1
37024
37025 Fix dvd MRL (from Debian's patch)
37026
37027 ------------------------------------------------------------------------
37028 r19418 | fenrir | 2007-03-24 02:18:53 +0100 (Sat, 24 Mar 2007) | 2 lines
37029 Changed paths:
37030    M /trunk/modules/demux/playlist/pls.c
37031
37032 Fixed small memory leaks.
37033
37034 ------------------------------------------------------------------------
37035 r19417 | fenrir | 2007-03-24 02:05:02 +0100 (Sat, 24 Mar 2007) | 2 lines
37036 Changed paths:
37037    M /trunk/src/input/input.c
37038
37039 Fixed stat counter leaks on open failure.
37040
37041 ------------------------------------------------------------------------
37042 r19416 | fenrir | 2007-03-24 01:51:14 +0100 (Sat, 24 Mar 2007) | 2 lines
37043 Changed paths:
37044    M /trunk/modules/access/mms/mmsh.c
37045
37046 Fixed small memory leaks.
37047
37048 ------------------------------------------------------------------------
37049 r19415 | fenrir | 2007-03-24 01:50:09 +0100 (Sat, 24 Mar 2007) | 2 lines
37050 Changed paths:
37051    M /trunk/modules/access/ftp.c
37052
37053 Fixed typo (Patch by Ari Constancio)
37054
37055 ------------------------------------------------------------------------
37056 r19414 | fenrir | 2007-03-24 01:47:47 +0100 (Sat, 24 Mar 2007) | 2 lines
37057 Changed paths:
37058    M /trunk/modules/access/http.c
37059
37060 Fixed typo in proxy description. (Patch by Ari Constancio)
37061
37062 ------------------------------------------------------------------------
37063 r19413 | fenrir | 2007-03-24 01:46:42 +0100 (Sat, 24 Mar 2007) | 2 lines
37064 Changed paths:
37065    M /trunk/src/misc/configuration.c
37066
37067 Fixed memory leak when we cannot save the configuration file.
37068
37069 ------------------------------------------------------------------------
37070 r19412 | fenrir | 2007-03-24 01:42:20 +0100 (Sat, 24 Mar 2007) | 2 lines
37071 Changed paths:
37072    M /trunk/src/misc/configuration.c
37073
37074 Fixed 2 segfaults in config_OpenConfigFile.
37075
37076 ------------------------------------------------------------------------
37077 r19411 | fenrir | 2007-03-24 01:24:22 +0100 (Sat, 24 Mar 2007) | 7 lines
37078 Changed paths:
37079    M /trunk/modules/access/mms/mms.c
37080    M /trunk/modules/access/mms/mmsh.c
37081    M /trunk/modules/access/mms/mmsh.h
37082
37083 Implemented http proxy for mmsh (close #629)
37084 It uses --mmsh-proxy=xxx or http_proxy environment variable (basic
37085 authentication has not been tested).
37086 We may want to reuse --http-proxy from http instead (and so we will have to
37087 move the option out of http.c)
37088
37089
37090 ------------------------------------------------------------------------
37091 r19410 | xtophe | 2007-03-23 22:22:47 +0100 (Fri, 23 Mar 2007) | 2 lines
37092 Changed paths:
37093    M /trunk/modules/access/dshow/dshow.cpp
37094    M /trunk/modules/access/http.c
37095    M /trunk/modules/access/pvr.c
37096    M /trunk/modules/access_output/http.c
37097    M /trunk/modules/audio_filter/equalizer.c
37098    M /trunk/modules/demux/mod.c
37099    M /trunk/modules/demux/playlist/playlist.c
37100    M /trunk/modules/gui/macosx/equalizer.m
37101    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
37102    M /trunk/modules/misc/notify/growl.c
37103    M /trunk/modules/misc/notify/msn.c
37104    M /trunk/modules/misc/rtsp.c
37105    M /trunk/modules/misc/win32text.c
37106    M /trunk/modules/mux/mpeg/ts.c
37107    M /trunk/modules/stream_out/standard.c
37108    M /trunk/modules/video_filter/mosaic.c
37109    M /trunk/modules/video_filter/osdmenu.c
37110    M /trunk/src/libvlc-module.c
37111
37112 Fix the strings.
37113
37114 ------------------------------------------------------------------------
37115 r19409 | fenrir | 2007-03-23 21:07:17 +0100 (Fri, 23 Mar 2007) | 2 lines
37116 Changed paths:
37117    M /trunk/modules/demux/ts.c
37118
37119 Use new EPG api + convert event strings to UTF-8.
37120
37121 ------------------------------------------------------------------------
37122 r19408 | fenrir | 2007-03-23 21:03:30 +0100 (Fri, 23 Mar 2007) | 2 lines
37123 Changed paths:
37124    M /trunk/src/input/es_out.c
37125
37126 Partial implementation of EPG support (Converted to stream meta data)
37127
37128 ------------------------------------------------------------------------
37129 r19407 | fenrir | 2007-03-23 20:59:11 +0100 (Fri, 23 Mar 2007) | 3 lines
37130 Changed paths:
37131    M /trunk/src/input/control.c
37132    M /trunk/src/input/input.c
37133
37134 Extended INPUT_DEL_INFO (Allow deleting a whole category with NULL name)
37135 Fixed VLC_META_NOW_PLAYING update.
37136
37137 ------------------------------------------------------------------------
37138 r19406 | fenrir | 2007-03-23 20:55:48 +0100 (Fri, 23 Mar 2007) | 2 lines
37139 Changed paths:
37140    M /trunk/include/vlc_meta.h
37141
37142 Re-extended vlc_meta_t.
37143
37144 ------------------------------------------------------------------------
37145 r19405 | fenrir | 2007-03-23 20:55:17 +0100 (Fri, 23 Mar 2007) | 2 lines
37146 Changed paths:
37147    M /trunk/include/vlc_input.h
37148
37149 Include vlc_epg.h
37150
37151 ------------------------------------------------------------------------
37152 r19404 | fenrir | 2007-03-23 20:54:14 +0100 (Fri, 23 Mar 2007) | 2 lines
37153 Changed paths:
37154    A /trunk/include/vlc_epg.h
37155    M /trunk/include/vlc_es_out.h
37156    M /trunk/src/Makefile.am
37157
37158 Added EPG (Electronic Program Guide) helpers and ES_OUT_SET_GROUP_EPG.
37159
37160 ------------------------------------------------------------------------
37161 r19403 | fenrir | 2007-03-23 20:49:21 +0100 (Fri, 23 Mar 2007) | 2 lines
37162 Changed paths:
37163    M /trunk/include/vlc_arrays.h
37164    M /trunk/include/vlc_vlm.h
37165
37166 Added a c++ compatible TAB_APPEND_CPP
37167
37168 ------------------------------------------------------------------------
37169 r19402 | fenrir | 2007-03-23 20:43:48 +0100 (Fri, 23 Mar 2007) | 2 lines
37170 Changed paths:
37171    M /trunk/src/network/io.c
37172
37173 Fixed net_Read and net_Write (poll can be interrupted).
37174
37175 ------------------------------------------------------------------------
37176 r19401 | fenrir | 2007-03-23 20:35:18 +0100 (Fri, 23 Mar 2007) | 2 lines
37177 Changed paths:
37178    M /trunk/modules/access_filter/record.c
37179
37180 Fixed compilation warning.
37181
37182 ------------------------------------------------------------------------
37183 r19400 | fenrir | 2007-03-23 20:33:48 +0100 (Fri, 23 Mar 2007) | 2 lines
37184 Changed paths:
37185    M /trunk/modules/codec/x264.c
37186
37187 Fixed invalid free.
37188
37189 ------------------------------------------------------------------------
37190 r19399 | fenrir | 2007-03-23 20:28:48 +0100 (Fri, 23 Mar 2007) | 2 lines
37191 Changed paths:
37192    M /trunk/modules/access/mms/buffer.c
37193    M /trunk/modules/access/mms/mmstu.c
37194
37195 Fixed #949 (UTF-8 url support)
37196
37197 ------------------------------------------------------------------------
37198 r19398 | fenrir | 2007-03-23 20:24:49 +0100 (Fri, 23 Mar 2007) | 5 lines
37199 Changed paths:
37200    M /trunk/modules/access/mms/mmsh.c
37201
37202 Fixed #1102 ("Bad request" error)
37203 Completed RESET command support.
37204 Updated user agent to "NSPlayer/7.10.0.3059"
37205
37206
37207 ------------------------------------------------------------------------
37208 r19397 | fenrir | 2007-03-23 19:48:33 +0100 (Fri, 23 Mar 2007) | 2 lines
37209 Changed paths:
37210    M /trunk/modules/access/http.c
37211
37212 Fixed compilation warning.
37213
37214 ------------------------------------------------------------------------
37215 r19396 | fenrir | 2007-03-23 19:48:04 +0100 (Fri, 23 Mar 2007) | 2 lines
37216 Changed paths:
37217    M /trunk/modules/access/dvb/en50221.c
37218
37219 Fixed dvbsi_to_utf8 (memory leak + possible segfault)
37220
37221 ------------------------------------------------------------------------
37222 r19394 | dionoea | 2007-03-22 23:56:54 +0100 (Thu, 22 Mar 2007) | 2 lines
37223 Changed paths:
37224    M /trunk/po/fr.po
37225
37226 French translation fix by rom1 (http://forum.videolan.org/viewtopic.php?t=32549).
37227
37228 ------------------------------------------------------------------------
37229 r19393 | xtophe | 2007-03-22 23:27:51 +0100 (Thu, 22 Mar 2007) | 2 lines
37230 Changed paths:
37231    M /trunk/po/pt_PT.po
37232    M /trunk/po/vlc.pot
37233
37234 Update Portuguese translation. Thanks to Ari Constacio.
37235
37236 ------------------------------------------------------------------------
37237 r19392 | xtophe | 2007-03-22 18:37:57 +0100 (Thu, 22 Mar 2007) | 2 lines
37238 Changed paths:
37239    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
37240
37241 wx: Check in Open() if we have an X
37242
37243 ------------------------------------------------------------------------
37244 r19391 | damienf | 2007-03-22 18:29:55 +0100 (Thu, 22 Mar 2007) | 2 lines
37245 Changed paths:
37246    M /trunk/mozilla/vlcshell.cpp
37247
37248 - vlcshell.cp: compile fix
37249
37250 ------------------------------------------------------------------------
37251 r19390 | damienf | 2007-03-22 18:00:51 +0100 (Thu, 22 Mar 2007) | 2 lines
37252 Changed paths:
37253    M /trunk/activex/vlccontrol.cpp
37254
37255 - activex: support for options passed as a commmand line string
37256
37257 ------------------------------------------------------------------------
37258 r19389 | damienf | 2007-03-22 17:58:22 +0100 (Thu, 22 Mar 2007) | 2 lines
37259 Changed paths:
37260    M /trunk/mozilla/control/npolibvlc.cpp
37261
37262 - mozilla: possible heap corruption when parsing options as string
37263
37264 ------------------------------------------------------------------------
37265 r19388 | damienf | 2007-03-22 17:56:59 +0100 (Thu, 22 Mar 2007) | 2 lines
37266 Changed paths:
37267    M /trunk/mozilla/vlcplugin.cpp
37268    M /trunk/mozilla/vlcplugin.h
37269    M /trunk/mozilla/vlcshell.cpp
37270
37271  mozilla: don't hold any reference to root object to prevent ownership issues on plugin destroy, just create it and throw it to the wilderness
37272
37273 ------------------------------------------------------------------------
37274 r19387 | jpsaman | 2007-03-22 15:45:16 +0100 (Thu, 22 Mar 2007) | 1 line
37275 Changed paths:
37276    M /trunk/src/control/playlist.c
37277
37278 Let the code blend in.
37279 ------------------------------------------------------------------------
37280 r19385 | jpsaman | 2007-03-22 15:38:11 +0100 (Thu, 22 Mar 2007) | 1 line
37281 Changed paths:
37282    M /trunk/src/control/playlist.c
37283
37284 Fix potential crash condition.
37285 ------------------------------------------------------------------------
37286 r19383 | jpsaman | 2007-03-22 14:49:33 +0100 (Thu, 22 Mar 2007) | 1 line
37287 Changed paths:
37288    M /trunk/src/control/input.c
37289
37290 Return sane state value when no input is present.
37291 ------------------------------------------------------------------------
37292 r19382 | dionoea | 2007-03-22 11:35:29 +0100 (Thu, 22 Mar 2007) | 2 lines
37293 Changed paths:
37294    M /trunk/modules/control/http/rpn.c
37295
37296 limit values extracted by url_extract to 2048 characters instead of 512 characters. refs #1125.
37297
37298 ------------------------------------------------------------------------
37299 r19381 | xtophe | 2007-03-22 00:10:07 +0100 (Thu, 22 Mar 2007) | 2 lines
37300 Changed paths:
37301    M /trunk/modules/gui/qt4/qt4.cpp
37302
37303 qt4.cpp: Put it at a better place, only under X11, remove debug
37304
37305 ------------------------------------------------------------------------
37306 r19380 | dionoea | 2007-03-21 23:36:44 +0100 (Wed, 21 Mar 2007) | 2 lines
37307 Changed paths:
37308    M /trunk/modules/video_filter/rss.c
37309
37310 Fix the help string for rss-speed.
37311
37312 ------------------------------------------------------------------------
37313 r19379 | dionoea | 2007-03-21 23:14:46 +0100 (Wed, 21 Mar 2007) | 2 lines
37314 Changed paths:
37315    M /trunk/modules/video_filter/rss.c
37316
37317 rss.c: Using [19378] (visible region persitence in freetype font renderer), only display one line of text if the font size option was set.
37318
37319 ------------------------------------------------------------------------
37320 r19378 | dionoea | 2007-03-21 23:10:50 +0100 (Wed, 21 Mar 2007) | 2 lines
37321 Changed paths:
37322    M /trunk/modules/misc/freetype.c
37323
37324 Change the visible heigh/width only if they weren't set in the source text subpicture. Else use the original values. Could someone with good knowledge of the freetype module (and maybe other text render modules ... if we have any) confirm that this change is ok?
37325
37326 ------------------------------------------------------------------------
37327 r19377 | dionoea | 2007-03-21 22:51:44 +0100 (Wed, 21 Mar 2007) | 2 lines
37328 Changed paths:
37329    M /trunk/src/video_output/vout_subpictures.c
37330
37331 Trailing spaces, again.
37332
37333 ------------------------------------------------------------------------
37334 r19376 | dionoea | 2007-03-21 22:48:36 +0100 (Wed, 21 Mar 2007) | 2 lines
37335 Changed paths:
37336    M /trunk/modules/misc/freetype.c
37337
37338 Cosmetics (well ... invisible cosmetics). Remove trailing white spaces.
37339
37340 ------------------------------------------------------------------------
37341 r19375 | dionoea | 2007-03-21 22:44:56 +0100 (Wed, 21 Mar 2007) | 3 lines
37342 Changed paths:
37343    M /trunk/modules/video_filter/rss.c
37344
37345 * Add new rss-title option to configure how/when/if you want to display the feed's title.
37346 * Fix CFG_PREFIX for config chain parsing and option names (s/rrs/rss/)
37347
37348 ------------------------------------------------------------------------
37349 r19374 | dionoea | 2007-03-21 22:42:10 +0100 (Wed, 21 Mar 2007) | 2 lines
37350 Changed paths:
37351    M /trunk/modules/codec/ffmpeg/ffmpeg.c
37352
37353 Disable ffmpeg GIF decoder. It's currenly not working (doing some weird infinite loop when calling pf_decode_video in src/misc/image.c ImageRead() when using the RSS plugin)
37354
37355 ------------------------------------------------------------------------
37356 r19373 | xtophe | 2007-03-21 19:23:22 +0100 (Wed, 21 Mar 2007) | 2 lines
37357 Changed paths:
37358    M /trunk/modules/gui/qt4/qt4.cpp
37359
37360 qt4: Don't try to use the qt intf if we don't have an X
37361
37362 ------------------------------------------------------------------------
37363 r19372 | damienf | 2007-03-21 14:57:12 +0100 (Wed, 21 Mar 2007) | 2 lines
37364 Changed paths:
37365    M /trunk/mozilla/control/npolibvlc.cpp
37366
37367 - mozilla: refcounting is still important, don't mess it up during normal operation
37368
37369 ------------------------------------------------------------------------
37370 r19371 | damienf | 2007-03-21 13:34:11 +0100 (Wed, 21 Mar 2007) | 2 lines
37371 Changed paths:
37372    M /trunk/src/extras/getopt.c
37373    M /trunk/src/misc/configuration.c
37374
37375 - getopt: use optind==0 for reentrency support and misc cleanup
37376
37377 ------------------------------------------------------------------------
37378 r19370 | jb | 2007-03-21 00:40:09 +0100 (Wed, 21 Mar 2007) | 3 lines
37379 Changed paths:
37380    M /trunk/modules/gui/qt4/components/open.cpp
37381
37382 Qt4 - Open. Fix segfault under windows. Still need to find out to hide those buttons under windows. But one at a time.
37383
37384
37385 ------------------------------------------------------------------------
37386 r19369 | jb | 2007-03-21 00:29:42 +0100 (Wed, 21 Mar 2007) | 4 lines
37387 Changed paths:
37388    M /trunk/include/vlc_modules.h
37389    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
37390    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
37391
37392 Qt4 - Pref: start to track functionnalities missing. Directory still segfaults..
37393
37394
37395
37396 ------------------------------------------------------------------------
37397 r19368 | damienf | 2007-03-20 23:15:07 +0100 (Tue, 20 Mar 2007) | 2 lines
37398 Changed paths:
37399    M /trunk/mozilla/control/npolibvlc.cpp
37400    M /trunk/mozilla/control/npolibvlc.h
37401    M /trunk/mozilla/control/nporuntime.h
37402
37403  - mozilla: I finally figured out why firefox was corrupting memory after destroying plugin (so much fore reference counted objects !)
37404
37405 ------------------------------------------------------------------------
37406 r19367 | jb | 2007-03-20 20:27:29 +0100 (Tue, 20 Mar 2007) | 3 lines
37407 Changed paths:
37408    M /trunk/modules/gui/qt4/ui/open_net.ui
37409
37410 Qt4 - Open Dialog/ Net. Cosmetics.
37411
37412
37413 ------------------------------------------------------------------------
37414 r19366 | jb | 2007-03-20 20:20:42 +0100 (Tue, 20 Mar 2007) | 3 lines
37415 Changed paths:
37416    M /trunk/modules/gui/qt4/components/open.cpp
37417    M /trunk/modules/gui/qt4/dialogs_provider.hpp
37418
37419 Qt4 - Open Dialog/File. Solve the filters bug and do things in a better way.
37420
37421
37422 ------------------------------------------------------------------------
37423 r19365 | damienf | 2007-03-20 16:13:51 +0100 (Tue, 20 Mar 2007) | 2 lines
37424 Changed paths:
37425    M /trunk/mozilla/support/npmac.cpp
37426    M /trunk/mozilla/support/npunix.c
37427    M /trunk/mozilla/support/npwin.cpp
37428    M /trunk/mozilla/vlcshell.cpp
37429
37430  - mozilla: formatting, cleanup, and NPN_SetValue/NPP_SetValue support
37431
37432 ------------------------------------------------------------------------
37433 r19364 | damienf | 2007-03-20 12:51:12 +0100 (Tue, 20 Mar 2007) | 2 lines
37434 Changed paths:
37435    M /trunk/mozilla/control/npolibvlc.cpp
37436    M /trunk/mozilla/control/nporuntime.h
37437
37438 - mozilla: most properties in vlc.audio object don't require an active input, be careful jpsaman ;)
37439
37440 ------------------------------------------------------------------------
37441 r19363 | jpsaman | 2007-03-20 09:21:52 +0100 (Tue, 20 Mar 2007) | 1 line
37442 Changed paths:
37443    M /trunk/modules/misc/qte_main.cpp
37444
37445 coding style cleanup
37446 ------------------------------------------------------------------------
37447 r19362 | jb | 2007-03-20 02:15:26 +0100 (Tue, 20 Mar 2007) | 12 lines
37448 Changed paths:
37449    M /trunk/modules/gui/qt4/components/open.cpp
37450    M /trunk/modules/gui/qt4/components/open.hpp
37451    M /trunk/modules/gui/qt4/dialogs_provider.cpp
37452    M /trunk/modules/gui/qt4/dialogs_provider.hpp
37453    M /trunk/modules/gui/qt4/ui/open_file.ui
37454
37455 Qt4 - Set Filters. Regroup filter definitions.
37456
37457 Open Dialog: status. 
37458 - Broken on Windows.... As usual...
37459 - Filters are not correctly set. Why ? I don't understand...
37460 - Alignement will not be better.
37461 - Show/hide advanced panel and subtitles do not work correctly (none of them)
37462 - Additional features will be for next release. There is plenty of things to do left.
37463
37464 /* GOSH I hate QT designer */
37465
37466
37467 ------------------------------------------------------------------------
37468 r19361 | damienf | 2007-03-20 01:11:57 +0100 (Tue, 20 Mar 2007) | 2 lines
37469 Changed paths:
37470    M /trunk/mozilla/control/npolibvlc.cpp
37471    M /trunk/mozilla/control/npolibvlc.h
37472    M /trunk/mozilla/control/nporuntime.h
37473    M /trunk/mozilla/vlcshell.cpp
37474
37475 - mozilla: some cleanup, workarounds for potential crash scenarios
37476
37477 ------------------------------------------------------------------------
37478 r19360 | pdherbemont | 2007-03-19 23:56:04 +0100 (Mon, 19 Mar 2007) | 2 lines
37479 Changed paths:
37480    M /trunk/modules/gui/macosx/intf.m
37481
37482 Mac OS X gui: Make sure the "force quit" menu item is handled instantly.
37483
37484 ------------------------------------------------------------------------
37485 r19359 | dionoea | 2007-03-19 22:34:54 +0100 (Mon, 19 Mar 2007) | 2 lines
37486 Changed paths:
37487    M /trunk/src/libvlc-common.c
37488
37489 When using -p <module name> (or --module <module name>) to look for help, also check if the module name matches a module's shortcut (and not only the main name). Makes it possible to use stuff like vlc -p udp instead of vlc -p access_udp.
37490
37491 ------------------------------------------------------------------------
37492 r19358 | jpsaman | 2007-03-19 22:17:09 +0100 (Mon, 19 Mar 2007) | 1 line
37493 Changed paths:
37494    M /trunk/extras/contrib/src/Patches/live-starttime.patch
37495    M /trunk/modules/demux/live555.cpp
37496
37497 Bumped up version number of live555 to a ridiculous 9999999999 so it doesn't conflict with the official live555 releases. This is a temporary hack till RTSP seeking is solved properly.
37498 ------------------------------------------------------------------------
37499 r19357 | dionoea | 2007-03-19 22:13:07 +0100 (Mon, 19 Mar 2007) | 2 lines
37500 Changed paths:
37501    M /trunk/modules/demux/live555.cpp
37502
37503 Fix compilation on debian sid. Please check that we're using the appropriate version numbers in the #ifs.
37504
37505 ------------------------------------------------------------------------
37506 r19356 | dionoea | 2007-03-19 21:36:05 +0100 (Mon, 19 Mar 2007) | 2 lines
37507 Changed paths:
37508    M /trunk/doc/fortunes.txt
37509
37510 Fortune! Who would've though that thresh would fall for it.
37511
37512 ------------------------------------------------------------------------
37513 r19355 | jb | 2007-03-19 20:45:08 +0100 (Mon, 19 Mar 2007) | 3 lines
37514 Changed paths:
37515    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
37516
37517 Qt4 - comment another thing to build on windows. L4|\/|3 contribs...
37518
37519
37520 ------------------------------------------------------------------------
37521 r19354 | jb | 2007-03-19 20:42:25 +0100 (Mon, 19 Mar 2007) | 3 lines
37522 Changed paths:
37523    M /trunk/modules/gui/qt4/components/open.cpp
37524    M /trunk/modules/gui/qt4/components/open.hpp
37525    M /trunk/modules/gui/qt4/dialogs/open.cpp
37526    M /trunk/modules/gui/qt4/ui/open_file.ui
37527
37528 Qt4 - Open. Use a Frame and not a QComboBox for subtitles. (lacks still some toggle function). Catch event to avoid bug of hidding of QFileDialog.
37529
37530
37531 ------------------------------------------------------------------------
37532 r19353 | jb | 2007-03-19 20:32:42 +0100 (Mon, 19 Mar 2007) | 3 lines
37533 Changed paths:
37534    M /trunk/modules/gui/qt4/dialogs/help.cpp
37535
37536 Qt4- temporary comment something to build !
37537
37538
37539 ------------------------------------------------------------------------
37540 r19352 | jb | 2007-03-19 01:40:41 +0100 (Mon, 19 Mar 2007) | 3 lines
37541 Changed paths:
37542    M /trunk/modules/gui/qt4/ui/open_capture.ui
37543    M /trunk/modules/gui/qt4/ui/open_disk.ui
37544    M /trunk/modules/gui/qt4/ui/open_file.ui
37545    M /trunk/modules/gui/qt4/ui/open_net.ui
37546
37547 Qt4 - Sometimes size does matter.
37548
37549
37550 ------------------------------------------------------------------------
37551 r19351 | jb | 2007-03-19 01:26:58 +0100 (Mon, 19 Mar 2007) | 3 lines
37552 Changed paths:
37553    M /trunk/modules/gui/qt4/dialogs/help.cpp
37554
37555 qt4 - small comment to avoid the pbs until we have new contribs.
37556
37557
37558 ------------------------------------------------------------------------
37559 r19350 | jb | 2007-03-19 01:19:47 +0100 (Mon, 19 Mar 2007) | 8 lines
37560 Changed paths:
37561    M /trunk/modules/gui/qt4/components/open.cpp
37562    M /trunk/modules/gui/qt4/components/open.hpp
37563    M /trunk/modules/gui/qt4/dialogs/open.cpp
37564    M /trunk/modules/gui/qt4/ui/open.ui
37565    M /trunk/modules/gui/qt4/ui/open_disk.ui
37566    M /trunk/modules/gui/qt4/ui/open_file.ui
37567    M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
37568
37569 Qt4 - Open: New way and interface for File Open using an integration of QFileDialog inside the FileOpenPanel. The integration should be alright.
37570 Be careful for your eyes when reading the code, it can burn them :)
37571 Anyway, there are still a few bugs (the main one is the disapearing of QFileDialog on acceptance) and some alignment issues.
37572
37573 I got NO idea how this behaves under Windows... A special code may be needed.
37574
37575
37576
37577 ------------------------------------------------------------------------
37578 r19349 | jb | 2007-03-19 00:13:37 +0100 (Mon, 19 Mar 2007) | 3 lines
37579 Changed paths:
37580    M /trunk/modules/gui/qt4/dialogs/help.cpp
37581
37582 qt4 - Don't include twice some headers.
37583
37584
37585 ------------------------------------------------------------------------
37586 r19348 | xtophe | 2007-03-18 20:29:13 +0100 (Sun, 18 Mar 2007) | 2 lines
37587 Changed paths:
37588    M /trunk/modules/codec/subsdec.c
37589
37590 fmt_in.p_extra is free'd by input core
37591
37592 ------------------------------------------------------------------------
37593 r19346 | sam | 2007-03-17 22:20:59 +0100 (Sat, 17 Mar 2007) | 2 lines
37594 Changed paths:
37595    M /trunk/modules/video_output/x11/xcommon.c
37596
37597   * modules/video_output/x11/xcommon.c: fix XShm detection on remote X.
37598
37599 ------------------------------------------------------------------------
37600 r19345 | xtophe | 2007-03-17 01:31:51 +0100 (Sat, 17 Mar 2007) | 4 lines
37601 Changed paths:
37602    M /trunk/modules/misc/freetype.c
37603
37604 Fix double free and a 1 octet per subtitle memleak
37605 Due to the False in strem_MemoryNew it was clearing psz_html in strem_Delete
37606 and it was leaking the \0 at the end of the string
37607
37608 ------------------------------------------------------------------------
37609 r19344 | xtophe | 2007-03-16 21:35:31 +0100 (Fri, 16 Mar 2007) | 3 lines
37610 Changed paths:
37611    M /trunk/po/pt_PT.po
37612    M /trunk/po/sl.po
37613
37614 sl.po: update by Matej Urbancic
37615 pt_PT.po: update by Ari Constancio 
37616
37617 ------------------------------------------------------------------------
37618 r19343 | xtophe | 2007-03-16 21:15:32 +0100 (Fri, 16 Mar 2007) | 2 lines
37619 Changed paths:
37620    M /trunk/modules/audio_filter/param_eq.c
37621
37622 Db -> dB . patch by Ari Constancio
37623
37624 ------------------------------------------------------------------------
37625 r19342 | xtophe | 2007-03-16 14:02:49 +0100 (Fri, 16 Mar 2007) | 2 lines
37626 Changed paths:
37627    M /trunk/po/nl.po
37628
37629 Typo. Noticed by Puntloos
37630
37631 ------------------------------------------------------------------------
37632 r19341 | damienf | 2007-03-15 18:58:45 +0100 (Thu, 15 Mar 2007) | 2 lines
37633 Changed paths:
37634    M /trunk/src/text/unicode.c
37635    M /trunk/src/text/wincp.c
37636
37637 - unicode.c, wincp.c: compile fix
37638
37639 ------------------------------------------------------------------------
37640 r19340 | jb | 2007-03-15 01:40:42 +0100 (Thu, 15 Mar 2007) | 3 lines
37641 Changed paths:
37642    M /trunk/modules/gui/qt4/dialogs/help.cpp
37643
37644 qt4 - About dialog, forgot in previous commit.
37645
37646
37647 ------------------------------------------------------------------------
37648 r19339 | jb | 2007-03-15 01:28:03 +0100 (Thu, 15 Mar 2007) | 3 lines
37649 Changed paths:
37650    M /trunk/modules/gui/qt4/dialogs/help.cpp
37651    M /trunk/modules/gui/qt4/dialogs/open.cpp
37652    M /trunk/modules/gui/qt4/pixmaps/spref_cone_Subtitles_64.png
37653
37654 qt4 - Subtitles Sprefs icon change and About dialog modification... But the file is not yet displayed.
37655
37656
37657 ------------------------------------------------------------------------
37658 r19338 | xtophe | 2007-03-15 01:06:59 +0100 (Thu, 15 Mar 2007) | 3 lines
37659 Changed paths:
37660    M /trunk/po/POTFILES.in
37661
37662 Fix POTFILES.in
37663 Do use a clean tree when commiting po stuffs !
37664
37665 ------------------------------------------------------------------------
37666 r19336 | xtophe | 2007-03-14 22:52:23 +0100 (Wed, 14 Mar 2007) | 2 lines
37667 Changed paths:
37668    M /trunk/extras/contrib/Makefile
37669
37670 make the install dir configurable for win32
37671
37672 ------------------------------------------------------------------------
37673 r19335 | xtophe | 2007-03-14 22:34:22 +0100 (Wed, 14 Mar 2007) | 2 lines
37674 Changed paths:
37675    M /trunk/bootstrap
37676
37677 Allow user to pass extra args to aclocal. 
37678
37679 ------------------------------------------------------------------------
37680 r19334 | courmisch | 2007-03-14 20:02:35 +0100 (Wed, 14 Mar 2007) | 2 lines
37681 Changed paths:
37682    M /trunk/src/text/unicode.c
37683
37684 Fix crash on UTF-8 systems in previous commit
37685
37686 ------------------------------------------------------------------------
37687 r19333 | courmisch | 2007-03-14 20:01:04 +0100 (Wed, 14 Mar 2007) | 2 lines
37688 Changed paths:
37689    M /trunk/src/text/unicode.c
37690
37691 Fix for obsolete setups
37692
37693 ------------------------------------------------------------------------
37694 r19332 | courmisch | 2007-03-14 18:40:40 +0100 (Wed, 14 Mar 2007) | 2 lines
37695 Changed paths:
37696    M /trunk/src/vlc.c
37697
37698 Convert from locale before passing to LibVLC - closes #838
37699
37700 ------------------------------------------------------------------------
37701 r19331 | courmisch | 2007-03-14 18:32:24 +0100 (Wed, 14 Mar 2007) | 4 lines
37702 Changed paths:
37703    M /trunk/src/libvlc-common.c
37704
37705 Remove too late and partial command line charset conversion - refs #838
37706 Note that this provisionaly breaks the command line
37707 on non-UTF-8 non-Win32 systems
37708
37709 ------------------------------------------------------------------------
37710 r19330 | courmisch | 2007-03-14 18:30:00 +0100 (Wed, 14 Mar 2007) | 3 lines
37711 Changed paths:
37712    M /trunk/src/libvlc-common.c
37713    M /trunk/src/text/unicode.c
37714
37715 - Make FromLocale() usable any time (after setlocale()) - refs #838
37716 - Fix re-entrancy problem for multiple LibVLC in the same process
37717
37718 ------------------------------------------------------------------------
37719 r19329 | courmisch | 2007-03-14 17:52:51 +0100 (Wed, 14 Mar 2007) | 2 lines
37720 Changed paths:
37721    M /trunk/src/text/unicode.c
37722
37723 Remove bogus variable
37724
37725 ------------------------------------------------------------------------
37726 r19328 | courmisch | 2007-03-14 17:47:53 +0100 (Wed, 14 Mar 2007) | 2 lines
37727 Changed paths:
37728    M /trunk/src/text/unicode.c
37729
37730 Fix MB2MB and use it
37731
37732 ------------------------------------------------------------------------
37733 r19327 | courmisch | 2007-03-14 17:23:52 +0100 (Wed, 14 Mar 2007) | 2 lines
37734 Changed paths:
37735    M /trunk/src/vlc.c
37736
37737 Compile, err, fix
37738
37739 ------------------------------------------------------------------------
37740 r19326 | courmisch | 2007-03-14 17:10:14 +0100 (Wed, 14 Mar 2007) | 2 lines
37741 Changed paths:
37742    M /trunk/src/vlc.c
37743
37744 Code simplification
37745
37746 ------------------------------------------------------------------------
37747 r19325 | jb | 2007-03-14 01:12:16 +0100 (Wed, 14 Mar 2007) | 3 lines
37748 Changed paths:
37749    M /trunk/modules/gui/qt4/dialogs/open.cpp
37750    M /trunk/modules/gui/qt4/dialogs/open.hpp
37751    M /trunk/modules/gui/qt4/menus.cpp
37752    M /trunk/modules/gui/qt4/ui/open.ui
37753
37754 Qt4 - Open and menus links, cleaning, etc..
37755
37756
37757 ------------------------------------------------------------------------
37758 r19324 | jb | 2007-03-14 00:29:40 +0100 (Wed, 14 Mar 2007) | 3 lines
37759 Changed paths:
37760    M /trunk/po/POTFILES.in
37761    M /trunk/po/af.po
37762    M /trunk/po/ar.po
37763    M /trunk/po/bn.po
37764    M /trunk/po/ca.po
37765    M /trunk/po/co.po
37766    M /trunk/po/cs.po
37767    M /trunk/po/da.po
37768    M /trunk/po/de.po
37769    M /trunk/po/el.po
37770    M /trunk/po/en_GB.po
37771    M /trunk/po/es.po
37772    M /trunk/po/eu.po
37773    M /trunk/po/fr.po
37774    M /trunk/po/fur.po
37775    M /trunk/po/gl.po
37776    M /trunk/po/he.po
37777    M /trunk/po/hi.po
37778    M /trunk/po/hu.po
37779    M /trunk/po/it.po
37780    M /trunk/po/ja.po
37781    M /trunk/po/ka.po
37782    M /trunk/po/ko.po
37783    M /trunk/po/lt.po
37784    M /trunk/po/lv.po
37785    M /trunk/po/ms.po
37786    M /trunk/po/my.po
37787    M /trunk/po/ne.po
37788    M /trunk/po/nl.po
37789    M /trunk/po/no.po
37790    M /trunk/po/oc.po
37791    M /trunk/po/pa.po
37792    M /trunk/po/pl.po
37793    M /trunk/po/ps.po
37794    M /trunk/po/pt_BR.po
37795    M /trunk/po/pt_PT.po
37796    M /trunk/po/ro.po
37797    M /trunk/po/ru.po
37798    M /trunk/po/sk.po
37799    M /trunk/po/sl.po
37800    M /trunk/po/sq.po
37801    M /trunk/po/sv.po
37802    M /trunk/po/tet.po
37803    M /trunk/po/th.po
37804    M /trunk/po/tl.po
37805    M /trunk/po/tr.po
37806    M /trunk/po/vlc.pot
37807    M /trunk/po/zh_CN.po
37808    M /trunk/po/zh_TW.po
37809
37810 make update-po ?
37811
37812
37813 ------------------------------------------------------------------------
37814 r19323 | jb | 2007-03-14 00:20:05 +0100 (Wed, 14 Mar 2007) | 3 lines
37815 Changed paths:
37816    M /trunk/modules/gui/qt4/ui/open.ui
37817
37818 Qt4 - Open Dialog - Very small modification.
37819
37820
37821 ------------------------------------------------------------------------
37822 r19322 | jb | 2007-03-14 00:19:27 +0100 (Wed, 14 Mar 2007) | 3 lines
37823 Changed paths:
37824    M /trunk/extras/vlc.vim
37825
37826 add VLC_VAR_ADDRESS to vlc.vim
37827
37828
37829 ------------------------------------------------------------------------
37830 r19321 | ipkiss | 2007-03-13 23:18:34 +0100 (Tue, 13 Mar 2007) | 2 lines
37831 Changed paths:
37832    M /trunk/modules/gui/skins2/src/theme_loader.hpp
37833
37834 Comments must stay Doxygen-style comments
37835
37836 ------------------------------------------------------------------------
37837 r19320 | jb | 2007-03-13 22:44:05 +0100 (Tue, 13 Mar 2007) | 3 lines
37838 Changed paths:
37839    M /trunk/modules/gui/qt4/dialogs/open.cpp
37840    M /trunk/modules/gui/qt4/dialogs/open.hpp
37841    M /trunk/modules/gui/qt4/ui/open.ui
37842
37843 Qt4 - Open Dialog. Add an enqueue button.
37844
37845
37846 ------------------------------------------------------------------------
37847 r19319 | courmisch | 2007-03-13 22:41:33 +0100 (Tue, 13 Mar 2007) | 2 lines
37848 Changed paths:
37849    M /trunk/src/libvlc-common.c
37850
37851 Only define SetLanguages on platform that actually use it (Win+Mac)
37852
37853 ------------------------------------------------------------------------
37854 r19318 | courmisch | 2007-03-13 22:37:55 +0100 (Tue, 13 Mar 2007) | 3 lines
37855 Changed paths:
37856    M /trunk/src/Makefile.am
37857    M /trunk/src/text/charset.c
37858    A /trunk/src/text/wincp.c
37859
37860 - Fix POSIX locale handling (well you'd better not fall in that case though)
37861 - Split Windows CP "guessing" from real system charset determination
37862
37863 ------------------------------------------------------------------------
37864 r19317 | jb | 2007-03-13 22:28:34 +0100 (Tue, 13 Mar 2007) | 4 lines
37865 Changed paths:
37866    M /trunk/NEWS
37867    M /trunk/THANKS
37868    M /trunk/configure.ac
37869    M /trunk/include/vlc_filter.h
37870    M /trunk/include/vlc_vout.h
37871    M /trunk/modules/codec/subsdec.c
37872    M /trunk/modules/demux/mkv.cpp
37873    M /trunk/modules/misc/dummy/renderer.c
37874    M /trunk/modules/misc/freetype.c
37875    M /trunk/modules/misc/svg.c
37876    M /trunk/modules/misc/win32text.c
37877    M /trunk/src/video_output/vout_subpictures.c
37878
37879 MKV USF subtitles support and other Subtitles improvements.
37880 Patch by Bernie Purcell, with two small modifications by thedj.
37881
37882
37883 ------------------------------------------------------------------------
37884 r19316 | jb | 2007-03-13 22:08:04 +0100 (Tue, 13 Mar 2007) | 3 lines
37885 Changed paths:
37886    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
37887    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
37888    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
37889
37890 Qt4 - Preferences : Reset preferences.
37891
37892
37893 ------------------------------------------------------------------------
37894 r19315 | courmisch | 2007-03-13 18:16:19 +0100 (Tue, 13 Mar 2007) | 2 lines
37895 Changed paths:
37896    M /trunk/modules/gui/skins2/src/theme_loader.hpp
37897
37898 Avoid reference to deprecated FromLocale() in comments ;)
37899
37900 ------------------------------------------------------------------------
37901 r19314 | thresh | 2007-03-13 14:34:19 +0100 (Tue, 13 Mar 2007) | 2 lines
37902 Changed paths:
37903    M /trunk/share/applications/vlc.desktop
37904
37905 Russian translation for desktop entries.
37906
37907 ------------------------------------------------------------------------
37908 r19313 | thresh | 2007-03-13 14:30:12 +0100 (Tue, 13 Mar 2007) | 3 lines
37909 Changed paths:
37910    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
37911
37912 Better looking QListWidget for simple preferences.
37913 One can make it look even better with icons centered in the picture
37914
37915 ------------------------------------------------------------------------
37916 r19312 | jb | 2007-03-13 01:40:23 +0100 (Tue, 13 Mar 2007) | 5 lines
37917 Changed paths:
37918    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
37919    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
37920
37921 Qt4 - Reorganize the SPrefs categories :
37922 Interface , Audio, Video, Subtiltes, Input, Hotkeys.
37923 And I still can't center those icons !!!
37924
37925
37926 ------------------------------------------------------------------------
37927 r19311 | jb | 2007-03-13 01:28:14 +0100 (Tue, 13 Mar 2007) | 3 lines
37928 Changed paths:
37929    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
37930    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
37931    A /trunk/modules/gui/qt4/pixmaps/spref_cone_Audio_64.png
37932    A /trunk/modules/gui/qt4/pixmaps/spref_cone_Hotkeys_64.png
37933    A /trunk/modules/gui/qt4/pixmaps/spref_cone_Input_64.png
37934    A /trunk/modules/gui/qt4/pixmaps/spref_cone_Interface_64.png
37935    A /trunk/modules/gui/qt4/pixmaps/spref_cone_Subtitles_64.png
37936    A /trunk/modules/gui/qt4/pixmaps/spref_cone_Video_64.png
37937    M /trunk/modules/gui/qt4/res.qrc
37938
37939 Qt4 - SPrefs: New icons from Tombigel.
37940
37941
37942 ------------------------------------------------------------------------
37943 r19310 | dionoea | 2007-03-12 23:02:17 +0100 (Mon, 12 Mar 2007) | 2 lines
37944 Changed paths:
37945    M /trunk/share/applications/vlc.desktop
37946
37947 FR name capitalisation fix by Adri2000 (+ version number fix by myself)
37948
37949 ------------------------------------------------------------------------
37950 r19309 | courmisch | 2007-03-12 20:29:08 +0100 (Mon, 12 Mar 2007) | 4 lines
37951 Changed paths:
37952    M /trunk/src/network/getaddrinfo.c
37953
37954 - Also allow AI_CANNONAME in case someone ever uses it
37955 - Fix MacOS X WTF: standard AI_NUMERICSERV is missing
37956 - Avoid defining _*I_MASK if not needed
37957
37958 ------------------------------------------------------------------------
37959 r19308 | courmisch | 2007-03-12 20:18:16 +0100 (Mon, 12 Mar 2007) | 4 lines
37960 Changed paths:
37961    M /trunk/src/network/getaddrinfo.c
37962
37963 - Always use AI_NUMERICSERV since we cannot use service names in LibVLC
37964 - Only pass used ai_flags so we won't break if broken IETF draft
37965   draft-chakrabarti-ipv6-addrselect-api-05 makes it to standard
37966
37967 ------------------------------------------------------------------------
37968 r19307 | sam | 2007-03-12 16:32:55 +0100 (Mon, 12 Mar 2007) | 2 lines
37969 Changed paths:
37970    M /trunk/modules/audio_filter/format.c
37971
37972 * modules/audio_filter/format.c: fix audio conversion crashes and bugs.
37973
37974 ------------------------------------------------------------------------
37975 r19305 | damienf | 2007-03-12 00:08:15 +0100 (Mon, 12 Mar 2007) | 2 lines
37976 Changed paths:
37977    M /trunk/modules/gui/macosx/voutgl.m
37978
37979 - voutgl.m: misc cleanup, reworked context locking as well as enabling double buffering for faster rendering
37980
37981 ------------------------------------------------------------------------
37982 r19304 | jpsaman | 2007-03-11 21:17:04 +0100 (Sun, 11 Mar 2007) | 4 lines
37983 Changed paths:
37984    M /trunk/activex/axvlc.idl
37985    M /trunk/activex/axvlc.tlb
37986    M /trunk/activex/axvlc_idl.c
37987    M /trunk/activex/axvlc_idl.h
37988    M /trunk/activex/vlccontrol2.cpp
37989    M /trunk/activex/vlccontrol2.h
37990    M /trunk/include/vlc/libvlc.h
37991    M /trunk/mozilla/control/npolibvlc.cpp
37992    M /trunk/mozilla/control/npolibvlc.h
37993    M /trunk/src/control/audio.c
37994    M /trunk/src/control/input.c
37995    M /trunk/src/control/video.c
37996
37997 Fix bug in vlc.audio.track and add new properties vlc.video.subtitle 
37998 to JavaScript API implementation.
37999
38000
38001 ------------------------------------------------------------------------
38002 r19303 | courmisch | 2007-03-11 20:40:05 +0100 (Sun, 11 Mar 2007) | 2 lines
38003 Changed paths:
38004    M /trunk/src/Makefile.am
38005
38006 Dist missing header file
38007
38008 ------------------------------------------------------------------------
38009 r19302 | courmisch | 2007-03-11 19:53:53 +0100 (Sun, 11 Mar 2007) | 6 lines
38010 Changed paths:
38011    M /trunk/libs/srtp/srtp.c
38012
38013 Untested support for RFC4771:
38014 Integrity Transform Carrying Roll-Over Counter for SRTP
38015
38016 Once debugged, it should provide a simple way to synchronize live
38017 (multicast...) secure streams.
38018
38019 ------------------------------------------------------------------------
38020 r19301 | courmisch | 2007-03-11 18:13:55 +0100 (Sun, 11 Mar 2007) | 3 lines
38021 Changed paths:
38022    M /trunk/modules/access_filter/dump.c
38023
38024 DO NOT F***ING REMOVE my asserts()
38025 (unless the assertion is false, which is not the case here)
38026
38027 ------------------------------------------------------------------------
38028 r19297 | courmisch | 2007-03-11 16:52:45 +0100 (Sun, 11 Mar 2007) | 3 lines
38029 Changed paths:
38030    M /trunk/modules/gui/skins2/x11/x11_window.cpp
38031    M /trunk/modules/video_output/x11/xcommon.h
38032
38033 Use long instead of int32_t when passing 32-bits value to XChangeProperty.
38034 This seems to be the (stupid) way it has to be done - closes #670
38035
38036 ------------------------------------------------------------------------
38037 r19296 | courmisch | 2007-03-11 15:58:40 +0100 (Sun, 11 Mar 2007) | 2 lines
38038 Changed paths:
38039    M /trunk/libs/srtp/srtp.c
38040    M /trunk/libs/srtp/test-aes.c
38041
38042 Leverage libgcrypt CounTeR mode implementation to simplify our code
38043
38044 ------------------------------------------------------------------------
38045 r19295 | courmisch | 2007-03-11 14:18:05 +0100 (Sun, 11 Mar 2007) | 2 lines
38046 Changed paths:
38047    M /trunk/libs/srtp/recv.c
38048    M /trunk/libs/srtp/srtp.c
38049    M /trunk/libs/srtp/srtp.h
38050
38051 API cleanup
38052
38053 ------------------------------------------------------------------------
38054 r19294 | courmisch | 2007-03-11 12:04:38 +0100 (Sun, 11 Mar 2007) | 4 lines
38055 Changed paths:
38056    M /trunk/Makefile.am
38057    M /trunk/bootstrap
38058    M /trunk/configure.ac
38059    D /trunk/libs/Makefile.am
38060
38061 - Improve DIST_SUBDIR
38062 - Require automake 1.9 to fix some libtool plugin build problems
38063 - Remove useless libs/Makefile
38064
38065 ------------------------------------------------------------------------
38066 r19293 | courmisch | 2007-03-11 11:59:51 +0100 (Sun, 11 Mar 2007) | 2 lines
38067 Changed paths:
38068    M /trunk/po/Makevars
38069    M /trunk/po/af.po
38070    M /trunk/po/ar.po
38071    M /trunk/po/bn.po
38072    M /trunk/po/ca.po
38073    M /trunk/po/co.po
38074    M /trunk/po/cs.po
38075    M /trunk/po/da.po
38076    M /trunk/po/de.po
38077    M /trunk/po/el.po
38078    M /trunk/po/en_GB.po
38079    M /trunk/po/es.po
38080    M /trunk/po/eu.po
38081    M /trunk/po/fr.po
38082    M /trunk/po/fur.po
38083    M /trunk/po/gl.po
38084    M /trunk/po/he.po
38085    M /trunk/po/hi.po
38086    M /trunk/po/hu.po
38087    M /trunk/po/it.po
38088    M /trunk/po/ja.po
38089    M /trunk/po/ka.po
38090    M /trunk/po/ko.po
38091    M /trunk/po/lt.po
38092    M /trunk/po/lv.po
38093    M /trunk/po/ms.po
38094    M /trunk/po/my.po
38095    M /trunk/po/ne.po
38096    M /trunk/po/nl.po
38097    M /trunk/po/no.po
38098    M /trunk/po/oc.po
38099    M /trunk/po/pa.po
38100    M /trunk/po/pl.po
38101    M /trunk/po/ps.po
38102    M /trunk/po/pt_BR.po
38103    M /trunk/po/pt_PT.po
38104    M /trunk/po/ro.po
38105    M /trunk/po/ru.po
38106    M /trunk/po/sk.po
38107    M /trunk/po/sl.po
38108    M /trunk/po/sq.po
38109    M /trunk/po/sv.po
38110    M /trunk/po/tet.po
38111    M /trunk/po/th.po
38112    M /trunk/po/tl.po
38113    M /trunk/po/tr.po
38114    M /trunk/po/vlc.pot
38115    M /trunk/po/zh_CN.po
38116    M /trunk/po/zh_TW.po
38117    M /trunk/src/text/strings.c
38118
38119 Fix a bunch of errors in PO files (fuzzy file description, xgettext warnings and invalid new lines)
38120
38121 ------------------------------------------------------------------------
38122 r19292 | courmisch | 2007-03-11 11:44:48 +0100 (Sun, 11 Mar 2007) | 2 lines
38123 Changed paths:
38124    M /trunk/HACKING
38125    M /trunk/INSTALL
38126
38127 Long overdue update
38128
38129 ------------------------------------------------------------------------
38130 r19291 | jpsaman | 2007-03-11 09:48:28 +0100 (Sun, 11 Mar 2007) | 1 line
38131 Changed paths:
38132    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
38133
38134 Remove unused headerfile
38135 ------------------------------------------------------------------------
38136 r19290 | xtophe | 2007-03-11 01:12:21 +0100 (Sun, 11 Mar 2007) | 2 lines
38137 Changed paths:
38138    M /trunk/po/POTFILES.in
38139    M /trunk/po/vlc.pot
38140
38141 update file list and vlc.pot
38142
38143 ------------------------------------------------------------------------
38144 r19289 | xtophe | 2007-03-11 01:03:29 +0100 (Sun, 11 Mar 2007) | 2 lines
38145 Changed paths:
38146    M /trunk/po/POTFILES.in
38147    M /trunk/po/af.po
38148    M /trunk/po/ar.po
38149    M /trunk/po/bn.po
38150    M /trunk/po/ca.po
38151    M /trunk/po/co.po
38152    M /trunk/po/cs.po
38153    M /trunk/po/da.po
38154    M /trunk/po/de.po
38155    M /trunk/po/el.po
38156    M /trunk/po/en_GB.po
38157    M /trunk/po/es.po
38158    M /trunk/po/eu.po
38159    M /trunk/po/fr.po
38160    M /trunk/po/fur.po
38161    M /trunk/po/gl.po
38162    M /trunk/po/he.po
38163    M /trunk/po/hi.po
38164    M /trunk/po/hu.po
38165    M /trunk/po/it.po
38166    M /trunk/po/ja.po
38167    M /trunk/po/ka.po
38168    M /trunk/po/ko.po
38169    M /trunk/po/lt.po
38170    M /trunk/po/lv.po
38171    M /trunk/po/ms.po
38172    M /trunk/po/my.po
38173    M /trunk/po/ne.po
38174    M /trunk/po/nl.po
38175    M /trunk/po/no.po
38176    M /trunk/po/oc.po
38177    M /trunk/po/pa.po
38178    M /trunk/po/pl.po
38179    M /trunk/po/ps.po
38180    M /trunk/po/pt_BR.po
38181    M /trunk/po/pt_PT.po
38182    M /trunk/po/ro.po
38183    M /trunk/po/ru.po
38184    M /trunk/po/sk.po
38185    M /trunk/po/sl.po
38186    M /trunk/po/sq.po
38187    M /trunk/po/sv.po
38188    M /trunk/po/tet.po
38189    M /trunk/po/th.po
38190    M /trunk/po/tl.po
38191    M /trunk/po/tr.po
38192    M /trunk/po/vlc.pot
38193    M /trunk/po/zh_CN.po
38194    M /trunk/po/zh_TW.po
38195
38196 Revert [19197]. POTFILES.in was bogus as it didn't list any files in modules/
38197
38198 ------------------------------------------------------------------------
38199 r19288 | jpsaman | 2007-03-11 00:11:00 +0100 (Sun, 11 Mar 2007) | 1 line
38200 Changed paths:
38201    M /trunk/modules/misc/playlist/m3u.c
38202
38203 assert if p_current is NULL, it should be valid
38204 ------------------------------------------------------------------------
38205 r19287 | courmisch | 2007-03-10 22:01:13 +0100 (Sat, 10 Mar 2007) | 2 lines
38206 Changed paths:
38207    M /trunk/libs/srtp/recv.c
38208    M /trunk/libs/srtp/srtp.c
38209
38210 SRTP/SRTCP receive window for replay attack protection
38211
38212 ------------------------------------------------------------------------
38213 r19286 | courmisch | 2007-03-10 21:15:36 +0100 (Sat, 10 Mar 2007) | 2 lines
38214 Changed paths:
38215    M /trunk/libs/srtp/srtp.c
38216
38217 Ahem. Fix crappy previous commit.
38218
38219 ------------------------------------------------------------------------
38220 r19285 | courmisch | 2007-03-10 21:08:33 +0100 (Sat, 10 Mar 2007) | 4 lines
38221 Changed paths:
38222    M /trunk/libs/srtp/srtp.c
38223
38224 Maintain the SRTCP index
38225 This is not very useful at the moment, but will be needed for proper
38226 replay attack protection
38227
38228 ------------------------------------------------------------------------
38229 r19284 | courmisch | 2007-03-10 21:00:10 +0100 (Sat, 10 Mar 2007) | 2 lines
38230 Changed paths:
38231    M /trunk/libs/srtp/srtp.c
38232
38233 Fix SRTP Roll-Over-Counter handling
38234
38235 ------------------------------------------------------------------------
38236 r19283 | littlejohn | 2007-03-10 20:28:01 +0100 (Sat, 10 Mar 2007) | 1 line
38237 Changed paths:
38238    M /trunk/bindings/java/src/Makefile.am
38239
38240 output jvlc.dll for windows java
38241 ------------------------------------------------------------------------
38242 r19282 | courmisch | 2007-03-10 20:25:39 +0100 (Sat, 10 Mar 2007) | 4 lines
38243 Changed paths:
38244    M /trunk/libs/srtp/recv.c
38245    M /trunk/libs/srtp/srtp.c
38246    M /trunk/libs/srtp/srtp.h
38247
38248 Remove window size parameter.
38249 It has to be at least 64, and it is too complicated to implement a bigger
38250 value, so it's not going to be configurable
38251
38252 ------------------------------------------------------------------------
38253 r19281 | jpsaman | 2007-03-10 20:12:17 +0100 (Sat, 10 Mar 2007) | 1 line
38254 Changed paths:
38255    M /trunk/modules/access_filter/dump.c
38256
38257 Remove useless assert(len>0) because (len == 0) is already tested on line 159.
38258 ------------------------------------------------------------------------
38259 r19280 | jpsaman | 2007-03-10 19:44:15 +0100 (Sat, 10 Mar 2007) | 1 line
38260 Changed paths:
38261    M /trunk/src/playlist/control.c
38262    M /trunk/src/playlist/engine.c
38263    M /trunk/src/playlist/search.c
38264
38265 Revert [19273] because these asserts are meant to catch serious programming errors. Thanks zorglub for enlightning me.
38266 ------------------------------------------------------------------------
38267 r19279 | courmisch | 2007-03-10 19:06:47 +0100 (Sat, 10 Mar 2007) | 2 lines
38268 Changed paths:
38269    M /trunk/libs/srtp/srtp.c
38270    M /trunk/libs/srtp/srtp.h
38271    M /trunk/libs/srtp/test-aes.c
38272
38273 SRTCP support
38274
38275 ------------------------------------------------------------------------
38276 r19278 | courmisch | 2007-03-10 17:57:51 +0100 (Sat, 10 Mar 2007) | 2 lines
38277 Changed paths:
38278    M /trunk/modules/access_filter/dump.c
38279
38280 Revert [19270]
38281
38282 ------------------------------------------------------------------------
38283 r19277 | jpsaman | 2007-03-10 17:43:20 +0100 (Sat, 10 Mar 2007) | 1 line
38284 Changed paths:
38285    M /trunk/modules/gui/qt4/input_manager.cpp
38286
38287 Remove unused headerfile
38288 ------------------------------------------------------------------------
38289 r19276 | jpsaman | 2007-03-10 17:42:21 +0100 (Sat, 10 Mar 2007) | 1 line
38290 Changed paths:
38291    M /trunk/modules/misc/playlist/m3u.c
38292
38293 Sanity check
38294 ------------------------------------------------------------------------
38295 r19275 | jpsaman | 2007-03-10 17:40:07 +0100 (Sat, 10 Mar 2007) | 1 line
38296 Changed paths:
38297    M /trunk/modules/gui/qt4/components/extended_panels.cpp
38298
38299 Remove unused headerfile.
38300 ------------------------------------------------------------------------
38301 r19274 | littlejohn | 2007-03-10 17:39:31 +0100 (Sat, 10 Mar 2007) | 1 line
38302 Changed paths:
38303    M /trunk/bindings/java/src/Makefile.am
38304
38305 use kill-at otherwise symbols will not be found
38306 ------------------------------------------------------------------------
38307 r19273 | jpsaman | 2007-03-10 17:39:21 +0100 (Sat, 10 Mar 2007) | 1 line
38308 Changed paths:
38309    M /trunk/src/playlist/control.c
38310    M /trunk/src/playlist/engine.c
38311    M /trunk/src/playlist/search.c
38312
38313 Don't abort when nothing found in playlist.
38314 ------------------------------------------------------------------------
38315 r19272 | jpsaman | 2007-03-10 17:36:26 +0100 (Sat, 10 Mar 2007) | 1 line
38316 Changed paths:
38317    M /trunk/src/control/audio.c
38318
38319 Check return value of GetInput
38320 ------------------------------------------------------------------------
38321 r19271 | jpsaman | 2007-03-10 17:35:27 +0100 (Sat, 10 Mar 2007) | 1 line
38322 Changed paths:
38323    M /trunk/src/extras/libc.c
38324
38325 Fix a bunch of potential memleaks.
38326 ------------------------------------------------------------------------
38327 r19270 | jpsaman | 2007-03-10 17:29:38 +0100 (Sat, 10 Mar 2007) | 1 line
38328 Changed paths:
38329    M /trunk/modules/access_filter/dump.c
38330
38331 Remove useless test
38332 ------------------------------------------------------------------------
38333 r19269 | courmisch | 2007-03-10 17:28:20 +0100 (Sat, 10 Mar 2007) | 2 lines
38334 Changed paths:
38335    M /trunk/libs/srtp/srtp.c
38336
38337 RTP HMAC-SHA1 authentication
38338
38339 ------------------------------------------------------------------------
38340 r19268 | jpsaman | 2007-03-10 16:58:36 +0100 (Sat, 10 Mar 2007) | 1 line
38341 Changed paths:
38342    M /trunk/src/misc/configuration.c
38343
38344 Fix compiler warning
38345 ------------------------------------------------------------------------
38346 r19267 | jpsaman | 2007-03-10 16:57:17 +0100 (Sat, 10 Mar 2007) | 1 line
38347 Changed paths:
38348    M /trunk/src/misc/configuration.c
38349
38350 Don't check return value of  getopt_long against EOF, manpage says it returns -1 not EOF.
38351 ------------------------------------------------------------------------
38352 r19266 | jpsaman | 2007-03-10 16:53:58 +0100 (Sat, 10 Mar 2007) | 1 line
38353 Changed paths:
38354    M /trunk/src/network/udp.c
38355
38356 Remove unused headerfile
38357 ------------------------------------------------------------------------
38358 r19265 | jpsaman | 2007-03-10 16:53:39 +0100 (Sat, 10 Mar 2007) | 1 line
38359 Changed paths:
38360    M /trunk/src/libvlc-common.c
38361
38362 Properly cleanup hal connection when connecting to dbuse failed.
38363 ------------------------------------------------------------------------
38364 r19264 | courmisch | 2007-03-10 16:40:10 +0100 (Sat, 10 Mar 2007) | 2 lines
38365 Changed paths:
38366    M /trunk/modules/codec/telx.c
38367
38368 Remove unused variable
38369
38370 ------------------------------------------------------------------------
38371 r19263 | courmisch | 2007-03-10 16:06:06 +0100 (Sat, 10 Mar 2007) | 2 lines
38372 Changed paths:
38373    M /trunk/libs/srtp/srtp.c
38374
38375 Partial Win32 compile fix
38376
38377 ------------------------------------------------------------------------
38378 r19262 | courmisch | 2007-03-10 15:49:39 +0100 (Sat, 10 Mar 2007) | 22 lines
38379 Changed paths:
38380    M /trunk/configure.ac
38381    M /trunk/libs/Makefile.am
38382    A /trunk/libs/srtp
38383    A /trunk/libs/srtp/Makefile.am
38384    A /trunk/libs/srtp/recv.c
38385    A /trunk/libs/srtp/srtp.c
38386    A /trunk/libs/srtp/srtp.h
38387    A /trunk/libs/srtp/test-aes.c
38388
38389 Initial support for Secure Real-Time Protocol (RFC3711) - refs #321
38390 Uses libgcrypt, as we have it in our deps/contrib already for GnuTLS.
38391
38392 This could be used in both "UDP"[1] access and access output plugins,
38393 though they should really be called "RTP" instead nowadays.
38394
38395 Done:
38396  - AES(-128) Counter Mode key derivation and RTP en-/decryption
38397  - test vectors for AES-CM
38398  - NULL cipher (with the *_UNENCRYPTED flags) - untested
38399
38400 To do (missing mandatory features):
38401  - RTCP en-/decryption
38402  - HMAC-SHA1 authentication
38403  - replay attack protection
38404
38405 Also to probably do:
38406  - integrate with udp access and access output plugins
38407  - integrate with RTSP server (err, I won't do that myself)
38408  - support for Transform Carrying ROC for SRTP (RFC4771)
38409    so we can use it easily for multicast streaming
38410
38411 ------------------------------------------------------------------------
38412 r19261 | courmisch | 2007-03-10 15:29:14 +0100 (Sat, 10 Mar 2007) | 3 lines
38413 Changed paths:
38414    M /trunk/Makefile.am
38415    M /trunk/configure.ac
38416    A /trunk/libs
38417    A /trunk/libs/Makefile.am
38418    A /trunk/libs/loader (from /trunk/loader:19248)
38419    D /trunk/loader
38420
38421 Create a modules-like directory for libraries
38422 that are not plugins neither in the core
38423
38424 ------------------------------------------------------------------------
38425 r19260 | pdherbemont | 2007-03-10 02:31:41 +0100 (Sat, 10 Mar 2007) | 2 lines
38426 Changed paths:
38427    M /trunk/modules/gui/macosx/intf.m
38428
38429 Mac OS X gui: Revert r19259. We are not ready to do proper locking.
38430
38431 ------------------------------------------------------------------------
38432 r19259 | pdherbemont | 2007-03-10 00:03:43 +0100 (Sat, 10 Mar 2007) | 2 lines
38433 Changed paths:
38434    M /trunk/modules/gui/macosx/intf.m
38435
38436 Mac OS X gui: Make sure we don't end up with a freed p_input.
38437
38438 ------------------------------------------------------------------------
38439 r19258 | littlejohn | 2007-03-09 23:31:24 +0100 (Fri, 09 Mar 2007) | 1 line
38440 Changed paths:
38441    M /trunk/bindings/java/Makefile.am
38442    M /trunk/bindings/java/src/Makefile.am
38443
38444 libjvlc.dll is created when crosscompiling
38445 ------------------------------------------------------------------------
38446 r19256 | oaubert | 2007-03-09 11:28:55 +0100 (Fri, 09 Mar 2007) | 2 lines
38447 Changed paths:
38448    M /trunk/modules/misc/svg.c
38449
38450 modules/misc/svg: include vlc_charset, and define svg_GetTemplate prototype
38451
38452 ------------------------------------------------------------------------
38453 r19255 | oaubert | 2007-03-09 11:28:03 +0100 (Fri, 09 Mar 2007) | 2 lines
38454 Changed paths:
38455    M /trunk/bindings/python/vlc_internal.h
38456
38457 bindings/python/vlc_internal.c: compatibility define for Py_ssize_t
38458
38459 ------------------------------------------------------------------------
38460 r19254 | oaubert | 2007-03-09 11:27:34 +0100 (Fri, 09 Mar 2007) | 2 lines
38461 Changed paths:
38462    M /trunk/bindings/python/vlcwrapper.py
38463
38464 bindings/python/vlcwrapper.py: use vlcinternal module in wrapper
38465
38466 ------------------------------------------------------------------------
38467 r19253 | littlejohn | 2007-03-08 23:00:15 +0100 (Thu, 08 Mar 2007) | 1 line
38468 Changed paths:
38469    M /trunk/bindings/java/Makefile.am
38470    M /trunk/bindings/java/src/Makefile.am
38471
38472 libjvlc changes for win32 cross compile
38473 ------------------------------------------------------------------------
38474 r19252 | fenrir | 2007-03-08 22:40:34 +0100 (Thu, 08 Mar 2007) | 2 lines
38475 Changed paths:
38476    M /trunk/src/input/vlm.c
38477
38478 Fixed media looping (Patch by Ilkka Ollakka)
38479
38480 ------------------------------------------------------------------------
38481 r19251 | xtophe | 2007-03-08 21:23:44 +0100 (Thu, 08 Mar 2007) | 2 lines
38482 Changed paths:
38483    M /trunk/configure.ac
38484
38485 only check for swscale.h if libswscale is there and linkable. Pointed by Ilkka Ollakka
38486
38487 ------------------------------------------------------------------------
38488 r19250 | courmisch | 2007-03-08 17:53:25 +0100 (Thu, 08 Mar 2007) | 2 lines
38489 Changed paths:
38490    M /trunk/modules/access/udp.c
38491
38492 Really fix
38493
38494 ------------------------------------------------------------------------
38495 r19249 | courmisch | 2007-03-08 17:47:15 +0100 (Thu, 08 Mar 2007) | 2 lines
38496 Changed paths:
38497    M /trunk/modules/access/udp.c
38498
38499 Fix ordering of CSRC and RTP profile extension
38500
38501 ------------------------------------------------------------------------
38502 r19247 | hartman | 2007-03-08 03:24:59 +0100 (Thu, 08 Mar 2007) | 6 lines
38503 Changed paths:
38504    M /trunk/modules/gui/macosx/voutgl.m
38505
38506 * use locking on the OpenGL context (using two APIs, but since agl needs the cgl headers included, should be ok i think).
38507   refs #668
38508   refs #915
38509
38510   I'm not sure its fixed, but this seems like a logical way to solve it. Freaking apple with their 5 OpenGL APIs.
38511
38512 ------------------------------------------------------------------------
38513 r19245 | jb | 2007-03-08 01:41:16 +0100 (Thu, 08 Mar 2007) | 4 lines
38514 Changed paths:
38515    M /trunk/modules/gui/qt4/components/open.cpp
38516    M /trunk/modules/gui/qt4/dialogs/open.cpp
38517    M /trunk/modules/gui/qt4/dialogs/open.hpp
38518    M /trunk/modules/gui/qt4/dialogs_provider.cpp
38519    M /trunk/modules/gui/qt4/dialogs_provider.hpp
38520    M /trunk/modules/gui/qt4/menus.cpp
38521    M /trunk/modules/gui/qt4/ui/open_capture.ui
38522
38523 Qt4 - Open: Capture Tab added. Still almost empty, but well, this is coming after. :D
38524
38525
38526
38527 ------------------------------------------------------------------------
38528 r19244 | jb | 2007-03-08 01:04:54 +0100 (Thu, 08 Mar 2007) | 3 lines
38529 Changed paths:
38530    M /trunk/include/vlc_playlist.h
38531    M /trunk/modules/control/dbus.c
38532    M /trunk/modules/control/dbus.h
38533
38534 DBUS: fix by Mr_Mirsal
38535
38536
38537 ------------------------------------------------------------------------
38538 r19243 | jb | 2007-03-08 00:51:06 +0100 (Thu, 08 Mar 2007) | 3 lines
38539 Changed paths:
38540    M /trunk/modules/gui/qt4/components/open.cpp
38541
38542 Qt4 - Ahhemmm... Oops...
38543
38544
38545 ------------------------------------------------------------------------
38546 r19242 | jb | 2007-03-08 00:49:45 +0100 (Thu, 08 Mar 2007) | 3 lines
38547 Changed paths:
38548    M /trunk/modules/gui/qt4/components/open.cpp
38549    M /trunk/modules/gui/qt4/dialogs/help.cpp
38550    M /trunk/modules/gui/qt4/ui/open_capture.ui
38551
38552 Qt4 - Add skeletons for Captures and some widget on Help/ About
38553
38554
38555 ------------------------------------------------------------------------
38556 r19241 | fenrir | 2007-03-08 00:39:27 +0100 (Thu, 08 Mar 2007) | 2 lines
38557 Changed paths:
38558    M /trunk/modules/demux/ts.c
38559
38560 Fixed segfault with teletex/dvbs streams (double free).
38561
38562 ------------------------------------------------------------------------
38563 r19240 | fenrir | 2007-03-08 00:35:47 +0100 (Thu, 08 Mar 2007) | 2 lines
38564 Changed paths:
38565    M /trunk/modules/codec/ffmpeg/audio.c
38566
38567 Fixed uninitialized value.
38568
38569 ------------------------------------------------------------------------
38570 r19239 | fenrir | 2007-03-07 23:52:50 +0100 (Wed, 07 Mar 2007) | 2 lines
38571 Changed paths:
38572    M /trunk/modules/access/http.c
38573    M /trunk/modules/access/v4l.c
38574
38575 Small warning fix.
38576
38577 ------------------------------------------------------------------------
38578 r19238 | jb | 2007-03-07 23:52:11 +0100 (Wed, 07 Mar 2007) | 3 lines
38579 Changed paths:
38580    M /trunk/modules/gui/qt4/Modules.am
38581    M /trunk/modules/gui/qt4/components/open.cpp
38582    M /trunk/modules/gui/qt4/components/open.hpp
38583    A /trunk/modules/gui/qt4/ui/open_capture.ui
38584
38585 Qt4 - Open Dialog: Capture tab. Last tab. Just the skeleton is present.
38586
38587
38588 ------------------------------------------------------------------------
38589 r19237 | fenrir | 2007-03-07 23:46:43 +0100 (Wed, 07 Mar 2007) | 2 lines
38590 Changed paths:
38591    M /trunk/modules/demux/mpc.c
38592
38593 Small warning fix.
38594
38595 ------------------------------------------------------------------------
38596 r19236 | fenrir | 2007-03-07 23:38:34 +0100 (Wed, 07 Mar 2007) | 2 lines
38597 Changed paths:
38598    M /trunk/src/input/input.c
38599
38600 Fixed sout leak on access error.
38601
38602 ------------------------------------------------------------------------
38603 r19235 | xtophe | 2007-03-07 23:38:19 +0100 (Wed, 07 Mar 2007) | 2 lines
38604 Changed paths:
38605    M /trunk/configure.ac
38606
38607 Allow dbus module to be built. Patch by Mirsal ENNAIME
38608
38609 ------------------------------------------------------------------------
38610 r19234 | xtophe | 2007-03-07 23:21:08 +0100 (Wed, 07 Mar 2007) | 2 lines
38611 Changed paths:
38612    M /trunk/share/Makefile.am
38613
38614 Distribute snapshot.png
38615
38616 ------------------------------------------------------------------------
38617 r19233 | fenrir | 2007-03-07 22:49:53 +0100 (Wed, 07 Mar 2007) | 2 lines
38618 Changed paths:
38619    M /trunk/include/vlc_common.h
38620    M /trunk/include/vlc_vlm.h
38621    M /trunk/src/input/vlm.c
38622    M /trunk/src/input/vlm_internal.h
38623
38624 Clean up vlm script parsing and introduce new API.
38625
38626 ------------------------------------------------------------------------
38627 r19232 | fenrir | 2007-03-07 22:47:25 +0100 (Wed, 07 Mar 2007) | 2 lines
38628 Changed paths:
38629    M /trunk/src/control/vlm.c
38630
38631 Disable control vlm.
38632
38633 ------------------------------------------------------------------------
38634 r19231 | jb | 2007-03-07 22:45:45 +0100 (Wed, 07 Mar 2007) | 3 lines
38635 Changed paths:
38636    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
38637    M /trunk/modules/gui/qt4/menus.hpp
38638
38639 Qt4 - Add Q_OBJECT Macros when needed. Patch from Benjamin Meyer.
38640
38641
38642 ------------------------------------------------------------------------
38643 r19230 | jb | 2007-03-07 22:23:27 +0100 (Wed, 07 Mar 2007) | 3 lines
38644 Changed paths:
38645    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
38646    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
38647    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
38648    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
38649
38650 Qt4- SImple Preferences. Add file and directory configuration.
38651
38652
38653 ------------------------------------------------------------------------
38654 r19229 | jb | 2007-03-07 22:03:26 +0100 (Wed, 07 Mar 2007) | 3 lines
38655 Changed paths:
38656    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
38657    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
38658    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
38659
38660 Qt4 - Preferences. Add CONFIG_DIRECTORY_ITEM. Does not work, but does not harm. Why ? can a C++ guru explain me? thks!
38661
38662
38663 ------------------------------------------------------------------------
38664 r19228 | pdherbemont | 2007-03-07 22:02:18 +0100 (Wed, 07 Mar 2007) | 2 lines
38665 Changed paths:
38666    M /trunk/modules/gui/macosx/playlist.m
38667
38668 Mac OS X gui: Small code cleanup. Remove NSLogs, avoid code redundancy.
38669
38670 ------------------------------------------------------------------------
38671 r19227 | xtophe | 2007-03-07 00:44:47 +0100 (Wed, 07 Mar 2007) | 2 lines
38672 Changed paths:
38673    M /trunk/configure.ac
38674
38675 Really fix #1055. Thanks to the Gentoo people for reporting and proposin patches 
38676
38677 ------------------------------------------------------------------------
38678 r19226 | jb | 2007-03-07 00:39:21 +0100 (Wed, 07 Mar 2007) | 3 lines
38679 Changed paths:
38680    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
38681    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
38682    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
38683
38684 Qt4 - Preferences and SPrefs. Add the necessary handler for CONFIG_FILE_ITEMs.
38685
38686
38687 ------------------------------------------------------------------------
38688 r19225 | jb | 2007-03-07 00:08:19 +0100 (Wed, 07 Mar 2007) | 3 lines
38689 Changed paths:
38690    M /trunk/modules/gui/qt4/dialogs_provider.cpp
38691
38692 Qt4: Use qfu for psz_homedir. Is it right ? Review please.
38693
38694
38695 ------------------------------------------------------------------------
38696 r19223 | courmisch | 2007-03-06 21:08:31 +0100 (Tue, 06 Mar 2007) | 3 lines
38697 Changed paths:
38698    M /trunk/src/vlc.c
38699
38700 setlocale() (very) early, so we may have a chance to use nl_langinfo
38701 before initializing LibVLC (refs #838)
38702
38703 ------------------------------------------------------------------------
38704 r19222 | courmisch | 2007-03-06 21:04:26 +0100 (Tue, 06 Mar 2007) | 2 lines
38705 Changed paths:
38706    M /trunk/src/libvlc-common.c
38707
38708 Compile fix
38709
38710 ------------------------------------------------------------------------
38711 r19221 | courmisch | 2007-03-06 20:56:47 +0100 (Tue, 06 Mar 2007) | 3 lines
38712 Changed paths:
38713    M /trunk/src/libvlc-common.c
38714
38715 Cleanup text domain binding, and do not do it twice.
38716 More fixes to come
38717
38718 ------------------------------------------------------------------------
38719 r19220 | courmisch | 2007-03-06 19:56:24 +0100 (Tue, 06 Mar 2007) | 2 lines
38720 Changed paths:
38721    M /trunk/modules/access/udp.c
38722
38723 Fix references
38724
38725 ------------------------------------------------------------------------
38726 r19219 | courmisch | 2007-03-06 18:27:18 +0100 (Tue, 06 Mar 2007) | 2 lines
38727 Changed paths:
38728    M /trunk/src/network/httpd.c
38729
38730 Use vlc_b64_decode instead of local implementation
38731
38732 ------------------------------------------------------------------------
38733 r19218 | courmisch | 2007-03-06 16:53:43 +0100 (Tue, 06 Mar 2007) | 2 lines
38734 Changed paths:
38735    M /trunk/modules/access_output/udp.c
38736
38737 Make --sout-udp-rtcp an integer carrying a port number rather than a boolean
38738
38739 ------------------------------------------------------------------------
38740 r19217 | oaubert | 2007-03-06 15:44:54 +0100 (Tue, 06 Mar 2007) | 4 lines
38741 Changed paths:
38742    M /trunk/bindings/python/vlc_instance.c
38743    M /trunk/bindings/python/vlc_internal.c
38744    M /trunk/bindings/python/vlc_mediacontrol.c
38745    M /trunk/bindings/python/vlcglue.h
38746
38747 python bindings:
38748  * use Py_ssize_t as index type (cf http://www.python.org/dev/peps/pep-0353/)
38749  * fix audio_[gs]et_channel parameter/return value type
38750
38751 ------------------------------------------------------------------------
38752 r19216 | oaubert | 2007-03-06 15:19:09 +0100 (Tue, 06 Mar 2007) | 2 lines
38753 Changed paths:
38754    M /trunk/include/vlc/mediacontrol.h
38755
38756 include/vlc/mediacontrol.h: mark mediacontrol method as VLC_PUBLIC_API
38757
38758 ------------------------------------------------------------------------
38759 r19213 | courmisch | 2007-03-05 22:36:07 +0100 (Mon, 05 Mar 2007) | 2 lines
38760 Changed paths:
38761    M /trunk/modules/access_output/udp.c
38762
38763 Boundary check (though it was a shoot-yourself-in-the-foot one)
38764
38765 ------------------------------------------------------------------------
38766 r19212 | courmisch | 2007-03-05 22:34:30 +0100 (Mon, 05 Mar 2007) | 8 lines
38767 Changed paths:
38768    M /trunk/modules/access_output/udp.c
38769
38770 --sout-udp-rtcp option to force RTCP usage.
38771 (Currently RTCP only Sender Reports are implemented.)
38772
38773 RTCP is auto-enabled for RTP/TS but this could be used by the RTP stream
38774 output plugin to enable RTCP too (in that case, RTP encapsulation is done
38775 in the stream output plugin, so the access output cannot know if it should
38776 do RTCP or not).
38777
38778 ------------------------------------------------------------------------
38779 r19211 | pdherbemont | 2007-03-05 21:03:05 +0100 (Mon, 05 Mar 2007) | 2 lines
38780 Changed paths:
38781    M /trunk/modules/gui/macosx/fspanel.m
38782
38783 Mac OS X gui: Make sure that misc.h is included as our NSScreen extension is used here. (Fix a warning about NSScreen's +screenWithDisplayID.)
38784
38785 ------------------------------------------------------------------------
38786 r19210 | fkuehne | 2007-03-05 20:08:25 +0100 (Mon, 05 Mar 2007) | 1 line
38787 Changed paths:
38788    M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
38789    M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
38790
38791 * 2 minor fixes
38792 ------------------------------------------------------------------------
38793 r19209 | courmisch | 2007-03-05 19:31:01 +0100 (Mon, 05 Mar 2007) | 2 lines
38794 Changed paths:
38795    M /trunk/src/network/getaddrinfo.c
38796
38797 Use replacement API for obsolete systems. Not tested.
38798
38799 ------------------------------------------------------------------------
38800 r19208 | damienf | 2007-03-05 19:19:37 +0100 (Mon, 05 Mar 2007) | 2 lines
38801 Changed paths:
38802    M /trunk/src/network/getaddrinfo.c
38803
38804 getaddrinfo.c: a word of warning ...
38805
38806 ------------------------------------------------------------------------
38807 r19207 | fkuehne | 2007-03-05 19:17:24 +0100 (Mon, 05 Mar 2007) | 1 line
38808 Changed paths:
38809    M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
38810    M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
38811    M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
38812
38813 * missing in previous commit
38814 ------------------------------------------------------------------------
38815 r19206 | fkuehne | 2007-03-05 19:15:27 +0100 (Mon, 05 Mar 2007) | 6 lines
38816 Changed paths:
38817    M /trunk/configure.ac
38818    A /trunk/extras/MacOSX/eyetvplugin
38819    A /trunk/extras/MacOSX/eyetvplugin/English.lproj
38820    A /trunk/extras/MacOSX/eyetvplugin/English.lproj/InfoPlist.strings
38821    A /trunk/extras/MacOSX/eyetvplugin/EyeTVPluginDefs.h
38822    A /trunk/extras/MacOSX/eyetvplugin/Info.plist
38823    A /trunk/extras/MacOSX/eyetvplugin/eyetvplugin.c
38824    A /trunk/extras/MacOSX/eyetvplugin/eyetvplugin.h
38825    A /trunk/extras/MacOSX/eyetvplugin/eyetvplugin.xcodeproj
38826    A /trunk/extras/MacOSX/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj
38827    M /trunk/modules/access/Modules.am
38828    A /trunk/modules/access/eyetv.c
38829    M /trunk/modules/gui/macosx/Modules.am
38830    A /trunk/modules/gui/macosx/eyetv.h
38831    A /trunk/modules/gui/macosx/eyetv.m
38832    M /trunk/modules/gui/macosx/intf.h
38833    M /trunk/modules/gui/macosx/intf.m
38834    M /trunk/modules/gui/macosx/open.h
38835    M /trunk/modules/gui/macosx/open.m
38836
38837 * forward-port of all eyetv relates sources in my branch
38838     - this stuff is highly unfinished; needs much more work and testing
38839     - don't be surprised if you don't see anything when trying it out, this port is basically a big reminder for me to keep working on it ;-)
38840     - the access module is probably going to be ported from CoreFoundation-driven C to Cocoa-based Obj-C
38841     - everything will be 10.4-only, since EyeTV is only available this way as well
38842     - the plugin to put into EyeTV is compiled in UB-mode by default and incorporates Public Domain code provided by Elgato Systems GmbH
38843 ------------------------------------------------------------------------
38844 r19205 | courmisch | 2007-03-05 18:54:33 +0100 (Mon, 05 Mar 2007) | 3 lines
38845 Changed paths:
38846    M /trunk/modules/access/udp.c
38847
38848 - Fix obvious crash in TCP/RTP/AVP
38849 - Remove an useless variable
38850
38851 ------------------------------------------------------------------------
38852 r19204 | damienf | 2007-03-05 18:54:12 +0100 (Mon, 05 Mar 2007) | 2 lines
38853 Changed paths:
38854    M /trunk/src/network/getaddrinfo.c
38855
38856 gettaddrinfo.c: fixed shims on win32 (tested on XP)
38857
38858 ------------------------------------------------------------------------
38859 r19203 | courmisch | 2007-03-05 18:52:47 +0100 (Mon, 05 Mar 2007) | 7 lines
38860 Changed paths:
38861    M /trunk/modules/access/udp.c
38862
38863 - Clean up RTP parser
38864 - Add support for RTP padding
38865
38866 By the way, the MPEG-Video parser seems to ignore the MP2V specific
38867 extra header (i.e. it passes it onto the demux instead of removing it).
38868 Not sure if this is intended (any MPEG expert?)
38869
38870 ------------------------------------------------------------------------
38871 r19202 | pdherbemont | 2007-03-05 18:34:31 +0100 (Mon, 05 Mar 2007) | 2 lines
38872 Changed paths:
38873    M /trunk/modules/gui/macosx/playlist.m
38874
38875 Mac OS X gui: Revert [19198] (add items to the playlist in the finder's order). The finder provides elements that may be shuffled.
38876
38877 ------------------------------------------------------------------------
38878 r19201 | courmisch | 2007-03-05 18:13:02 +0100 (Mon, 05 Mar 2007) | 2 lines
38879 Changed paths:
38880    M /trunk/modules/access_output/udp.c
38881
38882 Cosmetic: Write RTP Payload Type as decimal as is common rather than hexadecimal
38883
38884 ------------------------------------------------------------------------
38885 r19200 | xtophe | 2007-03-05 18:02:57 +0100 (Mon, 05 Mar 2007) | 2 lines
38886 Changed paths:
38887    M /trunk/doc/fortunes.txt
38888
38889 :)
38890
38891 ------------------------------------------------------------------------
38892 r19199 | damienf | 2007-03-05 16:30:29 +0100 (Mon, 05 Mar 2007) | 2 lines
38893 Changed paths:
38894    M /trunk/src/control/video.c
38895
38896 - control/video.c: clean up and more error/exception checks
38897
38898 ------------------------------------------------------------------------
38899 r19198 | pdherbemont | 2007-03-05 15:04:41 +0100 (Mon, 05 Mar 2007) | 2 lines
38900 Changed paths:
38901    M /trunk/modules/gui/macosx/playlist.m
38902
38903 Mac OS X gui: Fix #1090 (add items to the playlist in the finder's order)
38904
38905 ------------------------------------------------------------------------
38906 r19197 | fkuehne | 2007-03-05 01:48:00 +0100 (Mon, 05 Mar 2007) | 1 line
38907 Changed paths:
38908    M /trunk/po/POTFILES.in
38909    M /trunk/po/af.po
38910    M /trunk/po/ar.po
38911    M /trunk/po/bn.po
38912    M /trunk/po/ca.po
38913    M /trunk/po/co.po
38914    M /trunk/po/cs.po
38915    M /trunk/po/da.po
38916    M /trunk/po/de.po
38917    M /trunk/po/el.po
38918    M /trunk/po/en_GB.po
38919    M /trunk/po/es.po
38920    M /trunk/po/eu.po
38921    M /trunk/po/fr.po
38922    M /trunk/po/fur.po
38923    M /trunk/po/gl.po
38924    M /trunk/po/he.po
38925    M /trunk/po/hi.po
38926    M /trunk/po/hu.po
38927    M /trunk/po/it.po
38928    M /trunk/po/ja.po
38929    M /trunk/po/ka.po
38930    M /trunk/po/ko.po
38931    M /trunk/po/lt.po
38932    M /trunk/po/lv.po
38933    M /trunk/po/ms.po
38934    M /trunk/po/my.po
38935    M /trunk/po/ne.po
38936    M /trunk/po/nl.po
38937    M /trunk/po/no.po
38938    M /trunk/po/oc.po
38939    M /trunk/po/pa.po
38940    M /trunk/po/pl.po
38941    M /trunk/po/ps.po
38942    M /trunk/po/pt_BR.po
38943    M /trunk/po/pt_PT.po
38944    M /trunk/po/ro.po
38945    M /trunk/po/ru.po
38946    M /trunk/po/sk.po
38947    M /trunk/po/sl.po
38948    M /trunk/po/sq.po
38949    M /trunk/po/sv.po
38950    M /trunk/po/tet.po
38951    M /trunk/po/th.po
38952    M /trunk/po/tl.po
38953    M /trunk/po/tr.po
38954    M /trunk/po/vlc.pot
38955    M /trunk/po/zh_CN.po
38956    M /trunk/po/zh_TW.po
38957
38958 * updated the po files
38959 ------------------------------------------------------------------------
38960 r19196 | pdherbemont | 2007-03-05 01:48:23 +0100 (Mon, 05 Mar 2007) | 2 lines
38961 Changed paths:
38962    M /trunk/modules/gui/macosx/intf.m
38963
38964 Mac OS X gui: Fix a rare bug of non-update of the vout's title. The manage-ing thread can't be trust on input change.
38965
38966 ------------------------------------------------------------------------
38967 r19195 | pdherbemont | 2007-03-05 01:40:51 +0100 (Mon, 05 Mar 2007) | 2 lines
38968 Changed paths:
38969    M /trunk/modules/gui/macosx/intf.m
38970
38971 Mac OS X gui: Don't try to change the interface from a non-main thread. (Should fix a remanence bug in the controller scroll field)
38972
38973 ------------------------------------------------------------------------
38974 r19194 | fkuehne | 2007-03-05 01:24:54 +0100 (Mon, 05 Mar 2007) | 1 line
38975 Changed paths:
38976    M /trunk/modules/gui/macosx/voutgl.m
38977    M /trunk/modules/gui/macosx/voutqt.m
38978
38979 * fix propset 'Id'
38980 ------------------------------------------------------------------------
38981 r19193 | jb | 2007-03-05 01:18:52 +0100 (Mon, 05 Mar 2007) | 4 lines
38982 Changed paths:
38983    M /trunk/modules/gui/qt4/ui/open_disk.ui
38984    M /trunk/modules/gui/qt4/ui/open_file.ui
38985    M /trunk/modules/gui/qt4/ui/open_net.ui
38986
38987 Qt4: Back on open dialog: rewrite the UIs to have consistent forms on resize.
38988 May need a few more vertical spacer, after the last tab (Capture) will be added.
38989
38990
38991 ------------------------------------------------------------------------
38992 r19192 | damienf | 2007-03-05 01:09:53 +0100 (Mon, 05 Mar 2007) | 2 lines
38993 Changed paths:
38994    M /trunk/src/control/core.c
38995    M /trunk/src/control/video.c
38996
38997 - control APIs: do not crash if exception parameter is null, that means caller is not interested in exceptions
38998
38999 ------------------------------------------------------------------------
39000 r19191 | pdherbemont | 2007-03-05 00:46:37 +0100 (Mon, 05 Mar 2007) | 2 lines
39001 Changed paths:
39002    M /trunk/modules/gui/macosx/intf.m
39003
39004 Mac OS X gui: Don't yield input more than needed. (End of the set of changes that makes quitting really fast.)
39005
39006 ------------------------------------------------------------------------
39007 r19190 | pdherbemont | 2007-03-05 00:39:40 +0100 (Mon, 05 Mar 2007) | 2 lines
39008 Changed paths:
39009    M /trunk/modules/control/hotkeys.c
39010
39011 Hotkeys control: Don't yield vout and input more than needed.
39012
39013 ------------------------------------------------------------------------
39014 r19189 | jb | 2007-03-05 00:05:25 +0100 (Mon, 05 Mar 2007) | 3 lines
39015 Changed paths:
39016    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39017    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
39018
39019 Qt4 - SPrefs: interface small change
39020
39021
39022 ------------------------------------------------------------------------
39023 r19188 | xtophe | 2007-03-04 22:01:15 +0100 (Sun, 04 Mar 2007) | 2 lines
39024 Changed paths:
39025    M /trunk/configure.ac
39026
39027 fix
39028
39029 ------------------------------------------------------------------------
39030 r19187 | xtophe | 2007-03-04 21:29:45 +0100 (Sun, 04 Mar 2007) | 2 lines
39031 Changed paths:
39032    M /trunk/configure.ac
39033
39034 tweak the error message
39035
39036 ------------------------------------------------------------------------
39037 r19186 | fkuehne | 2007-03-04 20:52:40 +0100 (Sun, 04 Mar 2007) | 1 line
39038 Changed paths:
39039    M /trunk/configure.ac
39040
39041 * don't default enable QT4 on Darwin
39042 ------------------------------------------------------------------------
39043 r19185 | xtophe | 2007-03-04 20:33:32 +0100 (Sun, 04 Mar 2007) | 2 lines
39044 Changed paths:
39045    M /trunk/configure.ac
39046
39047 default enable qt4
39048
39049 ------------------------------------------------------------------------
39050 r19184 | courmisch | 2007-03-04 20:16:35 +0100 (Sun, 04 Mar 2007) | 4 lines
39051 Changed paths:
39052    M /trunk/configure.ac
39053
39054 - Print an error if Qt4 is requested but not found
39055 - Warn that WxWidgets is deprecated.
39056 - Fix a few Wx error messages.
39057
39058 ------------------------------------------------------------------------
39059 r19183 | fkuehne | 2007-03-04 20:01:18 +0100 (Sun, 04 Mar 2007) | 1 line
39060 Changed paths:
39061    M /trunk/extras/contrib/src/Makefile
39062
39063 * fixed libpng compilation for Darwin 9
39064 ------------------------------------------------------------------------
39065 r19182 | xtophe | 2007-03-04 17:57:57 +0100 (Sun, 04 Mar 2007) | 2 lines
39066 Changed paths:
39067    M /trunk/extras/contrib/src/Makefile
39068    A /trunk/extras/contrib/src/Patches/libintl.patch
39069
39070 Shut up warnings in libintl.h
39071
39072 ------------------------------------------------------------------------
39073 r19181 | xtophe | 2007-03-04 15:20:18 +0100 (Sun, 04 Mar 2007) | 2 lines
39074 Changed paths:
39075    M /trunk/extras/contrib/src/Makefile
39076
39077 s/wget/$(WGET)/. pointed by markfm
39078
39079 ------------------------------------------------------------------------
39080 r19179 | sigmunau | 2007-03-04 11:29:23 +0100 (Sun, 04 Mar 2007) | 4 lines
39081 Changed paths:
39082    M /trunk/modules/gui/qt4/main_interface.cpp
39083    M /trunk/modules/gui/qt4/main_interface.hpp
39084
39085 move a few global variables into the appropriate class.
39086 Comment out a few non-thread-safe functions from embedded vout
39087 handling. Fixes a crash when playlist item changes. refs #955
39088
39089 ------------------------------------------------------------------------
39090 r19178 | pdherbemont | 2007-03-04 03:07:26 +0100 (Sun, 04 Mar 2007) | 2 lines
39091 Changed paths:
39092    M /trunk/modules/gui/macosx/prefs.m
39093
39094 Mac OS X gui: Remove unwanted commit.
39095
39096 ------------------------------------------------------------------------
39097 r19177 | pdherbemont | 2007-03-04 03:03:44 +0100 (Sun, 04 Mar 2007) | 2 lines
39098 Changed paths:
39099    M /trunk/modules/gui/macosx/intf.m
39100    M /trunk/modules/gui/macosx/prefs.m
39101
39102 Mac OS X gui: Make sure we don't retain p_input more than once. Don't release it until we're done.
39103
39104 ------------------------------------------------------------------------
39105 r19176 | Trax | 2007-03-04 02:36:36 +0100 (Sun, 04 Mar 2007) | 1 line
39106 Changed paths:
39107    M /trunk/modules/codec/x264.c
39108
39109 * modules/codec/x264.c: Add mvrange option.
39110 ------------------------------------------------------------------------
39111 r19175 | Trax | 2007-03-04 02:07:02 +0100 (Sun, 04 Mar 2007) | 1 line
39112 Changed paths:
39113    M /trunk/modules/codec/x264.c
39114
39115 * modules/codec/x264.c: Add support for multipass encoding. Slightly alter stats behaviour to reflect same usage as x264 cli (only one stats file). Needs testing..
39116 ------------------------------------------------------------------------
39117 r19174 | pdherbemont | 2007-03-04 01:45:10 +0100 (Sun, 04 Mar 2007) | 2 lines
39118 Changed paths:
39119    M /trunk/modules/gui/macosx/controls.m
39120    M /trunk/modules/gui/macosx/intf.m
39121    M /trunk/modules/gui/macosx/sfilters.m
39122
39123 Mac OS X gui: Sanitize vlc object retaining/releasing.
39124
39125 ------------------------------------------------------------------------
39126 r19173 | xtophe | 2007-03-04 00:53:46 +0100 (Sun, 04 Mar 2007) | 2 lines
39127 Changed paths:
39128    M /trunk/configure.ac
39129
39130 Honors --disable-altivec. Closes #1055
39131
39132 ------------------------------------------------------------------------
39133 r19172 | jb | 2007-03-04 00:39:36 +0100 (Sun, 04 Mar 2007) | 3 lines
39134 Changed paths:
39135    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39136    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
39137
39138 Qt4 - SPrefs : a few additions. Still not working for selecting interface.
39139
39140
39141 ------------------------------------------------------------------------
39142 r19171 | sigmunau | 2007-03-04 00:22:51 +0100 (Sun, 04 Mar 2007) | 2 lines
39143 Changed paths:
39144    M /trunk/modules/demux/mkv.cpp
39145
39146 fix segfault
39147
39148 ------------------------------------------------------------------------
39149 r19170 | sigmunau | 2007-03-03 23:26:18 +0100 (Sat, 03 Mar 2007) | 3 lines
39150 Changed paths:
39151    M /trunk/modules/gui/qt4/input_manager.cpp
39152
39153 when a reference to a object is stored the ref-count of that module
39154 should be increased. Fixes a few crashes when input changes.
39155
39156 ------------------------------------------------------------------------
39157 r19169 | thresh | 2007-03-03 22:45:58 +0100 (Sat, 03 Mar 2007) | 2 lines
39158 Changed paths:
39159    M /trunk/doc/fortunes.txt
39160
39161 Another fortune
39162
39163 ------------------------------------------------------------------------
39164 r19168 | jb | 2007-03-03 22:32:19 +0100 (Sat, 03 Mar 2007) | 3 lines
39165 Changed paths:
39166    M /trunk/modules/gui/qt4/dialogs/open.cpp
39167    M /trunk/modules/gui/qt4/menus.cpp
39168
39169 Qt4 - remove a stupid debug thing and rename Disk => Disc
39170
39171
39172 ------------------------------------------------------------------------
39173 r19167 | courmisch | 2007-03-03 20:45:54 +0100 (Sat, 03 Mar 2007) | 2 lines
39174 Changed paths:
39175    M /trunk/src/network/getaddrinfo.c
39176
39177 I really have had enough with this getaddrinfo crashes.
39178
39179 ------------------------------------------------------------------------
39180 r19166 | pdherbemont | 2007-03-03 19:43:18 +0100 (Sat, 03 Mar 2007) | 2 lines
39181 Changed paths:
39182    M /trunk/modules/gui/macosx/intf.m
39183    M /trunk/modules/gui/macosx/voutgl.m
39184
39185 Mac OS X gui: Make sure libvlc exit properly. Don't forward the closeVout: if the interface is dead.
39186
39187 ------------------------------------------------------------------------
39188 r19165 | courmisch | 2007-03-03 19:30:12 +0100 (Sat, 03 Mar 2007) | 2 lines
39189 Changed paths:
39190    M /trunk/src/network/io.c
39191
39192 Fix RC interface
39193
39194 ------------------------------------------------------------------------
39195 r19164 | courmisch | 2007-03-03 19:03:21 +0100 (Sat, 03 Mar 2007) | 2 lines
39196 Changed paths:
39197    M /trunk/src/network/httpd.c
39198
39199 Fix assertion failure
39200
39201 ------------------------------------------------------------------------
39202 r19163 | Trax | 2007-03-03 18:23:53 +0100 (Sat, 03 Mar 2007) | 1 line
39203 Changed paths:
39204    M /trunk/modules/codec/x264.c
39205
39206 * modules/codec/x264.c: Revert [16936] (temporarily fix x264 encoding on darwin/x86 by disabling all CPU optimisations) as this shouldn't be a problem anymore..
39207 ------------------------------------------------------------------------
39208 r19162 | hartman | 2007-03-03 18:20:48 +0100 (Sat, 03 Mar 2007) | 2 lines
39209 Changed paths:
39210    M /trunk/extras/contrib/src/Makefile
39211
39212 * fix ffmpeg build
39213
39214 ------------------------------------------------------------------------
39215 r19161 | pdherbemont | 2007-03-03 17:57:36 +0100 (Sat, 03 Mar 2007) | 2 lines
39216 Changed paths:
39217    M /trunk/modules/gui/macosx/intf.m
39218
39219 Mac OS X gui: Fix #756 (VLC don't go open if you click on the dock icon)
39220
39221 ------------------------------------------------------------------------
39222 r19160 | hartman | 2007-03-03 17:32:09 +0100 (Sat, 03 Mar 2007) | 2 lines
39223 Changed paths:
39224    M /trunk/src/interface/interface.c
39225
39226 * Fix blocking intf launching without pf_run on OSX
39227
39228 ------------------------------------------------------------------------
39229 r19159 | pdherbemont | 2007-03-03 16:54:16 +0100 (Sat, 03 Mar 2007) | 2 lines
39230 Changed paths:
39231    M /trunk/src/interface/interface.c
39232
39233 Mac OS X: Remove dead code. Make sure terminate: calls its super.
39234
39235 ------------------------------------------------------------------------
39236 r19158 | pdherbemont | 2007-03-03 16:51:43 +0100 (Sat, 03 Mar 2007) | 2 lines
39237 Changed paths:
39238    M /trunk/src/vlc.c
39239
39240 Mac OS X: Make "Force Quit" works the first time it is triggered.
39241
39242 ------------------------------------------------------------------------
39243 r19157 | pdherbemont | 2007-03-03 16:34:21 +0100 (Sat, 03 Mar 2007) | 2 lines
39244 Changed paths:
39245    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
39246    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
39247    M /trunk/modules/gui/macosx/intf.h
39248    M /trunk/modules/gui/macosx/intf.m
39249
39250 Mac OS X gui: Fix dead lock when exiting. As a side effect VLC.app exit is really fast.
39251
39252 ------------------------------------------------------------------------
39253 r19156 | courmisch | 2007-03-03 16:32:07 +0100 (Sat, 03 Mar 2007) | 2 lines
39254 Changed paths:
39255    M /trunk/src/network/getaddrinfo.c
39256
39257 Fix a compiler warning and simplify
39258
39259 ------------------------------------------------------------------------
39260 r19155 | littlejohn | 2007-03-03 15:49:11 +0100 (Sat, 03 Mar 2007) | 1 line
39261 Changed paths:
39262    M /trunk/bindings/java/VLCExample.java
39263    M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
39264
39265 java audio interface update
39266 ------------------------------------------------------------------------
39267 r19154 | courmisch | 2007-03-03 15:25:31 +0100 (Sat, 03 Mar 2007) | 2 lines
39268 Changed paths:
39269    M /trunk/src/vlc.c
39270
39271 Really fix race VLC_Die condition
39272
39273 ------------------------------------------------------------------------
39274 r19153 | fkuehne | 2007-03-03 14:55:33 +0100 (Sat, 03 Mar 2007) | 1 line
39275 Changed paths:
39276    M /trunk/extras/contrib/bootstrap
39277
39278 * disabled SDK usage on Darwin 9 for now
39279 ------------------------------------------------------------------------
39280 r19152 | pdherbemont | 2007-03-03 14:35:51 +0100 (Sat, 03 Mar 2007) | 2 lines
39281 Changed paths:
39282    M /trunk/modules/gui/macosx/fspanel.m
39283
39284 Mac OS X gui: Fix the fspanel screen selection, and make sure it is inactive at launch.
39285
39286 ------------------------------------------------------------------------
39287 r19151 | pdherbemont | 2007-03-03 14:22:03 +0100 (Sat, 03 Mar 2007) | 2 lines
39288 Changed paths:
39289    M /trunk/modules/gui/macosx/embeddedwindow.m
39290
39291 Mac OS X gui: Fix a double unlock issue, by making sure all timers are disabled when checking if we have to unlock. (Pointed by Felix Paul Kuhne)
39292
39293 ------------------------------------------------------------------------
39294 r19150 | sigmunau | 2007-03-03 14:09:52 +0100 (Sat, 03 Mar 2007) | 2 lines
39295 Changed paths:
39296    M /trunk/modules/codec/dvbsub.c
39297
39298 fix possition of dvbsubs when input has p_subpic->i_x/i_y != 0
39299
39300 ------------------------------------------------------------------------
39301 r19149 | fkuehne | 2007-03-03 13:47:34 +0100 (Sat, 03 Mar 2007) | 1 line
39302 Changed paths:
39303    M /trunk/extras/contrib/bootstrap
39304    M /trunk/extras/contrib/src/Makefile
39305
39306 * fixed support for future darwin releases on Intel. SDL, goom, gnutls and libpng still need to be fixed on both platforms.
39307 ------------------------------------------------------------------------
39308 r19148 | courmisch | 2007-03-03 13:45:57 +0100 (Sat, 03 Mar 2007) | 2 lines
39309 Changed paths:
39310    M /trunk/src/network/getaddrinfo.c
39311
39312 Improve getaddrinfo() replacement errors
39313
39314 ------------------------------------------------------------------------
39315 r19147 | courmisch | 2007-03-03 13:29:23 +0100 (Sat, 03 Mar 2007) | 7 lines
39316 Changed paths:
39317    M /trunk/src/network/getaddrinfo.c
39318
39319 - Fix thread safety problem in [18812]
39320 - Fix illegal error return value for getnaminfo from [18812]
39321 - Do not crash if the APIs are not available (*NULL) from [18812]
39322
39323 Should fix most Win32 resolution crashes
39324 (if not already done in previous commits)
39325
39326 ------------------------------------------------------------------------
39327 r19146 | courmisch | 2007-03-03 12:51:32 +0100 (Sat, 03 Mar 2007) | 2 lines
39328 Changed paths:
39329    M /trunk/src/network/getaddrinfo.c
39330
39331 Fix linking.
39332
39333 ------------------------------------------------------------------------
39334 r19145 | pdherbemont | 2007-03-03 12:45:29 +0100 (Sat, 03 Mar 2007) | 2 lines
39335 Changed paths:
39336    M /trunk/modules/gui/macosx/embeddedwindow.h
39337    M /trunk/modules/gui/macosx/embeddedwindow.m
39338    M /trunk/modules/gui/macosx/vout.m
39339
39340 Mac OS X gui: Use a recursive lock to be able to trigger enter/leaveFullscreen in the middle of an enter/leaveFullscreen operation.
39341
39342 ------------------------------------------------------------------------
39343 r19144 | courmisch | 2007-03-03 12:42:01 +0100 (Sat, 03 Mar 2007) | 3 lines
39344 Changed paths:
39345    M /trunk/src/network/getaddrinfo.c
39346
39347 Do not chain multiple getaddrinfo implementation.
39348 This is bound to crash.
39349
39350 ------------------------------------------------------------------------
39351 r19143 | pdherbemont | 2007-03-03 12:07:39 +0100 (Sat, 03 Mar 2007) | 2 lines
39352 Changed paths:
39353    M /trunk/modules/gui/macosx/embeddedwindow.h
39354    M /trunk/modules/gui/macosx/embeddedwindow.m
39355    M /trunk/modules/gui/macosx/vout.m
39356
39357 Mac OS X gui: Protect the fullscreen animation by a lock.
39358
39359 ------------------------------------------------------------------------
39360 r19142 | courmisch | 2007-03-03 10:30:52 +0100 (Sat, 03 Mar 2007) | 2 lines
39361 Changed paths:
39362    M /trunk/src/network/getaddrinfo.c
39363
39364 Remove dead code
39365
39366 ------------------------------------------------------------------------
39367 r19141 | courmisch | 2007-03-03 10:25:50 +0100 (Sat, 03 Mar 2007) | 2 lines
39368 Changed paths:
39369    M /trunk/src/network/getaddrinfo.c
39370
39371 Remove redumdant mutex
39372
39373 ------------------------------------------------------------------------
39374 r19140 | courmisch | 2007-03-03 09:44:55 +0100 (Sat, 03 Mar 2007) | 2 lines
39375 Changed paths:
39376    M /trunk/src/network/udp.c
39377
39378 Add SSM definition for Vista (closes #313)
39379
39380 ------------------------------------------------------------------------
39381 r19139 | courmisch | 2007-03-03 09:37:06 +0100 (Sat, 03 Mar 2007) | 2 lines
39382 Changed paths:
39383    M /trunk/src/misc/mtime.c
39384
39385 Missing include
39386
39387 ------------------------------------------------------------------------
39388 r19138 | courmisch | 2007-03-03 09:16:17 +0100 (Sat, 03 Mar 2007) | 2 lines
39389 Changed paths:
39390    M /trunk/include/vlc_network.h
39391    M /trunk/src/network/getaddrinfo.c
39392
39393 Fixups
39394
39395 ------------------------------------------------------------------------
39396 r19137 | courmisch | 2007-03-03 09:13:30 +0100 (Sat, 03 Mar 2007) | 2 lines
39397 Changed paths:
39398    M /trunk/src/network/getaddrinfo.c
39399
39400 Missing error message
39401
39402 ------------------------------------------------------------------------
39403 r19136 | pdherbemont | 2007-03-03 03:57:34 +0100 (Sat, 03 Mar 2007) | 2 lines
39404 Changed paths:
39405    M /trunk/modules/gui/macosx/misc.m
39406    M /trunk/modules/gui/macosx/vout.m
39407
39408 Mac OS X gui: Rework VLCVoutWindow behaviour when macosx-black is set. (Pointed by hartman)
39409
39410 ------------------------------------------------------------------------
39411 r19135 | pdherbemont | 2007-03-03 03:18:04 +0100 (Sat, 03 Mar 2007) | 2 lines
39412 Changed paths:
39413    M /trunk/modules/gui/macosx/vout.m
39414
39415 Don't forget to release the screen when closing the VLCVoutWindow on Mac OS X. (Pointed by thedj)
39416
39417 ------------------------------------------------------------------------
39418 r19134 | pdherbemont | 2007-03-03 02:37:28 +0100 (Sat, 03 Mar 2007) | 2 lines
39419 Changed paths:
39420    M /trunk/modules/gui/macosx/vout.h
39421    M /trunk/modules/gui/macosx/vout.m
39422
39423 Mac OS X gui: Make sure the embedded window don't get shown before it is resized, if it was hidden.
39424
39425 ------------------------------------------------------------------------
39426 r19133 | pdherbemont | 2007-03-03 02:12:51 +0100 (Sat, 03 Mar 2007) | 2 lines
39427 Changed paths:
39428    M /trunk/modules/gui/macosx/fspanel.m
39429
39430 Make sure the cursor gets hidden in fullscreen on Mac OS X. (Pointed by thedj)
39431
39432 ------------------------------------------------------------------------
39433 r19132 | pdherbemont | 2007-03-03 02:05:53 +0100 (Sat, 03 Mar 2007) | 2 lines
39434 Changed paths:
39435    M /trunk/modules/gui/macosx/misc.h
39436    M /trunk/modules/gui/macosx/misc.m
39437
39438 Compare two NSScreen using their display id, rather than their pointer values. (pointed by thedj)
39439
39440 ------------------------------------------------------------------------
39441 r19131 | pdherbemont | 2007-03-03 01:46:25 +0100 (Sat, 03 Mar 2007) | 2 lines
39442 Changed paths:
39443    M /trunk/modules/gui/macosx/vout.m
39444
39445 Fix main screen detection for the detached window on Mac OS X.
39446
39447 ------------------------------------------------------------------------
39448 r19130 | pdherbemont | 2007-03-03 01:29:56 +0100 (Sat, 03 Mar 2007) | 2 lines
39449 Changed paths:
39450    M /trunk/modules/gui/macosx/embeddedwindow.m
39451    M /trunk/modules/gui/macosx/misc.h
39452    M /trunk/modules/gui/macosx/misc.m
39453
39454 Fix main screen detection on Mac OS X.
39455
39456 ------------------------------------------------------------------------
39457 r19129 | pdherbemont | 2007-03-03 01:28:45 +0100 (Sat, 03 Mar 2007) | 2 lines
39458 Changed paths:
39459    M /trunk/modules/gui/macosx/vout.h
39460
39461 Remove unneeded friend class.
39462
39463 ------------------------------------------------------------------------
39464 r19128 | pdherbemont | 2007-03-03 01:25:05 +0100 (Sat, 03 Mar 2007) | 2 lines
39465 Changed paths:
39466    M /trunk/modules/gui/macosx/embeddedwindow.h
39467    M /trunk/modules/gui/macosx/embeddedwindow.m
39468    M /trunk/modules/gui/macosx/vout.m
39469
39470 Close the embedded window only when playlist stop. Have the window to animate smoothly when size changes. Make the fullscreen mode behaves well when input changes and ends.
39471
39472 ------------------------------------------------------------------------
39473 r19127 | xtophe | 2007-03-03 01:16:52 +0100 (Sat, 03 Mar 2007) | 2 lines
39474 Changed paths:
39475    M /trunk/Makefile.am
39476
39477 Distribute the .hosts and .access for win32
39478
39479 ------------------------------------------------------------------------
39480 r19126 | dionoea | 2007-03-02 22:00:22 +0100 (Fri, 02 Mar 2007) | 2 lines
39481 Changed paths:
39482    M /trunk/src/text/strings.c
39483
39484 Don't authorize "." or ".." for filenames.
39485
39486 ------------------------------------------------------------------------
39487 r19125 | fenrir | 2007-03-02 20:54:17 +0100 (Fri, 02 Mar 2007) | 2 lines
39488 Changed paths:
39489    M /trunk/modules/codec/faad.c
39490
39491 Warning fix.
39492
39493 ------------------------------------------------------------------------
39494 r19124 | fenrir | 2007-03-02 20:51:20 +0100 (Fri, 02 Mar 2007) | 10 lines
39495 Changed paths:
39496    M /trunk/modules/packetizer/copy.c
39497    M /trunk/modules/packetizer/h264.c
39498    M /trunk/modules/packetizer/mpeg4audio.c
39499    M /trunk/modules/packetizer/mpeg4video.c
39500    M /trunk/modules/packetizer/vc1.c
39501
39502 Packetizers should trash all blocks with DISCONTINUITY or CORRUPTED flag set.
39503
39504 As a side effect, this workaround the AAC decoding problem after pause/seek
39505 when going through our packetizer (eg: pause/seek with vlc VOD).
39506
39507 But the bug is still there : faad will stop decoding audio forever after
39508 receiving a buffer full of 0 (at least with faad2-2.5 from
39509 audiocoding.com, faad2 from mplayer svn does not show this problem)
39510
39511
39512 ------------------------------------------------------------------------
39513 r19123 | fenrir | 2007-03-02 20:42:22 +0100 (Fri, 02 Mar 2007) | 4 lines
39514 Changed paths:
39515    M /trunk/src/input/input.c
39516    M /trunk/src/input/input_internal.h
39517
39518 On pause and rate change from normal rate, call input_EsOutDiscontinuity
39519 as soon as possible to allow decoders to flush (well that part need to
39520 be implemented ;)
39521
39522 ------------------------------------------------------------------------
39523 r19122 | fenrir | 2007-03-02 20:19:35 +0100 (Fri, 02 Mar 2007) | 7 lines
39524 Changed paths:
39525    M /trunk/src/input/vlm.c
39526    M /trunk/src/input/vlm_internal.h
39527
39528 Implemented sout-keep per media support.
39529 You have to use sout-keep option on your broadcast media using 
39530  > setup your_media option sout-keep
39531 The default value is no-sout-keep and command line option --sout-keep
39532 will not activate it (on purpose).
39533
39534
39535 ------------------------------------------------------------------------
39536 r19121 | fenrir | 2007-03-02 20:08:06 +0100 (Fri, 02 Mar 2007) | 2 lines
39537 Changed paths:
39538    M /trunk/modules/stream_out/gather.c
39539
39540 Really fixed 'gather' segfault.
39541
39542 ------------------------------------------------------------------------
39543 r19120 | fenrir | 2007-03-02 20:03:52 +0100 (Fri, 02 Mar 2007) | 5 lines
39544 Changed paths:
39545    M /trunk/src/control/vlm.c
39546
39547  Do not use private VLM function (fixed in an ugly way). It should fix build
39548 of libvlc-control (what's that ?).
39549  It will need to be rewritten when VLM API is fixed.
39550
39551
39552 ------------------------------------------------------------------------
39553 r19119 | xtophe | 2007-03-02 19:51:48 +0100 (Fri, 02 Mar 2007) | 2 lines
39554 Changed paths:
39555    M /trunk/src/network/getaddrinfo.c
39556
39557 Compile fix + define undefined error value
39558
39559 ------------------------------------------------------------------------
39560 r19118 | pdherbemont | 2007-03-02 19:21:44 +0100 (Fri, 02 Mar 2007) | 2 lines
39561 Changed paths:
39562    M /trunk/modules/gui/macosx/embeddedwindow.m
39563    M /trunk/modules/gui/macosx/misc.h
39564    M /trunk/modules/gui/macosx/misc.m
39565    M /trunk/modules/gui/macosx/vout.m
39566
39567 Support other displays fade out. Change video-device to point to the unique screen ID.
39568
39569 ------------------------------------------------------------------------
39570 r19117 | damienf | 2007-03-02 18:44:24 +0100 (Fri, 02 Mar 2007) | 2 lines
39571 Changed paths:
39572    M /trunk/src/control/log.c
39573
39574 - log.c: fix for negative message count
39575
39576 ------------------------------------------------------------------------
39577 r19116 | pdherbemont | 2007-03-02 18:33:31 +0100 (Fri, 02 Mar 2007) | 2 lines
39578 Changed paths:
39579    M /trunk/modules/gui/macosx/intf.m
39580
39581 Remove unuseful setFullscreen: as it has been deleted in r19115.
39582
39583 ------------------------------------------------------------------------
39584 r19115 | pdherbemont | 2007-03-02 18:28:00 +0100 (Fri, 02 Mar 2007) | 2 lines
39585 Changed paths:
39586    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
39587    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
39588    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
39589    M /trunk/modules/gui/macosx/controls.m
39590    M /trunk/modules/gui/macosx/embeddedwindow.h
39591    M /trunk/modules/gui/macosx/embeddedwindow.m
39592    M /trunk/modules/gui/macosx/extended.m
39593    M /trunk/modules/gui/macosx/interaction.m
39594    M /trunk/modules/gui/macosx/intf.m
39595    M /trunk/modules/gui/macosx/misc.h
39596    M /trunk/modules/gui/macosx/misc.m
39597    M /trunk/modules/gui/macosx/vout.h
39598    M /trunk/modules/gui/macosx/vout.m
39599    M /trunk/modules/gui/macosx/voutgl.m
39600    M /trunk/modules/gui/macosx/voutqt.m
39601
39602 Zoom fullscreen effect on Mac OS X 10.4.
39603
39604 ------------------------------------------------------------------------
39605 r19114 | fkuehne | 2007-03-02 18:24:49 +0100 (Fri, 02 Mar 2007) | 1 line
39606 Changed paths:
39607    M /trunk/extras/contrib/bootstrap
39608
39609 * added ugly, but working support for future, powerpc-based darwin releases. this doesn't support intel-Macs yet
39610 ------------------------------------------------------------------------
39611 r19113 | courmisch | 2007-03-02 18:14:38 +0100 (Fri, 02 Mar 2007) | 3 lines
39612 Changed paths:
39613    M /trunk/src/network/getaddrinfo.c
39614
39615 - Return errors in case of overflow
39616 - Do not use non-thread-safe stuff
39617
39618 ------------------------------------------------------------------------
39619 r19112 | courmisch | 2007-03-02 18:05:24 +0100 (Fri, 02 Mar 2007) | 3 lines
39620 Changed paths:
39621    M /trunk/src/network/getaddrinfo.c
39622
39623 Remove dead code:
39624 VLC never resolves network service names, it only uses port numbers.
39625
39626 ------------------------------------------------------------------------
39627 r19111 | courmisch | 2007-03-02 17:17:30 +0100 (Fri, 02 Mar 2007) | 3 lines
39628 Changed paths:
39629    M /trunk/src/misc/mtime.c
39630
39631 Fix handling of EINTR in sleeping functions.
39632 This will not change your life.
39633
39634 ------------------------------------------------------------------------
39635 r19110 | xtophe | 2007-03-02 15:52:51 +0100 (Fri, 02 Mar 2007) | 2 lines
39636 Changed paths:
39637    M /trunk/src/playlist/loadsave.c
39638
39639 Do not pass too much argument to sprintf
39640
39641 ------------------------------------------------------------------------
39642 r19109 | damienf | 2007-03-02 14:55:22 +0100 (Fri, 02 Mar 2007) | 2 lines
39643 Changed paths:
39644    M /trunk/src/control/input.c
39645
39646 - libvlc ABIs: test that demux is available before accessing it in libvlc_input_get_fps()
39647
39648 ------------------------------------------------------------------------
39649 r19108 | fkuehne | 2007-03-02 14:17:58 +0100 (Fri, 02 Mar 2007) | 1 line
39650 Changed paths:
39651    M /trunk/extras/contrib/src/Makefile
39652
39653 * don't compile x264 with debug code on Macs. especially for releases, this isn't the best idea ;)
39654 ------------------------------------------------------------------------
39655 r19107 | fenrir | 2007-03-02 01:11:14 +0100 (Fri, 02 Mar 2007) | 2 lines
39656 Changed paths:
39657    M /trunk/modules/control/telnet.c
39658
39659 Fixed a small memory leak (password)
39660
39661 ------------------------------------------------------------------------
39662 r19106 | fenrir | 2007-03-02 01:09:14 +0100 (Fri, 02 Mar 2007) | 2 lines
39663 Changed paths:
39664    M /trunk/include/vlc_input.h
39665
39666 Fixed memory leak with input_ItemClean.
39667
39668 ------------------------------------------------------------------------
39669 r19105 | jb | 2007-03-02 01:02:59 +0100 (Fri, 02 Mar 2007) | 3 lines
39670 Changed paths:
39671    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39672    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
39673
39674 Put the Simple Prefs Icons one above the other.
39675
39676
39677 ------------------------------------------------------------------------
39678 r19104 | jb | 2007-03-02 00:18:54 +0100 (Fri, 02 Mar 2007) | 3 lines
39679 Changed paths:
39680    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39681    M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
39682
39683 Qt4 - SPrefs : Subtitles... Almost the end ?
39684
39685
39686 ------------------------------------------------------------------------
39687 r19103 | jb | 2007-03-02 00:11:16 +0100 (Fri, 02 Mar 2007) | 3 lines
39688 Changed paths:
39689    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39690
39691 Qt4 - SPrefs : Interface Panel. 
39692
39693
39694 ------------------------------------------------------------------------
39695 r19102 | fenrir | 2007-03-02 00:10:30 +0100 (Fri, 02 Mar 2007) | 2 lines
39696 Changed paths:
39697    M /trunk/src/network/httpd.c
39698
39699 Fixed statistic counter leaks per host.
39700
39701 ------------------------------------------------------------------------
39702 r19101 | fenrir | 2007-03-02 00:05:17 +0100 (Fri, 02 Mar 2007) | 2 lines
39703 Changed paths:
39704    M /trunk/modules/misc/rtsp.c
39705
39706 Fixed a small memleak per ES.
39707
39708 ------------------------------------------------------------------------
39709 r19100 | fenrir | 2007-03-02 00:03:26 +0100 (Fri, 02 Mar 2007) | 2 lines
39710 Changed paths:
39711    M /trunk/modules/stream_out/description.c
39712
39713 Fixed a small memleak.
39714
39715 ------------------------------------------------------------------------
39716 r19099 | fenrir | 2007-03-02 00:01:59 +0100 (Fri, 02 Mar 2007) | 2 lines
39717 Changed paths:
39718    M /trunk/include/vlc_es.h
39719
39720 Fixed es_format_Clean (when called multiple times with the same es_format).
39721
39722 ------------------------------------------------------------------------
39723 r19098 | fenrir | 2007-03-02 00:00:02 +0100 (Fri, 02 Mar 2007) | 2 lines
39724 Changed paths:
39725    M /trunk/modules/codec/flac.c
39726
39727 Fixed a memleak per packetizer module_Need.
39728
39729 ------------------------------------------------------------------------
39730 r19097 | dionoea | 2007-03-01 23:54:12 +0100 (Thu, 01 Mar 2007) | 2 lines
39731 Changed paths:
39732    M /trunk/src/text/strings.c
39733
39734 Oops.
39735
39736 ------------------------------------------------------------------------
39737 r19096 | dionoea | 2007-03-01 23:44:16 +0100 (Thu, 01 Mar 2007) | 2 lines
39738 Changed paths:
39739    M /trunk/src/text/strings.c
39740
39741  * Fix forbiden windows characters list. (in fact it's not windows only, but fat32/ntfs ... but noone cares)
39742
39743 ------------------------------------------------------------------------
39744 r19095 | jb | 2007-03-01 23:43:30 +0100 (Thu, 01 Mar 2007) | 4 lines
39745 Changed paths:
39746    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39747    M /trunk/modules/gui/qt4/ui/sprefs_input.ui
39748
39749 Qt4 - SPrefs : Input Panel. almost all implementations, but not the macro-ones (network-caching and disk-device )
39750
39751
39752
39753 ------------------------------------------------------------------------
39754 r19094 | fenrir | 2007-03-01 23:12:06 +0100 (Thu, 01 Mar 2007) | 2 lines
39755 Changed paths:
39756    M /trunk/modules/stream_out/rtp.c
39757
39758 Fixed a small memleak.
39759
39760 ------------------------------------------------------------------------
39761 r19093 | jb | 2007-03-01 22:51:39 +0100 (Thu, 01 Mar 2007) | 3 lines
39762 Changed paths:
39763    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
39764    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
39765    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39766
39767 Qt4 - SimplePrefs - Audio: Small fixes and normalization for volume.
39768
39769
39770 ------------------------------------------------------------------------
39771 r19092 | xtophe | 2007-03-01 22:50:53 +0100 (Thu, 01 Mar 2007) | 2 lines
39772 Changed paths:
39773    M /trunk/src/misc/mtime.c
39774
39775 Compile fix
39776
39777 ------------------------------------------------------------------------
39778 r19091 | pdherbemont | 2007-03-01 22:38:58 +0100 (Thu, 01 Mar 2007) | 2 lines
39779 Changed paths:
39780    M /trunk/src/vlc.c
39781
39782 Fix a hang when quitting vlc on Mac OS X. This hang is due to the signal thread that isn't cancelled properly, because Mac OS X's sigwait is not a pthread cancellation point as it ought to be according to POSIX.1.
39783
39784 ------------------------------------------------------------------------
39785 r19090 | dionoea | 2007-03-01 22:27:47 +0100 (Thu, 01 Mar 2007) | 2 lines
39786 Changed paths:
39787    M /trunk/src/text/strings.c
39788
39789 Dots are allowed in filenames (even on WIN32...). Thanks to Dugal Harris for noticing this bug.
39790
39791 ------------------------------------------------------------------------
39792 r19089 | jb | 2007-03-01 21:43:28 +0100 (Thu, 01 Mar 2007) | 3 lines
39793 Changed paths:
39794    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
39795
39796 Qt4 : Spref - Audio: Use a doubleBox not a slider for normalizer
39797
39798
39799 ------------------------------------------------------------------------
39800 r19088 | fenrir | 2007-03-01 21:37:54 +0100 (Thu, 01 Mar 2007) | 2 lines
39801 Changed paths:
39802    M /trunk/modules/gui/qt4/dialogs_provider.cpp
39803
39804 Fixed a typo (INTF_DIALOG_VLM is not the same than INTF_DIALOG_BOOKMARKS)
39805
39806 ------------------------------------------------------------------------
39807 r19087 | fenrir | 2007-03-01 21:36:11 +0100 (Thu, 01 Mar 2007) | 2 lines
39808 Changed paths:
39809    M /trunk/include/vlc_vlm.h
39810    M /trunk/src/control/vlm.c
39811    M /trunk/src/input/vlm.c
39812    A /trunk/src/input/vlm_internal.h (from /trunk/include/vlc_vlm.h:19048)
39813    M /trunk/src/misc/objects.c
39814
39815 Start cleaning up VLM + fixed vlm_New() race condition.
39816
39817 ------------------------------------------------------------------------
39818 r19086 | fenrir | 2007-03-01 21:34:12 +0100 (Thu, 01 Mar 2007) | 3 lines
39819 Changed paths:
39820    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
39821    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
39822    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
39823    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
39824    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
39825    M /trunk/modules/gui/wxwidgets/dialogs.cpp
39826    M /trunk/modules/gui/wxwidgets/interface.cpp
39827
39828 Deactivated VLM control by wx while I clean it. (It uses private fields
39829 of VLM that should not have been public)
39830
39831 ------------------------------------------------------------------------
39832 r19085 | courmisch | 2007-03-01 21:16:49 +0100 (Thu, 01 Mar 2007) | 4 lines
39833 Changed paths:
39834    M /trunk/src/misc/mtime.c
39835
39836 Cache system clock in userland to save a few avoidable sleeps.
39837 Also restore (albeit not hard-coded this time) the old Linux custom
39838 of not waiting for a delay shorter than the scheduler precision
39839
39840 ------------------------------------------------------------------------
39841 r19084 | courmisch | 2007-03-01 21:09:41 +0100 (Thu, 01 Mar 2007) | 3 lines
39842 Changed paths:
39843    M /trunk/src/vlc.c
39844
39845 Fix race condition and simplify SigHandler
39846 Missing piece pointed out by Pierre d'H.
39847
39848 ------------------------------------------------------------------------
39849 r19083 | courmisch | 2007-03-01 18:52:11 +0100 (Thu, 01 Mar 2007) | 4 lines
39850 Changed paths:
39851    M /trunk/include/vlc_threads.h
39852    M /trunk/src/vlc.c
39853
39854 Fix abortion if killing signals are re-used.
39855 Of course, VLC has no bugs, so you never need to abort it that way,
39856 so that this fixes nothing.
39857
39858 ------------------------------------------------------------------------
39859 r19082 | damienf | 2007-03-01 17:52:12 +0100 (Thu, 01 Mar 2007) | 2 lines
39860 Changed paths:
39861    M /trunk/modules/demux/mp4/libmp4.c
39862    M /trunk/modules/demux/mp4/libmp4.h
39863    M /trunk/modules/demux/mp4/mp4.c
39864
39865 - mp4 demux: support for iTunes/Quicktime META info
39866
39867 ------------------------------------------------------------------------
39868 r19081 | courmisch | 2007-03-01 17:38:45 +0100 (Thu, 01 Mar 2007) | 2 lines
39869 Changed paths:
39870    M /trunk/src/network/getaddrinfo.c
39871
39872 Removing a warning never solved a problem (revert [11778])
39873
39874 ------------------------------------------------------------------------
39875 r19080 | courmisch | 2007-03-01 17:36:54 +0100 (Thu, 01 Mar 2007) | 2 lines
39876 Changed paths:
39877    M /trunk/src/network/getaddrinfo.c
39878
39879 Fix incorrect string fix (revert [15025])
39880
39881 ------------------------------------------------------------------------
39882 r19079 | pdherbemont | 2007-03-01 02:00:07 +0100 (Thu, 01 Mar 2007) | 2 lines
39883 Changed paths:
39884    M /trunk/modules/gui/macosx/vout.m
39885
39886 Fix file name representation of the video output window on Mac OS X. (Reviewed by hartman)
39887
39888 ------------------------------------------------------------------------
39889 r19078 | sigmunau | 2007-03-01 01:06:21 +0100 (Thu, 01 Mar 2007) | 4 lines
39890 Changed paths:
39891    M /trunk/include/vlc_input.h
39892    M /trunk/src/input/clock.c
39893
39894 none-sematic changes:
39895 clock.c: replace a magic number with the appropriate constant
39896 vlc_include.h: fix a comment to match reality
39897
39898 ------------------------------------------------------------------------
39899 r19077 | jb | 2007-03-01 01:01:14 +0100 (Thu, 01 Mar 2007) | 3 lines
39900 Changed paths:
39901    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39902
39903 Qt4 - SimplePrefs : Simple Fix to simple Problem. Should repair Win32 breakage. So sorry.
39904
39905
39906 ------------------------------------------------------------------------
39907 r19076 | sigmunau | 2007-03-01 00:52:48 +0100 (Thu, 01 Mar 2007) | 3 lines
39908 Changed paths:
39909    M /trunk/src/misc/mtime.c
39910
39911 disable clock_nanosleep for mwait for now. Fixes dvd and vob playback
39912 for me.
39913
39914 ------------------------------------------------------------------------
39915 r19075 | jb | 2007-03-01 00:38:48 +0100 (Thu, 01 Mar 2007) | 6 lines
39916 Changed paths:
39917    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
39918    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
39919    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39920
39921 Qt4 : Simple Preferences. Add a slider widget to pref_widget, because it is nicer than  a QSpinBox.
39922 Could you look please on that commit cause I don't understand if it is the good way to do it (I guess not) and why do I had to add this 'bool' to the methods.
39923
39924 zorglub, dionoea? 
39925
39926
39927 ------------------------------------------------------------------------
39928 r19074 | fenrir | 2007-02-28 23:45:02 +0100 (Wed, 28 Feb 2007) | 3 lines
39929 Changed paths:
39930    M /trunk/src/input/input.c
39931    M /trunk/src/input/input_internal.h
39932    M /trunk/src/input/vlm.c
39933    M /trunk/src/playlist/engine.c
39934    M /trunk/src/stream_output/stream_output.c
39935
39936 Reworked/improved the way sout-keep works. (VLM sout-keep does not
39937 work again yet )
39938
39939 ------------------------------------------------------------------------
39940 r19073 | yoann | 2007-02-28 21:41:01 +0100 (Wed, 28 Feb 2007) | 2 lines
39941 Changed paths:
39942    M /trunk/src/playlist/loadsave.c
39943
39944 * src/playlist/loadsave.c: create directory before saving Media Library
39945
39946 ------------------------------------------------------------------------
39947 r19072 | hartman | 2007-02-28 21:05:59 +0100 (Wed, 28 Feb 2007) | 3 lines
39948 Changed paths:
39949    M /trunk/modules/demux/vobsub.c
39950
39951 * make vobsubs downloadable from http/ftp etc. closes #567
39952  - NOTE: this will not work on user/password protected locations.
39953
39954 ------------------------------------------------------------------------
39955 r19071 | jpsaman | 2007-02-28 20:38:02 +0100 (Wed, 28 Feb 2007) | 1 line
39956 Changed paths:
39957    M /trunk/modules/stream_out/transcode.c
39958
39959 Patch by xxcv: Don't change fmt_last.audio.i_rate when FOURCC is mp4a
39960 ------------------------------------------------------------------------
39961 r19070 | massiot | 2007-02-28 18:16:42 +0100 (Wed, 28 Feb 2007) | 3 lines
39962 Changed paths:
39963    M /trunk/src/text/iso-639_def.h
39964
39965  * src/text/iso-639_def.h: Add original audio pseudo-language (reported 
39966    by Francesc Pinyol Margalef).
39967
39968 ------------------------------------------------------------------------
39969 r19069 | xtophe | 2007-02-28 17:56:57 +0100 (Wed, 28 Feb 2007) | 2 lines
39970 Changed paths:
39971    M /trunk/src/network/io.c
39972
39973 Meaningfull typo
39974
39975 ------------------------------------------------------------------------
39976 r19068 | courmisch | 2007-02-28 17:35:19 +0100 (Wed, 28 Feb 2007) | 2 lines
39977 Changed paths:
39978    M /trunk/src/network/io.c
39979
39980 typo
39981
39982 ------------------------------------------------------------------------
39983 r19067 | courmisch | 2007-02-28 17:23:21 +0100 (Wed, 28 Feb 2007) | 3 lines
39984 Changed paths:
39985    M /trunk/src/network/io.c
39986
39987 Fix POL.*HUP handling: POLLHUP is for writing,
39988 POLLRDHUP is for reading (and also non-standard)
39989
39990 ------------------------------------------------------------------------
39991 r19066 | hartman | 2007-02-28 13:36:15 +0100 (Wed, 28 Feb 2007) | 2 lines
39992 Changed paths:
39993    M /trunk/modules/codec/rawvideo.c
39994
39995 * rawvideo.c: Do not use visible_pitch when walking trough the lines. fixes #1021
39996
39997 ------------------------------------------------------------------------
39998 r19065 | damienf | 2007-02-28 13:07:45 +0100 (Wed, 28 Feb 2007) | 2 lines
39999 Changed paths:
40000    M /trunk/modules/services_discovery/sap.c
40001
40002 sap.c: win32 fix for IPv6 local-link zone identifier
40003
40004 ------------------------------------------------------------------------
40005 r19064 | hartman | 2007-02-28 13:07:05 +0100 (Wed, 28 Feb 2007) | 2 lines
40006 Changed paths:
40007    M /trunk/modules/demux/mkv.cpp
40008
40009 * matroska bug. don't use block, in case when it can be ( block || simpleblock)
40010
40011 ------------------------------------------------------------------------
40012 r19063 | xtophe | 2007-02-28 00:43:04 +0100 (Wed, 28 Feb 2007) | 2 lines
40013 Changed paths:
40014    M /trunk/modules/gui/qt4/Modules.am
40015
40016 this was renamed in [19013]
40017
40018 ------------------------------------------------------------------------
40019 r19062 | xtophe | 2007-02-28 00:42:59 +0100 (Wed, 28 Feb 2007) | 3 lines
40020 Changed paths:
40021    M /trunk/po/POTFILES.in
40022    M /trunk/po/pt_PT.po
40023    M /trunk/po/sl.po
40024
40025 *.po: Update slovenian and portuguese l10n
40026 POTFILES.in: some new files, some ones renamed
40027
40028 ------------------------------------------------------------------------
40029 r19061 | jb | 2007-02-27 23:30:36 +0100 (Tue, 27 Feb 2007) | 2 lines
40030 Changed paths:
40031    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
40032    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
40033    M /trunk/modules/gui/qt4/ui/sprefs_video.ui
40034
40035 * Qt4 - Simple Preferences: Start to bind the keys to the preferences. Lots of them still don't work. Why ?
40036
40037 ------------------------------------------------------------------------
40038 r19060 | fenrir | 2007-02-27 22:45:41 +0100 (Tue, 27 Feb 2007) | 2 lines
40039 Changed paths:
40040    M /trunk/modules/demux/mp4/libmp4.c
40041
40042 Fixed wrong type used in mp4 parsing.
40043
40044 ------------------------------------------------------------------------
40045 r19059 | courmisch | 2007-02-27 22:27:06 +0100 (Tue, 27 Feb 2007) | 3 lines
40046 Changed paths:
40047    M /trunk/src/network/io.c
40048
40049 *Ahem* compile testing is good, but it only works
40050 if I actually look at the result
40051
40052 ------------------------------------------------------------------------
40053 r19058 | courmisch | 2007-02-27 22:25:11 +0100 (Tue, 27 Feb 2007) | 2 lines
40054 Changed paths:
40055    M /trunk/src/network/io.c
40056
40057 Simplification
40058
40059 ------------------------------------------------------------------------
40060 r19057 | courmisch | 2007-02-27 22:15:49 +0100 (Tue, 27 Feb 2007) | 3 lines
40061 Changed paths:
40062    M /trunk/modules/access_output/udp.c
40063
40064 - Support for customizing the checksum coverage
40065 - Make UDP-Lite an option rather than a distinct shortcut
40066
40067 ------------------------------------------------------------------------
40068 r19056 | hartman | 2007-02-27 21:57:56 +0100 (Tue, 27 Feb 2007) | 3 lines
40069 Changed paths:
40070    M /trunk/src/input/subtitles.c
40071
40072 * Fix subtitle detection. utf8_stat returns 0 if file is present.
40073   P.S. this bug was present for 3 months, without anyone noticing it. That's just BAD people.
40074
40075 ------------------------------------------------------------------------
40076 r19054 | courmisch | 2007-02-27 21:43:05 +0100 (Tue, 27 Feb 2007) | 2 lines
40077 Changed paths:
40078    M /trunk/modules/access_output/udp.c
40079
40080 Do not assume RTP frequency is that of TS for RTCP
40081
40082 ------------------------------------------------------------------------
40083 r19053 | fenrir | 2007-02-27 21:37:07 +0100 (Tue, 27 Feb 2007) | 2 lines
40084 Changed paths:
40085    M /trunk/src/input/clock.c
40086    M /trunk/src/input/decoder.c
40087
40088 Removed dead code.
40089
40090 ------------------------------------------------------------------------
40091 r19052 | fenrir | 2007-02-27 21:25:52 +0100 (Tue, 27 Feb 2007) | 2 lines
40092 Changed paths:
40093    M /trunk/modules/stream_out/rtp.c
40094
40095 Do not force a default TTL value (the value 1 will be used in SDP only).
40096
40097 ------------------------------------------------------------------------
40098 r19049 | courmisch | 2007-02-27 21:17:31 +0100 (Tue, 27 Feb 2007) | 4 lines
40099 Changed paths:
40100    M /trunk/modules/stream_out/rtp.c
40101
40102 IP6 "MUST NOT" have a TTL.
40103 This will be parsed as an address counter on the receiver,
40104 with disastrous consequences
40105
40106 ------------------------------------------------------------------------
40107 r19048 | fenrir | 2007-02-27 21:07:54 +0100 (Tue, 27 Feb 2007) | 2 lines
40108 Changed paths:
40109    M /trunk/modules/stream_out/rtp.c
40110
40111 Removed debug left over.
40112
40113 ------------------------------------------------------------------------
40114 r19047 | fenrir | 2007-02-27 21:04:01 +0100 (Tue, 27 Feb 2007) | 4 lines
40115 Changed paths:
40116    M /trunk/include/vlc_strings.h
40117    M /trunk/src/text/strings.c
40118
40119 Added vlc_b64_decode_binary_to_buffer/vlc_b64_decode_binary/vlc_b64_decode.
40120
40121
40122
40123 ------------------------------------------------------------------------
40124 r19046 | fenrir | 2007-02-27 21:02:15 +0100 (Tue, 27 Feb 2007) | 4 lines
40125 Changed paths:
40126    M /trunk/modules/stream_out/rtp.c
40127
40128 Fixed H264 rtp packetization.
40129 Force a TTL value of 1 if not defined instead of refusing to start.
40130 (Any suggestion about a better failsafe value ?)
40131
40132 ------------------------------------------------------------------------
40133 r19045 | fenrir | 2007-02-27 20:39:41 +0100 (Tue, 27 Feb 2007) | 3 lines
40134 Changed paths:
40135    M /trunk/modules/packetizer/h264.c
40136
40137 Added all missing case for "Detection of the first VCL NAL unit of a primary coded picture".
40138 Fixed prepend of SPS/PPS per I frame.
40139
40140 ------------------------------------------------------------------------
40141 r19044 | damienf | 2007-02-27 18:13:16 +0100 (Tue, 27 Feb 2007) | 2 lines
40142 Changed paths:
40143    M /trunk/src/libvlc-common.c
40144
40145 libvlc-common.c: revert r19040
40146
40147 ------------------------------------------------------------------------
40148 r19043 | courmisch | 2007-02-27 18:00:42 +0100 (Tue, 27 Feb 2007) | 2 lines
40149 Changed paths:
40150    M /trunk/AUTHORS
40151
40152 Expatriate myself
40153
40154 ------------------------------------------------------------------------
40155 r19042 | courmisch | 2007-02-27 17:54:38 +0100 (Tue, 27 Feb 2007) | 2 lines
40156 Changed paths:
40157    M /trunk/modules/services_discovery/sap.c
40158
40159 Listen to link-local SAP announces too
40160
40161 ------------------------------------------------------------------------
40162 r19041 | hartman | 2007-02-27 17:14:21 +0100 (Tue, 27 Feb 2007) | 5 lines
40163 Changed paths:
40164    M /trunk/include/vlc_network.h
40165    M /trunk/include/vlc_symbols.h
40166
40167 * Don't VLC_EXPORT net_Close now that it's a #define
40168 * update vlc_symbols.h
40169
40170 courmisch, can you please check ?
40171
40172 ------------------------------------------------------------------------
40173 r19040 | damienf | 2007-02-27 13:16:55 +0100 (Tue, 27 Feb 2007) | 2 lines
40174 Changed paths:
40175    M /trunk/src/libvlc-common.c
40176
40177 - libvlc: make sure that p_static_libvlc always point to the first libvlc instance (actually, is it still used ?)
40178
40179 ------------------------------------------------------------------------
40180 r19039 | damienf | 2007-02-27 13:15:52 +0100 (Tue, 27 Feb 2007) | 2 lines
40181 Changed paths:
40182    M /trunk/src/control/core.c
40183
40184 - libvlc control: uninitialiazed mutex and variables, was prevent browser plugins from adding elements in playlist
40185
40186 ------------------------------------------------------------------------
40187 r19038 | hartman | 2007-02-27 02:30:26 +0100 (Tue, 27 Feb 2007) | 2 lines
40188 Changed paths:
40189    M /trunk/include/vlc_network.h
40190
40191 * Fix implementation of net_Close. it returns void, not int (like close).
40192
40193 ------------------------------------------------------------------------
40194 r19037 | xtophe | 2007-02-27 00:14:19 +0100 (Tue, 27 Feb 2007) | 2 lines
40195 Changed paths:
40196    M /trunk/configure.ac
40197
40198 Link fix. Proper one this time hopefully
40199
40200 ------------------------------------------------------------------------
40201 r19036 | xtophe | 2007-02-26 23:38:04 +0100 (Mon, 26 Feb 2007) | 2 lines
40202 Changed paths:
40203    M /trunk/configure.ac
40204
40205 Link fix
40206
40207 ------------------------------------------------------------------------
40208 r19035 | xtophe | 2007-02-26 23:14:49 +0100 (Mon, 26 Feb 2007) | 2 lines
40209 Changed paths:
40210    M /trunk/modules/codec/ffmpeg/mux.c
40211
40212 Compile fix for old ffmpeg
40213
40214 ------------------------------------------------------------------------
40215 r19034 | fenrir | 2007-02-26 20:30:49 +0100 (Mon, 26 Feb 2007) | 3 lines
40216 Changed paths:
40217    M /trunk/modules/misc/rtsp.c
40218
40219 Fixed a deadlock between VLM and httpd. (Issue all VLM command
40220  from the httpd callback in its own thread)
40221
40222 ------------------------------------------------------------------------
40223 r19033 | fenrir | 2007-02-26 20:27:35 +0100 (Mon, 26 Feb 2007) | 6 lines
40224 Changed paths:
40225    M /trunk/src/input/input.c
40226    M /trunk/src/input/vlm.c
40227    M /trunk/src/stream_output/stream_output.c
40228
40229 Force VLM stream to not use sout-keep.
40230 Fixed race condition with sout-keep.
40231 Fixed broken sout-keep behaviour (currently active sout can be used
40232  twice or destroyed..., it might fixed segfaults reported by xxcv))
40233
40234
40235 ------------------------------------------------------------------------
40236 r19032 | fenrir | 2007-02-26 20:21:03 +0100 (Mon, 26 Feb 2007) | 3 lines
40237 Changed paths:
40238    M /trunk/src/video_output/video_output.c
40239
40240 Improved vout_Request when using a vout attached to playlist.
40241 (Avoid a possible race condition)
40242
40243 ------------------------------------------------------------------------
40244 r19031 | fenrir | 2007-02-26 20:19:18 +0100 (Mon, 26 Feb 2007) | 3 lines
40245 Changed paths:
40246    M /trunk/include/vlc_arrays.h
40247    M /trunk/include/vlc_vod.h
40248
40249 Added missing const qualifier to vod_MediaControl.
40250 Improved TAB_* protection and added TAB_INIT/CLEAN.
40251
40252 ------------------------------------------------------------------------
40253 r19030 | damienf | 2007-02-26 20:15:32 +0100 (Mon, 26 Feb 2007) | 2 lines
40254 Changed paths:
40255    M /trunk/activex/utils.h
40256    M /trunk/activex/vlccontrol2.cpp
40257
40258 -activex: implement _NewEnum property on log.messages collection to allow for "For each message in log.messages" construct in VB and other languages
40259
40260 ------------------------------------------------------------------------
40261 r19029 | courmisch | 2007-02-26 17:54:38 +0100 (Mon, 26 Feb 2007) | 2 lines
40262 Changed paths:
40263    M /trunk/include/vlc_network.h
40264
40265 Harmless typo
40266
40267 ------------------------------------------------------------------------
40268 r19028 | courmisch | 2007-02-26 17:54:05 +0100 (Mon, 26 Feb 2007) | 2 lines
40269 Changed paths:
40270    M /trunk/include/vlc_network.h
40271    M /trunk/modules/access/ftp.c
40272    M /trunk/modules/access/udp.c
40273    M /trunk/modules/access_output/udp.c
40274    M /trunk/modules/misc/notify/growl.c
40275    M /trunk/modules/services_discovery/sap.c
40276    M /trunk/src/stream_output/sap.c
40277
40278 Simplify shutdown() portability
40279
40280 ------------------------------------------------------------------------
40281 r19027 | courmisch | 2007-02-26 17:42:53 +0100 (Mon, 26 Feb 2007) | 2 lines
40282 Changed paths:
40283    M /trunk/include/vlc_network.h
40284    M /trunk/src/network/io.c
40285
40286 net_Close() is a one-liner, so inline it
40287
40288 ------------------------------------------------------------------------
40289 r19026 | courmisch | 2007-02-26 17:38:58 +0100 (Mon, 26 Feb 2007) | 2 lines
40290 Changed paths:
40291    M /trunk/src/network/io.c
40292
40293 Do what the previous commit pretended to do
40294
40295 ------------------------------------------------------------------------
40296 r19025 | courmisch | 2007-02-26 17:38:21 +0100 (Mon, 26 Feb 2007) | 3 lines
40297 Changed paths:
40298    M /trunk/include/vlc_network.h
40299    M /trunk/modules/stream_out/switcher.c
40300    M /trunk/src/stream_output/sap.c
40301
40302 Remove net_ReadNonBlock(),
40303 it was merely a slower (and buggier) recv() nowadays.
40304
40305 ------------------------------------------------------------------------
40306 r19024 | courmisch | 2007-02-26 16:44:23 +0100 (Mon, 26 Feb 2007) | 3 lines
40307 Changed paths:
40308    M /trunk/src/network/io.c
40309
40310 - Fix handling of POLLHUP and POLLNVAL events
40311 - Minor optimization for POLLHUP case
40312
40313 ------------------------------------------------------------------------
40314 r19023 | jb | 2007-02-26 07:46:16 +0100 (Mon, 26 Feb 2007) | 3 lines
40315 Changed paths:
40316    M /trunk/configure.ac
40317
40318 Configure: should repair --with-libtwolame-tree detection.
40319
40320
40321 ------------------------------------------------------------------------
40322 r19022 | jb | 2007-02-26 00:08:25 +0100 (Mon, 26 Feb 2007) | 3 lines
40323 Changed paths:
40324    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
40325    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
40326    M /trunk/modules/gui/qt4/ui/sprefs_hotkeys.ui
40327    M /trunk/modules/gui/qt4/ui/sprefs_input.ui
40328    M /trunk/modules/gui/qt4/ui/sprefs_video.ui
40329
40330 Qt4 : SimplePrefs: various fixes, remove some widgets, uniformity, cleaning and hiding for Win32/others for some options.
40331
40332
40333 ------------------------------------------------------------------------
40334 r19021 | dionoea | 2007-02-25 23:45:56 +0100 (Sun, 25 Feb 2007) | 2 lines
40335 Changed paths:
40336    M /trunk/src/misc/modules.c
40337
40338 Graa.
40339
40340 ------------------------------------------------------------------------
40341 r19020 | dionoea | 2007-02-25 23:44:48 +0100 (Sun, 25 Feb 2007) | 3 lines
40342 Changed paths:
40343    M /trunk/src/misc/modules.c
40344    M /trunk/src/misc/modules.h
40345
40346 Cleaner fix to the "object is not attached" issue with modules loaded from cache
40347  which weren't used by VLC. This now adds a new b_used flag to module_cache_t which is set to VLC_TRUE once we know that the cached version of the plugin is usable (and thus gets attached to something). If it's not usable, it wont be attached so we tell ModuleDelete() not to try dettaching it.
40348
40349 ------------------------------------------------------------------------
40350 r19019 | xtophe | 2007-02-25 23:42:49 +0100 (Sun, 25 Feb 2007) | 2 lines
40351 Changed paths:
40352    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
40353
40354 Compile fix
40355
40356 ------------------------------------------------------------------------
40357 r19018 | jb | 2007-02-25 22:59:56 +0100 (Sun, 25 Feb 2007) | 3 lines
40358 Changed paths:
40359    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
40360    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
40361    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
40362    M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
40363
40364 Qt4- SImple Prefs: Subtitles and TextTitles.
40365
40366
40367 ------------------------------------------------------------------------
40368 r19017 | dionoea | 2007-02-25 20:39:59 +0100 (Sun, 25 Feb 2007) | 2 lines
40369 Changed paths:
40370    M /trunk/modules/control/telnet.c
40371
40372 Patch by ILEoo to make the telnet interface work with "telnet" again (on linux). Looks ok according to the recv(2) manpage. Please fix if this is flawed.
40373
40374 ------------------------------------------------------------------------
40375 r19016 | asmax | 2007-02-25 20:29:21 +0100 (Sun, 25 Feb 2007) | 3 lines
40376 Changed paths:
40377    M /trunk/configure.ac
40378    M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
40379    M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
40380    M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
40381    M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
40382    M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
40383    M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
40384    M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
40385    M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
40386    M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
40387    M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
40388    M /trunk/modules/gui/skins2/src/generic_layout.cpp
40389    M /trunk/modules/gui/skins2/src/generic_layout.hpp
40390    M /trunk/modules/gui/skins2/src/os_factory.hpp
40391    M /trunk/modules/gui/skins2/src/window_manager.cpp
40392    M /trunk/modules/gui/skins2/src/window_manager.hpp
40393    M /trunk/modules/gui/skins2/utils/position.cpp
40394    M /trunk/modules/gui/skins2/utils/position.hpp
40395    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
40396    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
40397    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
40398    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
40399
40400 * fixed build of skins2 interface on MacOS X (renamed Rect into SkinsRect
40401   to avoid a conflict with Carbon API)
40402
40403 ------------------------------------------------------------------------
40404 r19015 | dionoea | 2007-02-25 20:19:36 +0100 (Sun, 25 Feb 2007) | 2 lines
40405 Changed paths:
40406    M /trunk/src/input/vlm.c
40407
40408 Add undocumented play feature to help output.
40409
40410 ------------------------------------------------------------------------
40411 r19014 | fenrir | 2007-02-25 18:50:12 +0100 (Sun, 25 Feb 2007) | 3 lines
40412 Changed paths:
40413    M /trunk/modules/codec/faad.c
40414
40415 Fixed segfault when faad reports an unknown channel configuration
40416 (Fixed lol-vlc.aac segfault, http://sam.zoy.org/zzuf/)
40417
40418 ------------------------------------------------------------------------
40419 r19013 | jb | 2007-02-25 18:17:44 +0100 (Sun, 25 Feb 2007) | 3 lines
40420 Changed paths:
40421    M /trunk/modules/gui/qt4/Modules.am
40422    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
40423    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
40424    D /trunk/modules/gui/qt4/pixmaps/advanced_50x50.xpm
40425    A /trunk/modules/gui/qt4/pixmaps/hotkeys_50x50.xpm (from /trunk/modules/gui/qt4/pixmaps/advanced_50x50.xpm:19005)
40426    A /trunk/modules/gui/qt4/ui/sprefs_hotkeys.ui
40427
40428 Qt4: Simple_Prefs, adding hotkeys/shortcuts configuration.
40429
40430
40431 ------------------------------------------------------------------------
40432 r19012 | littlejohn | 2007-02-25 18:10:34 +0100 (Sun, 25 Feb 2007) | 1 line
40433 Changed paths:
40434    M /trunk/include/vlc/libvlc.h
40435    M /trunk/src/control/video.c
40436
40437 libvlc_video_get_handle renamed to _get_parent
40438 ------------------------------------------------------------------------
40439 r19011 | littlejohn | 2007-02-25 17:17:40 +0100 (Sun, 25 Feb 2007) | 1 line
40440 Changed paths:
40441    M /trunk/include/vlc/libvlc.h
40442    M /trunk/src/control/video.c
40443
40444 libvlc_video_get_handle function added
40445 ------------------------------------------------------------------------
40446 r19010 | fenrir | 2007-02-25 17:17:33 +0100 (Sun, 25 Feb 2007) | 2 lines
40447 Changed paths:
40448    M /trunk/modules/stream_out/rtp.c
40449
40450 Fixed rtsp broadcast streaming(sdp=rtsp://) and a potential double free.
40451
40452 ------------------------------------------------------------------------
40453 r19009 | fenrir | 2007-02-25 17:11:41 +0100 (Sun, 25 Feb 2007) | 2 lines
40454 Changed paths:
40455    M /trunk/src/network/io.c
40456
40457 Fixed a memory access error (net_ReadInner)
40458
40459 ------------------------------------------------------------------------
40460 r19008 | jb | 2007-02-25 16:59:14 +0100 (Sun, 25 Feb 2007) | 3 lines
40461 Changed paths:
40462    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
40463    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
40464    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
40465
40466 Qt4: Preferences, Simple_Preferences. A bit more, but a lot of things are missing...
40467
40468
40469 ------------------------------------------------------------------------
40470 r19007 | fenrir | 2007-02-25 15:34:14 +0100 (Sun, 25 Feb 2007) | 2 lines
40471 Changed paths:
40472    M /trunk/src/input/vlm.c
40473
40474 Fixed double input_thread_t free for VOD.
40475
40476 ------------------------------------------------------------------------
40477 r19006 | fenrir | 2007-02-25 15:33:13 +0100 (Sun, 25 Feb 2007) | 2 lines
40478 Changed paths:
40479    M /trunk/src/network/httpd.c
40480
40481 Rework a bit http socket handling to avoid uninitialized variable access.
40482
40483 ------------------------------------------------------------------------
40484 r19005 | fenrir | 2007-02-25 14:14:49 +0100 (Sun, 25 Feb 2007) | 2 lines
40485 Changed paths:
40486    M /trunk/modules/demux/asf/libasf.c
40487    M /trunk/modules/demux/mp4/libmp4.c
40488    M /trunk/modules/demux/mp4/libmp4.h
40489    M /trunk/modules/demux/mp4/mp4.c
40490    M /trunk/modules/demux/nsc.c
40491    M /trunk/modules/demux/tta.c
40492    M /trunk/modules/demux/wav.c
40493
40494 Bunch of warning fixes.
40495
40496 ------------------------------------------------------------------------
40497 r19004 | fenrir | 2007-02-25 14:14:08 +0100 (Sun, 25 Feb 2007) | 2 lines
40498 Changed paths:
40499    M /trunk/configure.ac
40500    M /trunk/modules/demux/Modules.am
40501    A /trunk/modules/demux/vc1.c (from /trunk/modules/demux/mpeg/h264.c:18994)
40502
40503 Added VC-1 raw es demuxer.
40504
40505 ------------------------------------------------------------------------
40506 r19003 | fenrir | 2007-02-25 13:39:52 +0100 (Sun, 25 Feb 2007) | 2 lines
40507 Changed paths:
40508    M /trunk/include/vlc_codecs.h
40509
40510 Added ffmpeg AAC id.
40511
40512 ------------------------------------------------------------------------
40513 r19002 | fenrir | 2007-02-25 13:34:41 +0100 (Sun, 25 Feb 2007) | 2 lines
40514 Changed paths:
40515    M /trunk/src/input/decoder.c
40516
40517 Copy complete es format descriptor when extra data is added.
40518
40519 ------------------------------------------------------------------------
40520 r19001 | fenrir | 2007-02-25 13:31:30 +0100 (Sun, 25 Feb 2007) | 3 lines
40521 Changed paths:
40522    M /trunk/configure.ac
40523    M /trunk/modules/packetizer/Modules.am
40524    A /trunk/modules/packetizer/vc1.c
40525
40526 Added VC-1 packetizer.
40527 (But it still won't be decoded by ffmpeg, we provide extra data too late)
40528
40529 ------------------------------------------------------------------------
40530 r19000 | fenrir | 2007-02-25 13:11:14 +0100 (Sun, 25 Feb 2007) | 2 lines
40531 Changed paths:
40532    M /trunk/modules/demux/ps.h
40533
40534 Added VC-1 detection (SMPTE RP 227 + ISO 13818-1 Amendment 2)
40535
40536 ------------------------------------------------------------------------
40537 r18999 | fenrir | 2007-02-25 13:09:34 +0100 (Sun, 25 Feb 2007) | 2 lines
40538 Changed paths:
40539    M /trunk/modules/demux/ts.c
40540
40541 Fixed warning (missing VLC_OBJECT()).
40542
40543 ------------------------------------------------------------------------
40544 r18998 | fenrir | 2007-02-25 12:53:21 +0100 (Sun, 25 Feb 2007) | 3 lines
40545 Changed paths:
40546    M /trunk/modules/demux/ts.c
40547
40548 Fixed --ts-extra-pmt (close #516)
40549 Added VC-1 detection (SMPTE RP 227)
40550
40551 ------------------------------------------------------------------------
40552 r18997 | fenrir | 2007-02-25 12:50:15 +0100 (Sun, 25 Feb 2007) | 2 lines
40553 Changed paths:
40554    M /trunk/modules/misc/rtsp.c
40555
40556 Fixed H264 vod (import code from rtp.c, there is a lot of code duplicated here).
40557
40558 ------------------------------------------------------------------------
40559 r18996 | fenrir | 2007-02-25 12:48:39 +0100 (Sun, 25 Feb 2007) | 2 lines
40560 Changed paths:
40561    M /trunk/modules/stream_out/description.c
40562
40563 Fixed input_thread_t leak by description module for VLM.
40564
40565 ------------------------------------------------------------------------
40566 r18995 | fenrir | 2007-02-25 12:46:07 +0100 (Sun, 25 Feb 2007) | 2 lines
40567 Changed paths:
40568    M /trunk/configure.ac
40569    M /trunk/modules/stream_out/gather.c
40570
40571 Fixed stream ouput gather module and renable it (close #1032)
40572
40573 ------------------------------------------------------------------------
40574 r18994 | fenrir | 2007-02-25 12:42:23 +0100 (Sun, 25 Feb 2007) | 2 lines
40575 Changed paths:
40576    M /trunk/modules/packetizer/mpeg4audio.c
40577
40578 Fixed uninitialized value for ADTS stream.
40579
40580 ------------------------------------------------------------------------
40581 r18993 | fenrir | 2007-02-25 12:39:42 +0100 (Sun, 25 Feb 2007) | 6 lines
40582 Changed paths:
40583    M /trunk/include/vlc_strings.h
40584    M /trunk/modules/stream_out/rtp.c
40585    M /trunk/src/text/strings.c
40586
40587 Added vlc_b64_encode_binary (include/vlc_strings.h is not that a good place).
40588 Use vlc_b64_encode_binary and remove ap_* in rtp.c
40589 Fixed 2 invalid memory access and 1 stack corruption in rtp.c (Fixed
40590 the report of rtp segfault with gcc 4.1 by xxcv)
40591
40592
40593 ------------------------------------------------------------------------
40594 r18992 | fenrir | 2007-02-25 12:35:45 +0100 (Sun, 25 Feb 2007) | 4 lines
40595 Changed paths:
40596    M /trunk/src/network/httpd.c
40597
40598 Fixed httpd stack corruption.
40599 (Fixed 'assert (pufd < ufd + (sizeof (ufd) / sizeof (ufd[0])))' reported
40600  by xxcv)
40601
40602 ------------------------------------------------------------------------
40603 r18991 | dionoea | 2007-02-25 11:47:46 +0100 (Sun, 25 Feb 2007) | 2 lines
40604 Changed paths:
40605    M /trunk/src/misc/modules.c
40606
40607 Simplify.
40608
40609 ------------------------------------------------------------------------
40610 r18990 | fkuehne | 2007-02-25 10:40:22 +0100 (Sun, 25 Feb 2007) | 1 line
40611 Changed paths:
40612    M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
40613
40614 * added flv to the list of supported file types (forward-port of [18985]
40615 ------------------------------------------------------------------------
40616 r18989 | dionoea | 2007-02-25 04:15:31 +0100 (Sun, 25 Feb 2007) | 2 lines
40617 Changed paths:
40618    M /trunk/src/misc/modules.c
40619
40620 Oops ?
40621
40622 ------------------------------------------------------------------------
40623 r18988 | dionoea | 2007-02-25 04:15:10 +0100 (Sun, 25 Feb 2007) | 2 lines
40624 Changed paths:
40625    M /trunk/src/misc/modules.c
40626
40627 Fix "object is not attached" error when quiting VLC. (as far as i can tell, it was triggered since memory leak fix in [18247])
40628
40629 ------------------------------------------------------------------------
40630 r18987 | dionoea | 2007-02-25 02:46:25 +0100 (Sun, 25 Feb 2007) | 6 lines
40631 Changed paths:
40632    M /trunk/src/libvlc-common.c
40633
40634 Prevent these errors when using help flag
40635 [00000001] main libvlc error: option daemon does not exist
40636 [00000001] main libvlc error: option pidfile does not exist
40637
40638 The were due to the module_EndBand( p_libvlc ); on line 430 in libvlc-common.c . Please check that this is the correct way of doing it.
40639
40640 ------------------------------------------------------------------------
40641 r18986 | jb | 2007-02-25 00:17:24 +0100 (Sun, 25 Feb 2007) | 3 lines
40642 Changed paths:
40643    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
40644    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
40645    M /trunk/modules/gui/qt4/ui/sprefs_input.ui
40646    M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
40647
40648 Qt4 - Simple Prefs: More. Interfaces.
40649
40650
40651 ------------------------------------------------------------------------
40652 r18984 | dionoea | 2007-02-24 19:18:15 +0100 (Sat, 24 Feb 2007) | 4 lines
40653 Changed paths:
40654    M /trunk/include/vlc_keys.h
40655    M /trunk/modules/control/hotkeys.c
40656    M /trunk/src/libvlc-module.c
40657
40658 Untested new hotkeys:
40659 'r' -> toggle random
40660 'L' -> toggle normal / repeat one / loop
40661
40662 ------------------------------------------------------------------------
40663 r18983 | fkuehne | 2007-02-24 17:40:34 +0100 (Sat, 24 Feb 2007) | 1 line
40664 Changed paths:
40665    M /trunk/configure.ac
40666
40667 * commit Pierre's 2nd patch to enable weak symbols on OSX when linking vlc. This fixes the compilation of his locale-improvements and a few other problems when using the 10.3.9 SDK. Please check the next nightly on 10.3.x if you got access to it.
40668 ------------------------------------------------------------------------
40669 r18982 | jb | 2007-02-24 16:47:05 +0100 (Sat, 24 Feb 2007) | 3 lines
40670 Changed paths:
40671    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
40672    M /trunk/modules/gui/qt4/ui/sprefs_input.ui
40673
40674 Qt4 : Back to work. 
40675
40676
40677 ------------------------------------------------------------------------
40678 r18981 | dionoea | 2007-02-23 22:34:25 +0100 (Fri, 23 Feb 2007) | 2 lines
40679 Changed paths:
40680    M /trunk/modules/demux/playlist/Modules.am
40681    A /trunk/modules/demux/playlist/ifo.c
40682    M /trunk/modules/demux/playlist/playlist.c
40683    M /trunk/modules/demux/playlist/playlist.h
40684
40685 Add dummy .IFO playlist demux to enable opening a DVD rip by double clicking on the .IFO files. closes #1067.
40686
40687 ------------------------------------------------------------------------
40688 r18979 | fkuehne | 2007-02-23 21:09:13 +0100 (Fri, 23 Feb 2007) | 1 line
40689 Changed paths:
40690    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
40691    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
40692    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
40693    M /trunk/modules/gui/macosx/wizard.h
40694    M /trunk/modules/gui/macosx/wizard.m
40695
40696 * added 2 boxes to the wizard to allow access to sout-transcode-soverlay with the GUI. needs further testing, but can't break anything. (forward-porting [18977], closes #1005
40697 ------------------------------------------------------------------------
40698 r18974 | xtophe | 2007-02-23 19:13:50 +0100 (Fri, 23 Feb 2007) | 2 lines
40699 Changed paths:
40700    M /trunk/extras/contrib/src/Distributions/beos.mak
40701    M /trunk/extras/contrib/src/Distributions/debian.mak
40702    M /trunk/extras/contrib/src/Distributions/fedora.mak
40703    M /trunk/extras/contrib/src/Distributions/unix.mak
40704    M /trunk/extras/contrib/src/Distributions/win32.mak
40705
40706 .aclocal shall be last.
40707
40708 ------------------------------------------------------------------------
40709 r18972 | fkuehne | 2007-02-23 18:19:45 +0100 (Fri, 23 Feb 2007) | 1 line
40710 Changed paths:
40711    M /trunk/modules/gui/macosx/intf.m
40712
40713 * removed duplicated, buggy code which fixed #744 in [18971]
40714 ------------------------------------------------------------------------
40715 r18970 | Trax | 2007-02-23 18:00:02 +0100 (Fri, 23 Feb 2007) | 1 line
40716 Changed paths:
40717    M /trunk/src/network/error.c
40718
40719 * src/network/error.c: added a few more Winsock and QoS error codes
40720 ------------------------------------------------------------------------
40721 r18967 | fkuehne | 2007-02-23 16:38:43 +0100 (Fri, 23 Feb 2007) | 1 line
40722 Changed paths:
40723    M /trunk/src/Makefile.am
40724    A /trunk/src/misc/darwin_specific.c (from /trunk/src/misc/darwin_specific.m:18966)
40725    D /trunk/src/misc/darwin_specific.m
40726
40727 * renamed it, since it's plain C now and doesn't contain any Obj-C anymore
40728 ------------------------------------------------------------------------
40729 r18966 | fkuehne | 2007-02-23 16:19:03 +0100 (Fri, 23 Feb 2007) | 1 line
40730 Changed paths:
40731    M /trunk/src/misc/darwin_specific.m
40732
40733 * fixed minor typo
40734 ------------------------------------------------------------------------
40735 r18965 | fkuehne | 2007-02-23 15:27:16 +0100 (Fri, 23 Feb 2007) | 1 line
40736 Changed paths:
40737    M /trunk/src/misc/darwin_specific.m
40738
40739 * patch by Pierre d'Herbemont which cleans up our locale detection code heavily and converts it to be CoreFoundation-based only. Thanks!
40740 ------------------------------------------------------------------------
40741 r18964 | fkuehne | 2007-02-23 14:33:05 +0100 (Fri, 23 Feb 2007) | 1 line
40742 Changed paths:
40743    M /trunk/NEWS
40744
40745 * update NEWS
40746 ------------------------------------------------------------------------
40747 r18960 | fkuehne | 2007-02-23 13:46:54 +0100 (Fri, 23 Feb 2007) | 1 line
40748 Changed paths:
40749    M /trunk/extras/contrib/src/Patches/live-config.patch
40750
40751 * fixed live patch for OSX
40752 ------------------------------------------------------------------------
40753 r18959 | dionoea | 2007-02-22 22:47:13 +0100 (Thu, 22 Feb 2007) | 2 lines
40754 Changed paths:
40755    M /trunk/modules/demux/ps.h
40756
40757 Remove broken VC1 detection code in ps muxer.
40758
40759 ------------------------------------------------------------------------
40760 r18958 | fenrir | 2007-02-22 21:43:28 +0100 (Thu, 22 Feb 2007) | 11 lines
40761 Changed paths:
40762    M /trunk/src/video_output/vout_subpictures.c
40763
40764 Fixed subtitle/osd memory leaks (subpicture_region_t->psz_text was not freed).
40765
40766  I think we have a potential bug with the way subpicture_region_t->p_style
40767 is used.
40768  Decoders allocate p_style memory in their context, so we don't free it in
40769 spu_DestroyRegion. As vout object can live longer than decoder, I think
40770 p_style might be used after the decoder has destroyed it.
40771
40772  Can someone, who has worked on osd/spu internal, comment ?
40773  
40774
40775 ------------------------------------------------------------------------
40776 r18957 | jpsaman | 2007-02-22 21:32:41 +0100 (Thu, 22 Feb 2007) | 1 line
40777 Changed paths:
40778    M /trunk/configure.ac
40779
40780 Properly detect MOZ_X11 setting in firefox-1.5.0.9
40781 ------------------------------------------------------------------------
40782 r18956 | fenrir | 2007-02-22 21:30:15 +0100 (Thu, 22 Feb 2007) | 2 lines
40783 Changed paths:
40784    M /trunk/src/input/input.c
40785
40786 Improve input_Preparse clean up (memory leaks).
40787
40788 ------------------------------------------------------------------------
40789 r18955 | fenrir | 2007-02-22 21:12:27 +0100 (Thu, 22 Feb 2007) | 4 lines
40790 Changed paths:
40791    M /trunk/modules/demux/playlist/playlist.h
40792
40793 Do not use p_demux->p_parent to get the p_input
40794 (Use vlc_find_object(PARENT)
40795
40796
40797 ------------------------------------------------------------------------
40798 r18954 | jpsaman | 2007-02-22 21:10:59 +0100 (Thu, 22 Feb 2007) | 1 line
40799 Changed paths:
40800    M /trunk/modules/audio_output/alsa.c
40801    M /trunk/modules/demux/avi/avi.c
40802    M /trunk/modules/stream_out/rtp.c
40803
40804 Remove of excess whitespace
40805 ------------------------------------------------------------------------
40806 r18953 | jpsaman | 2007-02-22 21:06:52 +0100 (Thu, 22 Feb 2007) | 1 line
40807 Changed paths:
40808    M /trunk/src/input/stream.c
40809    M /trunk/src/interface/interaction.c
40810
40811 Remove unused headerfile
40812 ------------------------------------------------------------------------
40813 r18952 | jpsaman | 2007-02-22 20:50:29 +0100 (Thu, 22 Feb 2007) | 1 line
40814 Changed paths:
40815    M /trunk/src/playlist/thread.c
40816
40817 Indentation fix
40818 ------------------------------------------------------------------------
40819 r18951 | fenrir | 2007-02-22 20:35:28 +0100 (Thu, 22 Feb 2007) | 4 lines
40820 Changed paths:
40821    M /trunk/modules/demux/mp4/mp4.c
40822    M /trunk/modules/demux/ogg.c
40823
40824 Do not use p_demux->p_parent to get the p_input
40825 (Use vlc_find_object(PARENT)
40826
40827
40828 ------------------------------------------------------------------------
40829 r18950 | fenrir | 2007-02-22 20:34:05 +0100 (Thu, 22 Feb 2007) | 3 lines
40830 Changed paths:
40831    M /trunk/modules/access/cdda/info.c
40832    M /trunk/modules/access/cdda.c
40833    M /trunk/modules/access/directory.c
40834
40835 Do not use (input_thread_t*)p_access->p_parent it is not always true.
40836 (Use vlc_find_object(PARENT)
40837
40838 ------------------------------------------------------------------------
40839 r18949 | fenrir | 2007-02-22 20:18:17 +0100 (Thu, 22 Feb 2007) | 2 lines
40840 Changed paths:
40841    M /trunk/modules/access/dvb/access.c
40842    M /trunk/modules/access/dvb/linux_dvb.c
40843
40844 Reworked DecodeModulation (close #1063)
40845
40846 ------------------------------------------------------------------------
40847 r18948 | dionoea | 2007-02-22 20:02:19 +0100 (Thu, 22 Feb 2007) | 2 lines
40848 Changed paths:
40849    M /trunk/src/input/vlm.c
40850
40851 play command fix by ILEoo (see [18938]).
40852
40853 ------------------------------------------------------------------------
40854 r18947 | jpsaman | 2007-02-22 12:22:48 +0100 (Thu, 22 Feb 2007) | 5 lines
40855 Changed paths:
40856    M /trunk/extras/contrib/src/Makefile
40857    A /trunk/extras/contrib/src/Patches/live-config.patch
40858
40859 Build live555 libraries with -DUSE_SYSTEM_RANDOM=1 by default. This fixes a bug reported by Jason Gerecke (jgerecke at uoregon dot edu). The rationale from Jason:
40860
40861 In groupsock/inet.c: http://www.live555.com/liveMedia/doxygen/html/inet_8c-source.html a custom random generator is provided for systems which do not provide their own rand() or srand() functions. Other people have reported issues with this function segfaulting (never in conjuction with VLC however), possibly because of multithreading issues, and the fix issued by the Live555 developers was to provide an "#ifdef USE_SYSTEM_RANDOM" for builds on supporing systems (http://lists.live555.com/pipermail/live-devel/2003-November/000013.html).
40862
40863
40864 ------------------------------------------------------------------------
40865 r18946 | sigmunau | 2007-02-22 11:45:09 +0100 (Thu, 22 Feb 2007) | 3 lines
40866 Changed paths:
40867    M /trunk/modules/access/dvb/en50221.c
40868
40869 fix cam support for twinhan cards. Not needed now, but will be needed if 
40870 the drivers get fixed
40871
40872 ------------------------------------------------------------------------
40873 r18945 | fenrir | 2007-02-22 00:15:06 +0100 (Thu, 22 Feb 2007) | 5 lines
40874 Changed paths:
40875    M /trunk/modules/services_discovery/podcast.c
40876    M /trunk/src/input/input.c
40877    M /trunk/src/input/var.c
40878    M /trunk/src/input/vlm.c
40879    M /trunk/src/playlist/engine.c
40880
40881 Changed input_DestroyThread to take care of detaching, cleaning and destroying input.
40882 (This way it matches input_CreateThread and fixes a memleak)
40883 Control variables are now created even for preparse, only callback are not added.
40884 (This fix use of uninitialized variables)
40885
40886 ------------------------------------------------------------------------
40887 r18944 | xtophe | 2007-02-22 00:07:04 +0100 (Thu, 22 Feb 2007) | 2 lines
40888 Changed paths:
40889    M /trunk/src/input/vlm.c
40890
40891 Compile fix
40892
40893 ------------------------------------------------------------------------
40894 r18943 | fenrir | 2007-02-22 00:02:56 +0100 (Thu, 22 Feb 2007) | 2 lines
40895 Changed paths:
40896    M /trunk/modules/access/v4l2.c
40897
40898 Fixed compilation of v4l2 + refuse to initialize unless it is forced.
40899
40900 ------------------------------------------------------------------------
40901 r18942 | fenrir | 2007-02-22 00:01:36 +0100 (Thu, 22 Feb 2007) | 2 lines
40902 Changed paths:
40903    M /trunk/modules/access/dvb/linux_dvb.c
40904
40905 Fixed memory leak at each new PMT if we don't have CAM.
40906
40907 ------------------------------------------------------------------------
40908 r18941 | fenrir | 2007-02-21 23:56:43 +0100 (Wed, 21 Feb 2007) | 2 lines
40909 Changed paths:
40910    M /trunk/modules/demux/ts.c
40911
40912 Avoid a malloc(0) (We don't call free on it, valgrind is not happy)
40913
40914 ------------------------------------------------------------------------
40915 r18940 | dionoea | 2007-02-21 23:44:24 +0100 (Wed, 21 Feb 2007) | 2 lines
40916 Changed paths:
40917    M /trunk/modules/codec/ffmpeg/ffmpeg.c
40918
40919 Add CODEC_ID_GSM and CODEC_ID_GSM_MS to ffmpeg audio codec list. (mostly useless but it doesn't hurt. needs ffmpeg to be linked with an specific lib)
40920
40921 ------------------------------------------------------------------------
40922 r18939 | damienf | 2007-02-21 23:39:07 +0100 (Wed, 21 Feb 2007) | 2 lines
40923 Changed paths:
40924    M /trunk/src/network/io.c
40925
40926 - io.c: meaningful error message on win32 when input is dying
40927
40928 ------------------------------------------------------------------------
40929 r18938 | dionoea | 2007-02-21 23:25:27 +0100 (Wed, 21 Feb 2007) | 2 lines
40930 Changed paths:
40931    M /trunk/THANKS
40932    M /trunk/src/input/vlm.c
40933
40934 [PATCH] vlm: play command index same as inputdeln index from Ilkka Ollakka. Thanks.
40935
40936 ------------------------------------------------------------------------
40937 r18937 | fenrir | 2007-02-21 22:31:36 +0100 (Wed, 21 Feb 2007) | 6 lines
40938 Changed paths:
40939    M /trunk/include/vlc_url.h
40940
40941  Improved vlc_UrlParse (close #1025)
40942  We use vlc_UrlParse for "URL" without protocol... so it was using a part of
40943 the URL as a protocol if it found ":/". Ensure to extract only valid protocol
40944 at least.
40945
40946
40947 ------------------------------------------------------------------------
40948 r18936 | courmisch | 2007-02-21 21:49:01 +0100 (Wed, 21 Feb 2007) | 3 lines
40949 Changed paths:
40950    M /trunk/src/network/httpd.c
40951
40952 - Do not store HTTPd clients addresses (unused anyway)
40953 - Use net_Accept()
40954
40955 ------------------------------------------------------------------------
40956 r18935 | courmisch | 2007-02-21 20:27:18 +0100 (Wed, 21 Feb 2007) | 2 lines
40957 Changed paths:
40958    M /trunk/modules/control/telnet.c
40959
40960 Fix descriptor leak and remove useless code
40961
40962 ------------------------------------------------------------------------
40963 r18934 | damienf | 2007-02-21 19:19:41 +0100 (Wed, 21 Feb 2007) | 2 lines
40964 Changed paths:
40965    M /trunk/extras/contrib/bootstrap
40966    M /trunk/extras/contrib/src/Makefile
40967    M /trunk/extras/contrib/src/Patches/dvdnav.patch
40968
40969 - contribs: more cygwin/general fixes
40970
40971 ------------------------------------------------------------------------
40972 r18933 | courmisch | 2007-02-21 19:19:11 +0100 (Wed, 21 Feb 2007) | 3 lines
40973 Changed paths:
40974    M /trunk/src/network/tcp.c
40975
40976 - Use poll in net_Accept
40977 - Fix som bugs
40978
40979 ------------------------------------------------------------------------
40980 r18932 | courmisch | 2007-02-21 19:03:40 +0100 (Wed, 21 Feb 2007) | 2 lines
40981 Changed paths:
40982    M /trunk/src/network/httpd.c
40983
40984 Another mdate() caching optimization
40985
40986 ------------------------------------------------------------------------
40987 r18931 | courmisch | 2007-02-21 18:58:12 +0100 (Wed, 21 Feb 2007) | 8 lines
40988 Changed paths:
40989    M /trunk/src/network/httpd.c
40990
40991 - Use poll() instead of select to allow breaking the FD_SETSIZE barrier
40992 - Poll the system clock only once per loop (yes, it DOES matter),
40993 - Fix rare bug with TLS and multiple listening sockets,
40994 - Do not try to read/write to client socket with no pending events.
40995 ...and of course introduce dozens of new bugs.
40996
40997 This SHOULD speed httpd up a bit.
40998
40999 ------------------------------------------------------------------------
41000 r18930 | xtophe | 2007-02-21 18:52:09 +0100 (Wed, 21 Feb 2007) | 2 lines
41001 Changed paths:
41002    M /trunk/extras/contrib/src/Patches/dvdnav.patch
41003
41004 dvdnav.patch: detect the presence of gettimeofday() and activate the replacement only when needed
41005
41006 ------------------------------------------------------------------------
41007 r18929 | courmisch | 2007-02-21 18:42:19 +0100 (Wed, 21 Feb 2007) | 2 lines
41008 Changed paths:
41009    M /trunk/include/vlc_network.h
41010    M /trunk/src/network/io.c
41011    M /trunk/src/network/tcp.c
41012
41013 Minor code factorization
41014
41015 ------------------------------------------------------------------------
41016 r18928 | courmisch | 2007-02-21 17:51:44 +0100 (Wed, 21 Feb 2007) | 2 lines
41017 Changed paths:
41018    M /trunk/modules/services_discovery/sap.c
41019
41020 Memory leak
41021
41022 ------------------------------------------------------------------------
41023 r18927 | courmisch | 2007-02-21 17:47:58 +0100 (Wed, 21 Feb 2007) | 3 lines
41024 Changed paths:
41025    M /trunk/modules/services_discovery/sap.c
41026
41027 - Support for multiple medias in SDP parser
41028 - Accept phony SDPs with multiple identical media lines as if they had a single one
41029
41030 ------------------------------------------------------------------------
41031 r18926 | fenrir | 2007-02-20 23:54:18 +0100 (Tue, 20 Feb 2007) | 2 lines
41032 Changed paths:
41033    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
41034
41035 Fixed segfault in AutoBuiltPanel::AutoBuiltPanel.
41036
41037 ------------------------------------------------------------------------
41038 r18925 | fenrir | 2007-02-20 23:52:12 +0100 (Tue, 20 Feb 2007) | 5 lines
41039 Changed paths:
41040    M /trunk/include/vlc_demux.h
41041    M /trunk/modules/codec/ffmpeg/ffmpeg.c
41042
41043 ffmpeg: ask a packetizer for audio too (needed since ffmpeg r6098,
41044         fixed mpeg audio decoding)
41045 vlc_demux.h: fixed COMMON_INIT_PACKETIZER (create a packetizer and not a decoder,
41046         fixed mpeg audio packetizer)
41047
41048 ------------------------------------------------------------------------
41049 r18924 | jb | 2007-02-20 22:20:39 +0100 (Tue, 20 Feb 2007) | 3 lines
41050 Changed paths:
41051    M /trunk/extras/contrib/src/packages.mak
41052
41053 Contribs : freetype bumps to 2.3.1
41054
41055
41056 ------------------------------------------------------------------------
41057 r18923 | courmisch | 2007-02-20 22:01:27 +0100 (Tue, 20 Feb 2007) | 2 lines
41058 Changed paths:
41059    M /trunk/modules/services_discovery/sap.c
41060
41061 Fix SAP protocol/format parsing
41062
41063 ------------------------------------------------------------------------
41064 r18922 | courmisch | 2007-02-20 21:54:31 +0100 (Tue, 20 Feb 2007) | 2 lines
41065 Changed paths:
41066    M /trunk/modules/services_discovery/sap.c
41067
41068 Fix port number setting when there is no session-level connection line
41069
41070 ------------------------------------------------------------------------
41071 r18921 | damienf | 2007-02-20 21:26:31 +0100 (Tue, 20 Feb 2007) | 2 lines
41072 Changed paths:
41073    M /trunk/extras/contrib/src/packages.mak
41074
41075 - contribs: autoconf 2.6.0 -> 2.6.1
41076
41077 ------------------------------------------------------------------------
41078 r18920 | courmisch | 2007-02-20 21:12:03 +0100 (Tue, 20 Feb 2007) | 2 lines
41079 Changed paths:
41080    M /trunk/modules/codec/subsdec.c
41081
41082 Missing #includes
41083
41084 ------------------------------------------------------------------------
41085 r18919 | damienf | 2007-02-20 20:53:02 +0100 (Tue, 20 Feb 2007) | 2 lines
41086 Changed paths:
41087    M /trunk/extras/contrib/src/Makefile
41088
41089 - Makefile: FLAC -> flac
41090
41091 ------------------------------------------------------------------------
41092 r18918 | courmisch | 2007-02-20 20:31:00 +0100 (Tue, 20 Feb 2007) | 2 lines
41093 Changed paths:
41094    M /trunk/modules/services_discovery/sap.c
41095
41096 Look for x-plgroup also among media-level attributes
41097
41098 ------------------------------------------------------------------------
41099 r18915 | courmisch | 2007-02-20 18:28:20 +0100 (Tue, 20 Feb 2007) | 2 lines
41100 Changed paths:
41101    M /trunk/modules/services_discovery/sap.c
41102
41103 Fix crash in SDP parser
41104
41105 ------------------------------------------------------------------------
41106 r18914 | courmisch | 2007-02-20 18:05:04 +0100 (Tue, 20 Feb 2007) | 2 lines
41107 Changed paths:
41108    M /trunk/modules/codec/subsdec.c
41109
41110 Also complain subtitle is mislabeled as UTF-8 
41111
41112 ------------------------------------------------------------------------
41113 r18913 | courmisch | 2007-02-20 17:58:06 +0100 (Tue, 20 Feb 2007) | 2 lines
41114 Changed paths:
41115    M /trunk/modules/codec/subsdec.c
41116
41117 More explicit debug and error in subtitle charset selection
41118
41119 ------------------------------------------------------------------------
41120 r18912 | damienf | 2007-02-20 17:52:24 +0100 (Tue, 20 Feb 2007) | 2 lines
41121 Changed paths:
41122    M /trunk/extras/contrib/src/Makefile
41123    M /trunk/extras/contrib/src/Patches/live-osx.patch
41124
41125 - contribs: more fixes
41126
41127 ------------------------------------------------------------------------
41128 r18911 | courmisch | 2007-02-20 17:40:50 +0100 (Tue, 20 Feb 2007) | 2 lines
41129 Changed paths:
41130    M /trunk/include/vlc_variables.h
41131
41132 Add var_CreateGetNonEmptyString and factor some code
41133
41134 ------------------------------------------------------------------------
41135 r18910 | jpsaman | 2007-02-20 16:07:23 +0100 (Tue, 20 Feb 2007) | 1 line
41136 Changed paths:
41137    M /trunk/modules/demux/live555.cpp
41138
41139 Compile fixes
41140 ------------------------------------------------------------------------
41141 r18909 | jpsaman | 2007-02-20 15:47:52 +0100 (Tue, 20 Feb 2007) | 1 line
41142 Changed paths:
41143    M /trunk/modules/demux/live555.cpp
41144
41145 Fix typo
41146 ------------------------------------------------------------------------
41147 r18908 | jpsaman | 2007-02-20 14:44:23 +0100 (Tue, 20 Feb 2007) | 1 line
41148 Changed paths:
41149    M /trunk/modules/demux/live555.cpp
41150
41151 Treat all live555 versions before LIVEMEDIA_LIBRARY_VERSION_INT 1171929600 as if playStartTime() and playEndTime() didn't exist. Now only handle unpatched current versions of live library. 
41152 ------------------------------------------------------------------------
41153 r18907 | jpsaman | 2007-02-20 14:01:20 +0100 (Tue, 20 Feb 2007) | 1 line
41154 Changed paths:
41155    M /trunk/modules/demux/live555.cpp
41156
41157 Rewrite of live555 demux (TODO: RTPInfo support)
41158 ------------------------------------------------------------------------
41159 r18906 | jpsaman | 2007-02-20 13:44:33 +0100 (Tue, 20 Feb 2007) | 1 line
41160 Changed paths:
41161    M /trunk/extras/contrib/src/Makefile
41162    A /trunk/extras/contrib/src/Patches/live-starttime.patch
41163
41164 live-starttime.patch the patch needs latest live555 source code.
41165 ------------------------------------------------------------------------
41166 r18905 | xtophe | 2007-02-20 11:12:38 +0100 (Tue, 20 Feb 2007) | 2 lines
41167 Changed paths:
41168    M /trunk/include/vlc/libvlc.h
41169
41170 Compile fix
41171
41172 ------------------------------------------------------------------------
41173 r18904 | xtophe | 2007-02-20 10:46:11 +0100 (Tue, 20 Feb 2007) | 2 lines
41174 Changed paths:
41175    M /trunk/src/control/playlist.c
41176
41177 Compile fix - Pointed by vcxx
41178
41179 ------------------------------------------------------------------------
41180 r18903 | jpsaman | 2007-02-20 10:09:34 +0100 (Tue, 20 Feb 2007) | 1 line
41181 Changed paths:
41182    M /trunk/modules/gui/macosx/playlist.m
41183    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
41184
41185 playlist_NodeAddInput() prototype changed, this commit fixes building of wxwidgets and MacOS X
41186 ------------------------------------------------------------------------
41187 r18902 | jpsaman | 2007-02-20 10:04:25 +0100 (Tue, 20 Feb 2007) | 1 line
41188 Changed paths:
41189    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
41190
41191 playlist_Add() prototype changed
41192 ------------------------------------------------------------------------
41193 r18901 | jb | 2007-02-20 08:46:56 +0100 (Tue, 20 Feb 2007) | 3 lines
41194 Changed paths:
41195    M /trunk/extras/contrib/src/Patches/live-osx.patch
41196
41197 Contribs: Yet another modification for the patch for live/OSX. SHould be last one.
41198
41199
41200 ------------------------------------------------------------------------
41201 r18900 | zorglub | 2007-02-20 08:29:54 +0100 (Tue, 20 Feb 2007) | 6 lines
41202 Changed paths:
41203    M /trunk/include/vlc/libvlc.h
41204    M /trunk/include/vlc_playlist.h
41205    M /trunk/modules/access/cdda.c
41206    M /trunk/modules/access/directory.c
41207    M /trunk/modules/access/mms/mmsh.c
41208    M /trunk/modules/codec/cmml/intf.c
41209    M /trunk/modules/control/http/macro.c
41210    M /trunk/modules/control/http/rpn.c
41211    M /trunk/modules/control/rc.c
41212    M /trunk/modules/demux/mp4/mp4.c
41213    M /trunk/modules/demux/playlist/asx.c
41214    M /trunk/modules/demux/playlist/b4s.c
41215    M /trunk/modules/demux/playlist/dvb.c
41216    M /trunk/modules/demux/playlist/gvp.c
41217    M /trunk/modules/demux/playlist/m3u.c
41218    M /trunk/modules/demux/playlist/pls.c
41219    M /trunk/modules/demux/playlist/podcast.c
41220    M /trunk/modules/demux/playlist/qtl.c
41221    M /trunk/modules/demux/playlist/sgimb.c
41222    M /trunk/modules/demux/playlist/shoutcast.c
41223    M /trunk/modules/demux/playlist/xspf.c
41224    M /trunk/modules/gui/macosx/applescript.m
41225    M /trunk/modules/gui/macosx/playlist.m
41226    M /trunk/modules/gui/macosx/wizard.m
41227    M /trunk/modules/gui/qt4/dialogs/open.cpp
41228    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
41229    M /trunk/modules/gui/qt4/dialogs_provider.cpp
41230    M /trunk/modules/gui/qt4/main_interface.cpp
41231    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
41232    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
41233    M /trunk/modules/gui/wxwidgets/dialogs.cpp
41234    M /trunk/modules/gui/wxwidgets/interface.cpp
41235    M /trunk/modules/services_discovery/bonjour.c
41236    M /trunk/modules/services_discovery/hal.c
41237    M /trunk/modules/services_discovery/podcast.c
41238    M /trunk/modules/services_discovery/sap.c
41239    M /trunk/modules/services_discovery/shout.c
41240    M /trunk/modules/services_discovery/upnp_cc.cpp
41241    M /trunk/modules/services_discovery/upnp_intel.cpp
41242    M /trunk/src/control/libvlc_internal.h
41243    M /trunk/src/control/playlist.c
41244    M /trunk/src/libvlc.c
41245    M /trunk/src/misc/win32_specific.c
41246    M /trunk/src/playlist/item.c
41247
41248 * Start cleaning up libvlc playlist API (Refs:#457)
41249   - Return correct item ids
41250   - Structures for navigating the playlist
41251   - Consistent locking
41252 * Add a b_locked parameter to the remaining playlist API calls
41253
41254 ------------------------------------------------------------------------
41255 r18899 | fkuehne | 2007-02-20 08:26:54 +0100 (Tue, 20 Feb 2007) | 1 line
41256 Changed paths:
41257    M /trunk/modules/gui/macosx/fspanel.m
41258
41259 * don't double free an object! Thanks to nivix for pointing me to the right direction and keeping to bug me about this. Fixes #978
41260 ------------------------------------------------------------------------
41261 r18897 | jb | 2007-02-20 08:24:36 +0100 (Tue, 20 Feb 2007) | 3 lines
41262 Changed paths:
41263    M /trunk/extras/contrib/src/Distributions/win32.mak
41264
41265 Contribs : flags that were missing during the transition to Distributions/ are back again.
41266
41267
41268 ------------------------------------------------------------------------
41269 r18896 | jb | 2007-02-20 01:22:36 +0100 (Tue, 20 Feb 2007) | 3 lines
41270 Changed paths:
41271    M /trunk/extras/contrib/src/Patches/live-osx.patch
41272
41273 Contrib Live.com has changed. Live-OSX.patch need to updated.
41274
41275
41276 ------------------------------------------------------------------------
41277 r18895 | jb | 2007-02-20 00:46:50 +0100 (Tue, 20 Feb 2007) | 3 lines
41278 Changed paths:
41279    M /trunk/extras/contrib/src/Distributions/beos.mak
41280    M /trunk/extras/contrib/src/Distributions/darwin.mak
41281    M /trunk/extras/contrib/src/Distributions/debian.mak
41282    M /trunk/extras/contrib/src/Distributions/fedora.mak
41283    M /trunk/extras/contrib/src/Distributions/unix.mak
41284
41285 Contribs Same commit about .FLAC => .flac
41286
41287
41288 ------------------------------------------------------------------------
41289 r18894 | jb | 2007-02-20 00:27:26 +0100 (Tue, 20 Feb 2007) | 3 lines
41290 Changed paths:
41291    M /trunk/extras/contrib/src/Makefile
41292
41293 Contrib-live: Don't patch things if you don't need them.
41294
41295
41296 ------------------------------------------------------------------------
41297 r18893 | courmisch | 2007-02-19 22:27:10 +0100 (Mon, 19 Feb 2007) | 2 lines
41298 Changed paths:
41299    M /trunk/configure.ac
41300
41301 Remove gather stream output since it is completely unusable
41302
41303 ------------------------------------------------------------------------
41304 r18892 | jb | 2007-02-19 22:22:35 +0100 (Mon, 19 Feb 2007) | 3 lines
41305 Changed paths:
41306    M /trunk/extras/contrib/src/Distributions/win32.mak
41307
41308 Contrib: Repair Makefile error introduced in [18887]
41309
41310
41311 ------------------------------------------------------------------------
41312 r18891 | courmisch | 2007-02-19 21:35:25 +0100 (Mon, 19 Feb 2007) | 3 lines
41313 Changed paths:
41314    M /trunk/modules/access/udp.c
41315
41316 Fix use of uninitialized memory with raw UDP
41317 (seriously, you should have switched to RTP for ages though)
41318
41319 ------------------------------------------------------------------------
41320 r18890 | courmisch | 2007-02-19 20:57:28 +0100 (Mon, 19 Feb 2007) | 3 lines
41321 Changed paths:
41322    M /trunk/modules/access_output/udp.c
41323
41324 - send RTCP BYE at exit,
41325 - run RTCP over UDP-Lite for UDP-Lite streams (well, there is no standard yet...)
41326
41327 ------------------------------------------------------------------------
41328 r18889 | courmisch | 2007-02-19 20:29:05 +0100 (Mon, 19 Feb 2007) | 2 lines
41329 Changed paths:
41330    M /trunk/modules/access_output/udp.c
41331
41332 Fix a bunch of meomory object and descriptor leaks
41333
41334 ------------------------------------------------------------------------
41335 r18888 | courmisch | 2007-02-19 20:24:14 +0100 (Mon, 19 Feb 2007) | 3 lines
41336 Changed paths:
41337    M /trunk/modules/access_output/udp.c
41338
41339 Simplistic RTCP sender for access output
41340 Still needs fixing
41341
41342 ------------------------------------------------------------------------
41343 r18887 | damienf | 2007-02-19 20:00:27 +0100 (Mon, 19 Feb 2007) | 2 lines
41344 Changed paths:
41345    M /trunk/extras/contrib/bootstrap
41346    M /trunk/extras/contrib/src/Makefile
41347    M /trunk/extras/contrib/src/Patches/dvdnav.patch
41348    M /trunk/extras/contrib/src/Patches/live-osx.patch
41349
41350 - contribs: misc fixes for cygwin mostly
41351
41352 ------------------------------------------------------------------------
41353 r18886 | courmisch | 2007-02-19 17:50:32 +0100 (Mon, 19 Feb 2007) | 3 lines
41354 Changed paths:
41355    M /trunk/modules/access_output/udp.c
41356
41357 - b_rtpts should really b a boolean (!)
41358 - optimize ..._sys_t layout a little
41359
41360 ------------------------------------------------------------------------
41361 r18885 | courmisch | 2007-02-19 17:25:33 +0100 (Mon, 19 Feb 2007) | 2 lines
41362 Changed paths:
41363    M /trunk/modules/access_output/udp.c
41364
41365 Leverage Set*LE()
41366
41367 ------------------------------------------------------------------------
41368 r18884 | courmisch | 2007-02-19 17:21:47 +0100 (Mon, 19 Feb 2007) | 2 lines
41369 Changed paths:
41370    M /trunk/include/vlc_common.h
41371
41372 Fix possibly expansion-unsafe macros
41373
41374 ------------------------------------------------------------------------
41375 r18883 | xtophe | 2007-02-18 23:44:06 +0100 (Sun, 18 Feb 2007) | 2 lines
41376 Changed paths:
41377    M /trunk/configure.ac
41378
41379 For some obscure reason flac need ntohl so ws2_32
41380
41381 ------------------------------------------------------------------------
41382 r18882 | fkuehne | 2007-02-18 21:48:58 +0100 (Sun, 18 Feb 2007) | 1 line
41383 Changed paths:
41384    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
41385    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
41386    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
41387    M /trunk/modules/gui/macosx/controls.m
41388    M /trunk/modules/gui/macosx/embeddedwindow.h
41389    M /trunk/modules/gui/macosx/embeddedwindow.m
41390    M /trunk/modules/gui/macosx/vout.h
41391    M /trunk/modules/gui/macosx/vout.m
41392
41393 * animate vout-window resizements. Patch by Pierre d'Herbement <pdherbement --at,chez-- free.fr>. Thanks!
41394 ------------------------------------------------------------------------
41395 r18881 | jpsaman | 2007-02-18 14:05:54 +0100 (Sun, 18 Feb 2007) | 1 line
41396 Changed paths:
41397    M /trunk/src/control/input.c
41398    M /trunk/src/control/vlm.c
41399
41400 Declare local functions static.
41401 ------------------------------------------------------------------------
41402 r18880 | dionoea | 2007-02-18 01:11:11 +0100 (Sun, 18 Feb 2007) | 2 lines
41403 Changed paths:
41404    M /trunk/modules/stream_out/standard.c
41405
41406 Automatically choose ffmpeg{mux=flv} if dst ends in ".flv"
41407
41408 ------------------------------------------------------------------------
41409 r18879 | dionoea | 2007-02-18 00:57:17 +0100 (Sun, 18 Feb 2007) | 2 lines
41410 Changed paths:
41411    M /trunk/modules/demux/subtitle.c
41412
41413 Update copyright date.
41414
41415 ------------------------------------------------------------------------
41416 r18878 | dionoea | 2007-02-18 00:53:06 +0100 (Sun, 18 Feb 2007) | 2 lines
41417 Changed paths:
41418    M /trunk/THANKS
41419    M /trunk/modules/demux/subtitle.c
41420
41421 mpl2 subtitles support by Roman Bednarek. Thanks.
41422
41423 ------------------------------------------------------------------------
41424 r18877 | xtophe | 2007-02-18 00:14:19 +0100 (Sun, 18 Feb 2007) | 2 lines
41425 Changed paths:
41426    M /trunk/extras/contrib/src/Makefile
41427
41428 Use the new way to specify mingw32 for ffmpeg
41429
41430 ------------------------------------------------------------------------
41431 r18876 | dionoea | 2007-02-17 22:28:05 +0100 (Sat, 17 Feb 2007) | 3 lines
41432 Changed paths:
41433    M /trunk/modules/codec/ffmpeg/mux.c
41434    M /trunk/share/http/flash.html
41435
41436 ffmpeg/mux.c: implement MUX_GET_MIME.
41437 flash.html: we don't need to force the mime type manualy anymore (in the sout chain).
41438
41439 ------------------------------------------------------------------------
41440 r18875 | dionoea | 2007-02-17 22:14:26 +0100 (Sat, 17 Feb 2007) | 2 lines
41441 Changed paths:
41442    M /trunk/modules/codec/ffmpeg/mux.c
41443
41444 With recent libavformat, only use the evil CODEC_ID_MP2 -> CODEC_ID_MP3 hack if MP2 isn't accepted by the muxer. (muxers which only accept MP2 but not MP3 should now work ... not that i know any)
41445
41446 ------------------------------------------------------------------------
41447 r18874 | dionoea | 2007-02-17 22:07:52 +0100 (Sat, 17 Feb 2007) | 2 lines
41448 Changed paths:
41449    M /trunk/share/http/flash.html
41450
41451 Misc fixes. Add link to FlowPlayer.sf.net
41452
41453 ------------------------------------------------------------------------
41454 r18873 | dionoea | 2007-02-17 21:45:57 +0100 (Sat, 17 Feb 2007) | 2 lines
41455 Changed paths:
41456    M /trunk/share/http/flash.html
41457
41458 Disable autoplay on flash player.
41459
41460 ------------------------------------------------------------------------
41461 r18872 | xtophe | 2007-02-17 20:23:53 +0100 (Sat, 17 Feb 2007) | 2 lines
41462 Changed paths:
41463    M /trunk/extras/contrib/src/Makefile
41464
41465 remove non-working fix
41466
41467 ------------------------------------------------------------------------
41468 r18871 | xtophe | 2007-02-17 20:00:20 +0100 (Sat, 17 Feb 2007) | 3 lines
41469 Changed paths:
41470    M /trunk/extras/contrib/src/Makefile
41471
41472 contrib/FLAC: Add flac's include directory at the start of our CFLAGS so bogus header are not included ( should be fixed in flac build system)
41473 asm seems to work for win32 now
41474
41475 ------------------------------------------------------------------------
41476 r18870 | dionoea | 2007-02-17 19:42:13 +0100 (Sat, 17 Feb 2007) | 2 lines
41477 Changed paths:
41478    M /trunk/share/http/dialogs/footer
41479    A /trunk/share/http/flash.html
41480
41481 New "Flash player" page for the HTTP interface. (Allows playback even if you don't have the VLC plugin installed ... like on the Wii)
41482
41483 ------------------------------------------------------------------------
41484 r18869 | xtophe | 2007-02-17 15:53:54 +0100 (Sat, 17 Feb 2007) | 2 lines
41485 Changed paths:
41486    M /trunk/po/POTFILES.in
41487    M /trunk/po/af.po
41488    M /trunk/po/ar.po
41489    M /trunk/po/bn.po
41490    M /trunk/po/ca.po
41491    M /trunk/po/co.po
41492    M /trunk/po/cs.po
41493    M /trunk/po/da.po
41494    M /trunk/po/de.po
41495    M /trunk/po/el.po
41496    M /trunk/po/en_GB.po
41497    M /trunk/po/es.po
41498    M /trunk/po/eu.po
41499    M /trunk/po/fr.po
41500    M /trunk/po/fur.po
41501    M /trunk/po/gl.po
41502    M /trunk/po/he.po
41503    M /trunk/po/hi.po
41504    M /trunk/po/hu.po
41505    M /trunk/po/it.po
41506    M /trunk/po/ja.po
41507    M /trunk/po/ka.po
41508    M /trunk/po/ko.po
41509    M /trunk/po/lt.po
41510    M /trunk/po/lv.po
41511    M /trunk/po/ms.po
41512    M /trunk/po/my.po
41513    M /trunk/po/ne.po
41514    M /trunk/po/nl.po
41515    M /trunk/po/no.po
41516    M /trunk/po/oc.po
41517    M /trunk/po/pa.po
41518    M /trunk/po/pl.po
41519    M /trunk/po/ps.po
41520    M /trunk/po/pt_BR.po
41521    M /trunk/po/pt_PT.po
41522    M /trunk/po/ro.po
41523    M /trunk/po/ru.po
41524    M /trunk/po/sk.po
41525    M /trunk/po/sq.po
41526    M /trunk/po/sv.po
41527    M /trunk/po/tet.po
41528    M /trunk/po/th.po
41529    M /trunk/po/tl.po
41530    M /trunk/po/tr.po
41531    M /trunk/po/vlc.pot
41532    M /trunk/po/zh_CN.po
41533    M /trunk/po/zh_TW.po
41534
41535 make update-po
41536
41537 ------------------------------------------------------------------------
41538 r18868 | xtophe | 2007-02-17 15:53:13 +0100 (Sat, 17 Feb 2007) | 2 lines
41539 Changed paths:
41540    M /trunk/po/sl.po
41541
41542 Slovenian l10n update by Matej Urbancic
41543
41544 ------------------------------------------------------------------------
41545 r18867 | jb | 2007-02-17 05:46:14 +0100 (Sat, 17 Feb 2007) | 3 lines
41546 Changed paths:
41547    M /trunk/extras/contrib/src/Makefile
41548
41549 Contrib / Flac : Deactivate ASM optimizations on MacTel
41550
41551
41552 ------------------------------------------------------------------------
41553 r18866 | jb | 2007-02-17 05:13:50 +0100 (Sat, 17 Feb 2007) | 3 lines
41554 Changed paths:
41555    M /trunk/extras/contrib/src/Makefile
41556    A /trunk/extras/contrib/src/Patches/flac-mingw32.patch
41557
41558 Contrib: Flac 1.1.4, patch for MingW32 compiling that was broken. Still issues on include/
41559
41560
41561 ------------------------------------------------------------------------
41562 r18865 | dionoea | 2007-02-17 03:30:41 +0100 (Sat, 17 Feb 2007) | 2 lines
41563 Changed paths:
41564    M /trunk/THANKS
41565
41566 Add previous commit to THANKS.
41567
41568 ------------------------------------------------------------------------
41569 r18864 | jb | 2007-02-17 03:30:37 +0100 (Sat, 17 Feb 2007) | 3 lines
41570 Changed paths:
41571    M /trunk/extras/contrib/src/Makefile
41572    M /trunk/extras/contrib/src/packages.mak
41573
41574 Contrib : Flac => 1.1.4. Compile fix for OS-X
41575
41576
41577 ------------------------------------------------------------------------
41578 r18863 | dionoea | 2007-02-17 03:28:18 +0100 (Sat, 17 Feb 2007) | 5 lines
41579 Changed paths:
41580    M /trunk/modules/codec/ffmpeg/mux.c
41581
41582 Fix ffmpeg muxer header writing. This allows flash streaming with VLC. Example command line:
41583 ./vlc --sout "#transcode{vcodec=FLV1,acodec=mp3,sameplerate=44100}:std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=0.0.0.0:8080/stream.flv}" ~/media/aladin.avi --loop -vvv --color -I dummy
41584
41585 Patch from Olivier Houchard. Thanks.
41586
41587 ------------------------------------------------------------------------
41588 r18862 | jb | 2007-02-17 02:28:44 +0100 (Sat, 17 Feb 2007) | 3 lines
41589 Changed paths:
41590    M /trunk/extras/contrib/src/Makefile
41591    D /trunk/extras/contrib/src/Patches/flac-mactel.patch
41592
41593 Patch unneeded since it was merged upstream.
41594
41595
41596 ------------------------------------------------------------------------
41597 r18861 | jb | 2007-02-17 02:13:06 +0100 (Sat, 17 Feb 2007) | 3 lines
41598 Changed paths:
41599    M /trunk/extras/contrib/src/packages.mak
41600
41601 Contrib: Flac 1.1.3 version for the contribs. 
41602
41603
41604 ------------------------------------------------------------------------
41605 r18860 | jb | 2007-02-16 21:46:45 +0100 (Fri, 16 Feb 2007) | 2 lines
41606 Changed paths:
41607    M /trunk/extras/contrib/src/Makefile
41608
41609 Correct ffmpeg flags for building contribs.
41610
41611 ------------------------------------------------------------------------
41612 r18859 | xtophe | 2007-02-16 17:12:02 +0100 (Fri, 16 Feb 2007) | 2 lines
41613 Changed paths:
41614    M /trunk/configure.ac
41615    D /trunk/po/nb.po
41616    D /trunk/po/nn.po
41617
41618 We don't need 3 different norvegian l10n
41619
41620 ------------------------------------------------------------------------
41621 r18858 | courmisch | 2007-02-16 16:56:02 +0100 (Fri, 16 Feb 2007) | 2 lines
41622 Changed paths:
41623    M /trunk/THANKS
41624
41625 Better credits for FLAC 1.1.3
41626
41627 ------------------------------------------------------------------------
41628 r18857 | littlejohn | 2007-02-16 15:51:32 +0100 (Fri, 16 Feb 2007) | 1 line
41629 Changed paths:
41630    M /trunk/include/vlc_messages.h
41631
41632 msg_GetObjectTypeName symbol exported as needed by libvlc-control
41633 ------------------------------------------------------------------------
41634 r18856 | courmisch | 2007-02-15 22:11:53 +0100 (Thu, 15 Feb 2007) | 2 lines
41635 Changed paths:
41636    M /trunk/include/vlc_network.h
41637
41638 Fix net_Listen linking
41639
41640 ------------------------------------------------------------------------
41641 r18855 | courmisch | 2007-02-15 21:43:31 +0100 (Thu, 15 Feb 2007) | 2 lines
41642 Changed paths:
41643    M /trunk/THANKS
41644    M /trunk/modules/codec/flac.c
41645
41646 Support for FLAC version 1.1.3 - fixes #921
41647
41648 ------------------------------------------------------------------------
41649 r18854 | courmisch | 2007-02-15 21:36:07 +0100 (Thu, 15 Feb 2007) | 2 lines
41650 Changed paths:
41651    M /trunk/THANKS
41652    M /trunk/modules/access_output/http.c
41653    M /trunk/modules/access_output/udp.c
41654
41655 HTTP and UDP access outputs return byte count
41656
41657 ------------------------------------------------------------------------
41658 r18853 | courmisch | 2007-02-15 19:51:12 +0100 (Thu, 15 Feb 2007) | 3 lines
41659 Changed paths:
41660    M /trunk/src/Makefile.am
41661
41662 Yet another version.c fix.
41663 I've really had enough with this broken thing.
41664
41665 ------------------------------------------------------------------------
41666 r18852 | littlejohn | 2007-02-15 19:17:57 +0100 (Thu, 15 Feb 2007) | 1 line
41667 Changed paths:
41668    M /trunk/src/control/libvlc_internal.h
41669
41670 libvlc_Internal* need to be exported for libvlc-control
41671 ------------------------------------------------------------------------
41672 r18851 | courmisch | 2007-02-15 18:26:23 +0100 (Thu, 15 Feb 2007) | 2 lines
41673 Changed paths:
41674    M /trunk/src/network/io.c
41675
41676 Remove timeout in network read APIs - closes #1056
41677
41678 ------------------------------------------------------------------------
41679 r18850 | courmisch | 2007-02-15 18:17:47 +0100 (Thu, 15 Feb 2007) | 4 lines
41680 Changed paths:
41681    M /trunk/include/vlc_network.h
41682    M /trunk/modules/services_discovery/sap.c
41683    M /trunk/src/network/io.c
41684
41685 Suppress timeout parameter from net_Select() - refs #1056.
41686 The only use of the timeout was to poll b_die, but net_ReadInner()
41687 takes care of that already.
41688
41689 ------------------------------------------------------------------------
41690 r18849 | courmisch | 2007-02-15 18:12:28 +0100 (Thu, 15 Feb 2007) | 3 lines
41691 Changed paths:
41692    M /trunk/modules/stream_out/switcher.c
41693    M /trunk/src/network/io.c
41694    M /trunk/src/stream_output/sap.c
41695
41696 - Fix error reporting in net_Read* (refs #1056)
41697 - Suppress broken and unused timeout value from net_ReadNonBlock()
41698
41699 ------------------------------------------------------------------------
41700 r18848 | courmisch | 2007-02-15 18:08:22 +0100 (Thu, 15 Feb 2007) | 3 lines
41701 Changed paths:
41702    M /trunk/modules/control/rc.c
41703
41704 - Fix file descriptors leak
41705 - Use net_Read() instead of net_ReadNonBlock()
41706
41707 ------------------------------------------------------------------------
41708 r18847 | courmisch | 2007-02-15 17:59:30 +0100 (Thu, 15 Feb 2007) | 2 lines
41709 Changed paths:
41710    M /trunk/modules/stream_out/switcher.c
41711
41712 Fix out-of-bound read
41713
41714 ------------------------------------------------------------------------
41715 r18846 | courmisch | 2007-02-15 17:38:41 +0100 (Thu, 15 Feb 2007) | 2 lines
41716 Changed paths:
41717    M /trunk/include/vlc_objects.h
41718    M /trunk/src/misc/objects.c
41719
41720 s/vlc_object_die/vlc_object_kill/
41721
41722 ------------------------------------------------------------------------
41723 r18845 | courmisch | 2007-02-15 17:33:47 +0100 (Thu, 15 Feb 2007) | 4 lines
41724 Changed paths:
41725    M /trunk/include/vlc_objects.h
41726    M /trunk/src/misc/objects.c
41727
41728 vlc_object_die() opaque wrapper to set b_die, so we can use another
41729 notification mechanism later on.
41730 They are a lot of places that would need to be changed though.
41731
41732 ------------------------------------------------------------------------
41733 r18844 | courmisch | 2007-02-15 17:32:53 +0100 (Thu, 15 Feb 2007) | 2 lines
41734 Changed paths:
41735    M /trunk/include/vlc_network.h
41736    M /trunk/src/network/io.c
41737
41738 Use size_t or ssize_t when appropriate
41739
41740 ------------------------------------------------------------------------
41741 r18843 | courmisch | 2007-02-15 17:25:16 +0100 (Thu, 15 Feb 2007) | 2 lines
41742 Changed paths:
41743    M /trunk/modules/control/telnet.c
41744
41745 Close telnet connection in case of error (fixes #995)
41746
41747 ------------------------------------------------------------------------
41748 r18842 | courmisch | 2007-02-15 16:42:55 +0100 (Thu, 15 Feb 2007) | 2 lines
41749 Changed paths:
41750    M /trunk/modules/access_output/udp.c
41751
41752 Undo broken Win32 ifdefs (breaks IPv6 case on decent OSes)
41753
41754 ------------------------------------------------------------------------
41755 r18841 | xtophe | 2007-02-15 16:34:50 +0100 (Thu, 15 Feb 2007) | 2 lines
41756 Changed paths:
41757    M /trunk/configure.ac
41758    M /trunk/include/vlc_network.h
41759    M /trunk/src/network/io.c
41760
41761 win32 replacement for inet_ntop()
41762
41763 ------------------------------------------------------------------------
41764 r18840 | courmisch | 2007-02-14 20:59:54 +0100 (Wed, 14 Feb 2007) | 2 lines
41765 Changed paths:
41766    M /trunk/NEWS
41767    M /trunk/include/vlc_network.h
41768    M /trunk/modules/access/udp.c
41769
41770 Single service DCCP/RTP/AVP input
41771
41772 ------------------------------------------------------------------------
41773 r18839 | courmisch | 2007-02-14 20:56:15 +0100 (Wed, 14 Feb 2007) | 2 lines
41774 Changed paths:
41775    M /trunk/modules/access/http.c
41776
41777 Fix undefined function call
41778
41779 ------------------------------------------------------------------------
41780 r18838 | courmisch | 2007-02-14 20:38:57 +0100 (Wed, 14 Feb 2007) | 2 lines
41781 Changed paths:
41782    M /trunk/include/vlc_network.h
41783    M /trunk/src/network/tcp.c
41784
41785 Make some room for !TCP connection-oriented protocols
41786
41787 ------------------------------------------------------------------------
41788 r18837 | courmisch | 2007-02-14 19:43:27 +0100 (Wed, 14 Feb 2007) | 2 lines
41789 Changed paths:
41790    M /trunk/include/vlc_network.h
41791    M /trunk/src/network/tcp.c
41792
41793 Inline net_ListenTCP
41794
41795 ------------------------------------------------------------------------
41796 r18836 | courmisch | 2007-02-14 17:49:22 +0100 (Wed, 14 Feb 2007) | 2 lines
41797 Changed paths:
41798    M /trunk/src/interface/interface.c
41799
41800 Remove seemingly misleading comment
41801
41802 ------------------------------------------------------------------------
41803 r18835 | courmisch | 2007-02-14 17:31:11 +0100 (Wed, 14 Feb 2007) | 2 lines
41804 Changed paths:
41805    M /trunk/include/vlc_network.h
41806
41807 Cosmetic fix
41808
41809 ------------------------------------------------------------------------
41810 r18834 | courmisch | 2007-02-14 17:10:55 +0100 (Wed, 14 Feb 2007) | 3 lines
41811 Changed paths:
41812    M /trunk/modules/services_discovery/sap.c
41813
41814 - Write COMEDIA MRLs properly (host is the remote rather than the local part)
41815 - Validate and canonicalize source-filter address
41816
41817 ------------------------------------------------------------------------
41818 r18833 | massiot | 2007-02-14 15:40:29 +0100 (Wed, 14 Feb 2007) | 3 lines
41819 Changed paths:
41820    M /trunk/modules/mux/mpeg/ts.c
41821
41822  * modules/mux/mpeg/ts.c: EN 300 473 says that data_alignment PES flag 
41823    must be set to 1 for DVB subtitles.
41824
41825 ------------------------------------------------------------------------
41826 r18832 | courmisch | 2007-02-13 21:48:52 +0100 (Tue, 13 Feb 2007) | 4 lines
41827 Changed paths:
41828    M /trunk/src/vlc.c
41829
41830 Rework signal handling so that it is async-safe
41831 and that signals never disturb our innocent blocking system call callers
41832 (such as network I/O)
41833
41834 ------------------------------------------------------------------------
41835 r18831 | courmisch | 2007-02-13 20:51:07 +0100 (Tue, 13 Feb 2007) | 2 lines
41836 Changed paths:
41837    M /trunk/modules/access/udp.c
41838
41839 Mark EOF in case of connection-orinted RTP transport
41840
41841 ------------------------------------------------------------------------
41842 r18830 | courmisch | 2007-02-13 20:47:51 +0100 (Tue, 13 Feb 2007) | 2 lines
41843 Changed paths:
41844    M /trunk/modules/access/udp.c
41845
41846 0 bytes UDP packet are legal!
41847
41848 ------------------------------------------------------------------------
41849 r18829 | funman | 2007-02-13 13:53:50 +0100 (Tue, 13 Feb 2007) | 2 lines
41850 Changed paths:
41851    M /trunk/modules/meta_engine/folder.c
41852
41853 Fixes segfault introduced in [18810]
41854
41855 ------------------------------------------------------------------------
41856 r18828 | jpsaman | 2007-02-13 11:44:57 +0100 (Tue, 13 Feb 2007) | 1 line
41857 Changed paths:
41858    M /trunk/modules/demux/xa.c
41859
41860 Correct module type
41861 ------------------------------------------------------------------------
41862 r18827 | courmisch | 2007-02-12 21:28:01 +0100 (Mon, 12 Feb 2007) | 2 lines
41863 Changed paths:
41864    M /trunk/modules/services_discovery/sap.c
41865
41866 Fix SAP TCP/RTP support
41867
41868 ------------------------------------------------------------------------
41869 r18826 | ipkiss | 2007-02-12 21:17:49 +0100 (Mon, 12 Feb 2007) | 2 lines
41870 Changed paths:
41871    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
41872
41873  * skins2/controls/ctrl_text.cpp: Fixed weird behaviours occurring when resizing a Text control with moving text
41874
41875 ------------------------------------------------------------------------
41876 r18825 | courmisch | 2007-02-12 21:09:53 +0100 (Mon, 12 Feb 2007) | 2 lines
41877 Changed paths:
41878    M /trunk/share/http/.hosts
41879
41880 .host: Add zeroconf range to private address list
41881
41882 ------------------------------------------------------------------------
41883 r18824 | courmisch | 2007-02-12 20:50:29 +0100 (Mon, 12 Feb 2007) | 2 lines
41884 Changed paths:
41885    M /trunk/modules/access/udp.c
41886
41887 Fix previous commit
41888
41889 ------------------------------------------------------------------------
41890 r18823 | courmisch | 2007-02-12 20:42:40 +0100 (Mon, 12 Feb 2007) | 3 lines
41891 Changed paths:
41892    M /trunk/modules/access/udp.c
41893
41894 Support for TCP/RTP/AVP (rtptcp://).
41895 This is no excuse for using TCP instead of UDP/UDP-Lite when you can.
41896
41897 ------------------------------------------------------------------------
41898 r18822 | courmisch | 2007-02-12 19:04:58 +0100 (Mon, 12 Feb 2007) | 3 lines
41899 Changed paths:
41900    M /trunk/modules/access/udp.c
41901
41902 Fix out-of-bound read in RTP access
41903 Fortunately, the harm potential of this old bug seems pretty low
41904
41905 ------------------------------------------------------------------------
41906 r18821 | courmisch | 2007-02-12 18:35:39 +0100 (Mon, 12 Feb 2007) | 2 lines
41907 Changed paths:
41908    M /trunk/modules/services_discovery/sap.c
41909
41910 Undo [18814]
41911
41912 ------------------------------------------------------------------------
41913 r18820 | courmisch | 2007-02-12 18:35:07 +0100 (Mon, 12 Feb 2007) | 2 lines
41914 Changed paths:
41915    M /trunk/include/vlc_network.h
41916
41917 Export inet_pton replacement
41918
41919 ------------------------------------------------------------------------
41920 r18819 | courmisch | 2007-02-12 18:31:53 +0100 (Mon, 12 Feb 2007) | 2 lines
41921 Changed paths:
41922    M /trunk/src/network/io.c
41923
41924 Use poll() always and fix terrible bug due to #ifdefs
41925
41926 ------------------------------------------------------------------------
41927 r18818 | damienf | 2007-02-12 18:30:36 +0100 (Mon, 12 Feb 2007) | 2 lines
41928 Changed paths:
41929    M /trunk/src/vlc.c
41930
41931 - src/vlc.c: compile fix for win32
41932
41933 ------------------------------------------------------------------------
41934 r18817 | courmisch | 2007-02-12 18:29:51 +0100 (Mon, 12 Feb 2007) | 2 lines
41935 Changed paths:
41936    M /trunk/include/vlc_network.h
41937    M /trunk/src/network/poll.c
41938
41939 Fix minor errors
41940
41941 ------------------------------------------------------------------------
41942 r18816 | courmisch | 2007-02-12 18:27:59 +0100 (Mon, 12 Feb 2007) | 2 lines
41943 Changed paths:
41944    M /trunk/include/vlc_network.h
41945    M /trunk/src/Makefile.am
41946    A /trunk/src/network/poll.c
41947
41948 poll() replacement
41949
41950 ------------------------------------------------------------------------
41951 r18815 | damienf | 2007-02-12 17:37:17 +0100 (Mon, 12 Feb 2007) | 2 lines
41952 Changed paths:
41953    M /trunk/modules/access_output/udp.c
41954
41955 - udp.c: unix fix
41956
41957 ------------------------------------------------------------------------
41958 r18814 | damienf | 2007-02-12 17:25:16 +0100 (Mon, 12 Feb 2007) | 2 lines
41959 Changed paths:
41960    M /trunk/modules/access_output/udp.c
41961    M /trunk/modules/services_discovery/sap.c
41962
41963 - win32 replacements for inet_pton/inet_ntop
41964
41965 ------------------------------------------------------------------------
41966 r18813 | damienf | 2007-02-12 15:54:46 +0100 (Mon, 12 Feb 2007) | 2 lines
41967 Changed paths:
41968    M /trunk/modules/access_output/udp.c
41969
41970 udp.c: MakeRandMulticast fix for win32, courmisch to review
41971
41972 ------------------------------------------------------------------------
41973 r18812 | damienf | 2007-02-12 15:31:38 +0100 (Mon, 12 Feb 2007) | 3 lines
41974 Changed paths:
41975    M /trunk/src/network/getaddrinfo.c
41976    M /trunk/src/stream_output/announce.c
41977
41978 - getaddrinfo.c: use Win32 shim functions to load getnameinfo/getaddrinfo/freeaddrinfo on first call, cleaner than a bunch of if/else in user functions
41979 - announce.c: freeaddrinfo -> vlc_freeaddrinfo
41980
41981 ------------------------------------------------------------------------
41982 r18811 | xtophe | 2007-02-12 15:00:55 +0100 (Mon, 12 Feb 2007) | 2 lines
41983 Changed paths:
41984    M /trunk/src/misc/mtime.c
41985
41986 Compile fix. In mingw32 there is a sys/time.h with struct timeval. Someone under cygwin should test.
41987
41988 ------------------------------------------------------------------------
41989 r18810 | funman | 2007-02-12 14:29:22 +0100 (Mon, 12 Feb 2007) | 2 lines
41990 Changed paths:
41991    M /trunk/modules/meta_engine/folder.c
41992    M /trunk/src/input/input.c
41993
41994 Fixes album art local discovery and preparsing for directory:// subitems (refs [18129])
41995
41996 ------------------------------------------------------------------------
41997 r18809 | dionoea | 2007-02-12 14:08:18 +0100 (Mon, 12 Feb 2007) | 2 lines
41998 Changed paths:
41999    M /trunk/modules/codec/ffmpeg/mux.c
42000
42001 s/borken/broken/
42002
42003 ------------------------------------------------------------------------
42004 r18808 | dionoea | 2007-02-12 13:58:43 +0100 (Mon, 12 Feb 2007) | 2 lines
42005 Changed paths:
42006    M /trunk/modules/codec/ffmpeg/mux.c
42007
42008 Conditionaly compile the mux fix as it requires a new (r7593 21/01/07) or newer fffmpeg.
42009
42010 ------------------------------------------------------------------------
42011 r18807 | md | 2007-02-12 08:12:11 +0100 (Mon, 12 Feb 2007) | 3 lines
42012 Changed paths:
42013    M /trunk/src/libvlc-common.c
42014    M /trunk/src/misc/win32_specific.c
42015    M /trunk/src/vlc.c
42016
42017 Move __wgetmainargs into VLC's main.
42018 Refs: #900 #920 #1031
42019
42020 ------------------------------------------------------------------------
42021 r18806 | littlejohn | 2007-02-11 22:18:13 +0100 (Sun, 11 Feb 2007) | 1 line
42022 Changed paths:
42023    M /trunk/include/vlc_playlist.h
42024    M /trunk/include/vlc_symbols.h
42025    M /trunk/src/libvlc.sym
42026    M /trunk/src/playlist/playlist_internal.h
42027
42028 playlist_ItemGetByInputId now included in libvlc
42029 ------------------------------------------------------------------------
42030 r18805 | courmisch | 2007-02-11 22:01:47 +0100 (Sun, 11 Feb 2007) | 2 lines
42031 Changed paths:
42032    M /trunk/include/vlc_network.h
42033    M /trunk/modules/services_discovery/sap.c
42034    M /trunk/src/network/io.c
42035
42036 Remove useless parameter to net_Select
42037
42038 ------------------------------------------------------------------------
42039 r18804 | dionoea | 2007-02-11 21:59:29 +0100 (Sun, 11 Feb 2007) | 2 lines
42040 Changed paths:
42041    M /trunk/modules/codec/ffmpeg/ffmpeg.c
42042    M /trunk/modules/codec/ffmpeg/ffmpeg.h
42043    M /trunk/modules/codec/ffmpeg/mux.c
42044
42045 Print more debug messages from ffmpeg when using the mux module in VLC.
42046
42047 ------------------------------------------------------------------------
42048 r18803 | courmisch | 2007-02-11 21:49:08 +0100 (Sun, 11 Feb 2007) | 2 lines
42049 Changed paths:
42050    M /trunk/modules/services_discovery/sap.c
42051
42052 Fix fallback to live555
42053
42054 ------------------------------------------------------------------------
42055 r18802 | courmisch | 2007-02-11 21:37:19 +0100 (Sun, 11 Feb 2007) | 2 lines
42056 Changed paths:
42057    M /trunk/modules/services_discovery/sap.c
42058
42059 Fix SAP parser (again)
42060
42061 ------------------------------------------------------------------------
42062 r18801 | dionoea | 2007-02-11 20:45:32 +0100 (Sun, 11 Feb 2007) | 3 lines
42063 Changed paths:
42064    M /trunk/modules/codec/ffmpeg/demux.c
42065    M /trunk/modules/codec/ffmpeg/encoder.c
42066    M /trunk/modules/codec/ffmpeg/mux.c
42067
42068  * Fix ffmpeg muxer. (flv muxing now works with ./vlc  --sout "#transcode{vcodec=FLV1,acodec=mp3}:std{mux=ffmpeg{mux=flv},access=file,dst=test.flv}" -vvv --color ~/media/pinball-bit-rate-vbr-peak.wmv -I dummy) Include 2 hacks ... if someone has a better way to do it feel free to do so.
42069  * Remove a bunch of trailing white spaces.
42070
42071 ------------------------------------------------------------------------
42072 r18800 | courmisch | 2007-02-11 19:17:13 +0100 (Sun, 11 Feb 2007) | 2 lines
42073 Changed paths:
42074    M /trunk/modules/gui/qt4/input_manager.cpp
42075
42076 Remove debug spammer - fixes #971
42077
42078 ------------------------------------------------------------------------
42079 r18799 | xtophe | 2007-02-11 18:58:09 +0100 (Sun, 11 Feb 2007) | 2 lines
42080 Changed paths:
42081    M /trunk/THANKS
42082    M /trunk/src/misc/mtime.c
42083
42084 gettimeofday() implementaion for Win32. Leverage from tcpdump mailing list.
42085
42086 ------------------------------------------------------------------------
42087 r18798 | courmisch | 2007-02-11 18:55:28 +0100 (Sun, 11 Feb 2007) | 3 lines
42088 Changed paths:
42089    M /trunk/src/network/tcp.c
42090
42091 I need some more sleep.
42092 Now it really seems to work.
42093
42094 ------------------------------------------------------------------------
42095 r18797 | courmisch | 2007-02-11 18:41:41 +0100 (Sun, 11 Feb 2007) | 2 lines
42096 Changed paths:
42097    M /trunk/src/network/tcp.c
42098
42099 Remove debug
42100
42101 ------------------------------------------------------------------------
42102 r18796 | courmisch | 2007-02-11 18:41:02 +0100 (Sun, 11 Feb 2007) | 3 lines
42103 Changed paths:
42104    M /trunk/src/network/tcp.c
42105
42106 Really put socket into non-blocking mode
42107 Really fixes #1051
42108
42109 ------------------------------------------------------------------------
42110 r18795 | courmisch | 2007-02-11 18:22:20 +0100 (Sun, 11 Feb 2007) | 3 lines
42111 Changed paths:
42112    M /trunk/src/network/tcp.c
42113
42114 Put accept'd socket into non-blocking mode as the others
42115 Fixes #1051
42116
42117 ------------------------------------------------------------------------
42118 r18794 | xtophe | 2007-02-11 18:10:32 +0100 (Sun, 11 Feb 2007) | 2 lines
42119 Changed paths:
42120    M /trunk/THANKS
42121    M /trunk/src/stream_output/stream_output.h
42122
42123 Better compile fix by Pierre d'Herbemont
42124
42125 ------------------------------------------------------------------------
42126 r18793 | dionoea | 2007-02-11 17:26:19 +0100 (Sun, 11 Feb 2007) | 2 lines
42127 Changed paths:
42128    M /trunk/modules/codec/ffmpeg/ffmpeg.c
42129    M /trunk/modules/codec/ffmpeg/ffmpeg.h
42130    M /trunk/modules/codec/ffmpeg/mux.c
42131
42132 Add option to specify which muxer we want to use in ffmpeg (ie: #std{mux=ffmpeg{mux=flv}...) Still seems kind of broken as the resulting file can't be demuxed by vlc/libavformat. Looks like the video and audio codec aren't identified correctly in the ffmpeg muxer. Must be some error in mux.c i guess.
42133
42134 ------------------------------------------------------------------------
42135 r18792 | courmisch | 2007-02-11 17:14:30 +0100 (Sun, 11 Feb 2007) | 2 lines
42136 Changed paths:
42137    M /trunk/src/stream_output/sdp.c
42138
42139 Cosmetic fix
42140
42141 ------------------------------------------------------------------------
42142 r18791 | courmisch | 2007-02-11 17:10:31 +0100 (Sun, 11 Feb 2007) | 2 lines
42143 Changed paths:
42144    M /trunk/src/stream_output/sap.c
42145
42146 Byte order fix
42147
42148 ------------------------------------------------------------------------
42149 r18790 | courmisch | 2007-02-11 17:08:56 +0100 (Sun, 11 Feb 2007) | 2 lines
42150 Changed paths:
42151    M /trunk/modules/services_discovery/sap.c
42152
42153 Improve SAP parser
42154
42155 ------------------------------------------------------------------------
42156 r18789 | courmisch | 2007-02-11 15:47:35 +0100 (Sun, 11 Feb 2007) | 2 lines
42157 Changed paths:
42158    M /trunk/include/vlc_network.h
42159
42160 net_SetPort() sets a port within a socket address
42161
42162 ------------------------------------------------------------------------
42163 r18788 | dionoea | 2007-02-11 13:11:51 +0100 (Sun, 11 Feb 2007) | 2 lines
42164 Changed paths:
42165    M /trunk/modules/control/rc.c
42166
42167 Use net_Accept's timeout param instead of a call to msleep.
42168
42169 ------------------------------------------------------------------------
42170 r18786 | courmisch | 2007-02-11 11:24:02 +0100 (Sun, 11 Feb 2007) | 2 lines
42171 Changed paths:
42172    M /trunk/modules/stream_out/standard.c
42173
42174 Remove some dead code
42175
42176 ------------------------------------------------------------------------
42177 r18785 | courmisch | 2007-02-11 11:20:47 +0100 (Sun, 11 Feb 2007) | 2 lines
42178 Changed paths:
42179    M /trunk/modules/stream_out/standard.c
42180
42181 Fix for insane naming convention
42182
42183 ------------------------------------------------------------------------
42184 r18784 | courmisch | 2007-02-11 10:35:25 +0100 (Sun, 11 Feb 2007) | 5 lines
42185 Changed paths:
42186    M /trunk/modules/access_output/udp.c
42187
42188 Support for auto-generated pseudo-random multicast addresses.
42189 That being said, I either don't understand sout chain (likely) or
42190 it is plain broken (unlikely) but I can't seem to pass parameters
42191 to the access output.
42192
42193 ------------------------------------------------------------------------
42194 r18783 | courmisch | 2007-02-11 10:32:56 +0100 (Sun, 11 Feb 2007) | 2 lines
42195 Changed paths:
42196    M /trunk/src/stream_output/sdp.c
42197
42198 Fix link-scoped IPv6 addresses
42199
42200 ------------------------------------------------------------------------
42201 r18782 | dionoea | 2007-02-11 02:51:45 +0100 (Sun, 11 Feb 2007) | 2 lines
42202 Changed paths:
42203    M /trunk/modules/video_filter/logo.c
42204
42205 Fix #675.
42206
42207 ------------------------------------------------------------------------
42208 r18781 | dionoea | 2007-02-11 02:31:19 +0100 (Sun, 11 Feb 2007) | 2 lines
42209 Changed paths:
42210    M /trunk/modules/control/rc.c
42211
42212 Fix #1048... kind of. Should the rc interface be able to accept more than 1 connection ? and accept tcp connections + stdin commands ? (currently only 1 connection can be active)
42213
42214 ------------------------------------------------------------------------
42215 r18780 | xtophe | 2007-02-11 01:41:57 +0100 (Sun, 11 Feb 2007) | 2 lines
42216 Changed paths:
42217    M /trunk/modules/access_output/shout.c
42218
42219 That was forgotten in [18758]
42220
42221 ------------------------------------------------------------------------
42222 r18779 | xtophe | 2007-02-11 01:14:07 +0100 (Sun, 11 Feb 2007) | 2 lines
42223 Changed paths:
42224    M /trunk/src/stream_output/stream_output.h
42225
42226 compile fix
42227
42228 ------------------------------------------------------------------------
42229 r18778 | xtophe | 2007-02-11 00:15:18 +0100 (Sun, 11 Feb 2007) | 2 lines
42230 Changed paths:
42231    M /trunk/THANKS
42232    M /trunk/configure.ac
42233
42234 Add some option in configure to help Gentoo people. Closes #1045. Closes #1046
42235
42236 ------------------------------------------------------------------------
42237 r18777 | courmisch | 2007-02-10 22:39:37 +0100 (Sat, 10 Feb 2007) | 2 lines
42238 Changed paths:
42239    M /trunk/modules/access_output/udp.c
42240
42241 Minor cleanup
42242
42243 ------------------------------------------------------------------------
42244 r18776 | courmisch | 2007-02-10 22:32:28 +0100 (Sat, 10 Feb 2007) | 2 lines
42245 Changed paths:
42246    M /trunk/src/stream_output/sap.c
42247    M /trunk/src/stream_output/sdp.c
42248    M /trunk/src/stream_output/stream_output.h
42249
42250 Repair SAP + SSM
42251
42252 ------------------------------------------------------------------------
42253 r18774 | courmisch | 2007-02-10 21:32:57 +0100 (Sat, 10 Feb 2007) | 2 lines
42254 Changed paths:
42255    M /trunk/modules/stream_out/gather.c
42256
42257 Fix double free - closes #1032
42258
42259 ------------------------------------------------------------------------
42260 r18773 | courmisch | 2007-02-10 21:22:50 +0100 (Sat, 10 Feb 2007) | 2 lines
42261 Changed paths:
42262    M /trunk/modules/stream_out/gather.c
42263
42264 English grammar fixes (I think)
42265
42266 ------------------------------------------------------------------------
42267 r18772 | courmisch | 2007-02-10 20:54:55 +0100 (Sat, 10 Feb 2007) | 3 lines
42268 Changed paths:
42269    M /trunk/extras/contrib/src/Makefile
42270    A /trunk/extras/contrib/src/Patches/ffmpeg-svn-nofile.patch
42271
42272 Fix opening of multiple files with ffmpeg SVN
42273 (this is a revert of ffmpeg [7589])
42274
42275 ------------------------------------------------------------------------
42276 r18771 | courmisch | 2007-02-10 20:49:47 +0100 (Sat, 10 Feb 2007) | 2 lines
42277 Changed paths:
42278    M /trunk/extras/contrib/src/Makefile
42279
42280 man subversion
42281
42282 ------------------------------------------------------------------------
42283 r18770 | courmisch | 2007-02-10 19:54:00 +0100 (Sat, 10 Feb 2007) | 2 lines
42284 Changed paths:
42285    M /trunk/src/playlist/loadsave.c
42286
42287 Disable xpsf playlist until it stops breaking streaming output
42288
42289 ------------------------------------------------------------------------
42290 r18769 | courmisch | 2007-02-10 19:25:47 +0100 (Sat, 10 Feb 2007) | 2 lines
42291 Changed paths:
42292    M /trunk/src/stream_output/sap.c
42293
42294 Little typo, little buffer overflow
42295
42296 ------------------------------------------------------------------------
42297 r18768 | courmisch | 2007-02-10 19:16:21 +0100 (Sat, 10 Feb 2007) | 2 lines
42298 Changed paths:
42299    M /trunk/src/stream_output/sdp.c
42300
42301 Fix a bunch of bugs
42302
42303 ------------------------------------------------------------------------
42304 r18767 | courmisch | 2007-02-10 18:49:11 +0100 (Sat, 10 Feb 2007) | 2 lines
42305 Changed paths:
42306    M /trunk/src/stream_output/sap.c
42307
42308 Partial support for COMEDIA in SAP announcer
42309
42310 ------------------------------------------------------------------------
42311 r18766 | fkuehne | 2007-02-10 18:47:50 +0100 (Sat, 10 Feb 2007) | 1 line
42312 Changed paths:
42313    M /trunk/modules/gui/macosx/misc.m
42314
42315 * fixed a bug which prevented the fspanel to show up in some circumstances. Patch by Pierre d'Herbemont pdherbemont --at,- free.fr. This commit priortises Cocoa hotkeys instead of VLC's natives which is a good idea IMO.
42316 ------------------------------------------------------------------------
42317 r18765 | courmisch | 2007-02-10 18:34:37 +0100 (Sat, 10 Feb 2007) | 2 lines
42318 Changed paths:
42319    M /trunk/modules/stream_out/standard.c
42320
42321 Remove useless debug message
42322
42323 ------------------------------------------------------------------------
42324 r18764 | courmisch | 2007-02-10 18:33:27 +0100 (Sat, 10 Feb 2007) | 2 lines
42325 Changed paths:
42326    M /trunk/include/vlc_sout.h
42327    M /trunk/modules/stream_out/standard.c
42328    M /trunk/src/stream_output/announce.c
42329    M /trunk/src/stream_output/sap.c
42330    M /trunk/src/stream_output/stream_output.h
42331
42332 Restore some kind of SAP support
42333
42334 ------------------------------------------------------------------------
42335 r18763 | courmisch | 2007-02-10 18:33:06 +0100 (Sat, 10 Feb 2007) | 2 lines
42336 Changed paths:
42337    M /trunk/modules/access_output/udp.c
42338
42339 Add some debug
42340
42341 ------------------------------------------------------------------------
42342 r18762 | courmisch | 2007-02-10 18:30:56 +0100 (Sat, 10 Feb 2007) | 2 lines
42343 Changed paths:
42344    M /trunk/include/vlc_variables.h
42345
42346 *Ahem* whistles
42347
42348 ------------------------------------------------------------------------
42349 r18761 | courmisch | 2007-02-10 16:55:30 +0100 (Sat, 10 Feb 2007) | 2 lines
42350 Changed paths:
42351    M /trunk/modules/access_output/udp.c
42352
42353 Export src/dst addr/port from UDP access output
42354
42355 ------------------------------------------------------------------------
42356 r18760 | dionoea | 2007-02-10 16:29:27 +0100 (Sat, 10 Feb 2007) | 2 lines
42357 Changed paths:
42358    M /trunk/include/vlc_input.h
42359
42360 allow up to x32 playback (instead of x8)
42361
42362 ------------------------------------------------------------------------
42363 r18759 | courmisch | 2007-02-10 16:19:41 +0100 (Sat, 10 Feb 2007) | 2 lines
42364 Changed paths:
42365    M /trunk/modules/access_output/shout.c
42366
42367 Compile fix
42368
42369 ------------------------------------------------------------------------
42370 r18758 | courmisch | 2007-02-10 15:53:47 +0100 (Sat, 10 Feb 2007) | 2 lines
42371 Changed paths:
42372    M /trunk/include/vlc_sout.h
42373    M /trunk/modules/access/ftp.c
42374    M /trunk/modules/access_output/file.c
42375    M /trunk/modules/access_output/http.c
42376    M /trunk/modules/access_output/udp.c
42377    M /trunk/modules/codec/ffmpeg/mux.c
42378    M /trunk/modules/stream_out/rtp.c
42379    M /trunk/modules/stream_out/standard.c
42380    M /trunk/src/stream_output/stream_output.c
42381
42382 s/psz_name/psz_path/ for consistency
42383
42384 ------------------------------------------------------------------------
42385 r18757 | courmisch | 2007-02-10 15:43:45 +0100 (Sat, 10 Feb 2007) | 2 lines
42386 Changed paths:
42387    M /trunk/include/vlc_sout.h
42388    M /trunk/src/stream_output/stream_output.c
42389
42390 Add pf_control to access_output
42391
42392 ------------------------------------------------------------------------
42393 r18756 | courmisch | 2007-02-10 14:38:42 +0100 (Sat, 10 Feb 2007) | 2 lines
42394 Changed paths:
42395    M /trunk/modules/access/udp.c
42396    M /trunk/modules/access_output/udp.c
42397
42398 Force RTP for UDP-Lite, as we have no legacy issue (suggestion from Md)
42399
42400 ------------------------------------------------------------------------
42401 r18755 | courmisch | 2007-02-10 14:30:25 +0100 (Sat, 10 Feb 2007) | 2 lines
42402 Changed paths:
42403    M /trunk/modules/access_output/http.c
42404
42405 Fix warnings
42406
42407 ------------------------------------------------------------------------
42408 r18754 | courmisch | 2007-02-10 14:22:26 +0100 (Sat, 10 Feb 2007) | 2 lines
42409 Changed paths:
42410    M /trunk/modules/access_output/udp.c
42411
42412 Remove useless define
42413
42414 ------------------------------------------------------------------------
42415 r18753 | courmisch | 2007-02-10 14:15:50 +0100 (Sat, 10 Feb 2007) | 5 lines
42416 Changed paths:
42417    M /trunk/include/vlc_sout.h
42418    M /trunk/modules/access_output/udp.c
42419    M /trunk/modules/stream_out/rtp.c
42420    M /trunk/modules/stream_out/standard.c
42421    M /trunk/src/stream_output/announce.c
42422    M /trunk/src/stream_output/sap.c
42423    M /trunk/src/stream_output/stream_output.h
42424
42425 Big SAP/announce cleanup
42426 plus several minor bugfixes in SAP announce
42427
42428 OTOH, SAP is currently broken for standard output (and untested for RTP)
42429
42430 ------------------------------------------------------------------------
42431 r18752 | courmisch | 2007-02-10 13:18:05 +0100 (Sat, 10 Feb 2007) | 2 lines
42432 Changed paths:
42433    M /trunk/include/vlc_network.h
42434
42435 net_GetPort() returns network-byte order port number from an address
42436
42437 ------------------------------------------------------------------------
42438 r18751 | courmisch | 2007-02-10 11:10:25 +0100 (Sat, 10 Feb 2007) | 2 lines
42439 Changed paths:
42440    M /trunk/include/vlc_variables.h
42441
42442 Add var_GetNonEmptyString
42443
42444 ------------------------------------------------------------------------
42445 r18750 | courmisch | 2007-02-10 10:49:15 +0100 (Sat, 10 Feb 2007) | 2 lines
42446 Changed paths:
42447    M /trunk/include/vlc_strings.h
42448    M /trunk/include/vlc_url.h
42449    M /trunk/src/text/strings.c
42450
42451 De-inline base64 decoder
42452
42453 ------------------------------------------------------------------------
42454 r18749 | courmisch | 2007-02-10 09:53:47 +0100 (Sat, 10 Feb 2007) | 2 lines
42455 Changed paths:
42456    M /trunk/modules/stream_out/standard.c
42457
42458 Fix compiler warning
42459
42460 ------------------------------------------------------------------------
42461 r18748 | courmisch | 2007-02-10 09:50:47 +0100 (Sat, 10 Feb 2007) | 2 lines
42462 Changed paths:
42463    M /trunk/src/stream_output/sdp.c
42464    M /trunk/src/stream_output/stream_output.h
42465
42466 Add support for session description
42467
42468 ------------------------------------------------------------------------
42469 r18747 | courmisch | 2007-02-10 09:28:07 +0100 (Sat, 10 Feb 2007) | 2 lines
42470 Changed paths:
42471    M /trunk/src/stream_output/announce.c
42472
42473 Cosmetic
42474
42475 ------------------------------------------------------------------------
42476 r18746 | xtophe | 2007-02-10 01:11:32 +0100 (Sat, 10 Feb 2007) | 2 lines
42477 Changed paths:
42478    M /trunk/modules/control/telnet.c
42479
42480 telnet.c: remove the bloat which was needed when strings were localized.
42481
42482 ------------------------------------------------------------------------
42483 r18745 | dionoea | 2007-02-10 00:57:41 +0100 (Sat, 10 Feb 2007) | 2 lines
42484 Changed paths:
42485    M /trunk/share/http/js/functions.js
42486    M /trunk/share/http/requests/status.xml
42487
42488 Add function to simulate hotkey presses from the HTTP interface. This is unused in the current pages. Patch courtesy of neilfred on the forums ( http://forum.videolan.org/viewtopic.php?t=31871 ). Someone now needs to add the missing buttons to the HTML code.
42489
42490 ------------------------------------------------------------------------
42491 r18744 | dionoea | 2007-02-10 00:51:34 +0100 (Sat, 10 Feb 2007) | 2 lines
42492 Changed paths:
42493    M /trunk/modules/control/rc.c
42494
42495 Add "key" (or "hotkey") command in RC to simulate a hotkey press. Original idea by artois_val on the forum ( http://forum.videolan.org/viewtopic.php?t=31646 ).
42496
42497 ------------------------------------------------------------------------
42498 r18743 | courmisch | 2007-02-09 22:51:43 +0100 (Fri, 09 Feb 2007) | 3 lines
42499 Changed paths:
42500    M /trunk/include/vlc_sout.h
42501    M /trunk/modules/stream_out/rtp.c
42502    M /trunk/modules/stream_out/standard.c
42503    M /trunk/src/stream_output/announce.c
42504    M /trunk/src/stream_output/sap.c
42505    M /trunk/src/stream_output/stream_output.h
42506
42507 Partial announce API cleanup
42508 To be continued
42509
42510 ------------------------------------------------------------------------
42511 r18742 | courmisch | 2007-02-09 21:07:42 +0100 (Fri, 09 Feb 2007) | 2 lines
42512 Changed paths:
42513    M /trunk/THANKS
42514    M /trunk/modules/codec/x264.c
42515
42516 multipass x264 patch courtesy of Sa?\197?\161o Kiselkov
42517
42518 ------------------------------------------------------------------------
42519 r18740 | courmisch | 2007-02-09 20:35:29 +0100 (Fri, 09 Feb 2007) | 2 lines
42520 Changed paths:
42521    M /trunk/include/vlc_sout.h
42522    M /trunk/modules/stream_out/standard.c
42523    M /trunk/src/stream_output/sap.c
42524
42525 Remove use SAP/TTL cruft
42526
42527 ------------------------------------------------------------------------
42528 r18739 | courmisch | 2007-02-09 20:19:12 +0100 (Fri, 09 Feb 2007) | 2 lines
42529 Changed paths:
42530    M /trunk/src/stream_output/sap.c
42531    M /trunk/src/stream_output/sdp.c
42532    M /trunk/src/stream_output/stream_output.h
42533
42534 Fix a few warnings
42535
42536 ------------------------------------------------------------------------
42537 r18738 | courmisch | 2007-02-09 20:15:38 +0100 (Fri, 09 Feb 2007) | 3 lines
42538 Changed paths:
42539    M /trunk/src/Makefile.am
42540    A /trunk/src/stream_output/sdp.c
42541
42542 Add SDP generation helper with a bunch of would-be conformance fixes
42543 (at least: i= is mandatory, TTL notation is forbidden for IPv6)
42544
42545 ------------------------------------------------------------------------
42546 r18737 | courmisch | 2007-02-09 19:24:06 +0100 (Fri, 09 Feb 2007) | 2 lines
42547 Changed paths:
42548    M /trunk/include/vlc_mtime.h
42549    M /trunk/src/misc/mtime.c
42550
42551 NTPtime64() returns an NTP timestamp
42552
42553 ------------------------------------------------------------------------
42554 r18736 | massiot | 2007-02-09 14:57:06 +0100 (Fri, 09 Feb 2007) | 3 lines
42555 Changed paths:
42556    M /trunk/modules/demux/ts.c
42557
42558  * modules/demux/ts.c: Fixed erroneous warning messages (reported by 
42559    Bill May).
42560
42561 ------------------------------------------------------------------------
42562 r18735 | xtophe | 2007-02-09 00:26:56 +0100 (Fri, 09 Feb 2007) | 2 lines
42563 Changed paths:
42564    M /trunk/po/es.po
42565
42566 Spanish l10n update by Antonio Javier Varela
42567
42568 ------------------------------------------------------------------------
42569 r18734 | massiot | 2007-02-08 15:12:09 +0100 (Thu, 08 Feb 2007) | 2 lines
42570 Changed paths:
42571    M /trunk/doc/fortunes.txt
42572
42573 .
42574
42575 ------------------------------------------------------------------------
42576 r18733 | jb | 2007-02-08 02:21:35 +0100 (Thu, 08 Feb 2007) | 4 lines
42577 Changed paths:
42578    M /trunk/modules/gui/qt4/Modules.am
42579    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
42580    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
42581    A /trunk/modules/gui/qt4/ui/sprefs_input.ui
42582    M /trunk/modules/gui/qt4/ui/sprefs_video.ui
42583
42584 Qt4: One Day / One Simples Pref UI.
42585 The Input Ui needs to be reviewed since I added a few buttons that weren't specified in the wiki.
42586
42587
42588 ------------------------------------------------------------------------
42589 r18732 | sigmunau | 2007-02-07 23:06:31 +0100 (Wed, 07 Feb 2007) | 2 lines
42590 Changed paths:
42591    M /trunk/src/video_output/vout_intf.c
42592
42593 Don't crash on messed up aspect ratios.
42594
42595 ------------------------------------------------------------------------
42596 r18731 | xtophe | 2007-02-07 21:00:55 +0100 (Wed, 07 Feb 2007) | 2 lines
42597 Changed paths:
42598    M /trunk/THANKS
42599    M /trunk/modules/video_output/x11/xcommon.c
42600
42601 Add media key to X11 vouts. Patch by loox.thefuture 
42602
42603 ------------------------------------------------------------------------
42604 r18730 | damienf | 2007-02-07 16:18:58 +0100 (Wed, 07 Feb 2007) | 2 lines
42605 Changed paths:
42606    M /trunk/modules/video_output/directx/directx.c
42607
42608 - directx: put the code in the right place ;)
42609
42610 ------------------------------------------------------------------------
42611 r18729 | damienf | 2007-02-07 14:07:00 +0100 (Wed, 07 Feb 2007) | 2 lines
42612 Changed paths:
42613    M /trunk/modules/video_output/directx/direct3d.c
42614    M /trunk/modules/video_output/directx/directx.c
42615
42616 - directx, direct3d: for non-overlay surfaces, remove the background brush after first frame is displayed to avoid flickering during repaints
42617
42618 ------------------------------------------------------------------------
42619 r18728 | jb | 2007-02-07 02:25:14 +0100 (Wed, 07 Feb 2007) | 5 lines
42620 Changed paths:
42621    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
42622
42623 Qt4: One Day / One ui. Audio.
42624 This is not finished because I don't have a windows machine. And needs some relabeling.:
42625
42626
42627
42628 ------------------------------------------------------------------------
42629 r18727 | jb | 2007-02-07 00:32:35 +0100 (Wed, 07 Feb 2007) | 3 lines
42630 Changed paths:
42631    M /trunk/THANKS
42632    M /trunk/modules/video_filter/sharpen.c
42633
42634 Patch from C?\195?\169dric Cocquebert for sharpen filter.
42635
42636
42637 ------------------------------------------------------------------------
42638 r18726 | thresh | 2007-02-06 16:26:28 +0100 (Tue, 06 Feb 2007) | 2 lines
42639 Changed paths:
42640    M /trunk/src/libvlc-common.c
42641
42642 Fix indentation.
42643
42644 ------------------------------------------------------------------------
42645 r18725 | thresh | 2007-02-06 16:22:15 +0100 (Tue, 06 Feb 2007) | 2 lines
42646 Changed paths:
42647    M /trunk/src/libvlc-common.c
42648
42649 Remove pid file on exit.
42650
42651 ------------------------------------------------------------------------
42652 r18724 | xtophe | 2007-02-06 16:10:20 +0100 (Tue, 06 Feb 2007) | 2 lines
42653 Changed paths:
42654    M /trunk/po/POTFILES.in
42655    M /trunk/po/af.po
42656    M /trunk/po/ar.po
42657    M /trunk/po/bn.po
42658    M /trunk/po/ca.po
42659    M /trunk/po/co.po
42660    M /trunk/po/cs.po
42661    M /trunk/po/da.po
42662    M /trunk/po/de.po
42663    M /trunk/po/el.po
42664    M /trunk/po/en_GB.po
42665    M /trunk/po/es.po
42666    M /trunk/po/eu.po
42667    M /trunk/po/fr.po
42668    M /trunk/po/fur.po
42669    M /trunk/po/gl.po
42670    M /trunk/po/he.po
42671    M /trunk/po/hi.po
42672    M /trunk/po/hu.po
42673    M /trunk/po/it.po
42674    M /trunk/po/ja.po
42675    M /trunk/po/ka.po
42676    M /trunk/po/ko.po
42677    M /trunk/po/lt.po
42678    M /trunk/po/lv.po
42679    M /trunk/po/ms.po
42680    M /trunk/po/my.po
42681    M /trunk/po/nb.po
42682    M /trunk/po/ne.po
42683    M /trunk/po/nl.po
42684    M /trunk/po/nn.po
42685    M /trunk/po/no.po
42686    M /trunk/po/oc.po
42687    M /trunk/po/pa.po
42688    M /trunk/po/pl.po
42689    M /trunk/po/ps.po
42690    M /trunk/po/pt_BR.po
42691    M /trunk/po/pt_PT.po
42692    M /trunk/po/ro.po
42693    M /trunk/po/ru.po
42694    M /trunk/po/sk.po
42695    M /trunk/po/sl.po
42696    M /trunk/po/sq.po
42697    M /trunk/po/sv.po
42698    M /trunk/po/tet.po
42699    M /trunk/po/th.po
42700    M /trunk/po/tl.po
42701    M /trunk/po/tr.po
42702    M /trunk/po/vlc.pot
42703    M /trunk/po/zh_CN.po
42704    M /trunk/po/zh_TW.po
42705
42706 Make update-po
42707
42708 ------------------------------------------------------------------------
42709 r18723 | xtophe | 2007-02-06 16:09:54 +0100 (Tue, 06 Feb 2007) | 2 lines
42710 Changed paths:
42711    M /trunk/Makefile.am
42712
42713 Xcode project has moved
42714
42715 ------------------------------------------------------------------------
42716 r18722 | thresh | 2007-02-06 14:37:40 +0100 (Tue, 06 Feb 2007) | 4 lines
42717 Changed paths:
42718    M /trunk/configure.ac
42719
42720 Properly check for Xext library. We got way more kludges in Xv detection, though...
42721 Should fix packaging, too.
42722
42723
42724 ------------------------------------------------------------------------
42725 r18721 | thresh | 2007-02-06 14:13:43 +0100 (Tue, 06 Feb 2007) | 2 lines
42726 Changed paths:
42727    M /trunk/src/libvlc.sym
42728
42729 Added symbols needed to link vlc.
42730
42731 ------------------------------------------------------------------------
42732 r18720 | jpsaman | 2007-02-06 09:57:51 +0100 (Tue, 06 Feb 2007) | 2 lines
42733 Changed paths:
42734    M /trunk/src/libvlc-common.c
42735
42736 Fix by thresh for syslog logging. Initialized pointers to NULL, so it can be checked upon in the code.
42737
42738 ------------------------------------------------------------------------
42739 r18719 | xtophe | 2007-02-06 01:01:17 +0100 (Tue, 06 Feb 2007) | 2 lines
42740 Changed paths:
42741    M /trunk/share/applications/vlc.desktop
42742
42743 l10n in vlc.desktop for Swedish by Daniel Nylander
42744
42745 ------------------------------------------------------------------------
42746 r18718 | jb | 2007-02-06 01:01:14 +0100 (Tue, 06 Feb 2007) | 4 lines
42747 Changed paths:
42748    M /trunk/NEWS
42749
42750 Oops. Sorry.
42751
42752
42753
42754 ------------------------------------------------------------------------
42755 r18717 | jb | 2007-02-06 00:52:22 +0100 (Tue, 06 Feb 2007) | 3 lines
42756 Changed paths:
42757    M /trunk/NEWS
42758
42759 NEWS: add teletext and sharpen, before we forget to do it. :D
42760
42761
42762 ------------------------------------------------------------------------
42763 r18716 | thresh | 2007-02-06 00:31:54 +0100 (Tue, 06 Feb 2007) | 2 lines
42764 Changed paths:
42765    M /trunk/modules/control/telnet.c
42766
42767 Don't translate messages in telnet interface
42768
42769 ------------------------------------------------------------------------
42770 r18715 | jb | 2007-02-06 00:27:14 +0100 (Tue, 06 Feb 2007) | 3 lines
42771 Changed paths:
42772    M /trunk/modules/gui/qt4/ui/sprefs_video.ui
42773
42774 Qt4: Update and finish (?) Video Prefs.
42775
42776
42777 ------------------------------------------------------------------------
42778 r18714 | xtophe | 2007-02-05 23:02:43 +0100 (Mon, 05 Feb 2007) | 2 lines
42779 Changed paths:
42780    M /trunk/configure.ac
42781
42782 Use DLL_EXPORT only on win
42783
42784 ------------------------------------------------------------------------
42785 r18713 | thresh | 2007-02-05 22:29:32 +0100 (Mon, 05 Feb 2007) | 3 lines
42786 Changed paths:
42787    M /trunk/configure.ac
42788
42789 Link screen and panoramix plugins with X11 only, they don't need Xext.
42790 Only build x11 plugin when we have Xext.h.
42791
42792 ------------------------------------------------------------------------
42793 r18712 | damienf | 2007-02-05 19:06:04 +0100 (Mon, 05 Feb 2007) | 2 lines
42794 Changed paths:
42795    M /trunk/configure.ac
42796
42797 -fvisibility-inlines-hidden breaks x86_64 ld linker
42798
42799 ------------------------------------------------------------------------
42800 r18711 | courmisch | 2007-02-05 18:50:14 +0100 (Mon, 05 Feb 2007) | 4 lines
42801 Changed paths:
42802    M /trunk/src/network/io.c
42803
42804 Warning: Explicit kludge - parental advisory
42805
42806 Now, UDP-Lite really works!
42807
42808 ------------------------------------------------------------------------
42809 r18710 | courmisch | 2007-02-05 18:35:14 +0100 (Mon, 05 Feb 2007) | 2 lines
42810 Changed paths:
42811    M /trunk/modules/access_output/udp.c
42812
42813 ifdef for old OSes
42814
42815 ------------------------------------------------------------------------
42816 r18709 | courmisch | 2007-02-05 18:21:56 +0100 (Mon, 05 Feb 2007) | 2 lines
42817 Changed paths:
42818    M /trunk/NEWS
42819    M /trunk/include/vlc_network.h
42820    M /trunk/modules/access_output/udp.c
42821    M /trunk/src/network/udp.c
42822
42823 UDP-Lite access output
42824
42825 ------------------------------------------------------------------------
42826 r18708 | courmisch | 2007-02-05 18:15:49 +0100 (Mon, 05 Feb 2007) | 2 lines
42827 Changed paths:
42828    M /trunk/modules/access/udp.c
42829
42830 I *can* do it
42831
42832 ------------------------------------------------------------------------
42833 r18707 | courmisch | 2007-02-05 18:06:28 +0100 (Mon, 05 Feb 2007) | 2 lines
42834 Changed paths:
42835    M /trunk/modules/access/udp.c
42836
42837 Fix linking
42838
42839 ------------------------------------------------------------------------
42840 r18706 | courmisch | 2007-02-05 18:04:55 +0100 (Mon, 05 Feb 2007) | 2 lines
42841 Changed paths:
42842    M /trunk/src/network/udp.c
42843
42844 Fix memory leaks and dummy error messages in net_OpenDgram
42845
42846 ------------------------------------------------------------------------
42847 r18705 | damienf | 2007-02-05 17:55:50 +0100 (Mon, 05 Feb 2007) | 2 lines
42848 Changed paths:
42849    M /trunk/src/vlc.c
42850
42851 - vlc.c: commented out rootwrap() till it is properly fixed
42852
42853 ------------------------------------------------------------------------
42854 r18704 | courmisch | 2007-02-05 17:49:14 +0100 (Mon, 05 Feb 2007) | 2 lines
42855 Changed paths:
42856    M /trunk/modules/access/udp.c
42857
42858 Fix impossible out-of-bound strcmp
42859
42860 ------------------------------------------------------------------------
42861 r18703 | damienf | 2007-02-05 17:43:41 +0100 (Mon, 05 Feb 2007) | 2 lines
42862 Changed paths:
42863    M /trunk/configure.ac
42864
42865 - configure.ac: -fvisibility-inlines-hidden is C++ only
42866
42867 ------------------------------------------------------------------------
42868 r18702 | courmisch | 2007-02-05 17:32:31 +0100 (Mon, 05 Feb 2007) | 4 lines
42869 Changed paths:
42870    M /trunk/NEWS
42871    M /trunk/configure.ac
42872    M /trunk/include/vlc_network.h
42873    M /trunk/modules/access/udp.c
42874    M /trunk/src/network/udp.c
42875
42876 UDP-Lite access
42877
42878 This is completely untested because vlc does not link at the moment :(
42879
42880 ------------------------------------------------------------------------
42881 r18701 | damienf | 2007-02-05 16:45:14 +0100 (Mon, 05 Feb 2007) | 2 lines
42882 Changed paths:
42883    M /trunk/include/vlc_common.h
42884
42885 - vlc_common.h: compile fix
42886
42887 ------------------------------------------------------------------------
42888 r18700 | damienf | 2007-02-05 15:58:40 +0100 (Mon, 05 Feb 2007) | 2 lines
42889 Changed paths:
42890    M /trunk/configure.ac
42891    M /trunk/include/vlc/vlc.h
42892    M /trunk/include/vlc_common.h
42893    M /trunk/include/vlc_modules_macros.h
42894
42895 - added support for visibility attribute for GCC 4.x for controlling export symbols
42896
42897 ------------------------------------------------------------------------
42898 r18699 | jb | 2007-02-05 00:15:19 +0100 (Mon, 05 Feb 2007) | 3 lines
42899 Changed paths:
42900    M /trunk/include/vlc_modules.h
42901    M /trunk/src/misc/modules.c
42902
42903 Add a module_Exists() function for Simple_Prefs. Don't use too much this function.
42904
42905
42906 ------------------------------------------------------------------------
42907 r18698 | jb | 2007-02-04 23:40:21 +0100 (Sun, 04 Feb 2007) | 3 lines
42908 Changed paths:
42909    M /trunk/modules/video_filter/sharpen.c
42910
42911 Change in copyright and propedit.
42912
42913
42914 ------------------------------------------------------------------------
42915 r18697 | jb | 2007-02-04 23:27:07 +0100 (Sun, 04 Feb 2007) | 4 lines
42916 Changed paths:
42917    M /trunk/configure.ac
42918    M /trunk/modules/video_filter/Modules.am
42919    A /trunk/modules/video_filter/sharpen.c
42920
42921 Sharpen Video-Filter.
42922 Work from DJ_Mulder on the forum, changes by /me helped by dionoea and jpsaman.
42923
42924
42925 ------------------------------------------------------------------------
42926 r18696 | jb | 2007-02-04 22:14:43 +0100 (Sun, 04 Feb 2007) | 3 lines
42927 Changed paths:
42928    M /trunk/THANKS
42929    M /trunk/modules/control/dbus.c
42930
42931 D-Bus ameliorations and fix by Mr_Mirsal.
42932
42933
42934 ------------------------------------------------------------------------
42935 r18695 | xtophe | 2007-02-04 21:20:41 +0100 (Sun, 04 Feb 2007) | 2 lines
42936 Changed paths:
42937    M /trunk/bootstrap
42938
42939 support for automake 1.10. Patch courtesy of scop on trac. Fix #1041
42940
42941 ------------------------------------------------------------------------
42942 r18693 | damienf | 2007-02-03 23:41:43 +0100 (Sat, 03 Feb 2007) | 2 lines
42943 Changed paths:
42944    M /trunk/include/vlc_common.h
42945
42946 - vlc_common.h: fix for vlc_wclosedir on MacOS X
42947
42948 ------------------------------------------------------------------------
42949 r18692 | damienf | 2007-02-03 23:01:20 +0100 (Sat, 03 Feb 2007) | 3 lines
42950 Changed paths:
42951    M /trunk/configure.ac
42952    M /trunk/include/vlc/libvlc.h
42953    M /trunk/include/vlc/vlc.h
42954    M /trunk/include/vlc_common.h
42955    M /trunk/src/Makefile.am
42956    M /trunk/src/vlc.c
42957
42958 - added controlled symbol export support for win32. Now, all visible symbols in libvlc.dll must be declared using either VLC_EXPORT or VLC_PUBLIC_API. Otherwise, they will not be exported. this has the advantage of reducing the number of symbols in the DLL, saving on file size an binding time at runtime. All exported symbols will be listed in the libvlc.def file.
42959 This also pave the way for using the visibility feature in GCC 4, adding controlled symbols export for UNIX/MacOS X as well.
42960
42961 ------------------------------------------------------------------------
42962 r18691 | dionoea | 2007-02-03 03:55:33 +0100 (Sat, 03 Feb 2007) | 2 lines
42963 Changed paths:
42964    M /trunk/modules/video_filter/gradient.c
42965
42966 Ooops (?)
42967
42968 ------------------------------------------------------------------------
42969 r18690 | dionoea | 2007-02-02 22:46:19 +0100 (Fri, 02 Feb 2007) | 2 lines
42970 Changed paths:
42971    M /trunk/src/video_output/vout_intf.c
42972
42973 Use DIR_SEP instead of "/"
42974
42975 ------------------------------------------------------------------------
42976 r18689 | massiot | 2007-02-02 22:31:18 +0100 (Fri, 02 Feb 2007) | 3 lines
42977 Changed paths:
42978    M /trunk/doc/fortunes.txt
42979
42980  * doc/fortunes.txt is a fortune file, please keep it in a format 
42981    compatible with UNIX fortune executable.
42982
42983 ------------------------------------------------------------------------
42984 r18688 | dionoea | 2007-02-02 22:17:29 +0100 (Fri, 02 Feb 2007) | 2 lines
42985 Changed paths:
42986    M /trunk/doc/fortunes.txt
42987
42988 Small formating fix.
42989
42990 ------------------------------------------------------------------------
42991 r18687 | dionoea | 2007-02-02 21:51:11 +0100 (Fri, 02 Feb 2007) | 2 lines
42992 Changed paths:
42993    M /trunk/include/vlc_common.h
42994    M /trunk/modules/video_filter/adjust.c
42995    M /trunk/modules/video_filter/gradient.c
42996    M /trunk/modules/video_filter/panoramix.c
42997
42998 Copy clip_uint8() function from ffmpeg and replace where applicable for video filters.
42999
43000 ------------------------------------------------------------------------
43001 r18686 | dionoea | 2007-02-02 21:30:49 +0100 (Fri, 02 Feb 2007) | 2 lines
43002 Changed paths:
43003    M /trunk/doc/fortunes.txt
43004
43005 "I'm a girl!" fortune (x2) from 2 days ago.
43006
43007 ------------------------------------------------------------------------
43008 r18685 | damienf | 2007-02-02 12:43:50 +0100 (Fri, 02 Feb 2007) | 2 lines
43009 Changed paths:
43010    M /trunk/modules/video_output/directx/direct3d.c
43011
43012 - direct3d: device reset fixes (when resolution changes, etc...)
43013
43014 ------------------------------------------------------------------------
43015 r18684 | fkuehne | 2007-02-02 10:17:58 +0100 (Fri, 02 Feb 2007) | 1 line
43016 Changed paths:
43017    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
43018    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
43019    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
43020
43021 * this part of [18683] wasn't supposed to be committed. Reverting to previous revision.
43022 ------------------------------------------------------------------------
43023 r18683 | fkuehne | 2007-02-02 10:12:37 +0100 (Fri, 02 Feb 2007) | 7 lines
43024 Changed paths:
43025    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
43026    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
43027    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
43028    D /trunk/extras/MacOSX/vlc.pbproj
43029    A /trunk/extras/MacOSX/vlc.xcodeproj (from /trunk/extras/MacOSX/vlc.pbproj:18682)
43030    M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
43031    M /trunk/modules/gui/macosx/AppleRemote.h
43032    M /trunk/modules/gui/macosx/AppleRemote.m
43033    M /trunk/modules/gui/macosx/about.m
43034    M /trunk/modules/gui/macosx/bookmarks.m
43035    M /trunk/modules/gui/macosx/equalizer.h
43036    M /trunk/modules/gui/macosx/equalizer.m
43037    M /trunk/modules/gui/macosx/fspanel.h
43038    M /trunk/modules/gui/macosx/fspanel.m
43039    M /trunk/modules/gui/macosx/interaction.m
43040    M /trunk/modules/gui/macosx/intf.h
43041    M /trunk/modules/gui/macosx/intf.m
43042    M /trunk/modules/gui/macosx/macosx.m
43043    M /trunk/modules/gui/macosx/misc.m
43044    M /trunk/modules/gui/macosx/output.h
43045    M /trunk/modules/gui/macosx/output.m
43046    M /trunk/modules/gui/macosx/playlistinfo.m
43047    M /trunk/modules/gui/macosx/prefs_widgets.h
43048    M /trunk/modules/gui/macosx/prefs_widgets.m
43049    M /trunk/modules/gui/macosx/vout.m
43050    M /trunk/modules/gui/macosx/voutgl.m
43051
43052 * collection of various fixes and edits
43053     - removed <10.3 support in the preferences' code
43054     - added preliminary support for Obj-C 2.0 / Garbage Collection
43055         - needs to be enabled manually in intf.h for now and is restricted to future Darwin release
43056     - updated various copyright dates to approbate values
43057     - configured the source tree in the Xcode project for future Xcode releases
43058     - finally renamed the Xcode project to the correct bundle extension
43059 ------------------------------------------------------------------------
43060 r18682 | dionoea | 2007-02-02 00:22:15 +0100 (Fri, 02 Feb 2007) | 2 lines
43061 Changed paths:
43062    M /trunk/share/http/dialogs/sout
43063
43064 s/a42/a52/
43065
43066 ------------------------------------------------------------------------
43067 r18681 | xtophe | 2007-02-01 21:06:54 +0100 (Thu, 01 Feb 2007) | 2 lines
43068 Changed paths:
43069    M /trunk/modules/gui/qt4/qt4.cpp
43070
43071 check for enomem
43072
43073 ------------------------------------------------------------------------
43074 r18680 | jb | 2007-02-01 20:12:45 +0100 (Thu, 01 Feb 2007) | 3 lines
43075 Changed paths:
43076    M /trunk/THANKS
43077    M /trunk/modules/control/dbus.c
43078
43079 D-Bus Patch by Mirsal ENNAIME
43080
43081
43082 ------------------------------------------------------------------------
43083 r18679 | funman | 2007-02-01 19:45:53 +0100 (Thu, 01 Feb 2007) | 2 lines
43084 Changed paths:
43085    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
43086
43087 Displays and hides simple preferences correctly
43088
43089 ------------------------------------------------------------------------
43090 r18678 | funman | 2007-02-01 19:45:25 +0100 (Thu, 01 Feb 2007) | 2 lines
43091 Changed paths:
43092    M /trunk/src/libvlc-common.c
43093
43094 Always initialise dbus threads
43095
43096 ------------------------------------------------------------------------
43097 r18677 | jb | 2007-02-01 19:40:30 +0100 (Thu, 01 Feb 2007) | 3 lines
43098 Changed paths:
43099    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
43100
43101 Qt4: Compile Fix.
43102
43103
43104 ------------------------------------------------------------------------
43105 r18676 | damienf | 2007-02-01 15:28:41 +0100 (Thu, 01 Feb 2007) | 2 lines
43106 Changed paths:
43107    M /trunk/modules/video_output/directx/direct3d.c
43108
43109 - direct3d.c: attempt to fix incompatibility with Vista, needs testing since i still don't have a Vista system to test against
43110
43111 ------------------------------------------------------------------------
43112 r18675 | jb | 2007-01-31 23:34:30 +0100 (Wed, 31 Jan 2007) | 3 lines
43113 Changed paths:
43114    M /trunk/extras/contrib/src/Makefile
43115
43116 Correction on the Makefile ..
43117
43118
43119 ------------------------------------------------------------------------
43120 r18674 | jb | 2007-01-31 23:27:57 +0100 (Wed, 31 Jan 2007) | 3 lines
43121 Changed paths:
43122    M /trunk/extras/contrib/src/Makefile
43123    D /trunk/extras/contrib/src/Patches/ffmpeg-alignment.patch
43124
43125 Win32 Contrib: Repair ffmpeg compile.
43126
43127
43128 ------------------------------------------------------------------------
43129 r18673 | jb | 2007-01-31 20:51:46 +0100 (Wed, 31 Jan 2007) | 3 lines
43130 Changed paths:
43131    M /trunk/modules/gui/qt4/dialogs/messages.cpp
43132
43133 Qt4: messages. Small commit to fix two forgottten qfu() and to add whitespaces where needed.
43134
43135
43136 ------------------------------------------------------------------------
43137 r18672 | damienf | 2007-01-31 20:50:48 +0100 (Wed, 31 Jan 2007) | 2 lines
43138 Changed paths:
43139    M /trunk/activex/connectioncontainer.cpp
43140
43141 - activex: misc fixes for properties and events sinks
43142
43143 ------------------------------------------------------------------------
43144 r18671 | damienf | 2007-01-31 20:49:20 +0100 (Wed, 31 Jan 2007) | 2 lines
43145 Changed paths:
43146    M /trunk/activex/main.cpp
43147    M /trunk/activex/plugin.cpp
43148    M /trunk/activex/plugin.h
43149    M /trunk/activex/utils.cpp
43150    M /trunk/activex/utils.h
43151    M /trunk/configure.ac
43152
43153 - activex: globally use win32 unicode APIs, hopefully this will fix reported registration problems
43154
43155 ------------------------------------------------------------------------
43156 r18670 | jb | 2007-01-31 00:56:24 +0100 (Wed, 31 Jan 2007) | 3 lines
43157 Changed paths:
43158    M /trunk/modules/gui/qt4/components/infopanels.cpp
43159
43160 Qt4 : translate the titles for stats.
43161
43162
43163 ------------------------------------------------------------------------
43164 r18669 | jb | 2007-01-31 00:37:33 +0100 (Wed, 31 Jan 2007) | 5 lines
43165 Changed paths:
43166    M /trunk/modules/gui/qt4/Modules.am
43167    M /trunk/modules/gui/qt4/components/infopanels.cpp
43168    M /trunk/modules/gui/qt4/components/infopanels.hpp
43169    D /trunk/modules/gui/qt4/ui/input_stats.ui
43170
43171 * Qt4 : Use a QTreeWidget instead of a ui to display stats. I hope in that way it will become easier to resize and easier to add stats...
43172
43173 Btw about Qt4 modules, http://wiki.videolan.org/QtIntfTODO and http://wiki.videolan.org/Simple_Preferences have been updated. Give it a look and help us...
43174
43175
43176 ------------------------------------------------------------------------
43177 r18668 | jpsaman | 2007-01-30 20:34:37 +0100 (Tue, 30 Jan 2007) | 2 lines
43178 Changed paths:
43179    M /trunk/src/libvlc-common.c
43180    M /trunk/src/misc/configuration.c
43181    M /trunk/src/misc/modules.c
43182    M /trunk/src/misc/objects.c
43183
43184 Fixed crash on vlc exit/quit and added sanity checking for pointers in the module init/exit paths.
43185
43186 ------------------------------------------------------------------------
43187 r18667 | jpsaman | 2007-01-30 19:45:47 +0100 (Tue, 30 Jan 2007) | 1 line
43188 Changed paths:
43189    M /trunk/extras/contrib/bootstrap
43190
43191 Forcefully set PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR for pkgconfig only if these environment variables haven't been set yet. And the path /usr/lib/pkgconfig exists. This fixes building wxwidgets in contrib for Fedora Core 6
43192 ------------------------------------------------------------------------
43193 r18666 | xtophe | 2007-01-30 14:55:57 +0100 (Tue, 30 Jan 2007) | 2 lines
43194 Changed paths:
43195    M /trunk/extras/contrib/Makefile
43196
43197 Fix make clean
43198
43199 ------------------------------------------------------------------------
43200 r18665 | jpsaman | 2007-01-30 14:04:27 +0100 (Tue, 30 Jan 2007) | 1 line
43201 Changed paths:
43202    M /trunk/extras/contrib/src/Distributions/win32.mak
43203
43204 oops copypaste error
43205 ------------------------------------------------------------------------
43206 r18664 | jpsaman | 2007-01-30 13:52:47 +0100 (Tue, 30 Jan 2007) | 4 lines
43207 Changed paths:
43208    M /trunk/extras/contrib/README
43209    M /trunk/extras/contrib/bootstrap
43210    A /trunk/extras/contrib/src/Distributions
43211    A /trunk/extras/contrib/src/Distributions/beos.mak
43212    A /trunk/extras/contrib/src/Distributions/darwin.mak
43213    A /trunk/extras/contrib/src/Distributions/debian.mak
43214    A /trunk/extras/contrib/src/Distributions/fedora.mak
43215    A /trunk/extras/contrib/src/Distributions/unix.mak
43216    A /trunk/extras/contrib/src/Distributions/win32.mak
43217    A /trunk/extras/contrib/src/Distributions/wince.mak
43218    M /trunk/extras/contrib/src/Makefile
43219
43220 Extend contrib buildsystem to allow for a finer control on system and Linux distributions rules. The bootstrap tries to guess the operating system to build for by looking at the compiler prefix. For native building (usually Linux/Unix-like systems) additional matching logic should be written. Currently only Fedora-Core systems are detected as being different from the normal Unix-rules.
43221
43222 Extend this logic to make a distinction for your system if it deviates from the standard Unix-like system that our contrib recognizes atm.
43223
43224 ------------------------------------------------------------------------
43225 r18663 | dionoea | 2007-01-29 23:27:16 +0100 (Mon, 29 Jan 2007) | 2 lines
43226 Changed paths:
43227    M /trunk/doc/skins/skins2-howto.xml
43228
43229 Fix xml.
43230
43231 ------------------------------------------------------------------------
43232 r18662 | jb | 2007-01-29 01:09:40 +0100 (Mon, 29 Jan 2007) | 3 lines
43233 Changed paths:
43234    M /trunk/extras/contrib/src/packages.mak
43235
43236 Correct a typo mistake I did earlier.
43237
43238
43239 ------------------------------------------------------------------------
43240 r18661 | jb | 2007-01-29 01:04:11 +0100 (Mon, 29 Jan 2007) | 3 lines
43241 Changed paths:
43242    M /trunk/extras/contrib/src/packages.mak
43243
43244 Correct a typo in packages.mak.
43245
43246
43247 ------------------------------------------------------------------------
43248 r18660 | jb | 2007-01-29 00:50:24 +0100 (Mon, 29 Jan 2007) | 3 lines
43249 Changed paths:
43250    M /trunk/extras/contrib/src/Makefile
43251
43252 Make sure "make source" works correctly.
43253
43254
43255 ------------------------------------------------------------------------
43256 r18659 | jb | 2007-01-29 00:28:29 +0100 (Mon, 29 Jan 2007) | 3 lines
43257 Changed paths:
43258    M /trunk/extras/contrib/src/Makefile
43259
43260 Oops. Missing $().
43261
43262
43263 ------------------------------------------------------------------------
43264 r18658 | jb | 2007-01-29 00:18:24 +0100 (Mon, 29 Jan 2007) | 4 lines
43265 Changed paths:
43266    M /trunk/extras/contrib/src/Makefile
43267
43268 Clean .svn before tarballs.
43269 Add a dependency.
43270
43271
43272 ------------------------------------------------------------------------
43273 r18657 | jb | 2007-01-28 23:55:28 +0100 (Sun, 28 Jan 2007) | 3 lines
43274 Changed paths:
43275    M /trunk/extras/contrib/src/Makefile
43276
43277 Make the "make source" much better, to do ffmpeg-svn, x264-svn, libmatroska-svn tarballs. That help a lot to make some directories with all the libs sources.
43278
43279
43280 ------------------------------------------------------------------------
43281 r18656 | jb | 2007-01-28 23:26:37 +0100 (Sun, 28 Jan 2007) | 3 lines
43282 Changed paths:
43283    M /trunk/extras/contrib/src/Makefile
43284    M /trunk/extras/contrib/src/packages.mak
43285
43286 libmpcdec updated to 1.2.4. Should work on all systems. But will need an extra check on some MacOSX
43287
43288
43289 ------------------------------------------------------------------------
43290 r18655 | ipkiss | 2007-01-28 23:24:42 +0100 (Sun, 28 Jan 2007) | 2 lines
43291 Changed paths:
43292    M /trunk/doc/skins/skins2-howto.xml
43293
43294  * doc/skins/skins2-howto.xml: mentions of the forum and the wiki
43295
43296 ------------------------------------------------------------------------
43297 r18654 | jb | 2007-01-28 23:05:31 +0100 (Sun, 28 Jan 2007) | 4 lines
43298 Changed paths:
43299    M /trunk/extras/contrib/src/packages.mak
43300
43301 Just a useless change of version.
43302
43303
43304
43305 ------------------------------------------------------------------------
43306 r18653 | ipkiss | 2007-01-28 21:48:10 +0100 (Sun, 28 Jan 2007) | 2 lines
43307 Changed paths:
43308    M /trunk/doc/skins/skins2-howto.xml
43309
43310  * doc/skins/skins2-howto.xml: a few fixes
43311
43312 ------------------------------------------------------------------------
43313 r18652 | dionoea | 2007-01-28 21:43:57 +0100 (Sun, 28 Jan 2007) | 2 lines
43314 Changed paths:
43315    M /trunk/doc/skins/skins2-howto.xml
43316
43317 Add VLC to the keyword list (this is completely useless)
43318
43319 ------------------------------------------------------------------------
43320 r18651 | ipkiss | 2007-01-28 21:37:21 +0100 (Sun, 28 Jan 2007) | 5 lines
43321 Changed paths:
43322    M /trunk/doc/skins/skins2-howto.xml
43323    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
43324    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
43325    M /trunk/modules/gui/skins2/parser/interpreter.cpp
43326    M /trunk/modules/gui/skins2/src/generic_window.cpp
43327    M /trunk/modules/gui/skins2/src/top_window.cpp
43328    M /trunk/modules/gui/skins2/src/top_window.hpp
43329    M /trunk/modules/gui/skins2/src/window_manager.cpp
43330    M /trunk/modules/gui/skins2/src/window_manager.hpp
43331    M /trunk/modules/gui/skins2/utils/position.hpp
43332
43333  * skins2:
43334     - new WindowID.maximize() and WindowID.unmaximize() actions
43335     - new WindowID.isMaximized boolean variable
43336     - doc updated
43337
43338 ------------------------------------------------------------------------
43339 r18650 | jb | 2007-01-28 19:58:20 +0100 (Sun, 28 Jan 2007) | 3 lines
43340 Changed paths:
43341    M /trunk/extras/contrib/src/packages.mak
43342
43343 * Libxml2 version up from 2.6.26 to 2.6.27
43344
43345
43346 ------------------------------------------------------------------------
43347 r18649 | asmax | 2007-01-28 19:18:52 +0100 (Sun, 28 Jan 2007) | 2 lines
43348 Changed paths:
43349    M /trunk/build-vlc
43350    M /trunk/config.in
43351    M /trunk/configure.ac
43352    M /trunk/menuconfig
43353
43354 - thou shalt keep menuconfig up-to-date and not disable it
43355
43356 ------------------------------------------------------------------------
43357 r18648 | jb | 2007-01-28 19:06:48 +0100 (Sun, 28 Jan 2007) | 4 lines
43358 Changed paths:
43359    M /trunk/extras/contrib/src/packages.mak
43360
43361 Change libpng version to 1.2.15 especially to fix security issue CVE-2006-3334.
43362 Tested on epsilon, veda, altair/mingw32.
43363
43364
43365 ------------------------------------------------------------------------
43366 r18647 | ipkiss | 2007-01-28 17:49:30 +0100 (Sun, 28 Jan 2007) | 5 lines
43367 Changed paths:
43368    M /trunk/doc/skins/skins2-howto.xml
43369    M /trunk/modules/gui/skins2/parser/builder.cpp
43370    M /trunk/modules/gui/skins2/parser/builder.hpp
43371    M /trunk/modules/gui/skins2/parser/builder_data.def
43372    M /trunk/modules/gui/skins2/parser/builder_data.hpp
43373    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
43374    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
43375    M /trunk/modules/gui/skins2/src/generic_layout.cpp
43376    M /trunk/modules/gui/skins2/src/generic_layout.hpp
43377    M /trunk/modules/gui/skins2/src/theme.cpp
43378    M /trunk/modules/gui/skins2/src/theme.hpp
43379    M /trunk/modules/gui/skins2/src/window_manager.cpp
43380    M /trunk/modules/gui/skins2/src/window_manager.hpp
43381    M /trunk/modules/gui/skins2/utils/position.cpp
43382    M /trunk/modules/gui/skins2/utils/position.hpp
43383    M /trunk/share/skins2/skin.dtd
43384
43385  * skins2:
43386     - New Panel tag, allowing to group the resizing behaviour of controls
43387     - Documentation updated accordingly
43388     - Fixed a memory leak due to CtrlMove/CtrlResize objects
43389
43390 ------------------------------------------------------------------------
43391 r18646 | fkuehne | 2007-01-28 15:11:09 +0100 (Sun, 28 Jan 2007) | 1 line
43392 Changed paths:
43393    M /trunk/extras/contrib/bootstrap
43394
43395 *added yet another possible svn location (to detect certain default installations)
43396 ------------------------------------------------------------------------
43397 r18645 | fkuehne | 2007-01-28 14:40:20 +0100 (Sun, 28 Jan 2007) | 1 line
43398 Changed paths:
43399    M /trunk/extras/contrib/Makefile
43400
43401 * remove config.mak on make clean as well
43402 ------------------------------------------------------------------------
43403 r18644 | dionoea | 2007-01-28 01:53:39 +0100 (Sun, 28 Jan 2007) | 2 lines
43404 Changed paths:
43405    M /trunk/README
43406
43407 update developers website.
43408
43409 ------------------------------------------------------------------------
43410 r18643 | courmisch | 2007-01-27 23:29:29 +0100 (Sat, 27 Jan 2007) | 2 lines
43411 Changed paths:
43412    M /trunk/modules/demux/ps.h
43413
43414 Add some missing consts
43415
43416 ------------------------------------------------------------------------
43417 r18642 | dionoea | 2007-01-27 22:22:13 +0100 (Sat, 27 Jan 2007) | 6 lines
43418 Changed paths:
43419    M /trunk/modules/demux/ps.h
43420
43421  * add stream assignements for DTS(-HD) / (E-)AC3 / MLP / VC1 used by HD DVDs.
43422    * the dts/ac3 changes fix some files from http://samples.mplayerhq.hu/evob/ and some other sources.
43423    * MLP doesn't have any know free decoder (nor do i have any sample) so this is basically "for the future"
43424    * VC1 doesn't work ... most likely needs some more changes to the code.
43425  * remove trailing spaces
43426
43427 ------------------------------------------------------------------------
43428 r18641 | courmisch | 2007-01-27 22:14:39 +0100 (Sat, 27 Jan 2007) | 2 lines
43429 Changed paths:
43430    M /trunk/modules/demux/ps.c
43431
43432 Minor code factor
43433
43434 ------------------------------------------------------------------------
43435 r18640 | courmisch | 2007-01-27 22:02:35 +0100 (Sat, 27 Jan 2007) | 2 lines
43436 Changed paths:
43437    M /trunk/modules/demux/ps.c
43438
43439 Fix typo
43440
43441 ------------------------------------------------------------------------
43442 r18639 | ipkiss | 2007-01-27 00:25:49 +0100 (Sat, 27 Jan 2007) | 2 lines
43443 Changed paths:
43444    M /trunk/doc/skins/skins2-howto.xml
43445
43446  * doc/skins/skins2-howto.xml: Fixed a mistake
43447
43448 ------------------------------------------------------------------------
43449 r18638 | dionoea | 2007-01-26 23:39:25 +0100 (Fri, 26 Jan 2007) | 2 lines
43450 Changed paths:
43451    M /trunk/src/text/strings.c
43452
43453 Oops.
43454
43455 ------------------------------------------------------------------------
43456 r18637 | dionoea | 2007-01-26 23:37:28 +0100 (Fri, 26 Jan 2007) | 2 lines
43457 Changed paths:
43458    M /trunk/include/vlc_strings.h
43459    M /trunk/modules/access_output/file.c
43460    M /trunk/modules/video_filter/marq.c
43461    M /trunk/modules/video_output/image.c
43462    M /trunk/src/text/strings.c
43463    M /trunk/src/video_output/vout_intf.c
43464
43465 add new filename_sanitize and path_sanitize functions to remove forbidden charcters from filenames/paths and use where appropriate.
43466
43467 ------------------------------------------------------------------------
43468 r18636 | jb | 2007-01-25 23:46:26 +0100 (Thu, 25 Jan 2007) | 6 lines
43469 Changed paths:
43470    M /trunk/extras/contrib/src/Makefile
43471    M /trunk/extras/contrib/src/packages.mak
43472
43473 Commented unuseful packages.
43474 Repairing some sources links.
43475 Add a "make source" process to get all the tar.(bz2|gz) in one dir.
43476
43477
43478
43479 ------------------------------------------------------------------------
43480 r18635 | xtophe | 2007-01-25 21:26:02 +0100 (Thu, 25 Jan 2007) | 2 lines
43481 Changed paths:
43482    M /trunk/NEWS
43483    M /trunk/src/libvlc-module.c
43484
43485 Change the default for sout-keep to enabled.
43486
43487 ------------------------------------------------------------------------
43488 r18634 | jb | 2007-01-25 20:42:49 +0100 (Thu, 25 Jan 2007) | 4 lines
43489 Changed paths:
43490    M /trunk/modules/video_filter/crop.c
43491    M /trunk/modules/video_filter/panoramix.c
43492
43493 Some small modifications to crop and panoramix to repair calls for uninitialized variables.
43494 Patch by Cedric Coquebert.
43495
43496
43497 ------------------------------------------------------------------------
43498 r18633 | massiot | 2007-01-25 19:33:59 +0100 (Thu, 25 Jan 2007) | 3 lines
43499 Changed paths:
43500    M /trunk/modules/codec/telx.c
43501
43502  * modules/codec/telx.c: New option to work around wrong implementation
43503    of the teletext descriptor by some French channels.
43504
43505 ------------------------------------------------------------------------
43506 r18632 | jb | 2007-01-24 20:21:43 +0100 (Wed, 24 Jan 2007) | 3 lines
43507 Changed paths:
43508    M /trunk/modules/video_output/opengl.c
43509
43510 Patch to force alignment in OpenGL if it isn't correctlt positionned before, as panoramix does do it correctly. Patch By Cedric Cocquebert.
43511
43512
43513 ------------------------------------------------------------------------
43514 r18631 | dionoea | 2007-01-23 22:40:51 +0100 (Tue, 23 Jan 2007) | 2 lines
43515 Changed paths:
43516    M /trunk/src/video_output/vout_intf.c
43517
43518  * Enable format time/meta stuff in snapshot-prefix.
43519
43520 ------------------------------------------------------------------------
43521 r18630 | massiot | 2007-01-23 18:50:32 +0100 (Tue, 23 Jan 2007) | 2 lines
43522 Changed paths:
43523    M /trunk/include/vlc_es_out.h
43524    M /trunk/modules/demux/ts.c
43525    M /trunk/src/input/es_out.c
43526
43527  * modules/demux/ts.c: Fixed stream output mode detection.
43528
43529 ------------------------------------------------------------------------
43530 r18629 | jb | 2007-01-23 18:37:48 +0100 (Tue, 23 Jan 2007) | 4 lines
43531 Changed paths:
43532    M /trunk/modules/video_filter/panoramix.c
43533
43534 Patch by Cedric Cocquebert to improve the panoramix module.
43535
43536
43537
43538 ------------------------------------------------------------------------
43539 r18628 | sam | 2007-01-23 18:25:32 +0100 (Tue, 23 Jan 2007) | 2 lines
43540 Changed paths:
43541    M /trunk/src/misc/mtime.c
43542
43543   * Win32 timer bug (0x100000000 * 1000 != 0x100000000000).
43544
43545 ------------------------------------------------------------------------
43546 r18627 | jpsaman | 2007-01-23 09:09:38 +0100 (Tue, 23 Jan 2007) | 2 lines
43547 Changed paths:
43548    M /trunk/modules/codec/spudec/parse.c
43549
43550 When no start display time is found in a subpicture then return with an error message. Problem reported by: Hytham Alihassan.
43551
43552 ------------------------------------------------------------------------
43553 r18626 | hartman | 2007-01-22 16:11:02 +0100 (Mon, 22 Jan 2007) | 2 lines
43554 Changed paths:
43555    M /trunk/extras/contrib/src/Makefile
43556
43557 * disable gnutls C++ lib. it's broken 
43558
43559 ------------------------------------------------------------------------
43560 r18625 | jb | 2007-01-22 00:50:27 +0100 (Mon, 22 Jan 2007) | 4 lines
43561 Changed paths:
43562    M /trunk/extras/contrib/src/packages.mak
43563
43564 Update freetype from 2.1.9 to 2.3.0. This has been tested on veda, espilon, altair, altair/sid-id386/Mingw32.
43565
43566
43567
43568 ------------------------------------------------------------------------
43569 r18623 | fkuehne | 2007-01-21 20:19:32 +0100 (Sun, 21 Jan 2007) | 1 line
43570 Changed paths:
43571    M /trunk/extras/contrib/src/packages.mak
43572
43573 * download the SDL stuff from sourceforge instead of the bogus official server, as the SF park is much faster and more reliable (forward-porting [18622])
43574 ------------------------------------------------------------------------
43575 r18620 | xtophe | 2007-01-20 21:21:12 +0100 (Sat, 20 Jan 2007) | 3 lines
43576 Changed paths:
43577    M /trunk/modules/codec/telx.c
43578    M /trunk/modules/demux/ts.c
43579
43580 ts.c: Current libdvbpsi is buggy so wait for 0.1.6 to activate the teletext detection code 
43581 ts.c, telx.c: Fallback to teletext detection if TS detection wasn't possible
43582
43583 ------------------------------------------------------------------------
43584 r18618 | xtophe | 2007-01-20 02:04:00 +0100 (Sat, 20 Jan 2007) | 2 lines
43585 Changed paths:
43586    M /trunk/extras/contrib/src/Makefile
43587    M /trunk/extras/contrib/src/Patches/gnutls-win32.patch
43588    M /trunk/extras/contrib/src/packages.mak
43589
43590 Update libgcrypt and libgnutls
43591
43592 ------------------------------------------------------------------------
43593 r18616 | courmisch | 2007-01-19 20:49:40 +0100 (Fri, 19 Jan 2007) | 2 lines
43594 Changed paths:
43595    M /trunk/include/vlc_block.h
43596
43597 Fix block_New failure check
43598
43599 ------------------------------------------------------------------------
43600 r18615 | massiot | 2007-01-19 19:26:39 +0100 (Fri, 19 Jan 2007) | 8 lines
43601 Changed paths:
43602    M /trunk/modules/codec/telx.c
43603    M /trunk/modules/demux/ts.c
43604    M /trunk/modules/mux/mpeg/ts.c
43605
43606  * modules/demux/ts.c: Parse the telx descriptor and create pseudo ES 
43607    for different languages. Slightly changed the way the dvbsub parser
43608    works to allow correct streaming with --sout-all or --programs.
43609  * modules/mux/mpeg/ts.c: Changes to allow descriptor pass-through with
43610    telx and dvbsub. This is kind of kludgy.
43611  * module/codec/telx.c: Got rid of the ugly static variables and use 
43612    info from the TS demux.
43613
43614 ------------------------------------------------------------------------
43615 r18613 | hartman | 2007-01-18 22:22:52 +0100 (Thu, 18 Jan 2007) | 2 lines
43616 Changed paths:
43617    M /trunk/modules/codec/telx.c
43618
43619 * Set svn properties for the telx.c file
43620
43621 ------------------------------------------------------------------------
43622 r18612 | massiot | 2007-01-18 16:14:36 +0100 (Thu, 18 Jan 2007) | 2 lines
43623 Changed paths:
43624    M /trunk/doc/fortunes.txt
43625
43626 .
43627
43628 ------------------------------------------------------------------------
43629 r18610 | hartman | 2007-01-18 15:04:47 +0100 (Thu, 18 Jan 2007) | 2 lines
43630 Changed paths:
43631    M /trunk/modules/codec/telx.c
43632
43633 * compile fix: missing comma in debug statement
43634
43635 ------------------------------------------------------------------------
43636 r18609 | hartman | 2007-01-18 14:57:25 +0100 (Thu, 18 Jan 2007) | 9 lines
43637 Changed paths:
43638    M /trunk/modules/codec/telx.c
43639
43640 Teletext module patch by Vincent Penne
43641
43642 - the stream provided by thedj containing some kind of VPS informations know works fine (they aren't displayed as subtitles anymore). It also solve the same issue on two examples streams on the vlc file repository (called stream-demux-telx-1.dump and stream-demux-telx-2.dump)
43643
43644 - got rid of a kludge that used to be necessary on the "has-subtitles.ts" example stream to avoid subtitles disapearing too fast in some cases. I don't know exactly why it's not anymore necessary, probably because I handle better the subtitle flag now.
43645
43646 - now the page number is handled independently for each 8 magazines
43647
43648
43649 ------------------------------------------------------------------------
43650 r18608 | xtophe | 2007-01-18 00:33:06 +0100 (Thu, 18 Jan 2007) | 2 lines
43651 Changed paths:
43652    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
43653
43654 Fix the preferences under wx
43655
43656 ------------------------------------------------------------------------
43657 r18607 | xtophe | 2007-01-17 21:49:44 +0100 (Wed, 17 Jan 2007) | 2 lines
43658 Changed paths:
43659    M /trunk/modules/codec/telx.c
43660
43661 add a shortname and delete unused variable
43662
43663 ------------------------------------------------------------------------
43664 r18606 | massiot | 2007-01-17 19:06:52 +0100 (Wed, 17 Jan 2007) | 2 lines
43665 Changed paths:
43666    M /trunk/modules/codec/telx.c
43667
43668  * modules/codec/telx.c: Pedantic coding style changes.
43669
43670 ------------------------------------------------------------------------
43671 r18605 | massiot | 2007-01-17 18:30:53 +0100 (Wed, 17 Jan 2007) | 3 lines
43672 Changed paths:
43673    M /trunk/AUTHORS
43674    M /trunk/configure.ac
43675    M /trunk/modules/codec/Modules.am
43676    A /trunk/modules/codec/telx.c
43677
43678  * modules/codec/telx.c: Teletext subtitles decoder, patch courtesy of 
43679    Vincent Penne.
43680
43681 ------------------------------------------------------------------------
43682 r18604 | xtophe | 2007-01-17 15:09:10 +0100 (Wed, 17 Jan 2007) | 2 lines
43683 Changed paths:
43684    M /trunk/doc/fortunes.txt
43685
43686 :)
43687
43688 ------------------------------------------------------------------------
43689 r18603 | massiot | 2007-01-16 23:39:51 +0100 (Tue, 16 Jan 2007) | 2 lines
43690 Changed paths:
43691    M /trunk/doc/fortunes.txt
43692
43693 .
43694
43695 ------------------------------------------------------------------------
43696 r18602 | hartman | 2007-01-16 17:01:49 +0100 (Tue, 16 Jan 2007) | 2 lines
43697 Changed paths:
43698    M /trunk/src/video_output/vout_subpictures.c
43699
43700 * Ehm, MAX, not MIN of course. And let's check both before and after cropping.
43701
43702 ------------------------------------------------------------------------
43703 r18601 | hartman | 2007-01-16 16:52:30 +0100 (Tue, 16 Jan 2007) | 2 lines
43704 Changed paths:
43705    M /trunk/src/video_output/vout_subpictures.c
43706
43707 * Don't allow negative offsets when blending
43708
43709 ------------------------------------------------------------------------
43710 r18600 | massiot | 2007-01-16 11:55:31 +0100 (Tue, 16 Jan 2007) | 2 lines
43711 Changed paths:
43712    M /trunk/modules/codec/mpeg_audio.c
43713
43714 * modules/codec/mpeg_audio.c: Add a debug message for broken streams.
43715
43716 ------------------------------------------------------------------------
43717 r18596 | oaubert | 2007-01-15 16:53:26 +0100 (Mon, 15 Jan 2007) | 2 lines
43718 Changed paths:
43719    M /trunk/include/vlc/mediacontrol.h
43720
43721 include/vlc/mediacontrol.h: include windows.h on win32 to get HWND definition
43722
43723 ------------------------------------------------------------------------
43724 r18595 | courmisch | 2007-01-15 16:22:11 +0100 (Mon, 15 Jan 2007) | 2 lines
43725 Changed paths:
43726    M /trunk/INSTALL
43727
43728 s/wxwindows/wxwidgets/
43729
43730 ------------------------------------------------------------------------
43731 r18594 | jpsaman | 2007-01-14 23:27:48 +0100 (Sun, 14 Jan 2007) | 1 line
43732 Changed paths:
43733    M /trunk/modules/demux/mp4/mp4.c
43734
43735 Remove useless test i_chunk is uint32_t and cannot be lower then zero. This fixes a compile warninig and hopefully doesn't introduce an mp4 problem. Test your mp4's.
43736 ------------------------------------------------------------------------
43737 r18593 | jpsaman | 2007-01-14 23:25:56 +0100 (Sun, 14 Jan 2007) | 1 line
43738 Changed paths:
43739    M /trunk/modules/demux/mp4/mp4.c
43740
43741 Revert part of rev 18553 where p_track->i_chunk test has changed. It shouldn't have gone in this commit.
43742 ------------------------------------------------------------------------
43743 r18592 | xtophe | 2007-01-14 21:49:22 +0100 (Sun, 14 Jan 2007) | 2 lines
43744 Changed paths:
43745    M /trunk/activex/axvlc_rc.rc
43746    M /trunk/configure.ac
43747    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
43748    M /trunk/extras/MacOSX/plugin/Info.plist
43749    M /trunk/mozilla/npvlc_rc.rc
43750    M /trunk/mozilla/vlc.r
43751    M /trunk/mozilla/vlcplugin.h
43752
43753 Happy New Year
43754
43755 ------------------------------------------------------------------------
43756 r18590 | damienf | 2007-01-14 21:35:51 +0100 (Sun, 14 Jan 2007) | 2 lines
43757 Changed paths:
43758    M /trunk/Makefile.am
43759
43760 Makefile.am: reorganize vlc_LDFLAGS for win32
43761
43762 ------------------------------------------------------------------------
43763 r18589 | damienf | 2007-01-14 21:35:11 +0100 (Sun, 14 Jan 2007) | 2 lines
43764 Changed paths:
43765    M /trunk/modules/codec/ffmpeg/encoder.c
43766
43767 - ffmpeg/encoder.c: more int64_t fixes
43768
43769 ------------------------------------------------------------------------
43770 r18578 | courmisch | 2007-01-14 20:44:24 +0100 (Sun, 14 Jan 2007) | 2 lines
43771 Changed paths:
43772    M /trunk/src/misc/modules.c
43773
43774 Oups (again)
43775
43776 ------------------------------------------------------------------------
43777 r18577 | courmisch | 2007-01-14 20:32:20 +0100 (Sun, 14 Jan 2007) | 2 lines
43778 Changed paths:
43779    M /trunk/modules/demux/avi/libavi.c
43780    M /trunk/src/misc/modules.c
43781
43782 Fix out-of-bound read uncovered by sam
43783
43784 ------------------------------------------------------------------------
43785 r18576 | courmisch | 2007-01-14 20:20:20 +0100 (Sun, 14 Jan 2007) | 2 lines
43786 Changed paths:
43787    M /trunk/modules/demux/avi/libavi.c
43788
43789 memory leak
43790
43791 ------------------------------------------------------------------------
43792 r18575 | courmisch | 2007-01-14 20:13:26 +0100 (Sun, 14 Jan 2007) | 2 lines
43793 Changed paths:
43794    M /trunk/modules/demux/asf/asf.c
43795
43796 Fix memory leak
43797
43798 ------------------------------------------------------------------------
43799 r18574 | courmisch | 2007-01-14 20:07:17 +0100 (Sun, 14 Jan 2007) | 5 lines
43800 Changed paths:
43801    M /trunk/modules/demux/asf/libasf.c
43802
43803 Fix a bunch of potential segmentation faults:
43804  - out of bound read initially uncovered by sam,
43805  - also malloc() can really return NULL for arbitrary large alloc,
43806    return value MUST be checked.
43807
43808 ------------------------------------------------------------------------
43809 r18573 | xtophe | 2007-01-14 19:41:22 +0100 (Sun, 14 Jan 2007) | 2 lines
43810 Changed paths:
43811    M /trunk/configure.ac
43812
43813 Don't use '-' in shell variable name and take advantage of the features of PKG_CHECK_MODULES
43814
43815 ------------------------------------------------------------------------
43816 r18572 | xtophe | 2007-01-14 18:57:50 +0100 (Sun, 14 Jan 2007) | 2 lines
43817 Changed paths:
43818    M /trunk/AUTHORS
43819    M /trunk/THANKS
43820
43821 Add myself to AUTHORS
43822
43823 ------------------------------------------------------------------------
43824 r18571 | xtophe | 2007-01-14 18:35:19 +0100 (Sun, 14 Jan 2007) | 2 lines
43825 Changed paths:
43826    M /trunk/po/bn.po
43827    M /trunk/po/ca.po
43828    M /trunk/po/da.po
43829    M /trunk/po/de.po
43830    M /trunk/po/el.po
43831    M /trunk/po/en_GB.po
43832    M /trunk/po/es.po
43833    M /trunk/po/eu.po
43834    M /trunk/po/fr.po
43835    M /trunk/po/fur.po
43836    M /trunk/po/gl.po
43837    M /trunk/po/he.po
43838    M /trunk/po/hi.po
43839    M /trunk/po/hu.po
43840    M /trunk/po/it.po
43841    M /trunk/po/ka.po
43842    M /trunk/po/ko.po
43843    M /trunk/po/lt.po
43844    M /trunk/po/lv.po
43845    M /trunk/po/ms.po
43846    M /trunk/po/my.po
43847    M /trunk/po/nb.po
43848    M /trunk/po/ne.po
43849    M /trunk/po/nl.po
43850    M /trunk/po/nn.po
43851    M /trunk/po/no.po
43852    M /trunk/po/oc.po
43853    M /trunk/po/pl.po
43854    M /trunk/po/ps.po
43855    M /trunk/po/pt_BR.po
43856    M /trunk/po/ro.po
43857    M /trunk/po/ru.po
43858    M /trunk/po/sk.po
43859    M /trunk/po/sl.po
43860    M /trunk/po/sq.po
43861    M /trunk/po/sv.po
43862    M /trunk/po/tet.po
43863    M /trunk/po/tl.po
43864    M /trunk/po/tr.po
43865    M /trunk/po/zh_CN.po
43866    M /trunk/po/zh_TW.po
43867
43868 Add translations from rosetta
43869
43870 ------------------------------------------------------------------------
43871 r18570 | fkuehne | 2007-01-14 17:25:41 +0100 (Sun, 14 Jan 2007) | 1 line
43872 Changed paths:
43873    M /trunk/AUTHORS
43874    M /trunk/Makefile.am
43875    M /trunk/THANKS
43876
43877 * give credit to Jean-Baptiste le Stang for the UB script, add it to the source bundle and update authors a bit
43878 ------------------------------------------------------------------------
43879 r18569 | fkuehne | 2007-01-14 17:14:05 +0100 (Sun, 14 Jan 2007) | 1 line
43880 Changed paths:
43881    A /trunk/extras/MacOSX/ub.sh
43882
43883 * commit Jean-Baptiste's universal binary script to svn, so you don't have to browse trac each time you need it. remember to customise the 3 variables at the top before using it. (closes #749)
43884 ------------------------------------------------------------------------
43885 r18568 | fkuehne | 2007-01-14 17:09:15 +0100 (Sun, 14 Jan 2007) | 1 line
43886 Changed paths:
43887    M /trunk/extras/MacOSX/Delete_Preferences.app/Contents/Info.plist
43888    M /trunk/extras/MacOSX/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt
43889    M /trunk/extras/MacOSX/Delete_Preferences.app/Contents/Resources/applet.rsrc
43890    M /trunk/extras/MacOSX/Delete_Preferences.app/Contents/Resources/description.rtfd/TXT.rtf
43891
43892 * applied Westacular's patch with minor modifications, which solves some issues with this script in certain situations and lets the Finder do most of the work. Note that this script isn't 10.2-save anymore and triggers the Finder to launch in case that it is closed. (closes #911)
43893 ------------------------------------------------------------------------
43894 r18567 | jpsaman | 2007-01-14 15:17:46 +0100 (Sun, 14 Jan 2007) | 1 line
43895 Changed paths:
43896    M /trunk/THANKS
43897
43898 Updated THANKS file for rev 18566
43899 ------------------------------------------------------------------------
43900 r18566 | jpsaman | 2007-01-14 15:16:33 +0100 (Sun, 14 Jan 2007) | 2 lines
43901 Changed paths:
43902    M /trunk/modules/misc/rtsp.c
43903
43904 Added option to disable session timeout option on RTSP request (use: --rtsp-session-timeout=-1 to disable this option, >= 0 to enable it, default is 5). Patch from Saso Kiselkov (skiselkov at gmail dot com) for making VOD (RTSP) work with HanunTech STBs, with modifications from me.
43905
43906 ------------------------------------------------------------------------
43907 r18565 | fkuehne | 2007-01-14 14:02:59 +0100 (Sun, 14 Jan 2007) | 1 line
43908 Changed paths:
43909    M /trunk/modules/gui/macosx/vout.m
43910
43911 * allow the screensaver to appear when video playback is paused (closes #963)
43912 ------------------------------------------------------------------------
43913 r18564 | fkuehne | 2007-01-14 13:40:05 +0100 (Sun, 14 Jan 2007) | 1 line
43914 Changed paths:
43915    M /trunk/modules/gui/macosx/intf.m
43916
43917 * design change: the current volume is automatically stored on quit now and restored on first playback of the next run, similar to other major media players (closes #989)
43918 ------------------------------------------------------------------------
43919 r18563 | xtophe | 2007-01-14 02:28:48 +0100 (Sun, 14 Jan 2007) | 2 lines
43920 Changed paths:
43921    M /trunk/po/POTFILES.in
43922    M /trunk/po/af.po
43923    M /trunk/po/ar.po
43924    M /trunk/po/bn.po
43925    M /trunk/po/ca.po
43926    M /trunk/po/co.po
43927    M /trunk/po/cs.po
43928    M /trunk/po/da.po
43929    M /trunk/po/de.po
43930    M /trunk/po/el.po
43931    M /trunk/po/en_GB.po
43932    M /trunk/po/es.po
43933    M /trunk/po/eu.po
43934    M /trunk/po/fr.po
43935    M /trunk/po/fur.po
43936    M /trunk/po/gl.po
43937    M /trunk/po/he.po
43938    M /trunk/po/hi.po
43939    M /trunk/po/hu.po
43940    M /trunk/po/it.po
43941    M /trunk/po/ja.po
43942    M /trunk/po/ka.po
43943    M /trunk/po/ko.po
43944    M /trunk/po/lt.po
43945    M /trunk/po/lv.po
43946    M /trunk/po/ms.po
43947    M /trunk/po/my.po
43948    M /trunk/po/nb.po
43949    M /trunk/po/ne.po
43950    M /trunk/po/nl.po
43951    M /trunk/po/nn.po
43952    M /trunk/po/no.po
43953    M /trunk/po/oc.po
43954    M /trunk/po/pa.po
43955    M /trunk/po/pl.po
43956    M /trunk/po/ps.po
43957    M /trunk/po/pt_BR.po
43958    M /trunk/po/pt_PT.po
43959    M /trunk/po/ro.po
43960    M /trunk/po/ru.po
43961    M /trunk/po/sk.po
43962    M /trunk/po/sl.po
43963    M /trunk/po/sq.po
43964    M /trunk/po/sv.po
43965    M /trunk/po/tet.po
43966    M /trunk/po/th.po
43967    M /trunk/po/tl.po
43968    M /trunk/po/tr.po
43969    M /trunk/po/vlc.pot
43970    M /trunk/po/zh_CN.po
43971    M /trunk/po/zh_TW.po
43972
43973 hmmm i should use a clean tree for update-po
43974
43975 ------------------------------------------------------------------------
43976 r18562 | damienf | 2007-01-13 18:29:16 +0100 (Sat, 13 Jan 2007) | 2 lines
43977 Changed paths:
43978    M /trunk/modules/demux/live555.cpp
43979
43980 live555: hmmm, that BITMAPINFOHEADER is only useful on mplayer, not vlc
43981
43982 ------------------------------------------------------------------------
43983 r18561 | damienf | 2007-01-13 17:45:10 +0100 (Sat, 13 Jan 2007) | 2 lines
43984 Changed paths:
43985    M /trunk/modules/demux/live555.cpp
43986
43987 demux/live555.cpp: added support for avc1 in X-QT over RTSP
43988
43989 ------------------------------------------------------------------------
43990 r18560 | jpsaman | 2007-01-13 13:26:38 +0100 (Sat, 13 Jan 2007) | 1 line
43991 Changed paths:
43992    M /trunk/modules/control/telnet.c
43993
43994 Fix segmentation fault in modules/control/telnet.c introduced in rev 18519
43995 ------------------------------------------------------------------------
43996 r18559 | xtophe | 2007-01-13 01:52:49 +0100 (Sat, 13 Jan 2007) | 2 lines
43997 Changed paths:
43998    M /trunk/po/POTFILES.in
43999    M /trunk/po/af.po
44000    M /trunk/po/ar.po
44001    M /trunk/po/bn.po
44002    M /trunk/po/ca.po
44003    M /trunk/po/co.po
44004    M /trunk/po/cs.po
44005    M /trunk/po/da.po
44006    M /trunk/po/de.po
44007    M /trunk/po/el.po
44008    M /trunk/po/en_GB.po
44009    M /trunk/po/es.po
44010    M /trunk/po/eu.po
44011    M /trunk/po/fr.po
44012    M /trunk/po/fur.po
44013    M /trunk/po/gl.po
44014    M /trunk/po/he.po
44015    M /trunk/po/hi.po
44016    M /trunk/po/hu.po
44017    M /trunk/po/ja.po
44018    M /trunk/po/ka.po
44019    M /trunk/po/ko.po
44020    M /trunk/po/lt.po
44021    M /trunk/po/lv.po
44022    M /trunk/po/ms.po
44023    M /trunk/po/my.po
44024    M /trunk/po/nb.po
44025    M /trunk/po/ne.po
44026    M /trunk/po/nl.po
44027    M /trunk/po/nn.po
44028    M /trunk/po/no.po
44029    M /trunk/po/oc.po
44030    M /trunk/po/pa.po
44031    M /trunk/po/pl.po
44032    M /trunk/po/ps.po
44033    M /trunk/po/pt_BR.po
44034    M /trunk/po/pt_PT.po
44035    M /trunk/po/ro.po
44036    M /trunk/po/ru.po
44037    M /trunk/po/sk.po
44038    M /trunk/po/sl.po
44039    M /trunk/po/sq.po
44040    M /trunk/po/sv.po
44041    M /trunk/po/tet.po
44042    M /trunk/po/th.po
44043    M /trunk/po/tl.po
44044    M /trunk/po/tr.po
44045    M /trunk/po/vlc.pot
44046    M /trunk/po/zh_CN.po
44047    M /trunk/po/zh_TW.po
44048
44049 make update-po
44050
44051 ------------------------------------------------------------------------
44052 r18558 | xtophe | 2007-01-13 01:52:15 +0100 (Sat, 13 Jan 2007) | 2 lines
44053 Changed paths:
44054    M /trunk/THANKS
44055    M /trunk/po/it.po
44056
44057 Italian translation update. Thanks to Vincenzo Reale.
44058
44059 ------------------------------------------------------------------------
44060 r18557 | xtophe | 2007-01-13 01:27:17 +0100 (Sat, 13 Jan 2007) | 3 lines
44061 Changed paths:
44062    M /trunk/po/af.po
44063    M /trunk/po/ar.po
44064    M /trunk/po/bn.po
44065    M /trunk/po/ca.po
44066    M /trunk/po/co.po
44067    M /trunk/po/cs.po
44068    M /trunk/po/da.po
44069    M /trunk/po/de.po
44070    M /trunk/po/el.po
44071    M /trunk/po/en_GB.po
44072    M /trunk/po/es.po
44073    M /trunk/po/eu.po
44074    M /trunk/po/fr.po
44075    M /trunk/po/fur.po
44076    M /trunk/po/gl.po
44077    M /trunk/po/he.po
44078    M /trunk/po/hi.po
44079    M /trunk/po/hu.po
44080    M /trunk/po/it.po
44081    M /trunk/po/ja.po
44082    M /trunk/po/ka.po
44083    M /trunk/po/ko.po
44084    M /trunk/po/lt.po
44085    M /trunk/po/lv.po
44086    M /trunk/po/ms.po
44087    M /trunk/po/my.po
44088    M /trunk/po/nb.po
44089    M /trunk/po/ne.po
44090    M /trunk/po/nl.po
44091    M /trunk/po/nn.po
44092    M /trunk/po/no.po
44093    M /trunk/po/oc.po
44094    M /trunk/po/pa.po
44095    M /trunk/po/pl.po
44096    M /trunk/po/ps.po
44097    M /trunk/po/pt_BR.po
44098    M /trunk/po/pt_PT.po
44099    M /trunk/po/ro.po
44100    M /trunk/po/ru.po
44101    M /trunk/po/sk.po
44102    M /trunk/po/sl.po
44103    M /trunk/po/sq.po
44104    M /trunk/po/sv.po
44105    M /trunk/po/tet.po
44106    M /trunk/po/th.po
44107    M /trunk/po/tl.po
44108    M /trunk/po/tr.po
44109    M /trunk/po/vlc.pot
44110    M /trunk/po/zh_CN.po
44111    M /trunk/po/zh_TW.po
44112
44113 Merge po file from 0.8.6
44114 fix translation of "C" closes #969
44115
44116 ------------------------------------------------------------------------
44117 r18556 | sigmunau | 2007-01-12 19:12:15 +0100 (Fri, 12 Jan 2007) | 3 lines
44118 Changed paths:
44119    M /trunk/modules/demux/asf/libasf.c
44120
44121 libasf.c: Don't store pointer to bad data. Fixes #992
44122 Btw when did "crash" change into "denial of service"?
44123
44124 ------------------------------------------------------------------------
44125 r18555 | courmisch | 2007-01-12 18:16:21 +0100 (Fri, 12 Jan 2007) | 3 lines
44126 Changed paths:
44127    M /trunk/modules/gui/skins2/x11/x11_window.cpp
44128
44129 Do not assume long integers are 32-bits.
44130 Should fix fullscreen on amd64 - closes #670
44131
44132 ------------------------------------------------------------------------
44133 r18554 | jpsaman | 2007-01-12 13:44:51 +0100 (Fri, 12 Jan 2007) | 1 line
44134 Changed paths:
44135    M /trunk/mozilla/control/npolibvlc.cpp
44136
44137 Fix indentation
44138 ------------------------------------------------------------------------
44139 r18553 | jpsaman | 2007-01-12 13:42:51 +0100 (Fri, 12 Jan 2007) | 1 line
44140 Changed paths:
44141    M /trunk/modules/demux/mp4/mp4.c
44142
44143 Make parenthesis explicite
44144 ------------------------------------------------------------------------
44145 r18552 | xtophe | 2007-01-12 13:38:23 +0100 (Fri, 12 Jan 2007) | 2 lines
44146 Changed paths:
44147    M /trunk/configure.ac
44148    M /trunk/extras/contrib/src/Makefile
44149
44150 Twolame need -DLIBTWOLAME_STIC under win32 to use the .a
44151
44152 ------------------------------------------------------------------------
44153 r18551 | littlejohn | 2007-01-12 00:43:18 +0100 (Fri, 12 Jan 2007) | 1 line
44154 Changed paths:
44155    M /trunk/bindings/java/VLCExample.java
44156    M /trunk/bindings/java/org/videolan/jvlc/Audio.java
44157    M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
44158    M /trunk/bindings/java/src/audio-jni.cc
44159
44160 audio methods aligned to libvlc audio functions
44161 ------------------------------------------------------------------------
44162 r18550 | xtophe | 2007-01-12 00:37:25 +0100 (Fri, 12 Jan 2007) | 2 lines
44163 Changed paths:
44164    M /trunk/modules/codec/ffmpeg/encoder.c
44165
44166 Remove the warning. thanks to Quovodis
44167
44168 ------------------------------------------------------------------------
44169 r18549 | xtophe | 2007-01-12 00:33:02 +0100 (Fri, 12 Jan 2007) | 2 lines
44170 Changed paths:
44171    M /trunk/modules/codec/ffmpeg/encoder.c
44172
44173 Better a compile warning than a bug. Thanks to Robert Stepanek.
44174
44175 ------------------------------------------------------------------------
44176 r18548 | damienf | 2007-01-12 00:28:59 +0100 (Fri, 12 Jan 2007) | 2 lines
44177 Changed paths:
44178    M /trunk/modules/codec/ffmpeg/encoder.c
44179
44180 - ffmpeg/encoder.c: force AV_NOPTS_VALUE to int64_t type rather than signed int
44181
44182 ------------------------------------------------------------------------
44183 r18547 | courmisch | 2007-01-11 16:35:44 +0100 (Thu, 11 Jan 2007) | 3 lines
44184 Changed paths:
44185    M /trunk/modules/demux/playlist/asx.c
44186
44187 Fix denial of service (NULL dereference) in ASX parser
44188 Closes #988
44189
44190 ------------------------------------------------------------------------
44191 r18546 | courmisch | 2007-01-11 16:31:18 +0100 (Thu, 11 Jan 2007) | 2 lines
44192 Changed paths:
44193    M /trunk/modules/demux/playlist/asx.c
44194
44195 Cosmetic fix
44196
44197 ------------------------------------------------------------------------
44198 r18545 | damienf | 2007-01-10 23:41:06 +0100 (Wed, 10 Jan 2007) | 2 lines
44199 Changed paths:
44200    M /trunk/src/misc/mtime.c
44201
44202 mtime.c: previous codepath prevented RTC from ever being used on win32
44203
44204 ------------------------------------------------------------------------
44205 r18544 | courmisch | 2007-01-10 18:34:37 +0100 (Wed, 10 Jan 2007) | 2 lines
44206 Changed paths:
44207    M /trunk/modules/control/rc.c
44208
44209 Do not read inexistant configuration parameter
44210
44211 ------------------------------------------------------------------------
44212 r18543 | damienf | 2007-01-09 23:14:53 +0100 (Tue, 09 Jan 2007) | 2 lines
44213 Changed paths:
44214    M /trunk/mozilla/Makefile.am
44215
44216 - mozilla/Makefile.am: make sure rpath is only used for UNIX build
44217
44218 ------------------------------------------------------------------------
44219 r18542 | damienf | 2007-01-09 22:53:04 +0100 (Tue, 09 Jan 2007) | 2 lines
44220 Changed paths:
44221    M /trunk/src/Makefile.am
44222
44223 - src/Makefile.am: make sure libvlc.dll is always rebuilt on object changes
44224
44225 ------------------------------------------------------------------------
44226 r18541 | damienf | 2007-01-09 22:27:57 +0100 (Tue, 09 Jan 2007) | 2 lines
44227 Changed paths:
44228    M /trunk/configure.ac
44229
44230 - firefox/nspr plugin development fix for ubuntu/debian
44231
44232 ------------------------------------------------------------------------
44233 r18540 | xtophe | 2007-01-09 21:29:05 +0100 (Tue, 09 Jan 2007) | 2 lines
44234 Changed paths:
44235    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
44236
44237 Sync with upstream
44238
44239 ------------------------------------------------------------------------
44240 r18539 | xtophe | 2007-01-09 21:07:05 +0100 (Tue, 09 Jan 2007) | 2 lines
44241 Changed paths:
44242    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
44243
44244 Partial fix of the wx prefs. The modules settings are shown but not the libvlc ones. refs #918. (yes there is lots of debugs left)
44245
44246 ------------------------------------------------------------------------
44247 r18538 | damienf | 2007-01-08 19:21:04 +0100 (Mon, 08 Jan 2007) | 2 lines
44248 Changed paths:
44249    M /trunk/activex/axvlc_rc.rc
44250
44251 - added OLESelfRegister in version resource (may fix reported security problems when registering ActiveX plugin)
44252
44253 ------------------------------------------------------------------------
44254 r18537 | jpsaman | 2007-01-08 19:18:20 +0100 (Mon, 08 Jan 2007) | 1 line
44255 Changed paths:
44256    M /trunk/configure.ac
44257
44258 Put -lX11 and -lXt in the right place.
44259 ------------------------------------------------------------------------
44260 r18536 | damienf | 2007-01-08 18:37:59 +0100 (Mon, 08 Jan 2007) | 2 lines
44261 Changed paths:
44262    M /trunk/activex/axvlc.idl
44263    M /trunk/activex/axvlc.tlb
44264    M /trunk/activex/axvlc_idl.c
44265    M /trunk/activex/axvlc_idl.h
44266    M /trunk/activex/vlccontrol2.cpp
44267    M /trunk/activex/vlccontrol2.h
44268    M /trunk/mozilla/control/npolibvlc.cpp
44269
44270 - added 'vlc.video.crop' property for ActiveX/Mozilla
44271
44272 ------------------------------------------------------------------------
44273 r18535 | damienf | 2007-01-08 18:37:01 +0100 (Mon, 08 Jan 2007) | 2 lines
44274 Changed paths:
44275    M /trunk/include/vlc/libvlc.h
44276    M /trunk/src/control/video.c
44277
44278  - added libvlc_video_set/get_crop_geometry() api
44279
44280 ------------------------------------------------------------------------
44281 r18534 | damienf | 2007-01-08 01:54:08 +0100 (Mon, 08 Jan 2007) | 2 lines
44282 Changed paths:
44283    M /trunk/include/vlc_common.h
44284
44285 - Oops, remove _wclosedir by mistake in previous commit. btw, the previous commit fixes #926 because utf8_loaddir() uses rewindir()
44286
44287 ------------------------------------------------------------------------
44288 r18533 | damienf | 2007-01-08 01:41:45 +0100 (Mon, 08 Jan 2007) | 2 lines
44289 Changed paths:
44290    M /trunk/include/vlc_common.h
44291    M /trunk/src/extras/libc.c
44292
44293 - since DIR* on win32 is mapped to a private data type, rewinddir(), seekdir() and telldir() must also be mapped to their vlc_ equivalent. Should fix ticket #926
44294
44295 ------------------------------------------------------------------------
44296 r18532 | jpsaman | 2007-01-07 22:37:11 +0100 (Sun, 07 Jan 2007) | 1 line
44297 Changed paths:
44298    M /trunk/configure.ac
44299
44300 Fix configure script on MacOS X
44301 ------------------------------------------------------------------------
44302 r18531 | jpsaman | 2007-01-07 22:21:42 +0100 (Sun, 07 Jan 2007) | 1 line
44303 Changed paths:
44304    M /trunk/configure.ac
44305
44306 Fix building mozilla on Linux en properly dectect firefox headerfiles.
44307 ------------------------------------------------------------------------
44308 r18530 | xtophe | 2007-01-07 17:04:18 +0100 (Sun, 07 Jan 2007) | 4 lines
44309 Changed paths:
44310    M /trunk/extras/contrib/src/Makefile
44311
44312 Fix libtwolame contrib:
44313 *download the missing file
44314 *build only the lib
44315
44316 ------------------------------------------------------------------------
44317 r18529 | jpsaman | 2007-01-07 14:23:52 +0100 (Sun, 07 Jan 2007) | 1 line
44318 Changed paths:
44319    M /trunk/activex/axvlc.tlb
44320    M /trunk/activex/axvlc_idl.c
44321    M /trunk/activex/axvlc_idl.h
44322
44323 Update ActiveX bindings
44324 ------------------------------------------------------------------------
44325 r18528 | jpsaman | 2007-01-07 14:22:37 +0100 (Sun, 07 Jan 2007) | 1 line
44326 Changed paths:
44327    M /trunk/activex/axvlc.idl
44328    M /trunk/activex/vlccontrol2.cpp
44329    M /trunk/activex/vlccontrol2.h
44330    M /trunk/include/vlc/libvlc.h
44331    M /trunk/mozilla/control/npolibvlc.cpp
44332    M /trunk/src/control/audio.c
44333
44334 Reworked vlc.audio.channel API for JavaScript. All documentation is already updated.
44335 ------------------------------------------------------------------------
44336 r18527 | sigmunau | 2007-01-07 13:33:50 +0100 (Sun, 07 Jan 2007) | 2 lines
44337 Changed paths:
44338    M /trunk/modules/demux/avi/libavi.c
44339
44340 apply mini_patch.diff from #964. Fixes #964
44341
44342 ------------------------------------------------------------------------
44343 r18526 | fkuehne | 2007-01-06 17:56:33 +0100 (Sat, 06 Jan 2007) | 1 line
44344 Changed paths:
44345    M /trunk/extras/contrib/src/Patches/twolame-osx.patch
44346    M /trunk/extras/contrib/src/packages.mak
44347
44348 * update libtwolame to 0.3.9 allows a simplification of our patch, as darwin9 linker appears to be as picky as MVS05's
44349 ------------------------------------------------------------------------
44350 r18525 | fkuehne | 2007-01-06 17:23:30 +0100 (Sat, 06 Jan 2007) | 1 line
44351 Changed paths:
44352    M /trunk/extras/contrib/bootstrap
44353    M /trunk/extras/contrib/src/Makefile
44354
44355 * update the (C) dates. *cough*
44356 ------------------------------------------------------------------------
44357 r18524 | fkuehne | 2007-01-06 17:21:41 +0100 (Sat, 06 Jan 2007) | 1 line
44358 Changed paths:
44359    M /trunk/extras/contrib/bootstrap
44360    M /trunk/extras/contrib/src/Makefile
44361    A /trunk/extras/contrib/src/Patches/twolame-osx.patch
44362
44363 * patch libtwolame and re-enable x264 as it was fixed upstream. all contribs are save for future darwin releases now. this commit deprecates all osx releases < 10.4 and the usage of GCC3 on Darwin. bootstrap will need further tweaking once 'gcc -dumpmachine' is updated to Darwin 9.
44364 ------------------------------------------------------------------------
44365 r18523 | courmisch | 2007-01-06 17:00:49 +0100 (Sat, 06 Jan 2007) | 2 lines
44366 Changed paths:
44367    M /trunk/src/network/io.c
44368
44369 Remove broken V6ONLY logic 
44370
44371 ------------------------------------------------------------------------
44372 r18522 | courmisch | 2007-01-06 14:39:36 +0100 (Sat, 06 Jan 2007) | 3 lines
44373 Changed paths:
44374    M /trunk/src/network/io.c
44375
44376 Revert [18511].
44377 I wonder what I was thinking about.
44378
44379 ------------------------------------------------------------------------
44380 r18521 | xtophe | 2007-01-06 03:04:34 +0100 (Sat, 06 Jan 2007) | 2 lines
44381 Changed paths:
44382    M /trunk/bindings/python/Makefile.am
44383
44384 vlc_object.c has been deleted in [18517]
44385
44386 ------------------------------------------------------------------------
44387 r18520 | xtophe | 2007-01-06 03:03:28 +0100 (Sat, 06 Jan 2007) | 1 line
44388 Changed paths:
44389    M /trunk/po/Makefile.in.in
44390    M /trunk/po/af.po
44391    M /trunk/po/ar.po
44392    M /trunk/po/bn.po
44393    M /trunk/po/ca.po
44394    M /trunk/po/co.po
44395    M /trunk/po/cs.po
44396    M /trunk/po/da.po
44397    M /trunk/po/de.po
44398    M /trunk/po/el.po
44399    M /trunk/po/en_GB.po
44400    M /trunk/po/es.po
44401    M /trunk/po/eu.po
44402    M /trunk/po/fr.po
44403    M /trunk/po/fur.po
44404    M /trunk/po/gl.po
44405    M /trunk/po/he.po
44406    M /trunk/po/hi.po
44407    M /trunk/po/hu.po
44408    M /trunk/po/it.po
44409    M /trunk/po/ja.po
44410    M /trunk/po/ka.po
44411    M /trunk/po/ko.po
44412    M /trunk/po/lt.po
44413    M /trunk/po/lv.po
44414    M /trunk/po/ms.po
44415    M /trunk/po/my.po
44416    M /trunk/po/nb.po
44417    M /trunk/po/ne.po
44418    M /trunk/po/nl.po
44419    M /trunk/po/nn.po
44420    M /trunk/po/no.po
44421    M /trunk/po/oc.po
44422    M /trunk/po/pa.po
44423    M /trunk/po/pl.po
44424    M /trunk/po/ps.po
44425    M /trunk/po/pt_BR.po
44426    M /trunk/po/pt_PT.po
44427    M /trunk/po/ro.po
44428    M /trunk/po/ru.po
44429    M /trunk/po/sk.po
44430    M /trunk/po/sl.po
44431    M /trunk/po/sq.po
44432    M /trunk/po/sv.po
44433    M /trunk/po/tet.po
44434    M /trunk/po/th.po
44435    M /trunk/po/tl.po
44436    M /trunk/po/tr.po
44437    M /trunk/po/vlc.pot
44438    M /trunk/po/zh_CN.po
44439    M /trunk/po/zh_TW.po
44440
44441 make update-po
44442 ------------------------------------------------------------------------
44443 r18519 | xtophe | 2007-01-06 02:11:05 +0100 (Sat, 06 Jan 2007) | 2 lines
44444 Changed paths:
44445    M /trunk/modules/control/telnet.c
44446
44447 Split text and control character to please gettext
44448
44449 ------------------------------------------------------------------------
44450 r18518 | xtophe | 2007-01-06 00:21:54 +0100 (Sat, 06 Jan 2007) | 2 lines
44451 Changed paths:
44452    M /trunk/configure.ac
44453
44454 Use mmx also when the host cpu claim to be 486 
44455
44456 ------------------------------------------------------------------------
44457 r18517 | oaubert | 2007-01-05 20:16:53 +0100 (Fri, 05 Jan 2007) | 2 lines
44458 Changed paths:
44459    D /trunk/bindings/python/vlc_object.c
44460
44461 bindings/python/vlc_object.c: remove useless file
44462
44463 ------------------------------------------------------------------------
44464 r18516 | oaubert | 2007-01-05 20:15:16 +0100 (Fri, 05 Jan 2007) | 2 lines
44465 Changed paths:
44466    M /trunk/bindings/python/setup.py
44467    M /trunk/bindings/python/vlc_module.c
44468    M /trunk/bindings/python/vlcglue.h
44469
44470 bindings/python: removed vlc.Object code from the main vlc python module. This module should now be cleanly buildable from outside the VLC tree, given the public headers and appropriate libs are available.
44471
44472 ------------------------------------------------------------------------
44473 r18515 | oaubert | 2007-01-05 20:14:02 +0100 (Fri, 05 Jan 2007) | 2 lines
44474 Changed paths:
44475    A /trunk/bindings/python/setup-internal.py
44476    A /trunk/bindings/python/vlc_internal.c
44477    A /trunk/bindings/python/vlc_internal.h
44478
44479 bindings/python: moved vlc.Object (access to internal framework of VLC objects) to its own vlcinternal.Object module, which is not build by default.
44480
44481 ------------------------------------------------------------------------
44482 r18514 | jpsaman | 2007-01-05 19:52:30 +0100 (Fri, 05 Jan 2007) | 1 line
44483 Changed paths:
44484    M /trunk/src/control/audio.c
44485
44486 Oops watch the tabs when using vi.
44487 ------------------------------------------------------------------------
44488 r18513 | jpsaman | 2007-01-05 19:50:18 +0100 (Fri, 05 Jan 2007) | 1 line
44489 Changed paths:
44490    M /trunk/src/control/audio.c
44491
44492 Return when found, return error when setting failed.:
44493 ------------------------------------------------------------------------
44494 r18512 | courmisch | 2007-01-05 13:43:41 +0100 (Fri, 05 Jan 2007) | 2 lines
44495 Changed paths:
44496    M /trunk/src/text/unicode.c
44497
44498 Fix CRLF on Win32 with utf8_fopen (thanks to Md) closes #837
44499
44500 ------------------------------------------------------------------------
44501 r18511 | courmisch | 2007-01-05 12:28:28 +0100 (Fri, 05 Jan 2007) | 2 lines
44502 Changed paths:
44503    M /trunk/src/network/io.c
44504
44505 Fix setsockopt(IPV6_V6ONLY)
44506
44507 ------------------------------------------------------------------------
44508 r18510 | courmisch | 2007-01-05 12:21:12 +0100 (Fri, 05 Jan 2007) | 2 lines
44509 Changed paths:
44510    M /trunk/src/network/udp.c
44511
44512 Fix listening to UDP port (though this is fairly insecure) - closes #919
44513
44514 ------------------------------------------------------------------------
44515 r18509 | courmisch | 2007-01-05 11:41:33 +0100 (Fri, 05 Jan 2007) | 2 lines
44516 Changed paths:
44517    M /trunk/src/input/access.c
44518    M /trunk/src/input/input.c
44519
44520 Fix preparsing and access plugin selection (oups)
44521
44522 ------------------------------------------------------------------------
44523 r18508 | courmisch | 2007-01-05 11:32:23 +0100 (Fri, 05 Jan 2007) | 2 lines
44524 Changed paths:
44525    M /trunk/src/input/demux.c
44526
44527 Be more DSO-friendly
44528
44529 ------------------------------------------------------------------------
44530 r18507 | jpsaman | 2007-01-05 09:44:48 +0100 (Fri, 05 Jan 2007) | 1 line
44531 Changed paths:
44532    M /trunk/po/Makefile.in.in
44533
44534 Unbreak mkinstalldirs in directory po
44535 ------------------------------------------------------------------------
44536 r18506 | xtophe | 2007-01-04 18:52:27 +0100 (Thu, 04 Jan 2007) | 3 lines
44537 Changed paths:
44538    M /trunk/menuconfig
44539
44540 menuconfig is out-of-date
44541
44542
44543 ------------------------------------------------------------------------
44544 r18505 | courmisch | 2007-01-04 18:00:10 +0100 (Thu, 04 Jan 2007) | 2 lines
44545 Changed paths:
44546    M /trunk/modules/access/directory.c
44547
44548 Win32 compile fix
44549
44550 ------------------------------------------------------------------------
44551 r18504 | courmisch | 2007-01-04 17:37:21 +0100 (Thu, 04 Jan 2007) | 4 lines
44552 Changed paths:
44553    M /trunk/include/vlc_charset.h
44554    M /trunk/modules/access/directory.c
44555    M /trunk/src/libvlc.sym
44556    M /trunk/src/text/unicode.c
44557
44558 Allow directory module to recurse through symbolic links
44559 as long as this does not cause infinite recursion.
44560 Also fix a few really minor ToCToU errors.
44561
44562 ------------------------------------------------------------------------
44563 r18503 | jpsaman | 2007-01-04 16:11:25 +0100 (Thu, 04 Jan 2007) | 1 line
44564 Changed paths:
44565    M /trunk/configure.ac
44566
44567 Simplified mozilla headerfile detection for use with firefox-development headers and got rid of XPIDL/XPCOM checks from previous commit.
44568 ------------------------------------------------------------------------
44569 r18502 | courmisch | 2007-01-04 16:02:14 +0100 (Thu, 04 Jan 2007) | 2 lines
44570 Changed paths:
44571    M /trunk/modules/access/directory.c
44572
44573 Fix unlikely deadlock
44574
44575 ------------------------------------------------------------------------
44576 r18501 | courmisch | 2007-01-04 15:30:10 +0100 (Thu, 04 Jan 2007) | 3 lines
44577 Changed paths:
44578    M /trunk/modules/access/directory.c
44579
44580 Match file:// with the directory plugin as any browser does.
44581 Fixes opening of directories.
44582
44583 ------------------------------------------------------------------------
44584 r18500 | courmisch | 2007-01-03 23:40:51 +0100 (Wed, 03 Jan 2007) | 7 lines
44585 Changed paths:
44586    M /trunk/src/input/input.c
44587
44588 Same thing as previous commit.
44589 Do not ignore access specification; do not fallback to vcd, file whatever.
44590 It sucks (e.g. if following an HTTP URL you really should only try to
44591 use the HTTP plugin, and this is the proper and only way to do it).
44592
44593 Again MRLSplit might need to be improved (not sure how)
44594
44595 ------------------------------------------------------------------------
44596 r18499 | courmisch | 2007-01-03 23:36:15 +0100 (Wed, 03 Jan 2007) | 4 lines
44597 Changed paths:
44598    M /trunk/src/input/input.c
44599
44600 Remove the ugly insecure hack.
44601 Maybe you have a colon in your filename,
44602 but it is no reason to mix access protocols.
44603
44604 ------------------------------------------------------------------------
44605 r18498 | courmisch | 2007-01-03 23:25:46 +0100 (Wed, 03 Jan 2007) | 2 lines
44606 Changed paths:
44607    M /trunk/src/input/access.c
44608
44609 Fix "quick" access creation mode
44610
44611 ------------------------------------------------------------------------
44612 r18497 | courmisch | 2007-01-03 23:23:54 +0100 (Wed, 03 Jan 2007) | 2 lines
44613 Changed paths:
44614    M /trunk/src/input/access.c
44615
44616 Simplification
44617
44618 ------------------------------------------------------------------------
44619 r18496 | courmisch | 2007-01-03 23:23:02 +0100 (Wed, 03 Jan 2007) | 4 lines
44620 Changed paths:
44621    M /trunk/src/input/access.c
44622
44623 Use strict mode when probing access filters.
44624 You do not want to get another access filter plugin that the one you
44625 requested, do you?
44626
44627 ------------------------------------------------------------------------
44628 r18495 | courmisch | 2007-01-03 23:19:44 +0100 (Wed, 03 Jan 2007) | 2 lines
44629 Changed paths:
44630    M /trunk/src/misc/modules.c
44631
44632 Some cleanup. Use strlen().
44633
44634 ------------------------------------------------------------------------
44635 r18484 | damienf | 2007-01-03 15:36:26 +0100 (Wed, 03 Jan 2007) | 2 lines
44636 Changed paths:
44637    M /trunk/modules/misc/audioscrobbler.c
44638
44639 audioscrobbler.c: fix for format string exploit
44640
44641 ------------------------------------------------------------------------
44642 r18483 | courmisch | 2007-01-03 15:31:35 +0100 (Wed, 03 Jan 2007) | 3 lines
44643 Changed paths:
44644    M /trunk/modules/misc/gnutls.c
44645
44646 Do not use error message as a format string.
44647 (There was no bug here; this is just to please Quovodis :) )
44648
44649 ------------------------------------------------------------------------
44650 r18482 | damienf | 2007-01-03 12:25:36 +0100 (Wed, 03 Jan 2007) | 2 lines
44651 Changed paths:
44652    M /trunk/src/extras/libc.c
44653
44654 - extras/libc.c: fixed stack overflow due to infinite recursion in vlc_wopendir(). I really don't like system APIs remapping to vlc_... too bug prone
44655
44656 ------------------------------------------------------------------------
44657 r18481 | courmisch | 2007-01-02 22:50:30 +0100 (Tue, 02 Jan 2007) | 3 lines
44658 Changed paths:
44659    M /trunk/modules/access/cdda/access.c
44660    M /trunk/modules/access/vcdx/access.c
44661
44662 Fix a bunch of format string injection in VCDX and CDDA.
44663 Initially reported by Kevin Finisterre
44664
44665 ------------------------------------------------------------------------
44666 r18480 | fkuehne | 2007-01-01 23:39:01 +0100 (Mon, 01 Jan 2007) | 1 line
44667 Changed paths:
44668    M /trunk/extras/contrib/src/Makefile
44669
44670 * using GCC 3.3 with the 10.3.9 SDK is definitelly no good idea. x264 and libtwolame remain broken for future d. releases
44671 ------------------------------------------------------------------------
44672 r18479 | jpsaman | 2007-01-01 19:56:37 +0100 (Mon, 01 Jan 2007) | 1 line
44673 Changed paths:
44674    M /trunk/THANKS
44675    M /trunk/configure.ac
44676
44677 Patch by Mikko Hirvonen <masse at astro dot helsinki dot fi> for Firefox-1.5.x development tools detection in configure.ac. The patch is applied with some modifications of me
44678 ------------------------------------------------------------------------
44679 r18478 | fkuehne | 2007-01-01 18:05:32 +0100 (Mon, 01 Jan 2007) | 1 line
44680 Changed paths:
44681    M /trunk/extras/contrib/bootstrap
44682    M /trunk/extras/contrib/src/Makefile
44683
44684 * added out-of-the-box support for future darwin releases. right now, the following libraries are broken (due to linking issues): cdio, cddb, vcdimager and twolame. additionally, x264 doesn't compile because of a bug in makefile/config.mak.
44685 ------------------------------------------------------------------------
44686 r18477 | dionoea | 2006-12-31 16:48:15 +0100 (Sun, 31 Dec 2006) | 9 lines
44687 Changed paths:
44688    M /trunk/modules/codec/araw.c
44689
44690 Add quicktime in24 and in32 support (basically s24/32l from what i understand)
44691 Some testing might be needed 
44692
44693 I tried on samples:
44694  ftp://ftp.funcom.com/media/Dreamfall/final_dreamfall_trailer_funcom_qtmp4.mov
44695  http://www.movie-update.com/download/11372/sm3_sneak_peek.mov
44696
44697 According to the Mplayer mailing list, there might be endianess issues (i couldn't find s24b equivalent samples ... so i couldn't test). See http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-March/041206.html
44698
44699 ------------------------------------------------------------------------