]> git.sesse.net Git - vlc/blob - ChangeLog
Update ChangeLog
[vlc] / ChangeLog
1 ------------------------------------------------------------------------
2 r15550 | damienf | 2006-05-06 12:36:58 +0200 (Sat, 06 May 2006) | 2 lines
3 Changed paths:
4    M /trunk/vlc.win32.nsi.in
5
6 vlc.win32.nsi.in: i need holidays
7
8 ------------------------------------------------------------------------
9 r15549 | littlejohn | 2006-05-06 12:04:34 +0200 (Sat, 06 May 2006) | 6 lines
10 Changed paths:
11    A /trunk/bindings/java/FAQ
12    M /trunk/bindings/java/Makefile.am
13    D /trunk/bindings/java/SWTUglyPlayer.java
14    M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
15    M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
16    M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
17    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
18    M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
19    M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
20    M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
21    M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
22    D /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
23    M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
24    M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
25    M /trunk/bindings/java/vlc-libvlc-jni.cc
26
27 Java bindings updated to latest jvlc version.
28 SWT components removed until we are able to configure and check for swt-*.jar
29 presence.
30
31
32
33 ------------------------------------------------------------------------
34 r15548 | damienf | 2006-05-06 01:41:55 +0200 (Sat, 06 May 2006) | 2 lines
35 Changed paths:
36    M /trunk/configure.ac
37    M /trunk/vlc.win32.nsi.in
38
39 - vlc.win32.nsi.in: second attempt
40
41 ------------------------------------------------------------------------
42 r15547 | damienf | 2006-05-06 01:09:43 +0200 (Sat, 06 May 2006) | 2 lines
43 Changed paths:
44    M /trunk/configure.ac
45    M /trunk/vlc.win32.nsi.in
46
47 vlc.win32.nsi: libvlc.dll needs be copied into mozilla plugins directory as well.
48
49 ------------------------------------------------------------------------
50 r15546 | dionoea | 2006-05-05 22:38:58 +0200 (Fri, 05 May 2006) | 2 lines
51 Changed paths:
52    M /trunk/modules/services_discovery/shout.c
53
54 Add "shoutcast" as an alias for "shout".
55
56 ------------------------------------------------------------------------
57 r15545 | dionoea | 2006-05-05 22:35:43 +0200 (Fri, 05 May 2006) | 2 lines
58 Changed paths:
59    M /trunk/THANKS
60
61 see previous commit
62
63 ------------------------------------------------------------------------
64 r15544 | dionoea | 2006-05-05 22:34:42 +0200 (Fri, 05 May 2006) | 2 lines
65 Changed paths:
66    M /trunk/modules/control/rc.c
67    M /trunk/modules/video_filter/mosaic.c
68
69 "[PATCH] for changing the mosaic-order in execution time" by Mateus Krepsky Ludwich + a few fixes. Many thanks.
70
71 ------------------------------------------------------------------------
72 r15541 | xtophe | 2006-05-05 19:12:15 +0200 (Fri, 05 May 2006) | 2 lines
73 Changed paths:
74    M /trunk/po/zh_CN.po
75
76 Update chinese l10n by  Wei Mingzhi
77
78 ------------------------------------------------------------------------
79 r15538 | courmisch | 2006-05-05 17:49:54 +0200 (Fri, 05 May 2006) | 2 lines
80 Changed paths:
81    M /trunk/modules/misc/svg.c
82
83 We need to include "config.h" somehow before we can use the HAVE_* defines
84
85 ------------------------------------------------------------------------
86 r15537 | xtophe | 2006-05-05 14:02:55 +0200 (Fri, 05 May 2006) | 2 lines
87 Changed paths:
88    M /trunk/configure.ac
89
90 Hope it really fix it
91
92 ------------------------------------------------------------------------
93 r15536 | xtophe | 2006-05-05 00:36:31 +0200 (Fri, 05 May 2006) | 2 lines
94 Changed paths:
95    M /trunk/configure.ac
96
97 Fix.
98
99 ------------------------------------------------------------------------
100 r15535 | xtophe | 2006-05-05 00:00:42 +0200 (Fri, 05 May 2006) | 2 lines
101 Changed paths:
102    M /trunk/configure.ac
103
104 configure.ac: test a bit more for contribs
105
106 ------------------------------------------------------------------------
107 r15534 | damienf | 2006-05-04 23:58:37 +0200 (Thu, 04 May 2006) | 2 lines
108 Changed paths:
109    M /trunk/src/libvlc.c
110
111 libvlc.c: removed debug
112
113 ------------------------------------------------------------------------
114 r15532 | dionoea | 2006-05-04 23:25:07 +0200 (Thu, 04 May 2006) | 2 lines
115 Changed paths:
116    M /trunk/modules/control/rc.c
117
118 Add undocummented comments to help. Thanks to pieroxy ( http://forum.videolan.org/viewtopic.php?t=19603 )
119
120 ------------------------------------------------------------------------
121 r15530 | dionoea | 2006-05-02 22:17:33 +0200 (Tue, 02 May 2006) | 2 lines
122 Changed paths:
123    M /trunk/modules/access/dshow/dshow.cpp
124
125 This should now at least compile
126
127 ------------------------------------------------------------------------
128 r15528 | bigben | 2006-05-02 22:07:59 +0200 (Tue, 02 May 2006) | 4 lines
129 Changed paths:
130    M /trunk/modules/stream_out/es.c
131
132 * Hopefully fix a long lasting refcount issue in the es module that prevented the mp4 frame header to be written properly on exit
133 * (Well, es is deprecated anyway)
134
135
136 ------------------------------------------------------------------------
137 r15527 | dionoea | 2006-05-02 21:54:29 +0200 (Tue, 02 May 2006) | 2 lines
138 Changed paths:
139    M /trunk/modules/access/dshow/dshow.cpp
140
141 Untested change to support different AMTUNER modes in dshow input (see http://forum.videolan.org/viewtopic.php?t=19814 )
142
143 ------------------------------------------------------------------------
144 r15525 | bigben | 2006-05-02 21:20:28 +0200 (Tue, 02 May 2006) | 3 lines
145 Changed paths:
146    M /trunk/modules/video_output/x11/xcommon.c
147
148 * Really fix the color depth specification
149
150
151 ------------------------------------------------------------------------
152 r15524 | courmisch | 2006-05-02 17:23:39 +0200 (Tue, 02 May 2006) | 2 lines
153 Changed paths:
154    M /trunk/configure.ac
155
156 Hopefully fix linking of the mosaic plugin
157
158 ------------------------------------------------------------------------
159 r15523 | damienf | 2006-05-02 17:13:28 +0200 (Tue, 02 May 2006) | 2 lines
160 Changed paths:
161    M /trunk/modules/gui/macosx/voutqt.m
162
163 voutqt.m: use kYUVSPixelFormat for MacIntel CPUs
164
165 ------------------------------------------------------------------------
166 r15522 | courmisch | 2006-05-02 16:54:32 +0200 (Tue, 02 May 2006) | 2 lines
167 Changed paths:
168    M /trunk/THANKS
169    M /trunk/mozilla/Makefile.am
170
171 Mozilla libtool fix from Pavlov Konstantin
172
173 ------------------------------------------------------------------------
174 r15520 | damienf | 2006-05-02 11:23:06 +0200 (Tue, 02 May 2006) | 2 lines
175 Changed paths:
176    M /trunk/Makefile.am
177
178 Makefile.am: fixed EXTRA_DIST for MacOS X plugin
179
180 ------------------------------------------------------------------------
181 r15519 | damienf | 2006-05-02 10:50:18 +0200 (Tue, 02 May 2006) | 2 lines
182 Changed paths:
183    M /trunk/configure.ac
184
185 - added support for 64 bit version of mozilla SDK, thanks to thresh for the patch
186
187 ------------------------------------------------------------------------
188 r15518 | courmisch | 2006-05-02 08:57:46 +0200 (Tue, 02 May 2006) | 2 lines
189 Changed paths:
190    M /trunk/src/misc/unicode.c
191
192 Avoid code duplication
193
194 ------------------------------------------------------------------------
195 r15517 | ipkiss | 2006-05-02 08:50:30 +0200 (Tue, 02 May 2006) | 2 lines
196 Changed paths:
197    M /trunk/share/skins2/default/theme.xml
198
199  * forwardport of [15426] and [15516]
200
201 ------------------------------------------------------------------------
202 r15515 | fox | 2006-05-02 00:06:57 +0200 (Tue, 02 May 2006) | 5 lines
203 Changed paths:
204    M /trunk/configure.ac
205    M /trunk/modules/demux/Modules.am
206    A /trunk/modules/demux/gme.cpp
207
208 First rough demux2 implementation for game music files using Game_Music_Emu 
209 (Super Nintendo (SPC), Nintendo NES (NSF), Nintendo Game Boy (GBS), 
210 Sega Genesis/Mega Drive (VGM/VGZ/GYM), and Sega Master System (VGM/VGZ)).
211
212
213 ------------------------------------------------------------------------
214 r15513 | fox | 2006-05-01 23:20:09 +0200 (Mon, 01 May 2006) | 2 lines
215 Changed paths:
216    M /trunk/modules/demux/mod.c
217
218  Use strrchr to extract the file's extension
219
220 ------------------------------------------------------------------------
221 r15512 | dionoea | 2006-05-01 21:13:45 +0200 (Mon, 01 May 2006) | 2 lines
222 Changed paths:
223    M /trunk/src/misc/unicode.c
224
225 Win95/98/Me file opening and stat "fix". Thanks to Quovodis for the help (even though we finaly came back to an easy solution).
226
227 ------------------------------------------------------------------------
228 r15511 | courmisch | 2006-05-01 17:18:01 +0200 (Mon, 01 May 2006) | 3 lines
229 Changed paths:
230    M /trunk/src/misc/unicode.c
231
232 - Save one malloc()
233 - Return NULL in case of error
234
235 ------------------------------------------------------------------------
236 r15510 | dionoea | 2006-05-01 16:47:24 +0200 (Mon, 01 May 2006) | 2 lines
237 Changed paths:
238    M /trunk/src/misc/unicode.c
239
240 Hum
241
242 ------------------------------------------------------------------------
243 r15509 | dionoea | 2006-05-01 16:25:07 +0200 (Mon, 01 May 2006) | 2 lines
244 Changed paths:
245    M /trunk/src/misc/unicode.c
246
247 Add some more debug (this is easier than compiling at home).
248
249 ------------------------------------------------------------------------
250 r15507 | ipkiss | 2006-05-01 15:28:07 +0200 (Mon, 01 May 2006) | 3 lines
251 Changed paths:
252    M /trunk/modules/gui/skins2/src/generic_layout.cpp
253
254  * skins2/src/generic_layout.cpp: do not draw on top of the embedded vout when
255    resizing
256
257 ------------------------------------------------------------------------
258 r15506 | dionoea | 2006-05-01 15:18:11 +0200 (Mon, 01 May 2006) | 2 lines
259 Changed paths:
260    M /trunk/src/misc/unicode.c
261
262 Fix tabs and add some debug.
263
264 ------------------------------------------------------------------------
265 r15505 | asmax | 2006-05-01 14:12:03 +0200 (Mon, 01 May 2006) | 2 lines
266 Changed paths:
267    M /trunk/modules/gui/skins2/src/vlcproc.cpp
268
269 * forward port of [15504]
270
271 ------------------------------------------------------------------------
272 r15503 | fkuehne | 2006-05-01 13:47:19 +0200 (Mon, 01 May 2006) | 1 line
273 Changed paths:
274    M /trunk/Makefile.am
275
276 * forward-port [15502]
277 ------------------------------------------------------------------------
278 r15501 | damienf | 2006-05-01 12:41:00 +0200 (Mon, 01 May 2006) | 2 lines
279 Changed paths:
280    M /trunk/src/misc/unicode.c
281
282 - unicode.c: possible fix for UTF8 filename support under WinMe/98/95, needs testing though
283
284 ------------------------------------------------------------------------
285 r15498 | zorglub | 2006-05-01 10:34:27 +0200 (Mon, 01 May 2006) | 2 lines
286 Changed paths:
287    M /trunk/modules/mux/mpeg/ts.c
288
289 Forwardport [15492]
290
291 ------------------------------------------------------------------------
292 r15494 | zorglub | 2006-05-01 00:34:50 +0200 (Mon, 01 May 2006) | 3 lines
293 Changed paths:
294    M /trunk/modules/audio_output/alsa.c
295
296 Fix handling of buffer underruns in ALSA. Probably closes #461
297 We passed the delay verbatim to ...frames_to_bytes function which doesn't like negative numbers.
298
299 ------------------------------------------------------------------------
300 r15493 | hartman | 2006-05-01 00:08:18 +0200 (Mon, 01 May 2006) | 3 lines
301 Changed paths:
302    M /trunk/modules/misc/rtsp.c
303
304 * Fix searching in aggregate mode for the RTSP VoD module. (fixes #655)
305   Pausing is still broken.
306
307 ------------------------------------------------------------------------
308 r15490 | courmisch | 2006-04-30 23:01:54 +0200 (Sun, 30 Apr 2006) | 2 lines
309 Changed paths:
310    M /trunk/src/network/httpd.c
311
312 Rah forgot to commit this file
313
314 ------------------------------------------------------------------------
315 r15488 | bigben | 2006-04-30 21:26:25 +0200 (Sun, 30 Apr 2006) | 5 lines
316 Changed paths:
317    M /trunk/THANKS
318    M /trunk/modules/gui/macosx/controls.h
319    M /trunk/modules/gui/macosx/controls.m
320    M /trunk/modules/gui/macosx/misc.m
321
322 * Patch from Basil Achermann to handle esc and space keyboard events in VLCControl when the controller is active
323 * It seems that corrects a bug when the controller was the acrtive window in fullscreen (that shouldn't happen, but well...)
324 * Best thing to do would be to handle the keypresses from the vout here too, I guess...
325
326
327 ------------------------------------------------------------------------
328 r15487 | dionoea | 2006-04-30 21:16:39 +0200 (Sun, 30 Apr 2006) | 2 lines
329 Changed paths:
330    M /trunk/doc/skins/skins2-howto.xml
331    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
332    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
333    M /trunk/modules/gui/skins2/parser/builder.cpp
334    M /trunk/modules/services_discovery/podcast.c
335    M /trunk/share/skins2/default/theme.xml
336
337 Forward port [15485] and [15486].
338
339 ------------------------------------------------------------------------
340 r15480 | courmisch | 2006-04-30 19:51:34 +0200 (Sun, 30 Apr 2006) | 2 lines
341 Changed paths:
342    M /trunk/modules/control/http/mvar.c
343
344 Fix segfault
345
346 ------------------------------------------------------------------------
347 r15478 | damienf | 2006-04-30 19:40:34 +0200 (Sun, 30 Apr 2006) | 2 lines
348 Changed paths:
349    M /trunk/Makefile.am
350
351 - MacOS X: bundle 'VLC Internet Plug-In' package into a disk image for online distribution
352
353 ------------------------------------------------------------------------
354 r15477 | zorglub | 2006-04-30 19:40:03 +0200 (Sun, 30 Apr 2006) | 2 lines
355 Changed paths:
356    M /trunk/modules/demux/asf/asf.c
357
358 Ditto
359
360 ------------------------------------------------------------------------
361 r15476 | zorglub | 2006-04-30 19:39:28 +0200 (Sun, 30 Apr 2006) | 2 lines
362 Changed paths:
363    M /trunk/modules/mux/asf.c
364    M /trunk/modules/mux/avi.c
365
366 Woops
367
368 ------------------------------------------------------------------------
369 r15475 | zorglub | 2006-04-30 19:36:48 +0200 (Sun, 30 Apr 2006) | 2 lines
370 Changed paths:
371    M /trunk
372    M /trunk/doc/fortunes.txt
373    M /trunk/modules/demux/asf/asf.c
374    M /trunk/modules/mux/asf.c
375    M /trunk/modules/mux/avi.c
376
377 Fortune
378
379 ------------------------------------------------------------------------
380 r15474 | courmisch | 2006-04-30 19:19:29 +0200 (Sun, 30 Apr 2006) | 2 lines
381 Changed paths:
382    M /trunk/src/network/tcp.c
383
384 Also set SO_REUSEADDR here
385
386 ------------------------------------------------------------------------
387 r15473 | courmisch | 2006-04-30 19:16:32 +0200 (Sun, 30 Apr 2006) | 2 lines
388 Changed paths:
389    M /trunk/src/network/httpd.c
390
391 Set SO_REUSEADDR on client sockets
392
393 ------------------------------------------------------------------------
394 r15472 | dionoea | 2006-04-30 19:12:50 +0200 (Sun, 30 Apr 2006) | 2 lines
395 Changed paths:
396    M /trunk/share/Makefile.am
397    D /trunk/share/skins2/default/main/Thumbs.db
398    D /trunk/share/skins2/default/playlist/Thumbs.db
399
400 Remove the Thumbs.db files here too
401
402 ------------------------------------------------------------------------
403 r15468 | courmisch | 2006-04-30 18:54:32 +0200 (Sun, 30 Apr 2006) | 2 lines
404 Changed paths:
405    M /trunk/src/misc/unicode.c
406
407 Fix memleak
408
409 ------------------------------------------------------------------------
410 r15467 | dionoea | 2006-04-30 18:37:30 +0200 (Sun, 30 Apr 2006) | 2 lines
411 Changed paths:
412    M /trunk/modules/demux/playlist/podcast.c
413    M /trunk/modules/services_discovery/podcast.c
414
415 Forward port podcast fixes [15462] and [15465].
416
417 ------------------------------------------------------------------------
418 r15466 | fkuehne | 2006-04-30 18:31:38 +0200 (Sun, 30 Apr 2006) | 1 line
419 Changed paths:
420    M /trunk/modules/gui/macosx/playlist.m
421
422 * forward-port [15464] and update the TODO-list at the top of the file
423 ------------------------------------------------------------------------
424 r15463 | damienf | 2006-04-30 18:08:32 +0200 (Sun, 30 Apr 2006) | 3 lines
425 Changed paths:
426    M /trunk/Makefile.am
427    A /trunk/extras/MacOSX/plugin/InstallerDescription.plist
428    A /trunk/extras/MacOSX/plugin/InstallerInfo.plist
429    M /trunk/mozilla/vlc.r
430
431 - added installer for MacOSX VLC Plugin
432 - updated supported mime types in resource
433
434 ------------------------------------------------------------------------
435 r15459 | dionoea | 2006-04-30 17:39:19 +0200 (Sun, 30 Apr 2006) | 2 lines
436 Changed paths:
437    M /trunk/doc/skins/skins2-howto.xml
438    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
439    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
440    M /trunk/modules/gui/skins2/parser/builder.cpp
441    M /trunk/share/skins2/default/theme.xml
442
443 Forward port [15458].
444
445 ------------------------------------------------------------------------
446 r15457 | titer | 2006-04-30 17:30:35 +0200 (Sun, 30 Apr 2006) | 2 lines
447 Changed paths:
448    M /trunk/include/vlc_messages.h
449
450 Build fix
451
452 ------------------------------------------------------------------------
453 r15455 | dionoea | 2006-04-30 17:19:24 +0200 (Sun, 30 Apr 2006) | 2 lines
454 Changed paths:
455    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
456
457 Fix statistics panel alignement
458
459 ------------------------------------------------------------------------
460 r15454 | fkuehne | 2006-04-30 16:44:54 +0200 (Sun, 30 Apr 2006) | 1 line
461 Changed paths:
462    M /trunk/THANKS
463
464 * forward-port [15453]
465 ------------------------------------------------------------------------
466 r15451 | asmax | 2006-04-30 15:44:20 +0200 (Sun, 30 Apr 2006) | 2 lines
467 Changed paths:
468    M /trunk/modules/gui/skins2/src/generic_layout.cpp
469    M /trunk/modules/gui/skins2/src/generic_layout.hpp
470
471 * generic_layout.cpp: don't draw controls of an invisible layout
472
473 ------------------------------------------------------------------------
474 r15449 | zorglub | 2006-04-30 15:25:32 +0200 (Sun, 30 Apr 2006) | 2 lines
475 Changed paths:
476    M /trunk
477    M /trunk/include/codecs.h
478    M /trunk/modules/codec/dmo/dmo.c
479
480 Add support for Windows Media Audio 9 Speech (Closes:#606)
481
482 ------------------------------------------------------------------------
483 r15447 | asmax | 2006-04-30 15:12:34 +0200 (Sun, 30 Apr 2006) | 3 lines
484 Changed paths:
485    M /trunk/share/Makefile.am
486    A /trunk/share/skins2/default/main/vol_bg.png
487    M /trunk/share/skins2/default/main/vol_slider.png
488    M /trunk/share/skins2/default/theme.xml
489
490 * all: added a SliderBackground to the volume slider of the default skin
491  (fixes an incorrect behaviour when clicking on the white part of the slider)
492
493 ------------------------------------------------------------------------
494 r15445 | bigben | 2006-04-29 22:48:44 +0200 (Sat, 29 Apr 2006) | 3 lines
495 Changed paths:
496    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
497    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
498    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
499    M /trunk/modules/gui/macosx/playlist.h
500    M /trunk/modules/gui/macosx/playlist.m
501
502 * Support for saving xspf playlist files
503
504
505 ------------------------------------------------------------------------
506 r15444 | xtophe | 2006-04-29 22:18:21 +0200 (Sat, 29 Apr 2006) | 2 lines
507 Changed paths:
508    M /trunk/debian/control
509    M /trunk/debian/rules
510
511 Re-enables the XOSD plugin in debian nightlies
512
513 ------------------------------------------------------------------------
514 r15442 | dionoea | 2006-04-29 20:33:44 +0200 (Sat, 29 Apr 2006) | 2 lines
515 Changed paths:
516    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
517
518 Forward port [15418] and [15420].
519
520 ------------------------------------------------------------------------
521 r15441 | courmisch | 2006-04-29 17:56:15 +0200 (Sat, 29 Apr 2006) | 2 lines
522 Changed paths:
523    M /trunk/modules/control/http/rpn.c
524
525 Hmm 512 bytes to format a decimal integer sounds a little abusive
526
527 ------------------------------------------------------------------------
528 r15440 | courmisch | 2006-04-29 17:46:36 +0200 (Sat, 29 Apr 2006) | 2 lines
529 Changed paths:
530    M /trunk/modules/control/http/mvar.c
531
532 Another overflow
533
534 ------------------------------------------------------------------------
535 r15439 | courmisch | 2006-04-29 17:34:09 +0200 (Sat, 29 Apr 2006) | 2 lines
536 Changed paths:
537    M /trunk/modules/control/http/mvar.c
538
539 Fix likely stack buffer overflow
540
541 ------------------------------------------------------------------------
542 r15438 | courmisch | 2006-04-29 17:15:30 +0200 (Sat, 29 Apr 2006) | 3 lines
543 Changed paths:
544    M /trunk/modules/control/http/macro.c
545
546 - Don't nul-terminate after snprintf(), it does it already
547 - Use strlcpy()
548
549 ------------------------------------------------------------------------
550 r15437 | courmisch | 2006-04-29 17:11:48 +0200 (Sat, 29 Apr 2006) | 2 lines
551 Changed paths:
552    M /trunk/modules/access/directory.c
553
554 Clean up
555
556 ------------------------------------------------------------------------
557 r15436 | courmisch | 2006-04-29 17:10:39 +0200 (Sat, 29 Apr 2006) | 2 lines
558 Changed paths:
559    M /trunk/modules/stream_out/rtp.c
560
561 Use strlcpy
562
563 ------------------------------------------------------------------------
564 r15434 | courmisch | 2006-04-29 16:38:39 +0200 (Sat, 29 Apr 2006) | 2 lines
565 Changed paths:
566    M /trunk/src/input/subtitles.c
567
568 Also use strlcpy()
569
570 ------------------------------------------------------------------------
571 r15433 | courmisch | 2006-04-29 16:34:50 +0200 (Sat, 29 Apr 2006) | 2 lines
572 Changed paths:
573    M /trunk/src/network/getaddrinfo.c
574    M /trunk/src/stream_output/sap.c
575
576 Use strlcpy()
577
578 ------------------------------------------------------------------------
579 r15432 | courmisch | 2006-04-29 16:30:49 +0200 (Sat, 29 Apr 2006) | 2 lines
580 Changed paths:
581    M /trunk/configure.ac
582    M /trunk/include/vlc_common.h
583    M /trunk/include/vlc_symbols.h
584    M /trunk/modules/access/smb.c
585    M /trunk/src/extras/libc.c
586
587 OpenBSDish strlcpy()
588
589 ------------------------------------------------------------------------
590 r15430 | zorglub | 2006-04-29 16:23:44 +0200 (Sat, 29 Apr 2006) | 2 lines
591 Changed paths:
592    M /trunk
593    M /trunk/po/ru.po
594
595 Update ru.po from rosetta
596
597 ------------------------------------------------------------------------
598 r15429 | zorglub | 2006-04-29 16:23:41 +0200 (Sat, 29 Apr 2006) | 2 lines
599 Changed paths:
600    M /trunk
601    M /trunk/include/variables.h
602    M /trunk/include/vlc_messages.h
603
604 Initialize variables
605
606 ------------------------------------------------------------------------
607 r15428 | courmisch | 2006-04-29 16:23:00 +0200 (Sat, 29 Apr 2006) | 2 lines
608 Changed paths:
609    M /trunk/modules/access/file.c
610
611 Win32 compile fix
612
613 ------------------------------------------------------------------------
614 r15425 | courmisch | 2006-04-29 16:07:18 +0200 (Sat, 29 Apr 2006) | 2 lines
615 Changed paths:
616    M /trunk/configure.ac
617    M /trunk/src/misc/threads.c
618
619 Remove some unused configure checks
620
621 ------------------------------------------------------------------------
622 r15424 | courmisch | 2006-04-29 15:59:07 +0200 (Sat, 29 Apr 2006) | 4 lines
623 Changed paths:
624    M /trunk/modules/access/smb.c
625
626 Nul terminate
627
628 Might be a better idea to implement strlcpy()
629
630 ------------------------------------------------------------------------
631 r15422 | courmisch | 2006-04-29 15:55:07 +0200 (Sat, 29 Apr 2006) | 3 lines
632 Changed paths:
633    M /trunk/modules/access/file.c
634
635 - Use poll() instead of select() so we don't depend on FD_SETSIZE
636 - Clean up
637
638 ------------------------------------------------------------------------
639 r15421 | bigben | 2006-04-29 15:53:49 +0200 (Sat, 29 Apr 2006) | 3 lines
640 Changed paths:
641    M /trunk/modules/video_output/x11/xcommon.c
642
643 * Fix for some strange x drivers that return 8 bits screens as first answer when being requested a Truecolor class one
644
645
646 ------------------------------------------------------------------------
647 r15419 | courmisch | 2006-04-29 15:38:50 +0200 (Sat, 29 Apr 2006) | 2 lines
648 Changed paths:
649    M /trunk/modules/access/smb.c
650
651 Use strncpy() rather than strncat() when the destination is empty
652
653 ------------------------------------------------------------------------
654 r15415 | courmisch | 2006-04-29 15:32:36 +0200 (Sat, 29 Apr 2006) | 2 lines
655 Changed paths:
656    M /trunk/modules/demux/mp4/mp4.c
657
658 Don't use #ifdef + alloca() when we have something simpler
659
660 ------------------------------------------------------------------------
661 r15414 | zorglub | 2006-04-29 15:31:39 +0200 (Sat, 29 Apr 2006) | 2 lines
662 Changed paths:
663    M /trunk
664    M /trunk/modules/gui/skins2/vars/time.cpp
665
666 Be sure to write correct time values
667
668 ------------------------------------------------------------------------
669 r15413 | courmisch | 2006-04-29 15:30:39 +0200 (Sat, 29 Apr 2006) | 2 lines
670 Changed paths:
671    M /trunk/modules/demux/mp4/drms.c
672
673 Simplification assuming that sizeof(char) = 1
674
675 ------------------------------------------------------------------------
676 r15412 | courmisch | 2006-04-29 15:30:10 +0200 (Sat, 29 Apr 2006) | 2 lines
677 Changed paths:
678    M /trunk/modules/demux/voc.c
679    M /trunk/modules/demux/xa.c
680
681 Fix copyright
682
683 ------------------------------------------------------------------------
684 r15411 | dionoea | 2006-04-29 15:12:29 +0200 (Sat, 29 Apr 2006) | 2 lines
685 Changed paths:
686    M /trunk/share/skins2/default/theme.xml
687
688 Forward port [15410]
689
690 ------------------------------------------------------------------------
691 r15406 | zorglub | 2006-04-28 22:21:42 +0200 (Fri, 28 Apr 2006) | 2 lines
692 Changed paths:
693    M /trunk
694    M /trunk/src/libvlc.h
695
696 Set skip-frames to default enabled
697
698 ------------------------------------------------------------------------
699 r15405 | courmisch | 2006-04-28 21:43:55 +0200 (Fri, 28 Apr 2006) | 2 lines
700 Changed paths:
701    M /trunk/modules/access/pvr/pvr.c
702
703 Compile fix
704
705 ------------------------------------------------------------------------
706 r15404 | courmisch | 2006-04-28 21:38:52 +0200 (Fri, 28 Apr 2006) | 2 lines
707 Changed paths:
708    M /trunk/modules/access/dvb/access.c
709
710 Another select() -> poll()
711
712 ------------------------------------------------------------------------
713 r15403 | courmisch | 2006-04-28 21:31:26 +0200 (Fri, 28 Apr 2006) | 3 lines
714 Changed paths:
715    M /trunk/modules/access/pvr/pvr.c
716
717 Use poll() instead of select() so we won't fall for the FD_SETSIZE trap
718 in any case (however unlikely we were to fall far it on Linux)
719
720 ------------------------------------------------------------------------
721 r15401 | bigben | 2006-04-28 19:18:46 +0200 (Fri, 28 Apr 2006) | 5 lines
722 Changed paths:
723    M /trunk/src/interface/interface.c
724    M /trunk/src/libvlc.c
725
726 * Revert 15357, as it would make vlc crash if you try to load a main interface that doesn't exist
727 * Instead, use "screensaver,none" when trying to load the screensaver interface
728 * Same fix for onther interfaces loaded by libvlc
729
730
731 ------------------------------------------------------------------------
732 r15399 | dionoea | 2006-04-28 18:32:00 +0200 (Fri, 28 Apr 2006) | 2 lines
733 Changed paths:
734    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
735
736 Display file size instead of svn revision in update dialog
737
738 ------------------------------------------------------------------------
739 r15397 | dionoea | 2006-04-28 17:19:10 +0200 (Fri, 28 Apr 2006) | 2 lines
740 Changed paths:
741    M /trunk/vlc.win32.nsi.in
742
743 Woops
744
745 ------------------------------------------------------------------------
746 r15396 | dionoea | 2006-04-28 16:39:25 +0200 (Fri, 28 Apr 2006) | 3 lines
747 Changed paths:
748    M /trunk/vlc.win32.nsi.in
749
750 Remove local copies of Mozilla plugin and ActiveX dlls
751 Fix #525 Fixes #525
752
753 ------------------------------------------------------------------------
754 r15395 | courmisch | 2006-04-28 14:30:39 +0200 (Fri, 28 Apr 2006) | 2 lines
755 Changed paths:
756    M /trunk/src/network/tcp.c
757
758 Another close-on-exec
759
760 ------------------------------------------------------------------------
761 r15394 | courmisch | 2006-04-28 14:29:00 +0200 (Fri, 28 Apr 2006) | 4 lines
762 Changed paths:
763    M /trunk/src/network/httpd.c
764
765 - Fix POSIX setting of non-blocking mode (we were clearing the R/W flags)
766 - Close-on-exec: Don't leak httpd client sockets into CGI scripts or
767   whatever child process we spawn.
768
769 ------------------------------------------------------------------------
770 r15393 | courmisch | 2006-04-28 14:25:51 +0200 (Fri, 28 Apr 2006) | 2 lines
771 Changed paths:
772    M /trunk/src/network/httpd.c
773
774 Only check FD_SETSIZE limit on POSIX OSes.
775
776 ------------------------------------------------------------------------
777 r15392 | courmisch | 2006-04-28 14:22:25 +0200 (Fri, 28 Apr 2006) | 11 lines
778 Changed paths:
779    M /trunk/src/network/io.c
780
781 Hmm, damn stupid fd_set implementation by Winsock does of course not
782 work like any other one: it's actually thirty two times as big than the
783 POSIX ones for any given FD_SETSIZE, plus FD_SET and FD_ISSET are O(n)
784 instead of O(1). But at least, the mingw implementations of FD_SET has
785 built-in overflow checks.
786
787 Also, Winsock insists on returning big socket numbers, so we can't drop
788 those above FD_SETSIZE or we have no TCP/IP support at all, anyway.
789
790
791
792 ------------------------------------------------------------------------
793 r15390 | dionoea | 2006-04-28 14:15:27 +0200 (Fri, 28 Apr 2006) | 2 lines
794 Changed paths:
795    M /trunk/NEWS
796
797 Shoutcast changed
798
799 ------------------------------------------------------------------------
800 r15387 | dionoea | 2006-04-28 14:10:07 +0200 (Fri, 28 Apr 2006) | 2 lines
801 Changed paths:
802    M /trunk/NEWS
803    M /trunk/THANKS
804    M /trunk/share/Makefile.am
805    A /trunk/share/skins2/default
806    A /trunk/share/skins2/default/credits.png
807    A /trunk/share/skins2/default/equalizer.png
808    A /trunk/share/skins2/default/font.otf
809    A /trunk/share/skins2/default/main
810    A /trunk/share/skins2/default/main/Thumbs.db
811    A /trunk/share/skins2/default/main/dvd_menu.png
812    A /trunk/share/skins2/default/main/dvd_nextchapter.png
813    A /trunk/share/skins2/default/main/dvd_nexttitle.png
814    A /trunk/share/skins2/default/main/dvd_prevchapter.png
815    A /trunk/share/skins2/default/main/dvd_prevtitle.png
816    A /trunk/share/skins2/default/main/main.png
817    A /trunk/share/skins2/default/main/main_down.png
818    A /trunk/share/skins2/default/main/main_over.png
819    A /trunk/share/skins2/default/main/main_up.png
820    A /trunk/share/skins2/default/main/pause_down.png
821    A /trunk/share/skins2/default/main/pause_over.png
822    A /trunk/share/skins2/default/main/pause_up.png
823    A /trunk/share/skins2/default/main/timeslider.png
824    A /trunk/share/skins2/default/main/vol_mask.png
825    A /trunk/share/skins2/default/main/vol_slider.png
826    A /trunk/share/skins2/default/minimal.png
827    A /trunk/share/skins2/default/playlist
828    A /trunk/share/skins2/default/playlist/Thumbs.db
829    A /trunk/share/skins2/default/playlist/playlist.png
830    A /trunk/share/skins2/default/playlist/playlist_down.png
831    A /trunk/share/skins2/default/playlist/playlist_over.png
832    A /trunk/share/skins2/default/playlist/playlist_up.png
833    A /trunk/share/skins2/default/playlist/playtreeglyphs.png
834    A /trunk/share/skins2/default/playlist/plscroller.png
835    A /trunk/share/skins2/default/switch.png
836    A /trunk/share/skins2/default/theme.xml
837
838 New default skin by aLtgLasS. Many thanks for making one on such short notice.
839
840 ------------------------------------------------------------------------
841 r15385 | dionoea | 2006-04-28 13:38:55 +0200 (Fri, 28 Apr 2006) | 2 lines
842 Changed paths:
843    D /trunk/share/skins2/playtree
844
845 Remove playtree skin
846
847 ------------------------------------------------------------------------
848 r15384 | dionoea | 2006-04-28 13:37:38 +0200 (Fri, 28 Apr 2006) | 2 lines
849 Changed paths:
850    D /trunk/share/skins2/default
851    M /trunk/share/skins2/playtree/theme.xml
852
853 Remove old default skin
854
855 ------------------------------------------------------------------------
856 r15383 | zorglub | 2006-04-28 09:58:18 +0200 (Fri, 28 Apr 2006) | 2 lines
857 Changed paths:
858    M /trunk/extras/contrib/src/Makefile
859
860 HA HA ! (Refs:#658)
861
862 ------------------------------------------------------------------------
863 r15382 | dionoea | 2006-04-28 00:31:16 +0200 (Fri, 28 Apr 2006) | 2 lines
864 Changed paths:
865    M /trunk/modules/demux/playlist/shoutcast.c
866
867 Ahem...
868
869 ------------------------------------------------------------------------
870 r15381 | dionoea | 2006-04-27 23:23:34 +0200 (Thu, 27 Apr 2006) | 2 lines
871 Changed paths:
872    M /trunk/modules/demux/playlist/playlist.c
873    M /trunk/modules/demux/playlist/shoutcast.c
874
875 Add option (--shoutcast-show-adult) to show porn^WNC17 rated video streams. Default setting is of course disabled.
876
877 ------------------------------------------------------------------------
878 r15380 | jpsaman | 2006-04-27 23:15:18 +0200 (Thu, 27 Apr 2006) | 1 line
879 Changed paths:
880    M /trunk/THANKS
881
882 Added Rob Casey to THANKS file.
883 ------------------------------------------------------------------------
884 r15379 | courmisch | 2006-04-27 22:18:14 +0200 (Thu, 27 Apr 2006) | 15 lines
885 Changed paths:
886    M /trunk/modules/access/file.c
887    M /trunk/src/network/httpd.c
888    M /trunk/src/network/io.c
889    M /trunk/src/network/tcp.c
890
891 Whenever using select() companion macro FD_SET(), one must ensure that
892 the specified file descriptor does not exceeds the fd_set limit (FD_SETSIZE).
893 Registering a file descriptor above this limit is not defined (read: this is
894 a buffer overflow).
895
896 This is not normally exploitable on Linux because FD_SETSIZE equals the
897 default limit for file descriptors per processes, but should work on BSDs.
898 Cygwin is also very prone to this problem (but right, we don't use it). As
899 for Windows, it will overflow if you try to select() more than 64 sockets at
900 a time (regardless of the total numbers of socket), but for the sake of
901 simplicity and portability, this patch actually prevent opening more than
902 64 sockets at all.
903
904 There are still quite a bunch of plugins that needs fixing.
905
906 ------------------------------------------------------------------------
907 r15378 | jpsaman | 2006-04-27 21:31:20 +0200 (Thu, 27 Apr 2006) | 1 line
908 Changed paths:
909    M /trunk/modules/misc/rtsp.c
910
911 Fix for VLM commands when 'new test vod mux mp2ts enabled' is used.
912 ------------------------------------------------------------------------
913 r15377 | jpsaman | 2006-04-27 21:13:42 +0200 (Thu, 27 Apr 2006) | 1 line
914 Changed paths:
915    M /trunk/include/vlc_httpd.h
916    M /trunk/modules/misc/rtsp.c
917    M /trunk/src/network/httpd.c
918
919 Play VOD RTSP from Amino STB with RTSP url: 'rtsp://192.168.0.5:5554//192.168.0.5:5554/dvd;type=VOD;servertype=MediaBase' Note the double slash // between the ip-addresses. Patch by Rob Casey (rob dot casey AT swishgroup dot com dot au)
920 ------------------------------------------------------------------------
921 r15375 | damienf | 2006-04-27 17:47:53 +0200 (Thu, 27 Apr 2006) | 2 lines
922 Changed paths:
923    M /trunk/modules/access/dshow/dshow.cpp
924
925 - fix for problem reported in http://forum.videolan.org/viewtopic.php?t=19804&sid=d4ec4d6ac1bcdc8074d8d2855d734d29
926
927 ------------------------------------------------------------------------
928 r15372 | jpsaman | 2006-04-27 10:14:45 +0200 (Thu, 27 Apr 2006) | 1 line
929 Changed paths:
930    M /trunk/modules/codec/x264.c
931
932 Remove whitespace
933 ------------------------------------------------------------------------
934 r15371 | jpsaman | 2006-04-27 10:13:50 +0200 (Thu, 27 Apr 2006) | 1 line
935 Changed paths:
936    M /trunk/src/stream_output/stream_output.c
937
938 Remove whitespace
939 ------------------------------------------------------------------------
940 r15369 | fkuehne | 2006-04-26 23:32:10 +0200 (Wed, 26 Apr 2006) | 1 line
941 Changed paths:
942    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
943
944 * forward-port [15368]
945 ------------------------------------------------------------------------
946 r15367 | dionoea | 2006-04-26 23:04:47 +0200 (Wed, 26 Apr 2006) | 3 lines
947 Changed paths:
948    M /trunk/modules/access_filter/timeshift.c
949
950 Add option to force timeshift filter even if access can control pace or pause.
951 The goal is to be able to timeshift on live rtsp streams. The true fix would be to fix the rtsp access ...
952
953 ------------------------------------------------------------------------
954 r15365 | ipkiss | 2006-04-26 19:59:29 +0200 (Wed, 26 Apr 2006) | 2 lines
955 Changed paths:
956    M /trunk/doc/skins/skins2-howto.xml
957    M /trunk/modules/gui/skins2/Modules.am
958    A /trunk/modules/gui/skins2/commands/cmd_snapshot.cpp
959    A /trunk/modules/gui/skins2/commands/cmd_snapshot.hpp
960    M /trunk/modules/gui/skins2/parser/interpreter.cpp
961
962  * skins2: Added the vlc.snapshot() action
963
964 ------------------------------------------------------------------------
965 r15363 | dionoea | 2006-04-26 11:56:04 +0200 (Wed, 26 Apr 2006) | 2 lines
966 Changed paths:
967    M /trunk/vlc.win32.nsi.in
968
969 Changes to the default selected options in the installer
970
971 ------------------------------------------------------------------------
972 r15361 | zorglub | 2006-04-26 10:21:52 +0200 (Wed, 26 Apr 2006) | 2 lines
973 Changed paths:
974    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
975
976 Oh look ! Bananas !
977
978 ------------------------------------------------------------------------
979 r15359 | asmax | 2006-04-25 19:25:02 +0200 (Tue, 25 Apr 2006) | 2 lines
980 Changed paths:
981    M /trunk/modules/gui/skins2/src/top_window.cpp
982
983 * top_window.cpp: stupid bug...
984
985 ------------------------------------------------------------------------
986 r15357 | bigben | 2006-04-25 18:47:56 +0200 (Tue, 25 Apr 2006) | 5 lines
987 Changed paths:
988    M /trunk/configure.ac
989    M /trunk/modules/misc/screensaver.c
990    M /trunk/src/interface/interface.c
991
992 * screensaver.c, configure.ac: use directly dbus to disable gnome-screensaver if dbus is available upon compilation, instead of using system(gnome-screensaver-command
993 * interface.c: use the b_strict boolean when calling module_Need upon extra interface launching. This prevents vlc to try to launch a 2nd wx gui if the screensaver module isn't available.
994
995
996
997 ------------------------------------------------------------------------
998 r15355 | zorglub | 2006-04-25 12:17:57 +0200 (Tue, 25 Apr 2006) | 2 lines
999 Changed paths:
1000    M /trunk/modules/gui/wxwidgets/Modules.am
1001    A /trunk/modules/gui/wxwidgets/bitmaps/edit.xpm
1002    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
1003
1004 Add edit button for VLM (Closes:#530)
1005
1006 ------------------------------------------------------------------------
1007 r15353 | ipkiss | 2006-04-24 23:57:04 +0200 (Mon, 24 Apr 2006) | 2 lines
1008 Changed paths:
1009    M /trunk/modules/gui/skins2/parser/interpreter.cpp
1010
1011  * skins2/parser/interpreter.cpp: Fixed a crash when using an action of the form "foo;"
1012
1013 ------------------------------------------------------------------------
1014 r15352 | fkuehne | 2006-04-24 23:04:54 +0200 (Mon, 24 Apr 2006) | 1 line
1015 Changed paths:
1016    M /trunk/extras/contrib/src/Makefile
1017
1018 * add --enable-pic to x264's configure on PPC as well and check out the latest revisions again
1019 ------------------------------------------------------------------------
1020 r15350 | dionoea | 2006-04-24 21:41:04 +0200 (Mon, 24 Apr 2006) | 2 lines
1021 Changed paths:
1022    M /trunk/modules/demux/playlist/shoutcast.c
1023
1024 Some more cleaning
1025
1026 ------------------------------------------------------------------------
1027 r15349 | xtophe | 2006-04-24 20:29:14 +0200 (Mon, 24 Apr 2006) | 2 lines
1028 Changed paths:
1029    M /trunk/modules/demux/playlist/shoutcast.c
1030
1031 shoutcast.c: Memleak hunt.
1032
1033 ------------------------------------------------------------------------
1034 r15348 | sam | 2006-04-24 10:53:26 +0200 (Mon, 24 Apr 2006) | 2 lines
1035 Changed paths:
1036    M /trunk/modules/video_output/caca.c
1037
1038   * modules/video_output/caca.c: synced caca output with libcaca-0.99.beta1.
1039
1040 ------------------------------------------------------------------------
1041 r15347 | dionoea | 2006-04-24 02:25:25 +0200 (Mon, 24 Apr 2006) | 3 lines
1042 Changed paths:
1043    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
1044
1045  * Handle submodules correctly in the prefs (so we can enable/disable them).
1046  * Fix bug with modules chain if the begining or the end of one module's name matched another module's name. (like 'shoutcasttv' and 'shout')
1047
1048 ------------------------------------------------------------------------
1049 r15346 | dionoea | 2006-04-24 00:53:40 +0200 (Mon, 24 Apr 2006) | 2 lines
1050 Changed paths:
1051    M /trunk/modules/demux/playlist/shoutcast.c
1052    M /trunk/modules/services_discovery/shout.c
1053
1054 Support for Shoutcast TV. vp3 streams segfault, vp5 and 6 don't play :)
1055
1056 ------------------------------------------------------------------------
1057 r15345 | dionoea | 2006-04-24 00:52:35 +0200 (Mon, 24 Apr 2006) | 2 lines
1058 Changed paths:
1059    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
1060
1061 Hack to handle service discovery submodules correctly. This should maybe be changed in other interfaces.
1062
1063 ------------------------------------------------------------------------
1064 r15344 | dionoea | 2006-04-23 23:17:51 +0200 (Sun, 23 Apr 2006) | 3 lines
1065 Changed paths:
1066    M /trunk/configure.ac
1067    M /trunk/vlc.win32.nsi.in
1068
1069 Don't remove files added by user when uninstalling
1070 Fix #525 / Fixes #525
1071
1072 ------------------------------------------------------------------------
1073 r15342 | bigben | 2006-04-23 22:31:06 +0200 (Sun, 23 Apr 2006) | 5 lines
1074 Changed paths:
1075    M /trunk/modules/misc/screensaver.c
1076
1077 * Support for gnome-screensaver
1078 * We should test if the command is in the path before trying to launch it
1079 * Anyway, system is dirty, we should use dbus, at least for gnome-screensaver
1080
1081
1082 ------------------------------------------------------------------------
1083 r15341 | djc | 2006-04-23 22:11:23 +0200 (Sun, 23 Apr 2006) | 2 lines
1084 Changed paths:
1085    M /trunk/modules/access_output/file.c
1086
1087 Add %T modifier to filename refs: #561
1088
1089 ------------------------------------------------------------------------
1090 r15336 | courmisch | 2006-04-23 17:56:41 +0200 (Sun, 23 Apr 2006) | 2 lines
1091 Changed paths:
1092    M /trunk/po/ru.po
1093
1094 Partially updated russian localization by Pavlov Konstantin
1095
1096 ------------------------------------------------------------------------
1097 r15334 | courmisch | 2006-04-23 16:41:48 +0200 (Sun, 23 Apr 2006) | 2 lines
1098 Changed paths:
1099    M /trunk/src/network/tls.c
1100
1101 Doxygenization
1102
1103 ------------------------------------------------------------------------
1104 r15333 | bigben | 2006-04-23 16:37:54 +0200 (Sun, 23 Apr 2006) | 4 lines
1105 Changed paths:
1106    M /trunk/modules/video_output/x11/xcommon.c
1107
1108 * bit masks for RV15 and RV16 were inverted (!) (or there is something I really haven't caught)
1109 * Endianness fix for RV15 and RV16 (mostly used for x11)
1110
1111
1112 ------------------------------------------------------------------------
1113 r15332 | courmisch | 2006-04-23 16:34:44 +0200 (Sun, 23 Apr 2006) | 2 lines
1114 Changed paths:
1115    M /trunk/modules/misc/gnutls.c
1116
1117 Use Doxygen syntax for comments
1118
1119 ------------------------------------------------------------------------
1120 r15331 | courmisch | 2006-04-23 16:05:03 +0200 (Sun, 23 Apr 2006) | 2 lines
1121 Changed paths:
1122    M /trunk/po/en_GB.po
1123
1124 British translation l10n update
1125
1126 ------------------------------------------------------------------------
1127 r15330 | courmisch | 2006-04-23 16:00:23 +0200 (Sun, 23 Apr 2006) | 2 lines
1128 Changed paths:
1129    M /trunk/modules/access_output/http.c
1130
1131 Add missing white space
1132
1133 ------------------------------------------------------------------------
1134 r15329 | courmisch | 2006-04-23 15:59:33 +0200 (Sun, 23 Apr 2006) | 2 lines
1135 Changed paths:
1136    M /trunk/modules/access_output/http.c
1137
1138 Remove extra white space
1139
1140 ------------------------------------------------------------------------
1141 r15327 | courmisch | 2006-04-23 15:54:30 +0200 (Sun, 23 Apr 2006) | 2 lines
1142 Changed paths:
1143    M /trunk/src/libvlc.h
1144
1145 Fix a grammar mistake
1146
1147 ------------------------------------------------------------------------
1148 r15326 | bigben | 2006-04-23 15:51:04 +0200 (Sun, 23 Apr 2006) | 4 lines
1149 Changed paths:
1150    M /trunk/modules/video_output/opengl.c
1151
1152 * Try to fix endianness in the opengl output on unixes
1153 * RV32 works, I'm not sure of the masks for RV24 and RV16
1154
1155
1156 ------------------------------------------------------------------------
1157 r15325 | sam | 2006-04-23 15:41:42 +0200 (Sun, 23 Apr 2006) | 3 lines
1158 Changed paths:
1159    M /trunk/src/video_output/video_output.c
1160
1161   * src/video_output/video_output.c: 4th (and good) attempt at fixing mask
1162     shifts.  Thanks to bigben for testing.
1163
1164 ------------------------------------------------------------------------
1165 r15323 | sam | 2006-04-23 15:21:42 +0200 (Sun, 23 Apr 2006) | 2 lines
1166 Changed paths:
1167    M /trunk/src/video_output/video_output.c
1168
1169   * src/video_output/video_output.c: Fixed RGB mask when the 32nd bit is on.
1170
1171 ------------------------------------------------------------------------
1172 r15322 | sam | 2006-04-23 15:15:12 +0200 (Sun, 23 Apr 2006) | 2 lines
1173 Changed paths:
1174    M /trunk/include/vlc_video.h
1175
1176   * Argh, I didn't mean to commit that. Fixed my previous commit (mask types).
1177
1178 ------------------------------------------------------------------------
1179 r15321 | sam | 2006-04-23 15:13:40 +0200 (Sun, 23 Apr 2006) | 2 lines
1180 Changed paths:
1181    M /trunk/include/vlc_video.h
1182
1183   * include/vlc_video.h: Fixed mask variable types for YUV to RGB conversions.
1184
1185 ------------------------------------------------------------------------
1186 r15316 | asmax | 2006-04-23 01:16:20 +0200 (Sun, 23 Apr 2006) | 6 lines
1187 Changed paths:
1188    M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
1189    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
1190    M /trunk/modules/gui/skins2/src/generic_layout.cpp
1191    M /trunk/modules/gui/skins2/src/generic_layout.hpp
1192    M /trunk/modules/gui/skins2/src/top_window.cpp
1193    M /trunk/modules/gui/skins2/src/top_window.hpp
1194    M /trunk/modules/gui/skins2/src/vlcproc.cpp
1195    M /trunk/modules/gui/skins2/src/vout_window.cpp
1196
1197 * all: new handling of vout controls to allow serveral layouts/windows
1198  with a vout (if only one is visible at the same time)
1199  A callback is now called when a layout becomes visible or hidden.
1200  The vout window is still not reparented correctly if the layout
1201  is changed while a video is being played...
1202
1203 ------------------------------------------------------------------------
1204 r15312 | fkuehne | 2006-04-23 00:06:39 +0200 (Sun, 23 Apr 2006) | 1 line
1205 Changed paths:
1206    M /trunk/extras/contrib/src/Makefile
1207
1208 * forward-port [15311]
1209 ------------------------------------------------------------------------
1210 r15309 | dionoea | 2006-04-22 23:06:41 +0200 (Sat, 22 Apr 2006) | 3 lines
1211 Changed paths:
1212    M /trunk/modules/demux/playlist/shoutcast.c
1213    M /trunk/modules/services_discovery/shout.c
1214
1215  * shout.c : change playlist layout (remove 1 node)
1216  * shoutcast.c : remove "debug" printf
1217
1218 ------------------------------------------------------------------------
1219 r15301 | dionoea | 2006-04-22 18:39:04 +0200 (Sat, 22 Apr 2006) | 4 lines
1220 Changed paths:
1221    M /trunk/modules/demux/playlist/Modules.am
1222    M /trunk/modules/demux/playlist/playlist.c
1223    M /trunk/modules/demux/playlist/playlist.h
1224    A /trunk/modules/demux/playlist/shoutcast.c
1225    M /trunk/modules/services_discovery/shout.c
1226
1227 Change shoutcast service discovery module and write a new demux to be compatible with the new winamp 5.2 format. See trac ticket for detailed info. I'd appreciate if people could test this and proof read the code since we'll have to include this in 0.8.5 which is due to be released soon.
1228
1229 Ref #640.
1230
1231 ------------------------------------------------------------------------
1232 r15300 | zorglub | 2006-04-22 13:28:39 +0200 (Sat, 22 Apr 2006) | 2 lines
1233 Changed paths:
1234    M /trunk
1235    M /trunk/doc/Doxyfile
1236
1237 Use search engine
1238
1239 ------------------------------------------------------------------------
1240 r15297 | xtophe | 2006-04-22 01:48:53 +0200 (Sat, 22 Apr 2006) | 2 lines
1241 Changed paths:
1242    M /trunk/src/network/httpd.c
1243
1244 Fix error pages
1245
1246 ------------------------------------------------------------------------
1247 r15296 | xtophe | 2006-04-21 23:33:39 +0200 (Fri, 21 Apr 2006) | 2 lines
1248 Changed paths:
1249    M /trunk/debian/control
1250    M /trunk/debian/rules
1251
1252 debian/*: we no longer seems to requires gcc-snapshot. I commit mainly to test on the nightlies. feel free to revert.
1253
1254 ------------------------------------------------------------------------
1255 r15295 | xtophe | 2006-04-21 23:28:36 +0200 (Fri, 21 Apr 2006) | 2 lines
1256 Changed paths:
1257    M /trunk/debian/control
1258    M /trunk/debian/rules
1259
1260 debian/*: temporarely disable the xosd plugin
1261
1262 ------------------------------------------------------------------------
1263 r15292 | fkuehne | 2006-04-20 22:32:14 +0200 (Thu, 20 Apr 2006) | 1 line
1264 Changed paths:
1265    M /trunk/modules/gui/macosx/about.m
1266
1267 * show the svn-revision only if it isn't 'exported'
1268 ------------------------------------------------------------------------
1269 r15291 | damienf | 2006-04-20 18:25:53 +0200 (Thu, 20 Apr 2006) | 2 lines
1270 Changed paths:
1271    M /trunk/configure.ac
1272
1273 - fix for shared libvlc and unicows for win32 builds
1274
1275 ------------------------------------------------------------------------
1276 r15290 | courmisch | 2006-04-20 18:15:15 +0200 (Thu, 20 Apr 2006) | 2 lines
1277 Changed paths:
1278    M /trunk/src/misc/unicode.c
1279
1280 Fix overflow on UTF-16 strings with an odd characters length
1281
1282 ------------------------------------------------------------------------
1283 r15289 | dionoea | 2006-04-20 01:30:20 +0200 (Thu, 20 Apr 2006) | 2 lines
1284 Changed paths:
1285    M /trunk/modules/control/http/rpn.c
1286
1287 Hackish fix for 'TITLE' vlc_meta_get
1288
1289 ------------------------------------------------------------------------
1290 r15287 | bigben | 2006-04-19 22:33:22 +0200 (Wed, 19 Apr 2006) | 3 lines
1291 Changed paths:
1292    M /trunk/modules/gui/macosx/vout.m
1293
1294 * Fix always on top when exiting fullscreen
1295
1296
1297 ------------------------------------------------------------------------
1298 r15286 | fkuehne | 2006-04-19 18:25:01 +0200 (Wed, 19 Apr 2006) | 1 line
1299 Changed paths:
1300    M /trunk/modules/gui/macosx/intf.m
1301
1302 * quickly forward-port the previous commit so joneskoo can test it
1303 ------------------------------------------------------------------------
1304 r15279 | littlejohn | 2006-04-19 15:51:59 +0200 (Wed, 19 Apr 2006) | 3 lines
1305 Changed paths:
1306    M /trunk/src/control/playlist.c
1307
1308 delete item added in playlist control
1309
1310
1311 ------------------------------------------------------------------------
1312 r15275 | damienf | 2006-04-19 12:13:07 +0200 (Wed, 19 Apr 2006) | 2 lines
1313 Changed paths:
1314    M /trunk/AUTHORS
1315    M /trunk/Makefile.am
1316
1317 - added 'VLC Plugin.plugin' in MacOS X Disk image
1318
1319 ------------------------------------------------------------------------
1320 r15271 | zorglub | 2006-04-18 23:48:37 +0200 (Tue, 18 Apr 2006) | 2 lines
1321 Changed paths:
1322    M /trunk
1323    M /trunk/doc/skins/skins2-howto.xml
1324
1325 Update skins doc
1326
1327 ------------------------------------------------------------------------
1328 r15270 | zorglub | 2006-04-18 23:48:34 +0200 (Tue, 18 Apr 2006) | 2 lines
1329 Changed paths:
1330    M /trunk
1331    M /trunk/modules/gui/skins2/parser/interpreter.cpp
1332
1333 Add a dialogs.playlist() command
1334
1335 ------------------------------------------------------------------------
1336 r15269 | zorglub | 2006-04-18 23:24:43 +0200 (Tue, 18 Apr 2006) | 2 lines
1337 Changed paths:
1338    M /trunk
1339    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
1340    M /trunk/modules/gui/skins2/parser/interpreter.cpp
1341    M /trunk/modules/gui/skins2/src/dialogs.cpp
1342    M /trunk/modules/gui/skins2/src/dialogs.hpp
1343
1344 Add dialogs.audioPopup, dialogs.videoPopup and dialogs.miscPopup commands
1345
1346 ------------------------------------------------------------------------
1347 r15268 | zorglub | 2006-04-18 23:24:42 +0200 (Tue, 18 Apr 2006) | 2 lines
1348 Changed paths:
1349    M /trunk
1350    M /trunk/modules/gui/skins2/src/vlcproc.cpp
1351    M /trunk/modules/gui/skins2/src/vlcproc.hpp
1352
1353 Add vlc.hasAudio variable
1354
1355 ------------------------------------------------------------------------
1356 r15267 | zorglub | 2006-04-18 23:24:38 +0200 (Tue, 18 Apr 2006) | 2 lines
1357 Changed paths:
1358    M /trunk
1359    M /trunk/modules/gui/wxwidgets/menus.cpp
1360
1361 Fix refcount bug
1362
1363 ------------------------------------------------------------------------
1364 r15266 | zorglub | 2006-04-18 23:24:36 +0200 (Tue, 18 Apr 2006) | 2 lines
1365 Changed paths:
1366    M /trunk
1367    M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
1368    M /trunk/include/vlc_interface.h
1369    M /trunk/modules/gui/wxwidgets/dialogs.cpp
1370    M /trunk/modules/gui/wxwidgets/interface.hpp
1371    M /trunk/modules/gui/wxwidgets/menus.cpp
1372
1373 Add separate audio and video popup menus
1374
1375 ------------------------------------------------------------------------
1376 r15265 | damienf | 2006-04-18 23:14:38 +0200 (Tue, 18 Apr 2006) | 4 lines
1377 Changed paths:
1378    M /trunk/configure.ac
1379    M /trunk/mozilla/support/npunix.c
1380    M /trunk/mozilla/vlcruntime.cpp
1381
1382 - fix UNIX X11 build for plugin
1383 - give myself some credit
1384 - removed unnecessary PLUGIN_TO_HOST_GLUE macro
1385
1386 ------------------------------------------------------------------------
1387 r15264 | zorglub | 2006-04-18 19:50:42 +0200 (Tue, 18 Apr 2006) | 2 lines
1388 Changed paths:
1389    M /trunk
1390    M /trunk/modules/gui/skins2/parser/interpreter.cpp
1391
1392 Make sure we hide the skins playlist
1393
1394 ------------------------------------------------------------------------
1395 r15263 | dionoea | 2006-04-18 00:52:57 +0200 (Tue, 18 Apr 2006) | 6 lines
1396 Changed paths:
1397    M /trunk/modules/control/http/rpn.c
1398
1399 Add vlc_get_meta function. Argument can be:
1400 'ARTIST' -> gets the artist
1401 'TITLE' -> gets the title
1402 'ALBUM' -> gets the album name
1403 'something else' -> get 'something else' ... meta labels are translated so don't expect this to be portable.
1404
1405 ------------------------------------------------------------------------
1406 r15262 | zorglub | 2006-04-17 23:36:36 +0200 (Mon, 17 Apr 2006) | 2 lines
1407 Changed paths:
1408    M /trunk
1409    M /trunk/modules/gui/skins2/parser/interpreter.cpp
1410    M /trunk/modules/gui/skins2/src/vlcproc.cpp
1411
1412 Add todo
1413
1414 ------------------------------------------------------------------------
1415 r15261 | zorglub | 2006-04-17 23:28:30 +0200 (Mon, 17 Apr 2006) | 4 lines
1416 Changed paths:
1417    M /trunk
1418    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
1419    M /trunk/modules/gui/skins2/parser/interpreter.cpp
1420    M /trunk/modules/gui/skins2/src/dialogs.cpp
1421    M /trunk/modules/gui/skins2/src/dialogs.hpp
1422    M /trunk/modules/gui/skins2/src/skin_main.cpp
1423
1424 Add a (default enabled) skinned-playlist option
1425
1426 It will show the dialogs provider playlist instead of the "playlist_window" window
1427
1428 ------------------------------------------------------------------------
1429 r15260 | fkuehne | 2006-04-17 19:15:43 +0200 (Mon, 17 Apr 2006) | 1 line
1430 Changed paths:
1431    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
1432
1433 * revert 2 hacky compilation fixes which were accidentelly committed in [15259]
1434 ------------------------------------------------------------------------
1435 r15259 | fkuehne | 2006-04-17 19:10:12 +0200 (Mon, 17 Apr 2006) | 1 line
1436 Changed paths:
1437    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
1438
1439 * mark some buggy strings as pointed out by Mathias C. Berens
1440 ------------------------------------------------------------------------
1441 r15257 | asmax | 2006-04-17 19:03:55 +0200 (Mon, 17 Apr 2006) | 2 lines
1442 Changed paths:
1443    M /trunk/modules/gui/skins2/src/ini_file.cpp
1444    M /trunk/share/skins2/winamp2.xml
1445
1446 * all: convert keys in INI files to lower case, to fix buggy winamp2 skins
1447
1448 ------------------------------------------------------------------------
1449 r15255 | asmax | 2006-04-17 18:29:34 +0200 (Mon, 17 Apr 2006) | 2 lines
1450 Changed paths:
1451    M /trunk/modules/audio_output/jack.c
1452
1453 * jack.c: fixed non-stereo audio streams
1454
1455 ------------------------------------------------------------------------
1456 r15253 | asmax | 2006-04-17 17:56:21 +0200 (Mon, 17 Apr 2006) | 2 lines
1457 Changed paths:
1458    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
1459
1460 * ctrl_checkbox: fixed initial image of checkbox
1461
1462 ------------------------------------------------------------------------
1463 r15251 | ipkiss | 2006-04-17 17:26:53 +0200 (Mon, 17 Apr 2006) | 2 lines
1464 Changed paths:
1465    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
1466
1467  * skins2/controls/ctrl_tree.cpp: I forgot 1 occurrence of the bug
1468
1469 ------------------------------------------------------------------------
1470 r15250 | ipkiss | 2006-04-17 17:23:13 +0200 (Mon, 17 Apr 2006) | 3 lines
1471 Changed paths:
1472    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
1473
1474  * skins2/controls/ctrl_tree.cpp: Check that the iterator is not end() before using it...
1475    This fixes random freezes when loading skins with a PlayTree control on Windows, and probably some crashes as well.
1476
1477 ------------------------------------------------------------------------
1478 r15248 | asmax | 2006-04-17 14:46:51 +0200 (Mon, 17 Apr 2006) | 9 lines
1479 Changed paths:
1480    M /trunk/modules/gui/skins2/Modules.am
1481    M /trunk/modules/gui/skins2/parser/builder.cpp
1482    M /trunk/modules/gui/skins2/parser/builder.hpp
1483    M /trunk/modules/gui/skins2/parser/builder_data.def
1484    M /trunk/modules/gui/skins2/parser/builder_data.hpp
1485    M /trunk/modules/gui/skins2/parser/interpreter.cpp
1486    M /trunk/modules/gui/skins2/parser/interpreter.hpp
1487    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
1488    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
1489    M /trunk/modules/gui/skins2/src/file_bitmap.cpp
1490    A /trunk/modules/gui/skins2/src/ini_file.cpp
1491    A /trunk/modules/gui/skins2/src/ini_file.hpp
1492    M /trunk/modules/gui/skins2/src/var_manager.cpp
1493    M /trunk/modules/gui/skins2/src/var_manager.hpp
1494    M /trunk/modules/gui/skins2/utils/var_text.cpp
1495    M /trunk/modules/gui/skins2/utils/var_text.hpp
1496    M /trunk/share/skins2/skin.dtd
1497    M /trunk/share/skins2/winamp2.xml
1498
1499 * all: added a INI file parser in skins2. For instance if the file
1500  with id "pledit" (defined in the new tag "<IniFile>" contains:
1501     [Text]
1502     Normal=#FFFFFF
1503  it will create a constant "pledit.Text.Normal" with value "#FFFFFF"
1504 * winamp2.xml: use the "pledit.txt" file to have correct playlist colors
1505
1506 is it ok to backport in 0.8.5 ?
1507
1508 ------------------------------------------------------------------------
1509 r15246 | fkuehne | 2006-04-16 17:59:33 +0200 (Sun, 16 Apr 2006) | 1 line
1510 Changed paths:
1511    M /trunk/modules/gui/macosx/sfilters.m
1512
1513 * removed instability warning, which was introduced for the 0.8.5 betas
1514 ------------------------------------------------------------------------
1515 r15244 | dionoea | 2006-04-16 00:33:27 +0200 (Sun, 16 Apr 2006) | 2 lines
1516 Changed paths:
1517    M /trunk/share/skins2/skin.dtd
1518
1519 Fix dtd (a Layout can have more than one groups)
1520
1521 ------------------------------------------------------------------------
1522 r15243 | jpsaman | 2006-04-16 00:21:18 +0200 (Sun, 16 Apr 2006) | 1 line
1523 Changed paths:
1524    M /trunk/mozilla/support/npunix.c
1525
1526 Fix compilation on FC3 linux for mozilla plugin.
1527 ------------------------------------------------------------------------
1528 r15240 | asmax | 2006-04-15 18:18:59 +0200 (Sat, 15 Apr 2006) | 4 lines
1529 Changed paths:
1530    M /trunk/doc/skins/skins2-howto.xml
1531    M /trunk/modules/gui/skins2/src/vlcproc.cpp
1532    M /trunk/modules/gui/skins2/src/vlcproc.hpp
1533    M /trunk/modules/gui/skins2/utils/var_text.cpp
1534    M /trunk/share/skins2/winamp2.xml
1535    M /trunk/src/input/es_out.c
1536    M /trunk/src/input/input.c
1537
1538 * all: added a new skin text variable "$S" to get the audio sample rate
1539  (in KHz) + fixed the bitrate ("$B") variable to use only the audio bit rate.
1540 * winamp2.xml: updated the winamp2 skin
1541
1542 ------------------------------------------------------------------------
1543 r15239 | dionoea | 2006-04-15 18:06:47 +0200 (Sat, 15 Apr 2006) | 2 lines
1544 Changed paths:
1545    M /trunk/share/http/dialogs/input
1546
1547 Comment subtitles related stuff (since it isn't coded yet)
1548
1549 ------------------------------------------------------------------------
1550 r15237 | dionoea | 2006-04-15 17:58:24 +0200 (Sat, 15 Apr 2006) | 2 lines
1551 Changed paths:
1552    M /trunk/share/http/requests/status.xml
1553
1554 rpn magic to remove slashes from the playlist item's name
1555
1556 ------------------------------------------------------------------------
1557 r15236 | dionoea | 2006-04-15 17:48:44 +0200 (Sat, 15 Apr 2006) | 2 lines
1558 Changed paths:
1559    M /trunk/share/http/js/functions.js
1560
1561 Fix interface in regards to [15116].
1562
1563 ------------------------------------------------------------------------
1564 r15234 | courmisch | 2006-04-15 16:18:13 +0200 (Sat, 15 Apr 2006) | 4 lines
1565 Changed paths:
1566    M /trunk/src/libvlc.c
1567    M /trunk/src/libvlc.h
1568
1569 Do not provide a broken language option on Linux and similar OSes
1570 where the user normally use LANG, LANGUAGE, etc to define his/her
1571 language(s). It didn't work anyway (refs #638).
1572
1573 ------------------------------------------------------------------------
1574 r15233 | damienf | 2006-04-15 15:48:34 +0200 (Sat, 15 Apr 2006) | 2 lines
1575 Changed paths:
1576    M /trunk/mozilla/support/npunix.c
1577    M /trunk/mozilla/support/npwin.cpp
1578
1579 - added support for NPRuntime to win32 and unix version of mozilla
1580
1581 ------------------------------------------------------------------------
1582 r15232 | damienf | 2006-04-15 13:51:45 +0200 (Sat, 15 Apr 2006) | 2 lines
1583 Changed paths:
1584    M /trunk/extras/MacOSX/plugin/English.lproj/InfoPlist.strings
1585    M /trunk/extras/MacOSX/plugin/Info.plist
1586    M /trunk/modules/gui/macosx/voutqt.m
1587    M /trunk/mozilla/Makefile.am
1588    M /trunk/mozilla/support/npmac.cpp
1589    M /trunk/mozilla/vlc.r
1590    M /trunk/mozilla/vlcpeer.h
1591    M /trunk/mozilla/vlcplugin.cpp
1592    M /trunk/mozilla/vlcplugin.h
1593    A /trunk/mozilla/vlcruntime.cpp
1594    A /trunk/mozilla/vlcruntime.h
1595    M /trunk/mozilla/vlcshell.cpp
1596
1597 - the resurected mozilla plugin for Safari/Firefox on MacOS X
1598
1599 ------------------------------------------------------------------------
1600 r15230 | dionoea | 2006-04-15 02:51:53 +0200 (Sat, 15 Apr 2006) | 2 lines
1601 Changed paths:
1602    M /trunk/doc/skins/skins2-howto.xml
1603
1604 Add missing itemimage attribute to playtree doc
1605
1606 ------------------------------------------------------------------------
1607 r15229 | hartman | 2006-04-15 02:07:09 +0200 (Sat, 15 Apr 2006) | 6 lines
1608 Changed paths:
1609    M /trunk/modules/demux/ts.c
1610
1611 * Support for Topfield .rec recordings. It's MPEG-TS with an exceptionally large (1MB) header in front of it.
1612   I tried adding the info in the header to meta, but the existing documention seems incorrect or at least incomplete. Instead we just accept the start of the header as identifying a MPEG-TS file, and skipping the header.
1613
1614   BTW this header is again an example of very bad format design. It is using fixed length strings, for which the used buffers clearly are not null'ed before written with new information. As such i was able to determine which programs were running before this program was recorded :D
1615   Also a PID printed to a field was clearly not printed to null'ed memory, causing an invalid (too high) PID number to be in the field. You'd think the least someone could do when designing something like this, would be to analyze a hexdump of your own custom header.
1616
1617 ------------------------------------------------------------------------
1618 r15228 | courmisch | 2006-04-14 19:37:06 +0200 (Fri, 14 Apr 2006) | 2 lines
1619 Changed paths:
1620    M /trunk/modules/demux/avi/avi.c
1621
1622 Fix missing #include
1623
1624 ------------------------------------------------------------------------
1625 r15227 | courmisch | 2006-04-14 19:31:27 +0200 (Fri, 14 Apr 2006) | 2 lines
1626 Changed paths:
1627    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
1628
1629 Same as previous commit (refs #581)
1630
1631 ------------------------------------------------------------------------
1632 r15226 | courmisch | 2006-04-14 19:28:24 +0200 (Fri, 14 Apr 2006) | 3 lines
1633 Changed paths:
1634    M /trunk/src/libvlc.c
1635
1636 Do not alter LC_NUMERIC (refs #581).
1637 *** NOT MEANT FOR BACKPORTING ***
1638
1639 ------------------------------------------------------------------------
1640 r15223 | dionoea | 2006-04-14 18:47:23 +0200 (Fri, 14 Apr 2006) | 2 lines
1641 Changed paths:
1642    M /trunk/modules/control/hotkeys.c
1643
1644 Prevent some segfaults when using hotkeys with no vout
1645
1646 ------------------------------------------------------------------------
1647 r15222 | hartman | 2006-04-14 17:16:23 +0200 (Fri, 14 Apr 2006) | 2 lines
1648 Changed paths:
1649    M /trunk/modules/gui/macosx/vout.m
1650
1651 * Fix a crash in the MacOS X vout if p_real_vout isn't available yet.
1652
1653 ------------------------------------------------------------------------
1654 r15221 | zorglub | 2006-04-14 16:25:26 +0200 (Fri, 14 Apr 2006) | 2 lines
1655 Changed paths:
1656    M /trunk/test/native/i18n.c
1657    M /trunk/test/native/init.c
1658    M /trunk/test/native/libvlc.c
1659    M /trunk/test/native/stats.c
1660    A /trunk/test/native/tests.h
1661    M /trunk/test/native/url.c
1662    M /trunk/test/setup.py
1663
1664 Clean-up test
1665
1666 ------------------------------------------------------------------------
1667 r15220 | zorglub | 2006-04-14 16:16:46 +0200 (Fri, 14 Apr 2006) | 2 lines
1668 Changed paths:
1669    A /trunk/test/NativeI18NTest.py
1670    M /trunk/test/NativeLibvlcTest.py
1671    M /trunk/test/NativeStatsTest.py
1672    A /trunk/test/NativeURLTest.py
1673    D /trunk/test/libvlc_sample.c
1674    A /trunk/test/native/i18n.c
1675    A /trunk/test/native/init.c
1676    M /trunk/test/native/libvlc.c
1677    M /trunk/test/native/stats.c
1678    A /trunk/test/native/url.c
1679    M /trunk/test/pyunit.h
1680    M /trunk/test/setup.py
1681    M /trunk/test/test.sh
1682
1683 Add I18N and URL tests in test/
1684
1685 ------------------------------------------------------------------------
1686 r15218 | bigben | 2006-04-14 15:22:44 +0200 (Fri, 14 Apr 2006) | 3 lines
1687 Changed paths:
1688    M /trunk/configure.ac
1689
1690 * What is the point in having a detection for libvc1 if we don't have a libvc1 module ? Moreover, that prevents jlj's patch with the module from applying.
1691
1692
1693 ------------------------------------------------------------------------
1694 r15216 | massiot | 2006-04-14 14:38:22 +0200 (Fri, 14 Apr 2006) | 2 lines
1695 Changed paths:
1696    M /trunk/modules/access/pvr/pvr.c
1697
1698  * modules/access/pvr/pvr.c: Be compatible with both old and new kernels.
1699
1700 ------------------------------------------------------------------------
1701 r15214 | bigben | 2006-04-14 14:30:40 +0200 (Fri, 14 Apr 2006) | 2 lines
1702 Changed paths:
1703    M /trunk/loader/module.c
1704
1705 * Marillat changed the path to the win32 codecs in his latest packages, so look for the codecs there too
1706
1707 ------------------------------------------------------------------------
1708 r15212 | zorglub | 2006-04-14 14:09:26 +0200 (Fri, 14 Apr 2006) | 2 lines
1709 Changed paths:
1710    M /trunk/configure.ac
1711    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
1712    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
1713
1714 Bump version numbers
1715
1716 ------------------------------------------------------------------------
1717 r15210 | xtophe | 2006-04-14 13:42:49 +0200 (Fri, 14 Apr 2006) | 2 lines
1718 Changed paths:
1719    M /trunk/po/zh_CN.po
1720
1721 Update Chinese translation by Wei Mingzhi.
1722
1723 ------------------------------------------------------------------------
1724 r15209 | zorglub | 2006-04-14 11:37:39 +0200 (Fri, 14 Apr 2006) | 2 lines
1725 Changed paths:
1726    M /trunk/modules/access_filter/timeshift.c
1727    M /trunk/modules/audio_filter/equalizer.c
1728    M /trunk/modules/demux/playlist/playlist.c
1729    M /trunk/modules/gui/macosx/extended.m
1730    M /trunk/modules/gui/skins2/src/skin_main.cpp
1731    M /trunk/modules/misc/freetype.c
1732    M /trunk/modules/misc/growl.c
1733    M /trunk/modules/misc/rtsp.c
1734    M /trunk/modules/misc/win32text.c
1735    M /trunk/modules/mux/mpeg/ts.c
1736    M /trunk/modules/services_discovery/shout.c
1737
1738 Strings
1739
1740 ------------------------------------------------------------------------
1741 r15206 | fkuehne | 2006-04-13 20:51:38 +0200 (Thu, 13 Apr 2006) | 1 line
1742 Changed paths:
1743    M /trunk/configure.ac
1744
1745 * fixed 2 minor typos
1746 ------------------------------------------------------------------------
1747 r15205 | fkuehne | 2006-04-13 20:51:16 +0200 (Thu, 13 Apr 2006) | 1 line
1748 Changed paths:
1749    M /trunk/modules/gui/macosx/intf.h
1750    M /trunk/modules/gui/macosx/intf.m
1751
1752 * implemented showintf-support. Thanks to ipkiss for pointing out that this was missing on OSX.
1753 ------------------------------------------------------------------------
1754 r15204 | massiot | 2006-04-13 20:32:12 +0200 (Thu, 13 Apr 2006) | 4 lines
1755 Changed paths:
1756    M /trunk/modules/access/pvr/pvr.c
1757
1758  * modules/access/pvr/pvr.c: The radio API in ivtv-0.6.1 has changed : now
1759    you are supposed to pass frequency * 16000 instead of frequency * 16.
1760    This is sooo coherent.
1761
1762 ------------------------------------------------------------------------
1763 r15203 | hartman | 2006-04-13 16:47:20 +0200 (Thu, 13 Apr 2006) | 2 lines
1764 Changed paths:
1765    M /trunk/modules/demux/mp4/libmp4.c
1766    M /trunk/modules/demux/nsv.c
1767    M /trunk/modules/stream_out/rtp.c
1768    M /trunk/src/video_output/vout_subpictures.c
1769
1770 * Revert the unintentially committed files of [15202]
1771
1772 ------------------------------------------------------------------------
1773 r15202 | hartman | 2006-04-13 16:43:40 +0200 (Thu, 13 Apr 2006) | 1 line
1774 Changed paths:
1775    M /trunk/extras/contrib/src/Makefile
1776    M /trunk/modules/demux/mp4/libmp4.c
1777    M /trunk/modules/demux/nsv.c
1778    M /trunk/modules/stream_out/rtp.c
1779    M /trunk/src/video_output/vout_subpictures.c
1780
1781 * Fix libgcrypt on MacIntel by disabling it's ASM. This fixes #620
1782 ------------------------------------------------------------------------
1783 r15201 | hartman | 2006-04-13 16:12:20 +0200 (Thu, 13 Apr 2006) | 4 lines
1784 Changed paths:
1785    M /trunk/include/vlc_video.h
1786    M /trunk/modules/misc/freetype.c
1787    M /trunk/src/video_output/vout_subpictures.c
1788
1789 * Fix subtitle  alignment if we don't have styles. fixes #619
1790
1791 I chose to re-add the align paramter to the subpicture region struct, since adding a style struct for every single subpicture for just an alignment seemed to be overkill to me. 
1792
1793 ------------------------------------------------------------------------
1794 r15200 | dionoea | 2006-04-13 15:49:45 +0200 (Thu, 13 Apr 2006) | 2 lines
1795 Changed paths:
1796    M /trunk/share/http/js/functions.js
1797    M /trunk/share/http/js/vlm.js
1798
1799 URL encode fix
1800
1801 ------------------------------------------------------------------------
1802 r15199 | zorglub | 2006-04-13 11:04:34 +0200 (Thu, 13 Apr 2006) | 2 lines
1803 Changed paths:
1804    M /trunk/modules/codec/x264.c
1805    M /trunk/modules/demux/mod.c
1806    M /trunk/modules/gui/macosx/equalizer.m
1807    M /trunk/modules/misc/freetype.c
1808    M /trunk/modules/misc/msn.c
1809    M /trunk/modules/stream_out/standard.c
1810    M /trunk/modules/video_filter/mosaic.c
1811    M /trunk/modules/video_filter/motiondetect.c
1812    M /trunk/modules/video_filter/osdmenu.c
1813
1814 String stuff
1815
1816 ------------------------------------------------------------------------
1817 r15198 | xtophe | 2006-04-13 10:31:33 +0200 (Thu, 13 Apr 2006) | 2 lines
1818 Changed paths:
1819    M /trunk/extras/contrib/src/packages.mak
1820
1821 Really fix xml url
1822
1823 ------------------------------------------------------------------------
1824 r15197 | xtophe | 2006-04-13 00:31:19 +0200 (Thu, 13 Apr 2006) | 2 lines
1825 Changed paths:
1826    M /trunk/extras/contrib/src/packages.mak
1827
1828 Fix libxml url.
1829
1830 ------------------------------------------------------------------------
1831 r15196 | xtophe | 2006-04-12 23:56:41 +0200 (Wed, 12 Apr 2006) | 2 lines
1832 Changed paths:
1833    M /trunk/Makefile.am
1834
1835 Makefile.am: Fix for introduction of vlc.win32.nsi.in
1836
1837 ------------------------------------------------------------------------
1838 r15195 | xtophe | 2006-04-12 23:22:51 +0200 (Wed, 12 Apr 2006) | 2 lines
1839 Changed paths:
1840    M /trunk/modules/control/http/macro.c
1841
1842 *macro.c: Get the name correctly
1843
1844 ------------------------------------------------------------------------
1845 r15194 | courmisch | 2006-04-12 21:25:59 +0200 (Wed, 12 Apr 2006) | 2 lines
1846 Changed paths:
1847    M /trunk/src/network/io.c
1848
1849 Set close-on-exec flag on sockets so that we don't pass them to CGI scripts
1850
1851 ------------------------------------------------------------------------
1852 r15193 | courmisch | 2006-04-12 19:27:31 +0200 (Wed, 12 Apr 2006) | 2 lines
1853 Changed paths:
1854    M /trunk/THANKS
1855    M /trunk/configure.ac
1856
1857 xvideo X.Org 7 detection fix by Pavlov Konstantin
1858
1859 ------------------------------------------------------------------------
1860 r15192 | fkuehne | 2006-04-12 18:54:42 +0200 (Wed, 12 Apr 2006) | 1 line
1861 Changed paths:
1862    M /trunk/Makefile.am
1863
1864 * be a bit more verbose when creating the disk-image
1865 ------------------------------------------------------------------------
1866 r15191 | fkuehne | 2006-04-12 18:40:47 +0200 (Wed, 12 Apr 2006) | 1 line
1867 Changed paths:
1868    M /trunk/modules/gui/macosx/wizard.m
1869
1870 * fix streaming. This section and a few others need to and will be re-written after 0.8.5
1871 ------------------------------------------------------------------------
1872 r15190 | fkuehne | 2006-04-12 18:27:30 +0200 (Wed, 12 Apr 2006) | 1 line
1873 Changed paths:
1874    M /trunk/po/de.po
1875
1876 * first update of the German translation by Mathias C. Berens | welcome-soft <berens@welcome-soft.de> and myself. More to come.
1877 ------------------------------------------------------------------------
1878 r15189 | massiot | 2006-04-12 16:26:21 +0200 (Wed, 12 Apr 2006) | 4 lines
1879 Changed paths:
1880    M /trunk/modules/control/http/macro.c
1881
1882  * modules/control/http/macro.c: Add slashes in the MVLC_ADD macro for
1883    backwards compatibility with the old http intf (anyway MVLC_ADD is
1884    obsoleted by RPN function playlist_add).
1885
1886 ------------------------------------------------------------------------
1887 r15188 | zorglub | 2006-04-12 15:03:37 +0200 (Wed, 12 Apr 2006) | 2 lines
1888 Changed paths:
1889    M /trunk
1890    M /trunk/configure.ac
1891    D /trunk/vlc.win32.nsi
1892    A /trunk/vlc.win32.nsi.in (from /trunk/vlc.win32.nsi:15184)
1893
1894 Ship libvlc.dll in installer if built in shared mode
1895
1896 ------------------------------------------------------------------------
1897 r15187 | zorglub | 2006-04-12 13:43:33 +0200 (Wed, 12 Apr 2006) | 2 lines
1898 Changed paths:
1899    M /trunk/Makefile.am
1900
1901 Package fix
1902
1903 ------------------------------------------------------------------------
1904 r15186 | zorglub | 2006-04-12 12:22:55 +0200 (Wed, 12 Apr 2006) | 2 lines
1905 Changed paths:
1906    M /trunk/share/Makefile.am
1907    D /trunk/share/http/old/favicon.ico
1908
1909 Remove useless favicon (Refs:#634)
1910
1911 ------------------------------------------------------------------------
1912 r15185 | zorglub | 2006-04-12 12:22:19 +0200 (Wed, 12 Apr 2006) | 4 lines
1913 Changed paths:
1914    M /trunk/share/Makefile.am
1915
1916 Don't ship default skin (Refs:#634)
1917
1918 If you think playtree is not ready yet, yell :)
1919
1920 ------------------------------------------------------------------------
1921 r15184 | zorglub | 2006-04-12 10:13:14 +0200 (Wed, 12 Apr 2006) | 2 lines
1922 Changed paths:
1923    M /trunk/doc/skins/skins2-howto.xml
1924
1925 Document <Playtree> (Closes:#611)
1926
1927 ------------------------------------------------------------------------
1928 r15183 | dionoea | 2006-04-12 01:56:54 +0200 (Wed, 12 Apr 2006) | 2 lines
1929 Changed paths:
1930    M /trunk/src/misc/configuration.c
1931
1932 "too"!=2=="two"
1933
1934 ------------------------------------------------------------------------
1935 r15182 | dionoea | 2006-04-12 01:51:21 +0200 (Wed, 12 Apr 2006) | 9 lines
1936 Changed paths:
1937    M /trunk/src/misc/configuration.c
1938
1939 Fix indentation.
1940
1941 I was actually trying to understand why command line option parsing on my computer with self compiled VLC behaves as "If the first character of optstring is '+' or the environment variable POSIXLY_CORRECT is set, then option processing stops as soon as a non-option argument is encountered." while neither of these conditions is true (see the while( getopt_long( ... ) != EOF ) loop).
1942 Small illustration:
1943 ./vlc -vvv -I dummy input.ts --color
1944 All options before the first non option argument work as expected (-vvv and -I dummy). All options after the first non option argument are also interpreted as being non option arguments.
1945 Help would be appreciated.
1946 (I've already had reports of other people having the same kind of issues)
1947
1948 ------------------------------------------------------------------------
1949 r15181 | hartman | 2006-04-12 00:09:20 +0200 (Wed, 12 Apr 2006) | 2 lines
1950 Changed paths:
1951    M /trunk/modules/codec/flac.c
1952
1953 * make the flac decoder errors less annoying. some are warns, some are err's.
1954
1955 ------------------------------------------------------------------------
1956 r15180 | courmisch | 2006-04-11 18:35:42 +0200 (Tue, 11 Apr 2006) | 3 lines
1957 Changed paths:
1958    M /trunk/configure.ac
1959
1960 Link some additionnal plugins against the math library
1961 Report and fix from Pavlov Konstantin ?\226?\128?\156thresh?\226?\128?\157
1962
1963 ------------------------------------------------------------------------
1964 r15179 | courmisch | 2006-04-11 18:24:46 +0200 (Tue, 11 Apr 2006) | 2 lines
1965 Changed paths:
1966    M /trunk/modules/control/http/macro.c
1967    M /trunk/modules/control/http/rpn.c
1968
1969 Restores [13132] back - break the new interface again
1970
1971 ------------------------------------------------------------------------
1972 r15178 | courmisch | 2006-04-11 18:18:39 +0200 (Tue, 11 Apr 2006) | 2 lines
1973 Changed paths:
1974    M /trunk/src/misc/strings.c
1975    M /trunk/src/test/url.c
1976
1977 Lalala
1978
1979 ------------------------------------------------------------------------
1980 r15177 | courmisch | 2006-04-11 17:59:43 +0200 (Tue, 11 Apr 2006) | 4 lines
1981 Changed paths:
1982    M /trunk/modules/control/http/macro.c
1983    M /trunk/modules/control/http/rpn.c
1984
1985 Revert [15132]:
1986 - Fix HTTPd crash
1987 - Break the old interface again
1988
1989 ------------------------------------------------------------------------
1990 r15176 | courmisch | 2006-04-11 17:52:29 +0200 (Tue, 11 Apr 2006) | 2 lines
1991 Changed paths:
1992    M /trunk/src/test/url.c
1993
1994 Even more tests
1995
1996 ------------------------------------------------------------------------
1997 r15175 | courmisch | 2006-04-11 17:47:52 +0200 (Tue, 11 Apr 2006) | 2 lines
1998 Changed paths:
1999    M /trunk/src/test/url.c
2000
2001 Additionnal unit test for decode_URI
2002
2003 ------------------------------------------------------------------------
2004 r15174 | courmisch | 2006-04-11 17:26:28 +0200 (Tue, 11 Apr 2006) | 2 lines
2005 Changed paths:
2006    M /trunk/src/network/tcp.c
2007
2008 Fix missing initializer warning
2009
2010 ------------------------------------------------------------------------
2011 r15173 | zorglub | 2006-04-11 15:57:01 +0200 (Tue, 11 Apr 2006) | 5 lines
2012 Changed paths:
2013    M /trunk/po/sv.po
2014
2015 Update of swedish translation by Daniel Nylander.
2016 Thanks.
2017
2018 For those wondering, this *is* swedish.
2019
2020 ------------------------------------------------------------------------
2021 r15172 | zorglub | 2006-04-11 15:17:20 +0200 (Tue, 11 Apr 2006) | 2 lines
2022 Changed paths:
2023    M /trunk/modules/access/dshow/dshow.cpp
2024    M /trunk/modules/access_output/http.c
2025    M /trunk/modules/audio_filter/converter/dtstofloat32.c
2026    M /trunk/modules/demux/livedotcom.cpp
2027    M /trunk/modules/demux/mod.c
2028    M /trunk/src/libvlc.h
2029
2030 More strings
2031
2032 ------------------------------------------------------------------------
2033 r15171 | fkuehne | 2006-04-11 15:05:50 +0200 (Tue, 11 Apr 2006) | 1 line
2034 Changed paths:
2035    M /trunk/modules/audio_filter/param_eq.c
2036
2037 * replaced NULL with empty strings when providing no help for an option
2038 ------------------------------------------------------------------------
2039 r15170 | fkuehne | 2006-04-11 14:37:47 +0200 (Tue, 11 Apr 2006) | 5 lines
2040 Changed paths:
2041    M /trunk/modules/gui/macosx/intf.m
2042    M /trunk/modules/gui/macosx/prefs.m
2043
2044 intf.m: * we can't localise empty strings, so don't put an error when trying to do so, but just a warning
2045     * be a bit nicer and return @"" instead of NULL strings
2046     - this fixes the display of certain modules in the preferences such as the parametric equaliser
2047
2048 prefs.m: * removed 2 unused variables
2049 ------------------------------------------------------------------------
2050 r15169 | zorglub | 2006-04-11 11:27:46 +0200 (Tue, 11 Apr 2006) | 2 lines
2051 Changed paths:
2052    M /trunk/modules/access/http.c
2053    M /trunk/modules/access/pvr/pvr.c
2054    M /trunk/modules/audio_filter/param_eq.c
2055    M /trunk/modules/codec/x264.c
2056    M /trunk/modules/control/netsync.c
2057    M /trunk/modules/demux/livedotcom.cpp
2058    M /trunk/src/libvlc.h
2059
2060 String fixes
2061
2062 ------------------------------------------------------------------------
2063 r15167 | damienf | 2006-04-11 01:55:28 +0200 (Tue, 11 Apr 2006) | 2 lines
2064 Changed paths:
2065    M /trunk/extras/contrib/src/Makefile
2066
2067 - fixed faad2 libtool so that shared library is properly built for MacOS X 
2068
2069 ------------------------------------------------------------------------
2070 r15164 | hartman | 2006-04-10 23:32:26 +0200 (Mon, 10 Apr 2006) | 3 lines
2071 Changed paths:
2072    M /trunk/configure.ac
2073    M /trunk/modules/codec/ffmpeg/demux.c
2074    M /trunk/modules/codec/ffmpeg/ffmpeg.c
2075
2076 * Fix ffmpeg libavformat linkage when we don't use --with-ffmpeg-tree (this fixes Flash playback)
2077 * Add Shorten codec. This refs #632 It doesn't seem to work, but that might be an endianness issue. will someone please check with this sample? http://www.mplayerhq.hu/MPlayer/samples/A-codecs/lossless/luckynight.shn
2078
2079 ------------------------------------------------------------------------
2080 r15163 | damienf | 2006-04-10 23:28:43 +0200 (Mon, 10 Apr 2006) | 2 lines
2081 Changed paths:
2082    M /trunk/extras/contrib/src/Makefile
2083    M /trunk/extras/contrib/src/Patches/libpng-osx.patch
2084
2085 - update darwin/macosx patch for libpng-1.2.8
2086
2087 ------------------------------------------------------------------------
2088 r15162 | damienf | 2006-04-10 23:09:09 +0200 (Mon, 10 Apr 2006) | 2 lines
2089 Changed paths:
2090    M /trunk/extras/contrib/src/Makefile
2091    D /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch
2092    A /trunk/extras/contrib/src/Patches/libpng-win32.patch
2093
2094 - update win32 patch for libpng-1.2.8
2095
2096 ------------------------------------------------------------------------
2097 r15160 | hartman | 2006-04-10 16:41:23 +0200 (Mon, 10 Apr 2006) | 2 lines
2098 Changed paths:
2099    M /trunk/src/video_output/vout_intf.c
2100
2101 * Fix 16:9 vs. 16:10 AR and cropping switching on the fly.
2102
2103 ------------------------------------------------------------------------
2104 r15159 | dionoea | 2006-04-09 23:43:47 +0200 (Sun, 09 Apr 2006) | 2 lines
2105 Changed paths:
2106    M /trunk/src/input/input.c
2107
2108 Hum, in fact we should remove it altogether since it is already killed in previous function code.
2109
2110 ------------------------------------------------------------------------
2111 r15158 | dionoea | 2006-04-09 23:38:34 +0200 (Sun, 09 Apr 2006) | 2 lines
2112 Changed paths:
2113    M /trunk/src/input/input.c
2114
2115 Fix what looks like a type. (someone confirm please)
2116
2117 ------------------------------------------------------------------------
2118 r15157 | courmisch | 2006-04-09 20:33:22 +0200 (Sun, 09 Apr 2006) | 2 lines
2119 Changed paths:
2120    M /trunk/src/Makefile.am
2121    A /trunk/src/test/url.c (from /trunk/src/test/i18n_atof.c:15156)
2122
2123 Basic unit test for URI decoding
2124
2125 ------------------------------------------------------------------------
2126 r15154 | asmax | 2006-04-09 16:29:26 +0200 (Sun, 09 Apr 2006) | 3 lines
2127 Changed paths:
2128    M /trunk/doc/skins/skins2-howto.xml
2129    M /trunk/modules/gui/skins2/src/file_bitmap.cpp
2130    M /trunk/modules/gui/skins2/src/vlcproc.cpp
2131    M /trunk/modules/gui/skins2/src/vlcproc.hpp
2132    M /trunk/modules/gui/skins2/utils/ustring.cpp
2133    M /trunk/modules/gui/skins2/utils/ustring.hpp
2134    M /trunk/modules/gui/skins2/utils/var_text.cpp
2135    M /trunk/share/skins2/winamp2.xml
2136
2137 * all: new skin text variable "$B" to get the stream bitrate
2138 * winamp2.xml: added "kbps" info in winamp skins
2139
2140 ------------------------------------------------------------------------
2141 r15150 | xtophe | 2006-04-09 01:00:14 +0200 (Sun, 09 Apr 2006) | 2 lines
2142 Changed paths:
2143    M /trunk/po/zh_CN.po
2144
2145 First Translation update by Wei Mingzhi
2146
2147 ------------------------------------------------------------------------
2148 r15149 | courmisch | 2006-04-08 23:41:53 +0200 (Sat, 08 Apr 2006) | 2 lines
2149 Changed paths:
2150    M /trunk/src/input/stream.c
2151
2152 Fix warning
2153
2154 ------------------------------------------------------------------------
2155 r15145 | dionoea | 2006-04-08 23:04:10 +0200 (Sat, 08 Apr 2006) | 2 lines
2156 Changed paths:
2157    M /trunk/toolbox
2158
2159 Remove .libs directories when running ./toolbox --distclean
2160
2161 ------------------------------------------------------------------------
2162 r15144 | dionoea | 2006-04-08 19:25:40 +0200 (Sat, 08 Apr 2006) | 2 lines
2163 Changed paths:
2164    M /trunk/extras/contrib/src/packages.mak
2165
2166 Update libpng to 1.2.8 (includes lots of security fixes). Thanks to MYOB for noticing
2167
2168 ------------------------------------------------------------------------
2169 r15143 | dionoea | 2006-04-08 01:40:17 +0200 (Sat, 08 Apr 2006) | 2 lines
2170 Changed paths:
2171    M /trunk/extras/contrib/src/Makefile
2172
2173 Rhaaa
2174
2175 ------------------------------------------------------------------------
2176 r15142 | dionoea | 2006-04-08 01:38:47 +0200 (Sat, 08 Apr 2006) | 2 lines
2177 Changed paths:
2178    M /trunk/extras/contrib/src/Makefile
2179
2180 3rd try
2181
2182 ------------------------------------------------------------------------
2183 r15141 | dionoea | 2006-04-08 01:36:46 +0200 (Sat, 08 Apr 2006) | 2 lines
2184 Changed paths:
2185    M /trunk/extras/contrib/src/Makefile
2186
2187 Ahem
2188
2189 ------------------------------------------------------------------------
2190 r15140 | dionoea | 2006-04-08 01:33:31 +0200 (Sat, 08 Apr 2006) | 2 lines
2191 Changed paths:
2192    M /trunk/extras/contrib/src/Makefile
2193    M /trunk/extras/contrib/src/packages.mak
2194
2195 libdca. untested
2196
2197 ------------------------------------------------------------------------
2198 r15139 | dionoea | 2006-04-07 23:52:33 +0200 (Fri, 07 Apr 2006) | 3 lines
2199 Changed paths:
2200    M /trunk/src/libvlc.h
2201    M /trunk/src/misc/win32_specific.c
2202    M /trunk/vlc.win32.nsi
2203
2204 Win32 specific changes: Add --started-from-file option to tell VLC that it was started by clicking on a file (or disc). Add --one-instance-when-started-from-file option to tell VLC to use one instance mode when --started-from-file is used. See replies to r15125 for an explanation.
2205
2206
2207 ------------------------------------------------------------------------
2208 r15138 | xtophe | 2006-04-07 23:45:01 +0200 (Fri, 07 Apr 2006) | 2 lines
2209 Changed paths:
2210    M /trunk/modules/access_filter/record.c
2211
2212 eliminate non-valid characters only on the name not on the full path (closes #628)
2213
2214 ------------------------------------------------------------------------
2215 r15137 | xtophe | 2006-04-07 23:14:52 +0200 (Fri, 07 Apr 2006) | 2 lines
2216 Changed paths:
2217    M /trunk/msvc/libvlc.dsp.in
2218    M /trunk/msvc/libvlc.vcproj.in
2219    M /trunk/msvc/plugins.dsp.in
2220    M /trunk/msvc/plugins.vcproj.in
2221    M /trunk/msvc/vlc.dsp.in
2222    M /trunk/msvc/vlc.vcproj.in
2223    M /trunk/toolbox
2224
2225 Don't use char outside ascii in shell script.
2226
2227 ------------------------------------------------------------------------
2228 r15136 | fkuehne | 2006-04-07 20:38:30 +0200 (Fri, 07 Apr 2006) | 1 line
2229 Changed paths:
2230    M /trunk/modules/gui/macosx/bookmarks.m
2231
2232 * don't free a vlc-object. Thanks to Meuuh for pointing this out.
2233 ------------------------------------------------------------------------
2234 r15135 | massiot | 2006-04-07 19:58:56 +0200 (Fri, 07 Apr 2006) | 2 lines
2235 Changed paths:
2236    M /trunk/src/misc/strings.c
2237
2238  * src/misc/strings.c: Missing break; in decode_URI().
2239
2240 ------------------------------------------------------------------------
2241 r15134 | massiot | 2006-04-07 19:45:35 +0200 (Fri, 07 Apr 2006) | 2 lines
2242 Changed paths:
2243    M /trunk/modules/codec/dvbsub.c
2244
2245  * modules/codec/dvbsub.c: add_suppressed -> add_suppressed_integer
2246
2247 ------------------------------------------------------------------------
2248 r15133 | massiot | 2006-04-07 19:20:11 +0200 (Fri, 07 Apr 2006) | 2 lines
2249 Changed paths:
2250    M /trunk/modules/codec/dvbsub.c
2251
2252  * modules/codec/dvbsub.c: add_deprecated -> add_suppressed
2253
2254 ------------------------------------------------------------------------
2255 r15132 | courmisch | 2006-04-07 19:17:53 +0200 (Fri, 07 Apr 2006) | 4 lines
2256 Changed paths:
2257    M /trunk/modules/control/http/macro.c
2258    M /trunk/modules/control/http/rpn.c
2259
2260 Restore previous URI components decoding instead of unescaping
2261 Should fix the old interface - will most likely break the new one
2262 (in particular try with non-Latin-1 characters)
2263
2264 ------------------------------------------------------------------------
2265 r15131 | massiot | 2006-04-07 18:42:18 +0200 (Fri, 07 Apr 2006) | 2 lines
2266 Changed paths:
2267    M /trunk/modules/codec/dvbsub.c
2268
2269  * modules/codec/dvbsub.c: Add deprecated option and fix option parsing.
2270
2271 ------------------------------------------------------------------------
2272 r15130 | massiot | 2006-04-07 18:33:51 +0200 (Fri, 07 Apr 2006) | 2 lines
2273 Changed paths:
2274    M /trunk/modules/codec/spudec/parse.c
2275    M /trunk/modules/codec/spudec/spudec.c
2276    M /trunk/modules/codec/spudec/spudec.h
2277
2278  * modules/codec/spudec: Decreased verbosity.
2279
2280 ------------------------------------------------------------------------
2281 r15129 | jpsaman | 2006-04-07 17:33:44 +0200 (Fri, 07 Apr 2006) | 2 lines
2282 Changed paths:
2283    M /trunk/modules/codec/dvbsub.c
2284
2285 Remove --sout-dvbsub-timeout flag
2286 it conflicts with DVD SPU.
2287 ------------------------------------------------------------------------
2288 r15128 | massiot | 2006-04-07 15:52:32 +0200 (Fri, 07 Apr 2006) | 4 lines
2289 Changed paths:
2290    M /trunk/modules/codec/dvbsub.c
2291
2292  * modules/codec/dvbsub.c: Fixed a major bug with DVBSUB_PCS_STATE_CHANGE.
2293    Partially reverted [12259] because it implied too many page
2294    recompositions.
2295
2296 ------------------------------------------------------------------------
2297 r15127 | hartman | 2006-04-07 14:19:01 +0200 (Fri, 07 Apr 2006) | 6 lines
2298 Changed paths:
2299    M /trunk/modules/misc/svg.c
2300    M /trunk/src/libvlc.h
2301    M /trunk/src/video_output/vout_subpictures.c
2302
2303 * Lower the priority of the SVG renderer
2304 * Make the "text renderer" selectable with --text-renderer
2305 fixes #627
2306
2307 Lol, totally forgot to commit this last night :D
2308
2309 ------------------------------------------------------------------------
2310 r15126 | courmisch | 2006-04-07 12:59:04 +0200 (Fri, 07 Apr 2006) | 2 lines
2311 Changed paths:
2312    M /trunk/src/misc/strings.c
2313
2314 Oops again
2315
2316 ------------------------------------------------------------------------
2317 r15125 | dionoea | 2006-04-07 01:02:30 +0200 (Fri, 07 Apr 2006) | 2 lines
2318 Changed paths:
2319    M /trunk/vlc.win32.nsi
2320
2321 Remove --one-instance option from file open targets on win32. people seemed to be frustrated about this behavior change.
2322
2323 ------------------------------------------------------------------------
2324 r15124 | adn | 2006-04-07 01:00:24 +0200 (Fri, 07 Apr 2006) | 2 lines
2325 Changed paths:
2326    M /trunk/include/vlc_config_cat.h
2327
2328 typo in a string (line 42)
2329
2330 ------------------------------------------------------------------------
2331 r15123 | dionoea | 2006-04-07 00:41:06 +0200 (Fri, 07 Apr 2006) | 2 lines
2332 Changed paths:
2333    M /trunk/include/vlc_osd.h
2334    M /trunk/include/vlc_symbols.h
2335    M /trunk/src/osd/osd_widgets.c
2336    M /trunk/src/video_output/video_text.c
2337    M /trunk/src/video_output/video_widgets.c
2338
2339 Fix OSD display when vout crop is used (so that every thing stays on the displayed image).
2340
2341 ------------------------------------------------------------------------
2342 r15122 | hartman | 2006-04-07 00:29:15 +0200 (Fri, 07 Apr 2006) | 3 lines
2343 Changed paths:
2344    M /trunk/extras/contrib/src/Makefile
2345    A /trunk/extras/contrib/src/Patches/dirac-osx.patch
2346
2347 * Fix dirac on PPC. (only compile what we need)
2348  (this is a workaround, i'm too lazy to find where they double up the LDFLAGS when they link their applications).
2349
2350 ------------------------------------------------------------------------
2351 r15121 | courmisch | 2006-04-06 23:20:33 +0200 (Thu, 06 Apr 2006) | 2 lines
2352 Changed paths:
2353    M /trunk/include/vlc_symbols.h
2354    M /trunk/include/vlc_url.h
2355
2356 Oups
2357
2358 ------------------------------------------------------------------------
2359 r15120 | courmisch | 2006-04-06 22:38:43 +0200 (Thu, 06 Apr 2006) | 3 lines
2360 Changed paths:
2361    M /trunk/include/vlc_symbols.h
2362    M /trunk/include/vlc_url.h
2363    M /trunk/src/misc/strings.c
2364
2365 - Reimplement URL component decoding separately from URL unescaping
2366 - Replace crap URL escaping with URL encoding, which is what we really need
2367
2368 ------------------------------------------------------------------------
2369 r15119 | hartman | 2006-04-06 22:04:24 +0200 (Thu, 06 Apr 2006) | 2 lines
2370 Changed paths:
2371    M /trunk/extras/contrib/bootstrap
2372
2373 * enable SDK building for Mac PPC contrib. 
2374
2375 ------------------------------------------------------------------------
2376 r15118 | massiot | 2006-04-06 19:54:21 +0200 (Thu, 06 Apr 2006) | 2 lines
2377 Changed paths:
2378    M /trunk/modules/demux/asf/libasf.c
2379    M /trunk/modules/demux/asf/libasf.h
2380    M /trunk/modules/demux/m3u.c
2381    M /trunk/modules/demux/mod.c
2382    M /trunk/modules/demux/mpc.c
2383    M /trunk/modules/mux/asf.c
2384    M /trunk/modules/mux/mpeg/pes.c
2385    M /trunk/modules/mux/mpeg/ps.c
2386    M /trunk/modules/packetizer/mpegvideo.c
2387    M /trunk/modules/stream_out/standard.c
2388    M /trunk/src/input/subtitles.c
2389
2390  * ALL: extention -> extension
2391
2392 ------------------------------------------------------------------------
2393 r15117 | massiot | 2006-04-06 19:12:32 +0200 (Thu, 06 Apr 2006) | 4 lines
2394 Changed paths:
2395    M /trunk/include/vlc_url.h
2396
2397  * include/vlc_url.h: Fixed vlc_UrlEncode to return correct values and avoid
2398    crashing with strings as simple as "/toto", but all in all the entire
2399    function seems very wrong to me, see the next mail.
2400
2401 ------------------------------------------------------------------------
2402 r15116 | massiot | 2006-04-06 18:16:02 +0200 (Thu, 06 Apr 2006) | 2 lines
2403 Changed paths:
2404    M /trunk/modules/control/http/util.c
2405
2406  * modules/control/http/util.c: Simplify MRLParse, and fix parsing of quotes.
2407
2408 ------------------------------------------------------------------------
2409 r15115 | massiot | 2006-04-06 17:53:06 +0200 (Thu, 06 Apr 2006) | 3 lines
2410 Changed paths:
2411    M /trunk/modules/codec/png.c
2412
2413  * modules/codec/png.c: More robust error checking, avoid calling abort() in
2414    case of an invalid file.
2415
2416 ------------------------------------------------------------------------
2417 r15114 | hartman | 2006-04-06 17:16:05 +0200 (Thu, 06 Apr 2006) | 2 lines
2418 Changed paths:
2419    M /trunk/configure.ac
2420
2421 * Only compile cyberlink if --enable-cyberlink is explicitly set by the user.
2422
2423 ------------------------------------------------------------------------
2424 r15113 | damienf | 2006-04-06 17:09:40 +0200 (Thu, 06 Apr 2006) | 2 lines
2425 Changed paths:
2426    M /trunk/activex/vlccontrol.cpp
2427
2428 - fixed a few return codes from APIs
2429
2430 ------------------------------------------------------------------------
2431 r15112 | hartman | 2006-04-06 16:46:30 +0200 (Thu, 06 Apr 2006) | 2 lines
2432 Changed paths:
2433    M /trunk/extras/contrib/src/Makefile
2434
2435 * Disable cyberlink and expat, the module immediatly crashes. 
2436
2437 ------------------------------------------------------------------------
2438 r15111 | hartman | 2006-04-06 15:50:12 +0200 (Thu, 06 Apr 2006) | 2 lines
2439 Changed paths:
2440    M /trunk/configure.ac
2441
2442 * Fix --with-cyberlink-tree when using contrib
2443
2444 ------------------------------------------------------------------------
2445 r15110 | xtophe | 2006-04-06 11:04:42 +0200 (Thu, 06 Apr 2006) | 2 lines
2446 Changed paths:
2447    M /trunk/src/misc/unicode.c
2448
2449 Fix if statement
2450
2451 ------------------------------------------------------------------------
2452 r15109 | zorglub | 2006-04-06 09:36:57 +0200 (Thu, 06 Apr 2006) | 2 lines
2453 Changed paths:
2454    M /trunk/lxdialog/lxdialog.c
2455    M /trunk/modules/access/dvb/linux_dvb.c
2456    M /trunk/modules/access/rtsp/real.c
2457
2458 Fix potential bugs
2459
2460 ------------------------------------------------------------------------
2461 r15108 | hartman | 2006-04-06 02:57:01 +0200 (Thu, 06 Apr 2006) | 2 lines
2462 Changed paths:
2463    M /trunk/extras/contrib/src/Makefile
2464
2465 * Evil hack to get libFLAC working with SDK building on OSX.
2466
2467 ------------------------------------------------------------------------
2468 r15107 | hartman | 2006-04-05 23:50:43 +0200 (Wed, 05 Apr 2006) | 2 lines
2469 Changed paths:
2470    M /trunk/extras/contrib/src/Makefile
2471    A /trunk/extras/contrib/src/Patches/gettext-macosx.patch
2472
2473 * Fix gettext -framework usage. This is needed for SDK support.
2474
2475 ------------------------------------------------------------------------
2476 r15106 | zorglub | 2006-04-05 23:01:55 +0200 (Wed, 05 Apr 2006) | 2 lines
2477 Changed paths:
2478    M /trunk
2479    M /trunk/debian/copyright
2480    M /trunk/extras/valgrind.suppressions
2481
2482 This commit message is Copyright (C) 2006, Cl?\195?\169ment Stenac.
2483
2484 ------------------------------------------------------------------------
2485 r15105 | massiot | 2006-04-05 19:17:22 +0200 (Wed, 05 Apr 2006) | 2 lines
2486 Changed paths:
2487    M /trunk/src/network/httpd.c
2488
2489  * src/misc/httpd.c: Do not dereference a possibly NULL pointer.
2490
2491 ------------------------------------------------------------------------
2492 r15104 | fkuehne | 2006-04-05 13:42:47 +0200 (Wed, 05 Apr 2006) | 1 line
2493 Changed paths:
2494    M /trunk/modules/gui/macosx/prefs.m
2495
2496 * don't alloc more capacity than necessary
2497 ------------------------------------------------------------------------
2498 r15103 | fkuehne | 2006-04-05 13:38:53 +0200 (Wed, 05 Apr 2006) | 1 line
2499 Changed paths:
2500    M /trunk/modules/gui/macosx/prefs.m
2501
2502 * fixed a bug which prevented the display of Input's and Interface's general-nodes. Thanks to zorglub and DiDjCodt
2503 ------------------------------------------------------------------------
2504 r15102 | xtophe | 2006-04-05 11:58:20 +0200 (Wed, 05 Apr 2006) | 2 lines
2505 Changed paths:
2506    M /trunk/modules/control/http/http.c
2507
2508 http.c: Fix string.
2509
2510 ------------------------------------------------------------------------
2511 r15101 | dionoea | 2006-04-05 01:01:11 +0200 (Wed, 05 Apr 2006) | 2 lines
2512 Changed paths:
2513    M /trunk/src/libvlc.c
2514
2515 Remove useless code (or its use was really cryptic)
2516
2517 ------------------------------------------------------------------------
2518 r15100 | damienf | 2006-04-05 00:33:50 +0200 (Wed, 05 Apr 2006) | 2 lines
2519 Changed paths:
2520    M /trunk/extras/contrib/src/Makefile
2521
2522 - compilation fix for unicows on buildbot
2523
2524 ------------------------------------------------------------------------
2525 r15099 | damienf | 2006-04-05 00:22:39 +0200 (Wed, 05 Apr 2006) | 2 lines
2526 Changed paths:
2527    M /trunk/configure.ac
2528
2529 - link vlc.exe with libunicows.a if available
2530
2531 ------------------------------------------------------------------------
2532 r15098 | damienf | 2006-04-05 00:19:13 +0200 (Wed, 05 Apr 2006) | 2 lines
2533 Changed paths:
2534    M /trunk/extras/contrib/src/Makefile
2535    M /trunk/extras/contrib/src/packages.mak
2536
2537 - added libunicows in contribs for win32 builds to support Microsoft Layer for Unicode on Win95/98/ME (http://libunicows.sourceforge.net/)
2538
2539 ------------------------------------------------------------------------
2540 r15097 | dionoea | 2006-04-04 23:21:23 +0200 (Tue, 04 Apr 2006) | 2 lines
2541 Changed paths:
2542    M /trunk/share/skins2/skin.dtd
2543
2544 Ooops, i forgot to commit this in [14771]
2545
2546 ------------------------------------------------------------------------
2547 r15096 | fkuehne | 2006-04-04 22:41:44 +0200 (Tue, 04 Apr 2006) | 1 line
2548 Changed paths:
2549    M /trunk/modules/gui/macosx/vout.h
2550    M /trunk/modules/gui/macosx/vout.m
2551
2552 * I should get some sleep now
2553 ------------------------------------------------------------------------
2554 r15095 | fkuehne | 2006-04-04 22:39:52 +0200 (Tue, 04 Apr 2006) | 1 line
2555 Changed paths:
2556    M /trunk/modules/gui/macosx/vout.m
2557
2558 * remove commented ifs o_O
2559 ------------------------------------------------------------------------
2560 r15094 | fkuehne | 2006-04-04 22:33:54 +0200 (Tue, 04 Apr 2006) | 3 lines
2561 Changed paths:
2562    M /trunk/modules/gui/macosx/vout.m
2563
2564 * store the value of 'macosx-black' as one of VLCWindow's properties to prevent rare crashes when en-/disabling vout-filters or leaving/entering fullscreen-mode really fast.
2565
2566 When going to fast to fullscreen/windowed-mode VLC can still crash (now at vout.m:375), but that scenario isn't realistic because you need to perform this function at least 5 to 10 times per second to get this done.
2567 ------------------------------------------------------------------------
2568 r15093 | bigben | 2006-04-04 22:18:16 +0200 (Tue, 04 Apr 2006) | 4 lines
2569 Changed paths:
2570    M /trunk/modules/gui/macosx/voutgl.m
2571
2572 * Reading APIs before starting to code can allow to spare time and to avoid writing silly khludges
2573
2574
2575
2576 ------------------------------------------------------------------------
2577 r15092 | jpsaman | 2006-04-04 22:11:39 +0200 (Tue, 04 Apr 2006) | 1 line
2578 Changed paths:
2579    M /trunk/modules/gui/pda/pda.c
2580    M /trunk/modules/gui/pda/pda_callbacks.c
2581
2582 Fix time update and slider movement on PDA interface. Patch from fredyd (http://forum.videolan.org/viewtopic.php?t=19028) modified by me.
2583 ------------------------------------------------------------------------
2584 r15091 | bigben | 2006-04-04 22:06:13 +0200 (Tue, 04 Apr 2006) | 3 lines
2585 Changed paths:
2586    M /trunk/modules/gui/macosx/intf.m
2587    M /trunk/modules/gui/macosx/voutqt.m
2588
2589 * Implement Aspect ratio change in the QT vout
2590
2591
2592 ------------------------------------------------------------------------
2593 r15089 | damienf | 2006-04-04 18:42:01 +0200 (Tue, 04 Apr 2006) | 2 lines
2594 Changed paths:
2595    M /trunk/modules/access/dshow/dshow.cpp
2596
2597 - should fix audio capture for Hauppagge WinTV PVR and other cards
2598
2599 ------------------------------------------------------------------------
2600 r15087 | dionoea | 2006-04-03 22:35:24 +0200 (Mon, 03 Apr 2006) | 2 lines
2601 Changed paths:
2602    M /trunk/vlc.win32.nsi
2603
2604 Fix from 0.8.4-test2 forum thread
2605
2606 ------------------------------------------------------------------------
2607 r15086 | littlejohn | 2006-04-03 20:05:47 +0200 (Mon, 03 Apr 2006) | 3 lines
2608 Changed paths:
2609    M /trunk/bindings/java/SWTUglyPlayer.java
2610    M /trunk/bindings/java/VlcClient.java
2611    M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
2612    M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
2613    M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
2614    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
2615    M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
2616    M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
2617    M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
2618    M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
2619    M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
2620    M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
2621    M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
2622    M /trunk/bindings/java/vlc-graphics-jni.cc
2623    M /trunk/bindings/java/vlc-libvlc-jni.cc
2624
2625 audio / video libvlc functions binded.
2626
2627
2628 ------------------------------------------------------------------------
2629 r15085 | sigmunau | 2006-04-03 18:41:03 +0200 (Mon, 03 Apr 2006) | 2 lines
2630 Changed paths:
2631    M /trunk/modules/access/dvb/linux_dvb.c
2632
2633 linux_dvb.c: hopefully fixed CAM support for some cards (full feature cards?)
2634
2635 ------------------------------------------------------------------------
2636 r15084 | xtophe | 2006-04-03 16:06:19 +0200 (Mon, 03 Apr 2006) | 2 lines
2637 Changed paths:
2638    M /trunk/src/misc/modules.c
2639
2640 Comple fix
2641
2642 ------------------------------------------------------------------------
2643 r15083 | xtophe | 2006-04-03 13:43:16 +0200 (Mon, 03 Apr 2006) | 2 lines
2644 Changed paths:
2645    M /trunk/debian/patches/20_no-wx-updates.dpatch
2646
2647 Sync debian patch with string review
2648
2649 ------------------------------------------------------------------------
2650 r15082 | courmisch | 2006-04-03 13:39:35 +0200 (Mon, 03 Apr 2006) | 3 lines
2651 Changed paths:
2652    M /trunk/include/vlc_strings.h
2653    M /trunk/include/vlc_symbols.h
2654    M /trunk/include/vlc_url.h
2655    M /trunk/modules/control/http/http.h
2656    M /trunk/modules/control/http/macro.c
2657    M /trunk/modules/control/http/rpn.c
2658    M /trunk/modules/control/http/util.c
2659    M /trunk/modules/demux/playlist/xspf.c
2660    M /trunk/src/misc/strings.c
2661
2662 - Do not rewrite ?\226?\128?\156+?\226?\128?\157 as a white space when unescaping URL parameters (fixes #625).
2663 - Rename decode_encoded_URI as unescape_URI as it really is what is done.
2664
2665 ------------------------------------------------------------------------
2666 r15081 | hartman | 2006-04-03 03:39:59 +0200 (Mon, 03 Apr 2006) | 3 lines
2667 Changed paths:
2668    M /trunk/modules/codec/subsdec.c
2669    M /trunk/src/misc/charset.c
2670
2671 * Fix FindFallbackEncoding on Mac OS X.
2672 * More distintinctive debug messages on the selection of charset.
2673
2674 ------------------------------------------------------------------------
2675 r15080 | damienf | 2006-04-03 01:16:01 +0200 (Mon, 03 Apr 2006) | 2 lines
2676 Changed paths:
2677    M /trunk/modules/access/dshow/dshow.cpp
2678
2679 possible fix for Trac Ticket #621, whereby Hauppage WinTV capture cards (PVR-150, others ?) no longer works
2680
2681 ------------------------------------------------------------------------
2682 r15079 | dionoea | 2006-04-03 00:57:39 +0200 (Mon, 03 Apr 2006) | 2 lines
2683 Changed paths:
2684    M /trunk/share/http/requests/readme
2685
2686 Add some examples
2687
2688 ------------------------------------------------------------------------
2689 r15077 | xtophe | 2006-04-02 23:15:18 +0200 (Sun, 02 Apr 2006) | 2 lines
2690 Changed paths:
2691    M /trunk/modules/codec/x264.c
2692
2693 typo
2694
2695 ------------------------------------------------------------------------
2696 r15076 | xtophe | 2006-04-02 23:06:13 +0200 (Sun, 02 Apr 2006) | 2 lines
2697 Changed paths:
2698    M /trunk/modules/codec/x264.c
2699
2700 x264.c: the string review was a bit too strong here
2701
2702 ------------------------------------------------------------------------
2703 r15075 | courmisch | 2006-04-02 21:15:30 +0200 (Sun, 02 Apr 2006) | 2 lines
2704 Changed paths:
2705    M /trunk/src/network/acl.c
2706
2707 Fix warning
2708
2709 ------------------------------------------------------------------------
2710 r15074 | courmisch | 2006-04-02 21:12:58 +0200 (Sun, 02 Apr 2006) | 2 lines
2711 Changed paths:
2712    M /trunk/include/configuration.h
2713
2714 Big cleanup and fix hundreds of extra warnings
2715
2716 ------------------------------------------------------------------------
2717 r15073 | courmisch | 2006-04-02 20:36:51 +0200 (Sun, 02 Apr 2006) | 2 lines
2718 Changed paths:
2719    M /trunk/src/libvlc.h
2720
2721 Missing ;
2722
2723 ------------------------------------------------------------------------
2724 r15072 | damienf | 2006-04-02 20:29:08 +0200 (Sun, 02 Apr 2006) | 4 lines
2725 Changed paths:
2726    M /trunk/activex/axvlc.idl
2727    M /trunk/activex/axvlc.tlb
2728    M /trunk/activex/axvlc_idl.c
2729    M /trunk/activex/axvlc_idl.h
2730
2731 - make sure help string for propget and propput properties are identical + a couple of changes
2732 - commit output of MIDL compilation otherwise changes don't make it into the build
2733
2734
2735 ------------------------------------------------------------------------
2736 r15071 | courmisch | 2006-04-02 19:16:42 +0200 (Sun, 02 Apr 2006) | 2 lines
2737 Changed paths:
2738    M /trunk/include/configuration.h
2739
2740 Forgot memset() to actually fix the problem... shame on me
2741
2742 ------------------------------------------------------------------------
2743 r15061 | hartman | 2006-04-02 17:00:59 +0200 (Sun, 02 Apr 2006) | 2 lines
2744 Changed paths:
2745    M /trunk/modules/codec/subsdec.c
2746
2747 * Finally found a list of SSA charset id's. Add to the comments. Not used so far.
2748
2749 ------------------------------------------------------------------------
2750 r15060 | hartman | 2006-04-02 16:49:26 +0200 (Sun, 02 Apr 2006) | 2 lines
2751 Changed paths:
2752    M /trunk/modules/demux/mp4/mp4.c
2753
2754 * Force the UTF-8 encoding on mp4 text subtitles. (Note they can also be UTF-16, but that needs to be converted to UTF-8 in that case. refs #612
2755
2756 ------------------------------------------------------------------------
2757 r15059 | hartman | 2006-04-02 16:28:55 +0200 (Sun, 02 Apr 2006) | 2 lines
2758 Changed paths:
2759    M /trunk/modules/codec/spudec/parse.c
2760
2761 * Don't ignore blank alpha pallettes. Tested with all my DVDs. Fixes #560
2762
2763 ------------------------------------------------------------------------
2764 r15058 | fkuehne | 2006-04-02 16:28:18 +0200 (Sun, 02 Apr 2006) | 1 line
2765 Changed paths:
2766    M /trunk/modules/demux/real.c
2767
2768 * implement DEMUX_GET_LENGTH based upon the stream's meta data
2769 ------------------------------------------------------------------------
2770 r15057 | courmisch | 2006-04-02 15:41:47 +0200 (Sun, 02 Apr 2006) | 3 lines
2771 Changed paths:
2772    M /trunk/include/configuration.h
2773
2774 - Fix use of undefined (static) memory
2775 - Code factorization
2776
2777 ------------------------------------------------------------------------
2778 r15056 | courmisch | 2006-04-02 15:34:21 +0200 (Sun, 02 Apr 2006) | 3 lines
2779 Changed paths:
2780    M /trunk/include/configuration.h
2781    M /trunk/include/modules_inner.h
2782
2783 Fix a few warnings
2784 (struct should be fully initialized)
2785
2786 ------------------------------------------------------------------------
2787 r15055 | zorglub | 2006-04-02 15:20:55 +0200 (Sun, 02 Apr 2006) | 2 lines
2788 Changed paths:
2789    M /trunk
2790    M /trunk/modules/demux/mp4/mp4.c
2791
2792 Don't crash on null metas
2793
2794 ------------------------------------------------------------------------
2795 r15054 | courmisch | 2006-04-02 15:12:49 +0200 (Sun, 02 Apr 2006) | 2 lines
2796 Changed paths:
2797    M /trunk/src/misc/charset.c
2798
2799 Fix warning
2800
2801 ------------------------------------------------------------------------
2802 r15053 | dionoea | 2006-04-02 14:27:24 +0200 (Sun, 02 Apr 2006) | 2 lines
2803 Changed paths:
2804    M /trunk/INSTALL.win32
2805
2806 Same as previous commit
2807
2808 ------------------------------------------------------------------------
2809 r15052 | dionoea | 2006-04-02 14:23:41 +0200 (Sun, 02 Apr 2006) | 2 lines
2810 Changed paths:
2811    M /trunk/INSTALL.win32
2812
2813 We don't have a cross compiler package anymore (at least not that i know)
2814
2815 ------------------------------------------------------------------------
2816 r15051 | zorglub | 2006-04-02 14:22:55 +0200 (Sun, 02 Apr 2006) | 2 lines
2817 Changed paths:
2818    M /trunk/ChangeLog
2819    M /trunk/po/POTFILES.in
2820    M /trunk/po/ca.po
2821    M /trunk/po/da.po
2822    M /trunk/po/de.po
2823    M /trunk/po/en_GB.po
2824    M /trunk/po/es.po
2825    M /trunk/po/fr.po
2826    M /trunk/po/it.po
2827    M /trunk/po/ja.po
2828    M /trunk/po/ka.po
2829    M /trunk/po/ko.po
2830    M /trunk/po/nl.po
2831    M /trunk/po/oc.po
2832    M /trunk/po/pt_BR.po
2833    M /trunk/po/ro.po
2834    M /trunk/po/ru.po
2835    M /trunk/po/sv.po
2836    M /trunk/po/tr.po
2837    M /trunk/po/vlc.pot
2838    M /trunk/po/zh_CN.po
2839    M /trunk/po/zh_TW.po
2840
2841 Update po and changelog
2842
2843 ------------------------------------------------------------------------
2844 r15050 | fkuehne | 2006-04-02 14:17:20 +0200 (Sun, 02 Apr 2006) | 1 line
2845 Changed paths:
2846    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
2847
2848 * add XSPF and RM/RAM to the list of openable files (closes #617)
2849 ------------------------------------------------------------------------
2850 r15049 | fkuehne | 2006-04-02 13:45:32 +0200 (Sun, 02 Apr 2006) | 1 line
2851 Changed paths:
2852    M /trunk/modules/gui/macosx/extended.m
2853
2854 * merge most corrections by Steven Sheehy (taken from [15039], refs #438)
2855 ------------------------------------------------------------------------
2856 r15048 | zorglub | 2006-04-02 13:17:53 +0200 (Sun, 02 Apr 2006) | 2 lines
2857 Changed paths:
2858    M /trunk
2859    M /trunk/ChangeLog
2860    M /trunk/INSTALL.win32
2861    M /trunk/NEWS
2862    M /trunk/loader
2863
2864 Update NEWS, ChangeLog, and INSTALL.win32
2865
2866 ------------------------------------------------------------------------
2867 r15047 | zorglub | 2006-04-02 13:11:26 +0200 (Sun, 02 Apr 2006) | 2 lines
2868 Changed paths:
2869    M /trunk
2870    M /trunk/activex/axvlc.idl
2871
2872 2nd activeX review (Refs:#438)
2873
2874 ------------------------------------------------------------------------
2875 r15046 | zorglub | 2006-04-02 13:02:32 +0200 (Sun, 02 Apr 2006) | 2 lines
2876 Changed paths:
2877    M /trunk
2878    M /trunk/activex/axvlc.idl
2879
2880 ActiveX review by tonsofpcs
2881
2882 ------------------------------------------------------------------------
2883 r15045 | courmisch | 2006-04-02 11:44:19 +0200 (Sun, 02 Apr 2006) | 2 lines
2884 Changed paths:
2885    M /trunk/modules/misc/logger.c
2886
2887 Remove unused variable
2888
2889 ------------------------------------------------------------------------
2890 r15044 | zorglub | 2006-04-02 09:58:36 +0200 (Sun, 02 Apr 2006) | 2 lines
2891 Changed paths:
2892    M /trunk
2893    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
2894    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
2895    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
2896    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
2897    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
2898    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
2899    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
2900    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
2901    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
2902    M /trunk/modules/gui/wxwidgets/interface.cpp
2903    M /trunk/modules/gui/wxwidgets/streamdata.cpp
2904    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
2905    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
2906
2907 WX Strings review by Steven Sheehy (Refs:#438)
2908
2909 ------------------------------------------------------------------------
2910 r15043 | xtophe | 2006-04-02 01:29:26 +0200 (Sun, 02 Apr 2006) | 2 lines
2911 Changed paths:
2912    M /trunk/modules/codec/Modules.am
2913
2914 Oups
2915
2916 ------------------------------------------------------------------------
2917 r15042 | xtophe | 2006-04-02 01:06:11 +0200 (Sun, 02 Apr 2006) | 2 lines
2918 Changed paths:
2919    M /trunk/debian/patches/20_no-wx-updates.dpatch
2920
2921 fix again
2922
2923 ------------------------------------------------------------------------
2924 r15041 | xtophe | 2006-04-02 00:44:36 +0200 (Sun, 02 Apr 2006) | 2 lines
2925 Changed paths:
2926    M /trunk/debian/patches/20_no-wx-updates.dpatch
2927
2928 Update debian patch
2929
2930 ------------------------------------------------------------------------
2931 r15040 | xtophe | 2006-04-01 23:57:41 +0200 (Sat, 01 Apr 2006) | 2 lines
2932 Changed paths:
2933    M /trunk/po/POTFILES.in
2934    M /trunk/po/ca.po
2935    M /trunk/po/da.po
2936    M /trunk/po/de.po
2937    M /trunk/po/en_GB.po
2938    M /trunk/po/es.po
2939    M /trunk/po/fr.po
2940    M /trunk/po/it.po
2941    M /trunk/po/ja.po
2942    M /trunk/po/ka.po
2943    M /trunk/po/ko.po
2944    M /trunk/po/nl.po
2945    M /trunk/po/oc.po
2946    M /trunk/po/pt_BR.po
2947    M /trunk/po/ro.po
2948    M /trunk/po/ru.po
2949    M /trunk/po/sv.po
2950    M /trunk/po/tr.po
2951    M /trunk/po/vlc.pot
2952    M /trunk/po/zh_CN.po
2953    M /trunk/po/zh_TW.po
2954
2955 Run update-po and update Spanish translation by Javier Varela.
2956
2957 ------------------------------------------------------------------------
2958 r15039 | zorglub | 2006-04-01 23:46:33 +0200 (Sat, 01 Apr 2006) | 2 lines
2959 Changed paths:
2960    M /trunk
2961    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
2962
2963 String fixes to extrapanel. Thanks to Steven on IRC
2964
2965 ------------------------------------------------------------------------
2966 r15032 | xtophe | 2006-04-01 23:38:18 +0200 (Sat, 01 Apr 2006) | 2 lines
2967 Changed paths:
2968    M /trunk/modules/gui/macosx/extended.m
2969    M /trunk/modules/gui/macosx/interaction.m
2970    M /trunk/modules/gui/macosx/macosx.m
2971    M /trunk/modules/gui/macosx/open.m
2972    M /trunk/modules/gui/macosx/vout.m
2973    M /trunk/modules/gui/macosx/voutgl.m
2974    M /trunk/modules/gui/macosx/voutqt.m
2975
2976 gui/macos/*: 2nd String Review (refs #438)
2977
2978 ------------------------------------------------------------------------
2979 r15031 | dionoea | 2006-04-01 22:36:24 +0200 (Sat, 01 Apr 2006) | 3 lines
2980 Changed paths:
2981    M /trunk/configure.ac
2982
2983 Commit SSE/SSE2 detection fix when VLC is compiled with mingw32.
2984 fix #616/fixes #616
2985
2986 ------------------------------------------------------------------------
2987 r15030 | sam | 2006-04-01 22:33:59 +0200 (Sat, 01 Apr 2006) | 3 lines
2988 Changed paths:
2989    M /trunk/modules/video_filter/deinterlace.c
2990
2991   * modules/video_filter/deinterlace.c: pagvb is illegal MMX, use it when MMX
2992     EXT is available, use pavgusb when 3DNow is available, and nothing instead.
2993
2994 ------------------------------------------------------------------------
2995 r15029 | dionoea | 2006-04-01 19:28:29 +0200 (Sat, 01 Apr 2006) | 2 lines
2996 Changed paths:
2997    M /trunk/share/http/js/vlm.js
2998
2999 Fix quotes arround inputs like "fake: option fake-file=thing.png" which should be "fake:" option "fake-file=thing.png"
3000
3001 ------------------------------------------------------------------------
3002 r15028 | fkuehne | 2006-04-01 17:12:35 +0200 (Sat, 01 Apr 2006) | 1 line
3003 Changed paths:
3004    M /trunk/modules/demux/livedotcom.cpp
3005
3006 * don't try to open real streams, but quit before triggering any errors. thanks to thedj for pointing this out.
3007 ------------------------------------------------------------------------
3008 r15027 | fkuehne | 2006-04-01 16:16:10 +0200 (Sat, 01 Apr 2006) | 3 lines
3009 Changed paths:
3010    M /trunk/modules/demux/livedotcom.cpp
3011    M /trunk/modules/demux/real.c
3012
3013 * livedotcom.cpp: transform a blocking msg_err to a more descriptive msg_warn.
3014     Please revert if this breaks something I didn't know about.
3015 * real.c: minor clean up
3016 ------------------------------------------------------------------------
3017 r15026 | fkuehne | 2006-04-01 16:07:46 +0200 (Sat, 01 Apr 2006) | 1 line
3018 Changed paths:
3019    M /trunk/modules/demux/real.c
3020
3021 * show meta information for real streams (only Title, Author, Copyright, Comment for now)
3022 ------------------------------------------------------------------------
3023 r15025 | fkuehne | 2006-04-01 13:27:40 +0200 (Sat, 01 Apr 2006) | 1 line
3024 Changed paths:
3025    M /trunk/src/control/mediacontrol_audio_video.c
3026    M /trunk/src/control/mediacontrol_core.c
3027    M /trunk/src/control/mediacontrol_init.c
3028    M /trunk/src/control/mediacontrol_plugin.c
3029    M /trunk/src/input/demux.c
3030    M /trunk/src/input/input.c
3031    M /trunk/src/input/stream.c
3032    M /trunk/src/interface/interface.c
3033    M /trunk/src/interface/intf_eject.c
3034    M /trunk/src/misc/configuration.c
3035    M /trunk/src/misc/darwin_specific.m
3036    M /trunk/src/misc/modules.c
3037    M /trunk/src/misc/objects.c
3038    M /trunk/src/misc/stats.c
3039    M /trunk/src/misc/vlm.c
3040    M /trunk/src/network/getaddrinfo.c
3041    M /trunk/src/network/httpd.c
3042    M /trunk/src/network/io.c
3043    M /trunk/src/network/rootwrap.c
3044    M /trunk/src/network/tcp.c
3045    M /trunk/src/network/udp.c
3046    M /trunk/src/osd/osd.c
3047    M /trunk/src/osd/osd_parser.c
3048    M /trunk/src/playlist/item.c
3049    M /trunk/src/playlist/loadsave.c
3050    M /trunk/src/playlist/playlist.c
3051    M /trunk/src/playlist/view.c
3052    M /trunk/src/stream_output/announce.c
3053    M /trunk/src/stream_output/sap.c
3054    M /trunk/src/stream_output/stream_output.c
3055    M /trunk/src/video_output/vout_intf.c
3056
3057 * 2nd review of /src/* \ libvlc.h (refs #438)
3058 ------------------------------------------------------------------------
3059 r15024 | courmisch | 2006-04-01 13:03:08 +0200 (Sat, 01 Apr 2006) | 3 lines
3060 Changed paths:
3061    M /trunk/modules/control/http/http.c
3062
3063 - Don't assume builddir = srcdir
3064 - Fix minor memleak
3065
3066 ------------------------------------------------------------------------
3067 r15023 | littlejohn | 2006-04-01 12:29:32 +0200 (Sat, 01 Apr 2006) | 2 lines
3068 Changed paths:
3069    M /trunk/bindings/java/SWTUglyPlayer.java
3070    M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
3071    M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
3072    M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
3073    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
3074    M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
3075    M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
3076    M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
3077    M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
3078    M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
3079    M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
3080
3081 Copyright year moved from 2004 to 2006
3082
3083 ------------------------------------------------------------------------
3084 r15022 | fkuehne | 2006-04-01 12:10:25 +0200 (Sat, 01 Apr 2006) | 2 lines
3085 Changed paths:
3086    M /trunk/modules/gui/macosx/wizard.m
3087
3088 * remove the extension of the input file before adding the new one
3089 * some minor string corrections and output changes
3090 ------------------------------------------------------------------------
3091 r15021 | courmisch | 2006-04-01 10:40:15 +0200 (Sat, 01 Apr 2006) | 2 lines
3092 Changed paths:
3093    M /trunk/src/misc/unicode.c
3094
3095 More useless code - at least at do try to understand what I commit
3096
3097 ------------------------------------------------------------------------
3098 r15020 | courmisch | 2006-04-01 10:34:48 +0200 (Sat, 01 Apr 2006) | 2 lines
3099 Changed paths:
3100    M /trunk/src/misc/unicode.c
3101
3102 Fixes are cool when they actually fix something
3103
3104 ------------------------------------------------------------------------
3105 r15019 | dionoea | 2006-04-01 02:25:58 +0200 (Sat, 01 Apr 2006) | 2 lines
3106 Changed paths:
3107    M /trunk/src/misc/image.c
3108
3109 Hum, this isn't needed anymore.
3110
3111 ------------------------------------------------------------------------
3112 r15018 | dionoea | 2006-04-01 02:18:25 +0200 (Sat, 01 Apr 2006) | 2 lines
3113 Changed paths:
3114    M /trunk/src/misc/unicode.c
3115
3116 Fix stat wrapper on windows... Wrappers are nice. Wrappers which work are better.
3117
3118 ------------------------------------------------------------------------
3119 r15017 | xtophe | 2006-04-01 01:30:46 +0200 (Sat, 01 Apr 2006) | 2 lines
3120 Changed paths:
3121    M /trunk/modules/access/dshow/dshow.cpp
3122
3123 Fix compile
3124
3125 ------------------------------------------------------------------------
3126 r15016 | xtophe | 2006-04-01 01:07:01 +0200 (Sat, 01 Apr 2006) | 2 lines
3127 Changed paths:
3128    M /trunk/modules/access/cdda/access.c
3129    M /trunk/modules/access/cdda/callback.c
3130    M /trunk/modules/access/cdda/cdda.c
3131    M /trunk/modules/access/cdda.c
3132    M /trunk/modules/access/directory.c
3133    M /trunk/modules/access/dshow/crossbar.cpp
3134    M /trunk/modules/access/dshow/dshow.cpp
3135    M /trunk/modules/access/dv.c
3136    M /trunk/modules/access/dvb/access.c
3137    M /trunk/modules/access/dvdnav.c
3138    M /trunk/modules/access/dvdread.c
3139    M /trunk/modules/access/fake.c
3140    M /trunk/modules/access/file.c
3141    M /trunk/modules/access/ftp.c
3142    M /trunk/modules/access/gnomevfs.c
3143    M /trunk/modules/access/http.c
3144    M /trunk/modules/access/mms/mms.c
3145    M /trunk/modules/access/mms/mmsh.c
3146    M /trunk/modules/access/mms/mmstu.c
3147    M /trunk/modules/access/rtsp/access.c
3148    M /trunk/modules/access/screen/screen.c
3149    M /trunk/modules/access/smb.c
3150    M /trunk/modules/access/tcp.c
3151    M /trunk/modules/access/udp.c
3152    M /trunk/modules/access/v4l/v4l.c
3153    M /trunk/modules/access/vcd/vcd.c
3154
3155 Access/*: Second lecture (refs #438)
3156
3157 ------------------------------------------------------------------------
3158 r15015 | dionoea | 2006-04-01 00:41:22 +0200 (Sat, 01 Apr 2006) | 3 lines
3159 Changed paths:
3160    M /trunk/src/misc/image.c
3161
3162 Prevent segfault under windows. We now have to fix the stream_Size function so it works.
3163 (exemple segfault with : $ ./vlc --fake-file="C:\Documents and Settings\Antoine\Mes documents\Mes images\vlc-1337.jpg" fake: )
3164
3165 ------------------------------------------------------------------------
3166 r15014 | ipkiss | 2006-04-01 00:33:45 +0200 (Sat, 01 Apr 2006) | 2 lines
3167 Changed paths:
3168    M /trunk/modules/gui/skins2/src/ft2_font.cpp
3169    M /trunk/modules/gui/skins2/src/ft2_font.hpp
3170
3171  skins2/src/ft2_font.*: s/initalize/initialize/
3172
3173 ------------------------------------------------------------------------
3174 r15013 | fkuehne | 2006-04-01 00:23:53 +0200 (Sat, 01 Apr 2006) | 1 line
3175 Changed paths:
3176    M /trunk/modules/gui/macosx/wizard.m
3177
3178 * do only show the destination of the first item on the summary page when transcoding to file and add a counter for the others
3179 ------------------------------------------------------------------------
3180 r15012 | dionoea | 2006-03-31 23:37:52 +0200 (Fri, 31 Mar 2006) | 2 lines
3181 Changed paths:
3182    M /trunk/src/libvlc.h
3183
3184 Libvlc strings 2nd review (Refs:#438)
3185
3186 ------------------------------------------------------------------------
3187 r15011 | courmisch | 2006-03-31 23:21:49 +0200 (Fri, 31 Mar 2006) | 2 lines
3188 Changed paths:
3189    M /trunk/src/input/subtitles.c
3190
3191 Probably a fix for crap compilers
3192
3193 ------------------------------------------------------------------------
3194 r15010 | courmisch | 2006-03-31 23:20:37 +0200 (Fri, 31 Mar 2006) | 2 lines
3195 Changed paths:
3196    M /trunk/src/input/subtitles.c
3197
3198 Fix an old overflow and two recent bugs introduced by me
3199
3200 ------------------------------------------------------------------------
3201 r15009 | zorglub | 2006-03-31 21:34:02 +0200 (Fri, 31 Mar 2006) | 2 lines
3202 Changed paths:
3203    M /trunk
3204    M /trunk/modules/codec/x264.c
3205
3206 X264 (Refs:#438)
3207
3208 ------------------------------------------------------------------------
3209 r15008 | zorglub | 2006-03-31 21:24:33 +0200 (Fri, 31 Mar 2006) | 2 lines
3210 Changed paths:
3211    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
3212    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
3213    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
3214    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
3215    M /trunk/modules/gui/skins2/events/evt_special.cpp
3216    M /trunk/modules/gui/skins2/parser/builder.cpp
3217    M /trunk/modules/gui/skins2/parser/interpreter.cpp
3218    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
3219    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
3220    M /trunk/modules/gui/skins2/src/dialogs.cpp
3221    M /trunk/modules/gui/skins2/src/ft2_font.cpp
3222    M /trunk/modules/gui/skins2/src/generic_layout.cpp
3223    M /trunk/modules/gui/skins2/src/popup.cpp
3224    M /trunk/modules/gui/skins2/src/skin_main.cpp
3225    M /trunk/modules/gui/skins2/src/theme.cpp
3226    M /trunk/modules/gui/skins2/src/theme_loader.cpp
3227    M /trunk/modules/gui/skins2/src/theme_repository.cpp
3228    M /trunk/modules/gui/skins2/src/top_window.cpp
3229    M /trunk/modules/gui/skins2/src/var_manager.cpp
3230    M /trunk/modules/gui/skins2/src/window_manager.cpp
3231    M /trunk/modules/gui/skins2/utils/ustring.cpp
3232    M /trunk/modules/gui/skins2/vars/playtree.cpp
3233    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
3234    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
3235    M /trunk/modules/gui/skins2/x11/x11_display.cpp
3236    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
3237    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
3238
3239 Skins strings (Refs:#438)
3240
3241 ------------------------------------------------------------------------
3242 r15007 | xtophe | 2006-03-31 18:46:08 +0200 (Fri, 31 Mar 2006) | 2 lines
3243 Changed paths:
3244    M /trunk/include/vlc_config_cat.h
3245
3246 typo
3247
3248 ------------------------------------------------------------------------
3249 r15006 | zorglub | 2006-03-31 18:39:23 +0200 (Fri, 31 Mar 2006) | 2 lines
3250 Changed paths:
3251    M /trunk/modules/mux/asf.c
3252    M /trunk/modules/mux/mp4.c
3253    M /trunk/modules/mux/mpeg/ps.c
3254    M /trunk/modules/mux/mpeg/ts.c
3255
3256 Muxers (Refs:#438)
3257
3258 ------------------------------------------------------------------------
3259 r15005 | xtophe | 2006-03-31 18:28:03 +0200 (Fri, 31 Mar 2006) | 2 lines
3260 Changed paths:
3261    M /trunk/modules/codec/mpeg_audio.c
3262    M /trunk/modules/codec/quicktime.c
3263    M /trunk/modules/codec/speex.c
3264    M /trunk/modules/codec/subsdec.c
3265    M /trunk/modules/codec/tarkin.c
3266    M /trunk/modules/codec/theora.c
3267    M /trunk/modules/codec/vorbis.c
3268    M /trunk/modules/codec/x264.c
3269
3270 codec 2nd round exept fo x264 (refs #438)
3271
3272 ------------------------------------------------------------------------
3273 r15004 | zorglub | 2006-03-31 18:24:32 +0200 (Fri, 31 Mar 2006) | 2 lines
3274 Changed paths:
3275    M /trunk/modules/packetizer/mpeg4audio.c
3276
3277 2nd packetizer round (Refs:#438)
3278
3279 ------------------------------------------------------------------------
3280 r15003 | zorglub | 2006-03-31 18:22:19 +0200 (Fri, 31 Mar 2006) | 2 lines
3281 Changed paths:
3282    M /trunk/include/vlc_config_cat.h
3283    M /trunk/modules/visualization/visual/visual.c
3284
3285 vlc_config_cat.h 2nd round (Refs:#438)
3286
3287 ------------------------------------------------------------------------
3288 r15002 | fkuehne | 2006-03-31 18:12:31 +0200 (Fri, 31 Mar 2006) | 1 line
3289 Changed paths:
3290    M /trunk/modules/control/telnet.c
3291    M /trunk/modules/video_filter/adjust.c
3292    M /trunk/modules/video_filter/distort.c
3293    M /trunk/modules/video_filter/logo.c
3294    M /trunk/modules/video_filter/marq.c
3295    M /trunk/modules/video_filter/mosaic.c
3296    M /trunk/modules/video_filter/motiondetect.c
3297    M /trunk/modules/video_filter/osdmenu.c
3298    M /trunk/modules/video_filter/rss.c
3299    M /trunk/modules/video_filter/time.c
3300    M /trunk/modules/video_output/aa.c
3301    M /trunk/modules/video_output/directx/directx.c
3302    M /trunk/modules/video_output/directx/events.c
3303    M /trunk/modules/video_output/directx/glwin32.c
3304    M /trunk/modules/video_output/ggi.c
3305    M /trunk/modules/video_output/opengl.c
3306    M /trunk/modules/video_output/qte/qte.cpp
3307    M /trunk/modules/video_output/sdl.c
3308    M /trunk/modules/video_output/snapshot.c
3309    M /trunk/modules/video_output/x11/glx.c
3310    M /trunk/modules/video_output/x11/xcommon.c
3311    M /trunk/modules/video_output/x11/xvideo.c
3312
3313 * 2nd review of video* and control/telnet.c
3314 ------------------------------------------------------------------------
3315 r15001 | littlejohn | 2006-03-31 17:51:47 +0200 (Fri, 31 Mar 2006) | 4 lines
3316 Changed paths:
3317    M /trunk/bindings/java/Makefile.am
3318    M /trunk/bindings/java/VlcClient.java
3319
3320 Makefile typo fixed
3321 VlcClient.java and VlcClient class now match.
3322
3323
3324 ------------------------------------------------------------------------
3325 r15000 | zorglub | 2006-03-31 17:30:32 +0200 (Fri, 31 Mar 2006) | 2 lines
3326 Changed paths:
3327    M /trunk/modules/stream_out/bridge.c
3328
3329 Be a bit more verbose (Refs:#438)
3330
3331 ------------------------------------------------------------------------
3332 r14999 | zorglub | 2006-03-31 17:30:21 +0200 (Fri, 31 Mar 2006) | 2 lines
3333 Changed paths:
3334    M /trunk/modules/services_discovery/sap.c
3335
3336 Additional string fixes (Refs:#438)
3337
3338 ------------------------------------------------------------------------
3339 r14998 | littlejohn | 2006-03-31 17:28:12 +0200 (Fri, 31 Mar 2006) | 3 lines
3340 Changed paths:
3341    M /trunk/bindings/java/Makefile.am
3342    M /trunk/bindings/java/README
3343    M /trunk/bindings/java/SWTUglyPlayer.java
3344    M /trunk/bindings/java/TODO
3345    M /trunk/bindings/java/VlcClient.java
3346    M /trunk/bindings/java/javadoc.xml
3347    M /trunk/bindings/java/org
3348    M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
3349    M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
3350    M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
3351    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
3352    M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
3353    M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
3354    M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
3355    M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
3356    M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
3357    M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
3358    M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
3359    M /trunk/bindings/java/vlc-graphics-jni.cc
3360    M /trunk/bindings/java/vlc-libvlc-jni.cc
3361
3362 Makefile updated for new java bindings classes.
3363 copyright and svn:id fixed for new classes
3364
3365 ------------------------------------------------------------------------
3366 r14997 | fkuehne | 2006-03-31 17:15:07 +0200 (Fri, 31 Mar 2006) | 1 line
3367 Changed paths:
3368    M /trunk/modules/audio_filter/channel_mixer/dolby.c
3369    M /trunk/modules/audio_filter/channel_mixer/headphone.c
3370    M /trunk/modules/audio_filter/channel_mixer/simple.c
3371    M /trunk/modules/audio_filter/channel_mixer/trivial.c
3372    M /trunk/modules/audio_filter/converter/a52tospdif.c
3373    M /trunk/modules/audio_filter/converter/dtstofloat32.c
3374    M /trunk/modules/audio_filter/converter/dtstospdif.c
3375    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
3376    M /trunk/modules/audio_filter/converter/fixed32tos16.c
3377    M /trunk/modules/audio_filter/converter/float32tos16.c
3378    M /trunk/modules/audio_filter/converter/float32tos8.c
3379    M /trunk/modules/audio_filter/converter/float32tou16.c
3380    M /trunk/modules/audio_filter/converter/float32tou8.c
3381    M /trunk/modules/audio_filter/converter/s16tofixed32.c
3382    M /trunk/modules/audio_filter/converter/s16tofloat32.c
3383    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
3384    M /trunk/modules/audio_filter/converter/s8tofloat32.c
3385    M /trunk/modules/audio_filter/converter/u8tofixed32.c
3386    M /trunk/modules/audio_filter/converter/u8tofloat32.c
3387    M /trunk/modules/audio_filter/equalizer.c
3388    M /trunk/modules/audio_filter/format.c
3389    M /trunk/modules/audio_filter/normvol.c
3390    M /trunk/modules/audio_filter/param_eq.c
3391    M /trunk/modules/audio_filter/resampler/bandlimited.c
3392    M /trunk/modules/audio_filter/resampler/linear.c
3393    M /trunk/modules/audio_filter/resampler/trivial.c
3394    M /trunk/modules/audio_filter/resampler/ugly.c
3395    M /trunk/modules/audio_output/alsa.c
3396    M /trunk/modules/audio_output/auhal.c
3397    M /trunk/modules/audio_output/directx.c
3398    M /trunk/modules/audio_output/file.c
3399    M /trunk/modules/audio_output/jack.c
3400    M /trunk/modules/audio_output/oss.c
3401    M /trunk/modules/audio_output/portaudio.c
3402
3403 * 2nd review of modules/audio* (refs #438)
3404 ------------------------------------------------------------------------
3405 r14996 | littlejohn | 2006-03-31 17:07:55 +0200 (Fri, 31 Mar 2006) | 3 lines
3406 Changed paths:
3407    A /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
3408    A /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
3409    A /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
3410    A /trunk/bindings/java/org/videolan/jvlc/JVLC.java
3411    A /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
3412    A /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
3413    A /trunk/bindings/java/org/videolan/jvlc/Playlist.java
3414    A /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
3415    A /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
3416    A /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
3417    A /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
3418
3419 Java classes for Java bindings added
3420
3421
3422 ------------------------------------------------------------------------
3423 r14995 | littlejohn | 2006-03-31 17:06:39 +0200 (Fri, 31 Mar 2006) | 8 lines
3424 Changed paths:
3425    A /trunk/bindings/java/SWTUglyPlayer.java
3426    M /trunk/bindings/java/VlcClient.java
3427    D /trunk/bindings/java/org/videolan/jvlc/JVLC.java
3428    D /trunk/bindings/java/org/videolan/jvlc/JVLCBoolVariable.java
3429    D /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
3430    D /trunk/bindings/java/org/videolan/jvlc/JVLCFloatVariable.java
3431    D /trunk/bindings/java/org/videolan/jvlc/JVLCIntVariable.java
3432    D /trunk/bindings/java/org/videolan/jvlc/JVLCNoSuchVariableNameException.java
3433    D /trunk/bindings/java/org/videolan/jvlc/JVLCStringVariable.java
3434    D /trunk/bindings/java/org/videolan/jvlc/JVLCTimeVariable.java
3435    D /trunk/bindings/java/org/videolan/jvlc/JVLCVarValue.java
3436    D /trunk/bindings/java/org/videolan/jvlc/JVLCVarVariable.java
3437    D /trunk/bindings/java/org/videolan/jvlc/JVLCVariable.java
3438    D /trunk/bindings/java/org/videolan/jvlc/mediacontrol
3439    D /trunk/bindings/java/vlc-glue-cni.cc
3440    D /trunk/bindings/java/vlc-glue-jni.cc
3441    A /trunk/bindings/java/vlc-libvlc-jni.cc
3442
3443 Java bindings update to latest JVLC (step 1/2)
3444
3445 JNI: unused files removed
3446 JNI: libvlc.h dependent file added 
3447 A sample SWT (ugly) player added
3448 Old java bindings files removed
3449
3450
3451 ------------------------------------------------------------------------
3452 r14994 | fkuehne | 2006-03-31 16:24:32 +0200 (Fri, 31 Mar 2006) | 1 line
3453 Changed paths:
3454    M /trunk/NEWS
3455
3456 * add bigben's latest additions
3457 ------------------------------------------------------------------------
3458 r14993 | zorglub | 2006-03-31 15:46:39 +0200 (Fri, 31 Mar 2006) | 2 lines
3459 Changed paths:
3460    M /trunk/modules/codec/dvbsub.c
3461    M /trunk/modules/codec/fake.c
3462    M /trunk/modules/codec/ffmpeg/ffmpeg.h
3463    M /trunk/modules/codec/subsdec.c
3464    M /trunk/modules/codec/svcdsub.c
3465    M /trunk/modules/codec/theora.c
3466    M /trunk/modules/codec/twolame.c
3467    M /trunk/modules/codec/vorbis.c
3468
3469 Codecs (except x264). Refs:#438
3470
3471 ------------------------------------------------------------------------
3472 r14992 | zorglub | 2006-03-31 14:51:59 +0200 (Fri, 31 Mar 2006) | 2 lines
3473 Changed paths:
3474    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
3475    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
3476    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
3477    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
3478    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
3479    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
3480    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
3481    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
3482    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
3483    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
3484    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
3485    M /trunk/modules/gui/wxwidgets/interface.cpp
3486    M /trunk/modules/gui/wxwidgets/streamdata.cpp
3487    M /trunk/modules/gui/wxwidgets/video.cpp
3488    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
3489
3490 wxWidgets strings (Refs:#438)
3491
3492 ------------------------------------------------------------------------
3493 r14991 | littlejohn | 2006-03-31 11:32:09 +0200 (Fri, 31 Mar 2006) | 3 lines
3494 Changed paths:
3495    M /trunk/src/control/playlist.c
3496
3497 Playlist control: libvlc_playlist_pause added
3498
3499
3500 ------------------------------------------------------------------------
3501 r14990 | zorglub | 2006-03-31 10:41:34 +0200 (Fri, 31 Mar 2006) | 2 lines
3502 Changed paths:
3503    M /trunk/ChangeLog
3504    M /trunk/NEWS
3505    M /trunk/configure.ac
3506    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
3507    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
3508
3509 Let's be proactive
3510
3511 ------------------------------------------------------------------------
3512 r14989 | xtophe | 2006-03-31 00:58:23 +0200 (Fri, 31 Mar 2006) | 2 lines
3513 Changed paths:
3514    M /trunk/modules/codec/Modules.am
3515    M /trunk/modules/codec/adpcm.c
3516    M /trunk/modules/codec/araw.c
3517    M /trunk/modules/codec/cmml/cmml.c
3518    M /trunk/modules/codec/dirac.c
3519    M /trunk/modules/codec/dvbsub.c
3520    M /trunk/modules/codec/ffmpeg/ffmpeg.c
3521    M /trunk/modules/codec/ffmpeg/ffmpeg.h
3522
3523 String review in codec. 1st part. ffmpeg.h to be improve. refs #438
3524
3525 ------------------------------------------------------------------------
3526 r14988 | bigben | 2006-03-30 23:54:07 +0200 (Thu, 30 Mar 2006) | 4 lines
3527 Changed paths:
3528    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
3529    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
3530    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
3531    M /trunk/modules/gui/macosx/intf.h
3532    M /trunk/modules/gui/macosx/intf.m
3533    M /trunk/modules/gui/macosx/voutgl.m
3534
3535 * Implement Crop in the ogl vout
3536 * The implementation is quite dirty, but I just cannot see any other easy solution...
3537
3538
3539 ------------------------------------------------------------------------
3540 r14987 | fkuehne | 2006-03-30 19:38:36 +0200 (Thu, 30 Mar 2006) | 5 lines
3541 Changed paths:
3542    M /trunk/Makefile.am
3543
3544 * added 2 options for the OSX-disk-image creation-line
3545     - scrub: removes .Trashes
3546     - imagekey zlib-level=9: uses a better compression method, which saves us something MBs, but needs a bit more CPU-time.
3547
3548 Thanks to cilly on IRC for suggesting this.
3549 ------------------------------------------------------------------------
3550 r14986 | courmisch | 2006-03-30 18:37:06 +0200 (Thu, 30 Mar 2006) | 3 lines
3551 Changed paths:
3552    M /trunk/modules/demux/mp4/mp4.c
3553
3554 Removes invalid UTF-8 byte sequences from meta data as a work-around
3555 until someone who knows how MPEG4 specifies encoding fixes the issue (refs #612)
3556
3557 ------------------------------------------------------------------------
3558 r14985 | zorglub | 2006-03-30 17:46:31 +0200 (Thu, 30 Mar 2006) | 2 lines
3559 Changed paths:
3560    M /trunk/modules/control/gestures.c
3561    M /trunk/modules/control/http/http.c
3562    M /trunk/modules/control/netsync.c
3563    M /trunk/modules/control/ntservice.c
3564    M /trunk/modules/control/showintf.c
3565    M /trunk/modules/control/telnet.c
3566
3567 2nd control review (except telnet)
3568
3569 ------------------------------------------------------------------------
3570 r14984 | oaubert | 2006-03-30 16:39:50 +0200 (Thu, 30 Mar 2006) | 5 lines
3571 Changed paths:
3572    M /trunk/modules/misc/svg.c
3573
3574 modules/misc/svg.c:
3575   * specify unit for malloc
3576   * use g_object_unref to properly free the p_rendition
3577   * remove spurious whitespace
3578
3579 ------------------------------------------------------------------------
3580 r14983 | oaubert | 2006-03-30 16:31:02 +0200 (Thu, 30 Mar 2006) | 4 lines
3581 Changed paths:
3582    M /trunk/bindings/mediacontrol-python/Makefile.am
3583
3584 bindings/mediacontrol-python/Makefile.am: 
3585   * add python binding files to EXTRA_DIST
3586   * move COMPILERARG definition inside the BUILD_PYTHON code
3587
3588 ------------------------------------------------------------------------
3589 r14982 | dionoea | 2006-03-30 16:05:13 +0200 (Thu, 30 Mar 2006) | 2 lines
3590 Changed paths:
3591    M /trunk/THANKS
3592
3593 Many thanks to Albert on the forums for his help with the http interface
3594
3595 ------------------------------------------------------------------------
3596 r14981 | dionoea | 2006-03-30 16:01:24 +0200 (Thu, 30 Mar 2006) | 2 lines
3597 Changed paths:
3598    M /trunk/share/http/style.css
3599
3600 Try dialog width style fix
3601
3602 ------------------------------------------------------------------------
3603 r14980 | courmisch | 2006-03-30 15:57:58 +0200 (Thu, 30 Mar 2006) | 2 lines
3604 Changed paths:
3605    M /trunk/include/vlc_tls.h
3606    M /trunk/modules/codec/adpcm.c
3607    M /trunk/modules/demux/voc.c
3608    M /trunk/modules/demux/xa.c
3609    M /trunk/src/network/tls.c
3610
3611 Cosmetic, Fix my name
3612
3613 ------------------------------------------------------------------------
3614 r14979 | damienf | 2006-03-30 15:16:06 +0200 (Thu, 30 Mar 2006) | 4 lines
3615 Changed paths:
3616    M /trunk/activex/olecontrol.cpp
3617    M /trunk/activex/oleinplaceactiveobject.cpp
3618    M /trunk/activex/oleinplaceobject.cpp
3619    M /trunk/activex/oleobject.cpp
3620    M /trunk/activex/oleobject.h
3621    M /trunk/activex/plugin.cpp
3622    M /trunk/activex/plugin.h
3623
3624 - cleaned up in place and UI activation: VLC Plugin should behave better with other controls (ie. don't eat TABSTOP keystrokes, etc...)
3625 - minor code cleanup and fixes
3626
3627
3628 ------------------------------------------------------------------------
3629 r14978 | damienf | 2006-03-30 12:20:26 +0200 (Thu, 30 Mar 2006) | 2 lines
3630 Changed paths:
3631    M /trunk/modules/video_output/opengl.c
3632
3633 opengl.c: fixed string declaration over multiple lines
3634
3635 ------------------------------------------------------------------------
3636 r14977 | zorglub | 2006-03-30 10:40:51 +0200 (Thu, 30 Mar 2006) | 2 lines
3637 Changed paths:
3638    M /trunk/modules/video_filter/adjust.c
3639    M /trunk/modules/video_filter/clone.c
3640    M /trunk/modules/video_filter/crop.c
3641    M /trunk/modules/video_filter/deinterlace.c
3642    M /trunk/modules/video_filter/distort.c
3643    M /trunk/modules/video_filter/logo.c
3644    M /trunk/modules/video_filter/marq.c
3645    M /trunk/modules/video_filter/mosaic.c
3646    M /trunk/modules/video_filter/osdmenu.c
3647    M /trunk/modules/video_filter/rss.c
3648    M /trunk/modules/video_filter/swscale/filter.c
3649    M /trunk/modules/video_filter/time.c
3650    M /trunk/modules/video_filter/wall.c
3651    M /trunk/modules/video_output/fb.c
3652    M /trunk/modules/video_output/ggi.c
3653    M /trunk/modules/video_output/image.c
3654    M /trunk/modules/video_output/opengl.c
3655    M /trunk/modules/video_output/qte/qte.cpp
3656    M /trunk/modules/video_output/snapshot.c
3657    M /trunk/modules/video_output/x11/glx.c
3658    M /trunk/modules/video_output/x11/x11.c
3659    M /trunk/modules/video_output/x11/xvideo.c
3660
3661 Video filters and outputs strings (Refs:#438)
3662
3663 ------------------------------------------------------------------------
3664 r14976 | zorglub | 2006-03-30 10:36:49 +0200 (Thu, 30 Mar 2006) | 2 lines
3665 Changed paths:
3666    M /trunk/modules/control/corba/corba.c
3667
3668 Use the string
3669
3670 ------------------------------------------------------------------------
3671 r14975 | zorglub | 2006-03-30 07:42:08 +0200 (Thu, 30 Mar 2006) | 2 lines
3672 Changed paths:
3673    M /trunk/modules/control/corba/corba.c
3674
3675 Corba string (Refs:#438)
3676
3677 ------------------------------------------------------------------------
3678 r14974 | zorglub | 2006-03-30 07:37:29 +0200 (Thu, 30 Mar 2006) | 2 lines
3679 Changed paths:
3680    M /trunk/modules/access_filter/record.c
3681    M /trunk/modules/access_filter/timeshift.c
3682    M /trunk/modules/access_output/http.c
3683    M /trunk/modules/access_output/shout.c
3684    M /trunk/modules/access_output/udp.c
3685
3686 Access strings (Refs:#438)
3687
3688 ------------------------------------------------------------------------
3689 r14973 | dionoea | 2006-03-30 01:59:40 +0200 (Thu, 30 Mar 2006) | 2 lines
3690 Changed paths:
3691    M /trunk/share/http/js/mosaic.js
3692
3693 Mosaic wizard: audio stuff was missing
3694
3695 ------------------------------------------------------------------------
3696 r14972 | xtophe | 2006-03-30 01:58:40 +0200 (Thu, 30 Mar 2006) | 2 lines
3697 Changed paths:
3698    M /trunk/include/vlc_config_cat.h
3699
3700 include/* : Relecture. refs #438
3701
3702 ------------------------------------------------------------------------
3703 r14971 | dionoea | 2006-03-30 00:40:26 +0200 (Thu, 30 Mar 2006) | 2 lines
3704 Changed paths:
3705    M /trunk/src/misc/unicode.c
3706
3707 Fix windows drive listing. (We have wrappers arround wrappers ... neat :p )
3708
3709 ------------------------------------------------------------------------
3710 r14970 | bigben | 2006-03-29 22:03:48 +0200 (Wed, 29 Mar 2006) | 4 lines
3711 Changed paths:
3712    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
3713    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
3714    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
3715    M /trunk/modules/gui/macosx/intf.h
3716    M /trunk/modules/gui/macosx/intf.m
3717    M /trunk/modules/gui/macosx/vout.m
3718    M /trunk/modules/gui/macosx/voutgl.m
3719
3720 * vout.m : comment the NSLog call in windowContainsEmbedded: this method is called on something else than an NSWindow in normal operation
3721 * other: implement on the fly aspect ratio change. Only works in the ogl output at the moment
3722
3723
3724 ------------------------------------------------------------------------
3725 r14969 | dionoea | 2006-03-29 19:45:59 +0200 (Wed, 29 Mar 2006) | 3 lines
3726 Changed paths:
3727    M /trunk/share/http/js/mosaic.js
3728    M /trunk/share/http/js/vlm.js
3729    M /trunk/src/misc/vlm.c
3730
3731 src/misc/vlm.c: fix FindEndCommand quote escaping
3732 share/http/js/*.js: escape inputs in vlm commands
3733
3734 ------------------------------------------------------------------------
3735 r14968 | dionoea | 2006-03-29 19:11:32 +0200 (Wed, 29 Mar 2006) | 2 lines
3736 Changed paths:
3737    M /trunk/modules/control/rc.c
3738
3739 Some more typos
3740
3741 ------------------------------------------------------------------------
3742 r14967 | dionoea | 2006-03-29 18:56:20 +0200 (Wed, 29 Mar 2006) | 2 lines
3743 Changed paths:
3744    M /trunk/modules/control/gestures.c
3745    M /trunk/modules/control/http/mvar.c
3746
3747 Fix typos. Thanks to tumu
3748
3749 ------------------------------------------------------------------------
3750 r14966 | dionoea | 2006-03-29 17:03:17 +0200 (Wed, 29 Mar 2006) | 2 lines
3751 Changed paths:
3752    M /trunk/modules/control/gestures.c
3753    M /trunk/modules/control/hotkeys.c
3754    M /trunk/modules/control/http/http.c
3755    M /trunk/modules/control/http/mvar.c
3756    M /trunk/modules/control/http/util.c
3757    M /trunk/modules/control/lirc.c
3758    M /trunk/modules/control/netsync.c
3759    M /trunk/modules/control/ntservice.c
3760    M /trunk/modules/control/showintf.c
3761
3762 Control interfaces first string review.
3763
3764 ------------------------------------------------------------------------
3765 r14965 | xtophe | 2006-03-29 16:35:58 +0200 (Wed, 29 Mar 2006) | 2 lines
3766 Changed paths:
3767    M /trunk/share/http/dialogs/input
3768
3769 typo
3770
3771 ------------------------------------------------------------------------
3772 r14964 | dionoea | 2006-03-29 16:27:14 +0200 (Wed, 29 Mar 2006) | 2 lines
3773 Changed paths:
3774    M /trunk/modules/control/rc.c
3775
3776 First rc interface string review
3777
3778 ------------------------------------------------------------------------
3779 r14963 | zorglub | 2006-03-29 16:02:00 +0200 (Wed, 29 Mar 2006) | 2 lines
3780 Changed paths:
3781    M /trunk/modules/LIST
3782
3783 LIST update (287 modules now)
3784
3785 ------------------------------------------------------------------------
3786 r14962 | zorglub | 2006-03-29 15:49:40 +0200 (Wed, 29 Mar 2006) | 2 lines
3787 Changed paths:
3788    M /trunk/modules/access/cdda.c
3789    M /trunk/modules/access/directory.c
3790    M /trunk/modules/access/dshow/dshow.cpp
3791    M /trunk/modules/access/dv.c
3792    M /trunk/modules/access/dvb/access.c
3793    M /trunk/modules/access/dvdnav.c
3794    M /trunk/modules/access/dvdread.c
3795    M /trunk/modules/access/fake.c
3796    M /trunk/modules/access/file.c
3797    M /trunk/modules/access/ftp.c
3798    M /trunk/modules/access/gnomevfs.c
3799    M /trunk/modules/access/http.c
3800    M /trunk/modules/access/mms/mms.c
3801    M /trunk/modules/access/pvr/pvr.c
3802    M /trunk/modules/access/rtsp/access.c
3803    M /trunk/modules/access/screen/screen.c
3804    M /trunk/modules/access/smb.c
3805    M /trunk/modules/access/tcp.c
3806    M /trunk/modules/access/udp.c
3807    M /trunk/modules/access/v4l/v4l.c
3808    M /trunk/modules/access/vcd/vcd.c
3809
3810 Access strings (Refs:#438)
3811
3812 ------------------------------------------------------------------------
3813 r14961 | sam | 2006-03-29 13:03:00 +0200 (Wed, 29 Mar 2006) | 2 lines
3814 Changed paths:
3815    M /trunk/modules/demux/mp4/mp4.c
3816
3817   * modules/demux/mp4/mp4.c: explicited debug message.
3818
3819 ------------------------------------------------------------------------
3820 r14960 | courmisch | 2006-03-29 12:35:41 +0200 (Wed, 29 Mar 2006) | 2 lines
3821 Changed paths:
3822    M /trunk/src/misc/modules.c
3823
3824 Fix warnings
3825
3826 ------------------------------------------------------------------------
3827 r14959 | dionoea | 2006-03-29 10:59:52 +0200 (Wed, 29 Mar 2006) | 2 lines
3828 Changed paths:
3829    M /trunk/THANKS
3830    M /trunk/modules/gui/wxwidgets/interface.cpp
3831
3832 fix #578. patch by Steven Sheehy. thanks.
3833
3834 ------------------------------------------------------------------------
3835 r14958 | fkuehne | 2006-03-29 09:33:35 +0200 (Wed, 29 Mar 2006) | 1 line
3836 Changed paths:
3837    M /trunk/modules/access/mms/mmstu.c
3838    M /trunk/modules/control/netsync.c
3839    M /trunk/modules/misc/xml/libxml.c
3840    M /trunk/src/misc/modules.c
3841
3842 * fixed a few signedness warnings. Please shout if this accidentally breaks something.
3843 ------------------------------------------------------------------------
3844 r14957 | fkuehne | 2006-03-29 08:39:21 +0200 (Wed, 29 Mar 2006) | 1 line
3845 Changed paths:
3846    M /trunk/extras/contrib/src/Makefile
3847    D /trunk/extras/contrib/src/Patches/x264-svn.patch
3848
3849 * x264-patch was committed upstream
3850 ------------------------------------------------------------------------
3851 r14956 | xtophe | 2006-03-29 00:34:41 +0200 (Wed, 29 Mar 2006) | 2 lines
3852 Changed paths:
3853    M /trunk/include/snapshot.h
3854
3855 include: first part of the relecture. refs #438
3856
3857 ------------------------------------------------------------------------
3858 r14955 | dionoea | 2006-03-28 23:29:59 +0200 (Tue, 28 Mar 2006) | 2 lines
3859 Changed paths:
3860    M /trunk/modules/control/http/http.c
3861    M /trunk/share/http/requests/status.xml
3862
3863 Export stats in http interface
3864
3865 ------------------------------------------------------------------------
3866 r14954 | zorglub | 2006-03-28 23:00:15 +0200 (Tue, 28 Mar 2006) | 2 lines
3867 Changed paths:
3868    M /trunk
3869    M /trunk/modules/audio_filter/channel_mixer/headphone.c
3870    M /trunk/modules/audio_filter/converter/a52tofloat32.c
3871    M /trunk/modules/audio_filter/converter/dtstofloat32.c
3872    M /trunk/modules/audio_filter/equalizer.c
3873    M /trunk/modules/audio_filter/normvol.c
3874
3875 Audio strings, except parametric equalizer (I just don't understand anything) - Refs:#438
3876
3877 ------------------------------------------------------------------------
3878 r14953 | zorglub | 2006-03-28 22:29:28 +0200 (Tue, 28 Mar 2006) | 2 lines
3879 Changed paths:
3880    M /trunk
3881    M /trunk/src/audio_output/input.c
3882    M /trunk/src/audio_output/intf.c
3883    M /trunk/src/audio_output/mixer.c
3884    M /trunk/src/audio_output/output.c
3885    M /trunk/src/control/mediacontrol_audio_video.c
3886    M /trunk/src/control/mediacontrol_core.c
3887    M /trunk/src/control/mediacontrol_util.c
3888    M /trunk/src/extras/libc.c
3889    M /trunk/src/input/control.c
3890    M /trunk/src/input/decoder.c
3891    M /trunk/src/input/demux.c
3892    M /trunk/src/input/es_out.c
3893    M /trunk/src/input/input.c
3894    M /trunk/src/input/subtitles.c
3895    M /trunk/src/interface/interaction.c
3896    M /trunk/src/interface/interface.c
3897    M /trunk/src/misc/objects.c
3898    M /trunk/src/misc/stats.c
3899    M /trunk/src/misc/vlm.c
3900    M /trunk/src/network/acl.c
3901
3902 String fixes in src (Refs:#438)
3903
3904 ------------------------------------------------------------------------
3905 r14952 | dionoea | 2006-03-28 19:16:52 +0200 (Tue, 28 Mar 2006) | 2 lines
3906 Changed paths:
3907    M /trunk/share/http/js/mosaic.js
3908
3909 Fix mosaic wizard on IE. Thanks to Albert on the forum for the tip
3910
3911 ------------------------------------------------------------------------
3912 r14951 | zorglub | 2006-03-28 17:50:44 +0200 (Tue, 28 Mar 2006) | 2 lines
3913 Changed paths:
3914    M /trunk/src/libvlc.h
3915
3916 Fix intf options
3917
3918 ------------------------------------------------------------------------
3919 r14950 | dionoea | 2006-03-28 17:40:43 +0200 (Tue, 28 Mar 2006) | 2 lines
3920 Changed paths:
3921    M /trunk/Makefile.am
3922
3923 Hum ... we still want to strip when using wince
3924
3925 ------------------------------------------------------------------------
3926 r14949 | zorglub | 2006-03-28 17:15:16 +0200 (Tue, 28 Mar 2006) | 2 lines
3927 Changed paths:
3928    M /trunk/debian/patches/20_no-wx-updates.dpatch
3929
3930 Update update checker debian patch
3931
3932 ------------------------------------------------------------------------
3933 r14948 | dionoea | 2006-03-28 16:02:49 +0200 (Tue, 28 Mar 2006) | 2 lines
3934 Changed paths:
3935    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
3936    M /trunk/modules/gui/wxwidgets/interface.cpp
3937
3938 Fix update dialog layout in Windows
3939
3940 ------------------------------------------------------------------------
3941 r14947 | zorglub | 2006-03-28 15:57:36 +0200 (Tue, 28 Mar 2006) | 2 lines
3942 Changed paths:
3943    M /trunk/include/codecs.h
3944    M /trunk/include/network.h
3945    M /trunk/include/vlc_interface.h
3946
3947 Strings in include/ (Refs:#438)
3948
3949 ------------------------------------------------------------------------
3950 r14946 | dionoea | 2006-03-28 15:30:33 +0200 (Tue, 28 Mar 2006) | 2 lines
3951 Changed paths:
3952    M /trunk/Makefile.am
3953
3954 Don't strip windows builds when running make package-win-common-devel
3955
3956 ------------------------------------------------------------------------
3957 r14945 | zorglub | 2006-03-27 23:44:30 +0200 (Mon, 27 Mar 2006) | 2 lines
3958 Changed paths:
3959    M /trunk/src/libvlc.h
3960
3961 Strings review for libvlc.h (Refs:#438)
3962
3963 ------------------------------------------------------------------------
3964 r14944 | fkuehne | 2006-03-27 21:06:33 +0200 (Mon, 27 Mar 2006) | 1 line
3965 Changed paths:
3966    M /trunk/extras/contrib/src/Makefile
3967    A /trunk/extras/contrib/src/Patches/x264-svn.patch
3968
3969 * fix x264 compilation
3970 ------------------------------------------------------------------------
3971 r14943 | courmisch | 2006-03-27 18:57:57 +0200 (Mon, 27 Mar 2006) | 2 lines
3972 Changed paths:
3973    M /trunk/modules/control/http/util.c
3974
3975 Remove superfluous (as in implied by the previous one) condition
3976
3977 ------------------------------------------------------------------------
3978 r14942 | courmisch | 2006-03-27 18:48:14 +0200 (Mon, 27 Mar 2006) | 2 lines
3979 Changed paths:
3980    M /trunk/include/vlc_url.h
3981
3982 Oops
3983
3984 ------------------------------------------------------------------------
3985 r14941 | courmisch | 2006-03-27 17:35:55 +0200 (Mon, 27 Mar 2006) | 3 lines
3986 Changed paths:
3987    M /trunk/src/input/subtitles.c
3988
3989 - Use utf_8scandir() and some cleanup
3990 - Fix double free()
3991
3992 ------------------------------------------------------------------------
3993 r14940 | courmisch | 2006-03-27 16:47:05 +0200 (Mon, 27 Mar 2006) | 2 lines
3994 Changed paths:
3995    M /trunk/src/misc/strings.c
3996
3997 Fix lame encoded URL decoder (closes #613)
3998
3999 ------------------------------------------------------------------------
4000 r14939 | courmisch | 2006-03-27 16:46:14 +0200 (Mon, 27 Mar 2006) | 2 lines
4001 Changed paths:
4002    M /trunk/modules/control/http/mvar.c
4003
4004 Use utf8_scandir instead of scandir
4005
4006 ------------------------------------------------------------------------
4007 r14938 | courmisch | 2006-03-27 15:28:24 +0200 (Mon, 27 Mar 2006) | 3 lines
4008 Changed paths:
4009    M /trunk/include/vlc_url.h
4010
4011 Support URL-escape non-ASCII characters properly as far as possible
4012 (ie. all characters from the Basic Multilingual Plane from Unicode)
4013
4014 ------------------------------------------------------------------------
4015 r14937 | courmisch | 2006-03-27 13:26:50 +0200 (Mon, 27 Mar 2006) | 2 lines
4016 Changed paths:
4017    M /trunk/include/charset.h
4018    M /trunk/include/vlc_symbols.h
4019    M /trunk/src/misc/unicode.c
4020
4021 utf8_scandir: Unicode wrapper for scandir()
4022
4023 ------------------------------------------------------------------------
4024 r14936 | dionoea | 2006-03-27 03:23:54 +0200 (Mon, 27 Mar 2006) | 2 lines
4025 Changed paths:
4026    M /trunk/mozilla/npvlc_rc.rc
4027    M /trunk/mozilla/vlcplugin.h
4028
4029 Add audio/wav and audio/x-wav to available mime types
4030
4031 ------------------------------------------------------------------------
4032 r14935 | fkuehne | 2006-03-26 22:50:04 +0200 (Sun, 26 Mar 2006) | 1 line
4033 Changed paths:
4034    M /trunk/modules/gui/macosx/controls.m
4035
4036 * accept %H:%M:%S and %M:%S as valid syntax as well (additionally to just %S)
4037 ------------------------------------------------------------------------
4038 r14934 | courmisch | 2006-03-26 22:25:07 +0200 (Sun, 26 Mar 2006) | 4 lines
4039 Changed paths:
4040    M /trunk/modules/control/http/http.c
4041    M /trunk/modules/control/http/util.c
4042
4043 - Use iconv transliteration instead of custom code
4044 - Supposedly fix a memleak
4045 - Fix a few warnings
4046
4047 ------------------------------------------------------------------------
4048 r14933 | hartman | 2006-03-26 00:21:31 +0100 (Sun, 26 Mar 2006) | 2 lines
4049 Changed paths:
4050    M /trunk/src/video_output/vout_subpictures.c
4051
4052 * In case we do scaling on SSA subs, we also need to adjust the canvas size in which we render. (there you go bigben :D ) fixes #562
4053
4054 ------------------------------------------------------------------------
4055 r14932 | xtophe | 2006-03-26 00:10:43 +0100 (Sun, 26 Mar 2006) | 2 lines
4056 Changed paths:
4057    M /trunk/modules/misc/dummy/interface.c
4058    M /trunk/modules/misc/freetype.c
4059    M /trunk/modules/misc/gnutls.c
4060    M /trunk/modules/misc/growl.c
4061    M /trunk/modules/misc/logger.c
4062    M /trunk/modules/misc/msn.c
4063    M /trunk/modules/misc/network/ipv4.c
4064    M /trunk/modules/misc/network/ipv6.c
4065    M /trunk/modules/misc/playlist/m3u.c
4066    M /trunk/modules/misc/playlist/old.c
4067    M /trunk/modules/misc/svg.c
4068    M /trunk/modules/misc/win32text.c
4069    M /trunk/modules/misc/xml/libxml.c
4070
4071 misc/*: 2nd lecture. refs #438
4072
4073 ------------------------------------------------------------------------
4074 r14931 | damienf | 2006-03-25 23:15:33 +0100 (Sat, 25 Mar 2006) | 4 lines
4075 Changed paths:
4076    M /trunk/activex/Makefile.am
4077    M /trunk/activex/axvlc.def
4078    M /trunk/activex/persistpropbag.cpp
4079    M /trunk/activex/plugin.cpp
4080    M /trunk/activex/plugin.h
4081    M /trunk/activex/test.html
4082    M /trunk/activex/vlccontrol.cpp
4083
4084 - added support for non OLE containers, such as Windows Script Host WScript.CreateObject.
4085 - made time property persistable, use 'StartTime' under HTML
4086 - removed functions with stdcall suffix from exported functions in DLL
4087
4088 ------------------------------------------------------------------------
4089 r14930 | zorglub | 2006-03-25 20:24:05 +0100 (Sat, 25 Mar 2006) | 9 lines
4090 Changed paths:
4091    M /trunk/include/configuration.h
4092    M /trunk/include/vlc_config_cat.h
4093    M /trunk/modules/control/hotkeys.c
4094    M /trunk/modules/control/http/http.c
4095    M /trunk/modules/control/rc.c
4096    M /trunk/modules/control/telnet.c
4097    M /trunk/modules/gui/beos/BeOS.cpp
4098    M /trunk/modules/gui/macosx/macosx.m
4099    M /trunk/modules/gui/macosx/prefs.m
4100    M /trunk/modules/gui/ncurses.c
4101    M /trunk/modules/gui/pda/pda.c
4102    M /trunk/modules/gui/qnx/qnx.c
4103    M /trunk/modules/gui/skins2/src/skin_main.cpp
4104    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
4105    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
4106    M /trunk/modules/misc/dummy/dummy.c
4107    M /trunk/src/libvlc.h
4108
4109 * Remove Advanced/Misc
4110 * Move out Advanced/Misc/Misc options
4111 * Don't show any Stuff/General category anymore
4112 * For interfaces, split out "General" from main interface settings
4113 * Remove dummy from prefs
4114 * Clean hotkeys settings
4115
4116 (Closes:#598)
4117
4118 ------------------------------------------------------------------------
4119 r14929 | fkuehne | 2006-03-25 19:54:58 +0100 (Sat, 25 Mar 2006) | 2 lines
4120 Changed paths:
4121    M /trunk/modules/gui/macosx/playlistinfo.m
4122    M /trunk/modules/gui/macosx/prefs.m
4123
4124 * playlistinfo.m: update the stats faster after a p_item-switch
4125 * both: fixed each one 'comparison of distinct Objective-C types lacks a cast' warnings
4126 ------------------------------------------------------------------------
4127 r14928 | fkuehne | 2006-03-25 19:19:53 +0100 (Sat, 25 Mar 2006) | 1 line
4128 Changed paths:
4129    M /trunk/modules/gui/macosx/playlist.m
4130    M /trunk/modules/gui/macosx/playlistinfo.h
4131    M /trunk/modules/gui/macosx/playlistinfo.m
4132
4133 * update the info panel when switching the currently played p_item
4134 ------------------------------------------------------------------------
4135 r14927 | zorglub | 2006-03-25 19:19:13 +0100 (Sat, 25 Mar 2006) | 5 lines
4136 Changed paths:
4137    M /trunk/src/libvlc.h
4138    M /trunk/src/video_output/video_output.c
4139
4140 *EXPERIMENTAL* Default to disabling vout_synchro, but not dropping of late pictures in the video_output thread. (Refs:#593)
4141
4142 Please test heavily against MPEG1/2 streams.
4143
4144
4145 ------------------------------------------------------------------------
4146 r14926 | asmax | 2006-03-25 17:52:16 +0100 (Sat, 25 Mar 2006) | 2 lines
4147 Changed paths:
4148    M /trunk/doc/skins/skins2-howto.xml
4149    M /trunk/modules/gui/skins2/src/vlcproc.cpp
4150    M /trunk/modules/gui/skins2/src/vlcproc.hpp
4151
4152 * added a new skin variable "vlc.hasVout", true when... there is a vout !
4153
4154 ------------------------------------------------------------------------
4155 r14925 | asmax | 2006-03-25 17:36:51 +0100 (Sat, 25 Mar 2006) | 4 lines
4156 Changed paths:
4157    M /trunk/modules/gui/skins2/src/generic_window.cpp
4158    M /trunk/modules/gui/skins2/src/generic_window.hpp
4159
4160 * generic_window.cpp: register window visibility variables in
4161  the var manager, to avoid a crash at exit when an expression
4162  'not window.isVisible' is used in a skin.
4163
4164 ------------------------------------------------------------------------
4165 r14924 | zorglub | 2006-03-25 17:10:33 +0100 (Sat, 25 Mar 2006) | 2 lines
4166 Changed paths:
4167    M /trunk/modules/access/cdda.c
4168    M /trunk/modules/access/vcd/vcd.c
4169
4170 Should fix playback of cdda://D:\ under win32. Please test (Refs:#490)
4171
4172 ------------------------------------------------------------------------
4173 r14923 | zorglub | 2006-03-25 16:39:09 +0100 (Sat, 25 Mar 2006) | 2 lines
4174 Changed paths:
4175    M /trunk/modules/demux/mpeg/mpga.c
4176
4177 Retry syncing mpeg audio stream if it failed on first block (Closes:#609)
4178
4179 ------------------------------------------------------------------------
4180 r14922 | xtophe | 2006-03-25 16:14:38 +0100 (Sat, 25 Mar 2006) | 2 lines
4181 Changed paths:
4182    M /trunk/src/misc/configuration.c
4183
4184 misc/configuration.c: Use the proper directory separator
4185
4186 ------------------------------------------------------------------------
4187 r14921 | courmisch | 2006-03-25 15:43:43 +0100 (Sat, 25 Mar 2006) | 3 lines
4188 Changed paths:
4189    M /trunk/configure.ac
4190    M /trunk/loader/Makefile.am
4191
4192 Switch loader to libtool
4193 (it only works on platforms where libtool works anyway)
4194
4195 ------------------------------------------------------------------------
4196 r14920 | courmisch | 2006-03-25 15:43:10 +0100 (Sat, 25 Mar 2006) | 2 lines
4197 Changed paths:
4198    M /trunk/loader/driver.c
4199
4200 Fix previous commit
4201
4202 ------------------------------------------------------------------------
4203 r14919 | courmisch | 2006-03-25 15:37:36 +0100 (Sat, 25 Mar 2006) | 2 lines
4204 Changed paths:
4205    M /trunk/loader/driver.c
4206    M /trunk/loader/win32.c
4207
4208 Fix duplicate symbol
4209
4210 ------------------------------------------------------------------------
4211 r14918 | fkuehne | 2006-03-25 13:54:27 +0100 (Sat, 25 Mar 2006) | 1 line
4212 Changed paths:
4213    M /trunk/modules/mux/asf.c
4214    M /trunk/modules/mux/mp4.c
4215    M /trunk/modules/mux/mpjpeg.c
4216    M /trunk/modules/mux/ogg.c
4217    M /trunk/modules/mux/wav.c
4218    M /trunk/modules/packetizer/copy.c
4219    M /trunk/modules/packetizer/h264.c
4220    M /trunk/modules/packetizer/mpeg4audio.c
4221    M /trunk/modules/packetizer/mpeg4video.c
4222    M /trunk/modules/packetizer/mpegvideo.c
4223
4224 * another 1st string review, refs #438
4225 ------------------------------------------------------------------------
4226 r14917 | courmisch | 2006-03-25 13:37:31 +0100 (Sat, 25 Mar 2006) | 6 lines
4227 Changed paths:
4228    M /trunk/src/network/getaddrinfo.c
4229
4230 Bug to really-stupid-and-worrisomely-not-fixed-for-more-than-ten-years
4231 bug for Winsock DNS resolver, inasmuch as is possible - closes #445.
4232
4233 Should it fail to fix the bug, I'm afraid there would be no solution,
4234 but not to use Windows without its IPv6 stack.
4235
4236 ------------------------------------------------------------------------
4237 r14916 | fkuehne | 2006-03-25 13:28:31 +0100 (Sat, 25 Mar 2006) | 1 line
4238 Changed paths:
4239    M /trunk/include/vlc_config_cat.h
4240
4241 * 1st string review, refs #438
4242 ------------------------------------------------------------------------
4243 r14915 | zorglub | 2006-03-25 13:15:49 +0100 (Sat, 25 Mar 2006) | 2 lines
4244 Changed paths:
4245    M /trunk/mozilla/vlcpeer.cpp
4246
4247 Remove debug (Refs:#438)
4248
4249 ------------------------------------------------------------------------
4250 r14914 | jpsaman | 2006-03-25 13:15:42 +0100 (Sat, 25 Mar 2006) | 1 line
4251 Changed paths:
4252    M /trunk/modules/demux/ts.c
4253
4254 Drop support for VLS specific LPCB because it conflicts with standards. Closes #610
4255 ------------------------------------------------------------------------
4256 r14913 | asmax | 2006-03-25 12:01:03 +0100 (Sat, 25 Mar 2006) | 4 lines
4257 Changed paths:
4258    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
4259    M /trunk/share/skins2/skin.dtd
4260
4261 * attribute "nbFrames" of element Bitmap is now "nbframes", as said in the
4262  documentation (and the old name was inconsistent with other attribute names)
4263  Sorry for the compatibility break...
4264
4265 ------------------------------------------------------------------------
4266 r14912 | zorglub | 2006-03-25 11:57:34 +0100 (Sat, 25 Mar 2006) | 2 lines
4267 Changed paths:
4268    M /trunk/modules/stream_out/es.c
4269    M /trunk/modules/stream_out/gather.c
4270    M /trunk/modules/stream_out/mosaic_bridge.c
4271    M /trunk/modules/stream_out/rtp.c
4272    M /trunk/modules/stream_out/standard.c
4273    M /trunk/modules/stream_out/transcode.c
4274
4275 Strings review in stream_out (Refs:#438). Please review these once more as I changed some quite heavily
4276
4277 ------------------------------------------------------------------------
4278 r14911 | zorglub | 2006-03-25 11:34:38 +0100 (Sat, 25 Mar 2006) | 2 lines
4279 Changed paths:
4280    M /trunk/modules/misc/dummy/dummy.c
4281    M /trunk/modules/misc/win32text.c
4282
4283 Finish strings review in misc/ (Refs:#438)
4284
4285 ------------------------------------------------------------------------
4286 r14910 | zorglub | 2006-03-25 11:00:14 +0100 (Sat, 25 Mar 2006) | 2 lines
4287 Changed paths:
4288    M /trunk/modules/services_discovery/hal.c
4289    M /trunk/modules/services_discovery/podcast.c
4290    M /trunk/modules/services_discovery/sap.c
4291
4292 Strings review in services_discovery + remove unimplemented sap-cache option (Refs:#438)
4293
4294 ------------------------------------------------------------------------
4295 r14909 | xtophe | 2006-03-24 19:26:46 +0100 (Fri, 24 Mar 2006) | 2 lines
4296 Changed paths:
4297    M /trunk/modules/services_discovery/sap.c
4298
4299 sap.c: Ressucitate --sap-addr for the lucky one with M-Bone and too much sap announces.
4300
4301 ------------------------------------------------------------------------
4302 r14908 | xtophe | 2006-03-24 18:52:47 +0100 (Fri, 24 Mar 2006) | 2 lines
4303 Changed paths:
4304    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
4305
4306 wxwidgets.c: missing from [14902] commit
4307
4308 ------------------------------------------------------------------------
4309 r14907 | dionoea | 2006-03-24 15:17:28 +0100 (Fri, 24 Mar 2006) | 2 lines
4310 Changed paths:
4311    M /trunk/share/http/index.html
4312    M /trunk/share/http/mosaic.html
4313    M /trunk/share/http/requests/browse.xml
4314    M /trunk/share/http/requests/playlist.xml
4315    M /trunk/share/http/requests/status.xml
4316    M /trunk/share/http/requests/vlm.xml
4317    M /trunk/share/http/requests/vlm_cmd.xml
4318    M /trunk/share/http/vlm.html
4319
4320 Use the "charset" variable
4321
4322 ------------------------------------------------------------------------
4323 r14906 | dionoea | 2006-03-24 15:16:12 +0100 (Fri, 24 Mar 2006) | 2 lines
4324 Changed paths:
4325    M /trunk/modules/control/http/http.c
4326    M /trunk/modules/control/http/http.h
4327    M /trunk/modules/control/http/util.c
4328
4329 try fixing charset problems. I'll launch a win32 nightly, try it out and change it if it still doesn't work.
4330
4331 ------------------------------------------------------------------------
4332 r14905 | dionoea | 2006-03-24 14:41:15 +0100 (Fri, 24 Mar 2006) | 2 lines
4333 Changed paths:
4334    M /trunk/share/http/js/functions.js
4335
4336 Fix windows browser bug: first directory or filename character was removed.
4337
4338 ------------------------------------------------------------------------
4339 r14904 | dionoea | 2006-03-24 14:11:17 +0100 (Fri, 24 Mar 2006) | 2 lines
4340 Changed paths:
4341    M /trunk/share/http/dialogs/vlm
4342    M /trunk/share/http/js/vlm.js
4343
4344 Add hide/show vlm helper button. Original idea by Albert (http://forum.videolan.org/viewtopic.php?t=18573)
4345
4346 ------------------------------------------------------------------------
4347 r14903 | zorglub | 2006-03-24 12:05:28 +0100 (Fri, 24 Mar 2006) | 2 lines
4348 Changed paths:
4349    M /trunk/modules/visualization/galaktos/plugin.c
4350    M /trunk/modules/visualization/goom.c
4351    M /trunk/modules/visualization/visual/effects.c
4352    M /trunk/modules/visualization/visual/visual.c
4353    M /trunk/modules/visualization/visual/visual.h
4354    M /trunk/modules/visualization/xosd.c
4355
4356 Strings review in visualization/ (Refs:#438)
4357
4358 ------------------------------------------------------------------------
4359 r14902 | xtophe | 2006-03-23 23:54:31 +0100 (Thu, 23 Mar 2006) | 5 lines
4360 Changed paths:
4361    M /trunk/modules/gui/wxwidgets/interface.cpp
4362
4363 wx/interfaces.cpp: Add an option to display tool bar buton name. 
4364                    Warning hack inside.
4365                    refs #495 close it for linux and win32
4366                    
4367
4368 ------------------------------------------------------------------------
4369 r14901 | dionoea | 2006-03-23 23:46:18 +0100 (Thu, 23 Mar 2006) | 2 lines
4370 Changed paths:
4371    M /trunk/modules/control/http/http.c
4372
4373 use p_playlist->p_input
4374
4375 ------------------------------------------------------------------------
4376 r14900 | bigben | 2006-03-23 23:19:38 +0100 (Thu, 23 Mar 2006) | 3 lines
4377 Changed paths:
4378    M /trunk/modules/gui/macosx/intf.m
4379
4380 * Do not make a vlc_object_find to find the playlist, since we may get the item being preparsed. Use p_playlist->p_input instead
4381
4382
4383 ------------------------------------------------------------------------
4384 r14899 | hartman | 2006-03-23 22:43:34 +0100 (Thu, 23 Mar 2006) | 2 lines
4385 Changed paths:
4386    M /trunk/extras/contrib/src/packages.mak
4387
4388 * stupid mars.org being offline all the time. Pull files from our own download servers.
4389
4390 ------------------------------------------------------------------------
4391 r14898 | xtophe | 2006-03-23 22:41:12 +0100 (Thu, 23 Mar 2006) | 2 lines
4392 Changed paths:
4393    M /trunk/modules/services_discovery/daap.c
4394    M /trunk/modules/services_discovery/hal.c
4395    M /trunk/modules/services_discovery/sap.c
4396    M /trunk/modules/services_discovery/shout.c
4397
4398 services_discovery/*: String review (refs #438) and suppress the sap-addr option
4399
4400 ------------------------------------------------------------------------
4401 r14897 | hartman | 2006-03-23 21:25:07 +0100 (Thu, 23 Mar 2006) | 3 lines
4402 Changed paths:
4403    M /trunk/modules/stream_out/rtp.c
4404
4405 * Fix AMR RTP muxing. patch by Alex Antropoff <alant at transtelecom dot md>.
4406
4407
4408 ------------------------------------------------------------------------
4409 r14896 | bigben | 2006-03-23 20:57:20 +0100 (Thu, 23 Mar 2006) | 3 lines
4410 Changed paths:
4411    M /trunk/modules/gui/macosx/playlistinfo.m
4412
4413 * Use the correct limit when looping
4414
4415
4416 ------------------------------------------------------------------------
4417 r14895 | xtophe | 2006-03-22 23:39:51 +0100 (Wed, 22 Mar 2006) | 2 lines
4418 Changed paths:
4419    M /trunk/modules/visualization/galaktos/plugin.c
4420    M /trunk/modules/visualization/goom.c
4421    M /trunk/modules/visualization/visual/effects.c
4422    M /trunk/modules/visualization/visual/visual.c
4423    M /trunk/modules/visualization/xosd.c
4424
4425 String Review. refs #438
4426
4427 ------------------------------------------------------------------------
4428 r14886 | jpsaman | 2006-03-22 22:01:09 +0100 (Wed, 22 Mar 2006) | 1 line
4429 Changed paths:
4430    M /trunk/modules/misc/rtsp.c
4431    M /trunk/modules/stream_out/rtp.c
4432    M /trunk/src/network/httpd.c
4433
4434 Add support for X-Playnow RTSP option
4435 ------------------------------------------------------------------------
4436 r14882 | fkuehne | 2006-03-22 19:09:55 +0100 (Wed, 22 Mar 2006) | 1 line
4437 Changed paths:
4438    M /trunk/Makefile.am
4439
4440 * copy the http-intf-readme to the OSX-bundle as well
4441 ------------------------------------------------------------------------
4442 r14881 | sam | 2006-03-22 18:51:17 +0100 (Wed, 22 Mar 2006) | 2 lines
4443 Changed paths:
4444    M /trunk/modules/video_output/caca.c
4445
4446   * modules/video_output/caca.c: Compilation fixes.
4447
4448 ------------------------------------------------------------------------
4449 r14880 | dionoea | 2006-03-22 17:38:46 +0100 (Wed, 22 Mar 2006) | 2 lines
4450 Changed paths:
4451    M /trunk/Makefile.am
4452
4453 Add share/http/requests/readme to win target
4454
4455 ------------------------------------------------------------------------
4456 r14879 | dionoea | 2006-03-22 17:37:24 +0100 (Wed, 22 Mar 2006) | 2 lines
4457 Changed paths:
4458    M /trunk/share/Makefile.am
4459
4460 add requests/readme
4461
4462 ------------------------------------------------------------------------
4463 r14878 | dionoea | 2006-03-22 17:36:48 +0100 (Wed, 22 Mar 2006) | 2 lines
4464 Changed paths:
4465    A /trunk/share/http/requests/readme
4466
4467 List and explain available commands / requests
4468
4469 ------------------------------------------------------------------------
4470 r14877 | courmisch | 2006-03-22 17:05:11 +0100 (Wed, 22 Mar 2006) | 10 lines
4471 Changed paths:
4472    M /trunk/include/charset.h
4473    M /trunk/include/vlc_symbols.h
4474    M /trunk/modules/codec/subsdec.c
4475
4476 include:
4477  * export GetFallbackEncoding()
4478 subsdec:
4479  * autodetect UTF-8 encoding,
4480  * use better non-Unicode default encoding from language instead of
4481  CP1252 when local encoding is UTF-8, and local encoding in all other cases
4482  (should improve subtitles decoding on POSIX a lot)
4483  * some memory fixes
4484  * some cosmetic fixes
4485
4486 ------------------------------------------------------------------------
4487 r14876 | xtophe | 2006-03-22 15:14:10 +0100 (Wed, 22 Mar 2006) | 2 lines
4488 Changed paths:
4489    M /trunk/modules/misc/logger.c
4490
4491 logger.c: Compile fix
4492
4493 ------------------------------------------------------------------------
4494 r14875 | zorglub | 2006-03-22 14:38:50 +0100 (Wed, 22 Mar 2006) | 2 lines
4495 Changed paths:
4496    M /trunk/modules/misc/freetype.c
4497
4498 Compile fix
4499
4500 ------------------------------------------------------------------------
4501 r14874 | courmisch | 2006-03-22 13:26:11 +0100 (Wed, 22 Mar 2006) | 6 lines
4502 Changed paths:
4503    M /trunk/include/charset.h
4504    M /trunk/include/vlc_symbols.h
4505    M /trunk/src/misc/unicode.c
4506
4507 IsUTF8: check if a string is a valid UTF8 sequence without modifying it
4508 EnsureUTF8 would replace invalid bytes sequences with question marks.
4509
4510 Most of the code was already there anyway. This allows UTF-8 autodetection
4511 without a dedicated UTF8-to-UTF8 iconv() handle.
4512
4513 ------------------------------------------------------------------------
4514 r14873 | zorglub | 2006-03-22 13:14:30 +0100 (Wed, 22 Mar 2006) | 2 lines
4515 Changed paths:
4516    M /trunk/modules/misc/freetype.c
4517    M /trunk/modules/misc/gnutls.c
4518    M /trunk/modules/misc/growl.c
4519    M /trunk/modules/misc/logger.c
4520    M /trunk/modules/misc/msn.c
4521    M /trunk/modules/misc/rtsp.c
4522    M /trunk/modules/misc/svg.c
4523    M /trunk/modules/misc/xml/libxml.c
4524    M /trunk/modules/misc/xml/xtag.c
4525
4526 Strings review in misc/ except dummy and win32text (Refs:#438)
4527
4528 ------------------------------------------------------------------------
4529 r14872 | courmisch | 2006-03-22 12:24:45 +0100 (Wed, 22 Mar 2006) | 2 lines
4530 Changed paths:
4531    M /trunk/src/misc/unicode.c
4532
4533 Clean up
4534
4535 ------------------------------------------------------------------------
4536 r14871 | courmisch | 2006-03-22 12:14:24 +0100 (Wed, 22 Mar 2006) | 2 lines
4537 Changed paths:
4538    M /trunk/include/vlc_common.h
4539    M /trunk/include/vlc_symbols.h
4540    M /trunk/src/extras/libc.c
4541
4542 Clean up vlc_iconv prototype
4543
4544 ------------------------------------------------------------------------
4545 r14870 | zorglub | 2006-03-22 08:12:10 +0100 (Wed, 22 Mar 2006) | 2 lines
4546 Changed paths:
4547    M /trunk/modules/control/telnet.c
4548
4549 Strings review of telnet.c (Refs:#438)
4550
4551 ------------------------------------------------------------------------
4552 r14869 | dionoea | 2006-03-22 01:19:29 +0100 (Wed, 22 Mar 2006) | 2 lines
4553 Changed paths:
4554    M /trunk/share/http/dialogs/playlist
4555    M /trunk/share/http/iehacks.css
4556    M /trunk/share/http/style.css
4557
4558 Slightly better IE and Firefox compatible version of the sort and services discovery menus.
4559
4560 ------------------------------------------------------------------------
4561 r14868 | dionoea | 2006-03-22 00:41:05 +0100 (Wed, 22 Mar 2006) | 2 lines
4562 Changed paths:
4563    M /trunk/modules/misc/msn.c
4564
4565 Also update now playing info when playing a new item.
4566
4567 ------------------------------------------------------------------------
4568 r14867 | dionoea | 2006-03-22 00:26:17 +0100 (Wed, 22 Mar 2006) | 2 lines
4569 Changed paths:
4570    M /trunk/share/http/js/functions.js
4571    M /trunk/share/http/js/mosaic.js
4572    M /trunk/share/http/js/vlm.js
4573
4574 Some more IE (crap) fixes
4575
4576 ------------------------------------------------------------------------
4577 r14861 | bigben | 2006-03-21 23:08:41 +0100 (Tue, 21 Mar 2006) | 4 lines
4578 Changed paths:
4579    M /trunk/modules/gui/macosx/playlistinfo.m
4580
4581 * There is no reason not to allow to open the information panel on nodes
4582 * We now have an (ugly) way to rename nodes
4583
4584
4585 ------------------------------------------------------------------------
4586 r14860 | bigben | 2006-03-21 21:56:51 +0100 (Tue, 21 Mar 2006) | 4 lines
4587 Changed paths:
4588    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
4589    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
4590    M /trunk/modules/gui/macosx/controls.m
4591
4592 * Only enable "Jump To Time" when the stream is seekable
4593 * Fix enabling of the step forward/backward functions
4594
4595
4596 ------------------------------------------------------------------------
4597 r14859 | dionoea | 2006-03-21 21:56:35 +0100 (Tue, 21 Mar 2006) | 2 lines
4598 Changed paths:
4599    M /trunk/Makefile.am
4600
4601 Add 7zip win32 build targets
4602
4603 ------------------------------------------------------------------------
4604 r14858 | courmisch | 2006-03-21 19:20:48 +0100 (Tue, 21 Mar 2006) | 2 lines
4605 Changed paths:
4606    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
4607
4608 I knew I was foolish to expect wxWidgets to work properly.
4609
4610 ------------------------------------------------------------------------
4611 r14857 | courmisch | 2006-03-21 18:28:09 +0100 (Tue, 21 Mar 2006) | 9 lines
4612 Changed paths:
4613    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
4614
4615 Attempt to use wc_str() even if wxWidgets is not built with Unicode.
4616 According to the wxWidgets documentation, it works. But of course, you
4617 don't want to trust the wxWidgets documentation, particularly when it
4618 deals with characters encoding. Or rather, you'd like to trust the
4619 documentation, but you can't trust the actual implementation to work
4620 until you tested it.
4621
4622 So lets see if it works, and revert commit it tomorrow if it sucks.
4623
4624 ------------------------------------------------------------------------
4625 r14856 | courmisch | 2006-03-21 18:21:24 +0100 (Tue, 21 Mar 2006) | 2 lines
4626 Changed paths:
4627    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
4628
4629 Attempt to fix Unicode wxWidgets interface on Win32
4630
4631 ------------------------------------------------------------------------
4632 r14855 | courmisch | 2006-03-21 17:42:34 +0100 (Tue, 21 Mar 2006) | 4 lines
4633 Changed paths:
4634    M /trunk/include/charset.h
4635    M /trunk/include/vlc_symbols.h
4636    M /trunk/src/misc/unicode.c
4637
4638 - FromWide(): converts a wchar_t * to UTF-8 char *
4639   (if local charset is UTF-8, this is similar to wcstombs())
4640 - FromUTF16(): converts a host-order UTF-16 byte sequence to UTF-8
4641
4642 ------------------------------------------------------------------------
4643 r14854 | courmisch | 2006-03-21 17:08:35 +0100 (Tue, 21 Mar 2006) | 3 lines
4644 Changed paths:
4645    M /trunk/bootstrap
4646
4647 libtool: Compile builtins as convenience libraries rather than static ones
4648 Might fix PIC linking issues on amd64
4649
4650 ------------------------------------------------------------------------
4651 r14853 | courmisch | 2006-03-21 16:39:43 +0100 (Tue, 21 Mar 2006) | 2 lines
4652 Changed paths:
4653    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
4654
4655 A bit explanation of the wxWidgets string conversion mess won't harm
4656
4657 ------------------------------------------------------------------------
4658 r14852 | courmisch | 2006-03-21 16:34:34 +0100 (Tue, 21 Mar 2006) | 3 lines
4659 Changed paths:
4660    M /trunk/modules/gui/wxwidgets/menus.cpp
4661
4662 Fix G++ 4.1 compilation problem
4663 reported by Diego 'Flameeyes' Petten?\195?\178
4664
4665 ------------------------------------------------------------------------
4666 r14851 | dionoea | 2006-03-21 01:45:31 +0100 (Tue, 21 Mar 2006) | 2 lines
4667 Changed paths:
4668    M /trunk/share/http/requests/status.xml
4669
4670 looks like someone renamed vlc_obj_exists to vlc_object_exists.
4671
4672 ------------------------------------------------------------------------
4673 r14847 | zorglub | 2006-03-21 00:13:39 +0100 (Tue, 21 Mar 2006) | 2 lines
4674 Changed paths:
4675    M /trunk/test/NativeLibvlcTest.py
4676    M /trunk/test/NativeStatsTest.py
4677    M /trunk/test/PyMediaControlBaseTest.py
4678    M /trunk/test/PyMediaControlPlaylistTest.py
4679    M /trunk/test/PyMediaControlVariablesTest.py
4680    M /trunk/test/setup.py
4681
4682 Fix test
4683
4684 ------------------------------------------------------------------------
4685 r14846 | ipkiss | 2006-03-20 23:34:43 +0100 (Mon, 20 Mar 2006) | 2 lines
4686 Changed paths:
4687    M /trunk/doc/skins/skins2-howto.xml
4688
4689  * doc/skins/skins2-howto.xml: Fixed typos.
4690
4691 ------------------------------------------------------------------------
4692 r14845 | fkuehne | 2006-03-20 21:42:23 +0100 (Mon, 20 Mar 2006) | 1 line
4693 Changed paths:
4694    M /trunk/README.MacOSX.rtf
4695
4696 * the transitional phase of our osx-aout-modules is over :)
4697 ------------------------------------------------------------------------
4698 r14843 | dionoea | 2006-03-20 21:22:59 +0100 (Mon, 20 Mar 2006) | 6 lines
4699 Changed paths:
4700    M /trunk/src/misc/vlm.c
4701
4702 fix #478.
4703
4704 You need to escape (with \):
4705 * quotes that are part of a file's name or option's value
4706 * backslashes
4707
4708 ------------------------------------------------------------------------
4709 r14842 | damienf | 2006-03-20 15:40:42 +0100 (Mon, 20 Mar 2006) | 2 lines
4710 Changed paths:
4711    M /trunk/activex/plugin.cpp
4712
4713 plugin.cpp: as usual,I forgot to disable my own debug
4714
4715 ------------------------------------------------------------------------
4716 r14841 | damienf | 2006-03-20 15:37:41 +0100 (Mon, 20 Mar 2006) | 7 lines
4717 Changed paths:
4718    M /trunk/activex/persistpropbag.cpp
4719    M /trunk/activex/plugin.cpp
4720    M /trunk/activex/plugin.h
4721    M /trunk/activex/test.html
4722    M /trunk/activex/vlccontrol.cpp
4723
4724 plugin.cpp, plugin.h: delayed initialization of VLC until activation in place in user mode only
4725     this allows the persistable properties to be fully loaded before initialization and allow
4726     for control to initialize faster in design mode. AUTOLOOP property now works properly
4727 persistpropbag.cpp, vlccontrol.h: decoupled volume property from VLC so that value can be used
4728     without having VLC initialized
4729 test.html: added volume control
4730
4731 ------------------------------------------------------------------------
4732 r14840 | fkuehne | 2006-03-20 15:13:04 +0100 (Mon, 20 Mar 2006) | 1 line
4733 Changed paths:
4734    M /trunk/Makefile.am
4735
4736 * fixed the copying of the re-worked http-interface to our release bundle. (not really clean, but I don't know how to do this in a better way...)
4737 ------------------------------------------------------------------------
4738 r14839 | massiot | 2006-03-20 12:18:52 +0100 (Mon, 20 Mar 2006) | 2 lines
4739 Changed paths:
4740    M /trunk/modules/mux/mpeg/ts.c
4741
4742  * modules/mux/mpeg/ts.c: New --sout-ts-alignment option.
4743
4744 ------------------------------------------------------------------------
4745 r14838 | massiot | 2006-03-20 12:12:04 +0100 (Mon, 20 Mar 2006) | 2 lines
4746 Changed paths:
4747    M /trunk/modules/control/http/http.c
4748    M /trunk/modules/control/http/http.h
4749
4750  * modules/control/http: Content-Type should be case-insensitive.
4751
4752 ------------------------------------------------------------------------
4753 r14837 | dionoea | 2006-03-20 02:51:45 +0100 (Mon, 20 Mar 2006) | 2 lines
4754 Changed paths:
4755    M /trunk/share/http/dialogs/mosaic
4756    M /trunk/share/http/js/functions.js
4757
4758 mosaic wizard: change layout & make VLM command batch display optional.
4759
4760 ------------------------------------------------------------------------
4761 r14836 | dionoea | 2006-03-20 02:35:15 +0100 (Mon, 20 Mar 2006) | 2 lines
4762 Changed paths:
4763    M /trunk/share/http/js/vlm.js
4764
4765 * also do vlm options fix on sout.
4766
4767 ------------------------------------------------------------------------
4768 r14835 | dionoea | 2006-03-20 02:32:11 +0100 (Mon, 20 Mar 2006) | 4 lines
4769 Changed paths:
4770    M /trunk/share/http/dialogs/input
4771    M /trunk/share/http/dialogs/mosaic
4772    M /trunk/share/http/dialogs/sout
4773    M /trunk/share/http/js/functions.js
4774    M /trunk/share/http/js/mosaic.js
4775    M /trunk/share/http/js/vlm.js
4776    M /trunk/share/http/style.css
4777
4778 * add "fake:" input
4779 * vlm fix. change "input :foo=bar :foo2=bar2" into vlm compatible option handling
4780 * mosaic fix. always enable transcode when using an sout chain
4781
4782 ------------------------------------------------------------------------
4783 r14834 | hartman | 2006-03-19 23:03:20 +0100 (Sun, 19 Mar 2006) | 2 lines
4784 Changed paths:
4785    M /trunk/modules/demux/livedotcom.cpp
4786
4787 * Fix AMR from liveMedia decoding. Patch by Alex Antropoff <alant at transtelecom dot md>
4788
4789 ------------------------------------------------------------------------
4790 r14830 | xtophe | 2006-03-19 19:16:56 +0100 (Sun, 19 Mar 2006) | 2 lines
4791 Changed paths:
4792    M /trunk/modules/video_output/caca.c
4793
4794 caca.c: Typo
4795
4796 ------------------------------------------------------------------------
4797 r14829 | hartman | 2006-03-19 19:05:54 +0100 (Sun, 19 Mar 2006) | 2 lines
4798 Changed paths:
4799    M /trunk/modules/demux/livedotcom.cpp
4800
4801 * sorry about the missing #if
4802
4803 ------------------------------------------------------------------------
4804 r14828 | sam | 2006-03-19 18:17:57 +0100 (Sun, 19 Mar 2006) | 2 lines
4805 Changed paths:
4806    M /trunk/modules/video_output/caca.c
4807
4808   * Support for newer libcaca/libcucul versions.
4809
4810 ------------------------------------------------------------------------
4811 r14827 | bigben | 2006-03-19 14:13:09 +0100 (Sun, 19 Mar 2006) | 3 lines
4812 Changed paths:
4813    M /trunk/modules/gui/macosx/output.m
4814
4815 Forgot that one
4816
4817
4818 ------------------------------------------------------------------------
4819 r14826 | bigben | 2006-03-19 14:03:20 +0100 (Sun, 19 Mar 2006) | 3 lines
4820 Changed paths:
4821    M /trunk/modules/gui/macosx/wizard.m
4822
4823 * fix compilation
4824
4825
4826 ------------------------------------------------------------------------
4827 r14825 | bigben | 2006-03-19 13:57:26 +0100 (Sun, 19 Mar 2006) | 3 lines
4828 Changed paths:
4829    M /trunk/modules/gui/macosx/bookmarks.m
4830    M /trunk/modules/gui/macosx/controls.m
4831    M /trunk/modules/gui/macosx/equalizer.m
4832    M /trunk/modules/gui/macosx/extended.m
4833    M /trunk/modules/gui/macosx/interaction.m
4834    M /trunk/modules/gui/macosx/intf.m
4835    M /trunk/modules/gui/macosx/macosx.m
4836    M /trunk/modules/gui/macosx/open.m
4837    M /trunk/modules/gui/macosx/playlist.m
4838    M /trunk/modules/gui/macosx/playlistinfo.m
4839    M /trunk/modules/gui/macosx/prefs.m
4840    M /trunk/modules/gui/macosx/update.m
4841    M /trunk/modules/gui/macosx/voutgl.m
4842    M /trunk/modules/gui/macosx/voutqt.m
4843    M /trunk/modules/gui/macosx/wizard.m
4844
4845 * First string review of the OSX interface
4846
4847
4848 ------------------------------------------------------------------------
4849 r14824 | hartman | 2006-03-19 12:24:16 +0100 (Sun, 19 Mar 2006) | 2 lines
4850 Changed paths:
4851    M /trunk/modules/demux/livedotcom.cpp
4852
4853 * fix the liveMedia VERSION_INT (hopefully)
4854
4855 ------------------------------------------------------------------------
4856 r14823 | dionoea | 2006-03-19 02:49:11 +0100 (Sun, 19 Mar 2006) | 2 lines
4857 Changed paths:
4858    M /trunk/share/Makefile.am
4859
4860 Add iehacks.css to Makefile.am
4861
4862 ------------------------------------------------------------------------
4863 r14822 | dionoea | 2006-03-19 02:46:43 +0100 (Sun, 19 Mar 2006) | 6 lines
4864 Changed paths:
4865    M /trunk/share/http/dialogs/input
4866    M /trunk/share/http/dialogs/mosaic
4867    M /trunk/share/http/dialogs/playlist
4868    M /trunk/share/http/dialogs/sout
4869    A /trunk/share/http/iehacks.css
4870    M /trunk/share/http/images/info.png
4871    M /trunk/share/http/index.html
4872    M /trunk/share/http/js/functions.js
4873    M /trunk/share/http/style.css
4874
4875 A bunch of hacks to fix bugs on IE.
4876
4877 I really don't like the Sort menu and Services discovery menu code. If
4878 someone has a better idea feal free to change it.
4879
4880
4881 ------------------------------------------------------------------------
4882 r14821 | hartman | 2006-03-19 02:28:18 +0100 (Sun, 19 Mar 2006) | 2 lines
4883 Changed paths:
4884    M /trunk/modules/demux/livedotcom.cpp
4885
4886 * fix ifdef
4887
4888 ------------------------------------------------------------------------
4889 r14820 | xtophe | 2006-03-19 02:27:21 +0100 (Sun, 19 Mar 2006) | 2 lines
4890 Changed paths:
4891    M /trunk/modules/stream_out/bridge.c
4892    M /trunk/modules/stream_out/rtp.c
4893    M /trunk/modules/stream_out/standard.c
4894    M /trunk/modules/stream_out/switcher.c
4895    M /trunk/modules/stream_out/transcode.c
4896
4897 stream_out/*: String review (refs #438)
4898
4899 ------------------------------------------------------------------------
4900 r14819 | hartman | 2006-03-19 02:00:13 +0100 (Sun, 19 Mar 2006) | 8 lines
4901 Changed paths:
4902    M /trunk/modules/demux/livedotcom.cpp
4903
4904 * Send Keep-A-Live RTSP bogus calls for servers that do not support RTCP reports.
4905   Seems to work for WM RTSP. No support yet for Kasenna,
4906   since I don't have proper access to one at this moment.
4907
4908   refs #595
4909   refs #329
4910
4911
4912 ------------------------------------------------------------------------
4913 r14818 | dionoea | 2006-03-19 01:02:26 +0100 (Sun, 19 Mar 2006) | 2 lines
4914 Changed paths:
4915    M /trunk/share/http/dialogs/sout
4916
4917 Fix typo
4918
4919 ------------------------------------------------------------------------
4920 r14817 | jpsaman | 2006-03-19 00:11:31 +0100 (Sun, 19 Mar 2006) | 1 line
4921 Changed paths:
4922    M /trunk/src/Makefile.am
4923
4924 Undo r 14546 breakage
4925 ------------------------------------------------------------------------
4926 r14816 | zorglub | 2006-03-18 23:27:07 +0100 (Sat, 18 Mar 2006) | 2 lines
4927 Changed paths:
4928    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
4929
4930 Don't expand WX Tree root - Patch by Alexander Gall. Thanks
4931
4932 ------------------------------------------------------------------------
4933 r14815 | zorglub | 2006-03-18 23:18:16 +0100 (Sat, 18 Mar 2006) | 2 lines
4934 Changed paths:
4935    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
4936
4937 Apparently fix WX playlist crash (Closes:#205)
4938
4939 ------------------------------------------------------------------------
4940 r14814 | xtophe | 2006-03-18 19:14:49 +0100 (Sat, 18 Mar 2006) | 2 lines
4941 Changed paths:
4942    M /trunk/share/Makefile.am
4943
4944 share/makefile.am: Typo. Thanks to Albert on the forum for the report
4945
4946 ------------------------------------------------------------------------
4947 r14813 | zorglub | 2006-03-18 19:12:47 +0100 (Sat, 18 Mar 2006) | 2 lines
4948 Changed paths:
4949    M /trunk/src/input/es_out.c
4950
4951 Don't use %f in es_out (Closes:#587)
4952
4953 ------------------------------------------------------------------------
4954 r14812 | dionoea | 2006-03-18 18:56:10 +0100 (Sat, 18 Mar 2006) | 2 lines
4955 Changed paths:
4956    M /trunk/share/http/dialogs/mosaic
4957
4958 Add some comments and 'fix' display if the mosaic's width is larger than 600px.
4959
4960 ------------------------------------------------------------------------
4961 r14811 | zorglub | 2006-03-18 18:52:31 +0100 (Sat, 18 Mar 2006) | 2 lines
4962 Changed paths:
4963    M /trunk/include/vlc_httpd.h
4964    M /trunk/include/vlc_objects.h
4965    M /trunk/src/misc/messages.c
4966    M /trunk/src/misc/objects.c
4967    M /trunk/src/network/httpd.c
4968
4969 Display IP of client in debug
4970
4971 ------------------------------------------------------------------------
4972 r14810 | dionoea | 2006-03-18 18:45:40 +0100 (Sat, 18 Mar 2006) | 2 lines
4973 Changed paths:
4974    M /trunk/share/http/js/mosaic.js
4975
4976 Spelling fix, again.
4977
4978 ------------------------------------------------------------------------
4979 r14809 | dionoea | 2006-03-18 18:43:36 +0100 (Sat, 18 Mar 2006) | 2 lines
4980 Changed paths:
4981    M /trunk/share/http/dialogs/mosaic
4982
4983 Spelling fix
4984
4985 ------------------------------------------------------------------------
4986 r14808 | dionoea | 2006-03-18 18:42:37 +0100 (Sat, 18 Mar 2006) | 2 lines
4987 Changed paths:
4988    M /trunk/share/http/dialogs/input
4989    M /trunk/share/http/dialogs/mosaic
4990    M /trunk/share/http/dialogs/sout
4991    M /trunk/share/http/js/mosaic.js
4992
4993 add some help and feedback
4994
4995 ------------------------------------------------------------------------
4996 r14807 | xtophe | 2006-03-18 18:31:31 +0100 (Sat, 18 Mar 2006) | 2 lines
4997 Changed paths:
4998    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
4999
5000 x264.patch: Sync with upstream
5001
5002 ------------------------------------------------------------------------
5003 r14806 | dionoea | 2006-03-18 18:14:54 +0100 (Sat, 18 Mar 2006) | 2 lines
5004 Changed paths:
5005    M /trunk/NEWS
5006
5007 update NEWS
5008
5009 ------------------------------------------------------------------------
5010 r14805 | dionoea | 2006-03-18 18:14:19 +0100 (Sat, 18 Mar 2006) | 2 lines
5011 Changed paths:
5012    M /trunk/share/http/dialogs/footer
5013    M /trunk/share/http/dialogs/mosaic
5014    M /trunk/share/http/dialogs/sout
5015    M /trunk/share/http/js/functions.js
5016    M /trunk/share/http/js/mosaic.js
5017    M /trunk/share/http/mosaic.html
5018    M /trunk/share/http/style.css
5019
5020 Code the mosaic wizard
5021
5022 ------------------------------------------------------------------------
5023 r14804 | zorglub | 2006-03-18 17:22:23 +0100 (Sat, 18 Mar 2006) | 2 lines
5024 Changed paths:
5025    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
5026
5027 Don't abort windows position remembering if small playlist size is invalid at the beginning (Closes:#557)
5028
5029 ------------------------------------------------------------------------
5030 r14803 | xtophe | 2006-03-18 16:52:42 +0100 (Sat, 18 Mar 2006) | 2 lines
5031 Changed paths:
5032    M /trunk/THANKS
5033    M /trunk/modules/access/dshow/dshow.cpp
5034
5035 access/dshow: Add option to configure dshow from command line. Patch by Patrick Horn.
5036
5037 ------------------------------------------------------------------------
5038 r14802 | dionoea | 2006-03-18 16:06:40 +0100 (Sat, 18 Mar 2006) | 2 lines
5039 Changed paths:
5040    A /trunk/share/http/images/white_cross_small.png
5041
5042 ooops
5043
5044 ------------------------------------------------------------------------
5045 r14801 | dionoea | 2006-03-18 16:00:52 +0100 (Sat, 18 Mar 2006) | 2 lines
5046 Changed paths:
5047    M /trunk/share/Makefile.am
5048
5049 One more image
5050
5051 ------------------------------------------------------------------------
5052 r14800 | dionoea | 2006-03-18 15:37:51 +0100 (Sat, 18 Mar 2006) | 2 lines
5053 Changed paths:
5054    M /trunk/share/Makefile.am
5055
5056 Add new http interface images
5057
5058 ------------------------------------------------------------------------
5059 r14799 | xtophe | 2006-03-18 13:49:51 +0100 (Sat, 18 Mar 2006) | 2 lines
5060 Changed paths:
5061    M /trunk/modules/demux/ts.c
5062
5063 Typo
5064
5065 ------------------------------------------------------------------------
5066 r14798 | zorglub | 2006-03-18 13:38:38 +0100 (Sat, 18 Mar 2006) | 2 lines
5067 Changed paths:
5068    M /trunk/modules/visualization/galaktos/init_cond.c
5069    M /trunk/modules/visualization/galaktos/preset.c
5070
5071 %f in galaktos (Closes:#585)
5072
5073 ------------------------------------------------------------------------
5074 r14797 | zorglub | 2006-03-18 12:27:40 +0100 (Sat, 18 Mar 2006) | 2 lines
5075 Changed paths:
5076    M /trunk/THANKS
5077
5078 Thanks
5079
5080 ------------------------------------------------------------------------
5081 r14796 | zorglub | 2006-03-18 12:27:10 +0100 (Sat, 18 Mar 2006) | 7 lines
5082 Changed paths:
5083    M /trunk/modules/codec/ffmpeg/ffmpeg.c
5084    M /trunk/modules/codec/ffmpeg/ffmpeg.h
5085    M /trunk/modules/codec/ffmpeg/video_filter.c
5086    M /trunk/modules/stream_out/transcode.c
5087
5088 Transcode cropping/padding patch by Udo Richter < udo underscore richter at gmx d0t de> (with added round-to-16 fix) . Many thanks for this.
5089
5090 Seems to work neatly, please test nevertheless.
5091
5092 Closes:#448
5093
5094
5095 ------------------------------------------------------------------------
5096 r14795 | zorglub | 2006-03-18 11:30:24 +0100 (Sat, 18 Mar 2006) | 2 lines
5097 Changed paths:
5098    M /trunk/src/misc/vlm.c
5099
5100 Don't use %f in VLM, except for display (Closes:#588)
5101
5102 ------------------------------------------------------------------------
5103 r14794 | zorglub | 2006-03-18 11:20:01 +0100 (Sat, 18 Mar 2006) | 2 lines
5104 Changed paths:
5105    M /trunk/modules/audio_filter/equalizer.c
5106
5107 Don't use %f in equalizer (Closes:#586)
5108
5109 ------------------------------------------------------------------------
5110 r14793 | zorglub | 2006-03-18 11:14:40 +0100 (Sat, 18 Mar 2006) | 2 lines
5111 Changed paths:
5112    M /trunk/modules/control/http/macro.c
5113    M /trunk/modules/control/http/rpn.c
5114
5115 Don't use %f in HTTP interface (Closes:#584)
5116
5117 ------------------------------------------------------------------------
5118 r14792 | courmisch | 2006-03-18 09:51:19 +0100 (Sat, 18 Mar 2006) | 3 lines
5119 Changed paths:
5120    M /trunk/modules/misc/network/ipv4.c
5121
5122 - Avoid using gethostbyname() which is not thread-safe
5123 - Code simplification
5124
5125 ------------------------------------------------------------------------
5126 r14791 | courmisch | 2006-03-18 09:46:59 +0100 (Sat, 18 Mar 2006) | 2 lines
5127 Changed paths:
5128    M /trunk/modules/mux/rtp
5129
5130 svn:ignore
5131
5132 ------------------------------------------------------------------------
5133 r14790 | xtophe | 2006-03-18 03:06:16 +0100 (Sat, 18 Mar 2006) | 2 lines
5134 Changed paths:
5135    M /trunk/modules/demux/asf/asf.c
5136    M /trunk/modules/demux/asf/libasf.c
5137    M /trunk/modules/demux/avi/avi.c
5138    M /trunk/modules/demux/flac.c
5139    M /trunk/modules/demux/m3u.c
5140    M /trunk/modules/demux/mjpeg.c
5141    M /trunk/modules/demux/mp4/mp4.c
5142    M /trunk/modules/demux/nsc.c
5143    M /trunk/modules/demux/playlist/b4s.c
5144    M /trunk/modules/demux/playlist/pls.c
5145    M /trunk/modules/demux/playlist/podcast.c
5146    M /trunk/modules/demux/rawdv.c
5147    M /trunk/modules/demux/sgimb.c
5148    M /trunk/modules/demux/subtitle.c
5149    M /trunk/modules/demux/ts.c
5150    M /trunk/modules/demux/ty.c
5151    M /trunk/modules/demux/vobsub.c
5152    M /trunk/modules/demux/voc.c
5153    M /trunk/modules/demux/wav.c
5154
5155 All: string review (refs: #438)
5156
5157 ------------------------------------------------------------------------
5158 r14789 | dionoea | 2006-03-18 02:22:06 +0100 (Sat, 18 Mar 2006) | 2 lines
5159 Changed paths:
5160    M /trunk/modules/control/http/util.c
5161    M /trunk/share/http/dialogs/playlist
5162    M /trunk/share/http/js/functions.js
5163    M /trunk/share/http/requests/playlist.xml
5164
5165 HTTP interface: Display estimated item time when available.
5166
5167 ------------------------------------------------------------------------
5168 r14788 | dionoea | 2006-03-18 01:51:57 +0100 (Sat, 18 Mar 2006) | 2 lines
5169 Changed paths:
5170    M /trunk/share/http/js/functions.js
5171    M /trunk/share/http/requests/playlist.xml
5172
5173 Http interface: make it possible to delete playlist nodes. Don't delete read only playlist items.
5174
5175 ------------------------------------------------------------------------
5176 r14787 | dionoea | 2006-03-18 01:45:55 +0100 (Sat, 18 Mar 2006) | 2 lines
5177 Changed paths:
5178    M /trunk/modules/control/http/util.c
5179
5180 Export the fact that a playlist item is read only or can be deleted
5181
5182 ------------------------------------------------------------------------
5183 r14786 | dionoea | 2006-03-18 01:29:57 +0100 (Sat, 18 Mar 2006) | 2 lines
5184 Changed paths:
5185    M /trunk/share/http/dialogs/playlist
5186    A /trunk/share/http/images/sd.png
5187    M /trunk/share/http/js/functions.js
5188    M /trunk/share/http/requests/status.xml
5189    M /trunk/share/http/style.css
5190
5191 Add services discovery handling in http interface.
5192
5193 ------------------------------------------------------------------------
5194 r14785 | dionoea | 2006-03-18 01:17:53 +0100 (Sat, 18 Mar 2006) | 3 lines
5195 Changed paths:
5196    M /trunk/modules/control/http/http.h
5197    M /trunk/modules/control/http/macro.c
5198    M /trunk/modules/control/http/mvar.c
5199    M /trunk/modules/control/http/rpn.c
5200
5201 * rpn.c: add "services_discovery_add", "services_discovery_remove" and "services_discovery_is_loaded" rpn functions.
5202 * macro.c, http.h, mvar.c: add new "object" param2 for foreach macro. It gives a list of all objects matching a capability.
5203
5204 ------------------------------------------------------------------------
5205 r14784 | dionoea | 2006-03-18 00:13:47 +0100 (Sat, 18 Mar 2006) | 2 lines
5206 Changed paths:
5207    M /trunk/share/http/dialogs/browse
5208    M /trunk/share/http/dialogs/input
5209    M /trunk/share/http/dialogs/main
5210    M /trunk/share/http/dialogs/playlist
5211    M /trunk/share/http/dialogs/sout
5212    M /trunk/share/http/style.css
5213
5214 Add small "close/hide" buttons on some of the dialogs
5215
5216 ------------------------------------------------------------------------
5217 r14783 | dionoea | 2006-03-18 00:05:41 +0100 (Sat, 18 Mar 2006) | 2 lines
5218 Changed paths:
5219    M /trunk/modules/demux/m3u.c
5220
5221 [14752] improved, by Daniel Stranger.
5222
5223 ------------------------------------------------------------------------
5224 r14782 | jpsaman | 2006-03-17 23:38:47 +0100 (Fri, 17 Mar 2006) | 1 line
5225 Changed paths:
5226    M /trunk/share/http/dialogs/playlist
5227
5228 Revert revision 14781 the sort button was already there.
5229 ------------------------------------------------------------------------
5230 r14781 | jpsaman | 2006-03-17 23:28:15 +0100 (Fri, 17 Mar 2006) | 1 line
5231 Changed paths:
5232    M /trunk/share/http/dialogs/playlist
5233
5234 Apply missing sort button to http interface. This was a part of Laurent Mutricy's patch
5235 ------------------------------------------------------------------------
5236 r14780 | dionoea | 2006-03-17 23:01:13 +0100 (Fri, 17 Mar 2006) | 2 lines
5237 Changed paths:
5238    M /trunk/share/http/dialogs/playlist
5239    A /trunk/share/http/images/white.png
5240    M /trunk/share/http/js/functions.js
5241    M /trunk/share/http/style.css
5242
5243 HTTP interface playlist sort commands based on patch by Laurent Mutricy.
5244
5245 ------------------------------------------------------------------------
5246 r14779 | fkuehne | 2006-03-17 21:07:25 +0100 (Fri, 17 Mar 2006) | 1 line
5247 Changed paths:
5248    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
5249    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
5250    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
5251    M /trunk/modules/gui/macosx/wizard.h
5252    M /trunk/modules/gui/macosx/wizard.m
5253
5254 * don't overwrite existing files
5255 ------------------------------------------------------------------------
5256 r14778 | xtophe | 2006-03-17 18:06:05 +0100 (Fri, 17 Mar 2006) | 2 lines
5257 Changed paths:
5258    M /trunk
5259    M /trunk/extras
5260    M /trunk/src/test
5261
5262 Add a few svn:ignore
5263
5264 ------------------------------------------------------------------------
5265 r14777 | jpsaman | 2006-03-17 15:40:59 +0100 (Fri, 17 Mar 2006) | 1 line
5266 Changed paths:
5267    M /trunk/share/http/old/admin/browse.html
5268    M /trunk/share/http/old/admin/index.html
5269    M /trunk/share/http/old/index.html
5270    M /trunk/share/http/old/info.html
5271    M /trunk/share/http/old/vlm/edit.html
5272    M /trunk/share/http/old/vlm/index.html
5273    M /trunk/share/http/old/vlm/new.html
5274    M /trunk/share/http/old/vlm/show.html
5275
5276 Fix old http interface to not refer to the new http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr>
5277 ------------------------------------------------------------------------
5278 r14776 | jpsaman | 2006-03-17 15:34:06 +0100 (Fri, 17 Mar 2006) | 1 line
5279 Changed paths:
5280    M /trunk/modules/control/http/rpn.c
5281    M /trunk/share/http/js/functions.js
5282    M /trunk/share/http/requests/status.xml
5283
5284 Implement sort functionality on http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr>
5285 ------------------------------------------------------------------------
5286 r14775 | damienf | 2006-03-17 02:08:13 +0100 (Fri, 17 Mar 2006) | 3 lines
5287 Changed paths:
5288    M /trunk/mozilla/Makefile.am
5289    M /trunk/mozilla/npvlc_rc.rc
5290
5291 Makefile.am: fixed linking of mozilla plugin
5292 npvlc_rc.rc: fixed description and suffixes columns
5293
5294 ------------------------------------------------------------------------
5295 r14774 | hartman | 2006-03-16 23:45:11 +0100 (Thu, 16 Mar 2006) | 2 lines
5296 Changed paths:
5297    M /trunk/modules/demux/livedotcom.cpp
5298
5299 * G726 settings for liveMedia refs #601
5300
5301 ------------------------------------------------------------------------
5302 r14773 | xtophe | 2006-03-16 21:19:54 +0100 (Thu, 16 Mar 2006) | 2 lines
5303 Changed paths:
5304    M /trunk/share/http/js/functions.js
5305    M /trunk/share/http/style.css
5306
5307 Reimplement [14768] with a CSS. Patch by Laurent Mutricy.
5308
5309 ------------------------------------------------------------------------
5310 r14772 | dionoea | 2006-03-16 18:59:41 +0100 (Thu, 16 Mar 2006) | 2 lines
5311 Changed paths:
5312    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
5313
5314 hum, forgot to set the default value
5315
5316 ------------------------------------------------------------------------
5317 r14771 | dionoea | 2006-03-16 17:59:41 +0100 (Thu, 16 Mar 2006) | 5 lines
5318 Changed paths:
5319    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
5320    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
5321    M /trunk/modules/gui/skins2/parser/builder.cpp
5322    M /trunk/modules/gui/skins2/parser/builder_data.def
5323    M /trunk/modules/gui/skins2/parser/builder_data.hpp
5324    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
5325    M /trunk/modules/gui/skins2/utils/var_tree.cpp
5326    M /trunk/modules/gui/skins2/utils/var_tree.hpp
5327
5328 Add attribute flat="true/false" to Playtree. When flat is true, only the
5329 leafs will be displayed (like the old style playlist). Once we're sure
5330 that this works fine, we can ditch the old skins2 playlist code.
5331
5332
5333 ------------------------------------------------------------------------
5334 r14770 | titer | 2006-03-16 01:38:46 +0100 (Thu, 16 Mar 2006) | 2 lines
5335 Changed paths:
5336    M /trunk/configure.ac
5337
5338 Workarounds a BeOS segfaulting weirdness
5339
5340 ------------------------------------------------------------------------
5341 r14769 | dionoea | 2006-03-15 20:44:02 +0100 (Wed, 15 Mar 2006) | 2 lines
5342 Changed paths:
5343    M /trunk/share/http/dialogs/footer
5344
5345 change "videolan.org" to "VideoLAN website"
5346
5347 ------------------------------------------------------------------------
5348 r14768 | dionoea | 2006-03-15 20:33:10 +0100 (Wed, 15 Mar 2006) | 2 lines
5349 Changed paths:
5350    M /trunk/share/http/js/functions.js
5351    M /trunk/share/http/requests/status.xml
5352
5353 "[PATCH] http interface : fix the shuffle/loop/repeat buttons" by Laurent Mutricy
5354
5355 ------------------------------------------------------------------------
5356 r14767 | dionoea | 2006-03-15 14:23:31 +0100 (Wed, 15 Mar 2006) | 2 lines
5357 Changed paths:
5358    M /trunk/share/http/js/functions.js
5359
5360 Fix browsing when file/folder name is using a quote (').
5361
5362 ------------------------------------------------------------------------
5363 r14766 | dionoea | 2006-03-15 14:01:36 +0100 (Wed, 15 Mar 2006) | 2 lines
5364 Changed paths:
5365    M /trunk/THANKS
5366    M /trunk/share/http/js/functions.js
5367    M /trunk/share/http/requests/status.xml
5368
5369 "[PATCH] http interface workaround to make the play/pause button work well" by Laurent Mutricy.
5370
5371 ------------------------------------------------------------------------
5372 r14765 | hartman | 2006-03-15 02:12:30 +0100 (Wed, 15 Mar 2006) | 2 lines
5373 Changed paths:
5374    M /trunk/modules/demux/livedotcom.cpp
5375
5376 * Ahum.. compile before you commit...
5377
5378 ------------------------------------------------------------------------
5379 r14764 | hartman | 2006-03-15 02:07:29 +0100 (Wed, 15 Mar 2006) | 5 lines
5380 Changed paths:
5381    M /trunk/modules/demux/livedotcom.cpp
5382
5383 * Completly untested G726 support for liveMedia. refs #601
5384   If anyone has access to such a stream, please test this. The AXIS 241QA has this for instance.
5385
5386   See also: http://forum.videolan.org/viewtopic.php?t=18287&start=0&postdays=0&postorder=asc&highlight=g726
5387
5388 ------------------------------------------------------------------------
5389 r14763 | hartman | 2006-03-15 01:40:18 +0100 (Wed, 15 Mar 2006) | 2 lines
5390 Changed paths:
5391    M /trunk/src/misc/charset.c
5392
5393 * Fix src/misc/charset on platforms without setlocale. In that case we pass NULL to FindFallbackEncoding
5394
5395 ------------------------------------------------------------------------
5396 r14762 | xtophe | 2006-03-14 23:40:33 +0100 (Tue, 14 Mar 2006) | 4 lines
5397 Changed paths:
5398    M /trunk/configure.ac
5399    A /trunk/modules/mux/rtp/Modules.am
5400    M /trunk/po/POTFILES.in
5401    M /trunk/po/ca.po
5402    M /trunk/po/da.po
5403    M /trunk/po/de.po
5404    M /trunk/po/en_GB.po
5405    M /trunk/po/es.po
5406    M /trunk/po/fr.po
5407    M /trunk/po/it.po
5408    M /trunk/po/ja.po
5409    M /trunk/po/ka.po
5410    M /trunk/po/ko.po
5411    M /trunk/po/nl.po
5412    M /trunk/po/oc.po
5413    M /trunk/po/pt_BR.po
5414    M /trunk/po/ro.po
5415    M /trunk/po/ru.po
5416    M /trunk/po/sv.po
5417    M /trunk/po/tr.po
5418    M /trunk/po/vlc.pot
5419    M /trunk/po/zh_CN.po
5420    M /trunk/po/zh_TW.po
5421
5422 ALL: Fix make distcheck
5423         - add a modules.am for mux/rtp It is just there to please autotools nothing is built by default
5424         - update-po
5425
5426 ------------------------------------------------------------------------
5427 r14761 | hartman | 2006-03-14 22:59:02 +0100 (Tue, 14 Mar 2006) | 2 lines
5428 Changed paths:
5429    M /trunk/modules/stream_out/rtp.c
5430
5431 * We are not gonna start naming options to RFCs. Let's just call it LATM, even though it's technically not correct.
5432
5433 ------------------------------------------------------------------------
5434 r14760 | xtophe | 2006-03-14 22:52:53 +0100 (Tue, 14 Mar 2006) | 3 lines
5435 Changed paths:
5436    M /trunk/extras/contrib
5437    M /trunk/extras/contrib/Makefile
5438    M /trunk/extras/contrib/src
5439
5440 contrib/Makefile: fix the rights on the bin directory
5441 some more svn:ignore
5442
5443 ------------------------------------------------------------------------
5444 r14759 | courmisch | 2006-03-14 22:46:18 +0100 (Tue, 14 Mar 2006) | 3 lines
5445 Changed paths:
5446    M /trunk/modules/stream_out/rtp.c
5447
5448 Whoops. Disable by default for now.
5449 Maybe the option name could be made better.
5450
5451 ------------------------------------------------------------------------
5452 r14758 | courmisch | 2006-03-14 22:42:07 +0100 (Tue, 14 Mar 2006) | 5 lines
5453 Changed paths:
5454    M /trunk/THANKS
5455    M /trunk/modules/stream_out/rtp.c
5456
5457 Apply RFC3016 RTP packetizer patch from Alex Antropoff
5458
5459 The new format is disabled by default,
5460 so we have little risks of regression.
5461
5462 ------------------------------------------------------------------------
5463 r14757 | dionoea | 2006-03-14 15:38:45 +0100 (Tue, 14 Mar 2006) | 2 lines
5464 Changed paths:
5465    M /trunk/modules/video_filter/mosaic.c
5466
5467 Fix unsigned int vs int compilation warning.
5468
5469 ------------------------------------------------------------------------
5470 r14756 | dionoea | 2006-03-14 15:19:37 +0100 (Tue, 14 Mar 2006) | 12 lines
5471 Changed paths:
5472    M /trunk/modules/video_filter/mosaic.c
5473
5474 Fix sub picture region x and y offset values when using
5475 --mosaic-keep-picture with a picture that is bigger than on of the
5476 mosaic's small rectangles.
5477
5478 This allows creation of mosaics like :
5479 AAAAAABBB
5480 A    ABBB
5481 A    ACCC
5482 AAAAAACCC
5483 (where A, B and C are 3 sub streams)
5484
5485
5486 ------------------------------------------------------------------------
5487 r14755 | dionoea | 2006-03-14 14:08:48 +0100 (Tue, 14 Mar 2006) | 7 lines
5488 Changed paths:
5489    M /trunk/src/misc/block.c
5490
5491 Looks like we didn't malloc the right size. (If this was some dirty
5492 hack, please revert my commit and add a comment explaining why it's
5493 needed because)
5494
5495 Thanks to http://forum.videolan.org/viewtopic.php?t=18285 for noticing.
5496
5497
5498 ------------------------------------------------------------------------
5499 r14754 | xtophe | 2006-03-14 11:01:39 +0100 (Tue, 14 Mar 2006) | 2 lines
5500 Changed paths:
5501    M /trunk/debian/patches/20_no-wx-updates.dpatch
5502
5503 debian/patches: Fix the debian package creation
5504
5505 ------------------------------------------------------------------------
5506 r14753 | dionoea | 2006-03-13 23:43:25 +0100 (Mon, 13 Mar 2006) | 2 lines
5507 Changed paths:
5508    M /trunk/share/http/js/functions.js
5509    M /trunk/share/http/requests/browse.xml
5510
5511 Fix browsing directories containing the '&' character
5512
5513 ------------------------------------------------------------------------
5514 r14752 | dionoea | 2006-03-13 22:51:36 +0100 (Mon, 13 Mar 2006) | 4 lines
5515 Changed paths:
5516    M /trunk/modules/demux/m3u.c
5517
5518 Fix playing stuff like http://213.205.97.105:80/tf1jt/jt20d11032006.asf
5519 which works using mmst but not mmsh (VLC only tried mmsh previously).
5520
5521
5522 ------------------------------------------------------------------------
5523 r14751 | xtophe | 2006-03-13 17:45:00 +0100 (Mon, 13 Mar 2006) | 2 lines
5524 Changed paths:
5525    M /trunk/extras/contrib/src/packages.mak
5526
5527 Contrib: use libshout 2.2. It should solve the .pc probem ( missing theora depedancies)
5528
5529 ------------------------------------------------------------------------
5530 r14750 | courmisch | 2006-03-13 11:56:56 +0100 (Mon, 13 Mar 2006) | 2 lines
5531 Changed paths:
5532    M /trunk/src/misc/charset.c
5533
5534 Change Russian charset selection
5535
5536 ------------------------------------------------------------------------
5537 r14749 | courmisch | 2006-03-13 11:52:32 +0100 (Mon, 13 Mar 2006) | 2 lines
5538 Changed paths:
5539    M /trunk/src/misc/charset.c
5540
5541 Candidate language to likely non-UTF8 code page functions
5542
5543 ------------------------------------------------------------------------
5544 r14748 | zorglub | 2006-03-13 08:12:18 +0100 (Mon, 13 Mar 2006) | 4 lines
5545 Changed paths:
5546    M /trunk/modules/gui/wxwidgets/interface.cpp
5547    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
5548
5549 Add a tristate for WX playlist mode (normal/embedded/both).
5550
5551 For the moment, defaults to normal. (Closes:#494)
5552
5553 ------------------------------------------------------------------------
5554 r14747 | hartman | 2006-03-13 01:54:40 +0100 (Mon, 13 Mar 2006) | 2 lines
5555 Changed paths:
5556    M /trunk/extras/contrib/src/Makefile
5557    D /trunk/extras/contrib/src/Patches/x264_svn.patch
5558
5559 * Fix x264 compilation on Darwin
5560
5561 ------------------------------------------------------------------------
5562 r14746 | courmisch | 2006-03-12 23:52:25 +0100 (Sun, 12 Mar 2006) | 5 lines
5563 Changed paths:
5564    M /trunk/include/charset.h
5565    M /trunk/include/vlc_symbols.h
5566    M /trunk/src/misc/unicode.c
5567
5568 * Use uint32_t instead of wchar_t to represent UTF32 characters, given wchar_t is not 32-bits on all platforms
5569 * Cosmetic fixes
5570 * Check for invalid UTF-32 sequence
5571 * Accept all non-printable characters within UTF-8 strings (EnsureUTF8's job is to ensure valid UTF8 sequence, not to ensure printable characters)
5572
5573 ------------------------------------------------------------------------
5574 r14745 | xtophe | 2006-03-12 23:46:34 +0100 (Sun, 12 Mar 2006) | 2 lines
5575 Changed paths:
5576    M /trunk/extras/contrib/src/Makefile
5577
5578 Missing in the previous commit + don't extract gecko-sdk each time
5579
5580 ------------------------------------------------------------------------
5581 r14744 | xtophe | 2006-03-12 22:59:12 +0100 (Sun, 12 Mar 2006) | 2 lines
5582 Changed paths:
5583    M /trunk/extras/contrib/src/Makefile
5584    M /trunk/extras/contrib/src/Patches/libshout-win32.patch
5585
5586 shout: Other approach.
5587
5588 ------------------------------------------------------------------------
5589 r14743 | zorglub | 2006-03-12 22:42:19 +0100 (Sun, 12 Mar 2006) | 4 lines
5590 Changed paths:
5591    A /trunk/test/mangle
5592    A /trunk/test/mangle/VLCUtil.py
5593    A /trunk/test/mangle/mangle.py
5594
5595 File mangler 
5596
5597 This can be used to detect crashes due to bad streams (see the end of the program for the files which are tested)
5598
5599 ------------------------------------------------------------------------
5600 r14742 | xtophe | 2006-03-12 22:22:34 +0100 (Sun, 12 Mar 2006) | 2 lines
5601 Changed paths:
5602    M /trunk/extras/contrib/src/Makefile
5603    A /trunk/extras/contrib/src/Patches/libshout-win32.patch
5604
5605 Add libshout on win32
5606
5607 ------------------------------------------------------------------------
5608 r14741 | xtophe | 2006-03-12 18:30:46 +0100 (Sun, 12 Mar 2006) | 2 lines
5609 Changed paths:
5610    M /trunk/po/POTFILES.in
5611    M /trunk/po/ca.po
5612    M /trunk/po/da.po
5613    M /trunk/po/de.po
5614    M /trunk/po/en_GB.po
5615    M /trunk/po/es.po
5616    M /trunk/po/fr.po
5617    M /trunk/po/it.po
5618    M /trunk/po/ja.po
5619    M /trunk/po/ka.po
5620    M /trunk/po/ko.po
5621    M /trunk/po/nl.po
5622    M /trunk/po/oc.po
5623    M /trunk/po/pt_BR.po
5624    M /trunk/po/ro.po
5625    M /trunk/po/ru.po
5626    M /trunk/po/sv.po
5627    M /trunk/po/tr.po
5628    M /trunk/po/vlc.pot
5629    M /trunk/po/zh_CN.po
5630    M /trunk/po/zh_TW.po
5631
5632 po/*: Mea Culpa. make update-po should be run on a clean tree
5633
5634 ------------------------------------------------------------------------
5635 r14740 | zorglub | 2006-03-12 16:06:39 +0100 (Sun, 12 Mar 2006) | 2 lines
5636 Changed paths:
5637    M /trunk/m4
5638
5639 Fix svn:ignore
5640
5641 ------------------------------------------------------------------------
5642 r14739 | zorglub | 2006-03-12 15:24:54 +0100 (Sun, 12 Mar 2006) | 2 lines
5643 Changed paths:
5644    M /trunk/modules/demux/nsv.c
5645
5646 Remove buggy debug
5647
5648 ------------------------------------------------------------------------
5649 r14738 | courmisch | 2006-03-12 13:44:06 +0100 (Sun, 12 Mar 2006) | 2 lines
5650 Changed paths:
5651    M /trunk/include/vlc_common.h
5652    M /trunk/src/extras/libc.c
5653
5654 Always link libintl through libvlc on Win32
5655
5656 ------------------------------------------------------------------------
5657 r14737 | courmisch | 2006-03-12 11:41:31 +0100 (Sun, 12 Mar 2006) | 2 lines
5658 Changed paths:
5659    M /trunk/include/vlc_common.h
5660    M /trunk/modules/control/http/http.c
5661    M /trunk/modules/gui/wince/interface.cpp
5662    M /trunk/modules/gui/wxwidgets/interface.cpp
5663
5664 Propagate changes from previous commit
5665
5666 ------------------------------------------------------------------------
5667 r14736 | courmisch | 2006-03-12 10:52:42 +0100 (Sun, 12 Mar 2006) | 3 lines
5668 Changed paths:
5669    M /trunk/src/Makefile.am
5670    M /trunk/src/libvlc.c
5671
5672  * Revert my [14546] that doesn't work
5673  * Remove changeset thing from shared libvlc versioning until someone cares to implement it properly within the build system
5674
5675 ------------------------------------------------------------------------
5676 r14735 | jpsaman | 2006-03-12 10:27:48 +0100 (Sun, 12 Mar 2006) | 1 line
5677 Changed paths:
5678    M /trunk/src/control/vlm.c
5679
5680 Fix compiler warning: Add missing include
5681 ------------------------------------------------------------------------
5682 r14734 | zorglub | 2006-03-12 10:12:38 +0100 (Sun, 12 Mar 2006) | 2 lines
5683 Changed paths:
5684    M /trunk/modules/gui/wxwidgets/interface.cpp
5685
5686 Disable update checker in Win32 until it's fixed
5687
5688 ------------------------------------------------------------------------
5689 r14733 | zorglub | 2006-03-12 10:11:49 +0100 (Sun, 12 Mar 2006) | 2 lines
5690 Changed paths:
5691    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
5692    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
5693
5694 Revert [14732]
5695
5696 ------------------------------------------------------------------------
5697 r14732 | zorglub | 2006-03-12 10:08:18 +0100 (Sun, 12 Mar 2006) | 2 lines
5698 Changed paths:
5699    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
5700    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
5701
5702 Might fix a bit update layout in win32
5703
5704 ------------------------------------------------------------------------
5705 r14731 | dionoea | 2006-03-12 00:30:07 +0100 (Sun, 12 Mar 2006) | 2 lines
5706 Changed paths:
5707    M /trunk/NEWS
5708
5709 fix bluescreen description
5710
5711 ------------------------------------------------------------------------
5712 r14730 | fkuehne | 2006-03-12 00:29:09 +0100 (Sun, 12 Mar 2006) | 1 line
5713 Changed paths:
5714    M /trunk/Makefile.am
5715
5716 * fix make dist for OSX
5717 ------------------------------------------------------------------------
5718 r14729 | dionoea | 2006-03-12 00:23:32 +0100 (Sun, 12 Mar 2006) | 2 lines
5719 Changed paths:
5720    M /trunk/NEWS
5721
5722 add note about XSPF not being in 0.8.5-test1
5723
5724 ------------------------------------------------------------------------
5725 r14728 | dionoea | 2006-03-12 00:21:44 +0100 (Sun, 12 Mar 2006) | 2 lines
5726 Changed paths:
5727    M /trunk/NEWS
5728    M /trunk/THANKS
5729
5730 Thanks and news (see previous commit)
5731
5732 ------------------------------------------------------------------------
5733 r14727 | dionoea | 2006-03-12 00:19:59 +0100 (Sun, 12 Mar 2006) | 11 lines
5734 Changed paths:
5735    A /trunk/include/vlc_strings.h
5736    M /trunk/include/vlc_symbols.h
5737    M /trunk/modules/access/http.c
5738    M /trunk/modules/control/http/rpn.c
5739    M /trunk/modules/control/http/util.c
5740    M /trunk/modules/demux/playlist/Modules.am
5741    M /trunk/modules/demux/playlist/playlist.c
5742    M /trunk/modules/demux/playlist/playlist.h
5743    A /trunk/modules/demux/playlist/xspf.c
5744    A /trunk/modules/demux/playlist/xspf.h
5745    M /trunk/modules/gui/skins2/src/dialogs.cpp
5746    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
5747    M /trunk/modules/misc/playlist/Modules.am
5748    M /trunk/modules/misc/playlist/export.c
5749    A /trunk/modules/misc/playlist/xspf.c
5750    A /trunk/modules/misc/playlist/xspf.h
5751    M /trunk/modules/services_discovery/upnp_intel.cpp
5752    M /trunk/src/Makefile.am
5753    M /trunk/src/misc/modules.c
5754    A /trunk/src/misc/strings.c
5755    M /trunk/src/playlist/loadsave.c
5756
5757 src/playlist/loadsave.c, modules/demux/playlist/*, modules/gui/*,
5758 modules/misc/playlist/*, modules/access/http.c: XSPF playlist support
5759 (read and write) by Daniel Stranger. Many thanks
5760
5761 src/misc/modules.c, src/misc/strings.c, include/vlc_strings.h: string
5762 handling functions.
5763
5764 modules/control/http/*, modules/services_discovery/upnp_intel.cpp: use
5765 these string handling functions.
5766
5767
5768 ------------------------------------------------------------------------
5769 r14726 | xtophe | 2006-03-11 23:40:56 +0100 (Sat, 11 Mar 2006) | 3 lines
5770 Changed paths:
5771    M /trunk/po/POTFILES.in
5772    M /trunk/po/ca.po
5773    M /trunk/po/da.po
5774    M /trunk/po/de.po
5775    M /trunk/po/en_GB.po
5776    M /trunk/po/es.po
5777    M /trunk/po/fr.po
5778    M /trunk/po/it.po
5779    M /trunk/po/ja.po
5780    M /trunk/po/ka.po
5781    M /trunk/po/ko.po
5782    M /trunk/po/nl.po
5783    M /trunk/po/oc.po
5784    M /trunk/po/pt_BR.po
5785    M /trunk/po/ro.po
5786    M /trunk/po/ru.po
5787    M /trunk/po/sv.po
5788    M /trunk/po/tr.po
5789    M /trunk/po/vlc.pot
5790    M /trunk/po/zh_CN.po
5791    M /trunk/po/zh_TW.po
5792
5793 ka.po: new update by Alexander Dibebulize.
5794 All: Run make update-po
5795
5796 ------------------------------------------------------------------------
5797 r14725 | dionoea | 2006-03-11 22:19:12 +0100 (Sat, 11 Mar 2006) | 2 lines
5798 Changed paths:
5799    M /trunk/src/playlist/item-ext.c
5800
5801 Check that destination node is really a node.
5802
5803 ------------------------------------------------------------------------
5804 r14724 | courmisch | 2006-03-11 20:35:22 +0100 (Sat, 11 Mar 2006) | 3 lines
5805 Changed paths:
5806    M /trunk/modules/codec/subsdec.c
5807
5808  * Use run-time detection of UTF-8 as current charset instead of hard-coding to be if and only if Mac OS X
5809  * Use CP1252 as a fallback instead of ISO-8859-1 (as far as printable characters are concerned, the first is a superset of the second, and it is the most commonly used charset in the west to date)
5810
5811 ------------------------------------------------------------------------
5812 r14723 | courmisch | 2006-03-11 20:25:33 +0100 (Sat, 11 Mar 2006) | 3 lines
5813 Changed paths:
5814    M /trunk/modules/codec/subsdec.c
5815
5816 - Fix memleak when not using Mac OS
5817 - Error handling clean up
5818
5819 ------------------------------------------------------------------------
5820 r14722 | zorglub | 2006-03-11 20:23:58 +0100 (Sat, 11 Mar 2006) | 2 lines
5821 Changed paths:
5822    M /trunk/modules/misc/logger.c
5823
5824 Don't use %f in RRD output (Closes:#582)
5825
5826 ------------------------------------------------------------------------
5827 r14721 | zorglub | 2006-03-11 19:34:39 +0100 (Sat, 11 Mar 2006) | 3 lines
5828 Changed paths:
5829    M /trunk/po/fr.po
5830
5831 A number of fixes spotted by S?\195?\169bastien Raud < s d0t raud att yahoo d0t fr >
5832 Thanks.
5833
5834 ------------------------------------------------------------------------
5835 r14720 | zorglub | 2006-03-11 19:18:14 +0100 (Sat, 11 Mar 2006) | 7 lines
5836 Changed paths:
5837    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
5838
5839 Work around what looks like a ...
5840 ...
5841 WX bug !
5842 (OnActivateItem not working with enter key on Win32)
5843
5844 (Closes:#348) 
5845
5846 ------------------------------------------------------------------------
5847 r14719 | zorglub | 2006-03-11 18:35:55 +0100 (Sat, 11 Mar 2006) | 2 lines
5848 Changed paths:
5849    M /trunk/modules/demux/avi/avi.c
5850    M /trunk/modules/demux/demuxdump.c
5851    M /trunk/modules/demux/mjpeg.c
5852    M /trunk/modules/demux/mod.c
5853    M /trunk/modules/demux/mpc.c
5854    M /trunk/modules/demux/mpeg/h264.c
5855    M /trunk/modules/demux/mpeg/mpga.c
5856    M /trunk/modules/demux/nsv.c
5857    M /trunk/modules/demux/ogg.c
5858    M /trunk/modules/demux/playlist/playlist.c
5859    M /trunk/modules/demux/ps.c
5860    M /trunk/modules/demux/rawdv.c
5861    M /trunk/modules/demux/sgimb.c
5862    M /trunk/modules/demux/subtitle.c
5863    M /trunk/modules/demux/util/id3tag.c
5864    M /trunk/modules/demux/vobsub.c
5865
5866 Strings (Refs:#438)
5867
5868 ------------------------------------------------------------------------
5869 r14718 | fkuehne | 2006-03-11 18:19:37 +0100 (Sat, 11 Mar 2006) | 1 line
5870 Changed paths:
5871    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5872
5873 * updated the copyright-string
5874 ------------------------------------------------------------------------
5875 r14717 | zorglub | 2006-03-11 14:41:49 +0100 (Sat, 11 Mar 2006) | 3 lines
5876 Changed paths:
5877    M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
5878    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
5879
5880 Change some button orders
5881 Hide the "OK" button in the preferences (keep "Save")
5882
5883 ------------------------------------------------------------------------
5884 r14716 | zorglub | 2006-03-11 14:03:04 +0100 (Sat, 11 Mar 2006) | 5 lines
5885 Changed paths:
5886    M /trunk/modules/mux/mpeg/pes.c
5887
5888 Fix crash in TS muxer. Patch by Alex Antropoff.
5889 Thanks.
5890
5891 Closes: #552
5892
5893 ------------------------------------------------------------------------
5894 r14715 | xtophe | 2006-03-11 02:29:05 +0100 (Sat, 11 Mar 2006) | 2 lines
5895 Changed paths:
5896    M /trunk/modules/codec/flac.c
5897
5898 codec/flac.c: fix preparse with flac
5899
5900 ------------------------------------------------------------------------
5901 r14714 | courmisch | 2006-03-11 00:19:18 +0100 (Sat, 11 Mar 2006) | 2 lines
5902 Changed paths:
5903    M /trunk/modules/access/ftp.c
5904
5905 Tell user we disabled EPSV mode _before_ reconnecting so (s)he doesn't get confused
5906
5907 ------------------------------------------------------------------------
5908 r14713 | courmisch | 2006-03-10 19:21:34 +0100 (Fri, 10 Mar 2006) | 2 lines
5909 Changed paths:
5910    M /trunk/src/Makefile.am
5911
5912 Fix typo
5913
5914 ------------------------------------------------------------------------
5915 r14712 | courmisch | 2006-03-10 19:10:45 +0100 (Fri, 10 Mar 2006) | 2 lines
5916 Changed paths:
5917    M /trunk/Makefile.am
5918    M /trunk/src/Makefile.am
5919
5920 Test distcheck with libtool when using libtool so I can test
5921
5922 ------------------------------------------------------------------------
5923 r14711 | courmisch | 2006-03-10 18:57:31 +0100 (Fri, 10 Mar 2006) | 2 lines
5924 Changed paths:
5925    M /trunk/configure.ac
5926    M /trunk/include/vlc_common.h
5927    M /trunk/src/extras/libc.c
5928
5929 Remove broken lldiv check and only use lldiv replacement on BeOS
5930
5931 ------------------------------------------------------------------------
5932 r14710 | courmisch | 2006-03-10 18:48:57 +0100 (Fri, 10 Mar 2006) | 2 lines
5933 Changed paths:
5934    M /trunk/po/POTFILES.in
5935
5936 Remove non-existant files
5937
5938 ------------------------------------------------------------------------
5939 r14709 | courmisch | 2006-03-10 18:35:28 +0100 (Fri, 10 Mar 2006) | 2 lines
5940 Changed paths:
5941    M /trunk/po/POTFILES.in
5942    M /trunk/po/ca.po
5943    M /trunk/po/da.po
5944    M /trunk/po/de.po
5945    M /trunk/po/en_GB.po
5946    M /trunk/po/es.po
5947    M /trunk/po/fr.po
5948    M /trunk/po/it.po
5949    M /trunk/po/ja.po
5950    M /trunk/po/ka.po
5951    M /trunk/po/ko.po
5952    M /trunk/po/nl.po
5953    M /trunk/po/oc.po
5954    M /trunk/po/pt_BR.po
5955    M /trunk/po/ro.po
5956    M /trunk/po/ru.po
5957    M /trunk/po/sv.po
5958    M /trunk/po/tr.po
5959    M /trunk/po/vlc.pot
5960    M /trunk/po/zh_CN.po
5961    M /trunk/po/zh_TW.po
5962
5963 Update file names
5964
5965 ------------------------------------------------------------------------
5966 r14708 | courmisch | 2006-03-10 18:31:15 +0100 (Fri, 10 Mar 2006) | 2 lines
5967 Changed paths:
5968    M /trunk/src/Makefile.am
5969    A /trunk/src/network/error.c (from /trunk/src/network/net_error.c:14707)
5970    D /trunk/src/network/net_error.c
5971
5972 Use better name for newly introduced file
5973
5974 ------------------------------------------------------------------------
5975 r14707 | courmisch | 2006-03-10 18:30:32 +0100 (Fri, 10 Mar 2006) | 2 lines
5976 Changed paths:
5977    M /trunk/Makefile.am
5978    A /trunk/src/vlc.c (from /trunk/src/vlc.c:14500)
5979    D /trunk/vlc.c
5980
5981 Same as previous commit - for VLC
5982
5983 ------------------------------------------------------------------------
5984 r14706 | courmisch | 2006-03-10 18:21:33 +0100 (Fri, 10 Mar 2006) | 3 lines
5985 Changed paths:
5986    M /trunk/src/Makefile.am
5987    D /trunk/src/audio_output/ainput.c
5988    A /trunk/src/audio_output/input.c (from /trunk/src/audio_output/ainput.c:14690)
5989    A /trunk/src/control/audio.c (from /trunk/src/control/libvlc_audio.c:14705)
5990    A /trunk/src/control/core.c (from /trunk/src/control/libvlc_core.c:14705)
5991    A /trunk/src/control/input.c (from /trunk/src/control/libvlc_input.c:14705)
5992    D /trunk/src/control/libvlc_audio.c
5993    D /trunk/src/control/libvlc_core.c
5994    D /trunk/src/control/libvlc_input.c
5995    D /trunk/src/control/libvlc_playlist.c
5996    D /trunk/src/control/libvlc_video.c
5997    D /trunk/src/control/libvlc_vlm.c
5998    A /trunk/src/control/playlist.c (from /trunk/src/control/libvlc_playlist.c:14705)
5999    A /trunk/src/control/video.c (from /trunk/src/control/libvlc_video.c:14705)
6000    A /trunk/src/control/vlm.c (from /trunk/src/control/libvlc_vlm.c:14705)
6001
6002 Fix and restore nice file names
6003 Shame on me
6004
6005 ------------------------------------------------------------------------
6006 r14705 | xtophe | 2006-03-10 15:03:58 +0100 (Fri, 10 Mar 2006) | 2 lines
6007 Changed paths:
6008    M /trunk/Makefile.am
6009
6010 Makefile.am: Add the syntax files, valgrinds false positive suppressions, make nicificator to the tarball
6011
6012 ------------------------------------------------------------------------
6013 r14704 | dionoea | 2006-03-10 13:44:17 +0100 (Fri, 10 Mar 2006) | 2 lines
6014 Changed paths:
6015    M /trunk/po/POTFILES.in
6016    M /trunk/po/ca.po
6017    M /trunk/po/da.po
6018    M /trunk/po/de.po
6019    M /trunk/po/en_GB.po
6020    M /trunk/po/es.po
6021    M /trunk/po/fr.po
6022    M /trunk/po/it.po
6023    M /trunk/po/ja.po
6024    M /trunk/po/ka.po
6025    M /trunk/po/ko.po
6026    M /trunk/po/nl.po
6027    M /trunk/po/oc.po
6028    M /trunk/po/pt_BR.po
6029    M /trunk/po/ro.po
6030    M /trunk/po/ru.po
6031    M /trunk/po/sv.po
6032    M /trunk/po/tr.po
6033    M /trunk/po/vlc.pot
6034    M /trunk/po/zh_CN.po
6035    M /trunk/po/zh_TW.po
6036
6037 run make update-po
6038
6039 ------------------------------------------------------------------------
6040 r14703 | courmisch | 2006-03-10 10:31:17 +0100 (Fri, 10 Mar 2006) | 2 lines
6041 Changed paths:
6042    M /trunk/src/network/tcp.c
6043
6044 Clean up ListenTCP error handling (refs #320)
6045
6046 ------------------------------------------------------------------------
6047 r14702 | courmisch | 2006-03-10 10:28:45 +0100 (Fri, 10 Mar 2006) | 3 lines
6048 Changed paths:
6049    M /trunk/include/vlc_symbols.h
6050
6051 Someone forgot to add an exported symbol
6052 (p_symbols and vlc_symbols.h sucks time, heh? - use shared libvlc/libtool)
6053
6054 ------------------------------------------------------------------------
6055 r14701 | zorglub | 2006-03-10 08:20:41 +0100 (Fri, 10 Mar 2006) | 2 lines
6056 Changed paths:
6057    A /trunk/ChangeLog
6058
6059 Forgot this
6060
6061 ------------------------------------------------------------------------
6062 r14700 | zorglub | 2006-03-10 08:17:31 +0100 (Fri, 10 Mar 2006) | 2 lines
6063 Changed paths:
6064    D /trunk/ChangeLog
6065    M /trunk/configure.ac
6066    A /trunk/doc/ChangeLog-2005 (from /trunk/ChangeLog:14699)
6067    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
6068    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
6069
6070 Test1
6071
6072 ------------------------------------------------------------------------
6073 r14699 | courmisch | 2006-03-09 23:57:30 +0100 (Thu, 09 Mar 2006) | 3 lines
6074 Changed paths:
6075    M /trunk/src/network/tcp.c
6076
6077 - Clean up error message generation with TCP outgoing connections
6078 - Fix memleak in case of connection failure
6079
6080 ------------------------------------------------------------------------
6081 r14698 | courmisch | 2006-03-09 23:56:37 +0100 (Thu, 09 Mar 2006) | 2 lines
6082 Changed paths:
6083    M /trunk/include/network.h
6084    M /trunk/src/Makefile.am
6085    A /trunk/src/network/net_error.c
6086
6087 Common socket error handling
6088
6089 ------------------------------------------------------------------------
6090 r14697 | courmisch | 2006-03-09 23:43:01 +0100 (Thu, 09 Mar 2006) | 2 lines
6091 Changed paths:
6092    M /trunk/src/Makefile.am
6093
6094 Fix make core on Win32 with shared libvlc
6095
6096 ------------------------------------------------------------------------
6097 r14696 | xtophe | 2006-03-09 21:05:53 +0100 (Thu, 09 Mar 2006) | 2 lines
6098 Changed paths:
6099    M /trunk/src/libvlc.h
6100
6101 libvlc.h: preferences tweaking
6102
6103 ------------------------------------------------------------------------
6104 r14695 | xtophe | 2006-03-09 20:55:40 +0100 (Thu, 09 Mar 2006) | 2 lines
6105 Changed paths:
6106    M /trunk/modules/misc/logger.c
6107    M /trunk/src/libvlc.h
6108
6109 all: move the logger option from video to interface and advanced
6110
6111 ------------------------------------------------------------------------
6112 r14694 | hartman | 2006-03-09 16:57:48 +0100 (Thu, 09 Mar 2006) | 2 lines
6113 Changed paths:
6114    M /trunk/modules/gui/macosx/vout.m
6115
6116 * Use the proper parent object to do var_Get macosx-black on. Fixes the issue where we failed to mutex_lock.
6117
6118 ------------------------------------------------------------------------
6119 r14693 | hartman | 2006-03-09 16:55:13 +0100 (Thu, 09 Mar 2006) | 2 lines
6120 Changed paths:
6121    M /trunk/src/misc/messages.c
6122
6123 * Don't crash if we want to msg_Dbg on an object that doesn't exist.
6124
6125 ------------------------------------------------------------------------
6126 r14692 | courmisch | 2006-03-09 14:28:48 +0100 (Thu, 09 Mar 2006) | 2 lines
6127 Changed paths:
6128    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
6129
6130 Use the fine stack as we can
6131
6132 ------------------------------------------------------------------------
6133 r14691 | courmisch | 2006-03-09 14:08:46 +0100 (Thu, 09 Mar 2006) | 15 lines
6134 Changed paths:
6135    M /trunk/src/misc/configuration.c
6136
6137 As a work-around, accept both decimal separators when...
6138 deserializing floats from configuration (fixes #589)
6139
6140 I know this is NOT the ?\226?\128?\156right?\226?\128?\157 way to fix this.
6141 The ?\226?\128?\156right?\226?\128?\157 way would be to remove floats from the configuration...
6142 but there are approximately one float parameter in the core and 46 ones
6143 in our current plugins set, none of which I use myself. So I am
6144 defintely not going to rewrite all^H^H^Hany of them.
6145
6146 Of course, it would be cleaner to be ?\226?\128?\156strict?\226?\128?\157  in what we write to
6147 the configuration file, than ?\226?\128?\156liberal?\226?\128?\157 in what we accept... but IMHO,
6148 it is way easier and more robust to be liberal in what we accept in
6149 this particular case (ie. accepting both decimal separators is trivial,
6150 while serializing float numbers manually is complex).
6151
6152 ------------------------------------------------------------------------
6153 r14690 | courmisch | 2006-03-09 11:56:53 +0100 (Thu, 09 Mar 2006) | 3 lines
6154 Changed paths:
6155    M /trunk/modules/misc/rtsp.c
6156
6157 Revert [14683]
6158 You can definitely declare variable at the beginning of a nested block with gcc 2.95
6159
6160 ------------------------------------------------------------------------
6161 r14689 | fkuehne | 2006-03-09 11:04:01 +0100 (Thu, 09 Mar 2006) | 2 lines
6162 Changed paths:
6163    M /trunk/modules/gui/macosx/sfilters.h
6164    M /trunk/modules/gui/macosx/sfilters.m
6165
6166 * put a warning to prevent users from reporting known bugs for panel is which won't be included within 0.8.5
6167 * fixed svn propset
6168 ------------------------------------------------------------------------
6169 r14688 | jpsaman | 2006-03-09 10:47:30 +0100 (Thu, 09 Mar 2006) | 1 line
6170 Changed paths:
6171    M /trunk/modules/access/dvb/access.c
6172    M /trunk/modules/access/dvb/dvb.h
6173    M /trunk/modules/access/dvb/linux_dvb.c
6174    M /trunk/modules/access/udp.c
6175    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
6176    M /trunk/modules/audio_filter/converter/fixed32tos16.c
6177    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
6178    M /trunk/modules/gui/pda/pda.c
6179    M /trunk/modules/gui/pda/pda.h
6180    M /trunk/modules/gui/pda/pda_callbacks.c
6181    M /trunk/modules/gui/pda/pda_callbacks.h
6182    M /trunk/modules/misc/qte_main.cpp
6183    M /trunk/modules/video_output/hd1000v.cpp
6184    M /trunk/modules/video_output/qte/qte.cpp
6185    M /trunk/modules/video_output/qte/qte.h
6186
6187 Update e-mail address
6188 ------------------------------------------------------------------------
6189 r14687 | fkuehne | 2006-03-09 10:31:36 +0100 (Thu, 09 Mar 2006) | 1 line
6190 Changed paths:
6191    M /trunk/NEWS
6192
6193 * improved the wording a bit
6194 ------------------------------------------------------------------------
6195 r14686 | titer | 2006-03-09 00:52:35 +0100 (Thu, 09 Mar 2006) | 2 lines
6196 Changed paths:
6197    M /trunk/include/vlc_common.h
6198    M /trunk/src/extras/libc.c
6199
6200  Force lldiv emulation on BeOS
6201
6202 ------------------------------------------------------------------------
6203 r14685 | damienf | 2006-03-09 00:52:29 +0100 (Thu, 09 Mar 2006) | 2 lines
6204 Changed paths:
6205    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
6206    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
6207
6208 all: reworked gui layout of dialog boxes to get rid of the dark gray background colour (I hope that wasn't intentional :)
6209
6210 ------------------------------------------------------------------------
6211 r14684 | titer | 2006-03-09 00:32:08 +0100 (Thu, 09 Mar 2006) | 2 lines
6212 Changed paths:
6213    M /trunk/configure.ac
6214    M /trunk/include/vlc_common.h
6215    M /trunk/src/extras/libc.c
6216
6217  Emulate C99's lldiv() if necessary
6218
6219 ------------------------------------------------------------------------
6220 r14683 | xtophe | 2006-03-08 23:30:53 +0100 (Wed, 08 Mar 2006) | 2 lines
6221 Changed paths:
6222    M /trunk/modules/misc/rtsp.c
6223
6224 rtsp.c: BeOS fix. variables can't be declared in the middle of the function.
6225
6226 ------------------------------------------------------------------------
6227 r14682 | hartman | 2006-03-08 23:03:00 +0100 (Wed, 08 Mar 2006) | 2 lines
6228 Changed paths:
6229    M /trunk/extras/contrib/src/Patches/x264_svn.patch
6230
6231 * one part of x264 patch fixed upstream
6232
6233 ------------------------------------------------------------------------
6234 r14681 | damienf | 2006-03-08 18:50:44 +0100 (Wed, 08 Mar 2006) | 2 lines
6235 Changed paths:
6236    M /trunk/extras/contrib/src/Makefile
6237
6238 all: for Cygwin, make sure that the program-prefix is empty, so that libgcrypt-config & gnutls-config are not prefixed by the target build (i586-mingw32msvc), which causes prevents configures scripts from detecting them
6239
6240 ------------------------------------------------------------------------
6241 r14680 | courmisch | 2006-03-08 18:33:29 +0100 (Wed, 08 Mar 2006) | 2 lines
6242 Changed paths:
6243    M /trunk/extras/contrib/src/Makefile
6244    A /trunk/extras/contrib/src/Patches/gnutls-win32.patch
6245
6246 Winsock non-blocking kludge for GnuTLS (refs #538)
6247
6248 ------------------------------------------------------------------------
6249 r14679 | courmisch | 2006-03-08 18:25:09 +0100 (Wed, 08 Mar 2006) | 2 lines
6250 Changed paths:
6251    M /trunk/extras/contrib/src
6252
6253 svn:ignore
6254
6255 ------------------------------------------------------------------------
6256 r14678 | dionoea | 2006-03-08 18:06:59 +0100 (Wed, 08 Mar 2006) | 2 lines
6257 Changed paths:
6258    M /trunk/include/charset.h
6259    M /trunk/include/vlc_symbols.h
6260
6261 modules/misc/rtsp.c is using us_strtod
6262
6263 ------------------------------------------------------------------------
6264 r14677 | courmisch | 2006-03-08 14:51:31 +0100 (Wed, 08 Mar 2006) | 2 lines
6265 Changed paths:
6266    M /trunk/include/charset.h
6267
6268 Missing export
6269
6270 ------------------------------------------------------------------------
6271 r14676 | courmisch | 2006-03-08 14:32:37 +0100 (Wed, 08 Mar 2006) | 2 lines
6272 Changed paths:
6273    M /trunk/modules/misc/rtsp.c
6274
6275 Don't use C (de)serialization for float numbers (closes #583)
6276
6277 ------------------------------------------------------------------------
6278 r14675 | courmisch | 2006-03-08 13:25:29 +0100 (Wed, 08 Mar 2006) | 5 lines
6279 Changed paths:
6280    M /trunk/include/charset.h
6281    M /trunk/src/misc/charset.c
6282    M /trunk/src/test/i18n_atof.c
6283
6284  * i18n_strtod: locale-agnostic strtod() (accepts both comma and dot as decimal separator)
6285  * us_strtod, us_atof: same as i18n_* but only accept dot in any case
6286    (this will be useful when parsing stream output chain which uses comma to separate
6287     options)
6288
6289 ------------------------------------------------------------------------
6290 r14674 | courmisch | 2006-03-08 13:23:34 +0100 (Wed, 08 Mar 2006) | 2 lines
6291 Changed paths:
6292    M /trunk/modules/stream_out/rtp.c
6293
6294 Fix TTL range check
6295
6296 ------------------------------------------------------------------------
6297 r14673 | courmisch | 2006-03-08 12:52:46 +0100 (Wed, 08 Mar 2006) | 2 lines
6298 Changed paths:
6299    M /trunk/src/misc/variables.c
6300
6301 Avoid ugly non-const cast
6302
6303 ------------------------------------------------------------------------
6304 r14672 | courmisch | 2006-03-08 12:32:34 +0100 (Wed, 08 Mar 2006) | 2 lines
6305 Changed paths:
6306    M /trunk/include/charset.h
6307    M /trunk/src/Makefile.am
6308    M /trunk/src/misc/charset.c
6309    A /trunk/src/test
6310    A /trunk/src/test/i18n_atof.c
6311
6312 i18n_atof(): locale-agnostic atof()
6313
6314 ------------------------------------------------------------------------
6315 r14671 | zorglub | 2006-03-08 10:47:45 +0100 (Wed, 08 Mar 2006) | 2 lines
6316 Changed paths:
6317    M /trunk/modules/gui/wxwidgets/streamdata.h
6318
6319 Fix wizard matrix on win32. Closes:#531
6320
6321 ------------------------------------------------------------------------
6322 r14670 | hartman | 2006-03-08 00:56:32 +0100 (Wed, 08 Mar 2006) | 2 lines
6323 Changed paths:
6324    M /trunk/modules/gui/macosx/vout.h
6325    M /trunk/modules/gui/macosx/vout.m
6326
6327 * Fix the issue where sometimes the Menubar wouldn't reappear after exiting fullscreen.
6328
6329 ------------------------------------------------------------------------
6330 r14669 | hartman | 2006-03-08 00:22:41 +0100 (Wed, 08 Mar 2006) | 2 lines
6331 Changed paths:
6332    M /trunk/src/input/input.c
6333
6334 * Fix an issue with a : in the subtitle-filename causing the subtitle detection to fail.
6335
6336 ------------------------------------------------------------------------
6337 r14668 | courmisch | 2006-03-07 21:06:53 +0100 (Tue, 07 Mar 2006) | 7 lines
6338 Changed paths:
6339    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6340    M /trunk/modules/gui/wxwidgets/interface.cpp
6341    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
6342
6343 - Undo [14667]
6344  * fix memleak
6345  * remove unused variable (psz_local always NULL...)
6346  * remove free(NULL)
6347  * remove expansion-unsafe wxDnDLocaleFree() macro variant
6348 - Actually fix [14633] flawed logic
6349
6350 ------------------------------------------------------------------------
6351 r14667 | dionoea | 2006-03-07 19:48:35 +0100 (Tue, 07 Mar 2006) | 2 lines
6352 Changed paths:
6353    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6354    M /trunk/modules/gui/wxwidgets/interface.cpp
6355    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
6356
6357 Fix wx DnD once more.
6358
6359 ------------------------------------------------------------------------
6360 r14666 | xtophe | 2006-03-07 14:30:27 +0100 (Tue, 07 Mar 2006) | 2 lines
6361 Changed paths:
6362    M /trunk/HACKING
6363
6364 HACKING: Add a note about the module cache and vlc --list
6365
6366 ------------------------------------------------------------------------
6367 r14665 | damienf | 2006-03-07 13:22:19 +0100 (Tue, 07 Mar 2006) | 2 lines
6368 Changed paths:
6369    M /trunk/extras/contrib/src/Makefile
6370
6371 Makefile: don't forget to chmod a+x gecko-sdk/bin/*
6372
6373 ------------------------------------------------------------------------
6374 r14664 | damienf | 2006-03-07 13:15:06 +0100 (Tue, 07 Mar 2006) | 2 lines
6375 Changed paths:
6376    M /trunk/extras/contrib/src/Makefile
6377    M /trunk/extras/contrib/src/packages.mak
6378
6379 all: updating mozilla SDK for cygwin builds
6380
6381 ------------------------------------------------------------------------
6382 r14663 | xtophe | 2006-03-07 11:29:41 +0100 (Tue, 07 Mar 2006) | 2 lines
6383 Changed paths:
6384    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
6385
6386 ffmpeg-cvs-mactel.patch: Mangle patch was applied upstream
6387
6388 ------------------------------------------------------------------------
6389 r14662 | dionoea | 2006-03-06 19:55:39 +0100 (Mon, 06 Mar 2006) | 2 lines
6390 Changed paths:
6391    M /trunk/doc/vlc.1
6392
6393 Add link to online documentation in VLC manpage
6394
6395 ------------------------------------------------------------------------
6396 r14661 | sam | 2006-03-06 18:51:43 +0100 (Mon, 06 Mar 2006) | 2 lines
6397 Changed paths:
6398    M /trunk/extras/contrib/src/Makefile
6399
6400   * extras/contrib/src/Makefile: build libx264.a in PIC mode on OS X x86.
6401
6402 ------------------------------------------------------------------------
6403 r14660 | damienf | 2006-03-06 17:06:41 +0100 (Mon, 06 Mar 2006) | 2 lines
6404 Changed paths:
6405    M /trunk/extras/contrib/src/Makefile
6406
6407 Makefile: fix for MacIntel package build
6408
6409 ------------------------------------------------------------------------
6410 r14659 | courmisch | 2006-03-06 11:25:12 +0100 (Mon, 06 Mar 2006) | 3 lines
6411 Changed paths:
6412    M /trunk/include/vlc_common.h
6413    M /trunk/include/vlc_symbols.h
6414    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
6415    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
6416    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
6417    M /trunk/modules/gui/wxwidgets/interface.cpp
6418    M /trunk/src/extras/libc.c
6419
6420 WxWidgets: use wraptext in UTF-8 mode as that is the codeset for gettext
6421 core: remove unused ISO-8859-centric monobyte mode from vlc_wraptext()
6422
6423 ------------------------------------------------------------------------
6424 r14658 | courmisch | 2006-03-06 11:23:37 +0100 (Mon, 06 Mar 2006) | 2 lines
6425 Changed paths:
6426    M /trunk/modules/misc/gnutls.c
6427
6428 Add extra Win32-specific debug (refs #538)
6429
6430 ------------------------------------------------------------------------
6431 r14657 | xtophe | 2006-03-06 10:42:01 +0100 (Mon, 06 Mar 2006) | 2 lines
6432 Changed paths:
6433    M /trunk/src/Makefile.am
6434
6435 src/Makefile: make distcheck happy
6436
6437 ------------------------------------------------------------------------
6438 r14656 | damienf | 2006-03-06 00:49:52 +0100 (Mon, 06 Mar 2006) | 6 lines
6439 Changed paths:
6440    M /trunk/Makefile.am
6441    M /trunk/configure.ac
6442    M /trunk/extras/contrib/src/Makefile
6443
6444 extras/contrib/src/Makefile: cleaned up INSTALL_NAME macro for MacOS X: all the dylib in contrib/lib are soft-linked to their distributed version in 'vlc-lib'. this way, VLC build system can use contrib libs on MacOS X the same way as for UNIX, and should simplify porting to libtool
6445 configure.ac: cleaned up Cocoa.h detection, removed link path dependency to 'vlc-lib' as it is no longer necessary
6446 Makefile.am: fixed installation of dylibs as vlc_ prefix is already appended by INSTALL_NAME
6447
6448 NOTE: this change is highly disruptive for MacOS X build, I strongly recommend that you rebuild the contrib packages for this platform. Other platforms are unaffected
6449
6450 ------------------------------------------------------------------------
6451 r14655 | xtophe | 2006-03-05 21:08:16 +0100 (Sun, 05 Mar 2006) | 2 lines
6452 Changed paths:
6453    M /trunk/configure.ac
6454
6455 configure.ac: use the gecko-sdk in the contrib
6456
6457 ------------------------------------------------------------------------
6458 r14654 | xtophe | 2006-03-05 20:37:21 +0100 (Sun, 05 Mar 2006) | 2 lines
6459 Changed paths:
6460    M /trunk/extras/contrib/Makefile
6461
6462 contrib/Makefile: Don't put 2 include
6463
6464 ------------------------------------------------------------------------
6465 r14653 | zorglub | 2006-03-05 20:05:07 +0100 (Sun, 05 Mar 2006) | 2 lines
6466 Changed paths:
6467    M /trunk/NEWS
6468
6469 Add some news
6470
6471 ------------------------------------------------------------------------
6472 r14652 | xtophe | 2006-03-05 18:44:04 +0100 (Sun, 05 Mar 2006) | 2 lines
6473 Changed paths:
6474    M /trunk/extras/contrib/Makefile
6475
6476 contrib/Makefile: dereference the symlink. a better solution would be to transform the absolute one to relative.
6477
6478 ------------------------------------------------------------------------
6479 r14651 | xtophe | 2006-03-05 17:43:37 +0100 (Sun, 05 Mar 2006) | 2 lines
6480 Changed paths:
6481    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
6482
6483 Update x264 patch.
6484
6485 ------------------------------------------------------------------------
6486 r14650 | fkuehne | 2006-03-05 17:41:18 +0100 (Sun, 05 Mar 2006) | 3 lines
6487 Changed paths:
6488    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
6489    M /trunk/modules/gui/macosx/playlistinfo.m
6490
6491 * make sure that the timer which is updating the stats-tab is stopped when the panel is closed
6492 * fixed a minor memory leak (the timer wasn't released after invalidating it)
6493 * VLCInfo is o_info_window's delegate now
6494 ------------------------------------------------------------------------
6495 r14649 | dionoea | 2006-03-05 16:47:17 +0100 (Sun, 05 Mar 2006) | 2 lines
6496 Changed paths:
6497    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
6498
6499 Select item after deleting items from the playlist with KEY_DEL.
6500
6501 ------------------------------------------------------------------------
6502 r14648 | fkuehne | 2006-03-05 16:42:51 +0100 (Sun, 05 Mar 2006) | 1 line
6503 Changed paths:
6504    M /trunk/modules/gui/macosx/playlistinfo.m
6505
6506 * don't show the statistics-tab if the stats aren't enabled
6507 ------------------------------------------------------------------------
6508 r14647 | courmisch | 2006-03-05 16:34:21 +0100 (Sun, 05 Mar 2006) | 2 lines
6509 Changed paths:
6510    M /trunk/src/libvlc.c
6511
6512 Don't call textdomain - it is not only useless but harmful (refs #581)
6513
6514 ------------------------------------------------------------------------
6515 r14646 | dionoea | 2006-03-05 16:33:02 +0100 (Sun, 05 Mar 2006) | 3 lines
6516 Changed paths:
6517    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
6518    M /trunk/modules/gui/skins2/vars/playtree.hpp
6519
6520 ctrl_tree.cpp: fix selection bug (when pressing KEY_DOWN if the selected item was the last visible tree item)
6521 playtree.hpp: cosmetics
6522
6523 ------------------------------------------------------------------------
6524 r14645 | courmisch | 2006-03-05 16:32:49 +0100 (Sun, 05 Mar 2006) | 3 lines
6525 Changed paths:
6526    M /trunk/include/vlc_common.h
6527    M /trunk/src/extras/libc.c
6528
6529 - Call dgettext directly with shared libvlc and libtool
6530 - Remove vlc_dcgettext in those cases
6531
6532 ------------------------------------------------------------------------
6533 r14644 | courmisch | 2006-03-05 16:32:01 +0100 (Sun, 05 Mar 2006) | 2 lines
6534 Changed paths:
6535    M /trunk/include/vlc_threads_funcs.h
6536
6537 Add some ?\226?\128?\156const?\226?\128?\157s
6538
6539 ------------------------------------------------------------------------
6540 r14643 | courmisch | 2006-03-05 16:29:52 +0100 (Sun, 05 Mar 2006) | 2 lines
6541 Changed paths:
6542    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
6543    M /trunk/modules/gui/wxwidgets/interface.cpp
6544
6545 Fix some warnings
6546
6547 ------------------------------------------------------------------------
6548 r14642 | dionoea | 2006-03-05 15:58:31 +0100 (Sun, 05 Mar 2006) | 2 lines
6549 Changed paths:
6550    M /trunk/doc/release-howto.txt
6551
6552 We won't need to warn ECP about releases now.
6553
6554 ------------------------------------------------------------------------
6555 r14641 | dionoea | 2006-03-05 15:37:35 +0100 (Sun, 05 Mar 2006) | 2 lines
6556 Changed paths:
6557    M /trunk/src/misc/configuration.c
6558
6559 Fix build on Mac (i hope)
6560
6561 ------------------------------------------------------------------------
6562 r14640 | courmisch | 2006-03-05 12:36:59 +0100 (Sun, 05 Mar 2006) | 2 lines
6563 Changed paths:
6564    M /trunk/configure.ac
6565
6566 remove now useless x509-ca-bundle option
6567
6568 ------------------------------------------------------------------------
6569 r14639 | courmisch | 2006-03-05 12:28:28 +0100 (Sun, 05 Mar 2006) | 2 lines
6570 Changed paths:
6571    M /trunk/modules/misc/gnutls.c
6572
6573 Look for Root CA certificates in VLC data dir
6574
6575 ------------------------------------------------------------------------
6576 r14638 | dionoea | 2006-03-05 12:24:59 +0100 (Sun, 05 Mar 2006) | 2 lines
6577 Changed paths:
6578    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6579
6580 We can now DnD a file everywhere on the playlist dialog. Droping above the tree will insert at the begining of the playlist. Droping under the tree will insert at the end of the playlist.
6581
6582 ------------------------------------------------------------------------
6583 r14637 | dionoea | 2006-03-05 12:16:23 +0100 (Sun, 05 Mar 2006) | 2 lines
6584 Changed paths:
6585    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6586
6587 Remove uneeded include (since playlist DnD is now different from the main controler's DnD)
6588
6589 ------------------------------------------------------------------------
6590 r14636 | courmisch | 2006-03-05 12:10:34 +0100 (Sun, 05 Mar 2006) | 2 lines
6591 Changed paths:
6592    M /trunk/include/configuration.h
6593    M /trunk/include/vlc_symbols.h
6594    M /trunk/src/misc/configuration.c
6595
6596 config_GetDataDir(): returns path to VLC installed shared data
6597
6598 ------------------------------------------------------------------------
6599 r14635 | courmisch | 2006-03-05 10:04:07 +0100 (Sun, 05 Mar 2006) | 2 lines
6600 Changed paths:
6601    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
6602
6603 Fix compilation AGAIN
6604
6605 ------------------------------------------------------------------------
6606 r14634 | xtophe | 2006-03-04 23:53:51 +0100 (Sat, 04 Mar 2006) | 2 lines
6607 Changed paths:
6608    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
6609    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
6610
6611 fileinfo.*: I should lean C++
6612
6613 ------------------------------------------------------------------------
6614 r14633 | dionoea | 2006-03-04 23:48:20 +0100 (Sat, 04 Mar 2006) | 3 lines
6615 Changed paths:
6616    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6617    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
6618    M /trunk/modules/gui/wxwidgets/interface.cpp
6619    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
6620
6621 playlist.cpp, playlist.hpp: fix segfault when destroying playlist drop target (and use the wxDnD*Locale functions).
6622 interface.cpp, wxwidgets.hpp: put courmisch's fixes to the DnD encoding issue in wx into wxDnDFromLocale and wxDnDFreeLocale
6623
6624 ------------------------------------------------------------------------
6625 r14632 | dionoea | 2006-03-04 23:06:08 +0100 (Sat, 04 Mar 2006) | 2 lines
6626 Changed paths:
6627    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6628
6629 Fix node insertion. Thanks to zorglub.
6630
6631 ------------------------------------------------------------------------
6632 r14631 | courmisch | 2006-03-04 23:05:10 +0100 (Sat, 04 Mar 2006) | 2 lines
6633 Changed paths:
6634    M /trunk/modules/gui/wxwidgets/interface.cpp
6635
6636 Fix off by one bugs
6637
6638 ------------------------------------------------------------------------
6639 r14630 | dionoea | 2006-03-04 22:52:53 +0100 (Sat, 04 Mar 2006) | 2 lines
6640 Changed paths:
6641    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6642    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
6643
6644 dialogs/playlist.*: Add File Drop in playlist handling. (Still needs to include courmisch's wx encoding fix when the fix gets fixed)
6645
6646 ------------------------------------------------------------------------
6647 r14629 | jpsaman | 2006-03-04 22:17:25 +0100 (Sat, 04 Mar 2006) | 1 line
6648 Changed paths:
6649    M /trunk/include/vlc_messages.h
6650
6651 Coding Style fixes
6652 ------------------------------------------------------------------------
6653 r14628 | jpsaman | 2006-03-04 21:38:01 +0100 (Sat, 04 Mar 2006) | 1 line
6654 Changed paths:
6655    M /trunk/include/vlc_messages.h
6656
6657 Fix wrong define, luckily this one wasn't used yet.
6658 ------------------------------------------------------------------------
6659 r14627 | courmisch | 2006-03-04 21:24:19 +0100 (Sat, 04 Mar 2006) | 2 lines
6660 Changed paths:
6661    M /trunk/bootstrap
6662
6663 Remove superfluous dep
6664
6665 ------------------------------------------------------------------------
6666 r14626 | courmisch | 2006-03-04 21:19:15 +0100 (Sat, 04 Mar 2006) | 2 lines
6667 Changed paths:
6668    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6669
6670 closes #579
6671
6672 ------------------------------------------------------------------------
6673 r14625 | courmisch | 2006-03-04 21:11:01 +0100 (Sat, 04 Mar 2006) | 5 lines
6674 Changed paths:
6675    M /trunk/configure.ac
6676    M /trunk/modules/misc/gnutls.c
6677
6678 Make the Root CA certificates bundle file for gnutls a configure-time setting
6679 (as it is highly distribution dependant)
6680 On Debian --with-x509-ca-bundle=/etc/ssl/certs/ca-certificates.crt will do
6681 (provided you have the ca-certificates package)
6682
6683 ------------------------------------------------------------------------
6684 r14624 | jpsaman | 2006-03-04 21:01:58 +0100 (Sat, 04 Mar 2006) | 1 line
6685 Changed paths:
6686    M /trunk/modules/control/telnet.c
6687
6688 Do not print extra STRING_CR on successfull command.
6689 ------------------------------------------------------------------------
6690 r14623 | dionoea | 2006-03-04 19:42:35 +0100 (Sat, 04 Mar 2006) | 2 lines
6691 Changed paths:
6692    M /trunk/src/playlist/item-ext.c
6693
6694 item-ext.c: detach from all parent nodes (fixed)
6695
6696 ------------------------------------------------------------------------
6697 r14622 | dionoea | 2006-03-04 19:41:08 +0100 (Sat, 04 Mar 2006) | 3 lines
6698 Changed paths:
6699    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6700    M /trunk/src/playlist/item-ext.c
6701
6702 modules/gui/wxwidgets/dialogs/playlist.cpp: add some more checks. Fixes infinite loop when draging an item outside the wxTreeCtrl widget.
6703 src/playlist/item-ext.c: detach item from first matching parent node only.
6704
6705 ------------------------------------------------------------------------
6706 r14621 | xtophe | 2006-03-04 19:36:29 +0100 (Sat, 04 Mar 2006) | 2 lines
6707 Changed paths:
6708    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
6709
6710 fileinfo.hpp: we need to use b_stats in Update()
6711
6712 ------------------------------------------------------------------------
6713 r14620 | xtophe | 2006-03-04 19:07:43 +0100 (Sat, 04 Mar 2006) | 2 lines
6714 Changed paths:
6715    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
6716    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
6717
6718 fileinfo.*: Don't show stats when they qre disable.
6719
6720 ------------------------------------------------------------------------
6721 r14619 | dionoea | 2006-03-04 18:32:35 +0100 (Sat, 04 Mar 2006) | 2 lines
6722 Changed paths:
6723    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6724    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
6725
6726 add "Add node" function to node contextual menu
6727
6728 ------------------------------------------------------------------------
6729 r14618 | dionoea | 2006-03-04 18:09:04 +0100 (Sat, 04 Mar 2006) | 3 lines
6730 Changed paths:
6731    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6732    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
6733
6734 Drag and Drop support in wx playlist.
6735 TODO: merge this playlist code with the gibalou mini playlist code.
6736
6737 ------------------------------------------------------------------------
6738 r14617 | dionoea | 2006-03-04 18:01:14 +0100 (Sat, 04 Mar 2006) | 2 lines
6739 Changed paths:
6740    M /trunk/src/playlist/item-ext.c
6741
6742 Humm ... forgot to save before commiting.
6743
6744 ------------------------------------------------------------------------
6745 r14616 | dionoea | 2006-03-04 18:00:41 +0100 (Sat, 04 Mar 2006) | 3 lines
6746 Changed paths:
6747    M /trunk/include/vlc_playlist.h
6748    M /trunk/include/vlc_symbols.h
6749    M /trunk/src/playlist/item-ext.c
6750
6751 Code the playlist_TreeMove function.
6752 zorglub: i'm not really sure about the i_serial incrementation stuff, could you give it a look ?
6753
6754 ------------------------------------------------------------------------
6755 r14615 | courmisch | 2006-03-04 17:56:05 +0100 (Sat, 04 Mar 2006) | 4 lines
6756 Changed paths:
6757    M /trunk/modules/misc/gnutls.c
6758
6759 - Support for adding a single file rather than a directory as CA path
6760 - Use Debian default
6761   much faster, but properly only works on Debian and its derivatives
6762
6763 ------------------------------------------------------------------------
6764 r14614 | courmisch | 2006-03-04 17:06:27 +0100 (Sat, 04 Mar 2006) | 3 lines
6765 Changed paths:
6766    M /trunk/modules/misc/gnutls.c
6767
6768 - Load root certificates from /etc/ssl (currently very slow :( )
6769 - Cosmetic
6770
6771 ------------------------------------------------------------------------
6772 r14613 | courmisch | 2006-03-04 14:41:41 +0100 (Sat, 04 Mar 2006) | 2 lines
6773 Changed paths:
6774    M /trunk/modules/misc/gnutls.c
6775
6776 Missed one error case
6777
6778 ------------------------------------------------------------------------
6779 r14612 | courmisch | 2006-03-04 14:36:48 +0100 (Sat, 04 Mar 2006) | 2 lines
6780 Changed paths:
6781    M /trunk/modules/misc/gnutls.c
6782
6783 (safe) directory recursion when looking for CA certificates
6784
6785 ------------------------------------------------------------------------
6786 r14611 | courmisch | 2006-03-04 14:31:59 +0100 (Sat, 04 Mar 2006) | 2 lines
6787 Changed paths:
6788    M /trunk/configure.ac
6789
6790 Don't BUILD_PIC when the platform doesn't need PIC
6791
6792 ------------------------------------------------------------------------
6793 r14610 | courmisch | 2006-03-04 13:34:28 +0100 (Sat, 04 Mar 2006) | 2 lines
6794 Changed paths:
6795    M /trunk/bootstrap
6796
6797 Libtool: kludge^H^H^H^H^H^Hfix make (|un)install within modules/subdir/subdir
6798
6799 ------------------------------------------------------------------------
6800 r14609 | courmisch | 2006-03-04 13:20:06 +0100 (Sat, 04 Mar 2006) | 2 lines
6801 Changed paths:
6802    M /trunk/bootstrap
6803
6804 libtool: Propagate errors from make (|un)install
6805
6806 ------------------------------------------------------------------------
6807 r14608 | fkuehne | 2006-03-04 12:53:03 +0100 (Sat, 04 Mar 2006) | 1 line
6808 Changed paths:
6809    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
6810    M /trunk/modules/gui/macosx/playlistinfo.m
6811
6812 * fix the table on the second tab and added an extra check to prevent a crash in rare situations
6813 ------------------------------------------------------------------------
6814 r14607 | courmisch | 2006-03-04 11:46:27 +0100 (Sat, 04 Mar 2006) | 2 lines
6815 Changed paths:
6816    M /trunk/src/network/httpd.c
6817
6818 Cosmetic
6819
6820 ------------------------------------------------------------------------
6821 r14606 | zorglub | 2006-03-04 10:28:06 +0100 (Sat, 04 Mar 2006) | 2 lines
6822 Changed paths:
6823    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
6824
6825 Don't prepend :sout= to sout string in VLM dialog (Refs:#530)
6826
6827 ------------------------------------------------------------------------
6828 r14605 | zorglub | 2006-03-04 10:12:21 +0100 (Sat, 04 Mar 2006) | 2 lines
6829 Changed paths:
6830    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
6831
6832 Fix ordering of widgets in sout panel (Closes:#469)
6833
6834 ------------------------------------------------------------------------
6835 r14604 | zorglub | 2006-03-04 10:00:10 +0100 (Sat, 04 Mar 2006) | 2 lines
6836 Changed paths:
6837    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
6838
6839 Shoud fix #'565
6840
6841 ------------------------------------------------------------------------
6842 r14603 | xtophe | 2006-03-04 01:59:51 +0100 (Sat, 04 Mar 2006) | 5 lines
6843 Changed paths:
6844    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
6845
6846 wx/dialogs/open.cpp: Fix the caching option. Closes #575
6847 -This line, and those below, will be ignored--
6848
6849 M    open.cpp
6850
6851 ------------------------------------------------------------------------
6852 r14602 | courmisch | 2006-03-03 23:43:22 +0100 (Fri, 03 Mar 2006) | 2 lines
6853 Changed paths:
6854    M /trunk/modules/misc/rtsp.c
6855
6856 Fix error code when server is overloaded
6857
6858 ------------------------------------------------------------------------
6859 r14601 | jpsaman | 2006-03-03 22:43:48 +0100 (Fri, 03 Mar 2006) | 1 line
6860 Changed paths:
6861    A /trunk/modules/mux/rtp
6862    A /trunk/modules/mux/rtp/rtcp.c
6863    A /trunk/modules/mux/rtp/rtcp.h
6864    A /trunk/modules/mux/rtp/rtp.h
6865
6866 Structures and functions for RTCP support. BIG FAT WARNING >>>> This code is untested <<<< but the request for it is high.
6867 ------------------------------------------------------------------------
6868 r14600 | fkuehne | 2006-03-03 18:29:13 +0100 (Fri, 03 Mar 2006) | 1 line
6869 Changed paths:
6870    M /trunk/Makefile.am
6871
6872 * added a couple of OSX-intf-files which were added after the last release
6873 ------------------------------------------------------------------------
6874 r14599 | fkuehne | 2006-03-03 18:21:16 +0100 (Fri, 03 Mar 2006) | 4 lines
6875 Changed paths:
6876    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
6877    M /trunk/modules/gui/macosx/intf.m
6878    M /trunk/modules/gui/macosx/playlist.m
6879    M /trunk/modules/gui/macosx/playlistinfo.m
6880
6881 *.m: unified the title of the Information-panel and the menu-items pointing to it to "Information" (instead of a mixture of "Properties" and "Info")
6882 MainMenu.nib: 
6883     - dto
6884     - let the user select the values of the Statistics-tab
6885 ------------------------------------------------------------------------
6886 r14598 | fkuehne | 2006-03-03 18:12:15 +0100 (Fri, 03 Mar 2006) | 1 line
6887 Changed paths:
6888    M /trunk/modules/gui/macosx/vout.m
6889
6890 * fixed a signed vs unsinged warning
6891 ------------------------------------------------------------------------
6892 r14597 | dionoea | 2006-03-03 15:37:24 +0100 (Fri, 03 Mar 2006) | 3 lines
6893 Changed paths:
6894    M /trunk/modules/video_output/image.c
6895
6896 image.c: add --image-out-replace option. If enabled, the image vout will
6897 always overwrite the same file.
6898
6899 ------------------------------------------------------------------------
6900 r14596 | fkuehne | 2006-03-03 14:51:04 +0100 (Fri, 03 Mar 2006) | 1 line
6901 Changed paths:
6902    M /trunk/modules/gui/macosx/playlistinfo.h
6903    M /trunk/modules/gui/macosx/playlistinfo.m
6904
6905 * added a NSTimer to update the statistics every second
6906 ------------------------------------------------------------------------
6907 r14595 | xtophe | 2006-03-03 14:08:48 +0100 (Fri, 03 Mar 2006) | 2 lines
6908 Changed paths:
6909    M /trunk/extras/contrib/src/Makefile
6910
6911 Makefile: We need autogen on win32
6912
6913 ------------------------------------------------------------------------
6914 r14594 | fkuehne | 2006-03-03 13:19:56 +0100 (Fri, 03 Mar 2006) | 1 line
6915 Changed paths:
6916    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
6917    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
6918    M /trunk/modules/gui/macosx/playlistinfo.h
6919    M /trunk/modules/gui/macosx/playlistinfo.m
6920
6921 * implemented the statistics-tab. No auto-update yet.
6922 ------------------------------------------------------------------------
6923 r14593 | hartman | 2006-03-03 12:25:18 +0100 (Fri, 03 Mar 2006) | 2 lines
6924 Changed paths:
6925    M /trunk/extras/contrib/src/Makefile
6926
6927 * Disable INSTALL_NAME now gpg-error isn't shared.
6928
6929 ------------------------------------------------------------------------
6930 r14592 | hartman | 2006-03-03 12:19:00 +0100 (Fri, 03 Mar 2006) | 2 lines
6931 Changed paths:
6932    M /trunk/extras/contrib/src/Makefile
6933
6934 * copy and tabs... sigh.
6935
6936 ------------------------------------------------------------------------
6937 r14591 | hartman | 2006-03-03 12:15:55 +0100 (Fri, 03 Mar 2006) | 2 lines
6938 Changed paths:
6939    M /trunk/extras/contrib/src/Makefile
6940
6941 * Lets avoid autogen where we can
6942
6943 ------------------------------------------------------------------------
6944 r14590 | hartman | 2006-03-03 11:40:56 +0100 (Fri, 03 Mar 2006) | 2 lines
6945 Changed paths:
6946    M /trunk/extras/contrib/src/Makefile
6947    M /trunk/extras/contrib/src/Patches/live-osx.patch
6948
6949 * Fix liveMedia on all platforms now hopefully
6950
6951 ------------------------------------------------------------------------
6952 r14589 | hartman | 2006-03-03 11:22:18 +0100 (Fri, 03 Mar 2006) | 2 lines
6953 Changed paths:
6954    M /trunk/extras/contrib/src/packages.mak
6955
6956 * www.live555.com seems unreachable. use live555.com
6957
6958 ------------------------------------------------------------------------
6959 r14588 | courmisch | 2006-03-03 10:32:20 +0100 (Fri, 03 Mar 2006) | 2 lines
6960 Changed paths:
6961    M /trunk/configure.ac
6962
6963 Solaris breakage again
6964
6965 ------------------------------------------------------------------------
6966 r14587 | jpsaman | 2006-03-03 09:52:27 +0100 (Fri, 03 Mar 2006) | 1 line
6967 Changed paths:
6968    M /trunk/modules/demux/livedotcom.cpp
6969
6970 Playing 3GPP audio only LATM AAC/HE-AAC streams. Patch by Ross Finalayson
6971 ------------------------------------------------------------------------
6972 r14586 | xtophe | 2006-03-03 00:40:17 +0100 (Fri, 03 Mar 2006) | 3 lines
6973 Changed paths:
6974    M /trunk/extras/contrib/src/Makefile
6975
6976 explicit hack. please underage hackers do not look
6977 fix lame 
6978
6979 ------------------------------------------------------------------------
6980 r14585 | xtophe | 2006-03-03 00:24:37 +0100 (Fri, 03 Mar 2006) | 2 lines
6981 Changed paths:
6982    M /trunk/extras/contrib/src/Makefile
6983    M /trunk/extras/contrib/src/packages.mak
6984
6985 Fix MacOS-Intel compilation
6986
6987 ------------------------------------------------------------------------
6988 r14584 | courmisch | 2006-03-02 23:39:03 +0100 (Thu, 02 Mar 2006) | 2 lines
6989 Changed paths:
6990    M /trunk/include/vlc_httpd.h
6991    M /trunk/include/vlc_symbols.h
6992    M /trunk/src/network/httpd.c
6993
6994 Code reuse
6995
6996 ------------------------------------------------------------------------
6997 r14583 | courmisch | 2006-03-02 23:19:14 +0100 (Thu, 02 Mar 2006) | 2 lines
6998 Changed paths:
6999    M /trunk/include/vlc_httpd.h
7000
7001 Remove outdated comment
7002
7003 ------------------------------------------------------------------------
7004 r14582 | xtophe | 2006-03-02 21:39:49 +0100 (Thu, 02 Mar 2006) | 2 lines
7005 Changed paths:
7006    M /trunk/extras/contrib/src/packages.mak
7007
7008 Update lame. Closes #482
7009
7010 ------------------------------------------------------------------------
7011 r14581 | xtophe | 2006-03-02 21:38:43 +0100 (Thu, 02 Mar 2006) | 2 lines
7012 Changed paths:
7013    M /trunk/extras/contrib/src/Patches/gcrypt.patch
7014
7015 Fix Gcrypt patch
7016
7017 ------------------------------------------------------------------------
7018 r14580 | xtophe | 2006-03-02 21:11:51 +0100 (Thu, 02 Mar 2006) | 2 lines
7019 Changed paths:
7020    M /trunk/extras/contrib/src/Makefile
7021
7022 makefile: Fix livedotcom on win32
7023
7024 ------------------------------------------------------------------------
7025 r14579 | xtophe | 2006-03-02 21:10:23 +0100 (Thu, 02 Mar 2006) | 2 lines
7026 Changed paths:
7027    M /trunk/extras/contrib/src/Makefile
7028
7029 Makefile: use sed -i where possible
7030
7031 ------------------------------------------------------------------------
7032 r14578 | xtophe | 2006-03-02 21:04:54 +0100 (Thu, 02 Mar 2006) | 2 lines
7033 Changed paths:
7034    M /trunk/extras/contrib/src/Makefile
7035    M /trunk/extras/contrib/src/Patches/gcrypt.patch
7036    M /trunk/extras/contrib/src/packages.mak
7037
7038 all: Update libgcrypt,gpg-error and gnutls (closes #570 )
7039
7040 ------------------------------------------------------------------------
7041 r14577 | xtophe | 2006-03-02 20:34:31 +0100 (Thu, 02 Mar 2006) | 2 lines
7042 Changed paths:
7043    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
7044
7045 Update x264 patch
7046
7047 ------------------------------------------------------------------------
7048 r14576 | xtophe | 2006-03-02 20:31:36 +0100 (Thu, 02 Mar 2006) | 2 lines
7049 Changed paths:
7050    M /trunk/configure.ac
7051
7052 configure.ac: Solaris fix for live555. Patch courtesy of Alexander Gall
7053
7054 ------------------------------------------------------------------------
7055 r14575 | courmisch | 2006-03-02 19:19:03 +0100 (Thu, 02 Mar 2006) | 2 lines
7056 Changed paths:
7057    M /trunk/include/vlc_common.h
7058    M /trunk/src/misc/objects.c
7059
7060 Minor clean up
7061
7062 ------------------------------------------------------------------------
7063 r14574 | fkuehne | 2006-03-02 16:52:37 +0100 (Thu, 02 Mar 2006) | 6 lines
7064 Changed paths:
7065    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
7066    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
7067    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
7068    M /trunk/modules/gui/macosx/playlistinfo.h
7069    M /trunk/modules/gui/macosx/playlistinfo.m
7070
7071 * re-designed the information/properties panel to show meta information and statistics
7072 - the display of meta information is completely implemented and functional
7073 - the tree-view in the "Advanced Info" tab is currently broken due to bad casting (I got no idea why yet, because I didn't touch it..)
7074 - the statistics tab isn't implemented yet
7075
7076 Comments on the design and the implementation are welcome. If this re-design is too unstable for 0.8.5, I will withdraw it after branching.
7077 ------------------------------------------------------------------------
7078 r14573 | courmisch | 2006-03-02 16:19:32 +0100 (Thu, 02 Mar 2006) | 2 lines
7079 Changed paths:
7080    M /trunk/modules/access_output/file.c
7081
7082 Locale fixes (refs #528) + clean up
7083
7084 ------------------------------------------------------------------------
7085 r14572 | courmisch | 2006-03-02 15:27:09 +0100 (Thu, 02 Mar 2006) | 2 lines
7086 Changed paths:
7087    M /trunk/modules/misc/gnutls.c
7088
7089 use intptr_t (refs #574)
7090
7091 ------------------------------------------------------------------------
7092 r14571 | courmisch | 2006-03-02 15:23:03 +0100 (Thu, 02 Mar 2006) | 2 lines
7093 Changed paths:
7094    M /trunk/modules/access_output/file.c
7095
7096 Don't try to be more clever than umask()
7097
7098 ------------------------------------------------------------------------
7099 r14570 | courmisch | 2006-03-02 15:21:23 +0100 (Thu, 02 Mar 2006) | 2 lines
7100 Changed paths:
7101    M /trunk/configure.ac
7102
7103 Fix getaddrinfo check failure because of autoconf's cache
7104
7105 ------------------------------------------------------------------------
7106 r14569 | courmisch | 2006-03-02 14:54:40 +0100 (Thu, 02 Mar 2006) | 2 lines
7107 Changed paths:
7108    M /trunk/modules/audio_output/waveout.c
7109
7110 Fix invalid syntax (aout_BufferFree is not an expansion-safe macro)
7111
7112 ------------------------------------------------------------------------
7113 r14568 | courmisch | 2006-03-02 14:35:43 +0100 (Thu, 02 Mar 2006) | 2 lines
7114 Changed paths:
7115    M /trunk/modules/audio_output/arts.c
7116    M /trunk/modules/audio_output/directx.c
7117    M /trunk/modules/audio_output/esd.c
7118    M /trunk/modules/audio_output/jack.c
7119    M /trunk/modules/audio_output/sdl.c
7120
7121 Unused header inclusion syndrome
7122
7123 ------------------------------------------------------------------------
7124 r14567 | courmisch | 2006-03-02 14:02:37 +0100 (Thu, 02 Mar 2006) | 2 lines
7125 Changed paths:
7126    M /trunk/src/Makefile.am
7127
7128 dist vlc_url.h
7129
7130 ------------------------------------------------------------------------
7131 r14566 | fkuehne | 2006-03-02 13:15:25 +0100 (Thu, 02 Mar 2006) | 1 line
7132 Changed paths:
7133    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
7134    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
7135
7136 * forgot that one in [14565]
7137 ------------------------------------------------------------------------
7138 r14565 | fkuehne | 2006-03-02 13:14:52 +0100 (Thu, 02 Mar 2006) | 5 lines
7139 Changed paths:
7140    M /trunk/modules/gui/macosx/playlist.m
7141    M /trunk/modules/gui/macosx/sfilters.m
7142    M /trunk/modules/gui/macosx/update.m
7143
7144 * MainMenu.nib, playlist.m: use NSSearchField instead of NSTextField, so we don't need to replace it manually anymore. This breaks the 10.2-compatibility. (refs #189)
7145
7146 * update.m: use mtime() instead of NSCalenderDate for the time-stamp
7147
7148 * sfilters.m: fixed 2 compilation warnings (corrected UTF8String to char casting)
7149 ------------------------------------------------------------------------
7150 r14564 | courmisch | 2006-03-02 08:52:53 +0100 (Thu, 02 Mar 2006) | 4 lines
7151 Changed paths:
7152    M /trunk/bootstrap
7153    M /trunk/src/Makefile.am
7154
7155 libtool:
7156  - Don't link builtins against anything (dependencies are linked in libvlc)
7157  - Don't mangle name of underlying libraries
7158
7159 ------------------------------------------------------------------------
7160 r14563 | fkuehne | 2006-03-01 23:21:36 +0100 (Wed, 01 Mar 2006) | 2 lines
7161 Changed paths:
7162    M /trunk/modules/gui/macosx/update.h
7163    M /trunk/modules/gui/macosx/update.m
7164
7165 * don't store the temp release note in the user's Caches-folder, but in /tmp. Renamed it to vlc_releasenote_%@.tmp, whereas %@ is a timestamp (%m-%d-%y--%I.%M.%S.%F)
7166 * cleanup of the source
7167 ------------------------------------------------------------------------
7168 r14562 | dionoea | 2006-03-01 23:00:37 +0100 (Wed, 01 Mar 2006) | 2 lines
7169 Changed paths:
7170    M /trunk/THANKS
7171
7172 Add/Change x264 options. Patch by Dennis van Amerongen
7173
7174 ------------------------------------------------------------------------
7175 r14561 | dionoea | 2006-03-01 22:58:15 +0100 (Wed, 01 Mar 2006) | 22 lines
7176 Changed paths:
7177    M /trunk/modules/codec/x264.c
7178
7179 Add/Change x264 options. Patch by Dennis van Amerongen
7180
7181 Original email was
7182
7183 "Subject: [vlc-devel] Additional x264 options/unification
7184
7185 Patch for unification and addition of several x264 options (using x264          
7186 commandline interface as reference):                                            
7187                                                                                 
7188 8x8dct, asm, bime, chroma-me, chroma-qp-offset, cplxblur, direct,               
7189 ipratio, nr, pbratio, qblur, qcomp, qpstep, verbose. Changed (no-)psnr,         
7190 (no-)b-adapt, (no-)fast-pskip to similar usage as (no-)cabac. Deprecated        
7191 options in favor of x264 cli equivalents (subpel -> subme, frameref ->          
7192 ref, etc.) for unification.                                                     
7193                                                                                 
7194 Improved order of adding partitions in analyse modes as suggested by            
7195 Pengvado (#x264): i4x4,p8x8,i8x8+8x8dct,b8x8,p4x4 (at low bitrate i8x8          
7196 would be more important than i4x4 though). Using i8x8 results in a "High        
7197 Profile" setting (not all decoders seem to support that). i8x8 requires         
7198 8x8dct which is now a seperate option (default disabled)."
7199
7200
7201 ------------------------------------------------------------------------
7202 r14560 | xtophe | 2006-03-01 22:41:11 +0100 (Wed, 01 Mar 2006) | 2 lines
7203 Changed paths:
7204    M /trunk/extras/contrib/Makefile
7205
7206 Warning Explicit Kludge
7207
7208 ------------------------------------------------------------------------
7209 r14559 | fkuehne | 2006-03-01 22:08:17 +0100 (Wed, 01 Mar 2006) | 1 line
7210 Changed paths:
7211    M /trunk/modules/gui/macosx/update.h
7212    M /trunk/modules/gui/macosx/update.m
7213
7214 * removed unused, useless variable
7215 ------------------------------------------------------------------------
7216 r14558 | fkuehne | 2006-03-01 22:05:47 +0100 (Wed, 01 Mar 2006) | 4 lines
7217 Changed paths:
7218    M /trunk/modules/gui/macosx/interaction.m
7219    M /trunk/modules/gui/macosx/update.h
7220    M /trunk/modules/gui/macosx/update.m
7221
7222 * download the updated versions through VLC and not through your default browser
7223 * removed a crasher from interaction.m
7224
7225 Note: the progress-window used to show the progress is quite hacky at the moment and will be replaced through a good implementation once the interaction-core is finished.
7226 ------------------------------------------------------------------------
7227 r14557 | hartman | 2006-03-01 22:00:49 +0100 (Wed, 01 Mar 2006) | 2 lines
7228 Changed paths:
7229    M /trunk/modules/codec/ffmpeg/ffmpeg.c
7230
7231 * Add dvcp and dvpp FOURCCs (the PAl versions of QuickTime DV and DVPro apparently)
7232
7233 ------------------------------------------------------------------------
7234 r14556 | fkuehne | 2006-03-01 20:56:34 +0100 (Wed, 01 Mar 2006) | 1 line
7235 Changed paths:
7236    M /trunk/modules/gui/wxwidgets/input_manager.cpp
7237    M /trunk/modules/gui/wxwidgets/interface.cpp
7238    M /trunk/modules/gui/wxwidgets/interface.hpp
7239    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
7240
7241 * more systray related ifndefs for the Darwin platform
7242 ------------------------------------------------------------------------
7243 r14555 | fkuehne | 2006-03-01 20:11:24 +0100 (Wed, 01 Mar 2006) | 1 line
7244 Changed paths:
7245    M /trunk/modules/gui/wxwidgets/interface.cpp
7246
7247 * Darwin compilation fix
7248 ------------------------------------------------------------------------
7249 r14554 | fkuehne | 2006-03-01 18:47:27 +0100 (Wed, 01 Mar 2006) | 1 line
7250 Changed paths:
7251    M /trunk/modules/access/screen/mac.c
7252
7253 * fixed some warnings
7254 ------------------------------------------------------------------------
7255 r14553 | hartman | 2006-03-01 17:50:08 +0100 (Wed, 01 Mar 2006) | 4 lines
7256 Changed paths:
7257    M /trunk/configure.ac
7258
7259 * Apply --enable-xinerama patch by Diego Petteno <flameeyes at gentoo dot org>
7260 This is not 100% tested, but only compared against similar situations.
7261
7262
7263 ------------------------------------------------------------------------
7264 r14552 | hartman | 2006-03-01 14:36:01 +0100 (Wed, 01 Mar 2006) | 3 lines
7265 Changed paths:
7266    M /trunk/modules/misc/rtsp.c
7267    M /trunk/modules/stream_out/rtp.c
7268
7269 * trackID changes for the VLC rtsp server as suggested by Leonardo ... <leonardo_c at libero dot it>.
7270   - apparently DSS is casesensitive on trackID.
7271
7272 ------------------------------------------------------------------------
7273 r14551 | hartman | 2006-03-01 14:23:12 +0100 (Wed, 01 Mar 2006) | 2 lines
7274 Changed paths:
7275    M /trunk/extras/contrib/src/Makefile
7276    D /trunk/extras/contrib/src/Patches/libcddb.patch
7277    M /trunk/extras/contrib/src/packages.mak
7278
7279 * Update the CDDB version from 0.9.6 to 1.2.1
7280
7281 ------------------------------------------------------------------------
7282 r14550 | hartman | 2006-03-01 14:13:03 +0100 (Wed, 01 Mar 2006) | 3 lines
7283 Changed paths:
7284    M /trunk/THANKS
7285    M /trunk/modules/access/cdda/info.c
7286
7287 * Fixes for CDDB courtesy of Alexander Gall <gall at switch dot ch>. 
7288  - added him to THANKS as well.
7289
7290 ------------------------------------------------------------------------
7291 r14549 | courmisch | 2006-03-01 12:20:10 +0100 (Wed, 01 Mar 2006) | 3 lines
7292 Changed paths:
7293    M /trunk/modules/misc/network/ipv4.c
7294    M /trunk/modules/misc/network/ipv6.c
7295
7296 Don't use connect() when the "bind" address is a multicast group
7297 Bug reported by Alexander Gall
7298
7299 ------------------------------------------------------------------------
7300 r14548 | courmisch | 2006-03-01 11:41:47 +0100 (Wed, 01 Mar 2006) | 2 lines
7301 Changed paths:
7302    M /trunk/configure.ac
7303
7304 Try to fix getaddrinfo et al. detection on Solaris
7305
7306 ------------------------------------------------------------------------
7307 r14547 | courmisch | 2006-03-01 11:20:50 +0100 (Wed, 01 Mar 2006) | 2 lines
7308 Changed paths:
7309    M /trunk/configure.ac
7310
7311 Link ipv6 with -lsocket and/or -lnsl whenever we need these for ipv4
7312
7313 ------------------------------------------------------------------------
7314 r14546 | courmisch | 2006-03-01 10:53:39 +0100 (Wed, 01 Mar 2006) | 2 lines
7315 Changed paths:
7316    M /trunk/src/Makefile.am
7317
7318 Use stamp not to recompile and relink version.c when it doesn't have to (closes #554)
7319
7320 ------------------------------------------------------------------------
7321 r14545 | zorglub | 2006-03-01 00:23:42 +0100 (Wed, 01 Mar 2006) | 2 lines
7322 Changed paths:
7323    M /trunk/modules/gui/wxwidgets/dialogs.cpp
7324
7325 Don't preparse folders using input_Preprase
7326
7327 ------------------------------------------------------------------------
7328 r14544 | ipkiss | 2006-02-28 20:12:54 +0100 (Tue, 28 Feb 2006) | 2 lines
7329 Changed paths:
7330    M /trunk/doc/skins/skins2-howto.xml
7331
7332  * doc/skins/skins2-howto.xml: fixed a typo
7333
7334 ------------------------------------------------------------------------
7335 r14543 | md | 2006-02-28 16:46:46 +0100 (Tue, 28 Feb 2006) | 5 lines
7336 Changed paths:
7337    M /trunk/src/video_output/vout_intf.c
7338
7339 * changed the order of offered aspect/crop values so that the most commonly
7340 used ones are on the top
7341 * added 5:4 aspect/crop ration for high quality PAL TV out (720x576 display
7342 resolution) and 1280x1024 LCD panels 
7343
7344 ------------------------------------------------------------------------
7345 r14542 | md | 2006-02-28 16:34:16 +0100 (Tue, 28 Feb 2006) | 2 lines
7346 Changed paths:
7347    M /trunk/src/video_output/vout_intf.c
7348
7349 make ZoomCallback work with extended GUI or deinterlace (refs #480)
7350
7351 ------------------------------------------------------------------------
7352 r14541 | hartman | 2006-02-28 16:31:04 +0100 (Tue, 28 Feb 2006) | 5 lines
7353 Changed paths:
7354    M /trunk/modules/stream_out/rtp.c
7355
7356 * Fix the rtp module to not create broken SDPs. muxed streams are unsupported in RTSP mode. fixes #452
7357 - commented a few fprintf, and changed some to msg_Dbg where possible.
7358 - fixed a couple of spelling errors.
7359 - this module really needs a big cleanup and merging with the other SDP and RTSP code.
7360
7361 ------------------------------------------------------------------------
7362 r14540 | courmisch | 2006-02-28 16:29:42 +0100 (Tue, 28 Feb 2006) | 2 lines
7363 Changed paths:
7364    M /trunk/bootstrap
7365
7366 libtool: fix make distclean
7367
7368 ------------------------------------------------------------------------
7369 r14539 | courmisch | 2006-02-28 16:12:37 +0100 (Tue, 28 Feb 2006) | 4 lines
7370 Changed paths:
7371    M /trunk/bootstrap
7372    M /trunk/src/Makefile.am
7373
7374 With libtool, compile builtins as lib*_builtin.la to avoid name collision
7375 with actual system library (seems to fix weird compilation problem with
7376 flac and theora builtins)
7377
7378 ------------------------------------------------------------------------
7379 r14538 | courmisch | 2006-02-28 15:52:40 +0100 (Tue, 28 Feb 2006) | 3 lines
7380 Changed paths:
7381    M /trunk/src/stream_output/sap.c
7382
7383 Fail when trying to advertise a stream with an out-of-scope address
7384 (avoids spamming the MBONE with incorrect private streams)
7385
7386 ------------------------------------------------------------------------
7387 r14537 | courmisch | 2006-02-28 13:58:37 +0100 (Tue, 28 Feb 2006) | 2 lines
7388 Changed paths:
7389    M /trunk/bootstrap
7390
7391 Use noinst_ rather than libvlc_ for builtins
7392
7393 ------------------------------------------------------------------------
7394 r14536 | dionoea | 2006-02-28 13:45:37 +0100 (Tue, 28 Feb 2006) | 2 lines
7395 Changed paths:
7396    M /trunk/src/misc/vlm.c
7397
7398 Use VLC stream functions to load vlm configs. Refs #567
7399
7400 ------------------------------------------------------------------------
7401 r14535 | courmisch | 2006-02-28 13:22:24 +0100 (Tue, 28 Feb 2006) | 3 lines
7402 Changed paths:
7403    M /trunk/bootstrap
7404
7405 Implement clean with --enable-libtool
7406 May fix builtins recompilation (theora, flac...)
7407
7408 ------------------------------------------------------------------------
7409 r14534 | courmisch | 2006-02-28 12:45:22 +0100 (Tue, 28 Feb 2006) | 3 lines
7410 Changed paths:
7411    M /trunk/configure.ac
7412
7413 Don't use p_symbols with libtool
7414 (this commit obviously breaks binary compatibility - clear your plugins)
7415
7416 ------------------------------------------------------------------------
7417 r14533 | courmisch | 2006-02-28 10:01:59 +0100 (Tue, 28 Feb 2006) | 2 lines
7418 Changed paths:
7419    M /trunk/bootstrap
7420
7421 Fix the work-around for the work-around
7422
7423 ------------------------------------------------------------------------
7424 r14532 | courmisch | 2006-02-28 09:55:43 +0100 (Tue, 28 Feb 2006) | 2 lines
7425 Changed paths:
7426    M /trunk/src/network/udp.c
7427
7428 Remove debug message
7429
7430 ------------------------------------------------------------------------
7431 r14531 | courmisch | 2006-02-28 09:42:23 +0100 (Tue, 28 Feb 2006) | 2 lines
7432 Changed paths:
7433    M /trunk/activex/Makefile.am
7434    M /trunk/bootstrap
7435    M /trunk/mozilla/Makefile.am
7436    M /trunk/src/Makefile.am
7437
7438 mv -> mv -f
7439
7440 ------------------------------------------------------------------------
7441 r14530 | courmisch | 2006-02-28 09:39:27 +0100 (Tue, 28 Feb 2006) | 2 lines
7442 Changed paths:
7443    M /trunk/doc/Makefile.am
7444
7445 Dist demo.sh
7446
7447 ------------------------------------------------------------------------
7448 r14529 | courmisch | 2006-02-28 09:37:44 +0100 (Tue, 28 Feb 2006) | 2 lines
7449 Changed paths:
7450    M /trunk/bootstrap
7451
7452 Missing quotes
7453
7454 ------------------------------------------------------------------------
7455 r14528 | courmisch | 2006-02-28 09:16:40 +0100 (Tue, 28 Feb 2006) | 2 lines
7456 Changed paths:
7457    M /trunk/doc/demo.sh
7458
7459 EOL style
7460
7461 ------------------------------------------------------------------------
7462 r14527 | hartman | 2006-02-28 03:03:33 +0100 (Tue, 28 Feb 2006) | 2 lines
7463 Changed paths:
7464    M /trunk/modules/demux/vobsub.c
7465
7466 * Use stream_UrlNew for vobsub loading instead of fopen. closes #567
7467
7468 ------------------------------------------------------------------------
7469 r14526 | hartman | 2006-02-28 02:28:38 +0100 (Tue, 28 Feb 2006) | 2 lines
7470 Changed paths:
7471    M /trunk/doc/demo.sh
7472
7473 * demo.sh for Mac OS X VLC command
7474
7475 ------------------------------------------------------------------------
7476 r14525 | dionoea | 2006-02-28 00:24:39 +0100 (Tue, 28 Feb 2006) | 2 lines
7477 Changed paths:
7478    M /trunk/doc/demo.sh
7479
7480 Add OpenGL rotating cube and video wall demos
7481
7482 ------------------------------------------------------------------------
7483 r14524 | dionoea | 2006-02-28 00:03:28 +0100 (Tue, 28 Feb 2006) | 2 lines
7484 Changed paths:
7485    M /trunk/doc/demo.sh
7486
7487 Small fixes/changes
7488
7489 ------------------------------------------------------------------------
7490 r14523 | dionoea | 2006-02-27 23:47:21 +0100 (Mon, 27 Feb 2006) | 2 lines
7491 Changed paths:
7492    A /trunk/doc/demo.sh
7493
7494 Small script that generates huge command lines to be used in demos. Feel free to add/change stuff.
7495
7496 ------------------------------------------------------------------------
7497 r14522 | hartman | 2006-02-27 22:13:56 +0100 (Mon, 27 Feb 2006) | 2 lines
7498 Changed paths:
7499    M /trunk/extras/contrib/src/Makefile
7500
7501 * iconv is already provided on 10.3 and 10.4, so we don't need to install it.
7502
7503 ------------------------------------------------------------------------
7504 r14521 | courmisch | 2006-02-27 22:07:25 +0100 (Mon, 27 Feb 2006) | 2 lines
7505 Changed paths:
7506    M /trunk/modules/misc/gnutls.c
7507
7508 Fix warning on 64 bits systems
7509
7510 ------------------------------------------------------------------------
7511 r14520 | courmisch | 2006-02-27 22:06:42 +0100 (Mon, 27 Feb 2006) | 2 lines
7512 Changed paths:
7513    M /trunk/modules/misc/rtsp.c
7514
7515 Silly me
7516
7517 ------------------------------------------------------------------------
7518 r14519 | courmisch | 2006-02-27 21:59:08 +0100 (Mon, 27 Feb 2006) | 2 lines
7519 Changed paths:
7520    M /trunk/activex/Makefile.am
7521    M /trunk/bootstrap
7522    M /trunk/mozilla/Makefile.am
7523    M /trunk/src/Makefile.am
7524
7525 Work-around libtool's work-around which adds .exe on Cygwin 
7526
7527 ------------------------------------------------------------------------
7528 r14518 | courmisch | 2006-02-27 21:48:49 +0100 (Mon, 27 Feb 2006) | 2 lines
7529 Changed paths:
7530    M /trunk/modules/access/gnomevfs.c
7531    M /trunk/modules/misc/rtsp.c
7532
7533 Compile fixes
7534
7535 ------------------------------------------------------------------------
7536 r14517 | courmisch | 2006-02-27 21:29:39 +0100 (Mon, 27 Feb 2006) | 2 lines
7537 Changed paths:
7538    M /trunk/bootstrap
7539
7540 Don't loop infinitely when then is no plugin to install (libtool-only)
7541
7542 ------------------------------------------------------------------------
7543 r14516 | courmisch | 2006-02-27 21:29:03 +0100 (Mon, 27 Feb 2006) | 2 lines
7544 Changed paths:
7545    M /trunk/modules/services_discovery/daap.c
7546
7547 daap.c: Attempt to fix compilation
7548
7549 ------------------------------------------------------------------------
7550 r14515 | courmisch | 2006-02-27 13:46:42 +0100 (Mon, 27 Feb 2006) | 2 lines
7551 Changed paths:
7552    M /trunk/include/network.h
7553    A /trunk/include/vlc_url.h (from /trunk/include/network.h:14514)
7554    M /trunk/modules/access/ftp.c
7555    M /trunk/modules/access/http.c
7556    M /trunk/modules/access/mms/mmsh.c
7557    M /trunk/modules/access/mms/mmstu.c
7558    M /trunk/modules/control/http/rpn.c
7559    M /trunk/modules/control/rc.c
7560    M /trunk/modules/control/telnet.c
7561    M /trunk/modules/misc/rtsp.c
7562    M /trunk/modules/stream_out/rtp.c
7563    M /trunk/modules/stream_out/standard.c
7564
7565 Separate socket/resolv stuff (network.h) from url stuff (vlc_url.h)
7566
7567 ------------------------------------------------------------------------
7568 r14514 | xtophe | 2006-02-27 13:01:58 +0100 (Mon, 27 Feb 2006) | 2 lines
7569 Changed paths:
7570    M /trunk/po/POTFILES.in
7571    M /trunk/po/ca.po
7572    M /trunk/po/da.po
7573    M /trunk/po/de.po
7574    M /trunk/po/en_GB.po
7575    M /trunk/po/es.po
7576    M /trunk/po/fr.po
7577    M /trunk/po/it.po
7578    M /trunk/po/ja.po
7579    M /trunk/po/ka.po
7580    M /trunk/po/ko.po
7581    M /trunk/po/nl.po
7582    M /trunk/po/oc.po
7583    M /trunk/po/pt_BR.po
7584    M /trunk/po/ro.po
7585    M /trunk/po/ru.po
7586    M /trunk/po/sv.po
7587    M /trunk/po/tr.po
7588    M /trunk/po/vlc.pot
7589    M /trunk/po/zh_CN.po
7590    M /trunk/po/zh_TW.po
7591
7592 po/*: run make update-po.
7593
7594 ------------------------------------------------------------------------
7595 r14513 | dionoea | 2006-02-26 22:30:50 +0100 (Sun, 26 Feb 2006) | 4 lines
7596 Changed paths:
7597    M /trunk/modules/video_filter/distort.c
7598
7599 distort.c:
7600 * new psychedelic FOSDEM demo filter. enjoy :)
7601 * misc changes          
7602
7603 ------------------------------------------------------------------------
7604 r14512 | fkuehne | 2006-02-26 17:33:56 +0100 (Sun, 26 Feb 2006) | 1 line
7605 Changed paths:
7606    M /trunk/extras/contrib/bootstrap
7607    M /trunk/extras/contrib/src/Makefile
7608    M /trunk/extras/contrib/src/packages.mak
7609
7610 * fixed the compilation of gettext&libiconv on Darwin and updated the copyright-dates
7611 ------------------------------------------------------------------------
7612 r14511 | jpsaman | 2006-02-26 16:49:54 +0100 (Sun, 26 Feb 2006) | 1 line
7613 Changed paths:
7614    M /trunk/modules/misc/rtsp.c
7615
7616 Rename --rtsp-throtle to --rtsp-throtle-users
7617 ------------------------------------------------------------------------
7618 r14510 | courmisch | 2006-02-26 16:09:47 +0100 (Sun, 26 Feb 2006) | 3 lines
7619 Changed paths:
7620    M /trunk/src/Makefile.am
7621
7622 Put some dependencies on stamp-builtins to force rebuild when the
7623 tree configuration is modified
7624
7625 ------------------------------------------------------------------------
7626 r14509 | courmisch | 2006-02-26 15:48:02 +0100 (Sun, 26 Feb 2006) | 4 lines
7627 Changed paths:
7628    M /trunk/bootstrap
7629    M /trunk/configure.ac
7630    M /trunk/src/Makefile.am
7631
7632 Get rid of --enable-shared-libvlc on non-Microsoft platforms
7633 as it did never worked properly, if at all with these
7634 (you should use libtool to build a shared libvlc instead)
7635
7636 ------------------------------------------------------------------------
7637 r14508 | zorglub | 2006-02-26 15:47:06 +0100 (Sun, 26 Feb 2006) | 2 lines
7638 Changed paths:
7639    M /trunk/src/control/libvlc_audio.c
7640
7641 Remove ref to volume_get
7642
7643 ------------------------------------------------------------------------
7644 r14507 | zorglub | 2006-02-26 15:23:16 +0100 (Sun, 26 Feb 2006) | 2 lines
7645 Changed paths:
7646    M /trunk/modules/gui/wxwidgets/menus.cpp
7647
7648 Disable intf-switch in the interface (Refs:#564) - Not working correctly, neither on win32 nor GTK
7649
7650 ------------------------------------------------------------------------
7651 r14506 | fkuehne | 2006-02-26 15:20:46 +0100 (Sun, 26 Feb 2006) | 1 line
7652 Changed paths:
7653    M /trunk/NEWS
7654
7655 * added some news. feel free to improve the wording :)
7656 ------------------------------------------------------------------------
7657 r14505 | fkuehne | 2006-02-26 13:35:30 +0100 (Sun, 26 Feb 2006) | 3 lines
7658 Changed paths:
7659    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
7660    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
7661    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
7662    M /trunk/modules/gui/macosx/controls.h
7663    M /trunk/modules/gui/macosx/controls.m
7664
7665 * added a "Go To Specific Position" feature (closes #377)
7666 - accessible by double-clicking on the time-counters and through a menu-item in "Playback"
7667 - the class of the time-counters is VLCTimeField now, because we need to fetch the mouseDown-event. There are no further changes compared to NSTextField.
7668 ------------------------------------------------------------------------
7669 r14504 | zorglub | 2006-02-26 13:30:22 +0100 (Sun, 26 Feb 2006) | 3 lines
7670 Changed paths:
7671    M /trunk/include/vlc/libvlc.h
7672    M /trunk/src/control/libvlc_audio.c
7673
7674 Cosmetics. 
7675 Add toggle_mute
7676
7677 ------------------------------------------------------------------------
7678 r14503 | zorglub | 2006-02-26 13:29:40 +0100 (Sun, 26 Feb 2006) | 2 lines
7679 Changed paths:
7680    M /trunk/m4
7681
7682 svn:ignore libtool stuff
7683
7684 ------------------------------------------------------------------------
7685 r14502 | jpsaman | 2006-02-26 13:18:46 +0100 (Sun, 26 Feb 2006) | 1 line
7686 Changed paths:
7687    M /trunk/modules/misc/rtsp.c
7688
7689 Implement RTSP VOD connection throtle
7690 ------------------------------------------------------------------------
7691 r14501 | courmisch | 2006-02-26 12:59:18 +0100 (Sun, 26 Feb 2006) | 2 lines
7692 Changed paths:
7693    M /trunk/Makefile.am
7694    D /trunk/src/vlc.c
7695    A /trunk/vlc.c (from /trunk/src/vlc.c:14498)
7696
7697 Move vlc.c to . to fix distclean (Automake limitation)
7698
7699 ------------------------------------------------------------------------
7700 r14500 | dionoea | 2006-02-25 22:11:18 +0100 (Sat, 25 Feb 2006) | 3 lines
7701 Changed paths:
7702    M /trunk/src/misc/win32_specific.c
7703
7704 Revert [14452] as it broke the mozilla plugin. We need to find another way
7705 to fix that.
7706
7707 ------------------------------------------------------------------------
7708 r14499 | dionoea | 2006-02-25 22:08:46 +0100 (Sat, 25 Feb 2006) | 2 lines
7709 Changed paths:
7710    M /trunk/doc/fortunes.txt
7711
7712 Nice user comment ...
7713
7714 ------------------------------------------------------------------------
7715 r14498 | courmisch | 2006-02-25 21:46:22 +0100 (Sat, 25 Feb 2006) | 2 lines
7716 Changed paths:
7717    M /trunk/Makefile.am
7718
7719 Attempt to fix core and all targets with more than one job
7720
7721 ------------------------------------------------------------------------
7722 r14497 | fkuehne | 2006-02-25 16:50:43 +0100 (Sat, 25 Feb 2006) | 5 lines
7723 Changed paths:
7724    M /trunk/modules/gui/macosx/update.h
7725    M /trunk/modules/gui/macosx/update.m
7726
7727 * retrieve the release notes and display them
7728     - they are temporarily stored in ~/Library/Caches/vlc_releasenote_temp.txt
7729     - Please shout if this location isn't okay for this purpose.
7730     - the file is automatically removed after displaying its content.
7731 * show the binary's size in MB instead of bytes
7732 ------------------------------------------------------------------------
7733 r14496 | fkuehne | 2006-02-25 14:45:07 +0100 (Sat, 25 Feb 2006) | 1 line
7734 Changed paths:
7735    M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
7736    M /trunk/modules/gui/macosx/interaction.h
7737    M /trunk/modules/gui/macosx/interaction.m
7738
7739 * slightly enlarged the progress_for_downloads-panel-to-be and fixed some bugs in the interaction-framework
7740 ------------------------------------------------------------------------
7741 r14495 | courmisch | 2006-02-24 23:39:45 +0100 (Fri, 24 Feb 2006) | 3 lines
7742 Changed paths:
7743    M /trunk/Makefile.am
7744
7745 Fix Win32 packaging targets inter-dependencies
7746 (otherwise unusable with more than one make job)
7747
7748 ------------------------------------------------------------------------
7749 r14494 | zorglub | 2006-02-24 20:11:39 +0100 (Fri, 24 Feb 2006) | 2 lines
7750 Changed paths:
7751    M /trunk/extras/make.pl
7752
7753 Remove a bit of noise
7754
7755 ------------------------------------------------------------------------
7756 r14493 | bigben | 2006-02-24 16:00:03 +0100 (Fri, 24 Feb 2006) | 3 lines
7757 Changed paths:
7758    M /trunk/modules/audio_filter/channel_mixer/simple.c
7759
7760 Add a 7.x / 5.x -> 4.0 downmixing routine (for AAC mostly, for a52 this is done by liba52)
7761
7762
7763 ------------------------------------------------------------------------
7764 r14492 | courmisch | 2006-02-24 14:43:10 +0100 (Fri, 24 Feb 2006) | 2 lines
7765 Changed paths:
7766    M /trunk/src/libvlc.h
7767
7768 Remove abusive line feeds to fix vlc --help-verbose --advanced  -H layout.
7769
7770 ------------------------------------------------------------------------
7771 r14491 | xtophe | 2006-02-24 11:53:29 +0100 (Fri, 24 Feb 2006) | 2 lines
7772 Changed paths:
7773    M /trunk/extras/contrib/src/Makefile
7774    M /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch
7775
7776 ALL: Don't use character which are different in utf8 and latin*
7777
7778 ------------------------------------------------------------------------
7779 r14490 | djc | 2006-02-24 10:55:51 +0100 (Fri, 24 Feb 2006) | 3 lines
7780 Changed paths:
7781    M /trunk/modules/video_filter/distort.c
7782
7783 Simple Hough transform to detect lines in video
7784 Needs a lot of optimizations...
7785
7786 ------------------------------------------------------------------------
7787 r14489 | courmisch | 2006-02-24 09:28:12 +0100 (Fri, 24 Feb 2006) | 2 lines
7788 Changed paths:
7789    M /trunk/extras/contrib/src/Makefile
7790
7791 Silly libgpg-error's autogen doesn't call libtoolize
7792
7793 ------------------------------------------------------------------------
7794 r14488 | courmisch | 2006-02-24 08:57:54 +0100 (Fri, 24 Feb 2006) | 5 lines
7795 Changed paths:
7796    M /trunk/mozilla/Makefile.am
7797
7798 Fix typo, fix make dist
7799
7800 As for make distclean, I can't think of any solution but moving vlc.c out of
7801 src/ (I know it sucks, but you don't want to rewrite automake, do you?).
7802
7803 ------------------------------------------------------------------------
7804 r14487 | courmisch | 2006-02-23 23:59:03 +0100 (Thu, 23 Feb 2006) | 2 lines
7805 Changed paths:
7806    M /trunk/mozilla/Makefile.am
7807
7808 Make automake happy
7809
7810 ------------------------------------------------------------------------
7811 r14486 | courmisch | 2006-02-23 23:49:56 +0100 (Thu, 23 Feb 2006) | 2 lines
7812 Changed paths:
7813    M /trunk/mozilla/Makefile.am
7814
7815 Support for building Mozilla plugin with libtool + clean up
7816
7817 ------------------------------------------------------------------------
7818 r14485 | courmisch | 2006-02-23 23:08:24 +0100 (Thu, 23 Feb 2006) | 2 lines
7819 Changed paths:
7820    M /trunk/mozilla/Makefile.am
7821
7822 Clean up
7823
7824 ------------------------------------------------------------------------
7825 r14484 | courmisch | 2006-02-23 22:47:10 +0100 (Thu, 23 Feb 2006) | 2 lines
7826 Changed paths:
7827    M /trunk
7828    M /trunk/activex
7829    M /trunk/modules
7830    M /trunk/modules/access
7831    M /trunk/modules/access/cdda
7832    M /trunk/modules/access/dshow
7833    M /trunk/modules/access/dvb
7834    M /trunk/modules/access/mms
7835    M /trunk/modules/access/pvr
7836    M /trunk/modules/access/rtsp
7837    M /trunk/modules/access/screen
7838    M /trunk/modules/access/v4l
7839    M /trunk/modules/access/vcd
7840    M /trunk/modules/access/vcdx
7841    M /trunk/modules/access_filter
7842    M /trunk/modules/access_output
7843    M /trunk/modules/audio_filter
7844    M /trunk/modules/audio_filter/channel_mixer
7845    M /trunk/modules/audio_filter/converter
7846    M /trunk/modules/audio_filter/resampler
7847    M /trunk/modules/audio_mixer
7848    M /trunk/modules/audio_output
7849    M /trunk/modules/codec
7850    M /trunk/modules/codec/cmml
7851    M /trunk/modules/codec/dmo
7852    M /trunk/modules/codec/ffmpeg
7853    M /trunk/modules/codec/spudec
7854    M /trunk/modules/control
7855    M /trunk/modules/control/corba
7856    M /trunk/modules/control/http
7857    M /trunk/modules/demux
7858    M /trunk/modules/demux/asf
7859    M /trunk/modules/demux/avi
7860    M /trunk/modules/demux/mp4
7861    M /trunk/modules/demux/mpeg
7862    M /trunk/modules/demux/playlist
7863    M /trunk/modules/demux/util
7864    M /trunk/modules/gui
7865    M /trunk/modules/gui/beos
7866    M /trunk/modules/gui/macosx
7867    M /trunk/modules/gui/opie
7868    M /trunk/modules/gui/pda
7869    M /trunk/modules/gui/qnx
7870    M /trunk/modules/gui/skins2
7871    M /trunk/modules/gui/skins2/commands
7872    M /trunk/modules/gui/skins2/controls
7873    M /trunk/modules/gui/skins2/events
7874    M /trunk/modules/gui/skins2/macosx
7875    M /trunk/modules/gui/skins2/parser
7876    M /trunk/modules/gui/skins2/src
7877    M /trunk/modules/gui/skins2/unzip
7878    M /trunk/modules/gui/skins2/utils
7879    M /trunk/modules/gui/skins2/vars
7880    M /trunk/modules/gui/skins2/win32
7881    M /trunk/modules/gui/skins2/x11
7882    M /trunk/modules/gui/wince
7883    M /trunk/modules/gui/wince/bitmaps
7884    M /trunk/modules/gui/wxwidgets
7885    M /trunk/modules/gui/wxwidgets/bitmaps
7886    M /trunk/modules/gui/wxwidgets/dialogs
7887    M /trunk/modules/gui/wxwidgets/dialogs/vlm
7888    M /trunk/modules/misc
7889    M /trunk/modules/misc/dummy
7890    M /trunk/modules/misc/memcpy
7891    M /trunk/modules/misc/network
7892    M /trunk/modules/misc/playlist
7893    M /trunk/modules/misc/testsuite
7894    M /trunk/modules/misc/xml
7895    M /trunk/modules/mux
7896    M /trunk/modules/mux/mpeg
7897    M /trunk/modules/packetizer
7898    M /trunk/modules/services_discovery
7899    M /trunk/modules/stream_out
7900    M /trunk/modules/stream_out/transrate
7901    M /trunk/modules/video_chroma
7902    M /trunk/modules/video_filter
7903    M /trunk/modules/video_filter/swscale
7904    M /trunk/modules/video_output
7905    M /trunk/modules/video_output/directx
7906    M /trunk/modules/video_output/qte
7907    M /trunk/modules/video_output/x11
7908    M /trunk/modules/visualization
7909    M /trunk/modules/visualization/galaktos
7910    M /trunk/modules/visualization/visual
7911    M /trunk/mozilla
7912    M /trunk/src
7913
7914 svn:ignore
7915
7916 ------------------------------------------------------------------------
7917 r14483 | courmisch | 2006-02-23 22:41:05 +0100 (Thu, 23 Feb 2006) | 2 lines
7918 Changed paths:
7919    M /trunk/src/Makefile.am
7920
7921 Don't build old-style when libtool is enabled
7922
7923 ------------------------------------------------------------------------
7924 r14482 | dionoea | 2006-02-23 21:31:24 +0100 (Thu, 23 Feb 2006) | 2 lines
7925 Changed paths:
7926    M /trunk/modules/video_filter/mosaic.c
7927
7928 shame on me ... *cough* *cough*
7929
7930 ------------------------------------------------------------------------
7931 r14481 | zorglub | 2006-02-23 21:20:31 +0100 (Thu, 23 Feb 2006) | 2 lines
7932 Changed paths:
7933    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
7934
7935 Bitrates only
7936
7937 ------------------------------------------------------------------------
7938 r14480 | zorglub | 2006-02-23 21:18:16 +0100 (Thu, 23 Feb 2006) | 2 lines
7939 Changed paths:
7940    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
7941
7942 Display bitrates in kbps
7943
7944 ------------------------------------------------------------------------
7945 r14478 | courmisch | 2006-02-23 20:41:36 +0100 (Thu, 23 Feb 2006) | 8 lines
7946 Changed paths:
7947    M /trunk/Makefile.am
7948    M /trunk/bootstrap
7949    M /trunk/configure.ac
7950    M /trunk/modules/video_filter/Modules.am
7951    M /trunk/src/Makefile.am
7952
7953 _Experimental_ *optional* libtool support (--enable-libtool)
7954
7955 Should work fine (ie. better than --enable-shared-libvlc) on Linux,
7956 should work on Mac OS X (except for packaging), while shared libvlc doesn't.
7957
7958 Won't work on Win32 with the current Win32 contrib. Stick to static libvlc or
7959 use --enable-shared-libvlc for now.
7960
7961 ------------------------------------------------------------------------
7962 r14477 | courmisch | 2006-02-23 20:38:14 +0100 (Thu, 23 Feb 2006) | 2 lines
7963 Changed paths:
7964    M /trunk/activex/Makefile.am
7965
7966 Linking order fix
7967
7968 ------------------------------------------------------------------------
7969 r14476 | courmisch | 2006-02-23 20:37:58 +0100 (Thu, 23 Feb 2006) | 2 lines
7970 Changed paths:
7971    M /trunk/src/misc/modules.c
7972
7973 Recurse within hidden directories for module search
7974
7975 ------------------------------------------------------------------------
7976 r14475 | littlejohn | 2006-02-23 20:17:31 +0100 (Thu, 23 Feb 2006) | 3 lines
7977 Changed paths:
7978    M /trunk/src/control/libvlc_audio.c
7979
7980 added missing $Id$
7981
7982
7983 ------------------------------------------------------------------------
7984 r14474 | littlejohn | 2006-02-23 19:03:20 +0100 (Thu, 23 Feb 2006) | 3 lines
7985 Changed paths:
7986    M /trunk/include/vlc/libvlc.h
7987
7988 Header modified to include libvlc audio control functions
7989
7990
7991 ------------------------------------------------------------------------
7992 r14473 | littlejohn | 2006-02-23 18:32:49 +0100 (Thu, 23 Feb 2006) | 3 lines
7993 Changed paths:
7994    M /trunk/src/Makefile.am
7995    A /trunk/src/control/libvlc_audio.c
7996
7997 LibVLC basic audio control API
7998
7999
8000 ------------------------------------------------------------------------
8001 r14472 | oaubert | 2006-02-23 18:02:03 +0100 (Thu, 23 Feb 2006) | 2 lines
8002 Changed paths:
8003    M /trunk/bindings/mediacontrol-python/vlcglue.c
8004
8005 mediacontrol-python/vlcglue.c: transmit the snapshot->date field to python
8006
8007 ------------------------------------------------------------------------
8008 r14471 | oaubert | 2006-02-23 17:44:09 +0100 (Thu, 23 Feb 2006) | 3 lines
8009 Changed paths:
8010    M /trunk/src/video_output/vout_intf.c
8011
8012 src/vout_intf.c: move the snapshot-path == object:object-id codepath
8013 to the start of the function, to avoid unnecessary overhead of path checks.
8014
8015 ------------------------------------------------------------------------
8016 r14470 | oaubert | 2006-02-23 17:21:56 +0100 (Thu, 23 Feb 2006) | 2 lines
8017 Changed paths:
8018    M /trunk/src/control/mediacontrol_audio_video.c
8019
8020 mediacontrol_audio_video.c: release vout in mediacontrol_snapshot()
8021
8022 ------------------------------------------------------------------------
8023 r14469 | hartman | 2006-02-23 12:57:38 +0100 (Thu, 23 Feb 2006) | 2 lines
8024 Changed paths:
8025    M /trunk/extras/contrib/Makefile
8026    M /trunk/extras/contrib/bootstrap
8027    M /trunk/extras/contrib/src/Makefile
8028    D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-osx.patch
8029    D /trunk/extras/contrib/src/Patches/gettext-osx.patch
8030    A /trunk/extras/contrib/src/Patches/libpng-osx.patch
8031    D /trunk/extras/contrib/src/Patches/libpng.patch
8032    A /trunk/extras/contrib/src/Patches/live-osx.patch
8033    D /trunk/extras/contrib/src/Patches/livedotcom-osx.patch
8034    M /trunk/extras/contrib/src/packages.mak
8035
8036 * make more contribs work with SDK. refs #182
8037
8038 ------------------------------------------------------------------------
8039 r14468 | courmisch | 2006-02-23 11:43:39 +0100 (Thu, 23 Feb 2006) | 2 lines
8040 Changed paths:
8041    M /trunk/activex/Makefile.am
8042
8043 Same fix for activeX
8044
8045 ------------------------------------------------------------------------
8046 r14467 | courmisch | 2006-02-23 11:41:15 +0100 (Thu, 23 Feb 2006) | 2 lines
8047 Changed paths:
8048    M /trunk/Makefile.am
8049
8050 Fix linking with included gettext
8051
8052 ------------------------------------------------------------------------
8053 r14466 | dionoea | 2006-02-23 00:34:54 +0100 (Thu, 23 Feb 2006) | 3 lines
8054 Changed paths:
8055    M /trunk/mozilla/npvlc_rc.rc
8056    M /trunk/mozilla/vlcplugin.h
8057
8058 Ogg mime type is application/ogg (see RFC 3534)
8059 Thanks to forum user http://forum.videolan.org/viewtopic.php?t=17646
8060
8061 ------------------------------------------------------------------------
8062 r14465 | dionoea | 2006-02-22 18:28:46 +0100 (Wed, 22 Feb 2006) | 4 lines
8063 Changed paths:
8064    M /trunk/modules/video_filter/distort.c
8065    M /trunk/modules/video_filter/mosaic.c
8066
8067 mosaic.c: Bluescreen enhancement. Add convolution product of alpha mask with 5x5 gaussian. Makes it look better.
8068
8069 distort.c: change line orders.
8070
8071 ------------------------------------------------------------------------
8072 r14464 | hartman | 2006-02-22 17:27:50 +0100 (Wed, 22 Feb 2006) | 2 lines
8073 Changed paths:
8074    M /trunk/modules/demux/avi/avi.c
8075
8076 * Use EnsureUTF8 on the trackname of avi's. (no garentueed charset).
8077
8078 ------------------------------------------------------------------------
8079 r14463 | hartman | 2006-02-22 17:17:24 +0100 (Wed, 22 Feb 2006) | 3 lines
8080 Changed paths:
8081    M /trunk/modules/codec/subsdec.c
8082    M /trunk/src/video_output/vout_subpictures.c
8083
8084 * Scale SSA subs if necessarry.
8085 * Scale width if only original height is known.
8086
8087 ------------------------------------------------------------------------
8088 r14462 | damienf | 2006-02-22 15:04:31 +0100 (Wed, 22 Feb 2006) | 2 lines
8089 Changed paths:
8090    M /trunk/Makefile.am
8091    M /trunk/activex/Makefile.am
8092    M /trunk/src/Makefile.am
8093
8094 all: renamed DLL import library as libvlc.dll.a, as this is what mingw/cygwin ld expects to see. for more info refer to: http://www.sourceware.org/binutils/docs-2.16/ld/WIN32.html
8095
8096 ------------------------------------------------------------------------
8097 r14461 | oaubert | 2006-02-22 14:20:59 +0100 (Wed, 22 Feb 2006) | 2 lines
8098 Changed paths:
8099    M /trunk/bindings/mediacontrol-python/setup.py
8100    D /trunk/bindings/mediacontrol-python/vlcdebug.py
8101    A /trunk/bindings/mediacontrol-python/vlcwrapper.py (from /trunk/bindings/mediacontrol-python/vlcdebug.py:14460)
8102
8103 mediacontrol-python: rename vlcdebug to vlcwrapper
8104
8105 ------------------------------------------------------------------------
8106 r14460 | oaubert | 2006-02-22 14:19:29 +0100 (Wed, 22 Feb 2006) | 2 lines
8107 Changed paths:
8108    M /trunk/bindings/mediacontrol-python/vlcdebug.py
8109
8110 vlcdebug.py: add documentation
8111
8112 ------------------------------------------------------------------------
8113 r14459 | oaubert | 2006-02-22 14:15:10 +0100 (Wed, 22 Feb 2006) | 2 lines
8114 Changed paths:
8115    M /trunk/bindings/mediacontrol-python/Makefile.am
8116    M /trunk/bindings/mediacontrol-python/setup.py
8117
8118 mediacontrol-python: allow to build in a separate builddir
8119
8120 ------------------------------------------------------------------------
8121 r14458 | damienf | 2006-02-22 13:21:23 +0100 (Wed, 22 Feb 2006) | 2 lines
8122 Changed paths:
8123    M /trunk/Makefile.am
8124    M /trunk/activex/Makefile.am
8125    M /trunk/src/Makefile.am
8126
8127 all: for WIN32, create an import library libvlc-dll.a when linking libvlc.dll; updating linking for vlc.exe and activex.dll to use import library in place of dll.
8128
8129 ------------------------------------------------------------------------
8130 r14457 | jpsaman | 2006-02-22 11:05:59 +0100 (Wed, 22 Feb 2006) | 1 line
8131 Changed paths:
8132    M /trunk/modules/stream_out/switcher.c
8133
8134 Use include <file.h> for include files that can be found on the include path as provided to the compiler.
8135 ------------------------------------------------------------------------
8136 r14456 | zorglub | 2006-02-21 22:30:50 +0100 (Tue, 21 Feb 2006) | 2 lines
8137 Changed paths:
8138    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
8139
8140 wxstuff
8141
8142 ------------------------------------------------------------------------
8143 r14455 | zorglub | 2006-02-21 22:19:54 +0100 (Tue, 21 Feb 2006) | 2 lines
8144 Changed paths:
8145    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
8146    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
8147
8148 Add a close button. Put "-" instead of nothing when there is no info
8149
8150 ------------------------------------------------------------------------
8151 r14454 | zorglub | 2006-02-21 20:51:15 +0100 (Tue, 21 Feb 2006) | 2 lines
8152 Changed paths:
8153    M /trunk/modules/gui/wxwidgets/streamdata.cpp
8154
8155 Fix theora in WX too (Closes:#531)
8156
8157 ------------------------------------------------------------------------
8158 r14453 | fkuehne | 2006-02-21 20:44:47 +0100 (Tue, 21 Feb 2006) | 1 line
8159 Changed paths:
8160    M /trunk/modules/gui/macosx/wizard.m
8161
8162 * fix the selection of both Theora and Vorbis on OSX (refs #503 and refs #531). They are being encapsulated in OGG now.
8163 ------------------------------------------------------------------------
8164 r14452 | dionoea | 2006-02-21 20:24:23 +0100 (Tue, 21 Feb 2006) | 3 lines
8165 Changed paths:
8166    M /trunk/src/misc/win32_specific.c
8167
8168 Fix running vlc from path in windows (see http://forum.videolan.org/viewtopic.php?t=17435 ). This could break the mozilla plugin on windows (see http://trac.videolan.org/vlc/changeset/9106) so i'm commiting and i'll do a nightly to check. One way to be sure would be to ask Gibalou but ....
8169
8170
8171 ------------------------------------------------------------------------
8172 r14450 | damienf | 2006-02-21 17:38:23 +0100 (Tue, 21 Feb 2006) | 2 lines
8173 Changed paths:
8174    M /trunk/activex/vlccontrol.cpp
8175
8176 vlccontrol.cpp: fixed bounds issue when allocating memory and iterating through a SafeArray, thanks to Walter Zheng for reporting this problem
8177
8178 ------------------------------------------------------------------------
8179 r14448 | courmisch | 2006-02-21 16:02:16 +0100 (Tue, 21 Feb 2006) | 3 lines
8180 Changed paths:
8181    M /trunk/src/Makefile.am
8182
8183 Don't rebuild static libvlc when not needed
8184 Yet to find a solution for the same problem with shared libvlc
8185
8186 ------------------------------------------------------------------------
8187 r14447 | courmisch | 2006-02-21 13:49:02 +0100 (Tue, 21 Feb 2006) | 2 lines
8188 Changed paths:
8189    M /trunk/src/misc/unicode.c
8190
8191 Favor libiconv over Win32 API for *Locale
8192
8193 ------------------------------------------------------------------------
8194 r14446 | courmisch | 2006-02-21 13:16:11 +0100 (Tue, 21 Feb 2006) | 2 lines
8195 Changed paths:
8196    M /trunk/src/misc/unicode.c
8197
8198 Fix minor typo
8199
8200 ------------------------------------------------------------------------
8201 r14445 | courmisch | 2006-02-21 13:14:27 +0100 (Tue, 21 Feb 2006) | 2 lines
8202 Changed paths:
8203    M /trunk/include/charset.h
8204
8205 Oups, forgot this file
8206
8207 ------------------------------------------------------------------------
8208 r14444 | courmisch | 2006-02-21 13:13:59 +0100 (Tue, 21 Feb 2006) | 2 lines
8209 Changed paths:
8210    M /trunk/src/libvlc.c
8211    M /trunk/src/misc/messages.c
8212
8213 Convert to local encoding before printing on console (closes #556)
8214
8215 ------------------------------------------------------------------------
8216 r14443 | courmisch | 2006-02-21 13:13:22 +0100 (Tue, 21 Feb 2006) | 2 lines
8217 Changed paths:
8218    M /trunk/src/misc/unicode.c
8219
8220 Use //translit when converting to an non-Unicode charset
8221
8222 ------------------------------------------------------------------------
8223 r14442 | adn | 2006-02-21 12:58:05 +0100 (Tue, 21 Feb 2006) | 2 lines
8224 Changed paths:
8225    M /trunk/extras/Makefile
8226
8227 libvlc.a is in src/
8228
8229 ------------------------------------------------------------------------
8230 r14441 | courmisch | 2006-02-21 12:53:49 +0100 (Tue, 21 Feb 2006) | 2 lines
8231 Changed paths:
8232    M /trunk/src/misc/unicode.c
8233
8234 A few utf8 *printf wrappers (refs #556)
8235
8236 ------------------------------------------------------------------------
8237 r14440 | courmisch | 2006-02-21 12:02:38 +0100 (Tue, 21 Feb 2006) | 2 lines
8238 Changed paths:
8239    M /trunk/Makefile.am
8240
8241 Build vlc-bundle on BeOS
8242
8243 ------------------------------------------------------------------------
8244 r14438 | xtophe | 2006-02-21 10:07:44 +0100 (Tue, 21 Feb 2006) | 2 lines
8245 Changed paths:
8246    M /trunk/po/POTFILES.in
8247    M /trunk/po/ca.po
8248    M /trunk/po/da.po
8249    M /trunk/po/de.po
8250    M /trunk/po/en_GB.po
8251    M /trunk/po/es.po
8252    M /trunk/po/fr.po
8253    M /trunk/po/it.po
8254    M /trunk/po/ja.po
8255    M /trunk/po/ka.po
8256    M /trunk/po/ko.po
8257    M /trunk/po/nl.po
8258    M /trunk/po/oc.po
8259    M /trunk/po/pt_BR.po
8260    M /trunk/po/ro.po
8261    M /trunk/po/ru.po
8262    M /trunk/po/sv.po
8263    M /trunk/po/tr.po
8264    M /trunk/po/vlc.pot
8265    M /trunk/po/zh_CN.po
8266    M /trunk/po/zh_TW.po
8267
8268 Thou shalt use a clean tree for po stuffs.
8269
8270 ------------------------------------------------------------------------
8271 r14437 | courmisch | 2006-02-21 09:30:16 +0100 (Tue, 21 Feb 2006) | 2 lines
8272 Changed paths:
8273    M /trunk/mozilla/Makefile.am
8274
8275 Attempt to fix #555 for mozilla plugin as well (refs #555)
8276
8277 ------------------------------------------------------------------------
8278 r14427 | fkuehne | 2006-02-20 22:00:10 +0100 (Mon, 20 Feb 2006) | 1 line
8279 Changed paths:
8280    M /trunk/po/POTFILES.in
8281    M /trunk/po/ca.po
8282    M /trunk/po/da.po
8283    M /trunk/po/de.po
8284    M /trunk/po/en_GB.po
8285    M /trunk/po/es.po
8286    M /trunk/po/fr.po
8287    M /trunk/po/it.po
8288    M /trunk/po/ja.po
8289    M /trunk/po/ka.po
8290    M /trunk/po/ko.po
8291    M /trunk/po/nl.po
8292    M /trunk/po/oc.po
8293    M /trunk/po/pt_BR.po
8294    M /trunk/po/ro.po
8295    M /trunk/po/ru.po
8296    M /trunk/po/sv.po
8297    M /trunk/po/tr.po
8298    M /trunk/po/vlc.pot
8299    M /trunk/po/zh_CN.po
8300    M /trunk/po/zh_TW.po
8301
8302 * first update of the po-files
8303 ------------------------------------------------------------------------
8304 r14425 | courmisch | 2006-02-20 20:53:22 +0100 (Mon, 20 Feb 2006) | 2 lines
8305 Changed paths:
8306    M /trunk/Makefile.am
8307
8308 Fix linking with C++ builtins
8309
8310 ------------------------------------------------------------------------
8311 r14423 | courmisch | 2006-02-20 19:00:28 +0100 (Mon, 20 Feb 2006) | 8 lines
8312 Changed paths:
8313    M /trunk/Makefile.am
8314    M /trunk/src/Makefile.am
8315
8316 - Remove dependency of vlc on stamp-builtin with shared libvlc
8317 - Link against -lvlc instead of src/libvlc.so otherwise installed vlc
8318   cannot be loaded (closes #555)
8319 - Remove src/libvlc.a when src/libvlc.so is built so that previous item
8320   does not break Win32 linking
8321
8322 <subliminal message>how about using libtool</subliminal message>
8323
8324 ------------------------------------------------------------------------
8325 r14422 | hartman | 2006-02-20 13:21:15 +0100 (Mon, 20 Feb 2006) | 2 lines
8326 Changed paths:
8327    M /trunk/modules/access/vcd/cdrom.c
8328    M /trunk/modules/access/vcd/cdrom_internals.h
8329
8330 * Fix CDDA and VCD modules for Mac OS X Intel. Fix suggestion by Keiki SATOH aka demo-n <demo-n at users dot sourceforgedot net>.
8331
8332 ------------------------------------------------------------------------
8333 r14421 | xtophe | 2006-02-20 00:22:02 +0100 (Mon, 20 Feb 2006) | 2 lines
8334 Changed paths:
8335    M /trunk/extras/contrib/src/Makefile
8336    D /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
8337
8338 ffmpeg-cvs.patch: fix upstream
8339
8340 ------------------------------------------------------------------------
8341 r14420 | fkuehne | 2006-02-19 23:41:29 +0100 (Sun, 19 Feb 2006) | 1 line
8342 Changed paths:
8343    M /trunk/modules/gui/macosx/interaction.h
8344    M /trunk/modules/gui/macosx/interaction.m
8345
8346 * fixed keywords and encoding
8347 ------------------------------------------------------------------------
8348 r14419 | fkuehne | 2006-02-19 23:38:07 +0100 (Sun, 19 Feb 2006) | 7 lines
8349 Changed paths:
8350    M /trunk/Makefile.am
8351    A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib
8352    A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
8353    A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
8354    A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
8355    M /trunk/modules/gui/macosx/interaction.h
8356    M /trunk/modules/gui/macosx/interaction.m
8357    M /trunk/modules/gui/macosx/intf.m
8358
8359 * added the progress dialogue to the set of widgets
8360 - the Cancel-button is currently disabled because the core doesn't respond correctly (might be my fault though)
8361 - note that the File's Owner of the nib-file is of type VLCInteraction because the class can't resolve its outlets otherwise
8362
8363 * WIDGET_TEXT and WIDGET_INPUT_TEXT are still missing, but will come in the next couple of days
8364
8365 As usual, comments on the implementation and the GUI-design are welcome :)
8366 ------------------------------------------------------------------------
8367 r14418 | courmisch | 2006-02-19 22:20:09 +0100 (Sun, 19 Feb 2006) | 2 lines
8368 Changed paths:
8369    M /trunk/include/vlc_common.h
8370
8371 Fix linking of C++ plugins
8372
8373 ------------------------------------------------------------------------
8374 r14417 | courmisch | 2006-02-19 21:14:07 +0100 (Sun, 19 Feb 2006) | 2 lines
8375 Changed paths:
8376    M /trunk/Makefile.am
8377
8378 Share most of binary packaging script between WinCE and Win32
8379
8380 ------------------------------------------------------------------------
8381 r14416 | courmisch | 2006-02-19 21:02:12 +0100 (Sun, 19 Feb 2006) | 3 lines
8382 Changed paths:
8383    M /trunk/Makefile.am
8384
8385 Include libvlc.dll when packaging
8386 (Hmm, there is a nice code duplication between win32 and winCE here)
8387
8388 ------------------------------------------------------------------------
8389 r14415 | courmisch | 2006-02-19 20:59:47 +0100 (Sun, 19 Feb 2006) | 2 lines
8390 Changed paths:
8391    M /trunk/Makefile.am
8392
8393 Really fix
8394
8395 ------------------------------------------------------------------------
8396 r14414 | courmisch | 2006-02-19 20:47:44 +0100 (Sun, 19 Feb 2006) | 2 lines
8397 Changed paths:
8398    M /trunk/Makefile.am
8399
8400 Attempt to fix vlc linkage with static libvlc
8401
8402 ------------------------------------------------------------------------
8403 r14413 | courmisch | 2006-02-19 19:29:08 +0100 (Sun, 19 Feb 2006) | 4 lines
8404 Changed paths:
8405    M /trunk/Makefile.am
8406    M /trunk/src/Makefile.am
8407
8408 - Build builtins before shared libvlc
8409 - Link builtins with libvlc instead of vlc
8410   (seems to fix shared libvlc on Win32)
8411
8412 ------------------------------------------------------------------------
8413 r14412 | courmisch | 2006-02-19 18:58:49 +0100 (Sun, 19 Feb 2006) | 2 lines
8414 Changed paths:
8415    M /trunk/configure.ac
8416
8417 Ahem hem typo
8418
8419 ------------------------------------------------------------------------
8420 r14411 | dionoea | 2006-02-19 18:16:05 +0100 (Sun, 19 Feb 2006) | 2 lines
8421 Changed paths:
8422    M /trunk/modules/video_filter/rss.c
8423
8424 rss.c: add some Atom stuff and some extra checks.
8425
8426 ------------------------------------------------------------------------
8427 r14410 | courmisch | 2006-02-19 18:14:36 +0100 (Sun, 19 Feb 2006) | 2 lines
8428 Changed paths:
8429    M /trunk/Makefile.am
8430
8431 Dionoea: here is "make core", your portable "make vlc" replacement
8432
8433 ------------------------------------------------------------------------
8434 r14409 | zorglub | 2006-02-19 17:25:27 +0100 (Sun, 19 Feb 2006) | 2 lines
8435 Changed paths:
8436    M /trunk/configure.ac
8437
8438 compile can now work from subdirs
8439
8440 ------------------------------------------------------------------------
8441 r14408 | zorglub | 2006-02-19 17:16:56 +0100 (Sun, 19 Feb 2006) | 3 lines
8442 Changed paths:
8443    M /trunk/include/vlc_meta.h
8444    M /trunk/modules/demux/util/id3tag.c
8445    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
8446    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
8447    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
8448    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
8449    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
8450    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
8451
8452 * Show meta-information separately
8453 * Collect more meta-information in id3
8454
8455 ------------------------------------------------------------------------
8456 r14407 | dionoea | 2006-02-19 17:02:04 +0100 (Sun, 19 Feb 2006) | 2 lines
8457 Changed paths:
8458    M /trunk/modules/control/http/mvar.c
8459
8460 Remove debug message
8461
8462 ------------------------------------------------------------------------
8463 r14406 | fkuehne | 2006-02-19 17:01:47 +0100 (Sun, 19 Feb 2006) | 2 lines
8464 Changed paths:
8465    M /trunk/modules/gui/macosx/interaction.h
8466    M /trunk/modules/gui/macosx/interaction.m
8467
8468 * replaced all NSLog-calls by msg_***
8469 * changed the button order in DIALOG_YES_NO_CANCEL. (the order is now: Cancel, No, Yes; which is more Mac-like IMO, but feel free to change it again)
8470 ------------------------------------------------------------------------
8471 r14405 | courmisch | 2006-02-19 16:46:44 +0100 (Sun, 19 Feb 2006) | 2 lines
8472 Changed paths:
8473    M /trunk/mozilla/Makefile.am
8474
8475 Fix Mozilla plugin on ELF architectures
8476
8477 ------------------------------------------------------------------------
8478 r14404 | asmax | 2006-02-19 16:37:05 +0100 (Sun, 19 Feb 2006) | 2 lines
8479 Changed paths:
8480    M /trunk/doc/skins/skins2-howto.xml
8481    M /trunk/modules/gui/skins2/src/vlcproc.cpp
8482    M /trunk/modules/gui/skins2/src/vlcproc.hpp
8483
8484 * all: new skin variable "vlc.isFullscreen" (guess what it does ;)
8485
8486 ------------------------------------------------------------------------
8487 r14403 | courmisch | 2006-02-19 16:21:58 +0100 (Sun, 19 Feb 2006) | 2 lines
8488 Changed paths:
8489    M /trunk/Makefile.am
8490    M /trunk/configure.ac
8491    M /trunk/src/Makefile.am
8492
8493 Really fix libintl linking
8494
8495 ------------------------------------------------------------------------
8496 r14402 | asmax | 2006-02-19 15:54:57 +0100 (Sun, 19 Feb 2006) | 2 lines
8497 Changed paths:
8498    M /trunk/AUTHORS
8499    M /trunk/NEWS
8500
8501 * JACK audio output
8502
8503 ------------------------------------------------------------------------
8504 r14401 | courmisch | 2006-02-19 15:54:38 +0100 (Sun, 19 Feb 2006) | 2 lines
8505 Changed paths:
8506    M /trunk/src/Makefile.am
8507
8508 Attempt to fix linking with "included" gettext
8509
8510 ------------------------------------------------------------------------
8511 r14400 | dionoea | 2006-02-19 15:39:53 +0100 (Sun, 19 Feb 2006) | 3 lines
8512 Changed paths:
8513    M /trunk/modules/misc/msn.c
8514
8515 Fix msn plugin.
8516 Note to zorglub: please test changes before commiting.
8517
8518 ------------------------------------------------------------------------
8519 r14399 | zorglub | 2006-02-19 15:32:13 +0100 (Sun, 19 Feb 2006) | 2 lines
8520 Changed paths:
8521    M /trunk/extras
8522
8523 More
8524
8525 ------------------------------------------------------------------------
8526 r14398 | zorglub | 2006-02-19 15:31:15 +0100 (Sun, 19 Feb 2006) | 2 lines
8527 Changed paths:
8528    M /trunk
8529    M /trunk/src
8530
8531 svn:ignore
8532
8533 ------------------------------------------------------------------------
8534 r14397 | courmisch | 2006-02-19 15:28:50 +0100 (Sun, 19 Feb 2006) | 2 lines
8535 Changed paths:
8536    M /trunk/configure.ac
8537
8538 Fix
8539
8540 ------------------------------------------------------------------------
8541 r14396 | courmisch | 2006-02-19 15:15:04 +0100 (Sun, 19 Feb 2006) | 2 lines
8542 Changed paths:
8543    M /trunk/po/POTFILES.in
8544
8545 Update files list
8546
8547 ------------------------------------------------------------------------
8548 r14395 | courmisch | 2006-02-19 15:13:29 +0100 (Sun, 19 Feb 2006) | 2 lines
8549 Changed paths:
8550    M /trunk/Makefile.am
8551    D /trunk/lib
8552
8553 Remove unused directory
8554
8555 ------------------------------------------------------------------------
8556 r14394 | courmisch | 2006-02-19 14:45:17 +0100 (Sun, 19 Feb 2006) | 2 lines
8557 Changed paths:
8558    M /trunk/mozilla/Makefile.am
8559
8560 Link Mozilla plugin against shared library when built
8561
8562 ------------------------------------------------------------------------
8563 r14393 | zorglub | 2006-02-19 14:44:29 +0100 (Sun, 19 Feb 2006) | 3 lines
8564 Changed paths:
8565    M /trunk/include/vlc_messages.h
8566    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
8567    M /trunk/modules/gui/skins2/utils/var_tree.cpp
8568
8569 Fix a warning
8570 Add some timing to playlist 
8571
8572 ------------------------------------------------------------------------
8573 r14392 | courmisch | 2006-02-19 14:40:09 +0100 (Sun, 19 Feb 2006) | 2 lines
8574 Changed paths:
8575    M /trunk/activex/Makefile.am
8576    M /trunk/bindings/mediacontrol-python/setup.py
8577    M /trunk/mozilla/Makefile.am
8578
8579 Propagate libvlc move in plugins
8580
8581 ------------------------------------------------------------------------
8582 r14391 | zorglub | 2006-02-19 14:36:15 +0100 (Sun, 19 Feb 2006) | 2 lines
8583 Changed paths:
8584    M /trunk/src/Makefile.am
8585    D /trunk/src/control/control_input.c
8586    D /trunk/src/control/control_playlist.c
8587    D /trunk/src/control/control_vlm.c
8588    D /trunk/src/control/core.c
8589    A /trunk/src/control/libvlc_core.c (from /trunk/src/control/core.c:14389)
8590    A /trunk/src/control/libvlc_input.c (from /trunk/src/control/control_input.c:14389)
8591    A /trunk/src/control/libvlc_playlist.c (from /trunk/src/control/control_playlist.c:14389)
8592    A /trunk/src/control/libvlc_video.c (from /trunk/src/control/video.c:14389)
8593    A /trunk/src/control/libvlc_vlm.c (from /trunk/src/control/control_vlm.c:14389)
8594    D /trunk/src/control/video.c
8595
8596 Be consistant in naming
8597
8598 ------------------------------------------------------------------------
8599 r14390 | courmisch | 2006-02-19 14:30:20 +0100 (Sun, 19 Feb 2006) | 2 lines
8600 Changed paths:
8601    M /trunk/configure.ac
8602
8603 Fix a bug whereby --disable-shared-libvlc would actually enable it
8604
8605 ------------------------------------------------------------------------
8606 r14389 | courmisch | 2006-02-19 14:11:21 +0100 (Sun, 19 Feb 2006) | 7 lines
8607 Changed paths:
8608    M /trunk/Makefile.am
8609    M /trunk/bootstrap
8610    M /trunk/configure.ac
8611    A /trunk/src/Makefile.am
8612    A /trunk/src/audio_output/ainput.c (from /trunk/src/audio_output/input.c:14386)
8613    D /trunk/src/audio_output/input.c
8614    A /trunk/src/control/control_input.c (from /trunk/src/control/input.c:14386)
8615    A /trunk/src/control/control_playlist.c (from /trunk/src/control/playlist.c:14386)
8616    A /trunk/src/control/control_vlm.c (from /trunk/src/control/vlm.c:14386)
8617    D /trunk/src/control/input.c
8618    D /trunk/src/control/playlist.c
8619    D /trunk/src/control/vlm.c
8620    M /trunk/toolbox
8621
8622 - Build libvlc from src/ rather than top
8623   so that it is cleanly built before all modules
8624   (step toward buildable shared libvlc on Win32)
8625 - Don't build position dependant code when building shared libvlc
8626   (that was a big waste of time)
8627 - Link builtin modules with vlc rather than libvlc
8628
8629 ------------------------------------------------------------------------
8630 r14388 | courmisch | 2006-02-19 13:13:46 +0100 (Sun, 19 Feb 2006) | 2 lines
8631 Changed paths:
8632    M /trunk/toolbox
8633
8634 Ensure src/misc exists in builddir
8635
8636 ------------------------------------------------------------------------
8637 r14387 | courmisch | 2006-02-19 12:15:01 +0100 (Sun, 19 Feb 2006) | 2 lines
8638 Changed paths:
8639    M /trunk/modules/video_filter/rss.c
8640
8641 LoadImage is a macro on Win32 API - you can't use as a function name as is
8642
8643 ------------------------------------------------------------------------
8644 r14386 | courmisch | 2006-02-19 10:52:55 +0100 (Sun, 19 Feb 2006) | 2 lines
8645 Changed paths:
8646    M /trunk/Makefile.am
8647
8648 Clean up backported from [12323]
8649
8650 ------------------------------------------------------------------------
8651 r14385 | courmisch | 2006-02-19 10:16:05 +0100 (Sun, 19 Feb 2006) | 2 lines
8652 Changed paths:
8653    M /trunk/bootstrap
8654
8655 ooups
8656
8657 ------------------------------------------------------------------------
8658 r14384 | courmisch | 2006-02-19 10:03:58 +0100 (Sun, 19 Feb 2006) | 24 lines
8659 Changed paths:
8660    M /trunk/bootstrap
8661
8662 - Seemingly fix linking of plugins with shared libvlc on Win32
8663 - Hopefully the same on Darwin
8664
8665 !!! BIG FAT WARNING !!!
8666 On architectures where you need to resolve all symbols when
8667 linking a shared library, libvlc must be built before the plugins, so
8668 that they can resolve symbols from the libvlc API. Also, the "builtins"
8669 must be built before libvlc (regardless of the architecture or use of
8670 shared libvlc). However, our build system currently builds all modules,
8671 whether builtins or plugins, then libvlc and then vlc.
8672
8673 Obviously, we could swap the build orders, so that libvlc gets built
8674 before modules/ but that will only work if there is no buitins modules.
8675 I'm not too keen on the idea of recursing twice within the modules/
8676 subdirectories (once for builtins, and once for plugins). Until the
8677 issue is settled, here is how to build and test the shared libvlc on
8678 Win32:
8679
8680 1/ run configure with --enable-shared-libvlc
8681 2/ build all built-in modules (or disable them all) one by one,
8682 3/ make libvlc.dll
8683 4/ make
8684
8685
8686 ------------------------------------------------------------------------
8687 r14383 | dionoea | 2006-02-19 00:10:54 +0100 (Sun, 19 Feb 2006) | 2 lines
8688 Changed paths:
8689    M /trunk/NEWS
8690
8691 update video filter news (again :) )
8692
8693 ------------------------------------------------------------------------
8694 r14382 | dionoea | 2006-02-19 00:08:23 +0100 (Sun, 19 Feb 2006) | 2 lines
8695 Changed paths:
8696    M /trunk/modules/video_filter/rss.c
8697
8698 rss.c: change module shortname
8699
8700 ------------------------------------------------------------------------
8701 r14381 | dionoea | 2006-02-19 00:06:12 +0100 (Sun, 19 Feb 2006) | 2 lines
8702 Changed paths:
8703    M /trunk/modules/video_filter/rss.c
8704
8705 rss.c: add 'support' for Atom feeds.
8706
8707 ------------------------------------------------------------------------
8708 r14380 | dionoea | 2006-02-18 23:20:59 +0100 (Sat, 18 Feb 2006) | 5 lines
8709 Changed paths:
8710    M /trunk/modules/video_filter/rss.c
8711
8712 rss.c: add suport for feed images (default enabled).
8713
8714 tested with 
8715 ./vlc --sub-filter rss --rss-urls "http://www.lefigaro.fr/rss/figaro_une.xml|http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml" --rss-length 40 --rss-size 15 --rss-images --rss-speed 1000 <video>
8716
8717 ------------------------------------------------------------------------
8718 r14379 | dionoea | 2006-02-18 23:08:11 +0100 (Sat, 18 Feb 2006) | 2 lines
8719 Changed paths:
8720    M /trunk/include/vlc_osd.h
8721
8722 Comment lines now fit on a 80 char wide screen
8723
8724 ------------------------------------------------------------------------
8725 r14378 | courmisch | 2006-02-18 21:49:46 +0100 (Sat, 18 Feb 2006) | 2 lines
8726 Changed paths:
8727    M /trunk/include/vlc_common.h
8728    M /trunk/include/vlc_symbols.h
8729    M /trunk/vlc-api.pl
8730
8731 Remove ugly usage of vlc_symbols.h when building libvlc as a shared library
8732
8733 ------------------------------------------------------------------------
8734 r14377 | courmisch | 2006-02-18 21:34:32 +0100 (Sat, 18 Feb 2006) | 2 lines
8735 Changed paths:
8736    M /trunk/modules/access/vcd/cdrom.c
8737    M /trunk/modules/access_filter/record.c
8738    M /trunk/modules/access_filter/timeshift.c
8739    M /trunk/modules/audio_output/file.c
8740    M /trunk/modules/codec/fake.c
8741    M /trunk/modules/demux/demuxdump.c
8742    M /trunk/modules/demux/mp4/drms.c
8743    M /trunk/modules/demux/playlist/dvb.c
8744    M /trunk/modules/demux/playlist/m3u.c
8745    M /trunk/modules/demux/playlist/old.c
8746    M /trunk/modules/demux/ts.c
8747    M /trunk/modules/demux/vobsub.c
8748    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
8749    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
8750    M /trunk/modules/misc/logger.c
8751    M /trunk/modules/stream_out/rtp.c
8752    M /trunk/modules/stream_out/switcher.c
8753    M /trunk/modules/video_filter/motiondetect.c
8754    M /trunk/modules/video_filter/rss.c
8755
8756 All: missing #include "charset.h"
8757
8758 ------------------------------------------------------------------------
8759 r14376 | courmisch | 2006-02-18 21:32:03 +0100 (Sat, 18 Feb 2006) | 2 lines
8760 Changed paths:
8761    M /trunk/modules/control/http/util.c
8762
8763 Fix warnings
8764
8765 ------------------------------------------------------------------------
8766 r14375 | jpsaman | 2006-02-18 21:28:47 +0100 (Sat, 18 Feb 2006) | 1 line
8767 Changed paths:
8768    M /trunk/include/vlc_vlm.h
8769
8770 Remove whitespace
8771 ------------------------------------------------------------------------
8772 r14374 | jpsaman | 2006-02-18 21:26:23 +0100 (Sat, 18 Feb 2006) | 1 line
8773 Changed paths:
8774    M /trunk/src/misc/vlm.c
8775
8776 Use #include <vlc_vlm.h> instead of local include directive
8777 ------------------------------------------------------------------------
8778 r14373 | jpsaman | 2006-02-18 21:24:27 +0100 (Sat, 18 Feb 2006) | 1 line
8779 Changed paths:
8780    M /trunk/configure.ac
8781
8782 Add with-ffmpeg-{vorbis,theora,ogg} in case ffmpeg is compiled with vorbis, theora and/or ogg support
8783 ------------------------------------------------------------------------
8784 r14372 | courmisch | 2006-02-18 21:07:55 +0100 (Sat, 18 Feb 2006) | 2 lines
8785 Changed paths:
8786    M /trunk/modules/audio_filter/resampler/linear.c
8787
8788 Remove unused variable
8789
8790 ------------------------------------------------------------------------
8791 r14371 | courmisch | 2006-02-18 21:05:50 +0100 (Sat, 18 Feb 2006) | 2 lines
8792 Changed paths:
8793    M /trunk/modules/access_output/udp.c
8794
8795 Remove unused variable
8796
8797 ------------------------------------------------------------------------
8798 r14370 | courmisch | 2006-02-18 21:04:36 +0100 (Sat, 18 Feb 2006) | 2 lines
8799 Changed paths:
8800    M /trunk/modules/access/dvb/en50221.c
8801
8802 Fix warning
8803
8804 ------------------------------------------------------------------------
8805 r14369 | sam | 2006-02-18 20:18:35 +0100 (Sat, 18 Feb 2006) | 2 lines
8806 Changed paths:
8807    M /trunk/modules/demux/mp4/drms.c
8808
8809   * modules/demux/mp4/drms.c: mostly cosmetic changes.
8810
8811 ------------------------------------------------------------------------
8812 r14368 | fkuehne | 2006-02-18 20:04:19 +0100 (Sat, 18 Feb 2006) | 1 line
8813 Changed paths:
8814    M /trunk/modules/gui/macosx/Modules.am
8815
8816 * forgot that one in [14365]
8817 ------------------------------------------------------------------------
8818 r14367 | dionoea | 2006-02-18 20:03:44 +0100 (Sat, 18 Feb 2006) | 2 lines
8819 Changed paths:
8820    M /trunk/src/misc/image.c
8821
8822 do everything with the stream functions (no more fopen)
8823
8824 ------------------------------------------------------------------------
8825 r14366 | fkuehne | 2006-02-18 19:53:24 +0100 (Sat, 18 Feb 2006) | 1 line
8826 Changed paths:
8827    M /trunk/NEWS
8828    M /trunk/modules/gui/macosx/intf.h
8829    M /trunk/modules/gui/macosx/intf.m
8830    M /trunk/modules/gui/macosx/update.h
8831    M /trunk/modules/gui/macosx/update.m
8832
8833 * added a note about the update-checker to the news and updated the copyright dates in *.h and *.m
8834 ------------------------------------------------------------------------
8835 r14365 | fkuehne | 2006-02-18 19:40:04 +0100 (Sat, 18 Feb 2006) | 4 lines
8836 Changed paths:
8837    M /trunk/Makefile.am
8838    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
8839    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
8840    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
8841    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib
8842    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib
8843    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
8844    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
8845    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
8846    M /trunk/modules/gui/macosx/intf.h
8847    M /trunk/modules/gui/macosx/intf.m
8848    A /trunk/modules/gui/macosx/update.h
8849    A /trunk/modules/gui/macosx/update.m
8850
8851 * new CheckForUpdate panel (closes #310)
8852 - the actual download is currently done by your default browser since the needed notification window isn't available on OSX yet
8853     - download through VLC is implemented, but commented for the moment
8854 - needs some checking once a complete Status.xml is available
8855 ------------------------------------------------------------------------
8856 r14364 | dionoea | 2006-02-18 18:57:47 +0100 (Sat, 18 Feb 2006) | 3 lines
8857 Changed paths:
8858    M /trunk/src/misc/image.c
8859
8860 image.c: ImageReadUrl now tries to open the image using the stream functions if fopen failed. (Which means that it can now read images on the web)
8861
8862
8863 ------------------------------------------------------------------------
8864 r14363 | dionoea | 2006-02-18 18:01:58 +0100 (Sat, 18 Feb 2006) | 2 lines
8865 Changed paths:
8866    M /trunk/modules/video_filter/rss.c
8867
8868 use EnsureUTF8 on output string
8869
8870 ------------------------------------------------------------------------
8871 r14362 | dionoea | 2006-02-18 16:45:35 +0100 (Sat, 18 Feb 2006) | 2 lines
8872 Changed paths:
8873    M /trunk/modules/video_filter/rss.c
8874
8875 Remove white characters at begining and end of element values.
8876
8877 ------------------------------------------------------------------------
8878 r14361 | courmisch | 2006-02-18 09:46:48 +0100 (Sat, 18 Feb 2006) | 4 lines
8879 Changed paths:
8880    M /trunk/configure.ac
8881
8882 Don't try to be more clever than gettext in detecting libintl
8883 (we don't seem to be). ${LIBINTL} is normally not defined when there is
8884 no libintl anyway - should fix FreeBSD libintl linking issue
8885
8886 ------------------------------------------------------------------------
8887 r14360 | courmisch | 2006-02-18 09:37:26 +0100 (Sat, 18 Feb 2006) | 2 lines
8888 Changed paths:
8889    M /trunk/configure.ac
8890
8891 Fix typo noticed by zorglub
8892
8893 ------------------------------------------------------------------------
8894 r14359 | xtophe | 2006-02-18 00:14:57 +0100 (Sat, 18 Feb 2006) | 2 lines
8895 Changed paths:
8896    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
8897
8898 Update the x264 patch.
8899
8900 ------------------------------------------------------------------------
8901 r14358 | dionoea | 2006-02-17 23:49:12 +0100 (Fri, 17 Feb 2006) | 2 lines
8902 Changed paths:
8903    M /trunk/NEWS
8904
8905 Add bluescreen video filter
8906
8907 ------------------------------------------------------------------------
8908 r14357 | dionoea | 2006-02-17 23:44:05 +0100 (Fri, 17 Feb 2006) | 2 lines
8909 Changed paths:
8910    M /trunk/share/http/js/vlm.js
8911
8912 Show current item number for each of the instances
8913
8914 ------------------------------------------------------------------------
8915 r14356 | dionoea | 2006-02-17 23:10:56 +0100 (Fri, 17 Feb 2006) | 6 lines
8916 Changed paths:
8917    M /trunk/modules/video_filter/mosaic.c
8918    M /trunk/modules/video_filter/mosaic.h
8919
8920 * mosaic.c: Bluescreen/Greenscreen/Chromakey video background replacement
8921 method. It's still quite simple ... loads of room for improvement.
8922 Example available here: http://people.videolan.org/~dionoea/bluescreen.mpg
8923
8924 * mosaic.h: remove trailing space
8925
8926 ------------------------------------------------------------------------
8927 r14355 | oaubert | 2006-02-17 18:39:25 +0100 (Fri, 17 Feb 2006) | 2 lines
8928 Changed paths:
8929    M /trunk/src/control/mediacontrol_audio_video.c
8930
8931 mediacontrol_audio_video.c: remove debug message
8932
8933 ------------------------------------------------------------------------
8934 r14354 | oaubert | 2006-02-17 18:02:59 +0100 (Fri, 17 Feb 2006) | 2 lines
8935 Changed paths:
8936    M /trunk/bindings/mediacontrol-python/vlcglue.c
8937
8938 vlcglue.c: same bug, specify malloc unit.
8939
8940 ------------------------------------------------------------------------
8941 r14353 | oaubert | 2006-02-17 18:02:34 +0100 (Fri, 17 Feb 2006) | 2 lines
8942 Changed paths:
8943    M /trunk/src/control/mediacontrol_util.c
8944
8945 mediacontrol_util.c: better safe than sorry, specify the malloc unit.
8946
8947 ------------------------------------------------------------------------
8948 r14352 | oaubert | 2006-02-17 17:51:06 +0100 (Fri, 17 Feb 2006) | 2 lines
8949 Changed paths:
8950    M /trunk/src/control/mediacontrol_init.c
8951
8952 src/control/mediacontrol_init.c: fix a malloc() error (spotted by Christophe Massiot)
8953
8954 ------------------------------------------------------------------------
8955 r14351 | hartman | 2006-02-17 17:15:50 +0100 (Fri, 17 Feb 2006) | 4 lines
8956 Changed paths:
8957    M /trunk/include/aout_internal.h
8958    M /trunk/modules/audio_filter/resampler/linear.c
8959    M /trunk/modules/demux/mp4/mp4.c
8960
8961 * Don't use alloca for audio buffers on OSX and BSD, because the stacksize on both isn't infinite.
8962   This might explain the audio-core crashes we have seen in the past on Mac OS X 
8963 * Fix issues with platforms which don't have alloca() (defined)
8964
8965 ------------------------------------------------------------------------
8966 r14350 | oaubert | 2006-02-17 16:28:10 +0100 (Fri, 17 Feb 2006) | 2 lines
8967 Changed paths:
8968    M /trunk/src/control/mediacontrol_audio_video.c
8969
8970 mediacontrol_audio_video.c: use VLC_FOURCC to define the snapshot type
8971
8972 ------------------------------------------------------------------------
8973 r14349 | dionoea | 2006-02-17 15:59:36 +0100 (Fri, 17 Feb 2006) | 2 lines
8974 Changed paths:
8975    M /trunk/NEWS
8976
8977 update NEWS file
8978
8979 ------------------------------------------------------------------------
8980 r14348 | dionoea | 2006-02-17 15:56:06 +0100 (Fri, 17 Feb 2006) | 9 lines
8981 Changed paths:
8982    M /trunk/modules/video_filter/logo.c
8983
8984 Logo filter(s) now takes a list of images, delays and alpha as input and
8985 loops through these. The syntax is <file>[,[<delay in ms>][,[<alpha>]]][;...]
8986 Idea (and some parts of the code) by markfm
8987
8988 Note:
8989 The vout-filter segfaults upon destruction but i don't understand why...
8990 could someone have a look ?
8991
8992
8993 ------------------------------------------------------------------------
8994 r14347 | hartman | 2006-02-17 15:33:32 +0100 (Fri, 17 Feb 2006) | 2 lines
8995 Changed paths:
8996    M /trunk/include/aout_internal.h
8997
8998 * This change should be better then the one in [14346]
8999
9000 ------------------------------------------------------------------------
9001 r14346 | hartman | 2006-02-17 15:20:02 +0100 (Fri, 17 Feb 2006) | 2 lines
9002 Changed paths:
9003    M /trunk/include/aout_internal.h
9004
9005 * stricter aout_BufferFree
9006
9007 ------------------------------------------------------------------------
9008 r14345 | courmisch | 2006-02-17 12:07:57 +0100 (Fri, 17 Feb 2006) | 3 lines
9009 Changed paths:
9010    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
9011    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
9012
9013 Minor change so that 50 is actually the number of items to be updated at a time
9014 (rather than 50 + 2)
9015
9016 ------------------------------------------------------------------------
9017 r14344 | courmisch | 2006-02-17 11:13:28 +0100 (Fri, 17 Feb 2006) | 2 lines
9018 Changed paths:
9019    M /trunk/configure.ac
9020
9021 Add /usr/local/... to CPPFLAGS and LDFLAGS automatically on FreeBSD (closes #422)
9022
9023 ------------------------------------------------------------------------
9024 r14343 | zorglub | 2006-02-17 06:50:26 +0100 (Fri, 17 Feb 2006) | 2 lines
9025 Changed paths:
9026    M /trunk/src/misc/vlm.c
9027
9028 Fix compilation when VLM is disabled
9029
9030 ------------------------------------------------------------------------
9031 r14342 | zorglub | 2006-02-17 06:46:08 +0100 (Fri, 17 Feb 2006) | 4 lines
9032 Changed paths:
9033    M /trunk/modules/access/v4l/v4l.c
9034
9035 Don't disable audio if V4L video dev does not have an audio dev too. Closes:#254
9036
9037 Thanks to Timothy Lee < timothy d0t lee @t siriushk d0t c0m > for the patch.
9038
9039 ------------------------------------------------------------------------
9040 r14341 | zorglub | 2006-02-17 06:42:13 +0100 (Fri, 17 Feb 2006) | 2 lines
9041 Changed paths:
9042    M /trunk/include/vlc/libvlc.h
9043    M /trunk/src/control/vlm.c
9044
9045 Fix some bugs
9046
9047 ------------------------------------------------------------------------
9048 r14340 | sam | 2006-02-16 23:07:36 +0100 (Thu, 16 Feb 2006) | 3 lines
9049 Changed paths:
9050    M /trunk/extras/contrib/README
9051
9052   * extras/contrib/README: keep track of what patches have been contributed
9053     back to the upstream authors so far.
9054
9055 ------------------------------------------------------------------------
9056 r14339 | sam | 2006-02-16 23:01:39 +0100 (Thu, 16 Feb 2006) | 3 lines
9057 Changed paths:
9058    M /trunk/extras/contrib/src/Patches/x264.patch
9059
9060   * extras/contrib/src/Patches/x264.patch: removed the exp2f/sqrtf part of
9061     this patch, I committed it upstream instead.
9062
9063 ------------------------------------------------------------------------
9064 r14338 | massiot | 2006-02-16 22:31:36 +0100 (Thu, 16 Feb 2006) | 2 lines
9065 Changed paths:
9066    M /trunk/doc/fortunes.txt
9067
9068 ?
9069
9070 ------------------------------------------------------------------------
9071 r14337 | massiot | 2006-02-16 22:19:47 +0100 (Thu, 16 Feb 2006) | 2 lines
9072 Changed paths:
9073    M /trunk/doc/fortunes.txt
9074
9075 !
9076
9077 ------------------------------------------------------------------------
9078 r14336 | sigmunau | 2006-02-16 22:11:11 +0100 (Thu, 16 Feb 2006) | 2 lines
9079 Changed paths:
9080    M /trunk/modules/demux/real.c
9081
9082 real.c: fix some crashes
9083
9084 ------------------------------------------------------------------------
9085 r14335 | fkuehne | 2006-02-16 21:05:18 +0100 (Thu, 16 Feb 2006) | 1 line
9086 Changed paths:
9087    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
9088    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9089    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
9090    M /trunk/modules/gui/macosx/playlist.h
9091    M /trunk/modules/gui/macosx/playlist.m
9092
9093 * added a button to create an empty node at the top level of the playlist. Thanks to zorglub for a hint once again :) (closes #449)
9094 ------------------------------------------------------------------------
9095 r14334 | dionoea | 2006-02-16 20:31:29 +0100 (Thu, 16 Feb 2006) | 2 lines
9096 Changed paths:
9097    M /trunk/modules/demux/playlist/podcast.c
9098
9099 Move podcast meta info to "Podcast Info" category
9100
9101 ------------------------------------------------------------------------
9102 r14333 | dionoea | 2006-02-16 18:31:31 +0100 (Thu, 16 Feb 2006) | 2 lines
9103 Changed paths:
9104    M /trunk/THANKS
9105    M /trunk/include/vlc_meta.h
9106    M /trunk/modules/access/cdda.c
9107    M /trunk/modules/codec/vorbis.c
9108    M /trunk/modules/demux/playlist/b4s.c
9109    M /trunk/modules/demux/playlist/m3u.c
9110    M /trunk/modules/demux/playlist/podcast.c
9111    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
9112    M /trunk/modules/gui/wxwidgets/input_manager.cpp
9113    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
9114    M /trunk/modules/misc/msn.c
9115    M /trunk/modules/misc/playlist/m3u.c
9116    M /trunk/modules/services_discovery/daap.c
9117    M /trunk/src/input/es_out.c
9118    M /trunk/src/input/input.c
9119    M /trunk/src/playlist/sort.c
9120
9121 [patch] unifying meta-information access, the 2nd by Daniel Str?\195?\164nger
9122
9123 ------------------------------------------------------------------------
9124 r14332 | zorglub | 2006-02-16 08:22:57 +0100 (Thu, 16 Feb 2006) | 2 lines
9125 Changed paths:
9126    M /trunk/modules/demux/mkv.cpp
9127
9128 Fix a doxygen comment
9129
9130 ------------------------------------------------------------------------
9131 r14331 | zorglub | 2006-02-15 23:31:49 +0100 (Wed, 15 Feb 2006) | 2 lines
9132 Changed paths:
9133    M /trunk/include/vlc/libvlc.h
9134    M /trunk/src/control/vlm.c
9135    M /trunk/test/native/libvlc.c
9136
9137 More VLM API stuff
9138
9139 ------------------------------------------------------------------------
9140 r14330 | zorglub | 2006-02-15 21:35:51 +0100 (Wed, 15 Feb 2006) | 2 lines
9141 Changed paths:
9142    M /trunk/modules/misc/msn.c
9143
9144 Typo
9145
9146 ------------------------------------------------------------------------
9147 r14329 | courmisch | 2006-02-15 20:59:30 +0100 (Wed, 15 Feb 2006) | 2 lines
9148 Changed paths:
9149    M /trunk/modules/misc/growl.c
9150
9151 Fix warning
9152
9153 ------------------------------------------------------------------------
9154 r14328 | zorglub | 2006-02-15 20:48:07 +0100 (Wed, 15 Feb 2006) | 2 lines
9155 Changed paths:
9156    M /trunk/modules/misc/growl.c
9157    M /trunk/modules/misc/msn.c
9158
9159 Fix a bunch of bugs in the MSN plugin (duplicated in the Growl plugin)
9160
9161 ------------------------------------------------------------------------
9162 r14327 | djc | 2006-02-15 20:40:27 +0100 (Wed, 15 Feb 2006) | 2 lines
9163 Changed paths:
9164    M /trunk/modules/misc/growl.c
9165
9166 Stupid me... don't do twice hton*
9167
9168 ------------------------------------------------------------------------
9169 r14326 | oaubert | 2006-02-15 16:06:20 +0100 (Wed, 15 Feb 2006) | 2 lines
9170 Changed paths:
9171    M /trunk/bindings/mediacontrol-python/setup.py
9172
9173 mediacontrol-python/setup.py: do not use PIC libraries on win32 and darwin-ppc
9174
9175 ------------------------------------------------------------------------
9176 r14325 | oaubert | 2006-02-15 15:15:10 +0100 (Wed, 15 Feb 2006) | 2 lines
9177 Changed paths:
9178    M /trunk/src/control/mediacontrol_init.c
9179
9180 src/control/mediacontrol_init.c: check return values of VLC_Create and VLC_Init
9181
9182 ------------------------------------------------------------------------
9183 r14324 | oaubert | 2006-02-15 15:12:23 +0100 (Wed, 15 Feb 2006) | 2 lines
9184 Changed paths:
9185    M /trunk/bindings/mediacontrol-python/vlcglue.c
9186
9187 mediacontrol-python/vlcglue.c: check the return value of VLC_Create
9188
9189 ------------------------------------------------------------------------
9190 r14323 | oaubert | 2006-02-15 15:11:16 +0100 (Wed, 15 Feb 2006) | 2 lines
9191 Changed paths:
9192    M /trunk/bindings/mediacontrol-python/vlcglue.c
9193    M /trunk/bindings/mediacontrol-python/vlcglue.h
9194
9195 mediacontrol-python: portability fix (for Mac OS X/PPC), dirty but it works
9196
9197 ------------------------------------------------------------------------
9198 r14322 | oaubert | 2006-02-15 15:04:41 +0100 (Wed, 15 Feb 2006) | 2 lines
9199 Changed paths:
9200    M /trunk/modules/misc/svg.c
9201
9202 misc/svg.c: use char* instead of byte_t* to avoid warnings
9203
9204 ------------------------------------------------------------------------
9205 r14321 | djc | 2006-02-15 03:09:01 +0100 (Wed, 15 Feb 2006) | 2 lines
9206 Changed paths:
9207    M /trunk/configure.ac
9208
9209 -lws2_32 on win32...
9210
9211 ------------------------------------------------------------------------
9212 r14320 | djc | 2006-02-15 02:32:26 +0100 (Wed, 15 Feb 2006) | 3 lines
9213 Changed paths:
9214    M /trunk/configure.ac
9215    M /trunk/modules/misc/growl.c
9216
9217 configure.ac: try to fix beos build
9218 growl.c: add --growl-ttl option
9219
9220 ------------------------------------------------------------------------
9221 r14319 | djc | 2006-02-15 01:39:10 +0100 (Wed, 15 Feb 2006) | 2 lines
9222 Changed paths:
9223    M /trunk/configure.ac
9224
9225 Add "send" (-lsocket) dependance to growl module to fix BeOS build
9226
9227 ------------------------------------------------------------------------
9228 r14318 | djc | 2006-02-15 01:15:21 +0100 (Wed, 15 Feb 2006) | 2 lines
9229 Changed paths:
9230    M /trunk/modules/misc/growl.c
9231
9232 Takes default TTL (instead of 42...)
9233
9234 ------------------------------------------------------------------------
9235 r14317 | djc | 2006-02-15 00:59:50 +0100 (Wed, 15 Feb 2006) | 6 lines
9236 Changed paths:
9237    M /trunk/configure.ac
9238    M /trunk/modules/misc/Modules.am
9239    A /trunk/modules/misc/growl.c (from /trunk/modules/misc/msn.c:14311)
9240    M /trunk/modules/misc/msn.c
9241
9242 Add a growl (http://growl.info/) notification plugin (most of code from msn.c)
9243 It is built by default since it sends notifications to network (perhaps
9244 we should only build it on macos).
9245
9246 msn.c: should fix a refcount issue (*not?\194?\160tested*)
9247
9248 ------------------------------------------------------------------------
9249 r14316 | zorglub | 2006-02-14 23:50:13 +0100 (Tue, 14 Feb 2006) | 2 lines
9250 Changed paths:
9251    A /trunk/src/control/vlm.c
9252
9253 Missing file
9254
9255 ------------------------------------------------------------------------
9256 r14315 | zorglub | 2006-02-14 23:35:37 +0100 (Tue, 14 Feb 2006) | 2 lines
9257 Changed paths:
9258    M /trunk/src/control/core.c
9259    M /trunk/test/NativeLibvlcTest.py
9260    M /trunk/test/PyMediaControlVariablesTest.py
9261    M /trunk/test/native/libvlc.c
9262
9263 Fix some bugs
9264
9265 ------------------------------------------------------------------------
9266 r14314 | zorglub | 2006-02-14 22:41:23 +0100 (Tue, 14 Feb 2006) | 4 lines
9267 Changed paths:
9268    M /trunk/Makefile.am
9269    D /trunk/bindings/STATUS
9270    A /trunk/bindings/python
9271    M /trunk/include/libvlc_internal.h
9272    M /trunk/include/vlc/libvlc.h
9273    M /trunk/include/vlc_symbols.h
9274    M /trunk/include/vlc_vlm.h
9275    M /trunk/src/control/core.c
9276    M /trunk/src/misc/vlm.c
9277    M /trunk/test/native/libvlc.c
9278    M /trunk/test/pyunit.h
9279
9280 * Beginning of VLM API
9281 * Some test work
9282 * Export vlm_MediaSearch
9283
9284 ------------------------------------------------------------------------
9285 r14313 | courmisch | 2006-02-14 21:41:27 +0100 (Tue, 14 Feb 2006) | 2 lines
9286 Changed paths:
9287    M /trunk/src/misc/unicode.c
9288
9289 (Win32) Support stat() for file names outside ANSI Code Page
9290
9291 ------------------------------------------------------------------------
9292 r14312 | courmisch | 2006-02-14 18:20:32 +0100 (Tue, 14 Feb 2006) | 2 lines
9293 Changed paths:
9294    M /trunk/src/misc/unicode.c
9295
9296 Safer Win32 code page translation
9297
9298 ------------------------------------------------------------------------
9299 r14311 | xtophe | 2006-02-14 16:38:21 +0100 (Tue, 14 Feb 2006) | 2 lines
9300 Changed paths:
9301    M /trunk/modules/audio_filter/param_eq.c
9302
9303 param_eq.c: eol style
9304
9305 ------------------------------------------------------------------------
9306 r14310 | titer | 2006-02-14 14:48:43 +0100 (Tue, 14 Feb 2006) | 2 lines
9307 Changed paths:
9308    M /trunk/extras/contrib/src/Makefile
9309    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
9310
9311 FFmpeg forgets to create include/postproc/
9312
9313 ------------------------------------------------------------------------
9314 r14309 | dionoea | 2006-02-14 13:32:50 +0100 (Tue, 14 Feb 2006) | 3 lines
9315 Changed paths:
9316    M /trunk/extras/contrib/src/packages.mak
9317
9318 update vc71-glib-1.2.10-bin.zip and libIDL-0.6.3-win32-bin.zip locations
9319 Thanks to Hobophobe on http://forum.videolan.org/viewtopic.php?t=17262
9320
9321 ------------------------------------------------------------------------
9322 r14308 | courmisch | 2006-02-14 10:57:58 +0100 (Tue, 14 Feb 2006) | 3 lines
9323 Changed paths:
9324    M /trunk/modules/gui/ncurses.c
9325
9326 - Partial fix for reading characters with multibyte local encoding (refs #548)
9327 - Fix memory leak
9328
9329 ------------------------------------------------------------------------
9330 r14307 | courmisch | 2006-02-14 10:56:42 +0100 (Tue, 14 Feb 2006) | 3 lines
9331 Changed paths:
9332    M /trunk/src/misc/unicode.c
9333
9334 Use return value of EnsureUTF8() to specify whether the bytes sequence was
9335 valid (UTF-8) or not (incomplete, incorrect non-ASCII, or overlong sequences)
9336
9337 ------------------------------------------------------------------------
9338 r14306 | xtophe | 2006-02-14 10:39:36 +0100 (Tue, 14 Feb 2006) | 2 lines
9339 Changed paths:
9340    M /trunk/modules/audio_filter/param_eq.c
9341
9342 param-eq.c: Svn keyword
9343
9344 ------------------------------------------------------------------------
9345 r14305 | zorglub | 2006-02-14 08:11:18 +0100 (Tue, 14 Feb 2006) | 2 lines
9346 Changed paths:
9347    M /trunk/modules/misc/msn.c
9348
9349 Simplify
9350
9351 ------------------------------------------------------------------------
9352 r14304 | djc | 2006-02-14 02:40:59 +0100 (Tue, 14 Feb 2006) | 4 lines
9353 Changed paths:
9354    M /trunk/modules/gui/macosx/macosx.m
9355    M /trunk/modules/gui/macosx/vout.h
9356    M /trunk/modules/gui/macosx/vout.m
9357
9358 Add --macosx-black switch to black non video screens (fix #301)
9359 If someone has a better code to maintain a black screen, change
9360 CGSetDisplayTransferByFormula which seems to be a big kludge.
9361
9362 ------------------------------------------------------------------------
9363 r14303 | sigmunau | 2006-02-13 23:44:24 +0100 (Mon, 13 Feb 2006) | 2 lines
9364 Changed paths:
9365    M /trunk/configure.ac
9366    M /trunk/modules/audio_filter/Modules.am
9367    A /trunk/modules/audio_filter/param_eq.c
9368
9369 all: parametric equalizer by  Antti Huovilainen (adapted for vlc by me)
9370
9371 ------------------------------------------------------------------------
9372 r14302 | dionoea | 2006-02-13 23:09:56 +0100 (Mon, 13 Feb 2006) | 2 lines
9373 Changed paths:
9374    M /trunk/src/misc/configuration.c
9375
9376 attempt to fix the winCE build
9377
9378 ------------------------------------------------------------------------
9379 r14301 | courmisch | 2006-02-13 22:03:32 +0100 (Mon, 13 Feb 2006) | 3 lines
9380 Changed paths:
9381    M /trunk/modules/gui/ncurses.c
9382
9383 - Unicode fixes for ncurses on non-UTF8 consoles (closes #547)
9384 - Handle backspace properly on an UTF-8 characters string (closes #548 as far as UTF-8 is concerned)
9385
9386 ------------------------------------------------------------------------
9387 r14300 | courmisch | 2006-02-13 21:11:48 +0100 (Mon, 13 Feb 2006) | 2 lines
9388 Changed paths:
9389    M /trunk/src/misc/unicode.c
9390
9391 Undo erronously commited debug preprocessing directives
9392
9393 ------------------------------------------------------------------------
9394 r14299 | xtophe | 2006-02-13 21:06:22 +0100 (Mon, 13 Feb 2006) | 2 lines
9395 Changed paths:
9396    M /trunk/src/misc/unicode.c
9397
9398 unicode.c: Fix WinCE build (well for this file only)
9399
9400 ------------------------------------------------------------------------
9401 r14298 | courmisch | 2006-02-13 20:14:30 +0100 (Mon, 13 Feb 2006) | 2 lines
9402 Changed paths:
9403    M /trunk/modules/access_filter/record.c
9404
9405 Replace forbidden characters with underscores when attempting to dump a stream (closes #423)
9406
9407 ------------------------------------------------------------------------
9408 r14297 | courmisch | 2006-02-13 20:13:05 +0100 (Mon, 13 Feb 2006) | 2 lines
9409 Changed paths:
9410    M /trunk/modules/access_filter/timeshift.c
9411
9412 Fix typo
9413
9414 ------------------------------------------------------------------------
9415 r14296 | courmisch | 2006-02-13 17:53:46 +0100 (Mon, 13 Feb 2006) | 4 lines
9416 Changed paths:
9417    M /trunk/configure.ac
9418    M /trunk/modules/video_output/x11/xcommon.c
9419
9420 - Use VidMode extension to determine the display dimensions more accurately when enabling full screen mode (fixes #534, should fix Debian #290392)
9421 - Move view port and cursor to a sane position
9422 - Check for VidMode extensions (libXxf86vm)
9423
9424 ------------------------------------------------------------------------
9425 r14295 | xtophe | 2006-02-13 17:37:42 +0100 (Mon, 13 Feb 2006) | 2 lines
9426 Changed paths:
9427    M /trunk/src/misc/unicode.c
9428
9429 unicode.c: Fix logic to set use_iconv
9430
9431 ------------------------------------------------------------------------
9432 r14294 | xtophe | 2006-02-13 16:22:59 +0100 (Mon, 13 Feb 2006) | 2 lines
9433 Changed paths:
9434    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
9435
9436 ffmpeg-wince.patch: fix for the new ffmpeg makefile
9437
9438 ------------------------------------------------------------------------
9439 r14293 | sam | 2006-02-13 14:31:01 +0100 (Mon, 13 Feb 2006) | 2 lines
9440 Changed paths:
9441    M /trunk/modules/demux/mp4/drms.c
9442
9443   * modules/demux/mp4/drms.c: cosmetic changes to some variable names.
9444
9445 ------------------------------------------------------------------------
9446 r14292 | courmisch | 2006-02-13 14:23:20 +0100 (Mon, 13 Feb 2006) | 2 lines
9447 Changed paths:
9448    M /trunk/modules/demux/mp4/drms.c
9449
9450 Fix windows build
9451
9452 ------------------------------------------------------------------------
9453 r14291 | courmisch | 2006-02-13 14:16:08 +0100 (Mon, 13 Feb 2006) | 2 lines
9454 Changed paths:
9455    M /trunk/configure.ac
9456    M /trunk/src/misc/unicode.c
9457
9458 Fix (From|To)Locale (closes #546)
9459
9460 ------------------------------------------------------------------------
9461 r14290 | sam | 2006-02-13 12:49:38 +0100 (Mon, 13 Feb 2006) | 3 lines
9462 Changed paths:
9463    M /trunk/modules/codec/libmpeg2.c
9464
9465   * modules/codec/libmpeg2.c: tell mpeg2dec the real stride of our picture,
9466     because some Xv drivers do not necessarily pad video at 16 bytes.
9467
9468 ------------------------------------------------------------------------
9469 r14289 | courmisch | 2006-02-13 12:19:04 +0100 (Mon, 13 Feb 2006) | 2 lines
9470 Changed paths:
9471    M /trunk/modules/demux/vobsub.c
9472
9473 Fix typo
9474
9475 ------------------------------------------------------------------------
9476 r14288 | courmisch | 2006-02-13 12:15:59 +0100 (Mon, 13 Feb 2006) | 3 lines
9477 Changed paths:
9478    M /trunk/modules/misc/gnutls.c
9479
9480 - Clean up
9481 - Unicode file names fixes
9482
9483 ------------------------------------------------------------------------
9484 r14287 | courmisch | 2006-02-13 11:47:43 +0100 (Mon, 13 Feb 2006) | 3 lines
9485 Changed paths:
9486    M /trunk/modules/access_filter/timeshift.c
9487
9488 - memleak fix
9489 - getcwd() unicode fix
9490
9491 ------------------------------------------------------------------------
9492 r14286 | courmisch | 2006-02-13 11:47:12 +0100 (Mon, 13 Feb 2006) | 2 lines
9493 Changed paths:
9494    M /trunk/src/input/subtitles.c
9495
9496 getcwd() unicode fix
9497
9498 ------------------------------------------------------------------------
9499 r14285 | hartman | 2006-02-13 11:31:57 +0100 (Mon, 13 Feb 2006) | 2 lines
9500 Changed paths:
9501    M /trunk/modules/gui/macosx/voutgl.m
9502
9503 * revert unaccelerated OpenGL. it's useless :D
9504
9505 ------------------------------------------------------------------------
9506 r14284 | courmisch | 2006-02-13 11:30:30 +0100 (Mon, 13 Feb 2006) | 8 lines
9507 Changed paths:
9508    M /trunk/modules/demux/demuxdump.c
9509    M /trunk/modules/demux/ts.c
9510    M /trunk/modules/demux/vobsub.c
9511    M /trunk/modules/misc/logger.c
9512    M /trunk/modules/stream_out/rtp.c
9513    M /trunk/modules/stream_out/switcher.c
9514
9515 Further fopen() unicode fixes (refs #528)
9516
9517 skins2 and galaktos remain as I'm not sure how they (don't?) handle
9518 encodings.
9519
9520 http interface URL were purposedly not made to use Unicode. I'm open to
9521 suggestions on that one.
9522
9523 ------------------------------------------------------------------------
9524 r14283 | courmisch | 2006-02-13 10:54:15 +0100 (Mon, 13 Feb 2006) | 2 lines
9525 Changed paths:
9526    M /trunk/modules/access/file.c
9527    M /trunk/modules/access/vcd/cdrom.c
9528    M /trunk/modules/access_filter/record.c
9529    M /trunk/modules/access_filter/timeshift.c
9530    M /trunk/modules/audio_output/file.c
9531    M /trunk/modules/control/corba/corba.c
9532    M /trunk/modules/control/http/http.c
9533    M /trunk/modules/control/http/macro.c
9534    M /trunk/modules/control/http/util.c
9535    M /trunk/modules/demux/mp4/drms.c
9536    M /trunk/modules/video_filter/motiondetect.c
9537
9538 Another bunch of Unicode file names fixes (refs #528)
9539
9540 ------------------------------------------------------------------------
9541 r14282 | courmisch | 2006-02-13 09:36:52 +0100 (Mon, 13 Feb 2006) | 2 lines
9542 Changed paths:
9543    M /trunk/src/misc/unicode.c
9544
9545 Some WinCE fixes
9546
9547 ------------------------------------------------------------------------
9548 r14281 | courmisch | 2006-02-13 09:30:55 +0100 (Mon, 13 Feb 2006) | 2 lines
9549 Changed paths:
9550    M /trunk/src/input/subtitles.c
9551    M /trunk/src/misc/image.c
9552    M /trunk/src/misc/modules.c
9553    M /trunk/src/misc/update.c
9554    M /trunk/src/misc/vlm.c
9555    M /trunk/src/network/acl.c
9556    M /trunk/src/osd/osd_parser.c
9557    M /trunk/src/playlist/loadsave.c
9558
9559 All Unicode fixes for fopen() (refs #528)
9560
9561 ------------------------------------------------------------------------
9562 r14280 | ipkiss | 2006-02-13 08:18:42 +0100 (Mon, 13 Feb 2006) | 3 lines
9563 Changed paths:
9564    M /trunk/doc/skins/skins2-howto.xml
9565    M /trunk/modules/gui/skins2/src/vlcproc.cpp
9566    M /trunk/modules/gui/skins2/src/vlcproc.hpp
9567
9568  * skins2/src/vlcproc.cpp: New "dvd.isActive" boolean variable
9569  * doc/skins/skins2-howto.xml: Updated doc
9570
9571 ------------------------------------------------------------------------
9572 r14279 | hartman | 2006-02-13 03:36:14 +0100 (Mon, 13 Feb 2006) | 2 lines
9573 Changed paths:
9574    M /trunk/configure.ac
9575
9576 * It's POSTPROC, not POSPROC
9577
9578 ------------------------------------------------------------------------
9579 r14278 | courmisch | 2006-02-12 23:45:04 +0100 (Sun, 12 Feb 2006) | 3 lines
9580 Changed paths:
9581    M /trunk/include/charset.h
9582    M /trunk/include/configuration.h
9583    M /trunk/include/vlc_symbols.h
9584    M /trunk/src/misc/configuration.c
9585    M /trunk/src/misc/unicode.c
9586
9587 - mkdir Unicode wrapper (refs #543)
9588 - fix load/save of configuration and creation of configuration directory (refs #528)
9589
9590 ------------------------------------------------------------------------
9591 r14277 | ipkiss | 2006-02-12 22:39:09 +0100 (Sun, 12 Feb 2006) | 2 lines
9592 Changed paths:
9593    M /trunk/doc/skins/skins2-howto.xml
9594
9595  * doc/skins/skins2-howto.xml: Fixed a link
9596
9597 ------------------------------------------------------------------------
9598 r14276 | titer | 2006-02-12 22:22:20 +0100 (Sun, 12 Feb 2006) | 3 lines
9599 Changed paths:
9600    M /trunk/configure.ac
9601    M /trunk/modules/video_chroma/i420_yuy2.c
9602
9603 Use emms after I420_UYVY because the OpenGL vout uses floats in the same thread.
9604 Re-enabled i420_yuy2_mmx on Darwin/x86.
9605
9606 ------------------------------------------------------------------------
9607 r14275 | courmisch | 2006-02-12 22:12:12 +0100 (Sun, 12 Feb 2006) | 2 lines
9608 Changed paths:
9609    M /trunk/src/misc/configuration.c
9610
9611 utfeightize psz_homedir
9612
9613 ------------------------------------------------------------------------
9614 r14274 | ipkiss | 2006-02-12 22:11:14 +0100 (Sun, 12 Feb 2006) | 2 lines
9615 Changed paths:
9616    M /trunk/doc/skins/skins2-howto.xml
9617
9618  * doc/skins/skins2-howto.xml: Documented the DVD-related actions
9619
9620 ------------------------------------------------------------------------
9621 r14273 | ipkiss | 2006-02-12 22:05:53 +0100 (Sun, 12 Feb 2006) | 8 lines
9622 Changed paths:
9623    M /trunk/modules/gui/skins2/Modules.am
9624    A /trunk/modules/gui/skins2/commands/cmd_dvd.cpp
9625    A /trunk/modules/gui/skins2/commands/cmd_dvd.hpp
9626    M /trunk/modules/gui/skins2/parser/interpreter.cpp
9627
9628  * skins2/commands/cmd_dvd.*: New commands for DVD navigation.
9629    You can use the following actions in the XML file:
9630     - dvd.nextTitle()
9631     - dvd.previousTitle()
9632     - dvd.nextChapter()
9633     - dvd.previousChapter()
9634     - dvd.rootMenu()
9635
9636 ------------------------------------------------------------------------
9637 r14272 | courmisch | 2006-02-12 20:57:48 +0100 (Sun, 12 Feb 2006) | 2 lines
9638 Changed paths:
9639    M /trunk/include/charset.h
9640    M /trunk/include/vlc_symbols.h
9641
9642 Export FromLocaleDup()
9643
9644 ------------------------------------------------------------------------
9645 r14271 | courmisch | 2006-02-12 20:55:38 +0100 (Sun, 12 Feb 2006) | 4 lines
9646 Changed paths:
9647    M /trunk/modules/misc/svg.c
9648
9649 - Fix opening of SVG file through a symbolic
9650   (one must use stat() rather than lstat() to obtain the size of a file's content!)
9651 - Use UTF-8 wrappers (refs #528)
9652
9653 ------------------------------------------------------------------------
9654 r14270 | courmisch | 2006-02-12 20:51:12 +0100 (Sun, 12 Feb 2006) | 2 lines
9655 Changed paths:
9656    M /trunk/src/misc/unicode.c
9657
9658 Cosmetic fix
9659
9660 ------------------------------------------------------------------------
9661 r14269 | courmisch | 2006-02-12 20:48:50 +0100 (Sun, 12 Feb 2006) | 3 lines
9662 Changed paths:
9663    M /trunk/configure.ac
9664    M /trunk/include/charset.h
9665    M /trunk/include/vlc_symbols.h
9666    M /trunk/src/misc/unicode.c
9667
9668 - UF8 wrappers for stat, lstat
9669 - FromLocaleDup() returns a string to be freed with free() instead of LocaleFree()
9670
9671 ------------------------------------------------------------------------
9672 r14268 | titer | 2006-02-12 19:20:54 +0100 (Sun, 12 Feb 2006) | 3 lines
9673 Changed paths:
9674    M /trunk/configure.ac
9675
9676  Also look for libpostproc when ffmpeg is installed without ffmpeg-config
9677  nor pkg-config
9678
9679 ------------------------------------------------------------------------
9680 r14267 | xtophe | 2006-02-12 18:38:36 +0100 (Sun, 12 Feb 2006) | 2 lines
9681 Changed paths:
9682    M /trunk/configure.ac
9683
9684 configure.ac: don't fail if postproc is with avcodec
9685
9686 ------------------------------------------------------------------------
9687 r14266 | zorglub | 2006-02-12 18:31:53 +0100 (Sun, 12 Feb 2006) | 2 lines
9688 Changed paths:
9689    A /trunk/test/NativeStatsTest.py
9690    M /trunk/test/PyMediaControlPlaylistTest.py
9691    A /trunk/test/native/libvlc.c (from /trunk/test/native/native_libvlc_test.c:14264)
9692    D /trunk/test/native/native_libvlc_test.c
9693    A /trunk/test/native/stats.c
9694
9695 Improve test coverage
9696
9697 ------------------------------------------------------------------------
9698 r14265 | zorglub | 2006-02-12 18:31:39 +0100 (Sun, 12 Feb 2006) | 3 lines
9699 Changed paths:
9700    M /trunk/src/control/core.c
9701    M /trunk/src/control/playlist.c
9702
9703 Add some playlist api functions
9704 Fix a bug in exceptions handling
9705
9706 ------------------------------------------------------------------------
9707 r14264 | zorglub | 2006-02-12 18:14:07 +0100 (Sun, 12 Feb 2006) | 2 lines
9708 Changed paths:
9709    M /trunk/test/NativeLibvlcTest.py
9710    M /trunk/test/PyMediaControlBaseTest.py
9711    M /trunk/test/PyMediaControlPlaylistTest.py
9712    M /trunk/test/PyMediaControlVariablesTest.py
9713    A /trunk/test/native (from /trunk/test/native_libvlc:14259)
9714    M /trunk/test/native/native_libvlc_test.c
9715    D /trunk/test/native_libvlc
9716    M /trunk/test/setup.py
9717    M /trunk/test/test.sh
9718
9719 Change some test stuff
9720
9721 ------------------------------------------------------------------------
9722 r14263 | xtophe | 2006-02-12 18:04:45 +0100 (Sun, 12 Feb 2006) | 2 lines
9723 Changed paths:
9724    M /trunk/configure.ac
9725
9726 configure.ac: FFMPEG's libpostproc is now separated from libavcodec
9727
9728 ------------------------------------------------------------------------
9729 r14262 | titer | 2006-02-12 17:36:41 +0100 (Sun, 12 Feb 2006) | 2 lines
9730 Changed paths:
9731    M /trunk/src/network/udp.c
9732
9733  BeOS fix
9734
9735 ------------------------------------------------------------------------
9736 r14261 | titer | 2006-02-12 17:02:08 +0100 (Sun, 12 Feb 2006) | 2 lines
9737 Changed paths:
9738    M /trunk/extras/contrib/src/Makefile
9739    D /trunk/extras/contrib/src/Patches/ffmpeg-beos.patch.cvs
9740    A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-beos.patch
9741
9742 Fixed ffmpeg contrib
9743
9744 ------------------------------------------------------------------------
9745 r14260 | zorglub | 2006-02-12 16:48:57 +0100 (Sun, 12 Feb 2006) | 2 lines
9746 Changed paths:
9747    M /trunk/bindings/Makefile.am
9748    A /trunk/bindings/mediacontrol-python (from /trunk/bindings/python:14188)
9749    D /trunk/bindings/python
9750    M /trunk/configure.ac
9751
9752 Move python mediacontrol bindings
9753
9754 ------------------------------------------------------------------------
9755 r14259 | xtophe | 2006-02-12 16:30:40 +0100 (Sun, 12 Feb 2006) | 2 lines
9756 Changed paths:
9757    M /trunk/modules/misc/testsuite/Modules.am
9758
9759 Fix distcheck
9760
9761 ------------------------------------------------------------------------
9762 r14258 | zorglub | 2006-02-12 16:28:56 +0100 (Sun, 12 Feb 2006) | 2 lines
9763 Changed paths:
9764    M /trunk/modules/control/hotkeys.c
9765    M /trunk/modules/gui/skins2/src/vlcproc.cpp
9766
9767 Fix refcount problems
9768
9769 ------------------------------------------------------------------------
9770 r14257 | zorglub | 2006-02-12 15:22:08 +0100 (Sun, 12 Feb 2006) | 2 lines
9771 Changed paths:
9772    M /trunk/modules/gui/skins2/utils/var_tree.cpp
9773
9774 Remove debug
9775
9776 ------------------------------------------------------------------------
9777 r14256 | courmisch | 2006-02-12 12:39:00 +0100 (Sun, 12 Feb 2006) | 3 lines
9778 Changed paths:
9779    M /trunk/include/main.h
9780    M /trunk/src/libvlc.c
9781    M /trunk/src/misc/unicode.c
9782
9783 - Attempt to implement (To|From)Locale on MSVC
9784 - Make (To|From)Locale a no-op on OSes always using UTF-8
9785
9786 ------------------------------------------------------------------------
9787 r14255 | zorglub | 2006-02-12 12:18:43 +0100 (Sun, 12 Feb 2006) | 2 lines
9788 Changed paths:
9789    M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
9790    M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
9791    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
9792    M /trunk/modules/gui/skins2/src/vlcproc.cpp
9793    M /trunk/modules/gui/skins2/src/vlcproc.hpp
9794    M /trunk/modules/gui/skins2/utils/var_tree.cpp
9795    M /trunk/modules/gui/skins2/utils/var_tree.hpp
9796    M /trunk/modules/gui/skins2/vars/playtree.cpp
9797    M /trunk/modules/gui/skins2/vars/playtree.hpp
9798
9799 Playtree: handle delete nicely
9800
9801 ------------------------------------------------------------------------
9802 r14254 | courmisch | 2006-02-11 23:05:14 +0100 (Sat, 11 Feb 2006) | 2 lines
9803 Changed paths:
9804    M /trunk/src/misc/charset.c
9805
9806 Remove always true condition
9807
9808 ------------------------------------------------------------------------
9809 r14253 | courmisch | 2006-02-11 23:04:54 +0100 (Sat, 11 Feb 2006) | 2 lines
9810 Changed paths:
9811    M /trunk/include/vlc_symbols.h
9812
9813 Fix previous commit
9814
9815 ------------------------------------------------------------------------
9816 r14252 | courmisch | 2006-02-11 22:46:06 +0100 (Sat, 11 Feb 2006) | 2 lines
9817 Changed paths:
9818    M /trunk/include/charset.h
9819    M /trunk/include/vlc_symbols.h
9820    M /trunk/src/input/subtitles.c
9821    M /trunk/src/misc/unicode.c
9822
9823 Unicode wrappers for opendir/readdir
9824
9825 ------------------------------------------------------------------------
9826 r14251 | hartman | 2006-02-11 22:20:24 +0100 (Sat, 11 Feb 2006) | 4 lines
9827 Changed paths:
9828    M /trunk/modules/demux/asf/libasf.c
9829
9830 * Do a proper UTF-16 -> UTF-8 conversion on ASF metadata, instead of ignoring one of it's bytes per char.
9831   Patch by demo-n <http://demo-n.e-neta.jp>. (Can i have your name for the THANKS file please?)
9832   
9833
9834 ------------------------------------------------------------------------
9835 r14250 | hartman | 2006-02-11 21:41:57 +0100 (Sat, 11 Feb 2006) | 10 lines
9836 Changed paths:
9837    M /trunk/THANKS
9838    M /trunk/modules/misc/xml/xtag.c
9839
9840 * xtag parser improvements by Daniel Stranger. 
9841
9842 it now ignores
9843  - commments <!-- ... -->
9844  - processing instructions <? ... ?>
9845  - doctype declarations <!DOCTYPE ... >
9846 and can handle
9847  - CDATA element content <![CDATA[ ... ]]>
9848
9849
9850 ------------------------------------------------------------------------
9851 r14249 | xtophe | 2006-02-11 21:17:20 +0100 (Sat, 11 Feb 2006) | 2 lines
9852 Changed paths:
9853    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
9854    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
9855    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
9856    M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
9857    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
9858    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
9859    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
9860    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
9861    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
9862
9863 wx/dialogs/*: Don't put labels in buttons if we have a wxID_FOO. So the buttons are themable on GTK.
9864
9865 ------------------------------------------------------------------------
9866 r14248 | courmisch | 2006-02-11 19:40:13 +0100 (Sat, 11 Feb 2006) | 2 lines
9867 Changed paths:
9868    M /trunk/src/network/udp.c
9869
9870 Fix invalid debug message
9871
9872 ------------------------------------------------------------------------
9873 r14247 | zorglub | 2006-02-11 19:11:29 +0100 (Sat, 11 Feb 2006) | 2 lines
9874 Changed paths:
9875    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
9876
9877 Add support for insert and delete in X11 skins
9878
9879 ------------------------------------------------------------------------
9880 r14246 | ipkiss | 2006-02-11 19:01:42 +0100 (Sat, 11 Feb 2006) | 2 lines
9881 Changed paths:
9882    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
9883
9884  * skins2/win32/win32_loop.cpp: Added support for the Insert and Delete keys
9885
9886 ------------------------------------------------------------------------
9887 r14245 | hartman | 2006-02-11 18:55:28 +0100 (Sat, 11 Feb 2006) | 2 lines
9888 Changed paths:
9889    M /trunk/modules/codec/subsdec.c
9890
9891 * Fix a \n bug and a memory bug in the SSA/subsdec.
9892
9893 ------------------------------------------------------------------------
9894 r14244 | fkuehne | 2006-02-11 18:50:46 +0100 (Sat, 11 Feb 2006) | 1 line
9895 Changed paths:
9896    M /trunk/NEWS
9897    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
9898    M /trunk/modules/gui/macosx/wizard.m
9899
9900 * enable multiple selections for streaming as well (closes #522) and put some news
9901 ------------------------------------------------------------------------
9902 r14243 | fkuehne | 2006-02-11 18:42:40 +0100 (Sat, 11 Feb 2006) | 8 lines
9903 Changed paths:
9904    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
9905    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
9906    M /trunk/modules/gui/macosx/wizard.h
9907    M /trunk/modules/gui/macosx/wizard.m
9908
9909 * support for applying the same settings to multiple files in single run of the wizard (just select multiple items in the playlist)
9910     - note: due to this, the types of some objects in the main dictionary changed from NSString to NSArray. Additionally, this code does neither run nor compile on 10.2 anymore.
9911     - various loops are being performed during the run of the wizard now. Please shout if this is noticeably slower on older Macs
9912 * solved a UTF-8-issue which prevented the usage of certain files which were added to the playlist previously
9913 * optimised the existing code here and there
9914 * make sure that all settings are kept for a session
9915
9916 Thanks to zorglub for the playlist-hint :)
9917 ------------------------------------------------------------------------
9918 r14242 | courmisch | 2006-02-11 18:30:48 +0100 (Sat, 11 Feb 2006) | 2 lines
9919 Changed paths:
9920    M /trunk/src/misc/unicode.c
9921
9922 Support opening of non ANSI filenames on Win32
9923
9924 ------------------------------------------------------------------------
9925 r14241 | dionoea | 2006-02-11 18:28:27 +0100 (Sat, 11 Feb 2006) | 2 lines
9926 Changed paths:
9927    M /trunk/share/http/dialogs/main
9928    M /trunk/share/http/dialogs/playlist
9929
9930 Add some "title"s for image buttons.
9931
9932 ------------------------------------------------------------------------
9933 r14240 | courmisch | 2006-02-11 18:27:09 +0100 (Sat, 11 Feb 2006) | 2 lines
9934 Changed paths:
9935    M /trunk/src/input/subtitles.c
9936
9937 Fix typo
9938
9939 ------------------------------------------------------------------------
9940 r14239 | courmisch | 2006-02-11 18:00:08 +0100 (Sat, 11 Feb 2006) | 2 lines
9941 Changed paths:
9942    M /trunk/src/input/subtitles.c
9943
9944 Use vlc_fopen (access() or stat() would be more appropriate though)
9945
9946 ------------------------------------------------------------------------
9947 r14238 | zorglub | 2006-02-11 17:10:43 +0100 (Sat, 11 Feb 2006) | 2 lines
9948 Changed paths:
9949    M /trunk/src/libvlc.c
9950
9951 Should fix vlc-help.txt problem (untested) (Refs:#517)
9952
9953 ------------------------------------------------------------------------
9954 r14237 | zorglub | 2006-02-11 16:49:24 +0100 (Sat, 11 Feb 2006) | 2 lines
9955 Changed paths:
9956    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
9957    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
9958
9959 Reposition the slider when expanding/retracting a node (Closes:#477)
9960
9961 ------------------------------------------------------------------------
9962 r14236 | zorglub | 2006-02-11 16:21:21 +0100 (Sat, 11 Feb 2006) | 2 lines
9963 Changed paths:
9964    M /trunk/modules/stream_out/transcode.c
9965
9966 only round width and scale height accordingly
9967
9968 ------------------------------------------------------------------------
9969 r14235 | courmisch | 2006-02-11 16:13:56 +0100 (Sat, 11 Feb 2006) | 2 lines
9970 Changed paths:
9971    M /trunk/include/charset.h
9972    M /trunk/include/vlc_symbols.h
9973    M /trunk/src/misc/unicode.c
9974
9975 vlc_fopen() wrapper including required file name conversion (refs #528, refs?\194?\160#543)
9976
9977 ------------------------------------------------------------------------
9978 r14234 | courmisch | 2006-02-11 16:12:06 +0100 (Sat, 11 Feb 2006) | 2 lines
9979 Changed paths:
9980    M /trunk/src/misc/charset.c
9981
9982 Don't compile dead code on Win32
9983
9984 ------------------------------------------------------------------------
9985 r14233 | courmisch | 2006-02-11 15:53:44 +0100 (Sat, 11 Feb 2006) | 2 lines
9986 Changed paths:
9987    M /trunk/src/libvlc.c
9988
9989 Use more common CP1252 rather than Latin-9 as fallback charset
9990
9991 ------------------------------------------------------------------------
9992 r14232 | zorglub | 2006-02-11 15:50:37 +0100 (Sat, 11 Feb 2006) | 2 lines
9993 Changed paths:
9994    M /trunk/modules/stream_out/transcode.c
9995
9996 Round scaled sizes to 16 (Closes:#524)
9997
9998 ------------------------------------------------------------------------
9999 r14231 | zorglub | 2006-02-11 15:26:53 +0100 (Sat, 11 Feb 2006) | 2 lines
10000 Changed paths:
10001    M /trunk/modules/access_filter/record.c
10002
10003 Don't crash in record filter (Closes:#542)
10004
10005 ------------------------------------------------------------------------
10006 r14230 | zorglub | 2006-02-11 15:14:18 +0100 (Sat, 11 Feb 2006) | 2 lines
10007 Changed paths:
10008    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
10009
10010 Don't make image when we are not interested in the item
10011
10012 ------------------------------------------------------------------------
10013 r14229 | zorglub | 2006-02-11 15:08:44 +0100 (Sat, 11 Feb 2006) | 2 lines
10014 Changed paths:
10015    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
10016    M /trunk/modules/gui/skins2/utils/var_tree.cpp
10017    M /trunk/modules/gui/skins2/utils/var_tree.hpp
10018    M /trunk/modules/gui/skins2/vars/playtree.cpp
10019
10020 Handle Page up / Page down (Refs:#477)
10021
10022 ------------------------------------------------------------------------
10023 r14228 | courmisch | 2006-02-11 14:40:43 +0100 (Sat, 11 Feb 2006) | 2 lines
10024 Changed paths:
10025    M /trunk/modules/stream_out/standard.c
10026    M /trunk/src/stream_output/sap.c
10027
10028 Handle TTL in SDP properly (IPv4 at least) for raw UDP (closes #404)
10029
10030 ------------------------------------------------------------------------
10031 r14227 | courmisch | 2006-02-11 14:39:03 +0100 (Sat, 11 Feb 2006) | 4 lines
10032 Changed paths:
10033    M /trunk/modules/stream_out/rtp.c
10034
10035 - Fix typo in previous commit
10036 - Enforce a default TTL value (one) in SDP if there is none - refs #404
10037   (it should at least be fine for IPv4 usage)
10038
10039 ------------------------------------------------------------------------
10040 r14226 | courmisch | 2006-02-11 12:58:34 +0100 (Sat, 11 Feb 2006) | 2 lines
10041 Changed paths:
10042    M /trunk/modules/stream_out/rtp.c
10043
10044 Simplify [12964]
10045
10046 ------------------------------------------------------------------------
10047 r14225 | fkuehne | 2006-02-11 12:34:31 +0100 (Sat, 11 Feb 2006) | 1 line
10048 Changed paths:
10049    M /trunk/modules/gui/macosx/macosx.m
10050    M /trunk/modules/gui/macosx/wizard.h
10051    M /trunk/modules/gui/macosx/wizard.m
10052
10053 * added an option to keep the selections in the wizard for a single session. It's enabled by default. (refs #522)
10054 ------------------------------------------------------------------------
10055 r14224 | courmisch | 2006-02-11 11:49:30 +0100 (Sat, 11 Feb 2006) | 2 lines
10056 Changed paths:
10057    M /trunk/src/stream_output/sap.c
10058
10059 SAP hop limit should always be 255 as per its specification - refs #404
10060
10061 ------------------------------------------------------------------------
10062 r14223 | courmisch | 2006-02-11 11:47:42 +0100 (Sat, 11 Feb 2006) | 2 lines
10063 Changed paths:
10064    M /trunk/src/libvlc.h
10065
10066 Good point Md - use 0 (ie. not set) as default TTL rather than 1 (refs #404)
10067
10068 ------------------------------------------------------------------------
10069 r14222 | courmisch | 2006-02-11 11:42:48 +0100 (Sat, 11 Feb 2006) | 2 lines
10070 Changed paths:
10071    M /trunk/modules/misc/network/ipv4.c
10072    M /trunk/modules/misc/network/ipv6.c
10073    M /trunk/src/libvlc.h
10074    M /trunk/src/network/udp.c
10075
10076 Implement IPv6 multicast output interface selection (closes #491)
10077
10078 ------------------------------------------------------------------------
10079 r14221 | hartman | 2006-02-11 04:04:42 +0100 (Sat, 11 Feb 2006) | 5 lines
10080 Changed paths:
10081    M /trunk/modules/video_filter/blend.c
10082
10083 * Improved renderering of YUVA/P onto YUV variants. refs #539 
10084   I420 still not fixed for this bug.
10085
10086   A simple average of the UV pixels, wasn't giving satisfying results, so I added a bit more logic, to decide based on the transparency value if UY averaging is desireable for the pixels. Produces nice results now, with a very slight shadow somtimes to the right side of the images/glyphs. Looks quite good. 
10087
10088 ------------------------------------------------------------------------
10089 r14220 | hartman | 2006-02-11 02:37:30 +0100 (Sat, 11 Feb 2006) | 5 lines
10090 Changed paths:
10091    M /trunk/modules/access/dvdread.c
10092
10093 * Fix the duration of the dvdread module. refs #198.
10094   Now duration is accurate, but current time is still block based, so on VBR discs the duration of a second may have some weird variations. Getting accurate time is possible (see what was reverted in [12862]), but this will break the relative SET_TIME (might actually go seeking in the wrong direction for instance). The correct fix here is to expand dvdread with a method that checks the TMAPTI IFO table of a Title, to find what block approximately goes with a certain time. (the TMAPTI table is usually in .5 secs interpolation might possibly be required as well) As a backup an estimate can be made using the ADMAP table.
10095
10096 The behaviour of the dvdread module is now equal to that of the dvdnav module when it comes to time and seeking.
10097
10098 ------------------------------------------------------------------------
10099 r14219 | zorglub | 2006-02-11 01:07:40 +0100 (Sat, 11 Feb 2006) | 2 lines
10100 Changed paths:
10101    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
10102
10103 Don't invalidate selection on item change (Refs:#477)
10104
10105 ------------------------------------------------------------------------
10106 r14218 | hartman | 2006-02-11 01:01:55 +0100 (Sat, 11 Feb 2006) | 3 lines
10107 Changed paths:
10108    M /trunk/modules/video_filter/distort.c
10109
10110 * Don't put huge pictures on the stack. It is limited on some platforms. use malloc.
10111 * Use the correct pitch values when reading from and writing to pictures (out pitch can differ from in pitch, and there is also visible pitch and visible lines.
10112
10113 ------------------------------------------------------------------------
10114 r14217 | zorglub | 2006-02-11 00:39:53 +0100 (Sat, 11 Feb 2006) | 3 lines
10115 Changed paths:
10116    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
10117    M /trunk/share/skins2/playtree/theme.xml
10118
10119 Fix playtree deletion
10120 Should support deletion through the delete key. But the delete key is not recognized par X11 skins2.
10121
10122 ------------------------------------------------------------------------
10123 r14216 | xtophe | 2006-02-10 23:56:32 +0100 (Fri, 10 Feb 2006) | 2 lines
10124 Changed paths:
10125    M /trunk/modules/misc/testsuite/Modules.am
10126
10127 Revert brocken commit [14215]
10128
10129 ------------------------------------------------------------------------
10130 r14215 | xtophe | 2006-02-10 23:24:20 +0100 (Fri, 10 Feb 2006) | 2 lines
10131 Changed paths:
10132    M /trunk/modules/misc/testsuite/Modules.am
10133
10134 Unbreack distcheck. First step
10135
10136 ------------------------------------------------------------------------
10137 r14214 | hartman | 2006-02-10 23:03:34 +0100 (Fri, 10 Feb 2006) | 2 lines
10138 Changed paths:
10139    M /trunk/modules/video_filter/deinterlace.c
10140
10141 * Fix issues with the deinterlace filter that was using the source picture pitch when writing to the output picture.
10142
10143 ------------------------------------------------------------------------
10144 r14213 | hartman | 2006-02-10 22:46:17 +0100 (Fri, 10 Feb 2006) | 2 lines
10145 Changed paths:
10146    M /trunk/modules/access/vcd/vcd.c
10147
10148 * fprintf -> msg_Dbg
10149
10150 ------------------------------------------------------------------------
10151 r14212 | zorglub | 2006-02-10 22:14:12 +0100 (Fri, 10 Feb 2006) | 2 lines
10152 Changed paths:
10153    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
10154
10155 Disable broken stuff (Refs:#459)
10156
10157 ------------------------------------------------------------------------
10158 r14211 | fkuehne | 2006-02-10 20:56:59 +0100 (Fri, 10 Feb 2006) | 2 lines
10159 Changed paths:
10160    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
10161    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
10162    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
10163    M /trunk/modules/gui/macosx/wizard.h
10164    M /trunk/modules/gui/macosx/wizard.m
10165
10166 * clean up (mostly replacements of nestings of stringByAppendingString by stringWithFormat)
10167 * removed the stupid "wizard help window" and replaced the help sheets with calls of NSBeginInformationalAlertSheet. This might be beautified with NSAlerts in the future, since we don't care for 10.2 anymore.
10168 ------------------------------------------------------------------------
10169 r14210 | jpsaman | 2006-02-10 20:53:09 +0100 (Fri, 10 Feb 2006) | 1 line
10170 Changed paths:
10171    M /trunk/modules/misc/rtsp.c
10172
10173 Fix breakage of other RTSP clients
10174 ------------------------------------------------------------------------
10175 r14209 | jpsaman | 2006-02-10 18:24:25 +0100 (Fri, 10 Feb 2006) | 1 line
10176 Changed paths:
10177    M /trunk/modules/misc/rtsp.c
10178
10179 Use correct Transport answer
10180 ------------------------------------------------------------------------
10181 r14208 | xtophe | 2006-02-10 18:24:14 +0100 (Fri, 10 Feb 2006) | 2 lines
10182 Changed paths:
10183    M /trunk/configure.ac
10184
10185 configure.ac: Test glide even when the user specify it
10186
10187 ------------------------------------------------------------------------
10188 r14207 | courmisch | 2006-02-10 17:46:07 +0100 (Fri, 10 Feb 2006) | 4 lines
10189 Changed paths:
10190    M /trunk/modules/misc/network/ipv4.c
10191    M /trunk/modules/misc/network/ipv6.c
10192
10193 - Use OS default TTL when not overriden
10194 - Clean up
10195 (refs #404)
10196
10197 ------------------------------------------------------------------------
10198 r14206 | courmisch | 2006-02-10 17:34:41 +0100 (Fri, 10 Feb 2006) | 2 lines
10199 Changed paths:
10200    M /trunk/modules/misc/network/ipv6.c
10201
10202 Don't enable broadcast on IPv6 sockets since IPv6 does not do broadcast anyhow
10203
10204 ------------------------------------------------------------------------
10205 r14205 | dionoea | 2006-02-10 17:30:20 +0100 (Fri, 10 Feb 2006) | 3 lines
10206 Changed paths:
10207    M /trunk/mozilla/vlcshell.cpp
10208
10209 Add esd and arts to the AOUT_PLUGINS define. If this break everything i'll
10210 have to remove it... but i doubt it.
10211
10212 ------------------------------------------------------------------------
10213 r14204 | courmisch | 2006-02-10 17:25:57 +0100 (Fri, 10 Feb 2006) | 2 lines
10214 Changed paths:
10215    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
10216    M /trunk/modules/gui/skins2/utils/var_tree.hpp
10217    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
10218
10219 gcc 4.1 compile fix from marvin24 #?\194?\160gmx.de
10220
10221 ------------------------------------------------------------------------
10222 r14203 | sigmunau | 2006-02-10 16:05:45 +0100 (Fri, 10 Feb 2006) | 5 lines
10223 Changed paths:
10224    M /trunk/modules/misc/rtsp.c
10225
10226 modules/misc/rtsp.c: implement support for raw udp transport for muxed streams
10227 also replaces x-playnow hack with a slightly less ugly hack
10228
10229 vlc vod server can now serve about 5 seconds of video to amino stbs
10230
10231 ------------------------------------------------------------------------
10232 r14202 | jpsaman | 2006-02-10 15:51:10 +0100 (Fri, 10 Feb 2006) | 1 line
10233 Changed paths:
10234    M /trunk/modules/misc/rtsp.c
10235
10236 Also add support for x-playNow in RtspCallback.
10237 ------------------------------------------------------------------------
10238 r14201 | jpsaman | 2006-02-10 15:44:19 +0100 (Fri, 10 Feb 2006) | 1 line
10239 Changed paths:
10240    M /trunk/modules/demux/livedotcom.cpp
10241
10242 sanity check
10243 ------------------------------------------------------------------------
10244 r14200 | jpsaman | 2006-02-10 15:43:05 +0100 (Fri, 10 Feb 2006) | 1 line
10245 Changed paths:
10246    M /trunk/src/network/httpd.c
10247
10248 Indentation and coding style fixes
10249 ------------------------------------------------------------------------
10250 r14199 | jpsaman | 2006-02-10 14:51:11 +0100 (Fri, 10 Feb 2006) | 2 lines
10251 Changed paths:
10252    M /trunk/modules/misc/rtsp.c
10253
10254 Respond to x-playNow option in RTSP SETUP request. Did some indentation fixes too.
10255
10256 ------------------------------------------------------------------------
10257 r14198 | hartman | 2006-02-10 13:58:55 +0100 (Fri, 10 Feb 2006) | 2 lines
10258 Changed paths:
10259    M /trunk/configure.ac
10260
10261 * disable i420_yuy2_mmx on Darwin, since the MMX seems to be incorrect.
10262
10263 ------------------------------------------------------------------------
10264 r14197 | hartman | 2006-02-10 03:53:57 +0100 (Fri, 10 Feb 2006) | 2 lines
10265 Changed paths:
10266    M /trunk/modules/codec/quicktime.c
10267
10268 * Fix the QT video decoder. refs #345
10269
10270 ------------------------------------------------------------------------
10271 r14196 | xtophe | 2006-02-09 13:31:17 +0100 (Thu, 09 Feb 2006) | 2 lines
10272 Changed paths:
10273    M /trunk/extras/zsh.cpp
10274
10275 Remove debug.
10276
10277 ------------------------------------------------------------------------
10278 r14195 | courmisch | 2006-02-09 13:06:02 +0100 (Thu, 09 Feb 2006) | 2 lines
10279 Changed paths:
10280    M /trunk/src/network/rootwrap.c
10281
10282 Check for AF_INET6 all the time
10283
10284 ------------------------------------------------------------------------
10285 r14194 | dionoea | 2006-02-08 17:26:56 +0100 (Wed, 08 Feb 2006) | 5 lines
10286 Changed paths:
10287    M /trunk/src/misc/configuration.c
10288
10289 Add comment about the fact that lines begining with a # are comments in the
10290 vlcrc file. This might seem obvious, but many people on the forums don't
10291 seem to understand that.
10292
10293
10294 ------------------------------------------------------------------------
10295 r14193 | sigmunau | 2006-02-08 11:39:33 +0100 (Wed, 08 Feb 2006) | 2 lines
10296 Changed paths:
10297    M /trunk/modules/access_output/udp.c
10298
10299 access_output/udp.c: Attach the writer thread. Fixes missing headers.
10300
10301 ------------------------------------------------------------------------
10302 r14192 | djc | 2006-02-08 11:33:46 +0100 (Wed, 08 Feb 2006) | 2 lines
10303 Changed paths:
10304    M /trunk/modules/gui/macosx/interaction.m
10305
10306 Fix message advice (use description.widgets instead of only description)
10307
10308 ------------------------------------------------------------------------
10309 r14191 | xtophe | 2006-02-08 00:03:45 +0100 (Wed, 08 Feb 2006) | 2 lines
10310 Changed paths:
10311    M /trunk/modules/misc/win32text.c
10312
10313 Typo.
10314
10315 ------------------------------------------------------------------------
10316 r14190 | zorglub | 2006-02-07 22:08:32 +0100 (Tue, 07 Feb 2006) | 5 lines
10317 Changed paths:
10318    M /trunk/Makefile.am
10319    M /trunk/include/vlc/libvlc.h
10320    M /trunk/src/control/playlist.c
10321    A /trunk/src/control/video.c
10322    M /trunk/test/libvlc_sample.c
10323
10324 * get/set/toggle fullscreen 
10325 * Fix a bug in playlist_play
10326
10327 (Refs:#457)
10328
10329 ------------------------------------------------------------------------
10330 r14189 | sigmunau | 2006-02-07 21:41:17 +0100 (Tue, 07 Feb 2006) | 2 lines
10331 Changed paths:
10332    M /trunk/modules/access_output/udp.c
10333
10334 access_output/udp.c: use block_Fifo for the empty blocks list. Simplifies code a lot
10335
10336 ------------------------------------------------------------------------
10337 r14188 | dionoea | 2006-02-07 18:08:18 +0100 (Tue, 07 Feb 2006) | 2 lines
10338 Changed paths:
10339    M /trunk/include/vlc_osd.h
10340
10341 looks like this was retrocommited :)
10342
10343 ------------------------------------------------------------------------
10344 r14187 | courmisch | 2006-02-07 17:37:40 +0100 (Tue, 07 Feb 2006) | 2 lines
10345 Changed paths:
10346    M /trunk/activex/dataobject.cpp
10347    M /trunk/activex/dataobject.h
10348    M /trunk/activex/viewobject.cpp
10349    M /trunk/activex/viewobject.h
10350    M /trunk/bindings/python/vlcglue.c
10351    M /trunk/bindings/python/vlcglue.h
10352    M /trunk/include/vlc/libvlc.h
10353    M /trunk/include/vlc/mediacontrol.h
10354    M /trunk/include/vlc/mediacontrol_structures.h
10355    M /trunk/modules/access/dv.c
10356    M /trunk/modules/access/dvb/http.c
10357    M /trunk/modules/access/fake.c
10358    M /trunk/modules/access/gnomevfs.c
10359    M /trunk/modules/access/rtsp/access.c
10360    M /trunk/modules/access/rtsp/real.c
10361    M /trunk/modules/access/rtsp/real.h
10362    M /trunk/modules/access/rtsp/real_asmrp.c
10363    M /trunk/modules/access/rtsp/real_rmff.c
10364    M /trunk/modules/access/rtsp/real_rmff.h
10365    M /trunk/modules/access/rtsp/real_sdpplin.c
10366    M /trunk/modules/access/rtsp/real_sdpplin.h
10367    M /trunk/modules/access/rtsp/rtsp.c
10368    M /trunk/modules/access/rtsp/rtsp.h
10369    M /trunk/modules/access_filter/record.c
10370    M /trunk/modules/access_output/bonjour.c
10371    M /trunk/modules/access_output/bonjour.h
10372    M /trunk/modules/access_output/shout.c
10373    M /trunk/modules/audio_filter/channel_mixer/dolby.c
10374    M /trunk/modules/audio_output/arts.c
10375    M /trunk/modules/audio_output/auhal.c
10376    M /trunk/modules/audio_output/jack.c
10377    M /trunk/modules/codec/fake.c
10378    M /trunk/modules/codec/realaudio.c
10379    M /trunk/modules/codec/sdl_image.c
10380    M /trunk/modules/control/http/http.h
10381    M /trunk/modules/control/http/macro.c
10382    M /trunk/modules/control/http/macros.h
10383    M /trunk/modules/control/http/mvar.c
10384    M /trunk/modules/control/http/rpn.c
10385    M /trunk/modules/control/http/util.c
10386    M /trunk/modules/demux/mpc.c
10387    M /trunk/modules/demux/nuv.c
10388    M /trunk/modules/demux/playlist/dvb.c
10389    M /trunk/modules/demux/playlist/podcast.c
10390    M /trunk/modules/gui/macosx/bookmarks.h
10391    M /trunk/modules/gui/macosx/embeddedwindow.h
10392    M /trunk/modules/gui/macosx/extended.h
10393    M /trunk/modules/gui/macosx/interaction.h
10394    M /trunk/modules/gui/macosx/sfilters.h
10395    M /trunk/modules/gui/macosx/wizard.h
10396    M /trunk/modules/gui/skins2/commands/async_queue.hpp
10397    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
10398    M /trunk/modules/gui/skins2/commands/cmd_audio.cpp
10399    M /trunk/modules/gui/skins2/commands/cmd_audio.hpp
10400    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
10401    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
10402    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
10403    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
10404    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
10405    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
10406    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
10407    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
10408    M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
10409    M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
10410    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
10411    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
10412    M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
10413    M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
10414    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
10415    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
10416    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
10417    M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
10418    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
10419    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
10420    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
10421    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
10422    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
10423    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
10424    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
10425    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
10426    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
10427    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
10428    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
10429    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
10430    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
10431    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
10432    M /trunk/modules/gui/skins2/events/evt_enter.hpp
10433    M /trunk/modules/gui/skins2/events/evt_focus.hpp
10434    M /trunk/modules/gui/skins2/events/evt_generic.hpp
10435    M /trunk/modules/gui/skins2/events/evt_input.hpp
10436    M /trunk/modules/gui/skins2/events/evt_key.hpp
10437    M /trunk/modules/gui/skins2/events/evt_leave.hpp
10438    M /trunk/modules/gui/skins2/events/evt_motion.hpp
10439    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
10440    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
10441    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
10442    M /trunk/modules/gui/skins2/events/evt_special.hpp
10443    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
10444    M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
10445    M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
10446    M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
10447    M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
10448    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
10449    M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
10450    M /trunk/modules/gui/skins2/parser/builder.hpp
10451    M /trunk/modules/gui/skins2/parser/builder_data.hpp
10452    M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
10453    M /trunk/modules/gui/skins2/parser/interpreter.hpp
10454    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
10455    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
10456    M /trunk/modules/gui/skins2/src/anchor.hpp
10457    M /trunk/modules/gui/skins2/src/anim_bitmap.cpp
10458    M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
10459    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
10460    M /trunk/modules/gui/skins2/src/dialogs.hpp
10461    M /trunk/modules/gui/skins2/src/file_bitmap.hpp
10462    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
10463    M /trunk/modules/gui/skins2/src/ft2_font.hpp
10464    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
10465    M /trunk/modules/gui/skins2/src/generic_font.hpp
10466    M /trunk/modules/gui/skins2/src/generic_layout.hpp
10467    M /trunk/modules/gui/skins2/src/generic_window.hpp
10468    M /trunk/modules/gui/skins2/src/logger.hpp
10469    M /trunk/modules/gui/skins2/src/os_factory.hpp
10470    M /trunk/modules/gui/skins2/src/os_graphics.hpp
10471    M /trunk/modules/gui/skins2/src/os_loop.hpp
10472    M /trunk/modules/gui/skins2/src/os_timer.hpp
10473    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
10474    M /trunk/modules/gui/skins2/src/os_window.hpp
10475    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
10476    M /trunk/modules/gui/skins2/src/skin_common.hpp
10477    M /trunk/modules/gui/skins2/src/theme.hpp
10478    M /trunk/modules/gui/skins2/src/theme_loader.hpp
10479    M /trunk/modules/gui/skins2/src/theme_repository.hpp
10480    M /trunk/modules/gui/skins2/src/tooltip.hpp
10481    M /trunk/modules/gui/skins2/src/top_window.hpp
10482    M /trunk/modules/gui/skins2/src/var_manager.hpp
10483    M /trunk/modules/gui/skins2/src/vlcproc.hpp
10484    M /trunk/modules/gui/skins2/src/vout_window.hpp
10485    M /trunk/modules/gui/skins2/src/window_manager.hpp
10486    M /trunk/modules/gui/skins2/unzip/crypt.h
10487    M /trunk/modules/gui/skins2/unzip/ioapi.c
10488    M /trunk/modules/gui/skins2/unzip/ioapi.h
10489    M /trunk/modules/gui/skins2/unzip/unzip.c
10490    M /trunk/modules/gui/skins2/unzip/unzip.h
10491    M /trunk/modules/gui/skins2/utils/bezier.hpp
10492    M /trunk/modules/gui/skins2/utils/fsm.hpp
10493    M /trunk/modules/gui/skins2/utils/observer.hpp
10494    M /trunk/modules/gui/skins2/utils/pointer.hpp
10495    M /trunk/modules/gui/skins2/utils/position.hpp
10496    M /trunk/modules/gui/skins2/utils/ustring.hpp
10497    M /trunk/modules/gui/skins2/utils/var_bool.hpp
10498    M /trunk/modules/gui/skins2/utils/var_list.hpp
10499    M /trunk/modules/gui/skins2/utils/var_percent.hpp
10500    M /trunk/modules/gui/skins2/utils/var_text.hpp
10501    M /trunk/modules/gui/skins2/utils/var_tree.cpp
10502    M /trunk/modules/gui/skins2/utils/var_tree.hpp
10503    M /trunk/modules/gui/skins2/utils/variable.hpp
10504    M /trunk/modules/gui/skins2/vars/equalizer.cpp
10505    M /trunk/modules/gui/skins2/vars/equalizer.hpp
10506    M /trunk/modules/gui/skins2/vars/playlist.hpp
10507    M /trunk/modules/gui/skins2/vars/playtree.cpp
10508    M /trunk/modules/gui/skins2/vars/playtree.hpp
10509    M /trunk/modules/gui/skins2/vars/time.hpp
10510    M /trunk/modules/gui/skins2/vars/volume.hpp
10511    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
10512    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
10513    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
10514    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
10515    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
10516    M /trunk/modules/gui/skins2/win32/win32_window.hpp
10517    M /trunk/modules/gui/skins2/x11/x11_display.hpp
10518    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
10519    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
10520    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
10521    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
10522    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
10523    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
10524    M /trunk/modules/gui/skins2/x11/x11_window.hpp
10525    M /trunk/modules/gui/wince/dialogs.cpp
10526    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.hpp
10527    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
10528    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
10529    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
10530    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
10531    M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
10532    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
10533    M /trunk/modules/gui/wxwidgets/dialogs/messages.hpp
10534    M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
10535    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
10536    M /trunk/modules/gui/wxwidgets/dialogs/preferences.hpp
10537    M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
10538    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
10539    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
10540    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
10541    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
10542    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
10543    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
10544    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
10545    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
10546    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
10547    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
10548    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
10549    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
10550    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
10551    M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
10552    M /trunk/modules/gui/wxwidgets/extrapanel.hpp
10553    M /trunk/modules/gui/wxwidgets/input_manager.cpp
10554    M /trunk/modules/gui/wxwidgets/input_manager.hpp
10555    M /trunk/modules/gui/wxwidgets/interface.hpp
10556    M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
10557    M /trunk/modules/gui/wxwidgets/streamdata.cpp
10558    M /trunk/modules/gui/wxwidgets/timer.hpp
10559    M /trunk/modules/gui/wxwidgets/video.hpp
10560    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
10561    M /trunk/modules/misc/msn.c
10562    M /trunk/modules/misc/win32text.c
10563    M /trunk/modules/services_discovery/bonjour.c
10564    M /trunk/modules/services_discovery/podcast.c
10565    M /trunk/modules/services_discovery/upnp_cc.cpp
10566    M /trunk/modules/stream_out/bridge.c
10567    M /trunk/modules/stream_out/switcher.c
10568    M /trunk/modules/video_filter/magnify.c
10569    M /trunk/modules/video_filter/osdmenu.c
10570    M /trunk/modules/video_filter/rss.c
10571    M /trunk/modules/video_filter/rv32.c
10572    M /trunk/modules/video_output/directfb.c
10573    M /trunk/src/control/core.c
10574    M /trunk/src/control/input.c
10575    M /trunk/src/control/mediacontrol_audio_video.c
10576    M /trunk/src/control/mediacontrol_core.c
10577    M /trunk/src/control/mediacontrol_init.c
10578    M /trunk/src/control/mediacontrol_plugin.c
10579    M /trunk/src/control/mediacontrol_util.c
10580    M /trunk/src/control/playlist.c
10581    M /trunk/src/interface/interaction.c
10582    M /trunk/src/misc/hashtables.c
10583    M /trunk/src/misc/md5.c
10584    M /trunk/src/misc/stats.c
10585    M /trunk/src/misc/update.c
10586    M /trunk/src/network/acl.c
10587    M /trunk/src/osd/osd.c
10588    M /trunk/src/osd/osd_parser.c
10589    M /trunk/test/libvlc_sample.c
10590    M /trunk/test/native_libvlc/native_libvlc_test.c
10591    M /trunk/test/pyunit.h
10592
10593 All CRLF fixes
10594
10595 ------------------------------------------------------------------------
10596 r14186 | courmisch | 2006-02-07 17:24:30 +0100 (Tue, 07 Feb 2006) | 2 lines
10597 Changed paths:
10598    M /trunk/include/libvlc_internal.h
10599    M /trunk/include/mediacontrol_internal.h
10600    M /trunk/include/vlc_acl.h
10601    M /trunk/include/vlc_interaction.h
10602    M /trunk/include/vlc_md5.h
10603    M /trunk/include/vlc_osd.h
10604    M /trunk/include/vlc_symbols.h
10605    M /trunk/include/vlc_update.h
10606
10607 Set EOL style to avoid further CRLF issues
10608
10609 ------------------------------------------------------------------------
10610 r14185 | hartman | 2006-02-07 17:07:58 +0100 (Tue, 07 Feb 2006) | 2 lines
10611 Changed paths:
10612    M /trunk/modules/misc/win32text.c
10613
10614 * Fix win32 text renderer.
10615
10616 ------------------------------------------------------------------------
10617 r14184 | hartman | 2006-02-07 16:18:06 +0100 (Tue, 07 Feb 2006) | 12 lines
10618 Changed paths:
10619    M /trunk/include/vlc_osd.h
10620    M /trunk/include/vlc_video.h
10621    M /trunk/modules/codec/cmml/intf.c
10622    M /trunk/modules/codec/subsdec.c
10623    M /trunk/modules/misc/freetype.c
10624    M /trunk/modules/video_filter/marq.c
10625    M /trunk/modules/video_filter/rss.c
10626    M /trunk/modules/video_filter/time.c
10627    M /trunk/src/video_output/vout_subpictures.c
10628
10629 * Introduced a new text_style_t
10630 * basic support for SSA formatted subs. (disable with --no-subsdec-formatted option)
10631 * changes to freetype renderer to support the font color, size and alpha options of text_style_t (other options are possible, just not implemented yet. Full text_style_t support requires a more advanced renderer though. )
10632 * changes to modules to support text_style_t instead of the old sub options.
10633 * Some changes to subsdec to only iconv to UTF-8 if source is !UTF-8.
10634
10635 refs #82
10636
10637 not supported are style runs (styles on substrings).
10638
10639
10640
10641 ------------------------------------------------------------------------
10642 r14183 | hartman | 2006-02-07 16:09:21 +0100 (Tue, 07 Feb 2006) | 2 lines
10643 Changed paths:
10644    M /trunk/include/vlc_osd.h
10645
10646 * dos2unix of vlc_osd.h
10647
10648 ------------------------------------------------------------------------
10649 r14182 | rocky | 2006-02-06 16:30:30 +0100 (Mon, 06 Feb 2006) | 1 line
10650 Changed paths:
10651    M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
10652
10653 minor corrections
10654 ------------------------------------------------------------------------
10655 r14181 | rocky | 2006-02-06 13:41:12 +0100 (Mon, 06 Feb 2006) | 2 lines
10656 Changed paths:
10657    M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
10658
10659 Revise. perhaps a little more detail too.
10660
10661 ------------------------------------------------------------------------
10662 r14180 | dionoea | 2006-02-06 13:07:40 +0100 (Mon, 06 Feb 2006) | 2 lines
10663 Changed paths:
10664    M /trunk/src/stream_output/stream_output.c
10665
10666 Remove useless lines (which came from a missunderstanding of how it worked)
10667
10668 ------------------------------------------------------------------------
10669 r14179 | dionoea | 2006-02-05 23:14:00 +0100 (Sun, 05 Feb 2006) | 2 lines
10670 Changed paths:
10671    M /trunk/include/vlc_osd.h
10672    M /trunk/modules/access_output/shout.c
10673    M /trunk/modules/gui/macosx/output.m
10674    M /trunk/modules/gui/macosx/wizard.m
10675    M /trunk/modules/gui/pda/pda_callbacks.c
10676    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
10677    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
10678    M /trunk/src/stream_output/stream_output.c
10679
10680 sout-standard-url is deprecated
10681
10682 ------------------------------------------------------------------------
10683 r14178 | dionoea | 2006-02-05 23:02:12 +0100 (Sun, 05 Feb 2006) | 2 lines
10684 Changed paths:
10685    M /trunk/modules/stream_out/standard.c
10686
10687 sout-standard-url is deprecated
10688
10689 ------------------------------------------------------------------------
10690 r14177 | dionoea | 2006-02-05 23:01:23 +0100 (Sun, 05 Feb 2006) | 2 lines
10691 Changed paths:
10692    M /trunk/src/stream_output/stream_output.c
10693
10694 Deprecated options handling
10695
10696 ------------------------------------------------------------------------
10697 r14176 | courmisch | 2006-02-05 21:52:29 +0100 (Sun, 05 Feb 2006) | 2 lines
10698 Changed paths:
10699    M /trunk/src/input/subtitles.c
10700
10701 Fixes subtitles detection from within folders with non-ASCII names when the local encoding is not UTF-8 (closes #536)
10702
10703 ------------------------------------------------------------------------
10704 r14175 | zorglub | 2006-02-05 14:38:05 +0100 (Sun, 05 Feb 2006) | 2 lines
10705 Changed paths:
10706    M /trunk/modules/gui/wxwidgets/input_manager.cpp
10707
10708 Show sliders for stream with no time info but position info (Closes:#484)
10709
10710 ------------------------------------------------------------------------
10711 r14174 | hartman | 2006-02-05 13:47:47 +0100 (Sun, 05 Feb 2006) | 2 lines
10712 Changed paths:
10713    M /trunk/modules/video_filter/blend.c
10714
10715 * Added YVYU blending and fixed UYVY blending.
10716
10717 ------------------------------------------------------------------------
10718 r14173 | hartman | 2006-02-05 13:43:38 +0100 (Sun, 05 Feb 2006) | 2 lines
10719 Changed paths:
10720    M /trunk/modules/video_chroma/i420_yuy2.h
10721    M /trunk/modules/video_chroma/i422_yuy2.h
10722
10723 * Correct MMX version of UYVY chroma conversion. the UV ordered incorrectly. (untested)
10724
10725 ------------------------------------------------------------------------
10726 r14172 | zorglub | 2006-02-05 12:09:13 +0100 (Sun, 05 Feb 2006) | 2 lines
10727 Changed paths:
10728    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
10729
10730 Add a "Close" button to the errors window and fix the "Stop showing errors" string
10731
10732 ------------------------------------------------------------------------
10733 r14171 | zorglub | 2006-02-05 12:05:21 +0100 (Sun, 05 Feb 2006) | 2 lines
10734 Changed paths:
10735    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
10736    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
10737
10738 Some WX VLM dialog improvements
10739
10740 ------------------------------------------------------------------------
10741 r14170 | hartman | 2006-02-05 00:46:28 +0100 (Sun, 05 Feb 2006) | 2 lines
10742 Changed paths:
10743    M /trunk/modules/video_filter/blend.c
10744
10745 * Hopefully added UYVY blending for YUVA and YUVP. (Untested)
10746
10747 ------------------------------------------------------------------------
10748 r14169 | xtophe | 2006-02-05 00:26:40 +0100 (Sun, 05 Feb 2006) | 2 lines
10749 Changed paths:
10750    M /trunk/modules/gui/wxwidgets/Modules.am
10751
10752 Include the bitmaps in tarball
10753
10754 ------------------------------------------------------------------------
10755 r14168 | zorglub | 2006-02-04 23:57:01 +0100 (Sat, 04 Feb 2006) | 2 lines
10756 Changed paths:
10757    M /trunk/modules/gui/wxwidgets/dialogs.cpp
10758    M /trunk/modules/services_discovery/shout.c
10759    M /trunk/src/interface/interaction.c
10760
10761 Better fix
10762
10763 ------------------------------------------------------------------------
10764 r14167 | hartman | 2006-02-04 23:56:34 +0100 (Sat, 04 Feb 2006) | 2 lines
10765 Changed paths:
10766    M /trunk/modules/video_output/opengl.c
10767
10768 * Use UYVY fourcc instead of Y422, since i believe it's more common.
10769
10770 ------------------------------------------------------------------------
10771 r14166 | dionoea | 2006-02-04 23:53:09 +0100 (Sat, 04 Feb 2006) | 5 lines
10772 Changed paths:
10773    M /trunk/src/misc/update.c
10774
10775 display downloaded size / total size when downloading
10776 The download specific functions should maybe be exported (i don't know if
10777 other modules would need to download files to disk)
10778
10779
10780 ------------------------------------------------------------------------
10781 r14165 | dionoea | 2006-02-04 23:34:40 +0100 (Sat, 04 Feb 2006) | 7 lines
10782 Changed paths:
10783    M /trunk/src/interface/interaction.c
10784
10785 prevent some more segfaults.
10786
10787 zorglub: could you have a look ? this solution doesn't seem right to
10788 me because we "loose" some of the calls to the interaction system if
10789 they're sent at the wrong moment.
10790
10791
10792 ------------------------------------------------------------------------
10793 r14164 | xtophe | 2006-02-04 20:54:37 +0100 (Sat, 04 Feb 2006) | 2 lines
10794 Changed paths:
10795    M /trunk/src/misc/update.c
10796
10797 Remove C++ism to please gcc2.95 and BeOS
10798
10799 ------------------------------------------------------------------------
10800 r14163 | jpsaman | 2006-02-04 20:48:38 +0100 (Sat, 04 Feb 2006) | 1 line
10801 Changed paths:
10802    M /trunk/src/network/httpd.c
10803
10804 Weed some dead code
10805 ------------------------------------------------------------------------
10806 r14162 | zorglub | 2006-02-04 20:28:20 +0100 (Sat, 04 Feb 2006) | 2 lines
10807 Changed paths:
10808    M /trunk/include/vlc_messages.h
10809
10810 Don't fail with no-debug
10811
10812 ------------------------------------------------------------------------
10813 r14161 | jpsaman | 2006-02-04 19:16:13 +0100 (Sat, 04 Feb 2006) | 1 line
10814 Changed paths:
10815    M /trunk/modules/misc/rtsp.c
10816
10817 fprintf die die
10818 ------------------------------------------------------------------------
10819 r14160 | zorglub | 2006-02-04 18:08:44 +0100 (Sat, 04 Feb 2006) | 2 lines
10820 Changed paths:
10821    M /trunk/src/misc/messages.c
10822
10823 Memleak
10824
10825 ------------------------------------------------------------------------
10826 r14159 | zorglub | 2006-02-04 18:05:14 +0100 (Sat, 04 Feb 2006) | 2 lines
10827 Changed paths:
10828    A /trunk/extras/valgrind.suppressions
10829
10830 Valgrind errors suppression file
10831
10832 ------------------------------------------------------------------------
10833 r14158 | zorglub | 2006-02-04 18:03:40 +0100 (Sat, 04 Feb 2006) | 2 lines
10834 Changed paths:
10835    M /trunk/include/vlc_symbols.h
10836
10837 Missing file
10838
10839 ------------------------------------------------------------------------
10840 r14157 | zorglub | 2006-02-04 17:26:23 +0100 (Sat, 04 Feb 2006) | 2 lines
10841 Changed paths:
10842    M /trunk/include/vlc_messages.h
10843    M /trunk/include/vlc_symbols.h
10844    M /trunk/modules/stream_out/transcode.c
10845    M /trunk/src/audio_output/dec.c
10846    M /trunk/src/audio_output/input.c
10847    M /trunk/src/input/decoder.c
10848    M /trunk/src/input/es_out.c
10849    M /trunk/src/input/input.c
10850    M /trunk/src/input/stream.c
10851    M /trunk/src/misc/stats.c
10852    M /trunk/src/network/httpd.c
10853    M /trunk/src/playlist/playlist.c
10854    M /trunk/src/stream_output/stream_output.c
10855    M /trunk/src/video_output/video_output.c
10856
10857 Stop using strings to index stats, use integers. The list is not sorted yet, though
10858
10859 ------------------------------------------------------------------------
10860 r14156 | zorglub | 2006-02-04 16:28:36 +0100 (Sat, 04 Feb 2006) | 2 lines
10861 Changed paths:
10862    M /trunk/src/playlist/playlist.c
10863
10864 Fix memleak
10865
10866 ------------------------------------------------------------------------
10867 r14155 | zorglub | 2006-02-04 14:56:07 +0100 (Sat, 04 Feb 2006) | 2 lines
10868 Changed paths:
10869    M /trunk/src/misc/hashtables.c
10870
10871 Fix stupid bug
10872
10873 ------------------------------------------------------------------------
10874 r14154 | zorglub | 2006-02-04 13:50:41 +0100 (Sat, 04 Feb 2006) | 2 lines
10875 Changed paths:
10876    M /trunk/src/misc/hashtables.c
10877
10878 Don't read uninitialized values
10879
10880 ------------------------------------------------------------------------
10881 r14153 | zorglub | 2006-02-04 12:04:42 +0100 (Sat, 04 Feb 2006) | 3 lines
10882 Changed paths:
10883    M /trunk/NEWS
10884    M /trunk/include/main.h
10885    M /trunk/include/vlc_messages.h
10886    M /trunk/include/vlc_symbols.h
10887    M /trunk/modules/stream_out/transcode.c
10888    M /trunk/src/audio_output/dec.c
10889    M /trunk/src/audio_output/input.c
10890    M /trunk/src/input/decoder.c
10891    M /trunk/src/input/es_out.c
10892    M /trunk/src/input/stream.c
10893    M /trunk/src/libvlc.c
10894    M /trunk/src/misc/hashtables.c
10895    M /trunk/src/misc/stats.c
10896    M /trunk/src/network/httpd.c
10897    M /trunk/src/stream_output/stream_output.c
10898    M /trunk/src/video_output/video_output.c
10899
10900 * Avoid useless stats_Get calls
10901 * Reduce vlc_object_find calls
10902
10903 ------------------------------------------------------------------------
10904 r14152 | zorglub | 2006-02-04 10:24:50 +0100 (Sat, 04 Feb 2006) | 2 lines
10905 Changed paths:
10906    M /trunk/src/misc/hashtables.c
10907
10908 Don't check the full string
10909
10910 ------------------------------------------------------------------------
10911 r14151 | zorglub | 2006-02-04 01:08:50 +0100 (Sat, 04 Feb 2006) | 2 lines
10912 Changed paths:
10913    M /trunk/include/stream_output.h
10914    M /trunk/src/stream_output/stream_output.c
10915
10916 AccessOutWrite is called very often, especially for TS. Don't store stats on each call
10917
10918 ------------------------------------------------------------------------
10919 r14150 | zorglub | 2006-02-04 00:52:45 +0100 (Sat, 04 Feb 2006) | 2 lines
10920 Changed paths:
10921    M /trunk/Makefile.am
10922    M /trunk/include/vlc_common.h
10923    M /trunk/include/vlc_messages.h
10924    M /trunk/include/vlc_symbols.h
10925    A /trunk/src/misc/hashtables.c
10926    M /trunk/src/misc/stats.c
10927
10928 Use a hash for stats. Not finished
10929
10930 ------------------------------------------------------------------------
10931 r14149 | zorglub | 2006-02-03 20:53:47 +0100 (Fri, 03 Feb 2006) | 2 lines
10932 Changed paths:
10933    M /trunk/include/vlc/libvlc.h
10934    M /trunk/src/control/core.c
10935    M /trunk/src/control/playlist.c
10936    M /trunk/test/NativeLibvlcTest.py
10937    M /trunk/test/native_libvlc/native_libvlc_test.c
10938    M /trunk/test/pyunit.h
10939
10940 Play and add (Refs:#457)
10941
10942 ------------------------------------------------------------------------
10943 r14148 | sigmunau | 2006-02-03 16:10:12 +0100 (Fri, 03 Feb 2006) | 2 lines
10944 Changed paths:
10945    M /trunk/modules/access/dvb/linux_dvb.c
10946
10947 linux_dvb.c: initialize a variable
10948
10949 ------------------------------------------------------------------------
10950 r14147 | sigmunau | 2006-02-03 15:07:41 +0100 (Fri, 03 Feb 2006) | 2 lines
10951 Changed paths:
10952    M /trunk/src/input/es_out.c
10953    M /trunk/src/input/stream.c
10954    M /trunk/src/stream_output/stream_output.c
10955
10956 fix --no-stats in a few cases (there are more remaining)
10957
10958 ------------------------------------------------------------------------
10959 r14146 | xtophe | 2006-02-03 10:54:22 +0100 (Fri, 03 Feb 2006) | 2 lines
10960 Changed paths:
10961    M /trunk/po/POTFILES.in
10962    M /trunk/po/ca.po
10963    M /trunk/po/da.po
10964    M /trunk/po/de.po
10965    M /trunk/po/en_GB.po
10966    M /trunk/po/es.po
10967    M /trunk/po/fr.po
10968    M /trunk/po/it.po
10969    M /trunk/po/ja.po
10970    M /trunk/po/ka.po
10971    M /trunk/po/ko.po
10972    M /trunk/po/nl.po
10973    M /trunk/po/oc.po
10974    M /trunk/po/pt_BR.po
10975    M /trunk/po/ro.po
10976    M /trunk/po/ru.po
10977    M /trunk/po/sv.po
10978    M /trunk/po/tr.po
10979    M /trunk/po/vlc.pot
10980    M /trunk/po/zh_CN.po
10981    M /trunk/po/zh_TW.po
10982
10983 Run update-po due to the new upnp files.
10984
10985 ------------------------------------------------------------------------
10986 r14145 | xtophe | 2006-02-03 01:13:11 +0100 (Fri, 03 Feb 2006) | 2 lines
10987 Changed paths:
10988    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
10989
10990 Seems that the widget return the path in local encoding
10991
10992 ------------------------------------------------------------------------
10993 r14144 | dionoea | 2006-02-03 00:54:03 +0100 (Fri, 03 Feb 2006) | 2 lines
10994 Changed paths:
10995    M /trunk/src/misc/update.c
10996
10997 fix download (it didn't download the last (file size)%(1<<10) bytes)
10998
10999 ------------------------------------------------------------------------
11000 r14143 | dionoea | 2006-02-03 00:35:12 +0100 (Fri, 03 Feb 2006) | 2 lines
11001 Changed paths:
11002    M /trunk/doc/Doxyfile
11003
11004 update Doxyfile using "doxygen -u"
11005
11006 ------------------------------------------------------------------------
11007 r14142 | dionoea | 2006-02-03 00:31:42 +0100 (Fri, 03 Feb 2006) | 3 lines
11008 Changed paths:
11009    M /trunk/include/vlc_interaction.h
11010    M /trunk/include/vlc_update.h
11011    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
11012
11013 include/* : fix doxygen comments
11014 modules/gui/wxwidgets/dialogs/updatevlc.cpp : clean up
11015
11016 ------------------------------------------------------------------------
11017 r14141 | dionoea | 2006-02-03 00:04:59 +0100 (Fri, 03 Feb 2006) | 3 lines
11018 Changed paths:
11019    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
11020    M /trunk/src/misc/update.c
11021
11022 use VLC threads instead of wxWidgets threads.
11023 (i just had to find the suxor thread exemple in video_output.c :p )
11024
11025 ------------------------------------------------------------------------
11026 r14140 | dionoea | 2006-02-02 20:00:08 +0100 (Thu, 02 Feb 2006) | 2 lines
11027 Changed paths:
11028    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
11029
11030 lets hope that this fixes the win32 build
11031
11032 ------------------------------------------------------------------------
11033 r14139 | dionoea | 2006-02-02 19:06:20 +0100 (Thu, 02 Feb 2006) | 2 lines
11034 Changed paths:
11035    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
11036    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
11037
11038 Fix misplaced include (triggered error on win32 build only ... weird)
11039
11040 ------------------------------------------------------------------------
11041 r14138 | dionoea | 2006-02-02 18:44:07 +0100 (Thu, 02 Feb 2006) | 2 lines
11042 Changed paths:
11043    M /trunk/src/misc/update.c
11044
11045 remove old uneeded #include
11046
11047 ------------------------------------------------------------------------
11048 r14137 | dionoea | 2006-02-02 18:29:06 +0100 (Thu, 02 Feb 2006) | 9 lines
11049 Changed paths:
11050    M /trunk/Makefile.am
11051    M /trunk/include/vlc_common.h
11052    M /trunk/include/vlc_symbols.h
11053    A /trunk/include/vlc_update.h
11054    M /trunk/modules/control/rc.c
11055    A /trunk/modules/gui/wxwidgets/bitmaps/update_ascii.xpm
11056    A /trunk/modules/gui/wxwidgets/bitmaps/update_binary.xpm
11057    A /trunk/modules/gui/wxwidgets/bitmaps/update_document.xpm
11058    A /trunk/modules/gui/wxwidgets/bitmaps/update_info.xpm
11059    A /trunk/modules/gui/wxwidgets/bitmaps/update_source.xpm
11060    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
11061    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
11062    M /trunk/src/misc/modules.c
11063    A /trunk/src/misc/update.c
11064
11065 src/*, include/* : update core functions. (Should make it relatively easy
11066                    to use in interfaces)
11067                    The downloadable plugins part still needs some work.
11068
11069 modules/control/rc.c : add function to query updates (mainly used for testing)
11070
11071 modules/gui/wxwidgets/* : update pannel.
11072
11073
11074 ------------------------------------------------------------------------
11075 r14136 | dionoea | 2006-02-02 17:36:48 +0100 (Thu, 02 Feb 2006) | 2 lines
11076 Changed paths:
11077    M /trunk/src/interface/interaction.c
11078
11079 Make sure that the progress bar dialog exists before updating its status.
11080
11081 ------------------------------------------------------------------------
11082 r14135 | sigmunau | 2006-02-02 12:59:15 +0100 (Thu, 02 Feb 2006) | 4 lines
11083 Changed paths:
11084    M /trunk/src/input/es_out.c
11085
11086 es_out.c: fixed a slight memleak in "now playing" handling. 
11087 This one is slightly dangerous as it can happen over and over again during
11088 normal operation.
11089
11090 ------------------------------------------------------------------------
11091 r14134 | courmisch | 2006-02-02 11:59:17 +0100 (Thu, 02 Feb 2006) | 3 lines
11092 Changed paths:
11093    M /trunk/THANKS
11094    M /trunk/configure.ac
11095    M /trunk/modules/services_discovery/Modules.am
11096    D /trunk/modules/services_discovery/upnp.cpp
11097    A /trunk/modules/services_discovery/upnp_cc.cpp (from /trunk/modules/services_discovery/upnp.cpp:14133)
11098    A /trunk/modules/services_discovery/upnp_intel.cpp
11099
11100 Add libupnp-based UPnP discovery from Christian Henz
11101 with proper configure checks
11102
11103 ------------------------------------------------------------------------
11104 r14133 | hartman | 2006-02-02 04:22:52 +0100 (Thu, 02 Feb 2006) | 2 lines
11105 Changed paths:
11106    M /trunk/src/input/subtitles.c
11107
11108 * Forgot to add the path seperator. truly fixes the bug. refs #463
11109
11110 ------------------------------------------------------------------------
11111 r14132 | hartman | 2006-02-02 03:44:31 +0100 (Thu, 02 Feb 2006) | 2 lines
11112 Changed paths:
11113    M /trunk/extras/contrib/src/Makefile
11114
11115 * Fix the dvdread library linking in the libdvdnav dylib by hand. fixes #515
11116
11117 ------------------------------------------------------------------------
11118 r14131 | hartman | 2006-02-01 21:51:18 +0100 (Wed, 01 Feb 2006) | 3 lines
11119 Changed paths:
11120    M /trunk/src/input/subtitles.c
11121
11122 * If input file in current dir specified, then retrieve CWD when we try to look for subtitle files. fixes #463
11123 * When probing the autodetected files, probe them in the Locale, not in UTF-8. refs #528
11124
11125 ------------------------------------------------------------------------
11126 r14130 | jpsaman | 2006-02-01 21:24:23 +0100 (Wed, 01 Feb 2006) | 1 line
11127 Changed paths:
11128    M /trunk/modules/packetizer/mpegvideo.c
11129
11130 Fixed a memleak
11131 ------------------------------------------------------------------------
11132 r14129 | courmisch | 2006-02-01 21:04:09 +0100 (Wed, 01 Feb 2006) | 2 lines
11133 Changed paths:
11134    M /trunk/modules/gui/macosx/bookmarks.h
11135    M /trunk/modules/gui/macosx/bookmarks.m
11136    M /trunk/modules/gui/macosx/equalizer.h
11137    M /trunk/modules/gui/macosx/sfilters.h
11138    M /trunk/modules/gui/macosx/sfilters.m
11139
11140 Don't use weird MAC charset
11141
11142 ------------------------------------------------------------------------
11143 r14128 | courmisch | 2006-02-01 20:52:29 +0100 (Wed, 01 Feb 2006) | 2 lines
11144 Changed paths:
11145    M /trunk/bindings/python/vlcglue.h
11146
11147 One more
11148
11149 ------------------------------------------------------------------------
11150 r14127 | courmisch | 2006-02-01 20:49:08 +0100 (Wed, 01 Feb 2006) | 2 lines
11151 Changed paths:
11152    M /trunk/doc/developer2
11153
11154 svn:ignore built doc
11155
11156 ------------------------------------------------------------------------
11157 r14126 | courmisch | 2006-02-01 20:47:14 +0100 (Wed, 01 Feb 2006) | 2 lines
11158 Changed paths:
11159    M /trunk/doc/developer2/history.xml
11160    M /trunk/doc/developer2/videolan-doc.xsl
11161    M /trunk/doc/developer2/vlc-dev-doc.xml
11162
11163 Same as previous commit
11164
11165 ------------------------------------------------------------------------
11166 r14125 | courmisch | 2006-02-01 20:44:56 +0100 (Wed, 01 Feb 2006) | 2 lines
11167 Changed paths:
11168    M /trunk/doc/developer/Makefile
11169    M /trunk/doc/developer/Makefile.in
11170    M /trunk/doc/developer/history.xml
11171    M /trunk/doc/developer/manual.xml
11172    M /trunk/doc/developer/videolan-doc-chunk.xsl
11173    M /trunk/doc/developer/videolan-doc.xsl
11174
11175 Uniformize developer doc encoding
11176
11177 ------------------------------------------------------------------------
11178 r14124 | courmisch | 2006-02-01 20:40:01 +0100 (Wed, 01 Feb 2006) | 2 lines
11179 Changed paths:
11180    M /trunk/NEWS
11181    M /trunk/modules/access/vcdx/intf.h
11182    M /trunk/modules/gui/macosx/extended.h
11183    M /trunk/modules/gui/macosx/extended.m
11184    M /trunk/modules/gui/macosx/prefs_widgets.m
11185    M /trunk/modules/gui/macosx/wizard.h
11186    M /trunk/modules/gui/macosx/wizard.m
11187    M /trunk/modules/gui/wxwidgets/streamdata.h
11188    M /trunk/modules/video_chroma/i420_rgb_mmx.h
11189    M /trunk/modules/visualization/visual/visual.h
11190    M /trunk/po/sv.po
11191
11192 Additionnal conversions
11193
11194 ------------------------------------------------------------------------
11195 r14123 | courmisch | 2006-02-01 20:32:40 +0100 (Wed, 01 Feb 2006) | 2 lines
11196 Changed paths:
11197    M /trunk/modules/LIST
11198    M /trunk/modules/gui/wince/preferences_widgets.h
11199
11200 French -> English
11201
11202 ------------------------------------------------------------------------
11203 r14122 | courmisch | 2006-02-01 20:21:41 +0100 (Wed, 01 Feb 2006) | 2 lines
11204 Changed paths:
11205    M /trunk/share/skins2
11206
11207 svn:ignore built skins
11208
11209 ------------------------------------------------------------------------
11210 r14121 | courmisch | 2006-02-01 20:20:17 +0100 (Wed, 01 Feb 2006) | 2 lines
11211 Changed paths:
11212    M /trunk/include/iso_lang.h
11213    M /trunk/include/libvlc_internal.h
11214    M /trunk/include/modules_inner.h
11215    M /trunk/include/vlc/libvlc.h
11216    M /trunk/include/vlc_config_cat.h
11217    M /trunk/include/vout_synchro.h
11218
11219 More UTF8ication
11220
11221 ------------------------------------------------------------------------
11222 r14120 | hartman | 2006-02-01 19:13:49 +0100 (Wed, 01 Feb 2006) | 2 lines
11223 Changed paths:
11224    M /trunk/modules/gui/macosx/voutgl.m
11225
11226 * Enable OpenGL without Acceleration on Mac OSX. (Fallback option)
11227
11228 ------------------------------------------------------------------------
11229 r14119 | courmisch | 2006-02-01 19:08:49 +0100 (Wed, 01 Feb 2006) | 2 lines
11230 Changed paths:
11231    M /trunk/mozilla/support/npmac.cpp
11232
11233 That one wasn't even Latin-1
11234
11235 ------------------------------------------------------------------------
11236 r14118 | courmisch | 2006-02-01 19:06:48 +0100 (Wed, 01 Feb 2006) | 2 lines
11237 Changed paths:
11238    M /trunk/bindings/python/vlcglue.c
11239    M /trunk/loader/pe_image.c
11240    M /trunk/modules/access/vcdx/demux.c
11241    M /trunk/modules/access/vcdx/intf.c
11242    M /trunk/modules/audio_filter/channel_mixer/dolby.c
11243    M /trunk/modules/audio_filter/channel_mixer/headphone.c
11244    M /trunk/modules/audio_filter/converter/a52tofloat32.c
11245    M /trunk/modules/audio_filter/converter/a52tospdif.c
11246    M /trunk/modules/audio_filter/converter/dtstofloat32.c
11247    M /trunk/modules/audio_filter/normvol.c
11248    M /trunk/modules/codec/a52.c
11249    M /trunk/modules/demux/playlist/m3u.c
11250    M /trunk/modules/demux/playlist/old.c
11251    M /trunk/modules/demux/playlist/playlist.c
11252    M /trunk/modules/demux/playlist/pls.c
11253    M /trunk/modules/gui/skins2/commands/async_queue.cpp
11254    M /trunk/modules/gui/skins2/commands/async_queue.hpp
11255    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
11256    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
11257    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
11258    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
11259    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
11260    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
11261    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
11262    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
11263    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
11264    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
11265    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
11266    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
11267    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
11268    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
11269    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
11270    M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
11271    M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
11272    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
11273    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
11274    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
11275    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
11276    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
11277    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
11278    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
11279    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
11280    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
11281    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
11282    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
11283    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
11284    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
11285    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
11286    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
11287    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
11288    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
11289    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
11290    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
11291    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
11292    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
11293    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
11294    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
11295    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
11296    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
11297    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
11298    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
11299    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
11300    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
11301    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
11302    M /trunk/modules/gui/skins2/events/evt_enter.hpp
11303    M /trunk/modules/gui/skins2/events/evt_focus.hpp
11304    M /trunk/modules/gui/skins2/events/evt_generic.hpp
11305    M /trunk/modules/gui/skins2/events/evt_input.cpp
11306    M /trunk/modules/gui/skins2/events/evt_input.hpp
11307    M /trunk/modules/gui/skins2/events/evt_key.cpp
11308    M /trunk/modules/gui/skins2/events/evt_key.hpp
11309    M /trunk/modules/gui/skins2/events/evt_leave.hpp
11310    M /trunk/modules/gui/skins2/events/evt_menu.hpp
11311    M /trunk/modules/gui/skins2/events/evt_motion.hpp
11312    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
11313    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
11314    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
11315    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
11316    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
11317    M /trunk/modules/gui/skins2/events/evt_special.cpp
11318    M /trunk/modules/gui/skins2/events/evt_special.hpp
11319    M /trunk/modules/gui/skins2/macosx/macosx_popup.cpp
11320    M /trunk/modules/gui/skins2/macosx/macosx_popup.hpp
11321    M /trunk/modules/gui/skins2/parser/builder.cpp
11322    M /trunk/modules/gui/skins2/parser/builder.hpp
11323    M /trunk/modules/gui/skins2/parser/interpreter.cpp
11324    M /trunk/modules/gui/skins2/parser/interpreter.hpp
11325    M /trunk/modules/gui/skins2/src/anchor.cpp
11326    M /trunk/modules/gui/skins2/src/anchor.hpp
11327    M /trunk/modules/gui/skins2/src/dialogs.cpp
11328    M /trunk/modules/gui/skins2/src/dialogs.hpp
11329    M /trunk/modules/gui/skins2/src/file_bitmap.cpp
11330    M /trunk/modules/gui/skins2/src/file_bitmap.hpp
11331    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
11332    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
11333    M /trunk/modules/gui/skins2/src/ft2_font.cpp
11334    M /trunk/modules/gui/skins2/src/ft2_font.hpp
11335    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
11336    M /trunk/modules/gui/skins2/src/generic_font.hpp
11337    M /trunk/modules/gui/skins2/src/generic_layout.cpp
11338    M /trunk/modules/gui/skins2/src/generic_layout.hpp
11339    M /trunk/modules/gui/skins2/src/generic_window.cpp
11340    M /trunk/modules/gui/skins2/src/generic_window.hpp
11341    M /trunk/modules/gui/skins2/src/logger.cpp
11342    M /trunk/modules/gui/skins2/src/logger.hpp
11343    M /trunk/modules/gui/skins2/src/os_factory.cpp
11344    M /trunk/modules/gui/skins2/src/os_factory.hpp
11345    M /trunk/modules/gui/skins2/src/os_graphics.hpp
11346    M /trunk/modules/gui/skins2/src/os_loop.hpp
11347    M /trunk/modules/gui/skins2/src/os_popup.hpp
11348    M /trunk/modules/gui/skins2/src/os_timer.hpp
11349    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
11350    M /trunk/modules/gui/skins2/src/os_window.hpp
11351    M /trunk/modules/gui/skins2/src/popup.cpp
11352    M /trunk/modules/gui/skins2/src/popup.hpp
11353    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
11354    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
11355    M /trunk/modules/gui/skins2/src/skin_common.hpp
11356    M /trunk/modules/gui/skins2/src/skin_main.cpp
11357    M /trunk/modules/gui/skins2/src/theme.cpp
11358    M /trunk/modules/gui/skins2/src/theme.hpp
11359    M /trunk/modules/gui/skins2/src/theme_loader.cpp
11360    M /trunk/modules/gui/skins2/src/theme_loader.hpp
11361    M /trunk/modules/gui/skins2/src/tooltip.cpp
11362    M /trunk/modules/gui/skins2/src/tooltip.hpp
11363    M /trunk/modules/gui/skins2/src/top_window.cpp
11364    M /trunk/modules/gui/skins2/src/top_window.hpp
11365    M /trunk/modules/gui/skins2/src/var_manager.cpp
11366    M /trunk/modules/gui/skins2/src/var_manager.hpp
11367    M /trunk/modules/gui/skins2/src/window_manager.cpp
11368    M /trunk/modules/gui/skins2/src/window_manager.hpp
11369    M /trunk/modules/gui/skins2/utils/bezier.cpp
11370    M /trunk/modules/gui/skins2/utils/bezier.hpp
11371    M /trunk/modules/gui/skins2/utils/fsm.cpp
11372    M /trunk/modules/gui/skins2/utils/fsm.hpp
11373    M /trunk/modules/gui/skins2/utils/observer.hpp
11374    M /trunk/modules/gui/skins2/utils/pointer.hpp
11375    M /trunk/modules/gui/skins2/utils/position.cpp
11376    M /trunk/modules/gui/skins2/utils/position.hpp
11377    M /trunk/modules/gui/skins2/utils/ustring.cpp
11378    M /trunk/modules/gui/skins2/utils/ustring.hpp
11379    M /trunk/modules/gui/skins2/utils/var_bool.cpp
11380    M /trunk/modules/gui/skins2/utils/var_bool.hpp
11381    M /trunk/modules/gui/skins2/utils/var_list.cpp
11382    M /trunk/modules/gui/skins2/utils/var_list.hpp
11383    M /trunk/modules/gui/skins2/utils/var_percent.cpp
11384    M /trunk/modules/gui/skins2/utils/var_percent.hpp
11385    M /trunk/modules/gui/skins2/utils/var_text.cpp
11386    M /trunk/modules/gui/skins2/utils/var_text.hpp
11387    M /trunk/modules/gui/skins2/utils/variable.hpp
11388    M /trunk/modules/gui/skins2/vars/playlist.hpp
11389    M /trunk/modules/gui/skins2/vars/time.cpp
11390    M /trunk/modules/gui/skins2/vars/volume.cpp
11391    M /trunk/modules/gui/skins2/vars/volume.hpp
11392    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
11393    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
11394    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
11395    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
11396    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
11397    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
11398    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
11399    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
11400    M /trunk/modules/gui/skins2/win32/win32_popup.cpp
11401    M /trunk/modules/gui/skins2/win32/win32_popup.hpp
11402    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
11403    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
11404    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
11405    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
11406    M /trunk/modules/gui/skins2/win32/win32_window.cpp
11407    M /trunk/modules/gui/skins2/win32/win32_window.hpp
11408    M /trunk/modules/gui/skins2/x11/x11_display.cpp
11409    M /trunk/modules/gui/skins2/x11/x11_display.hpp
11410    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
11411    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
11412    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
11413    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
11414    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
11415    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
11416    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
11417    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
11418    M /trunk/modules/gui/skins2/x11/x11_popup.hpp
11419    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
11420    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
11421    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
11422    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
11423    M /trunk/modules/gui/skins2/x11/x11_window.cpp
11424    M /trunk/modules/gui/skins2/x11/x11_window.hpp
11425    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
11426    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
11427    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
11428    M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
11429    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
11430    M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
11431    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
11432    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
11433    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
11434    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
11435    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
11436    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
11437    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
11438    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
11439    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
11440    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
11441    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
11442    M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
11443    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
11444    M /trunk/modules/gui/wxwidgets/extrapanel.hpp
11445    M /trunk/modules/gui/wxwidgets/input_manager.cpp
11446    M /trunk/modules/gui/wxwidgets/input_manager.hpp
11447    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
11448    M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
11449    M /trunk/modules/gui/wxwidgets/streamdata.cpp
11450    M /trunk/modules/misc/playlist/export.c
11451    M /trunk/modules/misc/playlist/m3u.c
11452    M /trunk/modules/misc/testsuite/playlist.c
11453    M /trunk/modules/mux/avi.c
11454    M /trunk/modules/services_discovery/daap.c
11455    M /trunk/modules/services_discovery/hal.c
11456    M /trunk/modules/video_filter/motiondetect.c
11457    M /trunk/modules/video_filter/swscale/yuv2rgb.c
11458    M /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
11459    M /trunk/modules/video_output/image.c
11460    M /trunk/modules/visualization/visual/effects.c
11461    M /trunk/modules/visualization/visual/visual.c
11462    M /trunk/src/control/input.c
11463    M /trunk/src/control/playlist.c
11464    M /trunk/src/interface/interaction.c
11465    M /trunk/src/misc/iso_lang.c
11466    M /trunk/src/misc/stats.c
11467    M /trunk/src/playlist/item-ext.c
11468    M /trunk/src/playlist/playlist.c
11469    M /trunk/src/playlist/services_discovery.c
11470    M /trunk/src/playlist/sort.c
11471    M /trunk/src/playlist/view.c
11472    M /trunk/src/stream_output/announce.c
11473    M /trunk/src/video_output/vout_synchro.c
11474
11475 Uniformize source files encoding
11476
11477 ------------------------------------------------------------------------
11478 r14117 | courmisch | 2006-02-01 19:02:40 +0100 (Wed, 01 Feb 2006) | 2 lines
11479 Changed paths:
11480    M /trunk/modules/gui/wince/preferences.cpp
11481
11482 Translate french comment
11483
11484 ------------------------------------------------------------------------
11485 r14116 | courmisch | 2006-02-01 19:01:03 +0100 (Wed, 01 Feb 2006) | 2 lines
11486 Changed paths:
11487    M /trunk/modules/demux/m3u.c
11488
11489 Encode non-ASCII characters outside comments
11490
11491 ------------------------------------------------------------------------
11492 r14115 | courmisch | 2006-02-01 18:44:04 +0100 (Wed, 01 Feb 2006) | 2 lines
11493 Changed paths:
11494    M /trunk/modules/demux/nsc.c
11495
11496 Fix warnings
11497
11498 ------------------------------------------------------------------------
11499 r14114 | courmisch | 2006-02-01 18:41:29 +0100 (Wed, 01 Feb 2006) | 2 lines
11500 Changed paths:
11501    M /trunk/modules/codec/quicktime.c
11502
11503 Fix a bunch of warnings involving mix between uint32_t and long
11504
11505 ------------------------------------------------------------------------
11506 r14113 | hartman | 2006-02-01 17:52:42 +0100 (Wed, 01 Feb 2006) | 4 lines
11507 Changed paths:
11508    M /trunk/modules/gui/macosx/macosx.m
11509    M /trunk/modules/video_output/opengl.c
11510
11511 * Fix the fourcc of OpenGL on Mac Intel. We should check why it's set wrong on PPC.
11512 * Revert the Quartz disabling.
11513
11514
11515 ------------------------------------------------------------------------
11516 r14112 | sam | 2006-02-01 17:27:57 +0100 (Wed, 01 Feb 2006) | 2 lines
11517 Changed paths:
11518    M /trunk/modules/demux/mp4/drms.c
11519    M /trunk/modules/demux/mp4/libmp4.c
11520
11521   * modules/demux/mp4: more explicit error messages for DRMS failures.
11522
11523 ------------------------------------------------------------------------
11524 r14111 | courmisch | 2006-02-01 16:40:53 +0100 (Wed, 01 Feb 2006) | 5 lines
11525 Changed paths:
11526    M /trunk/configure.ac
11527
11528 Enable maintainer mode by default, as it is what maintainer-mode-unaware
11529 (ie. most) automake users are used to.
11530 If you DO want NOT to use maintainer mode you are free to pass
11531 --disable-maintainer-mode to configure.
11532
11533 ------------------------------------------------------------------------
11534 r14110 | courmisch | 2006-02-01 16:28:42 +0100 (Wed, 01 Feb 2006) | 2 lines
11535 Changed paths:
11536    M /trunk/src/libvlc.c
11537
11538 Simpler use of HAVE_ASSERT
11539
11540 ------------------------------------------------------------------------
11541 r14109 | courmisch | 2006-02-01 16:27:59 +0100 (Wed, 01 Feb 2006) | 2 lines
11542 Changed paths:
11543    M /trunk/configure.ac
11544
11545 Define NDEBUG when --enable-debug is not specified
11546
11547 ------------------------------------------------------------------------
11548 r14108 | sam | 2006-02-01 15:57:12 +0100 (Wed, 01 Feb 2006) | 2 lines
11549 Changed paths:
11550    M /trunk/Makefile.am
11551
11552   * Makefile.am: on Unix, use makensis -DVERSION; on Win32, use /DVERSION.
11553
11554 ------------------------------------------------------------------------
11555 r14107 | xtophe | 2006-02-01 15:39:05 +0100 (Wed, 01 Feb 2006) | 2 lines
11556 Changed paths:
11557    M /trunk/configure.ac
11558    M /trunk/src/libvlc.c
11559
11560 Test for assert() in configure.
11561
11562 ------------------------------------------------------------------------
11563 r14106 | courmisch | 2006-02-01 14:28:59 +0100 (Wed, 01 Feb 2006) | 2 lines
11564 Changed paths:
11565    M /trunk/include/vlc_common.h
11566    M /trunk/modules/control/http/http.c
11567    M /trunk/modules/control/http/http.h
11568    M /trunk/src/network/httpd.c
11569
11570 Fixed some warnings
11571
11572 ------------------------------------------------------------------------
11573 r14105 | courmisch | 2006-02-01 14:10:55 +0100 (Wed, 01 Feb 2006) | 2 lines
11574 Changed paths:
11575    M /trunk/src/input/stream.c
11576
11577 Remove unused variable
11578
11579 ------------------------------------------------------------------------
11580 r14104 | sam | 2006-02-01 14:01:06 +0100 (Wed, 01 Feb 2006) | 2 lines
11581 Changed paths:
11582    M /trunk/include/main.h
11583    M /trunk/include/os_specific.h
11584    M /trunk/include/vlc_common.h
11585    M /trunk/include/vlc_config.h
11586    M /trunk/include/vlc_threads.h
11587    M /trunk/modules/access/vcd/cdrom.c
11588    M /trunk/modules/access/vcd/cdrom_internals.h
11589    M /trunk/modules/audio_filter/resampler/bandlimited.c
11590    M /trunk/modules/codec/cmml/browser_open.c
11591    M /trunk/modules/codec/mpeg_audio.c
11592    M /trunk/modules/codec/quicktime.c
11593    M /trunk/modules/control/http/http.c
11594    M /trunk/modules/demux/mkv.cpp
11595    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
11596    M /trunk/modules/misc/freetype.c
11597    M /trunk/modules/misc/logger.c
11598    M /trunk/modules/video_output/opengl.c
11599    M /trunk/modules/video_output/x11/xcommon.c
11600    M /trunk/src/vlc.c
11601
11602   * Got rid of SYS_DARWIN everywhere.
11603
11604 ------------------------------------------------------------------------
11605 r14103 | sam | 2006-02-01 13:44:16 +0100 (Wed, 01 Feb 2006) | 3 lines
11606 Changed paths:
11607    M /trunk/src/extras/libc.c
11608    M /trunk/src/interface/interface.c
11609    M /trunk/src/interface/intf_eject.c
11610    M /trunk/src/libvlc.c
11611    M /trunk/src/libvlc.h
11612    M /trunk/src/misc/charset.c
11613    M /trunk/src/misc/configuration.c
11614    M /trunk/src/misc/cpu.c
11615    M /trunk/src/misc/messages.c
11616    M /trunk/src/misc/modules.c
11617    M /trunk/src/misc/threads.c
11618    M /trunk/src/network/httpd.c
11619    M /trunk/src/video_output/video_output.c
11620    M /trunk/src/video_output/vout_intf.c
11621
11622   * Replaced "SYS_DARWIN" with either __APPLE__ (meaning OS X) or __ppc__ and
11623     __ppc64__ (meaning PowerPC).
11624
11625 ------------------------------------------------------------------------
11626 r14102 | sam | 2006-02-01 13:22:52 +0100 (Wed, 01 Feb 2006) | 3 lines
11627 Changed paths:
11628    M /trunk/extras/contrib/src/Makefile
11629
11630   * extras/contrib/src/Makefile: oh what the hell, replaced --disable-codec
11631     with --disable-decoder.
11632
11633 ------------------------------------------------------------------------
11634 r14101 | sam | 2006-02-01 13:16:42 +0100 (Wed, 01 Feb 2006) | 4 lines
11635 Changed paths:
11636    M /trunk/extras/contrib/src/Makefile
11637    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
11638
11639   * extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: updated for current SVN.
11640   * extras/contrib/src/Makefile: re-added --disable-codec flags (the FFMPEG
11641     tree on altair was outdated) but removed the duplicate vorbis one.
11642
11643 ------------------------------------------------------------------------
11644 r14100 | xtophe | 2006-02-01 13:06:56 +0100 (Wed, 01 Feb 2006) | 2 lines
11645 Changed paths:
11646    M /trunk/extras/contrib/src/Patches/tremor.patch
11647
11648   * extras/contrib/src/Patches/tremor.patch: fixed braindead \n within string.
11649
11650 ------------------------------------------------------------------------
11651 r14099 | sam | 2006-02-01 12:45:18 +0100 (Wed, 01 Feb 2006) | 2 lines
11652 Changed paths:
11653    M /trunk/extras/contrib/src/Makefile
11654
11655   * extras/contrib/src/Makefile: --disable-codec no longer exists.
11656
11657 ------------------------------------------------------------------------
11658 r14098 | sam | 2006-02-01 12:20:52 +0100 (Wed, 01 Feb 2006) | 4 lines
11659 Changed paths:
11660    M /trunk/Makefile.am
11661
11662   * Makefile.am: "[ -x foo ]" only works if "foo" is in the current directory,
11663     there is no easy way to check for the presence of an executable, but
11664     trying to execute it ("foo --version >/dev/null") is usually safe.
11665
11666 ------------------------------------------------------------------------
11667 r14097 | sam | 2006-02-01 10:57:37 +0100 (Wed, 01 Feb 2006) | 3 lines
11668 Changed paths:
11669    M /trunk/modules/demux/mp4/drms.c
11670    M /trunk/modules/demux/mp4/drmstables.h
11671    M /trunk/modules/demux/mp4/libmp4.c
11672
11673   * modules/demux/mp4: added more comments and debug information to the DRMS
11674     code.
11675
11676 ------------------------------------------------------------------------
11677 r14096 | hartman | 2006-02-01 04:36:40 +0100 (Wed, 01 Feb 2006) | 2 lines
11678 Changed paths:
11679    M /trunk/modules/gui/macosx/controls.m
11680    M /trunk/modules/gui/macosx/intf.m
11681    M /trunk/modules/gui/macosx/vout.m
11682
11683 * A few Mac OS X intf fixes. To be honest. we should rewrite the thing from scratch. it's a mess... 
11684
11685 ------------------------------------------------------------------------
11686 r14095 | hartman | 2006-01-31 23:17:30 +0100 (Tue, 31 Jan 2006) | 2 lines
11687 Changed paths:
11688    M /trunk/modules/gui/macosx/macosx.m
11689
11690 * Disable the non functional QT/Quartz output on the intel machines. We should first fix it on OSX, and currently it's annoying the intel debugging proces.
11691
11692 ------------------------------------------------------------------------
11693 r14094 | dionoea | 2006-01-31 21:38:35 +0100 (Tue, 31 Jan 2006) | 2 lines
11694 Changed paths:
11695    M /trunk/share/Makefile.am
11696
11697 add missing images
11698
11699 ------------------------------------------------------------------------
11700 r14093 | hartman | 2006-01-31 21:27:25 +0100 (Tue, 31 Jan 2006) | 2 lines
11701 Changed paths:
11702    M /trunk/modules/codec/libmpeg2.c
11703
11704 * SYS_DARWIN -> __ppc__ || __ppc64__
11705
11706 ------------------------------------------------------------------------
11707 r14092 | hartman | 2006-01-31 21:00:49 +0100 (Tue, 31 Jan 2006) | 2 lines
11708 Changed paths:
11709    M /trunk/src/libvlc.c
11710    M /trunk/src/libvlc.h
11711
11712 * Changed the defined( SYS_DARWIN )  of the --altivec option to a __ppc__ || __ppc64__ check
11713
11714 ------------------------------------------------------------------------
11715 r14091 | dionoea | 2006-01-31 20:50:50 +0100 (Tue, 31 Jan 2006) | 2 lines
11716 Changed paths:
11717    M /trunk/share/http/dialogs/browse
11718    M /trunk/share/http/js/functions.js
11719
11720 misc IE and windows fixes or workarounds.
11721
11722 ------------------------------------------------------------------------
11723 r14090 | dionoea | 2006-01-31 17:39:10 +0100 (Tue, 31 Jan 2006) | 2 lines
11724 Changed paths:
11725    M /trunk/share/http/dialogs/sout
11726
11727 default show full sout interface
11728
11729 ------------------------------------------------------------------------
11730 r14089 | sigmunau | 2006-01-31 17:27:50 +0100 (Tue, 31 Jan 2006) | 2 lines
11731 Changed paths:
11732    M /trunk/include/modules_inner.h
11733
11734 fixed the smallest and most elusive leak yet
11735
11736 ------------------------------------------------------------------------
11737 r14088 | sigmunau | 2006-01-31 16:18:45 +0100 (Tue, 31 Jan 2006) | 2 lines
11738 Changed paths:
11739    M /trunk/src/misc/vlm.c
11740
11741 vlm.c: fixed minor memleak
11742
11743 ------------------------------------------------------------------------
11744 r14087 | sigmunau | 2006-01-31 16:11:08 +0100 (Tue, 31 Jan 2006) | 3 lines
11745 Changed paths:
11746    M /trunk/modules/misc/logger.c
11747
11748 logger.c: put in header prefix for syslog output (still missing for text 
11749 and html)
11750
11751 ------------------------------------------------------------------------
11752 r14086 | courmisch | 2006-01-31 11:48:47 +0100 (Tue, 31 Jan 2006) | 3 lines
11753 Changed paths:
11754    M /trunk/src/stream_output/sap.c
11755
11756 Generate correct originating address in SAP header
11757 in case of IPv4 advertisement on a IPv6-enabled OS
11758
11759 ------------------------------------------------------------------------
11760 r14085 | courmisch | 2006-01-30 23:02:47 +0100 (Mon, 30 Jan 2006) | 2 lines
11761 Changed paths:
11762    M /trunk/src/libvlc.c
11763
11764 Fix error handling in (From|To)Locale
11765
11766 ------------------------------------------------------------------------
11767 r14084 | dionoea | 2006-01-30 22:47:38 +0100 (Mon, 30 Jan 2006) | 2 lines
11768 Changed paths:
11769    M /trunk/extras/contrib/src/packages.mak
11770
11771 fix nasm url
11772
11773 ------------------------------------------------------------------------
11774 r14083 | hartman | 2006-01-30 19:14:05 +0100 (Mon, 30 Jan 2006) | 2 lines
11775 Changed paths:
11776    M /trunk/extras/contrib/src/Makefile
11777    M /trunk/extras/contrib/src/packages.mak
11778
11779 * Get a NASM cvs snapshot from the VLC download servers, because their server regurly times out, which is annoying.
11780
11781 ------------------------------------------------------------------------
11782 r14082 | courmisch | 2006-01-30 18:44:38 +0100 (Mon, 30 Jan 2006) | 2 lines
11783 Changed paths:
11784    M /trunk/share/Makefile.am
11785
11786 Remove .vlt with mostlyclean
11787
11788 ------------------------------------------------------------------------
11789 r14081 | courmisch | 2006-01-30 18:39:42 +0100 (Mon, 30 Jan 2006) | 2 lines
11790 Changed paths:
11791    M /trunk/share/Makefile.am
11792
11793 Add missing file
11794
11795 ------------------------------------------------------------------------
11796 r14080 | courmisch | 2006-01-30 18:38:27 +0100 (Mon, 30 Jan 2006) | 2 lines
11797 Changed paths:
11798    M /trunk/share/Makefile.am
11799
11800 Hopefully fixes .vlt build
11801
11802 ------------------------------------------------------------------------
11803 r14079 | dionoea | 2006-01-30 18:33:05 +0100 (Mon, 30 Jan 2006) | 9 lines
11804 Changed paths:
11805    M /trunk/share/http/dialogs/main
11806    M /trunk/share/http/dialogs/sout
11807    M /trunk/share/http/dialogs/vlm
11808    A /trunk/share/http/images/info.png
11809    M /trunk/share/http/js/functions.js
11810    M /trunk/share/http/js/vlm.js
11811    M /trunk/share/http/requests/status.xml
11812    M /trunk/share/http/style.css
11813    M /trunk/src/misc/vlm.c
11814
11815 * Add "Stream and media info panel" ( http/dialogs/main,
11816   http/images/info.png, http/style.css, http/js/functions.js )
11817
11818 * Make instance playlist position consitent with position used in
11819   inputdeln (starts from 1 and not 0) ( src/misc/vlm.c, http/js/vlm.js )
11820
11821 * Make it possible to use "enter key" in some text boxes to confirm (*)
11822
11823
11824 ------------------------------------------------------------------------
11825 r14078 | courmisch | 2006-01-30 17:59:29 +0100 (Mon, 30 Jan 2006) | 2 lines
11826 Changed paths:
11827    M /trunk/share/Makefile.am
11828
11829 Don't distribute generated files - fixes build
11830
11831 ------------------------------------------------------------------------
11832 r14077 | hartman | 2006-01-30 17:07:35 +0100 (Mon, 30 Jan 2006) | 2 lines
11833 Changed paths:
11834    M /trunk/extras/contrib/src/Makefile
11835
11836 * Fix the mactel contrib of x264
11837
11838 ------------------------------------------------------------------------
11839 r14076 | sigmunau | 2006-01-30 13:20:37 +0100 (Mon, 30 Jan 2006) | 2 lines
11840 Changed paths:
11841    M /trunk/src/misc/vlm.c
11842
11843 vlm.c: changed quite a few free() into vlm_MessageDelete, fixing small memleaks here and there
11844
11845 ------------------------------------------------------------------------
11846 r14075 | sigmunau | 2006-01-30 12:13:11 +0100 (Mon, 30 Jan 2006) | 5 lines
11847 Changed paths:
11848    M /trunk/src/misc/messages.c
11849
11850 messages.c: fixed one more leak related to vlm prefix on messages.
11851 This one happened each time the message queue was overflowed.
11852 Also (hopefully) fixed a leak that would happen each time no message 
11853 queue were found. I don't know if this condition can ever appear though
11854
11855 ------------------------------------------------------------------------
11856 r14074 | zorglub | 2006-01-29 23:58:42 +0100 (Sun, 29 Jan 2006) | 2 lines
11857 Changed paths:
11858    M /trunk/share/Makefile.am
11859
11860 Should fix skins stuff build
11861
11862 ------------------------------------------------------------------------
11863 r14073 | zorglub | 2006-01-29 23:47:31 +0100 (Sun, 29 Jan 2006) | 2 lines
11864 Changed paths:
11865    M /trunk/modules/access/cdda.c
11866
11867 Should fix CDDA build
11868
11869 ------------------------------------------------------------------------
11870 r14072 | hartman | 2006-01-29 23:11:04 +0100 (Sun, 29 Jan 2006) | 2 lines
11871 Changed paths:
11872    M /trunk/modules/demux/vobsub.c
11873
11874 * Open the .sub file of the vobsubs, with the ToLocale version of the path. Should fix issues where the path of the vobsubs contains non-ascii chars. The .sub could then not be opened in some cases since it would try to open with the UTF-8 path. (We should check VLC modules for other cases of this annoying problem)
11875
11876 ------------------------------------------------------------------------
11877 r14071 | zorglub | 2006-01-29 22:45:13 +0100 (Sun, 29 Jan 2006) | 2 lines
11878 Changed paths:
11879    M /trunk/share/Makefile.am
11880    A /trunk/share/skins2/default
11881    A /trunk/share/skins2/default/FreeSansBold.ttf
11882    A /trunk/share/skins2/default/add_item.png
11883    A /trunk/share/skins2/default/add_item_onclick.png
11884    A /trunk/share/skins2/default/body.png
11885    A /trunk/share/skins2/default/close.png
11886    A /trunk/share/skins2/default/close_mouseover.png
11887    A /trunk/share/skins2/default/close_onclick.png
11888    A /trunk/share/skins2/default/delete_item.png
11889    A /trunk/share/skins2/default/delete_item_onclick.png
11890    A /trunk/share/skins2/default/disabled.png
11891    A /trunk/share/skins2/default/fast.png
11892    A /trunk/share/skins2/default/fast_disabled.png
11893    A /trunk/share/skins2/default/fast_onclick.png
11894    A /trunk/share/skins2/default/next.png
11895    A /trunk/share/skins2/default/next_disabled.png
11896    A /trunk/share/skins2/default/next_onclick.png
11897    A /trunk/share/skins2/default/pause.png
11898    A /trunk/share/skins2/default/pause_onclick.png
11899    A /trunk/share/skins2/default/play.png
11900    A /trunk/share/skins2/default/play_onclick.png
11901    A /trunk/share/skins2/default/playlist.png
11902    A /trunk/share/skins2/default/playlist_body1.png
11903    A /trunk/share/skins2/default/playlist_body2.png
11904    A /trunk/share/skins2/default/playlist_body3.png
11905    A /trunk/share/skins2/default/playlist_body4.png
11906    A /trunk/share/skins2/default/playlist_body6.png
11907    A /trunk/share/skins2/default/playlist_body7.png
11908    A /trunk/share/skins2/default/playlist_body8.png
11909    A /trunk/share/skins2/default/playlist_body9.png
11910    A /trunk/share/skins2/default/playlist_button.png
11911    A /trunk/share/skins2/default/playlist_button2.png
11912    A /trunk/share/skins2/default/playlist_button_onclick.png
11913    A /trunk/share/skins2/default/playlist_button_onclick2.png
11914    A /trunk/share/skins2/default/preferences.png
11915    A /trunk/share/skins2/default/preferences_onclick.png
11916    A /trunk/share/skins2/default/previous.png
11917    A /trunk/share/skins2/default/previous_disabled.png
11918    A /trunk/share/skins2/default/previous_onclick.png
11919    A /trunk/share/skins2/default/reduce.png
11920    A /trunk/share/skins2/default/reduce_disabled.png
11921    A /trunk/share/skins2/default/reduce_mouseover.png
11922    A /trunk/share/skins2/default/reduce_onclick.png
11923    A /trunk/share/skins2/default/resize.png
11924    A /trunk/share/skins2/default/rev.png
11925    A /trunk/share/skins2/default/rev_disabled.png
11926    A /trunk/share/skins2/default/rev_onclick.png
11927    A /trunk/share/skins2/default/slider.png
11928    A /trunk/share/skins2/default/slider2.png
11929    A /trunk/share/skins2/default/slider_onclick.png
11930    A /trunk/share/skins2/default/slider_playlist.png
11931    A /trunk/share/skins2/default/slider_volume.png
11932    A /trunk/share/skins2/default/slider_volume_onclick.png
11933    A /trunk/share/skins2/default/slow.png
11934    A /trunk/share/skins2/default/slow_disabled.png
11935    A /trunk/share/skins2/default/slow_onclick.png
11936    A /trunk/share/skins2/default/sort.png
11937    A /trunk/share/skins2/default/sort_onclick.png
11938    A /trunk/share/skins2/default/stop.png
11939    A /trunk/share/skins2/default/stop_disabled.png
11940    A /trunk/share/skins2/default/stop_onclick.png
11941    A /trunk/share/skins2/default/theme.xml
11942    A /trunk/share/skins2/default/volume.png
11943    A /trunk/share/skins2/default/vout.png
11944    A /trunk/share/skins2/default/vout2.png
11945    A /trunk/share/skins2/default/vout_body.png
11946    A /trunk/share/skins2/default/vout_body1.png
11947    A /trunk/share/skins2/default/vout_bottom.png
11948    A /trunk/share/skins2/default/vout_bottom_left.png
11949    A /trunk/share/skins2/default/vout_bottom_right.png
11950    A /trunk/share/skins2/default/vout_left.png
11951    A /trunk/share/skins2/default/vout_onclick.png
11952    A /trunk/share/skins2/default/vout_right.png
11953    A /trunk/share/skins2/default/vout_top.png
11954    A /trunk/share/skins2/default/vout_top_left.png
11955    A /trunk/share/skins2/default/vout_top_right.png
11956    D /trunk/share/skins2/default.vlt
11957    A /trunk/share/skins2/playtree
11958    A /trunk/share/skins2/playtree/FreeSansBold.ttf
11959    A /trunk/share/skins2/playtree/add_item.png
11960    A /trunk/share/skins2/playtree/add_item_onclick.png
11961    A /trunk/share/skins2/playtree/body.png
11962    A /trunk/share/skins2/playtree/close.png
11963    A /trunk/share/skins2/playtree/close_mouseover.png
11964    A /trunk/share/skins2/playtree/close_onclick.png
11965    A /trunk/share/skins2/playtree/closed.png
11966    A /trunk/share/skins2/playtree/delete_item.png
11967    A /trunk/share/skins2/playtree/delete_item_onclick.png
11968    A /trunk/share/skins2/playtree/disabled.png
11969    A /trunk/share/skins2/playtree/fast.png
11970    A /trunk/share/skins2/playtree/fast_disabled.png
11971    A /trunk/share/skins2/playtree/fast_onclick.png
11972    A /trunk/share/skins2/playtree/item.png
11973    A /trunk/share/skins2/playtree/next.png
11974    A /trunk/share/skins2/playtree/next_disabled.png
11975    A /trunk/share/skins2/playtree/next_onclick.png
11976    A /trunk/share/skins2/playtree/open.png
11977    A /trunk/share/skins2/playtree/pause.png
11978    A /trunk/share/skins2/playtree/pause_onclick.png
11979    A /trunk/share/skins2/playtree/play.png
11980    A /trunk/share/skins2/playtree/play_onclick.png
11981    A /trunk/share/skins2/playtree/playlist.png
11982    A /trunk/share/skins2/playtree/playlist_body1.png
11983    A /trunk/share/skins2/playtree/playlist_body2.png
11984    A /trunk/share/skins2/playtree/playlist_body3.png
11985    A /trunk/share/skins2/playtree/playlist_body4.png
11986    A /trunk/share/skins2/playtree/playlist_body6.png
11987    A /trunk/share/skins2/playtree/playlist_body7.png
11988    A /trunk/share/skins2/playtree/playlist_body8.png
11989    A /trunk/share/skins2/playtree/playlist_body9.png
11990    A /trunk/share/skins2/playtree/playlist_button.png
11991    A /trunk/share/skins2/playtree/playlist_button2.png
11992    A /trunk/share/skins2/playtree/playlist_button_onclick.png
11993    A /trunk/share/skins2/playtree/playlist_button_onclick2.png
11994    A /trunk/share/skins2/playtree/preferences.png
11995    A /trunk/share/skins2/playtree/preferences_onclick.png
11996    A /trunk/share/skins2/playtree/previous.png
11997    A /trunk/share/skins2/playtree/previous_disabled.png
11998    A /trunk/share/skins2/playtree/previous_onclick.png
11999    A /trunk/share/skins2/playtree/reduce.png
12000    A /trunk/share/skins2/playtree/reduce_disabled.png
12001    A /trunk/share/skins2/playtree/reduce_mouseover.png
12002    A /trunk/share/skins2/playtree/reduce_onclick.png
12003    A /trunk/share/skins2/playtree/resize.png
12004    A /trunk/share/skins2/playtree/rev.png
12005    A /trunk/share/skins2/playtree/rev_disabled.png
12006    A /trunk/share/skins2/playtree/rev_onclick.png
12007    A /trunk/share/skins2/playtree/slider.png
12008    A /trunk/share/skins2/playtree/slider2.png
12009    A /trunk/share/skins2/playtree/slider_onclick.png
12010    A /trunk/share/skins2/playtree/slider_playlist.png
12011    A /trunk/share/skins2/playtree/slider_volume.png
12012    A /trunk/share/skins2/playtree/slider_volume_onclick.png
12013    A /trunk/share/skins2/playtree/slow.png
12014    A /trunk/share/skins2/playtree/slow_disabled.png
12015    A /trunk/share/skins2/playtree/slow_onclick.png
12016    A /trunk/share/skins2/playtree/sort.png
12017    A /trunk/share/skins2/playtree/sort_onclick.png
12018    A /trunk/share/skins2/playtree/stop.png
12019    A /trunk/share/skins2/playtree/stop_disabled.png
12020    A /trunk/share/skins2/playtree/stop_onclick.png
12021    A /trunk/share/skins2/playtree/theme.xml
12022    A /trunk/share/skins2/playtree/volume.png
12023    A /trunk/share/skins2/playtree/vout.png
12024    A /trunk/share/skins2/playtree/vout2.png
12025    A /trunk/share/skins2/playtree/vout_body.png
12026    A /trunk/share/skins2/playtree/vout_body1.png
12027    A /trunk/share/skins2/playtree/vout_bottom.png
12028    A /trunk/share/skins2/playtree/vout_bottom_left.png
12029    A /trunk/share/skins2/playtree/vout_bottom_right.png
12030    A /trunk/share/skins2/playtree/vout_left.png
12031    A /trunk/share/skins2/playtree/vout_onclick.png
12032    A /trunk/share/skins2/playtree/vout_right.png
12033    A /trunk/share/skins2/playtree/vout_top.png
12034    A /trunk/share/skins2/playtree/vout_top_left.png
12035    A /trunk/share/skins2/playtree/vout_top_right.png
12036    D /trunk/share/skins2/playtree.vlt
12037
12038 Use uncompressed VLT in svn instead of compressed and compress on build
12039
12040 ------------------------------------------------------------------------
12041 r14070 | zorglub | 2006-01-29 20:13:35 +0100 (Sun, 29 Jan 2006) | 2 lines
12042 Changed paths:
12043    M /trunk/test
12044    M /trunk/test/NativeLibvlcTest.py
12045    M /trunk/test/TODO
12046    M /trunk/test/native_libvlc/native_libvlc_test.c
12047    M /trunk/test/test.sh
12048
12049 Test some things
12050
12051 ------------------------------------------------------------------------
12052 r14069 | zorglub | 2006-01-29 20:04:07 +0100 (Sun, 29 Jan 2006) | 3 lines
12053 Changed paths:
12054    M /trunk/include/vlc/libvlc.h
12055    M /trunk/src/control/core.c
12056    M /trunk/src/control/playlist.c
12057
12058 Fix a crasher in exception handling
12059 Add some playlist functions
12060
12061 ------------------------------------------------------------------------
12062 r14068 | xtophe | 2006-01-29 18:33:55 +0100 (Sun, 29 Jan 2006) | 3 lines
12063 Changed paths:
12064    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
12065    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
12066    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
12067    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
12068
12069 infopanels: Redimension the text area. implement modifiable
12070 iteminfo: Use infopanel.
12071
12072 ------------------------------------------------------------------------
12073 r14067 | zorglub | 2006-01-29 18:00:31 +0100 (Sun, 29 Jan 2006) | 2 lines
12074 Changed paths:
12075    D /trunk/test/BaseTest.py
12076    A /trunk/test/NativeLibvlcTest.py
12077    D /trunk/test/PlaylistTest.py
12078    A /trunk/test/PyMediaControlBaseTest.py
12079    A /trunk/test/PyMediaControlPlaylistTest.py (from /trunk/test/PlaylistTest.py:14062)
12080    A /trunk/test/PyMediaControlVariablesTest.py (from /trunk/test/VariablesTest.py:14062)
12081    D /trunk/test/VariablesTest.py
12082    A /trunk/test/native_libvlc
12083    A /trunk/test/native_libvlc/native_libvlc_test.c
12084    A /trunk/test/pyunit.h
12085    A /trunk/test/setup.py
12086    M /trunk/test/test.sh
12087
12088 Skeleton for testing libvlc
12089
12090 ------------------------------------------------------------------------
12091 r14066 | dionoea | 2006-01-29 17:44:04 +0100 (Sun, 29 Jan 2006) | 4 lines
12092 Changed paths:
12093    M /trunk/share/http/dialogs/main
12094    M /trunk/share/http/dialogs/vlm
12095    A /trunk/share/http/images/refresh.png
12096    A /trunk/share/http/images/slider_bar.png
12097    A /trunk/share/http/images/slider_left.png
12098    A /trunk/share/http/images/slider_point.png
12099    A /trunk/share/http/images/slider_right.png
12100    M /trunk/share/http/js/functions.js
12101    M /trunk/share/http/requests/status.xml
12102
12103 main, functions.js, slider_*.png : add position slider
12104 status.xml : add "seek" command
12105 vlm, refresh.png : add refresh buttons (page doesn't autorefresh)
12106
12107 ------------------------------------------------------------------------
12108 r14065 | hartman | 2006-01-29 16:25:07 +0100 (Sun, 29 Jan 2006) | 2 lines
12109 Changed paths:
12110    M /trunk/doc/fortunes.txt
12111
12112 * FORTUNE !!!! :D
12113
12114 ------------------------------------------------------------------------
12115 r14064 | dionoea | 2006-01-29 15:26:57 +0100 (Sun, 29 Jan 2006) | 4 lines
12116 Changed paths:
12117    M /trunk/share/http/js/functions.js
12118    M /trunk/share/http/js/vlm.js
12119    M /trunk/share/http/requests/vlm.xml
12120    M /trunk/src/misc/vlm.c
12121
12122 src/misc/vlm.c : export the current playlist item's index for each instance
12123 share/http/* : display instances for vlm media elements
12124                some layout changes (inputs and outputs)
12125
12126 ------------------------------------------------------------------------
12127 r14063 | dionoea | 2006-01-29 15:19:37 +0100 (Sun, 29 Jan 2006) | 2 lines
12128 Changed paths:
12129    M /trunk/modules/control/telnet.c
12130
12131 Prompt for password again after displaying "Wrong password."
12132
12133 ------------------------------------------------------------------------
12134 r14062 | zorglub | 2006-01-29 12:38:15 +0100 (Sun, 29 Jan 2006) | 2 lines
12135 Changed paths:
12136    M /trunk/src/interface/interaction.c
12137    M /trunk/src/misc/stats.c
12138
12139 Fix warnings
12140
12141 ------------------------------------------------------------------------
12142 r14061 | dionoea | 2006-01-29 12:01:37 +0100 (Sun, 29 Jan 2006) | 3 lines
12143 Changed paths:
12144    M /trunk/src/libvlc.h
12145    M /trunk/src/video_output/vout_intf.c
12146
12147 add boolean option "snapshot-preview" to enable/disable the snapshot's
12148 preview display in the top left corner of the screen.
12149
12150 ------------------------------------------------------------------------
12151 r14060 | courmisch | 2006-01-29 11:36:46 +0100 (Sun, 29 Jan 2006) | 2 lines
12152 Changed paths:
12153    M /trunk/modules/gui/wxwidgets/interface.cpp
12154
12155 Remove debug messages
12156
12157 ------------------------------------------------------------------------
12158 r14059 | courmisch | 2006-01-29 11:35:30 +0100 (Sun, 29 Jan 2006) | 3 lines
12159 Changed paths:
12160    M /trunk/src/network/tcp.c
12161
12162 Remove erroneous debug message
12163
12164
12165 ------------------------------------------------------------------------
12166 r14058 | courmisch | 2006-01-29 10:11:11 +0100 (Sun, 29 Jan 2006) | 2 lines
12167 Changed paths:
12168    M /trunk/modules/access_output/http.c
12169
12170 use vlc-https instead of vlc-http when using TLS
12171
12172 ------------------------------------------------------------------------
12173 r14057 | courmisch | 2006-01-29 10:03:15 +0100 (Sun, 29 Jan 2006) | 2 lines
12174 Changed paths:
12175    M /trunk/modules/access_output/http.c
12176
12177 Fix output stream leak in case of Avahi error
12178
12179 ------------------------------------------------------------------------
12180 r14056 | courmisch | 2006-01-29 10:00:31 +0100 (Sun, 29 Jan 2006) | 2 lines
12181 Changed paths:
12182    M /trunk/modules/access_output/http.c
12183
12184 Clean up
12185
12186 ------------------------------------------------------------------------
12187 r14055 | dionoea | 2006-01-29 01:11:22 +0100 (Sun, 29 Jan 2006) | 6 lines
12188 Changed paths:
12189    M /trunk/modules/control/http/mvar.c
12190    M /trunk/src/misc/vlm.c
12191
12192 modules/control/http/mvar.c : explore vlm_message_t trees all the way
12193                               (instead of stoping after a depth of 2)
12194
12195 src/misc/vlm.c : minor instance information reporting change
12196
12197
12198 ------------------------------------------------------------------------
12199 r14054 | xtophe | 2006-01-29 00:51:57 +0100 (Sun, 29 Jan 2006) | 2 lines
12200 Changed paths:
12201    M /trunk/configure.ac
12202
12203 confihure.ac: don't overwrite user options even if we have contrib
12204
12205 ------------------------------------------------------------------------
12206 r14053 | zorglub | 2006-01-28 23:31:23 +0100 (Sat, 28 Jan 2006) | 2 lines
12207 Changed paths:
12208    M /trunk/src/libvlc.c
12209
12210 Don't check syslog value if we don't have syslog.h
12211
12212 ------------------------------------------------------------------------
12213 r14052 | damienf | 2006-01-28 23:05:18 +0100 (Sat, 28 Jan 2006) | 2 lines
12214 Changed paths:
12215    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
12216
12217 ffmpeg-cvs-wince.patch: removed duplicate patches/updated to ffmpeg latest version
12218
12219 ------------------------------------------------------------------------
12220 r14051 | damienf | 2006-01-28 21:42:36 +0100 (Sat, 28 Jan 2006) | 2 lines
12221 Changed paths:
12222    M /trunk/modules/access/cdda.c
12223
12224 cdda.c: don't forget to include <errno.h> when using errno
12225
12226 ------------------------------------------------------------------------
12227 r14050 | zorglub | 2006-01-28 19:53:58 +0100 (Sat, 28 Jan 2006) | 2 lines
12228 Changed paths:
12229    M /trunk/src/input/stream.c
12230
12231 Get stats on block inputs (Refs:#473)
12232
12233 ------------------------------------------------------------------------
12234 r14049 | zorglub | 2006-01-28 19:49:32 +0100 (Sat, 28 Jan 2006) | 2 lines
12235 Changed paths:
12236    M /trunk/configure.ac
12237
12238 Link cdda with iconv on osx
12239
12240 ------------------------------------------------------------------------
12241 r14048 | dionoea | 2006-01-28 19:44:54 +0100 (Sat, 28 Jan 2006) | 2 lines
12242 Changed paths:
12243    M /trunk/src/misc/vlm.c
12244
12245  misc/vlm.c : export some p_input variables (state, position, time, length, rate, title, chapter and seekable) when using the vlm "show (media)" command.
12246
12247 ------------------------------------------------------------------------
12248 r14047 | xtophe | 2006-01-28 19:43:13 +0100 (Sat, 28 Jan 2006) | 2 lines
12249 Changed paths:
12250    M /trunk/Makefile.am
12251
12252 win32 rules: make it more dirty to be able to produce debug package
12253
12254 ------------------------------------------------------------------------
12255 r14046 | zorglub | 2006-01-28 19:11:12 +0100 (Sat, 28 Jan 2006) | 2 lines
12256 Changed paths:
12257    M /trunk/configure.ac
12258    M /trunk/modules/access/cdda.c
12259    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
12260
12261 Add CDDB support to CDDA module (Refs:#459)
12262
12263 ------------------------------------------------------------------------
12264 r14045 | dionoea | 2006-01-28 17:10:26 +0100 (Sat, 28 Jan 2006) | 3 lines
12265 Changed paths:
12266    M /trunk/share/http/index.html
12267
12268 add warning about javascript support being needed if the browser doesn't
12269 support javascript.
12270
12271 ------------------------------------------------------------------------
12272 r14044 | dionoea | 2006-01-28 17:05:50 +0100 (Sat, 28 Jan 2006) | 2 lines
12273 Changed paths:
12274    M /trunk/share/http/js/functions.js
12275    M /trunk/share/http/js/vlm.js
12276
12277 make sure that local variables are local variables.
12278
12279 ------------------------------------------------------------------------
12280 r14043 | sigmunau | 2006-01-28 15:41:33 +0100 (Sat, 28 Jan 2006) | 5 lines
12281 Changed paths:
12282    M /trunk/modules/misc/freetype.c
12283
12284 freetype.c: don't render empty subtitles. 
12285 Some files uses an empty (only holding a space) subtitle to mark the end of
12286 the previous subtitle. These caused a little gray box to appear with
12287 --freetype-effect 3 before this change
12288
12289 ------------------------------------------------------------------------
12290 r14042 | zorglub | 2006-01-28 15:25:56 +0100 (Sat, 28 Jan 2006) | 2 lines
12291 Changed paths:
12292    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
12293
12294 Fix refcount problem
12295
12296 ------------------------------------------------------------------------
12297 r14041 | sigmunau | 2006-01-28 14:30:33 +0100 (Sat, 28 Jan 2006) | 2 lines
12298 Changed paths:
12299    M /trunk/src/interface/interaction.c
12300
12301 interaction.c: Don't crash in certain condition
12302
12303 ------------------------------------------------------------------------
12304 r14040 | sigmunau | 2006-01-28 12:49:22 +0100 (Sat, 28 Jan 2006) | 2 lines
12305 Changed paths:
12306    M /trunk/modules/control/telnet.c
12307
12308 telnet.c: a few more minor (potensial) memleaks
12309
12310 ------------------------------------------------------------------------
12311 r14039 | zorglub | 2006-01-28 12:38:49 +0100 (Sat, 28 Jan 2006) | 2 lines
12312 Changed paths:
12313    M /trunk/Makefile.am
12314    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
12315    M /trunk/share/Makefile.am
12316
12317 Fixes for prehistoric build system
12318
12319 ------------------------------------------------------------------------
12320 r14038 | sigmunau | 2006-01-28 12:36:30 +0100 (Sat, 28 Jan 2006) | 2 lines
12321 Changed paths:
12322    M /trunk/modules/control/telnet.c
12323
12324 telnet.c: fix a very minor memleak in Open
12325
12326 ------------------------------------------------------------------------
12327 r14037 | sigmunau | 2006-01-28 12:32:05 +0100 (Sat, 28 Jan 2006) | 5 lines
12328 Changed paths:
12329    M /trunk/src/misc/vlm.c
12330
12331 vlm.c: Add some asyncronity to schedule execution.
12332 Should fix issues when schedules add or delete new schedules. Closes:#510
12333
12334 Also fixes a minor memleak in schedule creation/deletion
12335
12336 ------------------------------------------------------------------------
12337 r14036 | zorglub | 2006-01-28 12:18:39 +0100 (Sat, 28 Jan 2006) | 2 lines
12338 Changed paths:
12339    A /trunk/share/http/old (from /trunk/share/http-old:14035)
12340    M /trunk/share/http/old/admin/browse.html
12341    M /trunk/share/http/old/index.html
12342    M /trunk/share/http/old/vlm/edit.html
12343    M /trunk/share/http/old/vlm/index.html
12344    M /trunk/share/http/old/vlm/new.html
12345    M /trunk/share/http/old/vlm/show.html
12346    M /trunk/share/http/old/webcam.html
12347    D /trunk/share/http-old
12348
12349 Move old HTTP interface to http/old so it can be used by ppl without JS. Todo: use <noscript> :)
12350
12351 ------------------------------------------------------------------------
12352 r14035 | zorglub | 2006-01-28 11:58:48 +0100 (Sat, 28 Jan 2006) | 2 lines
12353 Changed paths:
12354    M /trunk/doc/rrd-howto.txt
12355
12356 Improve doc
12357
12358 ------------------------------------------------------------------------
12359 r14034 | zorglub | 2006-01-28 11:56:47 +0100 (Sat, 28 Jan 2006) | 3 lines
12360 Changed paths:
12361    A /trunk/doc/rrd-howto.txt
12362    M /trunk/modules/misc/logger.c
12363
12364 RRD output (Refs:#473)
12365 This is a quick hack, which should in the end be merged in a way to expose stats
12366
12367 ------------------------------------------------------------------------
12368 r14033 | zorglub | 2006-01-28 11:45:13 +0100 (Sat, 28 Jan 2006) | 2 lines
12369 Changed paths:
12370    M /trunk/include/vlc_messages.h
12371    M /trunk/include/vlc_playlist.h
12372    M /trunk/src/misc/stats.c
12373    M /trunk/src/playlist/playlist.c
12374
12375 Compute global input/output stats (Refs:#473)
12376
12377 ------------------------------------------------------------------------
12378 r14032 | zorglub | 2006-01-27 21:35:42 +0100 (Fri, 27 Jan 2006) | 2 lines
12379 Changed paths:
12380    M /trunk/include/vlc_common.h
12381    M /trunk/include/vlc_objects.h
12382    M /trunk/src/input/input.c
12383    M /trunk/src/interface/interaction.c
12384    M /trunk/src/misc/messages.c
12385    M /trunk/src/misc/modules.c
12386    M /trunk/src/misc/objects.c
12387
12388 Don't print debug messages and don't do interaction on preparsing
12389
12390 ------------------------------------------------------------------------
12391 r14031 | zorglub | 2006-01-27 19:28:45 +0100 (Fri, 27 Jan 2006) | 3 lines
12392 Changed paths:
12393    M /trunk/src/libvlc.c
12394    M /trunk/src/misc/stats.c
12395    M /trunk/src/playlist/playlist.c
12396    M /trunk/src/stream_output/stream_output.c
12397
12398 * Improve timers (Refs:#473)
12399 * AccessOutWrite can be called with input already detached (Closes:#523)
12400
12401 ------------------------------------------------------------------------
12402 r14030 | sam | 2006-01-27 15:19:52 +0100 (Fri, 27 Jan 2006) | 2 lines
12403 Changed paths:
12404    M /trunk/extras/contrib/src
12405    M /trunk/extras/contrib/src/Makefile
12406    M /trunk/extras/contrib/src/packages.mak
12407
12408   * added NASM to the contribs (OS X x86 only) so that we can build x264.
12409
12410 ------------------------------------------------------------------------
12411 r14029 | dionoea | 2006-01-27 15:11:55 +0100 (Fri, 27 Jan 2006) | 2 lines
12412 Changed paths:
12413    M /trunk/activex/axvlc_rc.rc
12414    M /trunk/configure.ac
12415    M /trunk/debian/copyright
12416    M /trunk/modules/gui/wince/interface.cpp
12417    M /trunk/modules/gui/wxwidgets/interface.cpp
12418    M /trunk/mozilla/npvlc_rc.rc
12419    M /trunk/share/vlc_win32_rc.rc
12420
12421 Update copyright dates used in interfaces and binaries (2005 -> 2006)
12422
12423 ------------------------------------------------------------------------
12424 r14028 | dionoea | 2006-01-27 14:54:47 +0100 (Fri, 27 Jan 2006) | 3 lines
12425 Changed paths:
12426    M /trunk/AUTHORS
12427    M /trunk/modules/control/http/rpn.c
12428
12429  rpn.c : vlm_cmd now adds a "vlm_value" variable
12430  AUTHORS : add the HTTP interface rewrite
12431
12432 ------------------------------------------------------------------------
12433 r14027 | dionoea | 2006-01-27 14:48:28 +0100 (Fri, 27 Jan 2006) | 3 lines
12434 Changed paths:
12435    M /trunk/share/http/dialogs/vlm
12436    M /trunk/share/http/js/vlm.js
12437    A /trunk/share/http/vlm_export.html
12438
12439  * : it's now possible to enter a batch of commands or export the VLM
12440      configuration
12441
12442 ------------------------------------------------------------------------
12443 r14026 | dionoea | 2006-01-27 13:58:05 +0100 (Fri, 27 Jan 2006) | 3 lines
12444 Changed paths:
12445    M /trunk/src/misc/vlm.c
12446
12447 add "export" command. It behaves exactly like "save" except that commands
12448 are printed in a vlm_message and not in a file.
12449
12450 ------------------------------------------------------------------------
12451 r14025 | sam | 2006-01-27 10:48:54 +0100 (Fri, 27 Jan 2006) | 3 lines
12452 Changed paths:
12453    M /trunk/extras/contrib/src/Makefile
12454
12455   * extras/contrib/src/Makefile: removed a nonexistent patch that I did not
12456     commit.
12457
12458 ------------------------------------------------------------------------
12459 r14024 | sam | 2006-01-27 00:13:34 +0100 (Fri, 27 Jan 2006) | 17 lines
12460 Changed paths:
12461    M /trunk/extras/contrib/src
12462    M /trunk/extras/contrib/src/Makefile
12463    M /trunk/extras/contrib/src/Patches/faad2.patch
12464    A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
12465    A /trunk/extras/contrib/src/Patches/flac-mactel.patch
12466    A /trunk/extras/contrib/src/Patches/libdvdnav-mactel.patch
12467
12468   * Various patches to allow more contribs to build on OS X x86. Only x264
12469     and goom still do not build. I successfully built a native VLC using
12470     the current contribs and the following configuration line:
12471
12472     ./configure --disable-x11 --disable-xvideo --disable-glx --disable-gtk \
12473        --enable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
12474        --with-ffmpeg-zlib --enable-mad --enable-dvbpsi --enable-a52 \
12475        --disable-dvdplay --enable-dvdnav --enable-faad --enable-vorbis \
12476        --enable-ogg --enable-theora --enable-faac --enable-mkv \
12477        --enable-freetype --disable-cddax --disable-vcdx --enable-speex \
12478        --enable-flac --disable-goom --enable-livedotcom --enable-caca \
12479        --disable-skins2 --disable-wxwidgets --enable-modplug --enable-daap \
12480        --enable-x264 --enable-shout --enable-twolame --enable-debug
12481
12482     Apparently the native video output does not work yet, but sound and codecs
12483     seem rather OK.
12484
12485 ------------------------------------------------------------------------
12486 r14023 | sam | 2006-01-26 21:33:25 +0100 (Thu, 26 Jan 2006) | 2 lines
12487 Changed paths:
12488    M /trunk/extras/contrib/bootstrap
12489
12490   * extras/contrib/bootstrap: support i686-apple-darwin8.
12491
12492 ------------------------------------------------------------------------
12493 r14022 | sam | 2006-01-26 21:27:37 +0100 (Thu, 26 Jan 2006) | 3 lines
12494 Changed paths:
12495    M /trunk/modules/visualization/visual/visual.c
12496
12497   * modules/visualization/visual/visual.c: SECT_TEXT is a reserved Mach-O
12498     name, renamed it into SSECT_TEXT (for "spectral section").
12499
12500 ------------------------------------------------------------------------
12501 r14021 | sam | 2006-01-26 21:22:00 +0100 (Thu, 26 Jan 2006) | 4 lines
12502 Changed paths:
12503    M /trunk/configure.ac
12504
12505   * configure.ac: vec_ld() is not sufficient to check for AltiVec support on
12506     OS X x86, because it's just an undefined function; so we use the keyword
12507     "vector" to make sure.
12508
12509 ------------------------------------------------------------------------
12510 r14020 | sam | 2006-01-26 21:08:33 +0100 (Thu, 26 Jan 2006) | 3 lines
12511 Changed paths:
12512    M /trunk/src/misc/cpu.c
12513
12514   * src/misc/cpu.c: do not assume SYS_DARWIN means powerpc, so that we can
12515     properly detect CPU features on a MacIntel.
12516
12517 ------------------------------------------------------------------------
12518 r14019 | sam | 2006-01-26 20:51:06 +0100 (Thu, 26 Jan 2006) | 4 lines
12519 Changed paths:
12520    M /trunk/modules/video_chroma/i420_rgb16.c
12521    M /trunk/modules/video_chroma/i420_ymga.c
12522    M /trunk/modules/video_chroma/i420_yuy2.h
12523    M /trunk/modules/video_chroma/i422_yuy2.c
12524
12525   * modules/video_chroma/*: use .p2align instead of .align for data alignment,
12526     because .align's behaviour changes across platforms: on Linux x86 ELF its
12527     argument is a byte count, on OS X x86 Mach-O it's a log2.
12528
12529 ------------------------------------------------------------------------
12530 r14018 | courmisch | 2006-01-26 18:29:07 +0100 (Thu, 26 Jan 2006) | 2 lines
12531 Changed paths:
12532    M /trunk/src/network/udp.c
12533
12534 Fix UDP broadcast
12535
12536 ------------------------------------------------------------------------
12537 r14017 | sigmunau | 2006-01-26 18:14:09 +0100 (Thu, 26 Jan 2006) | 2 lines
12538 Changed paths:
12539    M /trunk/modules/demux/ts.c
12540
12541 modules/demux/ts.c: Fixed a very very minor memleak
12542
12543 ------------------------------------------------------------------------
12544 r14016 | sigmunau | 2006-01-26 18:05:57 +0100 (Thu, 26 Jan 2006) | 5 lines
12545 Changed paths:
12546    M /trunk/modules/access_output/udp.c
12547
12548 access_output/udp.c: Fixed an old  memleak.
12549 This leak is triggered each time the udp access out is started, so it 
12550 could be the cause of some of these "slow memleak with udp streaming" 
12551 reports we have had, if these users where streaming a file in repeat
12552
12553 ------------------------------------------------------------------------
12554 r14015 | sigmunau | 2006-01-26 17:51:47 +0100 (Thu, 26 Jan 2006) | 5 lines
12555 Changed paths:
12556    M /trunk/include/vlc_input.h
12557    M /trunk/src/misc/messages.c
12558
12559 src/misc/messages.c: Fixed a nasty memleak recently introduced
12560 vlc_input.h: Fixed a not so nasty memleak recently introduced
12561
12562 Thank you very much zorglub
12563
12564 ------------------------------------------------------------------------
12565 r14014 | xtophe | 2006-01-25 00:06:43 +0100 (Wed, 25 Jan 2006) | 3 lines
12566 Changed paths:
12567    M /trunk/configure.ac
12568
12569 configure.ac: Use AC_PATH_XTRA. 
12570               Still got to find a cleaner way to determine if we have Xv.so or Xv_pic, ...
12571
12572 ------------------------------------------------------------------------
12573 r14013 | xtophe | 2006-01-25 00:02:35 +0100 (Wed, 25 Jan 2006) | 2 lines
12574 Changed paths:
12575    M /trunk/configure.ac
12576
12577 configure.ac: No X11 on win32
12578
12579 ------------------------------------------------------------------------
12580 r14012 | zorglub | 2006-01-24 23:42:16 +0100 (Tue, 24 Jan 2006) | 14 lines
12581 Changed paths:
12582    M /trunk/include/vlc_common.h
12583    M /trunk/include/vlc_messages.h
12584    M /trunk/include/vlc_symbols.h
12585    M /trunk/src/misc/stats.c
12586    M /trunk/src/playlist/playlist.c
12587
12588 Add a timing facility (Refs:#473)
12589
12590 It is only available in debug mode.
12591
12592 To use: stats_TimerStart( vlc_object_t* , char *name );
12593 stats_TimerStop( vlc_object_t *, char *name );
12594
12595 stats_TimerDump( vlc_object_t* , char *name ) will print a line
12596
12597 TIMER name : last_time - total_time / number of samples (average time)
12598
12599 stats_TimersDumpAll is not implemented yet
12600  
12601
12602 ------------------------------------------------------------------------
12603 r14011 | dionoea | 2006-01-24 23:25:15 +0100 (Tue, 24 Jan 2006) | 3 lines
12604 Changed paths:
12605    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
12606
12607 use wxTR_HAS_VARIABLE_ROW_HEIGHT in the meta data tree (usefull is a line is
12608 full of \n)
12609
12610 ------------------------------------------------------------------------
12611 r14010 | sam | 2006-01-24 13:09:06 +0100 (Tue, 24 Jan 2006) | 5 lines
12612 Changed paths:
12613    M /trunk/Makefile.am
12614    M /trunk/bindings/java/Makefile.am
12615    M /trunk/configure.ac
12616
12617   * bindings/java/Makefile.am: use JAVACXXFLAGS and JAVALDFLAGS instead of
12618     the reserved words CXXFLAGS and LDFLAGS.
12619   * configure.ac: remove spaces inside parentheses that confuse automake.
12620   * Makefile.am: do not use both = and += inside conditionals.
12621
12622 ------------------------------------------------------------------------
12623 r14009 | xtophe | 2006-01-24 10:53:53 +0100 (Tue, 24 Jan 2006) | 2 lines
12624 Changed paths:
12625    M /trunk/vlc.win32.nsi
12626
12627 Don't put contextual menu on the recycle bin. Thanks to Razer in the forum (closes #511)
12628
12629 ------------------------------------------------------------------------
12630 r14008 | hartman | 2006-01-24 06:52:40 +0100 (Tue, 24 Jan 2006) | 4 lines
12631 Changed paths:
12632    M /trunk/modules/demux/ps.c
12633
12634 * Fake the PCR/SCR on MPEG PES streams (VDR for instance).
12635   Don't worry, it's if()'ed such that it's almost impossible for a normal PS file to trigger the hack.
12636   It worked for all my VDR PES files and was never triggered for my entire PS collection.
12637
12638 ------------------------------------------------------------------------
12639 r14007 | zorglub | 2006-01-23 22:21:19 +0100 (Mon, 23 Jan 2006) | 2 lines
12640 Changed paths:
12641    M /trunk/include/vlc_messages.h
12642    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
12643    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
12644    M /trunk/modules/stream_out/transcode.c
12645    M /trunk/src/misc/stats.c
12646    M /trunk/src/stream_output/stream_output.c
12647
12648 Gather some sout stats (Refs:#473)
12649
12650 ------------------------------------------------------------------------
12651 r14006 | hartman | 2006-01-23 22:10:49 +0100 (Mon, 23 Jan 2006) | 3 lines
12652 Changed paths:
12653    M /trunk/modules/demux/mp4/libmp4.c
12654
12655 * Don't crash if the hdlr in a mov has no name.
12656 * spelling correction and debug for out of bound child boxes.
12657
12658 ------------------------------------------------------------------------
12659 r14005 | zorglub | 2006-01-23 20:09:22 +0100 (Mon, 23 Jan 2006) | 2 lines
12660 Changed paths:
12661    M /trunk/modules/control/netsync.c
12662    M /trunk/modules/control/showintf.c
12663    M /trunk/src/libvlc.c
12664    M /trunk/src/libvlc.h
12665
12666 Add global options for netsync and showintf and hide them from interface (Closes:#508)
12667
12668 ------------------------------------------------------------------------
12669 r14004 | xtophe | 2006-01-23 16:35:02 +0100 (Mon, 23 Jan 2006) | 3 lines
12670 Changed paths:
12671    M /trunk/modules/access_output/http.c
12672
12673 http.c: add an option to disable bonjour (closes #509).
12674         Please review and improve the option text and longtext strings. 
12675
12676 ------------------------------------------------------------------------
12677 r14003 | damienf | 2006-01-23 13:00:00 +0100 (Mon, 23 Jan 2006) | 3 lines
12678 Changed paths:
12679    M /trunk/activex/oleobject.cpp
12680    M /trunk/activex/plugin.cpp
12681    M /trunk/activex/vlccontrol.cpp
12682
12683 plugin.cpp, oleobject.cpp: fix for ShowDisplay/Visible on activation
12684 vlccontrol.cpp: fixed small mem leak
12685
12686 ------------------------------------------------------------------------
12687 r14002 | dionoea | 2006-01-23 02:04:16 +0100 (Mon, 23 Jan 2006) | 2 lines
12688 Changed paths:
12689    M /trunk/modules/codec/dvbsub.c
12690
12691 oops, last commit wasn't meant to happen
12692
12693 ------------------------------------------------------------------------
12694 r14001 | dionoea | 2006-01-23 02:02:54 +0100 (Mon, 23 Jan 2006) | 16 lines
12695 Changed paths:
12696    M /trunk/modules/codec/dvbsub.c
12697
12698 fix subtitles position (aspect ratio)
12699
12700 the subtitle was displayed fine but since aspect ratios didn't match it
12701 wasn't positioned correctly on the vout. ie:
12702 --------------
12703 |            |
12704 |            |
12705 |      subtit|
12706 |            |
12707 -------------- ( http://people.videolan.org/~dionoea/vlcsubs.png )
12708
12709 now it's displayed in the center but the letters are scaled horrizontaly
12710 (which doesn't look too good ... but at least everything is displayed)
12711 ( http://people.videolan.org/~dionoea/vlcsubs2.png )
12712
12713
12714 ------------------------------------------------------------------------
12715 r14000 | hartman | 2006-01-23 01:34:33 +0100 (Mon, 23 Jan 2006) | 3 lines
12716 Changed paths:
12717    M /trunk/modules/misc/freetype.c
12718
12719 * Fix the opacity and color settings for the YUVA renderer.
12720 PS: It seems the YUVA blend has an UV subsample bug which can cause unwanted offsets of 1
12721
12722 ------------------------------------------------------------------------
12723 r13999 | dionoea | 2006-01-23 01:23:14 +0100 (Mon, 23 Jan 2006) | 3 lines
12724 Changed paths:
12725    M /trunk/share/http/dialogs/vlm
12726    M /trunk/share/http/js/functions.js
12727    M /trunk/share/http/js/vlm.js
12728
12729  dialogs/vlm, js/vlm.js : add schedule support
12730  * : some code cleanup.
12731
12732 ------------------------------------------------------------------------
12733 r13998 | hartman | 2006-01-22 23:54:57 +0100 (Sun, 22 Jan 2006) | 2 lines
12734 Changed paths:
12735    M /trunk/modules/demux/mkv.cpp
12736
12737 * Pass along the SSA header in mkv files to the decoder.
12738
12739 ------------------------------------------------------------------------
12740 r13997 | dionoea | 2006-01-22 23:52:20 +0100 (Sun, 22 Jan 2006) | 3 lines
12741 Changed paths:
12742    M /trunk/src/misc/vlm.c
12743
12744 If one schedule was disabled, all the folowing schedules weren't shown.
12745 Could someone explain why this return was put here in the first place ?
12746
12747 ------------------------------------------------------------------------
12748 r13996 | sigmunau | 2006-01-22 23:49:01 +0100 (Sun, 22 Jan 2006) | 14 lines
12749 Changed paths:
12750    M /trunk/modules/misc/freetype.c
12751
12752 freetype.c: Revived and revamped old yuva renderer
12753
12754 Highlights:
12755   Three rendering modes: Outline, Fat outline and background
12756   Better looking
12757 Drawbacks:
12758   White only at the moment
12759   no yuva blend filter for some chromas
12760   
12761 the old renderer is available with the --freetype-yuvp option, since this is
12762 needed at least for dvbsubs encoding. (and for people with no usable blend
12763 filter)
12764
12765
12766 ------------------------------------------------------------------------
12767 r13995 | hartman | 2006-01-22 23:27:29 +0100 (Sun, 22 Jan 2006) | 2 lines
12768 Changed paths:
12769    M /trunk/modules/demux/vobsub.c
12770
12771 * Stupid subtitles with their lack of proper specifications and implementations.....
12772
12773 ------------------------------------------------------------------------
12774 r13994 | hartman | 2006-01-22 23:20:19 +0100 (Sun, 22 Jan 2006) | 2 lines
12775 Changed paths:
12776    M /trunk/modules/demux/vobsub.c
12777
12778 * The vobsub param is Delay, not delay.
12779
12780 ------------------------------------------------------------------------
12781 r13993 | xtophe | 2006-01-22 19:13:59 +0100 (Sun, 22 Jan 2006) | 2 lines
12782 Changed paths:
12783    M /trunk/Makefile.am
12784
12785 Fix the win* package rules for the http intf.
12786
12787 ------------------------------------------------------------------------
12788 r13992 | xtophe | 2006-01-22 19:10:53 +0100 (Sun, 22 Jan 2006) | 2 lines
12789 Changed paths:
12790    M /trunk/modules/control/ntservice.c
12791
12792 missing in [13991].
12793
12794 ------------------------------------------------------------------------
12795 r13991 | zorglub | 2006-01-22 18:12:24 +0100 (Sun, 22 Jan 2006) | 6 lines
12796 Changed paths:
12797    M /trunk/include/variables.h
12798    M /trunk/include/vlc_interface.h
12799    M /trunk/include/vlc_symbols.h
12800    M /trunk/modules/codec/cmml/cmml.c
12801    M /trunk/modules/control/rc.c
12802    M /trunk/modules/misc/logger.c
12803    M /trunk/src/input/input.c
12804    M /trunk/src/interface/interface.c
12805    M /trunk/src/libvlc.c
12806    M /trunk/src/libvlc.h
12807    M /trunk/src/misc/variables.c
12808
12809 * Make ParseOption (from input) a global service (var_OptionParse)
12810 * Add i_options/pp_options to intf_Create
12811
12812 * add global options to enable file-logging and syslog (Refs:#508)
12813
12814
12815 ------------------------------------------------------------------------
12816 r13990 | zorglub | 2006-01-22 18:10:57 +0100 (Sun, 22 Jan 2006) | 2 lines
12817 Changed paths:
12818    M /trunk/include/modules.h
12819
12820 Add a psz_help field to module_t (Refs:#413)
12821
12822 ------------------------------------------------------------------------
12823 r13989 | dionoea | 2006-01-22 17:45:40 +0100 (Sun, 22 Jan 2006) | 2 lines
12824 Changed paths:
12825    M /trunk/configure.ac
12826
12827 add "oc" to the language list
12828
12829 ------------------------------------------------------------------------
12830 r13988 | dionoea | 2006-01-22 17:44:54 +0100 (Sun, 22 Jan 2006) | 2 lines
12831 Changed paths:
12832    M /trunk/Makefile.am
12833
12834 same thing for wince
12835
12836 ------------------------------------------------------------------------
12837 r13987 | dionoea | 2006-01-22 17:42:55 +0100 (Sun, 22 Jan 2006) | 3 lines
12838 Changed paths:
12839    M /trunk/Makefile.am
12840
12841 this should fix the win build. This build system is plain stupid. Why do we
12842 have references to the same stuff in http/Makefile.am and Makefile.am ?
12843
12844 ------------------------------------------------------------------------
12845 r13986 | zorglub | 2006-01-22 17:35:59 +0100 (Sun, 22 Jan 2006) | 2 lines
12846 Changed paths:
12847    M /trunk/src/network/httpd.c
12848
12849 Less HTTPd debugging
12850
12851 ------------------------------------------------------------------------
12852 r13985 | xtophe | 2006-01-22 17:18:39 +0100 (Sun, 22 Jan 2006) | 3 lines
12853 Changed paths:
12854    A /trunk/share/http/.hosts (from /trunk/share/http-old/.hosts:13982)
12855    M /trunk/share/http/dialogs/.hosts
12856
12857 .hosts: Provide a template .hosts.
12858 dialogs/.hosts: Explanation about the empty file. 
12859
12860 ------------------------------------------------------------------------
12861 r13984 | dionoea | 2006-01-22 17:18:38 +0100 (Sun, 22 Jan 2006) | 2 lines
12862 Changed paths:
12863    M /trunk/share/http/requests/vlm.xml
12864
12865 fix cut & paste error (bis).
12866
12867 ------------------------------------------------------------------------
12868 r13983 | dionoea | 2006-01-22 17:18:02 +0100 (Sun, 22 Jan 2006) | 2 lines
12869 Changed paths:
12870    M /trunk/share/http/requests/vlm.xml
12871
12872 fix cut & paste error.
12873
12874 ------------------------------------------------------------------------
12875 r13982 | zorglub | 2006-01-22 17:01:30 +0100 (Sun, 22 Jan 2006) | 2 lines
12876 Changed paths:
12877    M /trunk/modules/access/vcdx/Modules.am
12878
12879 Fix build of vcdx module
12880
12881 ------------------------------------------------------------------------
12882 r13981 | dionoea | 2006-01-22 16:59:52 +0100 (Sun, 22 Jan 2006) | 7 lines
12883 Changed paths:
12884    M /trunk/share/http/dialogs/vlm
12885    M /trunk/share/http/js/vlm.js
12886    M /trunk/share/http/style.css
12887    M /trunk/share/http/vlm.html
12888
12889  all: handle VLM broadcast and vod elements.
12890  todo: - seeking on broadcast elements
12891        - schedules
12892        - file(or textbox) load / save. might need some changes to the VLM
12893          core in order to export commands to a string (and not to a file)
12894        
12895
12896 ------------------------------------------------------------------------
12897 r13980 | sam | 2006-01-22 13:52:13 +0100 (Sun, 22 Jan 2006) | 2 lines
12898 Changed paths:
12899    M /trunk/debian/changelog
12900    M /trunk/debian/control
12901    M /trunk/debian/rules
12902
12903   * debian/*: new Debian upload.
12904
12905 ------------------------------------------------------------------------
12906 r13979 | dionoea | 2006-01-22 12:25:48 +0100 (Sun, 22 Jan 2006) | 2 lines
12907 Changed paths:
12908    M /trunk/share/Makefile.am
12909
12910 oops, i forgot to commit this
12911
12912 ------------------------------------------------------------------------
12913 r13978 | ipkiss | 2006-01-22 12:12:33 +0100 (Sun, 22 Jan 2006) | 2 lines
12914 Changed paths:
12915    M /trunk/doc/skins/skins2-howto.xml
12916
12917  * share/skins/skins2-howto.xml: SVN instead of CVS, and added a link to the DTD.
12918
12919 ------------------------------------------------------------------------
12920 r13977 | sam | 2006-01-22 11:48:06 +0100 (Sun, 22 Jan 2006) | 2 lines
12921 Changed paths:
12922    M /trunk/debian/vlc.mime
12923
12924   * debian/vlc.mime: put flags after the command, as per mailcap(5).
12925
12926 ------------------------------------------------------------------------
12927 r13976 | dionoea | 2006-01-22 02:38:28 +0100 (Sun, 22 Jan 2006) | 23 lines
12928 Changed paths:
12929    A /trunk/share/http/dialogs
12930    A /trunk/share/http/dialogs/.hosts
12931    A /trunk/share/http/dialogs/browse
12932    A /trunk/share/http/dialogs/footer
12933    A /trunk/share/http/dialogs/input
12934    A /trunk/share/http/dialogs/main
12935    A /trunk/share/http/dialogs/mosaic
12936    A /trunk/share/http/dialogs/playlist
12937    A /trunk/share/http/dialogs/sout
12938    A /trunk/share/http/dialogs/vlm
12939    D /trunk/share/http/functions.js
12940    M /trunk/share/http/index.html
12941    A /trunk/share/http/js
12942    A /trunk/share/http/js/functions.js (from /trunk/share/http/functions.js:13818)
12943    A /trunk/share/http/js/mosaic.js
12944    A /trunk/share/http/js/vlm.js
12945    A /trunk/share/http/mosaic.html
12946    M /trunk/share/http/requests/browse.xml
12947    M /trunk/share/http/requests/playlist.xml
12948    M /trunk/share/http/requests/status.xml
12949    A /trunk/share/http/requests/vlm.xml
12950    A /trunk/share/http/requests/vlm_cmd.xml
12951    M /trunk/share/http/style.css
12952    A /trunk/share/http/vlm.html
12953
12954 begining of a VLM interface and some code organisations changes. The vlm
12955 interface should be done pretty soon (i'll try to finish it tomorrow)
12956
12957  vlm.html : vlm web interface. What works: sending broadcast and vod creation
12958             commands
12959
12960  js/vlm.js : add code to handle sending vlm commands.
12961
12962  requests/vlm_cmd.xml : used to send a vlm command and get the resulting
12963                         error message
12964
12965  requests/vlm.xml : export the full vlm media/schedules "tree". I still need
12966                     to parse that in js/vlm.js in order to display it in
12967                     dialogs/vlm .
12968
12969  dialogs/* : dialogs' code which is used as building blocks for the
12970              main pages. (in order to avoid code duplication)
12971
12972  mosaic.html, js/mosaic.js, dialogs/mosaic : start of a mosaic help
12973             page. nothing works and it's almost empty but i didn't feel like
12974             sorting through the commited files.
12975
12976
12977 ------------------------------------------------------------------------
12978 r13975 | dionoea | 2006-01-22 01:11:00 +0100 (Sun, 22 Jan 2006) | 2 lines
12979 Changed paths:
12980    M /trunk/modules/control/http/rpn.c
12981
12982 remove dirty debug messages.
12983
12984 ------------------------------------------------------------------------
12985 r13974 | dionoea | 2006-01-22 01:09:06 +0100 (Sun, 22 Jan 2006) | 8 lines
12986 Changed paths:
12987    M /trunk/modules/control/http/rpn.c
12988
12989 new "vlm_cmd" (or "vlm_command") rpn function.
12990
12991 Since vlm commands are often full of spaces, you need to use the ";"
12992 command delimiter to mark the end of a command.
12993
12994 For example : <vlc id="rpn" param1="; broadcast name new vlm_cmd" />
12995
12996
12997 ------------------------------------------------------------------------
12998 r13973 | hartman | 2006-01-22 00:33:56 +0100 (Sun, 22 Jan 2006) | 2 lines
12999 Changed paths:
13000    M /trunk/modules/codec/quicktime.c
13001
13002 * Compile fix
13003
13004 ------------------------------------------------------------------------
13005 r13972 | hartman | 2006-01-22 00:05:00 +0100 (Sun, 22 Jan 2006) | 2 lines
13006 Changed paths:
13007    M /trunk/modules/codec/quicktime.c
13008
13009 * Some cleanup to the QT decoder. Still doesn't function. 
13010
13011 ------------------------------------------------------------------------
13012 r13971 | dionoea | 2006-01-21 23:05:31 +0100 (Sat, 21 Jan 2006) | 2 lines
13013 Changed paths:
13014    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
13015
13016 this looks better (thanks to Dnumgis for noticing)
13017
13018 ------------------------------------------------------------------------
13019 r13970 | hartman | 2006-01-21 22:29:07 +0100 (Sat, 21 Jan 2006) | 3 lines
13020 Changed paths:
13021    M /trunk/modules/audio_output/auhal.c
13022
13023 * workaround for device drivers that do not support "kAudioDevicePropertyPreferredChannelLayout".
13024   Grmbl @ Digidesign coders...
13025
13026 ------------------------------------------------------------------------
13027 r13969 | dionoea | 2006-01-21 21:46:09 +0100 (Sat, 21 Jan 2006) | 2 lines
13028 Changed paths:
13029    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
13030
13031 looks nicer this way
13032
13033 ------------------------------------------------------------------------
13034 r13968 | hartman | 2006-01-21 21:38:05 +0100 (Sat, 21 Jan 2006) | 2 lines
13035 Changed paths:
13036    M /trunk/modules/demux/vobsub.c
13037
13038 * One more fix for vobsubs with negative times
13039
13040 ------------------------------------------------------------------------
13041 r13967 | dionoea | 2006-01-21 21:30:57 +0100 (Sat, 21 Jan 2006) | 2 lines
13042 Changed paths:
13043    M /trunk/doc/fortunes.txt
13044
13045 Fortune !
13046
13047 ------------------------------------------------------------------------
13048 r13966 | zorglub | 2006-01-21 18:59:14 +0100 (Sat, 21 Jan 2006) | 2 lines
13049 Changed paths:
13050    M /trunk/src/libvlc.h
13051    M /trunk/src/playlist/item-ext.c
13052
13053 Add an "auto-preparse" option (default TRUE) - Refs:#192
13054
13055 ------------------------------------------------------------------------
13056 r13965 | courmisch | 2006-01-21 18:55:45 +0100 (Sat, 21 Jan 2006) | 2 lines
13057 Changed paths:
13058    M /trunk/modules/gui/wxwidgets/interface.cpp
13059
13060 Ugly bug-to-bug fix for wxWidgets drag'n'drop (closes #507)
13061
13062 ------------------------------------------------------------------------
13063 r13964 | zorglub | 2006-01-21 18:54:02 +0100 (Sat, 21 Jan 2006) | 2 lines
13064 Changed paths:
13065    M /trunk/src/playlist/playlist.c
13066
13067 Don't bother creating an input thread for non-file 
13068
13069 ------------------------------------------------------------------------
13070 r13963 | zorglub | 2006-01-21 18:50:55 +0100 (Sat, 21 Jan 2006) | 2 lines
13071 Changed paths:
13072    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
13073
13074 Don't preparse if we are about to play - Refs:#192
13075
13076 ------------------------------------------------------------------------
13077 r13962 | zorglub | 2006-01-21 18:44:07 +0100 (Sat, 21 Jan 2006) | 2 lines
13078 Changed paths:
13079    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
13080    M /trunk/modules/gui/wxwidgets/dialogs.cpp
13081    M /trunk/src/network/httpd.c
13082    M /trunk/src/playlist/item-ext.c
13083
13084 Preparse items added through the directory access or directly to the interface (Refs:#192)
13085
13086 ------------------------------------------------------------------------
13087 r13961 | sam | 2006-01-21 17:49:53 +0100 (Sat, 21 Jan 2006) | 3 lines
13088 Changed paths:
13089    M /trunk/modules/codec/spudec/parse.c
13090    M /trunk/modules/codec/spudec/spudec.c
13091    M /trunk/modules/codec/spudec/spudec.h
13092
13093   * modules/codec/spudec: fixed various (innocuous) buffer overflows and
13094     paved the way for private SPU commands.
13095
13096 ------------------------------------------------------------------------
13097 r13960 | zorglub | 2006-01-21 17:44:36 +0100 (Sat, 21 Jan 2006) | 5 lines
13098 Changed paths:
13099    M /trunk/include/vlc/vlc.h
13100    M /trunk/include/vlc_playlist.h
13101    M /trunk/modules/access/directory.c
13102    M /trunk/src/playlist/playlist.c
13103
13104 Enqueue the item ID instead of pointer for preparse
13105 Add a PLAYLIST_PREPARSE flag to tell that the item must be enqueued for preparse on add (not implemented yet).
13106
13107 Refs:#192
13108
13109 ------------------------------------------------------------------------
13110 r13959 | zorglub | 2006-01-21 17:37:34 +0100 (Sat, 21 Jan 2006) | 2 lines
13111 Changed paths:
13112    M /trunk/src/playlist/item.c
13113
13114 Don't block item name (Closes:#506)
13115
13116 ------------------------------------------------------------------------
13117 r13958 | zorglub | 2006-01-21 15:14:36 +0100 (Sat, 21 Jan 2006) | 2 lines
13118 Changed paths:
13119    M /trunk/include/aout_internal.h
13120    M /trunk/include/vlc_messages.h
13121    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
13122    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
13123    M /trunk/src/audio_output/dec.c
13124    M /trunk/src/audio_output/input.c
13125    M /trunk/src/audio_output/mixer.c
13126    M /trunk/src/input/input.c
13127    M /trunk/src/misc/stats.c
13128    M /trunk/src/playlist/playlist.c
13129
13130 Audio - Refs:#473
13131
13132 ------------------------------------------------------------------------
13133 r13957 | zorglub | 2006-01-21 14:49:42 +0100 (Sat, 21 Jan 2006) | 2 lines
13134 Changed paths:
13135    M /trunk/modules/gui/skins2/unzip/unzip.c
13136
13137 Get rid of warning
13138
13139 ------------------------------------------------------------------------
13140 r13956 | xtophe | 2006-01-21 00:37:23 +0100 (Sat, 21 Jan 2006) | 2 lines
13141 Changed paths:
13142    M /trunk/INSTALL.win32
13143
13144 Install.win32: Add path for pkg-config
13145
13146 ------------------------------------------------------------------------
13147 r13955 | xtophe | 2006-01-20 19:50:48 +0100 (Fri, 20 Jan 2006) | 2 lines
13148 Changed paths:
13149    M /trunk/configure.ac
13150
13151 Fix X includes detection.
13152
13153 ------------------------------------------------------------------------
13154 r13954 | oaubert | 2006-01-20 12:59:13 +0100 (Fri, 20 Jan 2006) | 2 lines
13155 Changed paths:
13156    M /trunk/modules/misc/svg.c
13157
13158 svg.c: use conditional includes for system includes (unistd.h, stat.h, types.h)
13159
13160 ------------------------------------------------------------------------
13161 r13953 | damienf | 2006-01-20 01:31:44 +0100 (Fri, 20 Jan 2006) | 2 lines
13162 Changed paths:
13163    M /trunk/extras/MacOSX/plugin/Info.plist
13164    M /trunk/mozilla/Makefile.am
13165
13166 all: updated mozilla MacOS X bundle, Safari can 'see' it now (didn't run it though)
13167
13168 ------------------------------------------------------------------------
13169 r13952 | hartman | 2006-01-19 17:10:14 +0100 (Thu, 19 Jan 2006) | 2 lines
13170 Changed paths:
13171    M /trunk/modules/audio_output/auhal.c
13172
13173 * auhal.c: Another workaround for devices not supporting hogmode
13174
13175 ------------------------------------------------------------------------
13176 r13951 | sigmunau | 2006-01-19 13:47:08 +0100 (Thu, 19 Jan 2006) | 2 lines
13177 Changed paths:
13178    M /trunk/modules/access/dvb/linux_dvb.c
13179
13180 linux_dvb.c: output "Tuning failed" in dvb status page rather than nothing when we have no lock
13181
13182 ------------------------------------------------------------------------
13183 r13950 | xtophe | 2006-01-19 10:01:34 +0100 (Thu, 19 Jan 2006) | 2 lines
13184 Changed paths:
13185    M /trunk/configure.ac
13186
13187 Oops. I shall read the diff before commiting
13188
13189 ------------------------------------------------------------------------
13190 r13949 | xtophe | 2006-01-19 01:01:17 +0100 (Thu, 19 Jan 2006) | 2 lines
13191 Changed paths:
13192    M /trunk/configure.ac
13193
13194 configure.ac: Try harder to find the X headers and libs.
13195
13196 ------------------------------------------------------------------------
13197 r13948 | xtophe | 2006-01-18 13:08:03 +0100 (Wed, 18 Jan 2006) | 2 lines
13198 Changed paths:
13199    M /trunk/include/vlc_interaction.h
13200    M /trunk/src/interface/interaction.c
13201    M /trunk/src/misc/stats.c
13202
13203 Copyright dates and svn properties
13204
13205 ------------------------------------------------------------------------
13206 r13947 | hartman | 2006-01-18 02:39:30 +0100 (Wed, 18 Jan 2006) | 2 lines
13207 Changed paths:
13208    M /trunk/modules/audio_output/auhal.c
13209
13210 * auhal.c: Some drivers don't support hogmode. Don't fail entirely if this is the case.
13211
13212 ------------------------------------------------------------------------
13213 r13946 | damienf | 2006-01-17 16:38:42 +0100 (Tue, 17 Jan 2006) | 3 lines
13214 Changed paths:
13215    M /trunk/activex/README.TXT
13216
13217 README.TXT: updated documentation
13218
13219
13220 ------------------------------------------------------------------------
13221 r13945 | oaubert | 2006-01-17 12:58:26 +0100 (Tue, 17 Jan 2006) | 2 lines
13222 Changed paths:
13223    M /trunk/include/mediacontrol_internal.h
13224
13225 mediacontrol_internal.h: oops. Superfluous typedef (defined in vlc/mediacontrol.h)
13226
13227 ------------------------------------------------------------------------
13228 r13944 | oaubert | 2006-01-17 11:26:59 +0100 (Tue, 17 Jan 2006) | 2 lines
13229 Changed paths:
13230    M /trunk/include/mediacontrol_internal.h
13231    M /trunk/include/vlc/mediacontrol.h
13232
13233 mediacontrol API: proper fix for mediacontrol_Instance forward declaration
13234
13235 ------------------------------------------------------------------------
13236 r13943 | damienf | 2006-01-17 11:19:03 +0100 (Tue, 17 Jan 2006) | 7 lines
13237 Changed paths:
13238    M /trunk/modules/access/dshow/dshow.cpp
13239
13240 dshow.cpp: Removed default preferred media types (I420) as it was reported by Paul Sokolovsky to cause kernel crashes
13241            with some buggy drivers. I added these media types a while back to get around another bug for drivers that
13242            didn't offer any preferred media types.
13243            Hopefully, the latter bug should be indirectly fixed when I added support for IAMStreamConfig.
13244            Moreover, I modified the selection of a default format in IAMStreamConfig to take
13245            GetFourCCPriority into a account.
13246
13247 ------------------------------------------------------------------------
13248 r13942 | jpsaman | 2006-01-16 22:32:56 +0100 (Mon, 16 Jan 2006) | 1 line
13249 Changed paths:
13250    M /trunk/modules/stream_out/transcode.c
13251
13252 Whitespace cleanup
13253 ------------------------------------------------------------------------
13254 r13941 | hartman | 2006-01-16 21:22:40 +0100 (Mon, 16 Jan 2006) | 2 lines
13255 Changed paths:
13256    M /trunk/modules/access/rtsp/access.c
13257
13258 * Real RTSP sometimes uses pnm://
13259
13260 ------------------------------------------------------------------------
13261 r13940 | damienf | 2006-01-16 20:44:18 +0100 (Mon, 16 Jan 2006) | 2 lines
13262 Changed paths:
13263    M /trunk/mozilla/Makefile.am
13264
13265 Makefile.am: thou shalt test thy changes (self flagellation in progress)
13266
13267 ------------------------------------------------------------------------
13268 r13939 | jpsaman | 2006-01-16 20:01:58 +0100 (Mon, 16 Jan 2006) | 1 line
13269 Changed paths:
13270    M /trunk/src/control/mediacontrol_core.c
13271
13272 Codingstyle fixes
13273 ------------------------------------------------------------------------
13274 r13938 | jpsaman | 2006-01-16 20:01:24 +0100 (Mon, 16 Jan 2006) | 1 line
13275 Changed paths:
13276    M /trunk/include/vlc_symbols.h
13277
13278 Define vlc_curent_object in include/vlc_objects.h
13279 ------------------------------------------------------------------------
13280 r13937 | jpsaman | 2006-01-16 20:00:22 +0100 (Mon, 16 Jan 2006) | 1 line
13281 Changed paths:
13282    M /trunk/extras/zsh.cpp
13283    M /trunk/include/vlc_objects.h
13284    M /trunk/src/control/core.c
13285
13286 Define vlc_curent_object in include/vlc_objects.h
13287 ------------------------------------------------------------------------
13288 r13936 | jpsaman | 2006-01-16 19:58:15 +0100 (Mon, 16 Jan 2006) | 1 line
13289 Changed paths:
13290    M /trunk/include/mediacontrol_internal.h
13291    M /trunk/include/vlc/mediacontrol.h
13292
13293 Define mediacontrol_Instance in the right place
13294 ------------------------------------------------------------------------
13295 r13935 | jpsaman | 2006-01-16 19:50:48 +0100 (Mon, 16 Jan 2006) | 1 line
13296 Changed paths:
13297    M /trunk/src/control/mediacontrol_audio_video.c
13298
13299 Indentation and coding style fixes
13300 ------------------------------------------------------------------------
13301 r13934 | jpsaman | 2006-01-16 19:03:14 +0100 (Mon, 16 Jan 2006) | 1 line
13302 Changed paths:
13303    M /trunk/include/vlc/libvlc.h
13304
13305 Define libvlc_exception_raise() in the proper place
13306 ------------------------------------------------------------------------
13307 r13933 | damienf | 2006-01-16 19:01:38 +0100 (Mon, 16 Jan 2006) | 2 lines
13308 Changed paths:
13309    M /trunk/mozilla/Makefile.am
13310
13311 Makefile.am: should fix compilation (or non-compilation) on all platforms
13312
13313 ------------------------------------------------------------------------
13314 r13932 | jpsaman | 2006-01-16 18:49:34 +0100 (Mon, 16 Jan 2006) | 1 line
13315 Changed paths:
13316    M /trunk/modules/gui/skins2/x11/x11_popup.cpp
13317
13318 Compiler warning about a missing return statement in a non-void function.
13319 ------------------------------------------------------------------------
13320 r13931 | jpsaman | 2006-01-16 18:48:33 +0100 (Mon, 16 Jan 2006) | 1 line
13321 Changed paths:
13322    M /trunk/modules/gui/skins2/unzip/unzip.c
13323
13324 Use brackets to avoid ambiguos else
13325 ------------------------------------------------------------------------
13326 r13930 | jpsaman | 2006-01-16 18:45:11 +0100 (Mon, 16 Jan 2006) | 1 line
13327 Changed paths:
13328    M /trunk/src/video_output/vout_intf.c
13329
13330 Fix identation
13331 ------------------------------------------------------------------------
13332 r13929 | jpsaman | 2006-01-16 18:44:38 +0100 (Mon, 16 Jan 2006) | 1 line
13333 Changed paths:
13334    M /trunk/src/control/playlist.c
13335
13336 return NULL properly in libvlc_playlist_get_input()
13337 ------------------------------------------------------------------------
13338 r13928 | jpsaman | 2006-01-16 18:42:57 +0100 (Mon, 16 Jan 2006) | 1 line
13339 Changed paths:
13340    M /trunk/src/input/input.c
13341
13342 Fix segmentation fault in core and use of non-initialised variable compiler warning.
13343 ------------------------------------------------------------------------
13344 r13927 | damienf | 2006-01-16 17:56:40 +0100 (Mon, 16 Jan 2006) | 2 lines
13345 Changed paths:
13346    M /trunk/mozilla/Makefile.am
13347
13348 hopefully, this will fix previous commit
13349
13350 ------------------------------------------------------------------------
13351 r13926 | damienf | 2006-01-16 17:35:19 +0100 (Mon, 16 Jan 2006) | 2 lines
13352 Changed paths:
13353    M /trunk/mozilla/Makefile.am
13354    M /trunk/mozilla/vlcshell.cpp
13355
13356 all: fixed mozilla plugin compilation for MacOS X
13357
13358 ------------------------------------------------------------------------
13359 r13925 | xtophe | 2006-01-16 16:45:07 +0100 (Mon, 16 Jan 2006) | 2 lines
13360 Changed paths:
13361    M /trunk/po/ka.po
13362
13363 Fix
13364
13365 ------------------------------------------------------------------------
13366 r13924 | hartman | 2006-01-16 15:37:46 +0100 (Mon, 16 Jan 2006) | 2 lines
13367 Changed paths:
13368    M /trunk/extras/contrib/src/Makefile
13369
13370 * stupid tabs in Makefiles....
13371
13372 ------------------------------------------------------------------------
13373 r13923 | xtophe | 2006-01-16 15:37:08 +0100 (Mon, 16 Jan 2006) | 2 lines
13374 Changed paths:
13375    M /trunk/po/ka.po
13376
13377 Update of the Georgian localization. Thanks to Alexander Didebulidze
13378
13379 ------------------------------------------------------------------------
13380 r13922 | hartman | 2006-01-16 15:33:06 +0100 (Mon, 16 Jan 2006) | 2 lines
13381 Changed paths:
13382    M /trunk/extras/contrib/src/Makefile
13383
13384 * Add a dummy .dvdread entry to trigger the INSTALL_NAME script on OSX.
13385
13386 ------------------------------------------------------------------------
13387 r13921 | hartman | 2006-01-16 02:54:55 +0100 (Mon, 16 Jan 2006) | 7 lines
13388 Changed paths:
13389    M /trunk/modules/demux/vobsub.c
13390
13391 modules/demux/vobsub.c:
13392 * add support for negative timestamps
13393 * add support for the delay parameter
13394 * add support for reading the DVD palette of vobsubs
13395 * free the used memory when we close the vobsubs
13396
13397
13398 ------------------------------------------------------------------------
13399 r13920 | zorglub | 2006-01-15 23:21:21 +0100 (Sun, 15 Jan 2006) | 2 lines
13400 Changed paths:
13401    M /trunk/src/misc/stats.c
13402
13403 Fix
13404
13405 ------------------------------------------------------------------------
13406 r13919 | zorglub | 2006-01-15 23:10:41 +0100 (Sun, 15 Jan 2006) | 2 lines
13407 Changed paths:
13408    M /trunk/include/vlc_messages.h
13409    M /trunk/include/vlc_symbols.h
13410    M /trunk/src/libvlc.c
13411    M /trunk/src/misc/stats.c
13412    M /trunk/src/misc/vlm.c
13413
13414 Fix some memleaks
13415
13416 ------------------------------------------------------------------------
13417 r13918 | hartman | 2006-01-15 21:52:30 +0100 (Sun, 15 Jan 2006) | 2 lines
13418 Changed paths:
13419    M /trunk/src/input/subtitles.c
13420
13421 * Fix free of the directory listing of the subtitle scan.
13422
13423 ------------------------------------------------------------------------
13424 r13917 | zorglub | 2006-01-15 21:33:26 +0100 (Sun, 15 Jan 2006) | 2 lines
13425 Changed paths:
13426    M /trunk/src/misc/objects.c
13427
13428 Free
13429
13430 ------------------------------------------------------------------------
13431 r13916 | zorglub | 2006-01-15 21:29:38 +0100 (Sun, 15 Jan 2006) | 4 lines
13432 Changed paths:
13433    M /trunk/include/vlc_common.h
13434    M /trunk/include/vlc_input.h
13435    M /trunk/include/vlc_messages.h
13436    M /trunk/include/vlc_symbols.h
13437    M /trunk/src/input/input.c
13438    M /trunk/src/misc/messages.c
13439    M /trunk/src/misc/objects.c
13440    M /trunk/src/misc/vlm.c
13441
13442 Add ability to prepend headers to messages (object-specific) and use it for VLM media (Closes:#496)
13443
13444 To use it, put a string in p_object->psz_header, all messages from this object and its parent will have the header prepended
13445
13446 ------------------------------------------------------------------------
13447 r13915 | zorglub | 2006-01-15 20:04:43 +0100 (Sun, 15 Jan 2006) | 2 lines
13448 Changed paths:
13449    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
13450    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
13451    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
13452    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
13453
13454 Layout stuff
13455
13456 ------------------------------------------------------------------------
13457 r13914 | zorglub | 2006-01-15 19:13:34 +0100 (Sun, 15 Jan 2006) | 3 lines
13458 Changed paths:
13459    M /trunk/src/input/input.c
13460    M /trunk/src/misc/stats.c
13461
13462 Fix calculation for demux bitrate (Refs:#473)
13463
13464
13465 ------------------------------------------------------------------------
13466 r13913 | zorglub | 2006-01-15 18:30:45 +0100 (Sun, 15 Jan 2006) | 2 lines
13467 Changed paths:
13468    M /trunk/include/vlc_messages.h
13469    M /trunk/include/vlc_symbols.h
13470    M /trunk/modules/gui/wxwidgets/Modules.am
13471    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
13472    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
13473    A /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
13474    A /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
13475    M /trunk/modules/gui/wxwidgets/dialogs.cpp
13476    M /trunk/src/input/decoder.c
13477    M /trunk/src/input/es_out.c
13478    M /trunk/src/input/input.c
13479    M /trunk/src/misc/stats.c
13480    M /trunk/src/playlist/playlist.c
13481
13482 Show stats in interface (Refs:#473)
13483
13484 ------------------------------------------------------------------------
13485 r13912 | damienf | 2006-01-14 21:03:43 +0100 (Sat, 14 Jan 2006) | 2 lines
13486 Changed paths:
13487    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
13488
13489 updated patch for latest CVS
13490
13491 ------------------------------------------------------------------------
13492 r13911 | xtophe | 2006-01-14 13:37:19 +0100 (Sat, 14 Jan 2006) | 2 lines
13493 Changed paths:
13494    M /trunk/src/libvlc.h
13495
13496 Inversion
13497
13498 ------------------------------------------------------------------------
13499 r13910 | zorglub | 2006-01-14 11:57:44 +0100 (Sat, 14 Jan 2006) | 2 lines
13500 Changed paths:
13501    M /trunk/include/main.h
13502    M /trunk/src/libvlc.c
13503    M /trunk/src/libvlc.h
13504    M /trunk/src/misc/stats.c
13505    M /trunk/src/playlist/playlist.c
13506
13507 Add an option to disable stats (Refs:#473)
13508
13509 ------------------------------------------------------------------------
13510 r13909 | jpsaman | 2006-01-14 10:36:16 +0100 (Sat, 14 Jan 2006) | 1 line
13511 Changed paths:
13512    M /trunk/modules/access/dshow/common.h
13513    M /trunk/modules/access/dshow/dshow.cpp
13514
13515 Revert revision 13903. It is implemented in a different way by checking if the option --dshow-chroma is set. If it is set then the chroma is forced, otherwise it is not. This should solve the regression of previous commit, by letting users specify the chroma type to use. To get the previous default behaviour specify IV420 as preferred chroma type either on the commandline or in the Capture Device advanced tab.
13516 ------------------------------------------------------------------------
13517 r13908 | hartman | 2006-01-14 01:03:13 +0100 (Sat, 14 Jan 2006) | 4 lines
13518 Changed paths:
13519    M /trunk/modules/codec/subsdec.c
13520    M /trunk/src/input/stream.c
13521
13522 * Revert the Default charset encoding back to ISO-8859-1
13523   No longer use the charset of the OS. OS X is UTF-8 for instance, but most subs are simply in Latin-1.
13524 * In case we did BOM detection with stream_ReadLine, set subsdec-encoding to UTF-8 automatically.
13525
13526 ------------------------------------------------------------------------
13527 r13907 | zorglub | 2006-01-14 00:01:34 +0100 (Sat, 14 Jan 2006) | 2 lines
13528 Changed paths:
13529    M /trunk/src/misc/stats.c
13530
13531 Fix stats crash
13532
13533 ------------------------------------------------------------------------
13534 r13906 | courmisch | 2006-01-13 13:16:06 +0100 (Fri, 13 Jan 2006) | 2 lines
13535 Changed paths:
13536    M /trunk/modules/access/vcdx/Modules.am
13537    M /trunk/po/POTFILES.in
13538
13539 Partial distcheck fix
13540
13541 ------------------------------------------------------------------------
13542 r13905 | dionoea | 2006-01-13 00:10:04 +0100 (Fri, 13 Jan 2006) | 2 lines
13543 Changed paths:
13544    M /trunk/activex/axvlc.idl
13545    M /trunk/activex/connectioncontainer.cpp
13546    M /trunk/activex/connectioncontainer.h
13547    M /trunk/activex/dataobject.cpp
13548    M /trunk/activex/dataobject.h
13549    M /trunk/activex/main.cpp
13550    M /trunk/activex/objectsafety.cpp
13551    M /trunk/activex/objectsafety.h
13552    M /trunk/activex/olecontrol.cpp
13553    M /trunk/activex/olecontrol.h
13554    M /trunk/activex/oleinplaceactiveobject.cpp
13555    M /trunk/activex/oleinplaceactiveobject.h
13556    M /trunk/activex/oleinplaceobject.cpp
13557    M /trunk/activex/oleinplaceobject.h
13558    M /trunk/activex/oleobject.cpp
13559    M /trunk/activex/oleobject.h
13560    M /trunk/activex/persistpropbag.cpp
13561    M /trunk/activex/persistpropbag.h
13562    M /trunk/activex/persiststorage.cpp
13563    M /trunk/activex/persiststorage.h
13564    M /trunk/activex/persiststreaminit.cpp
13565    M /trunk/activex/persiststreaminit.h
13566    M /trunk/activex/plugin.cpp
13567    M /trunk/activex/plugin.h
13568    M /trunk/activex/provideclassinfo.cpp
13569    M /trunk/activex/provideclassinfo.h
13570    M /trunk/activex/utils.cpp
13571    M /trunk/activex/utils.h
13572    M /trunk/activex/viewobject.cpp
13573    M /trunk/activex/viewobject.h
13574    M /trunk/activex/vlccontrol.cpp
13575    M /trunk/activex/vlccontrol.h
13576    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
13577    M /trunk/bindings/java/org/videolan/jvlc/JVLCBoolVariable.java
13578    M /trunk/bindings/java/org/videolan/jvlc/JVLCFloatVariable.java
13579    M /trunk/bindings/java/org/videolan/jvlc/JVLCIntVariable.java
13580    M /trunk/bindings/java/org/videolan/jvlc/JVLCStringVariable.java
13581    M /trunk/bindings/java/org/videolan/jvlc/JVLCTimeVariable.java
13582    M /trunk/bindings/java/org/videolan/jvlc/JVLCVarValue.java
13583    M /trunk/bindings/java/org/videolan/jvlc/JVLCVarVariable.java
13584    M /trunk/bindings/java/org/videolan/jvlc/JVLCVariable.java
13585    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControl.java
13586    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlException.java
13587    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlInstance.java
13588    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPlaylistSeq.java
13589    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPosition.java
13590    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionKeyEnum.java
13591    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionOrigin.java
13592    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionOriginEnum.java
13593    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlRGBPicture.java
13594    M /trunk/bindings/java/vlc-glue-cni.cc
13595    M /trunk/bindings/java/vlc-glue-jni.cc
13596    M /trunk/bindings/java/vlc-graphics-jni.cc
13597    M /trunk/bindings/java-gcj/JVLC.java
13598    M /trunk/bindings/python/vlcglue.c
13599    M /trunk/bindings/python/vlcglue.h
13600    M /trunk/evc/modules_builtin_evc.h
13601    M /trunk/extras/contrib/Makefile
13602    M /trunk/extras/contrib/bootstrap
13603    M /trunk/extras/contrib/change_prefix.sh
13604    M /trunk/extras/contrib/src/Makefile
13605    M /trunk/extras/contrib/src/packages.mak
13606    M /trunk/extras/zsh.cpp
13607    M /trunk/include/aout_internal.h
13608    M /trunk/include/audio_output.h
13609    M /trunk/include/beos_specific.h
13610    M /trunk/include/charset.h
13611    M /trunk/include/codecs.h
13612    M /trunk/include/configuration.h
13613    M /trunk/include/darwin_specific.h
13614    M /trunk/include/intf_eject.h
13615    M /trunk/include/iso_lang.h
13616    M /trunk/include/libvlc_internal.h
13617    M /trunk/include/main.h
13618    M /trunk/include/mediacontrol_internal.h
13619    M /trunk/include/modules.h
13620    M /trunk/include/modules_inner.h
13621    M /trunk/include/mtime.h
13622    M /trunk/include/network.h
13623    M /trunk/include/os_specific.h
13624    M /trunk/include/stream_output.h
13625    M /trunk/include/variables.h
13626    M /trunk/include/video_output.h
13627    M /trunk/include/vlc/aout.h
13628    M /trunk/include/vlc/decoder.h
13629    M /trunk/include/vlc/input.h
13630    M /trunk/include/vlc/intf.h
13631    M /trunk/include/vlc/libvlc.h
13632    M /trunk/include/vlc/mediacontrol.h
13633    M /trunk/include/vlc/mediacontrol_structures.h
13634    M /trunk/include/vlc/sout.h
13635    M /trunk/include/vlc/vlc.h
13636    M /trunk/include/vlc/vout.h
13637    M /trunk/include/vlc_access.h
13638    M /trunk/include/vlc_acl.h
13639    M /trunk/include/vlc_bits.h
13640    M /trunk/include/vlc_block.h
13641    M /trunk/include/vlc_block_helper.h
13642    M /trunk/include/vlc_codec.h
13643    M /trunk/include/vlc_common.h
13644    M /trunk/include/vlc_config.h
13645    M /trunk/include/vlc_config_cat.h
13646    M /trunk/include/vlc_cpu.h
13647    M /trunk/include/vlc_demux.h
13648    M /trunk/include/vlc_error.h
13649    M /trunk/include/vlc_es.h
13650    M /trunk/include/vlc_es_out.h
13651    M /trunk/include/vlc_filter.h
13652    M /trunk/include/vlc_httpd.h
13653    M /trunk/include/vlc_image.h
13654    M /trunk/include/vlc_input.h
13655    M /trunk/include/vlc_interaction.h
13656    M /trunk/include/vlc_interface.h
13657    M /trunk/include/vlc_keys.h
13658    M /trunk/include/vlc_md5.h
13659    M /trunk/include/vlc_messages.h
13660    M /trunk/include/vlc_meta.h
13661    M /trunk/include/vlc_objects.h
13662    M /trunk/include/vlc_osd.h
13663    M /trunk/include/vlc_playlist.h
13664    M /trunk/include/vlc_spu.h
13665    M /trunk/include/vlc_stream.h
13666    M /trunk/include/vlc_threads.h
13667    M /trunk/include/vlc_threads_funcs.h
13668    M /trunk/include/vlc_tls.h
13669    M /trunk/include/vlc_video.h
13670    M /trunk/include/vlc_vlm.h
13671    M /trunk/include/vlc_vod.h
13672    M /trunk/include/vlc_xml.h
13673    M /trunk/include/vout_synchro.h
13674    M /trunk/include/win32_specific.h
13675    M /trunk/modules/access/cdda/access.c
13676    M /trunk/modules/access/cdda/access.h
13677    M /trunk/modules/access/cdda/callback.c
13678    M /trunk/modules/access/cdda/callback.h
13679    M /trunk/modules/access/cdda/cdda.c
13680    M /trunk/modules/access/cdda/cdda.h
13681    M /trunk/modules/access/cdda/info.c
13682    M /trunk/modules/access/cdda/info.h
13683    M /trunk/modules/access/cdda.c
13684    M /trunk/modules/access/directory.c
13685    M /trunk/modules/access/dshow/common.h
13686    M /trunk/modules/access/dshow/crossbar.cpp
13687    M /trunk/modules/access/dshow/dshow.cpp
13688    M /trunk/modules/access/dshow/filter.cpp
13689    M /trunk/modules/access/dshow/filter.h
13690    M /trunk/modules/access/dv.c
13691    M /trunk/modules/access/dvb/access.c
13692    M /trunk/modules/access/dvb/http.c
13693    M /trunk/modules/access/dvdnav.c
13694    M /trunk/modules/access/dvdread.c
13695    M /trunk/modules/access/fake.c
13696    M /trunk/modules/access/file.c
13697    M /trunk/modules/access/ftp.c
13698    M /trunk/modules/access/gnomevfs.c
13699    M /trunk/modules/access/http.c
13700    M /trunk/modules/access/mms/asf.c
13701    M /trunk/modules/access/mms/asf.h
13702    M /trunk/modules/access/mms/buffer.c
13703    M /trunk/modules/access/mms/buffer.h
13704    M /trunk/modules/access/mms/mms.c
13705    M /trunk/modules/access/mms/mms.h
13706    M /trunk/modules/access/mms/mmsh.c
13707    M /trunk/modules/access/mms/mmsh.h
13708    M /trunk/modules/access/mms/mmstu.c
13709    M /trunk/modules/access/mms/mmstu.h
13710    M /trunk/modules/access/pvr/pvr.c
13711    M /trunk/modules/access/rtsp/access.c
13712    M /trunk/modules/access/rtsp/real.c
13713    M /trunk/modules/access/rtsp/real.h
13714    M /trunk/modules/access/rtsp/real_rmff.c
13715    M /trunk/modules/access/rtsp/real_rmff.h
13716    M /trunk/modules/access/rtsp/real_sdpplin.h
13717    M /trunk/modules/access/rtsp/rtsp.c
13718    M /trunk/modules/access/rtsp/rtsp.h
13719    M /trunk/modules/access/screen/beos.cpp
13720    M /trunk/modules/access/screen/mac.c
13721    M /trunk/modules/access/screen/screen.c
13722    M /trunk/modules/access/screen/screen.h
13723    M /trunk/modules/access/screen/win32.c
13724    M /trunk/modules/access/screen/x11.c
13725    M /trunk/modules/access/smb.c
13726    M /trunk/modules/access/tcp.c
13727    M /trunk/modules/access/udp.c
13728    M /trunk/modules/access/v4l/v4l.c
13729    M /trunk/modules/access/v4l/videodev_mjpeg.h
13730    M /trunk/modules/access/vcd/cdrom.c
13731    M /trunk/modules/access/vcd/cdrom.h
13732    M /trunk/modules/access/vcd/cdrom_internals.h
13733    M /trunk/modules/access/vcd/vcd.c
13734    M /trunk/modules/access/vcdx/access.c
13735    M /trunk/modules/access/vcdx/demux.c
13736    M /trunk/modules/access/vcdx/info.c
13737    M /trunk/modules/access/vcdx/info.h
13738    M /trunk/modules/access/vcdx/intf.c
13739    M /trunk/modules/access/vcdx/intf.h
13740    M /trunk/modules/access/vcdx/vcd.c
13741    M /trunk/modules/access/vcdx/vcd.h
13742    M /trunk/modules/access/vcdx/vcdplayer.c
13743    M /trunk/modules/access/vcdx/vcdplayer.h
13744    M /trunk/modules/access_filter/record.c
13745    M /trunk/modules/access_filter/timeshift.c
13746    M /trunk/modules/access_output/bonjour.c
13747    M /trunk/modules/access_output/bonjour.h
13748    M /trunk/modules/access_output/dummy.c
13749    M /trunk/modules/access_output/file.c
13750    M /trunk/modules/access_output/http.c
13751    M /trunk/modules/access_output/shout.c
13752    M /trunk/modules/access_output/udp.c
13753    M /trunk/modules/audio_filter/channel_mixer/dolby.c
13754    M /trunk/modules/audio_filter/channel_mixer/headphone.c
13755    M /trunk/modules/audio_filter/channel_mixer/simple.c
13756    M /trunk/modules/audio_filter/channel_mixer/trivial.c
13757    M /trunk/modules/audio_filter/converter/a52tofloat32.c
13758    M /trunk/modules/audio_filter/converter/a52tospdif.c
13759    M /trunk/modules/audio_filter/converter/dtstofloat32.c
13760    M /trunk/modules/audio_filter/converter/dtstospdif.c
13761    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
13762    M /trunk/modules/audio_filter/converter/fixed32tos16.c
13763    M /trunk/modules/audio_filter/converter/float32tos16.c
13764    M /trunk/modules/audio_filter/converter/float32tos8.c
13765    M /trunk/modules/audio_filter/converter/float32tou16.c
13766    M /trunk/modules/audio_filter/converter/float32tou8.c
13767    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
13768    M /trunk/modules/audio_filter/converter/s16tofixed32.c
13769    M /trunk/modules/audio_filter/converter/s16tofloat32.c
13770    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
13771    M /trunk/modules/audio_filter/converter/s8tofloat32.c
13772    M /trunk/modules/audio_filter/converter/u8tofixed32.c
13773    M /trunk/modules/audio_filter/converter/u8tofloat32.c
13774    M /trunk/modules/audio_filter/equalizer.c
13775    M /trunk/modules/audio_filter/equalizer_presets.h
13776    M /trunk/modules/audio_filter/format.c
13777    M /trunk/modules/audio_filter/normvol.c
13778    M /trunk/modules/audio_filter/resampler/bandlimited.c
13779    M /trunk/modules/audio_filter/resampler/bandlimited.h
13780    M /trunk/modules/audio_filter/resampler/linear.c
13781    M /trunk/modules/audio_filter/resampler/trivial.c
13782    M /trunk/modules/audio_filter/resampler/ugly.c
13783    M /trunk/modules/audio_mixer/float32.c
13784    M /trunk/modules/audio_mixer/spdif.c
13785    M /trunk/modules/audio_mixer/trivial.c
13786    M /trunk/modules/audio_output/alsa.c
13787    M /trunk/modules/audio_output/arts.c
13788    M /trunk/modules/audio_output/auhal.c
13789    M /trunk/modules/audio_output/directx.c
13790    M /trunk/modules/audio_output/esd.c
13791    M /trunk/modules/audio_output/file.c
13792    M /trunk/modules/audio_output/hd1000a.cpp
13793    M /trunk/modules/audio_output/jack.c
13794    M /trunk/modules/audio_output/oss.c
13795    M /trunk/modules/audio_output/portaudio.c
13796    M /trunk/modules/audio_output/sdl.c
13797    M /trunk/modules/audio_output/waveout.c
13798    M /trunk/modules/codec/a52.c
13799    M /trunk/modules/codec/adpcm.c
13800    M /trunk/modules/codec/araw.c
13801    M /trunk/modules/codec/cinepak.c
13802    M /trunk/modules/codec/cmml/browser_open.c
13803    M /trunk/modules/codec/cmml/browser_open.h
13804    M /trunk/modules/codec/cmml/cmml.c
13805    M /trunk/modules/codec/cmml/history.c
13806    M /trunk/modules/codec/cmml/history.h
13807    M /trunk/modules/codec/cmml/intf.c
13808    M /trunk/modules/codec/cmml/xarray.c
13809    M /trunk/modules/codec/cmml/xarray.h
13810    M /trunk/modules/codec/cmml/xlist.c
13811    M /trunk/modules/codec/cmml/xlist.h
13812    M /trunk/modules/codec/cmml/xstrcat.h
13813    M /trunk/modules/codec/cmml/xtag.c
13814    M /trunk/modules/codec/cmml/xtag.h
13815    M /trunk/modules/codec/cmml/xurl.c
13816    M /trunk/modules/codec/cmml/xurl.h
13817    M /trunk/modules/codec/cvdsub.c
13818    M /trunk/modules/codec/dirac.c
13819    M /trunk/modules/codec/dmo/buffer.c
13820    M /trunk/modules/codec/dmo/dmo.c
13821    M /trunk/modules/codec/dmo/dmo.h
13822    M /trunk/modules/codec/dts.c
13823    M /trunk/modules/codec/dvbsub.c
13824    M /trunk/modules/codec/faad.c
13825    M /trunk/modules/codec/fake.c
13826    M /trunk/modules/codec/ffmpeg/audio.c
13827    M /trunk/modules/codec/ffmpeg/chroma.c
13828    M /trunk/modules/codec/ffmpeg/demux.c
13829    M /trunk/modules/codec/ffmpeg/encoder.c
13830    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13831    M /trunk/modules/codec/ffmpeg/ffmpeg.h
13832    M /trunk/modules/codec/ffmpeg/postprocess.c
13833    M /trunk/modules/codec/ffmpeg/video.c
13834    M /trunk/modules/codec/ffmpeg/video_filter.c
13835    M /trunk/modules/codec/flac.c
13836    M /trunk/modules/codec/libmpeg2.c
13837    M /trunk/modules/codec/lpcm.c
13838    M /trunk/modules/codec/mash.cpp
13839    M /trunk/modules/codec/mpeg_audio.c
13840    M /trunk/modules/codec/png.c
13841    M /trunk/modules/codec/quicktime.c
13842    M /trunk/modules/codec/rawvideo.c
13843    M /trunk/modules/codec/realaudio.c
13844    M /trunk/modules/codec/sdl_image.c
13845    M /trunk/modules/codec/speex.c
13846    M /trunk/modules/codec/spudec/parse.c
13847    M /trunk/modules/codec/spudec/spudec.c
13848    M /trunk/modules/codec/spudec/spudec.h
13849    M /trunk/modules/codec/subsdec.c
13850    M /trunk/modules/codec/svcdsub.c
13851    M /trunk/modules/codec/tarkin.c
13852    M /trunk/modules/codec/theora.c
13853    M /trunk/modules/codec/twolame.c
13854    M /trunk/modules/codec/vorbis.c
13855    M /trunk/modules/codec/x264.c
13856    M /trunk/modules/control/corba/corba.c
13857    M /trunk/modules/control/gestures.c
13858    M /trunk/modules/control/hotkeys.c
13859    M /trunk/modules/control/http/http.c
13860    M /trunk/modules/control/http/http.h
13861    M /trunk/modules/control/http/macro.c
13862    M /trunk/modules/control/http/macros.h
13863    M /trunk/modules/control/http/mvar.c
13864    M /trunk/modules/control/http/rpn.c
13865    M /trunk/modules/control/http/util.c
13866    M /trunk/modules/control/lirc.c
13867    M /trunk/modules/control/netsync.c
13868    M /trunk/modules/control/ntservice.c
13869    M /trunk/modules/control/rc.c
13870    M /trunk/modules/control/showintf.c
13871    M /trunk/modules/control/telnet.c
13872    M /trunk/modules/demux/a52.c
13873    M /trunk/modules/demux/aiff.c
13874    M /trunk/modules/demux/asf/asf.c
13875    M /trunk/modules/demux/asf/libasf.c
13876    M /trunk/modules/demux/asf/libasf.h
13877    M /trunk/modules/demux/au.c
13878    M /trunk/modules/demux/avi/avi.c
13879    M /trunk/modules/demux/avi/libavi.c
13880    M /trunk/modules/demux/avi/libavi.h
13881    M /trunk/modules/demux/demuxdump.c
13882    M /trunk/modules/demux/dts.c
13883    M /trunk/modules/demux/flac.c
13884    M /trunk/modules/demux/livedotcom.cpp
13885    M /trunk/modules/demux/m3u.c
13886    M /trunk/modules/demux/mjpeg.c
13887    M /trunk/modules/demux/mkv.cpp
13888    M /trunk/modules/demux/mod.c
13889    M /trunk/modules/demux/mp4/drms.c
13890    M /trunk/modules/demux/mp4/drms.h
13891    M /trunk/modules/demux/mp4/drmstables.h
13892    M /trunk/modules/demux/mp4/libmp4.c
13893    M /trunk/modules/demux/mp4/libmp4.h
13894    M /trunk/modules/demux/mp4/mp4.c
13895    M /trunk/modules/demux/mpc.c
13896    M /trunk/modules/demux/mpeg/h264.c
13897    M /trunk/modules/demux/mpeg/m4a.c
13898    M /trunk/modules/demux/mpeg/m4v.c
13899    M /trunk/modules/demux/mpeg/mpga.c
13900    M /trunk/modules/demux/mpeg/mpgv.c
13901    M /trunk/modules/demux/nsc.c
13902    M /trunk/modules/demux/nsv.c
13903    M /trunk/modules/demux/nuv.c
13904    M /trunk/modules/demux/ogg.c
13905    M /trunk/modules/demux/playlist/b4s.c
13906    M /trunk/modules/demux/playlist/dvb.c
13907    M /trunk/modules/demux/playlist/m3u.c
13908    M /trunk/modules/demux/playlist/old.c
13909    M /trunk/modules/demux/playlist/playlist.c
13910    M /trunk/modules/demux/playlist/playlist.h
13911    M /trunk/modules/demux/playlist/pls.c
13912    M /trunk/modules/demux/playlist/podcast.c
13913    M /trunk/modules/demux/ps.c
13914    M /trunk/modules/demux/ps.h
13915    M /trunk/modules/demux/pva.c
13916    M /trunk/modules/demux/rawdv.c
13917    M /trunk/modules/demux/real.c
13918    M /trunk/modules/demux/sgimb.c
13919    M /trunk/modules/demux/subtitle.c
13920    M /trunk/modules/demux/ts.c
13921    M /trunk/modules/demux/ty.c
13922    M /trunk/modules/demux/util/id3genres.h
13923    M /trunk/modules/demux/util/id3tag.c
13924    M /trunk/modules/demux/vobsub.c
13925    M /trunk/modules/demux/voc.c
13926    M /trunk/modules/demux/wav.c
13927    M /trunk/modules/demux/xa.c
13928    M /trunk/modules/gui/beos/AudioOutput.cpp
13929    M /trunk/modules/gui/beos/BeOS.cpp
13930    M /trunk/modules/gui/beos/Bitmaps.h
13931    M /trunk/modules/gui/beos/DrawingTidbits.cpp
13932    M /trunk/modules/gui/beos/DrawingTidbits.h
13933    M /trunk/modules/gui/beos/Interface.cpp
13934    M /trunk/modules/gui/beos/InterfaceWindow.cpp
13935    M /trunk/modules/gui/beos/InterfaceWindow.h
13936    M /trunk/modules/gui/beos/ListViews.cpp
13937    M /trunk/modules/gui/beos/ListViews.h
13938    M /trunk/modules/gui/beos/MediaControlView.cpp
13939    M /trunk/modules/gui/beos/MediaControlView.h
13940    M /trunk/modules/gui/beos/MessagesWindow.cpp
13941    M /trunk/modules/gui/beos/MessagesWindow.h
13942    M /trunk/modules/gui/beos/MsgVals.h
13943    M /trunk/modules/gui/beos/PlayListWindow.cpp
13944    M /trunk/modules/gui/beos/PlayListWindow.h
13945    M /trunk/modules/gui/beos/PreferencesWindow.cpp
13946    M /trunk/modules/gui/beos/PreferencesWindow.h
13947    M /trunk/modules/gui/beos/TransportButton.cpp
13948    M /trunk/modules/gui/beos/TransportButton.h
13949    M /trunk/modules/gui/beos/VideoOutput.cpp
13950    M /trunk/modules/gui/beos/VideoWindow.h
13951    M /trunk/modules/gui/macosx/about.h
13952    M /trunk/modules/gui/macosx/about.m
13953    M /trunk/modules/gui/macosx/applescript.h
13954    M /trunk/modules/gui/macosx/applescript.m
13955    M /trunk/modules/gui/macosx/bookmarks.h
13956    M /trunk/modules/gui/macosx/bookmarks.m
13957    M /trunk/modules/gui/macosx/controls.h
13958    M /trunk/modules/gui/macosx/controls.m
13959    M /trunk/modules/gui/macosx/embeddedwindow.h
13960    M /trunk/modules/gui/macosx/embeddedwindow.m
13961    M /trunk/modules/gui/macosx/equalizer.h
13962    M /trunk/modules/gui/macosx/equalizer.m
13963    M /trunk/modules/gui/macosx/extended.h
13964    M /trunk/modules/gui/macosx/extended.m
13965    M /trunk/modules/gui/macosx/interaction.h
13966    M /trunk/modules/gui/macosx/interaction.m
13967    M /trunk/modules/gui/macosx/intf.h
13968    M /trunk/modules/gui/macosx/intf.m
13969    M /trunk/modules/gui/macosx/macosx.m
13970    M /trunk/modules/gui/macosx/misc.h
13971    M /trunk/modules/gui/macosx/misc.m
13972    M /trunk/modules/gui/macosx/open.h
13973    M /trunk/modules/gui/macosx/open.m
13974    M /trunk/modules/gui/macosx/output.h
13975    M /trunk/modules/gui/macosx/output.m
13976    M /trunk/modules/gui/macosx/playlist.h
13977    M /trunk/modules/gui/macosx/playlist.m
13978    M /trunk/modules/gui/macosx/playlistinfo.h
13979    M /trunk/modules/gui/macosx/playlistinfo.m
13980    M /trunk/modules/gui/macosx/prefs.h
13981    M /trunk/modules/gui/macosx/prefs.m
13982    M /trunk/modules/gui/macosx/prefs_widgets.h
13983    M /trunk/modules/gui/macosx/prefs_widgets.m
13984    M /trunk/modules/gui/macosx/sfilters.h
13985    M /trunk/modules/gui/macosx/sfilters.m
13986    M /trunk/modules/gui/macosx/vout.h
13987    M /trunk/modules/gui/macosx/vout.m
13988    M /trunk/modules/gui/macosx/voutgl.m
13989    M /trunk/modules/gui/macosx/voutqt.m
13990    M /trunk/modules/gui/macosx/wizard.h
13991    M /trunk/modules/gui/macosx/wizard.m
13992    M /trunk/modules/gui/ncurses.c
13993    M /trunk/modules/gui/pda/pda.c
13994    M /trunk/modules/gui/pda/pda.h
13995    M /trunk/modules/gui/pda/pda_callbacks.c
13996    M /trunk/modules/gui/pda/pda_callbacks.h
13997    M /trunk/modules/gui/qnx/aout.c
13998    M /trunk/modules/gui/qnx/qnx.c
13999    M /trunk/modules/gui/qnx/vout.c
14000    M /trunk/modules/gui/skins2/commands/async_queue.cpp
14001    M /trunk/modules/gui/skins2/commands/async_queue.hpp
14002    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
14003    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
14004    M /trunk/modules/gui/skins2/commands/cmd_audio.cpp
14005    M /trunk/modules/gui/skins2/commands/cmd_audio.hpp
14006    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
14007    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
14008    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
14009    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
14010    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
14011    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
14012    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
14013    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
14014    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
14015    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
14016    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
14017    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
14018    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
14019    M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
14020    M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
14021    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
14022    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
14023    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
14024    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
14025    M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
14026    M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
14027    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
14028    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
14029    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
14030    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
14031    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
14032    M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
14033    M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
14034    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
14035    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
14036    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
14037    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
14038    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
14039    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
14040    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
14041    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
14042    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
14043    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
14044    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
14045    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
14046    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
14047    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
14048    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
14049    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
14050    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
14051    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
14052    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
14053    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
14054    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
14055    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
14056    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
14057    M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
14058    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
14059    M /trunk/modules/gui/skins2/events/evt_enter.hpp
14060    M /trunk/modules/gui/skins2/events/evt_focus.hpp
14061    M /trunk/modules/gui/skins2/events/evt_generic.hpp
14062    M /trunk/modules/gui/skins2/events/evt_input.cpp
14063    M /trunk/modules/gui/skins2/events/evt_input.hpp
14064    M /trunk/modules/gui/skins2/events/evt_key.cpp
14065    M /trunk/modules/gui/skins2/events/evt_key.hpp
14066    M /trunk/modules/gui/skins2/events/evt_leave.hpp
14067    M /trunk/modules/gui/skins2/events/evt_menu.hpp
14068    M /trunk/modules/gui/skins2/events/evt_motion.hpp
14069    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
14070    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
14071    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
14072    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
14073    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
14074    M /trunk/modules/gui/skins2/events/evt_special.cpp
14075    M /trunk/modules/gui/skins2/events/evt_special.hpp
14076    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
14077    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
14078    M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
14079    M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
14080    M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
14081    M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
14082    M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
14083    M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
14084    M /trunk/modules/gui/skins2/macosx/macosx_popup.cpp
14085    M /trunk/modules/gui/skins2/macosx/macosx_popup.hpp
14086    M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
14087    M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
14088    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
14089    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
14090    M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
14091    M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
14092    M /trunk/modules/gui/skins2/parser/builder.cpp
14093    M /trunk/modules/gui/skins2/parser/builder.hpp
14094    M /trunk/modules/gui/skins2/parser/builder_data.hpp
14095    M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
14096    M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
14097    M /trunk/modules/gui/skins2/parser/gen_builder.py
14098    M /trunk/modules/gui/skins2/parser/interpreter.cpp
14099    M /trunk/modules/gui/skins2/parser/interpreter.hpp
14100    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
14101    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
14102    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
14103    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
14104    M /trunk/modules/gui/skins2/src/anchor.cpp
14105    M /trunk/modules/gui/skins2/src/anchor.hpp
14106    M /trunk/modules/gui/skins2/src/anim_bitmap.cpp
14107    M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
14108    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
14109    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
14110    M /trunk/modules/gui/skins2/src/dialogs.cpp
14111    M /trunk/modules/gui/skins2/src/dialogs.hpp
14112    M /trunk/modules/gui/skins2/src/file_bitmap.cpp
14113    M /trunk/modules/gui/skins2/src/file_bitmap.hpp
14114    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
14115    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
14116    M /trunk/modules/gui/skins2/src/ft2_font.cpp
14117    M /trunk/modules/gui/skins2/src/ft2_font.hpp
14118    M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
14119    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
14120    M /trunk/modules/gui/skins2/src/generic_font.hpp
14121    M /trunk/modules/gui/skins2/src/generic_layout.cpp
14122    M /trunk/modules/gui/skins2/src/generic_layout.hpp
14123    M /trunk/modules/gui/skins2/src/generic_window.cpp
14124    M /trunk/modules/gui/skins2/src/generic_window.hpp
14125    M /trunk/modules/gui/skins2/src/logger.cpp
14126    M /trunk/modules/gui/skins2/src/logger.hpp
14127    M /trunk/modules/gui/skins2/src/os_factory.cpp
14128    M /trunk/modules/gui/skins2/src/os_factory.hpp
14129    M /trunk/modules/gui/skins2/src/os_graphics.hpp
14130    M /trunk/modules/gui/skins2/src/os_loop.hpp
14131    M /trunk/modules/gui/skins2/src/os_popup.hpp
14132    M /trunk/modules/gui/skins2/src/os_timer.hpp
14133    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
14134    M /trunk/modules/gui/skins2/src/os_window.hpp
14135    M /trunk/modules/gui/skins2/src/popup.cpp
14136    M /trunk/modules/gui/skins2/src/popup.hpp
14137    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
14138    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
14139    M /trunk/modules/gui/skins2/src/skin_common.hpp
14140    M /trunk/modules/gui/skins2/src/skin_main.cpp
14141    M /trunk/modules/gui/skins2/src/theme.cpp
14142    M /trunk/modules/gui/skins2/src/theme.hpp
14143    M /trunk/modules/gui/skins2/src/theme_loader.cpp
14144    M /trunk/modules/gui/skins2/src/theme_loader.hpp
14145    M /trunk/modules/gui/skins2/src/theme_repository.cpp
14146    M /trunk/modules/gui/skins2/src/theme_repository.hpp
14147    M /trunk/modules/gui/skins2/src/tooltip.cpp
14148    M /trunk/modules/gui/skins2/src/tooltip.hpp
14149    M /trunk/modules/gui/skins2/src/top_window.cpp
14150    M /trunk/modules/gui/skins2/src/top_window.hpp
14151    M /trunk/modules/gui/skins2/src/var_manager.cpp
14152    M /trunk/modules/gui/skins2/src/var_manager.hpp
14153    M /trunk/modules/gui/skins2/src/vlcproc.cpp
14154    M /trunk/modules/gui/skins2/src/vlcproc.hpp
14155    M /trunk/modules/gui/skins2/src/vout_window.cpp
14156    M /trunk/modules/gui/skins2/src/vout_window.hpp
14157    M /trunk/modules/gui/skins2/src/window_manager.cpp
14158    M /trunk/modules/gui/skins2/src/window_manager.hpp
14159    M /trunk/modules/gui/skins2/utils/bezier.cpp
14160    M /trunk/modules/gui/skins2/utils/bezier.hpp
14161    M /trunk/modules/gui/skins2/utils/fsm.cpp
14162    M /trunk/modules/gui/skins2/utils/fsm.hpp
14163    M /trunk/modules/gui/skins2/utils/observer.hpp
14164    M /trunk/modules/gui/skins2/utils/pointer.hpp
14165    M /trunk/modules/gui/skins2/utils/position.cpp
14166    M /trunk/modules/gui/skins2/utils/position.hpp
14167    M /trunk/modules/gui/skins2/utils/ustring.cpp
14168    M /trunk/modules/gui/skins2/utils/ustring.hpp
14169    M /trunk/modules/gui/skins2/utils/var_bool.cpp
14170    M /trunk/modules/gui/skins2/utils/var_bool.hpp
14171    M /trunk/modules/gui/skins2/utils/var_list.cpp
14172    M /trunk/modules/gui/skins2/utils/var_list.hpp
14173    M /trunk/modules/gui/skins2/utils/var_percent.cpp
14174    M /trunk/modules/gui/skins2/utils/var_percent.hpp
14175    M /trunk/modules/gui/skins2/utils/var_text.cpp
14176    M /trunk/modules/gui/skins2/utils/var_text.hpp
14177    M /trunk/modules/gui/skins2/utils/var_tree.cpp
14178    M /trunk/modules/gui/skins2/utils/var_tree.hpp
14179    M /trunk/modules/gui/skins2/utils/variable.hpp
14180    M /trunk/modules/gui/skins2/vars/equalizer.cpp
14181    M /trunk/modules/gui/skins2/vars/equalizer.hpp
14182    M /trunk/modules/gui/skins2/vars/playlist.cpp
14183    M /trunk/modules/gui/skins2/vars/playlist.hpp
14184    M /trunk/modules/gui/skins2/vars/playtree.cpp
14185    M /trunk/modules/gui/skins2/vars/playtree.hpp
14186    M /trunk/modules/gui/skins2/vars/time.cpp
14187    M /trunk/modules/gui/skins2/vars/time.hpp
14188    M /trunk/modules/gui/skins2/vars/volume.cpp
14189    M /trunk/modules/gui/skins2/vars/volume.hpp
14190    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
14191    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
14192    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
14193    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
14194    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
14195    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
14196    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
14197    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
14198    M /trunk/modules/gui/skins2/win32/win32_popup.cpp
14199    M /trunk/modules/gui/skins2/win32/win32_popup.hpp
14200    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
14201    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
14202    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
14203    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
14204    M /trunk/modules/gui/skins2/win32/win32_window.cpp
14205    M /trunk/modules/gui/skins2/win32/win32_window.hpp
14206    M /trunk/modules/gui/skins2/x11/x11_display.cpp
14207    M /trunk/modules/gui/skins2/x11/x11_display.hpp
14208    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
14209    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
14210    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
14211    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
14212    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
14213    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
14214    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
14215    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
14216    M /trunk/modules/gui/skins2/x11/x11_popup.cpp
14217    M /trunk/modules/gui/skins2/x11/x11_popup.hpp
14218    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
14219    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
14220    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
14221    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
14222    M /trunk/modules/gui/skins2/x11/x11_window.cpp
14223    M /trunk/modules/gui/skins2/x11/x11_window.hpp
14224    M /trunk/modules/gui/wince/dialogs.cpp
14225    M /trunk/modules/gui/wince/fileinfo.cpp
14226    M /trunk/modules/gui/wince/iteminfo.cpp
14227    M /trunk/modules/gui/wince/menus.cpp
14228    M /trunk/modules/gui/wince/messages.cpp
14229    M /trunk/modules/gui/wince/open.cpp
14230    M /trunk/modules/gui/wince/playlist.cpp
14231    M /trunk/modules/gui/wince/preferences.cpp
14232    M /trunk/modules/gui/wince/preferences_widgets.cpp
14233    M /trunk/modules/gui/wince/preferences_widgets.h
14234    M /trunk/modules/gui/wince/subtitles.cpp
14235    M /trunk/modules/gui/wince/timer.cpp
14236    M /trunk/modules/gui/wince/video.cpp
14237    M /trunk/modules/gui/wince/wince.h
14238    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
14239    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.hpp
14240    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
14241    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
14242    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
14243    M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
14244    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
14245    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
14246    M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
14247    M /trunk/modules/gui/wxwidgets/dialogs/messages.hpp
14248    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
14249    M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
14250    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
14251    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
14252    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
14253    M /trunk/modules/gui/wxwidgets/dialogs/preferences.hpp
14254    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
14255    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.h
14256    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
14257    M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
14258    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
14259    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
14260    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
14261    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
14262    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
14263    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
14264    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
14265    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
14266    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
14267    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
14268    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
14269    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
14270    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
14271    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
14272    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
14273    M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
14274    M /trunk/modules/gui/wxwidgets/dialogs.cpp
14275    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
14276    M /trunk/modules/gui/wxwidgets/extrapanel.hpp
14277    M /trunk/modules/gui/wxwidgets/input_manager.cpp
14278    M /trunk/modules/gui/wxwidgets/input_manager.hpp
14279    M /trunk/modules/gui/wxwidgets/interface.cpp
14280    M /trunk/modules/gui/wxwidgets/interface.hpp
14281    M /trunk/modules/gui/wxwidgets/menus.cpp
14282    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
14283    M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
14284    M /trunk/modules/gui/wxwidgets/streamdata.cpp
14285    M /trunk/modules/gui/wxwidgets/streamdata.h
14286    M /trunk/modules/gui/wxwidgets/timer.cpp
14287    M /trunk/modules/gui/wxwidgets/timer.hpp
14288    M /trunk/modules/gui/wxwidgets/video.cpp
14289    M /trunk/modules/gui/wxwidgets/video.hpp
14290    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
14291    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
14292    M /trunk/modules/misc/dummy/aout.c
14293    M /trunk/modules/misc/dummy/decoder.c
14294    M /trunk/modules/misc/dummy/dummy.c
14295    M /trunk/modules/misc/dummy/dummy.h
14296    M /trunk/modules/misc/dummy/encoder.c
14297    M /trunk/modules/misc/dummy/input.c
14298    M /trunk/modules/misc/dummy/interface.c
14299    M /trunk/modules/misc/dummy/renderer.c
14300    M /trunk/modules/misc/dummy/vout.c
14301    M /trunk/modules/misc/freetype.c
14302    M /trunk/modules/misc/gnutls.c
14303    M /trunk/modules/misc/gtk_main.c
14304    M /trunk/modules/misc/logger.c
14305    M /trunk/modules/misc/memcpy/fastmemcpy.h
14306    M /trunk/modules/misc/memcpy/memcpy.c
14307    M /trunk/modules/misc/memcpy/memcpyaltivec.c
14308    M /trunk/modules/misc/msn.c
14309    M /trunk/modules/misc/network/ipv4.c
14310    M /trunk/modules/misc/network/ipv6.c
14311    M /trunk/modules/misc/playlist/export.c
14312    M /trunk/modules/misc/playlist/m3u.c
14313    M /trunk/modules/misc/playlist/old.c
14314    M /trunk/modules/misc/qte_main.cpp
14315    M /trunk/modules/misc/rtsp.c
14316    M /trunk/modules/misc/screensaver.c
14317    M /trunk/modules/misc/svg.c
14318    M /trunk/modules/misc/testsuite/playlist.c
14319    M /trunk/modules/misc/testsuite/test1.c
14320    M /trunk/modules/misc/testsuite/test2.cpp
14321    M /trunk/modules/misc/testsuite/test3.m
14322    M /trunk/modules/misc/testsuite/test4.c
14323    M /trunk/modules/misc/win32text.c
14324    M /trunk/modules/misc/xml/libxml.c
14325    M /trunk/modules/misc/xml/xtag.c
14326    M /trunk/modules/mux/asf.c
14327    M /trunk/modules/mux/avi.c
14328    M /trunk/modules/mux/dummy.c
14329    M /trunk/modules/mux/mp4.c
14330    M /trunk/modules/mux/mpeg/bits.h
14331    M /trunk/modules/mux/mpeg/csa.c
14332    M /trunk/modules/mux/mpeg/csa.h
14333    M /trunk/modules/mux/mpeg/pes.c
14334    M /trunk/modules/mux/mpeg/pes.h
14335    M /trunk/modules/mux/mpeg/ps.c
14336    M /trunk/modules/mux/mpeg/ts.c
14337    M /trunk/modules/mux/mpjpeg.c
14338    M /trunk/modules/mux/ogg.c
14339    M /trunk/modules/mux/wav.c
14340    M /trunk/modules/packetizer/copy.c
14341    M /trunk/modules/packetizer/h264.c
14342    M /trunk/modules/packetizer/mpeg4audio.c
14343    M /trunk/modules/packetizer/mpeg4video.c
14344    M /trunk/modules/packetizer/mpegvideo.c
14345    M /trunk/modules/services_discovery/bonjour.c
14346    M /trunk/modules/services_discovery/daap.c
14347    M /trunk/modules/services_discovery/hal.c
14348    M /trunk/modules/services_discovery/podcast.c
14349    M /trunk/modules/services_discovery/sap.c
14350    M /trunk/modules/services_discovery/shout.c
14351    M /trunk/modules/services_discovery/upnp.cpp
14352    M /trunk/modules/stream_out/bridge.c
14353    M /trunk/modules/stream_out/description.c
14354    M /trunk/modules/stream_out/display.c
14355    M /trunk/modules/stream_out/dummy.c
14356    M /trunk/modules/stream_out/duplicate.c
14357    M /trunk/modules/stream_out/es.c
14358    M /trunk/modules/stream_out/gather.c
14359    M /trunk/modules/stream_out/mosaic_bridge.c
14360    M /trunk/modules/stream_out/rtp.c
14361    M /trunk/modules/stream_out/standard.c
14362    M /trunk/modules/stream_out/switcher.c
14363    M /trunk/modules/stream_out/transcode.c
14364    M /trunk/modules/stream_out/transrate/block.c
14365    M /trunk/modules/stream_out/transrate/frame.c
14366    M /trunk/modules/stream_out/transrate/transrate.c
14367    M /trunk/modules/stream_out/transrate/transrate.h
14368    M /trunk/modules/video_chroma/i420_rgb.c
14369    M /trunk/modules/video_chroma/i420_rgb.h
14370    M /trunk/modules/video_chroma/i420_rgb16.c
14371    M /trunk/modules/video_chroma/i420_rgb8.c
14372    M /trunk/modules/video_chroma/i420_rgb_c.h
14373    M /trunk/modules/video_chroma/i420_rgb_mmx.h
14374    M /trunk/modules/video_chroma/i420_ymga.c
14375    M /trunk/modules/video_chroma/i420_yuy2.c
14376    M /trunk/modules/video_chroma/i420_yuy2.h
14377    M /trunk/modules/video_chroma/i422_yuy2.c
14378    M /trunk/modules/video_chroma/i422_yuy2.h
14379    M /trunk/modules/video_filter/adjust.c
14380    M /trunk/modules/video_filter/blend.c
14381    M /trunk/modules/video_filter/clone.c
14382    M /trunk/modules/video_filter/crop.c
14383    M /trunk/modules/video_filter/deinterlace.c
14384    M /trunk/modules/video_filter/distort.c
14385    M /trunk/modules/video_filter/filter_common.h
14386    M /trunk/modules/video_filter/invert.c
14387    M /trunk/modules/video_filter/logo.c
14388    M /trunk/modules/video_filter/magnify.c
14389    M /trunk/modules/video_filter/marq.c
14390    M /trunk/modules/video_filter/mosaic.c
14391    M /trunk/modules/video_filter/mosaic.h
14392    M /trunk/modules/video_filter/motionblur.c
14393    M /trunk/modules/video_filter/motiondetect.c
14394    M /trunk/modules/video_filter/osdmenu.c
14395    M /trunk/modules/video_filter/rss.c
14396    M /trunk/modules/video_filter/rv32.c
14397    M /trunk/modules/video_filter/scale.c
14398    M /trunk/modules/video_filter/swscale/common.h
14399    M /trunk/modules/video_filter/swscale/filter.c
14400    M /trunk/modules/video_filter/time.c
14401    M /trunk/modules/video_filter/transform.c
14402    M /trunk/modules/video_filter/wall.c
14403    M /trunk/modules/video_output/aa.c
14404    M /trunk/modules/video_output/caca.c
14405    M /trunk/modules/video_output/directfb.c
14406    M /trunk/modules/video_output/directx/directx.c
14407    M /trunk/modules/video_output/directx/events.c
14408    M /trunk/modules/video_output/directx/glwin32.c
14409    M /trunk/modules/video_output/directx/vout.h
14410    M /trunk/modules/video_output/fb.c
14411    M /trunk/modules/video_output/ggi.c
14412    M /trunk/modules/video_output/glide.c
14413    M /trunk/modules/video_output/hd1000v.cpp
14414    M /trunk/modules/video_output/image.c
14415    M /trunk/modules/video_output/mga.c
14416    M /trunk/modules/video_output/opengl.c
14417    M /trunk/modules/video_output/qte/qte.cpp
14418    M /trunk/modules/video_output/qte/qte.h
14419    M /trunk/modules/video_output/sdl.c
14420    M /trunk/modules/video_output/snapshot.c
14421    M /trunk/modules/video_output/svgalib.c
14422    M /trunk/modules/video_output/wingdi.c
14423    M /trunk/modules/video_output/x11/glx.c
14424    M /trunk/modules/video_output/x11/x11.c
14425    M /trunk/modules/video_output/x11/xcommon.c
14426    M /trunk/modules/video_output/x11/xcommon.h
14427    M /trunk/modules/video_output/x11/xvideo.c
14428    M /trunk/modules/visualization/galaktos/PCM.c
14429    M /trunk/modules/visualization/galaktos/beat_detect.c
14430    M /trunk/modules/visualization/galaktos/builtin_funcs.c
14431    M /trunk/modules/visualization/galaktos/custom_shape.c
14432    M /trunk/modules/visualization/galaktos/custom_wave.c
14433    M /trunk/modules/visualization/galaktos/engine_vars.c
14434    M /trunk/modules/visualization/galaktos/eval.c
14435    M /trunk/modules/visualization/galaktos/fftsg.c
14436    M /trunk/modules/visualization/galaktos/init_cond.c
14437    M /trunk/modules/visualization/galaktos/main.c
14438    M /trunk/modules/visualization/galaktos/main.h
14439    M /trunk/modules/visualization/galaktos/param.c
14440    M /trunk/modules/visualization/galaktos/parser.c
14441    M /trunk/modules/visualization/galaktos/per_frame_eqn.c
14442    M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
14443    M /trunk/modules/visualization/galaktos/plugin.c
14444    M /trunk/modules/visualization/galaktos/plugin.h
14445    M /trunk/modules/visualization/galaktos/preset.c
14446    M /trunk/modules/visualization/galaktos/splaytree.c
14447    M /trunk/modules/visualization/galaktos/tree_types.c
14448    M /trunk/modules/visualization/galaktos/video_init.c
14449    M /trunk/modules/visualization/goom.c
14450    M /trunk/modules/visualization/visual/effects.c
14451    M /trunk/modules/visualization/visual/fft.c
14452    M /trunk/modules/visualization/visual/fft.h
14453    M /trunk/modules/visualization/visual/visual.c
14454    M /trunk/modules/visualization/visual/visual.h
14455    M /trunk/modules/visualization/xosd.c
14456    M /trunk/mozilla/vlcpeer.cpp
14457    M /trunk/mozilla/vlcpeer.h
14458    M /trunk/mozilla/vlcplugin.cpp
14459    M /trunk/mozilla/vlcplugin.h
14460    M /trunk/mozilla/vlcshell.cpp
14461    M /trunk/msvc/modules_builtin_msvc.h
14462    M /trunk/share/http/functions.js
14463    M /trunk/share/http/index.html
14464    M /trunk/share/http/requests/browse.xml
14465    M /trunk/share/http/requests/playlist.xml
14466    M /trunk/share/http/requests/status.xml
14467    M /trunk/share/http/style.css
14468    M /trunk/src/audio_output/common.c
14469    M /trunk/src/audio_output/dec.c
14470    M /trunk/src/audio_output/filters.c
14471    M /trunk/src/audio_output/input.c
14472    M /trunk/src/audio_output/intf.c
14473    M /trunk/src/audio_output/mixer.c
14474    M /trunk/src/audio_output/output.c
14475    M /trunk/src/control/core.c
14476    M /trunk/src/control/input.c
14477    M /trunk/src/control/mediacontrol_audio_video.c
14478    M /trunk/src/control/mediacontrol_core.c
14479    M /trunk/src/control/mediacontrol_util.c
14480    M /trunk/src/control/playlist.c
14481    M /trunk/src/extras/libc.c
14482    M /trunk/src/input/access.c
14483    M /trunk/src/input/clock.c
14484    M /trunk/src/input/control.c
14485    M /trunk/src/input/decoder.c
14486    M /trunk/src/input/demux.c
14487    M /trunk/src/input/es_out.c
14488    M /trunk/src/input/input.c
14489    M /trunk/src/input/input_internal.h
14490    M /trunk/src/input/mem_stream.c
14491    M /trunk/src/input/stream.c
14492    M /trunk/src/input/subtitles.c
14493    M /trunk/src/input/var.c
14494    M /trunk/src/interface/interaction.c
14495    M /trunk/src/interface/interface.c
14496    M /trunk/src/interface/intf_eject.c
14497    M /trunk/src/libvlc.c
14498    M /trunk/src/libvlc.h
14499    M /trunk/src/misc/beos_specific.cpp
14500    M /trunk/src/misc/block.c
14501    M /trunk/src/misc/charset.c
14502    M /trunk/src/misc/configuration.c
14503    M /trunk/src/misc/cpu.c
14504    M /trunk/src/misc/darwin_specific.m
14505    M /trunk/src/misc/error.c
14506    M /trunk/src/misc/image.c
14507    M /trunk/src/misc/iso-639_def.h
14508    M /trunk/src/misc/iso_lang.c
14509    M /trunk/src/misc/md5.c
14510    M /trunk/src/misc/messages.c
14511    M /trunk/src/misc/modules.c
14512    M /trunk/src/misc/modules_builtin.h.in
14513    M /trunk/src/misc/mtime.c
14514    M /trunk/src/misc/objects.c
14515    M /trunk/src/misc/stats.c
14516    M /trunk/src/misc/threads.c
14517    M /trunk/src/misc/unicode.c
14518    M /trunk/src/misc/variables.c
14519    M /trunk/src/misc/vlm.c
14520    M /trunk/src/misc/win32_specific.c
14521    M /trunk/src/misc/xml.c
14522    M /trunk/src/network/acl.c
14523    M /trunk/src/network/getaddrinfo.c
14524    M /trunk/src/network/httpd.c
14525    M /trunk/src/network/io.c
14526    M /trunk/src/network/rootwrap.c
14527    M /trunk/src/network/tcp.c
14528    M /trunk/src/network/tls.c
14529    M /trunk/src/network/udp.c
14530    M /trunk/src/osd/osd.c
14531    M /trunk/src/osd/osd_parser.c
14532    M /trunk/src/osd/osd_text.c
14533    M /trunk/src/osd/osd_widgets.c
14534    M /trunk/src/playlist/item-ext.c
14535    M /trunk/src/playlist/item.c
14536    M /trunk/src/playlist/loadsave.c
14537    M /trunk/src/playlist/playlist.c
14538    M /trunk/src/playlist/services_discovery.c
14539    M /trunk/src/playlist/sort.c
14540    M /trunk/src/playlist/view.c
14541    M /trunk/src/stream_output/announce.c
14542    M /trunk/src/stream_output/sap.c
14543    M /trunk/src/stream_output/stream_output.c
14544    M /trunk/src/video_output/video_output.c
14545    M /trunk/src/video_output/video_text.c
14546    M /trunk/src/video_output/video_widgets.c
14547    M /trunk/src/video_output/vout_intf.c
14548    M /trunk/src/video_output/vout_pictures.c
14549    M /trunk/src/video_output/vout_pictures.h
14550    M /trunk/src/video_output/vout_subpictures.c
14551    M /trunk/src/video_output/vout_synchro.c
14552    M /trunk/src/vlc.c
14553    M /trunk/vlc-api.pl
14554
14555 FSF address change.
14556
14557 ------------------------------------------------------------------------
14558 r13904 | zorglub | 2006-01-12 22:21:36 +0100 (Thu, 12 Jan 2006) | 3 lines
14559 Changed paths:
14560    M /trunk/include/vlc_messages.h
14561    M /trunk/include/vlc_symbols.h
14562    M /trunk/src/input/input.c
14563    M /trunk/src/input/stream.c
14564    M /trunk/src/misc/stats.c
14565    M /trunk/src/playlist/playlist.c
14566
14567 Support for moving averages (Refs:#473)
14568 Get input bitrate
14569
14570 ------------------------------------------------------------------------
14571 r13903 | jpsaman | 2006-01-12 22:06:07 +0100 (Thu, 12 Jan 2006) | 5 lines
14572 Changed paths:
14573    M /trunk/modules/access/dshow/dshow.cpp
14574
14575 Patch by Paul Sokolovsky <pmsicml _AT_ gmail _dot_ com>.
14576
14577 Remove unconditionally enforcing of "preferred" media type upon the capture devices. Some devices don't handle this properly, which often results in a BSOD. By not setting a preferred media type the problem dissappears. Please check this with other type of devices for any regression.
14578
14579
14580 ------------------------------------------------------------------------
14581 r13902 | dionoea | 2006-01-12 17:08:50 +0100 (Thu, 12 Jan 2006) | 9 lines
14582 Changed paths:
14583    M /trunk/src/libvlc.h
14584    M /trunk/vlc.win32.nsi
14585
14586 one-instance fix. It now is disabled in vlc prefs but all windows action
14587 (like double clicking on a file or disc) use the --one-instance option.
14588
14589 People used to running 10 instances of VLC at once should now be able
14590 to do so. Normal people used to running other media players should now
14591 get the behavior they expect (ie: not open 10 different VLCs when double
14592 clicking on 10 mp3s)
14593
14594
14595 ------------------------------------------------------------------------
14596 r13901 | zorglub | 2006-01-12 00:26:53 +0100 (Thu, 12 Jan 2006) | 2 lines
14597 Changed paths:
14598    M /trunk/src/misc/messages.c
14599
14600 Fix a corner case
14601
14602 ------------------------------------------------------------------------
14603 r13900 | xtophe | 2006-01-11 23:30:31 +0100 (Wed, 11 Jan 2006) | 2 lines
14604 Changed paths:
14605    M /trunk/extras/contrib/Makefile
14606
14607 Fix the package-win32 target
14608
14609 ------------------------------------------------------------------------
14610 r13899 | courmisch | 2006-01-11 22:13:50 +0100 (Wed, 11 Jan 2006) | 3 lines
14611 Changed paths:
14612    M /trunk/configure.ac
14613
14614 Dirty check for the XML parser used by CyberLink (closes #451)
14615 (if only we had a cleaner UPnP stack)
14616
14617 ------------------------------------------------------------------------
14618 r13898 | asmax | 2006-01-11 21:47:45 +0100 (Wed, 11 Jan 2006) | 3 lines
14619 Changed paths:
14620    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
14621    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
14622    M /trunk/modules/gui/skins2/parser/builder.cpp
14623
14624 * builder.cpp: the "visible" attribute is now taken into account for all images
14625 * ctrl_checkbox.cpp: animated bitmaps are now supported in checkbox controls
14626
14627 ------------------------------------------------------------------------
14628 r13897 | zorglub | 2006-01-11 21:00:58 +0100 (Wed, 11 Jan 2006) | 2 lines
14629 Changed paths:
14630    M /trunk/include/vlc_input.h
14631    M /trunk/include/vlc_messages.h
14632    M /trunk/include/vlc_symbols.h
14633    M /trunk/src/input/input.c
14634    M /trunk/src/input/stream.c
14635    M /trunk/src/misc/stats.c
14636    M /trunk/src/playlist/item.c
14637    M /trunk/src/playlist/playlist.c
14638
14639 Misc stats work (Refs:#473)
14640
14641 ------------------------------------------------------------------------
14642 r13896 | sigmunau | 2006-01-11 15:32:43 +0100 (Wed, 11 Jan 2006) | 2 lines
14643 Changed paths:
14644    M /trunk/src/misc/vlm.c
14645
14646 vlm.c: Print an error message about what went wrong during vlm-conf loading
14647
14648 ------------------------------------------------------------------------
14649 r13895 | oaubert | 2006-01-11 14:02:54 +0100 (Wed, 11 Jan 2006) | 2 lines
14650 Changed paths:
14651    M /trunk/src/control/mediacontrol_audio_video.c
14652
14653 mediacontrol_audio_video.c: use the new snapshot-path functionality
14654
14655 ------------------------------------------------------------------------
14656 r13894 | oaubert | 2006-01-11 14:01:50 +0100 (Wed, 11 Jan 2006) | 4 lines
14657 Changed paths:
14658    M /trunk/src/video_output/vout_intf.c
14659
14660 vout_intf.c: special snapshot-path (object:NNNN) will put the snapshot
14661  into the p_private attribute of the vlc_object(NNNN). Used by embedding
14662  applications.
14663
14664 ------------------------------------------------------------------------
14665 r13893 | xtophe | 2006-01-11 13:58:26 +0100 (Wed, 11 Jan 2006) | 2 lines
14666 Changed paths:
14667    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
14668
14669 Small whitespace fix
14670
14671 ------------------------------------------------------------------------
14672 r13892 | xtophe | 2006-01-11 10:23:31 +0100 (Wed, 11 Jan 2006) | 2 lines
14673 Changed paths:
14674    M /trunk/extras/contrib/src/Makefile
14675
14676 Don't use portaudio by default until it get fixed
14677
14678 ------------------------------------------------------------------------
14679 r13891 | dionoea | 2006-01-10 23:47:27 +0100 (Tue, 10 Jan 2006) | 5 lines
14680 Changed paths:
14681    M /trunk/src/libvlc.h
14682
14683 default enable one instance mode on windows. the 0.1% of users wanting
14684 several VLC instances at once should be able to disable this option in
14685 the prefs.
14686
14687
14688 ------------------------------------------------------------------------
14689 r13890 | hartman | 2006-01-10 23:40:29 +0100 (Tue, 10 Jan 2006) | 2 lines
14690 Changed paths:
14691    M /trunk/src/video_output/vout_intf.c
14692
14693 * Add 16:10 AR to the list of aspect-ratios. (In use by WXGA screens)
14694
14695 ------------------------------------------------------------------------
14696 r13889 | oaubert | 2006-01-10 10:52:34 +0100 (Tue, 10 Jan 2006) | 2 lines
14697 Changed paths:
14698    M /trunk/modules/control/corba/Modules.am
14699
14700 Modules.am: src/control/plugin.c is now src/control/mediacontrol_plugin.c
14701
14702 ------------------------------------------------------------------------
14703 r13888 | dionoea | 2006-01-10 01:26:35 +0100 (Tue, 10 Jan 2006) | 2 lines
14704 Changed paths:
14705    M /trunk/po/POTFILES.in
14706    M /trunk/po/ca.po
14707    M /trunk/po/da.po
14708    M /trunk/po/de.po
14709    M /trunk/po/en_GB.po
14710    M /trunk/po/es.po
14711    M /trunk/po/fr.po
14712    M /trunk/po/it.po
14713    M /trunk/po/ja.po
14714    M /trunk/po/ka.po
14715    M /trunk/po/ko.po
14716    M /trunk/po/nl.po
14717    M /trunk/po/oc.po
14718    M /trunk/po/pt_BR.po
14719    M /trunk/po/ro.po
14720    M /trunk/po/ru.po
14721    M /trunk/po/sv.po
14722    M /trunk/po/tr.po
14723    M /trunk/po/vlc.pot
14724    M /trunk/po/zh_CN.po
14725    M /trunk/po/zh_TW.po
14726
14727 make update-po . This hopefully fixes make dist
14728
14729 ------------------------------------------------------------------------
14730 r13887 | dionoea | 2006-01-10 00:39:47 +0100 (Tue, 10 Jan 2006) | 2 lines
14731 Changed paths:
14732    M /trunk/modules/control/corba/Modules.am
14733
14734 ../../src/control/plugin.c doesn't exist anymore (this should fix make dist)
14735
14736 ------------------------------------------------------------------------
14737 r13886 | dionoea | 2006-01-09 23:04:18 +0100 (Mon, 09 Jan 2006) | 2 lines
14738 Changed paths:
14739    M /trunk/src/libvlc.h
14740
14741 oops
14742
14743 ------------------------------------------------------------------------
14744 r13885 | dionoea | 2006-01-09 23:01:57 +0100 (Mon, 09 Jan 2006) | 2 lines
14745 Changed paths:
14746    M /trunk/THANKS
14747    A /trunk/po/oc.po
14748    M /trunk/src/libvlc.h
14749    M /trunk/src/misc/darwin_specific.m
14750
14751 Occitan localization. Many thanks to laurent jonqueres
14752
14753 ------------------------------------------------------------------------
14754 r13884 | xtophe | 2006-01-09 21:57:53 +0100 (Mon, 09 Jan 2006) | 2 lines
14755 Changed paths:
14756    M /trunk/THANKS
14757    M /trunk/configure.ac
14758    A /trunk/po/ka.po
14759    M /trunk/src/libvlc.h
14760    M /trunk/src/misc/darwin_specific.m
14761
14762 Add Georgian localization. Thanks to Alexander Didebulidze.
14763
14764 ------------------------------------------------------------------------
14765 r13883 | asmax | 2006-01-08 22:16:49 +0100 (Sun, 08 Jan 2006) | 2 lines
14766 Changed paths:
14767    M /trunk/modules/audio_output/jack.c
14768
14769 * jack.c: better handling of buffer underruns
14770
14771 ------------------------------------------------------------------------
14772 r13882 | asmax | 2006-01-08 21:53:51 +0100 (Sun, 08 Jan 2006) | 2 lines
14773 Changed paths:
14774    M /trunk/build-vlc
14775    M /trunk/config.in
14776    M /trunk/configure.ac
14777    M /trunk/modules/audio_output/Modules.am
14778    A /trunk/modules/audio_output/jack.c
14779
14780 * New audio output module to support the JACK Audio Connection Kit
14781
14782 ------------------------------------------------------------------------
14783 r13881 | zorglub | 2006-01-08 17:32:33 +0100 (Sun, 08 Jan 2006) | 3 lines
14784 Changed paths:
14785    M /trunk/Makefile.am
14786    M /trunk/bindings/python/setup.py
14787    M /trunk/bindings/python/vlcglue.h
14788    A /trunk/include/libvlc_internal.h
14789    A /trunk/include/mediacontrol_internal.h (from /branches/0.8.5-api/include/mediacontrol_internal.h:13843)
14790    D /trunk/include/vlc/control.h
14791    D /trunk/include/vlc/control_structures.h
14792    A /trunk/include/vlc/libvlc.h
14793    A /trunk/include/vlc/mediacontrol.h
14794    A /trunk/include/vlc/mediacontrol_structures.h (from /branches/0.8.5-api/include/vlc/mediacontrol_structures.h:13843)
14795    M /trunk/include/vlc/vlc.h
14796    M /trunk/include/vlc_common.h
14797    D /trunk/include/vlc_control.h
14798    D /trunk/src/control/audio_video.c
14799    M /trunk/src/control/core.c
14800    D /trunk/src/control/init.c
14801    A /trunk/src/control/input.c (from /branches/0.8.5-api/src/control/input.c:13845)
14802    A /trunk/src/control/mediacontrol_audio_video.c (from /branches/0.8.5-api/src/control/mediacontrol_audio_video.c:13843)
14803    A /trunk/src/control/mediacontrol_core.c (from /branches/0.8.5-api/src/control/mediacontrol_core.c:13843)
14804    A /trunk/src/control/mediacontrol_init.c (from /branches/0.8.5-api/src/control/mediacontrol_init.c:13843)
14805    A /trunk/src/control/mediacontrol_plugin.c (from /branches/0.8.5-api/src/control/mediacontrol_plugin.c:13843)
14806    A /trunk/src/control/mediacontrol_util.c (from /branches/0.8.5-api/src/control/mediacontrol_util.c:13843)
14807    A /trunk/src/control/playlist.c (from /branches/0.8.5-api/src/control/playlist.c:13843)
14808    D /trunk/src/control/plugin.c
14809    D /trunk/src/control/util.c
14810    M /trunk/src/misc/stats.c
14811    A /trunk/test/libvlc_sample.c
14812
14813 Merge 0.8.5-api changes
14814 Fix compilation
14815
14816 ------------------------------------------------------------------------
14817 r13880 | zorglub | 2006-01-08 16:50:35 +0100 (Sun, 08 Jan 2006) | 2 lines
14818 Changed paths:
14819    M /trunk/include/vlc_messages.h
14820
14821 Lalala
14822
14823 ------------------------------------------------------------------------
14824 r13879 | zorglub | 2006-01-08 16:48:41 +0100 (Sun, 08 Jan 2006) | 2 lines
14825 Changed paths:
14826    M /trunk/include/vlc_messages.h
14827    M /trunk/src/input/decoder.c
14828    M /trunk/src/input/input.c
14829    M /trunk/src/input/stream.c
14830    M /trunk/src/libvlc.c
14831    M /trunk/src/misc/stats.c
14832    M /trunk/src/network/httpd.c
14833    M /trunk/src/video_output/video_output.c
14834
14835 Some more stats preliminary work
14836
14837 ------------------------------------------------------------------------
14838 r13878 | hartman | 2006-01-08 02:32:50 +0100 (Sun, 08 Jan 2006) | 5 lines
14839 Changed paths:
14840    M /trunk/modules/audio_output/auhal.c
14841
14842 * auhal.c:
14843   - fix last bugs with SPDIF stream selection
14844   - code and debug cleanup
14845   - added more comments to clearify the code, so it is useful to others :D
14846
14847 ------------------------------------------------------------------------
14848 r13877 | hartman | 2006-01-08 00:08:42 +0100 (Sun, 08 Jan 2006) | 2 lines
14849 Changed paths:
14850    M /trunk/modules/access/file.c
14851
14852 * Compile fix for OSes without F_RDAHEAD and F_NOCACHE
14853
14854 ------------------------------------------------------------------------
14855 r13876 | hartman | 2006-01-07 23:01:17 +0100 (Sat, 07 Jan 2006) | 3 lines
14856 Changed paths:
14857    M /trunk/modules/access/file.c
14858
14859 * Set FD_RDAHEAD and FD_NOCACHE on when reading from files. improves reading from networkshares and VMEM usage.
14860   Suggested by Marko Karppinen.
14861
14862 ------------------------------------------------------------------------
14863 r13875 | xtophe | 2006-01-07 17:21:47 +0100 (Sat, 07 Jan 2006) | 2 lines
14864 Changed paths:
14865    M /trunk/extras/contrib/Makefile
14866
14867 Add a package-win32 target
14868
14869 ------------------------------------------------------------------------
14870 r13874 | sam | 2006-01-06 16:16:25 +0100 (Fri, 06 Jan 2006) | 2 lines
14871 Changed paths:
14872    M /trunk/doc/fortunes.txt
14873
14874   fortune.
14875
14876 ------------------------------------------------------------------------
14877 r13873 | damienf | 2006-01-06 13:31:19 +0100 (Fri, 06 Jan 2006) | 3 lines
14878 Changed paths:
14879    M /trunk/extras/contrib/src/Patches/dvdnav.patch
14880    M /trunk/modules/access/dvdnav.c
14881
14882 dvdnav.patch: changed code that read DVD title to use dvdread APIs, so that WIN32 and non-unix platforms can also read it
14883 dvdnav.c: add DVD title to meta information
14884
14885 ------------------------------------------------------------------------
14886 r13872 | xtophe | 2006-01-06 10:37:13 +0100 (Fri, 06 Jan 2006) | 2 lines
14887 Changed paths:
14888    M /trunk/doc/Doxyfile
14889    M /trunk/doc/Doxyfile.skins2
14890
14891 Produce include graphs.
14892
14893 ------------------------------------------------------------------------
14894 r13871 | xtophe | 2006-01-05 23:53:46 +0100 (Thu, 05 Jan 2006) | 2 lines
14895 Changed paths:
14896    D /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch.bak
14897
14898 this file was here by error
14899
14900 ------------------------------------------------------------------------
14901 r13870 | damienf | 2006-01-05 23:48:30 +0100 (Thu, 05 Jan 2006) | 2 lines
14902 Changed paths:
14903    M /trunk/modules/video_output/directx/directx.c
14904
14905 directx.c: some improvement on overlay initial grey flickering
14906
14907 ------------------------------------------------------------------------
14908 r13869 | zorglub | 2006-01-05 22:56:34 +0100 (Thu, 05 Jan 2006) | 2 lines
14909 Changed paths:
14910    M /trunk/src/misc/stats.c
14911
14912 Remove extra debug
14913
14914 ------------------------------------------------------------------------
14915 r13868 | damienf | 2006-01-05 22:33:20 +0100 (Thu, 05 Jan 2006) | 2 lines
14916 Changed paths:
14917    M /trunk/src/misc/messages.c
14918
14919 messages.c: message bank lock is still in use and still needs initializing :)
14920
14921 ------------------------------------------------------------------------
14922 r13867 | damienf | 2006-01-05 18:13:19 +0100 (Thu, 05 Jan 2006) | 2 lines
14923 Changed paths:
14924    M /trunk/configure.ac
14925
14926 configure.ac: fix previous commit when mozilla is not available
14927
14928 ------------------------------------------------------------------------
14929 r13866 | damienf | 2006-01-05 18:03:12 +0100 (Thu, 05 Jan 2006) | 2 lines
14930 Changed paths:
14931    M /trunk/configure.ac
14932
14933 configure.ac: updated for version 1.7 of gecko-sdk (only tested on cygwin)
14934
14935 ------------------------------------------------------------------------
14936 r13865 | hartman | 2006-01-05 02:56:12 +0100 (Thu, 05 Jan 2006) | 1 line
14937 Changed paths:
14938    M /trunk/src/misc/messages.c
14939
14940 More message queue WinCE fixes
14941 ------------------------------------------------------------------------
14942 r13864 | hartman | 2006-01-05 02:01:30 +0100 (Thu, 05 Jan 2006) | 1 line
14943 Changed paths:
14944    M /trunk/src/misc/messages.c
14945
14946 message queues WinCE compile fix
14947 ------------------------------------------------------------------------
14948 r13863 | hartman | 2006-01-05 00:34:52 +0100 (Thu, 05 Jan 2006) | 1 line
14949 Changed paths:
14950    M /trunk/modules/demux/mkv.cpp
14951
14952 Another message queue compile fix
14953 ------------------------------------------------------------------------
14954 r13862 | zorglub | 2006-01-05 00:22:24 +0100 (Thu, 05 Jan 2006) | 2 lines
14955 Changed paths:
14956    M /trunk/include/vlc_messages.h
14957
14958 Forgot this file
14959
14960 ------------------------------------------------------------------------
14961 r13861 | zorglub | 2006-01-05 00:11:33 +0100 (Thu, 05 Jan 2006) | 2 lines
14962 Changed paths:
14963    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14964
14965 compile fix
14966
14967 ------------------------------------------------------------------------
14968 r13860 | hartman | 2006-01-05 00:02:44 +0100 (Thu, 05 Jan 2006) | 4 lines
14969 Changed paths:
14970    M /trunk/configure.ac
14971
14972 * I actually read the doc on AC_ARG_WITH this time :D
14973   this and [13857] [13858] refs #182
14974
14975
14976 ------------------------------------------------------------------------
14977 r13859 | zorglub | 2006-01-04 23:29:53 +0100 (Wed, 04 Jan 2006) | 3 lines
14978 Changed paths:
14979    M /trunk/Makefile.am
14980    M /trunk/include/vlc_common.h
14981    M /trunk/include/vlc_messages.h
14982    M /trunk/include/vlc_objects.h
14983    M /trunk/include/vlc_symbols.h
14984    M /trunk/modules/gui/beos/MessagesWindow.cpp
14985    M /trunk/modules/gui/macosx/intf.m
14986    M /trunk/modules/gui/ncurses.c
14987    M /trunk/modules/gui/skins2/src/skin_main.cpp
14988    M /trunk/modules/gui/wince/wince.cpp
14989    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
14990    M /trunk/modules/misc/logger.c
14991    M /trunk/src/misc/messages.c
14992    M /trunk/src/misc/objects.c
14993    A /trunk/src/misc/stats.c
14994    M /trunk/src/network/httpd.c
14995
14996 Add support for several message queues - please test
14997 Initial support for registering and handling some shared stats 
14998
14999 ------------------------------------------------------------------------
15000 r13858 | hartman | 2006-01-04 23:24:20 +0100 (Wed, 04 Jan 2006) | 1 line
15001 Changed paths:
15002    M /trunk/configure.ac
15003
15004 Fix the Mac OS X SDK configure check
15005 ------------------------------------------------------------------------
15006 r13857 | hartman | 2006-01-04 22:53:52 +0100 (Wed, 04 Jan 2006) | 8 lines
15007 Changed paths:
15008    M /trunk/Makefile.am
15009    M /trunk/configure.ac
15010    D /trunk/extras/MacOSX/macosx-dmg
15011
15012 * Simpler way to create the diskimage (10.3 and higher only)
15013 * realigning of some of the configure --help options
15014 * added --with-macosx-sdk
15015   - compiles VLC (not contrib) with the 10.3.9 SDK
15016   - uses a small hack to enforce the deployment target when you do make in the srcdir
15017   - requires you to use gcc 4.0 on on Mac OS X 10.4
15018
15019
15020 ------------------------------------------------------------------------
15021 r13856 | jpsaman | 2006-01-03 22:33:55 +0100 (Tue, 03 Jan 2006) | 1 line
15022 Changed paths:
15023    M /trunk/share/osdmenu/default.cfg
15024    M /trunk/share/osdmenu/dvd.cfg
15025
15026 Forward/Backward jump is set to jump-medium
15027 ------------------------------------------------------------------------
15028 r13855 | zorglub | 2006-01-03 21:29:02 +0100 (Tue, 03 Jan 2006) | 2 lines
15029 Changed paths:
15030    M /trunk/src/input/input.c
15031
15032 Fix invalid return
15033
15034 ------------------------------------------------------------------------
15035 r13854 | xtophe | 2006-01-03 17:37:05 +0100 (Tue, 03 Jan 2006) | 2 lines
15036 Changed paths:
15037    M /trunk/Makefile.am
15038
15039 Missing headder in tarball
15040
15041 ------------------------------------------------------------------------
15042 r13853 | xtophe | 2006-01-03 16:16:01 +0100 (Tue, 03 Jan 2006) | 2 lines
15043 Changed paths:
15044    M /trunk/src/libvlc.h
15045
15046 Typo
15047
15048 ------------------------------------------------------------------------
15049 r13852 | fkuehne | 2006-01-03 13:50:15 +0100 (Tue, 03 Jan 2006) | 1 line
15050 Changed paths:
15051    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
15052    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
15053    M /trunk/modules/gui/macosx/wizard.m
15054
15055 * added RTP uni-/multicast to the wizard
15056 ------------------------------------------------------------------------
15057 r13851 | fkuehne | 2006-01-02 19:25:01 +0100 (Mon, 02 Jan 2006) | 1 line
15058 Changed paths:
15059    M /trunk/modules/video_output/image.c
15060
15061 * fixed preferences
15062 ------------------------------------------------------------------------
15063 r13850 | sam | 2006-01-02 11:52:50 +0100 (Mon, 02 Jan 2006) | 4 lines
15064 Changed paths:
15065    M /trunk/modules/video_output/image.c
15066
15067   * modules/video_output/image.c:
15068     + Implemented support for --image-out-format.
15069     + Added support for JPEG output. Still defaults to PNG.
15070
15071 ------------------------------------------------------------------------
15072 r13849 | sam | 2006-01-02 11:41:38 +0100 (Mon, 02 Jan 2006) | 3 lines
15073 Changed paths:
15074    M /trunk/src/video_output/video_output.c
15075
15076   * src/video_output/video_output.c: do not drop late frames at the video
15077     output level when --no-skip-frames was specified.
15078
15079 ------------------------------------------------------------------------
15080 r13848 | courmisch | 2006-01-02 11:06:36 +0100 (Mon, 02 Jan 2006) | 2 lines
15081 Changed paths:
15082    M /trunk/po/fr.po
15083
15084 Fix spelling error
15085
15086 ------------------------------------------------------------------------
15087 r13847 | sam | 2006-01-02 10:01:27 +0100 (Mon, 02 Jan 2006) | 3 lines
15088 Changed paths:
15089    M /trunk/src/misc/image.c
15090
15091   * src/misc/image.c: don't forget to free the temporary pictures or we'll
15092     rapidly leak gigabytes of memory.
15093
15094 ------------------------------------------------------------------------
15095 r13842 | zorglub | 2006-01-01 14:39:21 +0100 (Sun, 01 Jan 2006) | 2 lines
15096 Changed paths:
15097    M /trunk/extras/make.pl
15098
15099 Improve output
15100
15101 ------------------------------------------------------------------------
15102 r13841 | hartman | 2005-12-31 16:05:12 +0100 (Sat, 31 Dec 2005) | 1 line
15103 Changed paths:
15104    M /trunk/src/input/stream.c
15105
15106 Fix an issue with AStreamRefillStream and mp4 indexes
15107 ------------------------------------------------------------------------